@charset "utf-8";

/******************** recruit ********************/
p.recruit_image {
	margin-bottom: 40px;
}
h3 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 40px auto 20px;
	background: #67c7d5;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	width: 260px;
}
div.qa {
}
div.qa dl {
	border: 1px solid #67c7d5;
	padding: 15px 20px;
	margin: 0 0 10px 0;
	text-align: left;
}
div.qa dt {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.qa dt .question {
	color: #b87e01;
	margin-right: 5px;
}
div.qa dl dd {
}
div.qa .large {
	font-size: 120%;
	font-weight: bold;
}
/********************/
dl.yoko {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	text-align: left;
	border: 1px solid #67c7d5;
	border-bottom: nono;
	margin-bottom: 40px;
}
dl.yoko dt {
	width: 15%;
	background: #006574;
	border-bottom: 1px solid #67c7d5;
	border-right:1px solid #67c7d5;
	font-weight: bold;
	color: #fff;
	padding: 15px 15px;
}
dl.yoko dd {
	width: 85%;
	border-bottom: 1px solid #67c7d5;
	padding: 15px 15px;
}
/********************/

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

