@charset "utf-8";
/* CSS Document */

/*about01*/
#about01 {
	margin: 0 10px 30px;
}
#about01 .inner {
	padding-bottom: 115vw;
	background: url(../img/about_img01_sp.png) no-repeat center bottom;
	background-size: 100% auto;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#about01 .inner dl {
}
#about01 .inner dl dt {
	padding: 10px;
	background: #EEE;
	font-weight: bold;
}
#about01 .inner dl dd {
	padding: 10px 10px 20px 10px;
}
@media screen and (min-width:415px) { 
	#about01 .inner {
		padding-bottom: 30vw;
		background-image: url(../img/about_img01.png);
	}
}

/*about02*/
#about02 {
	margin: 0 10px 10px;
}
#about02 .inner {
}
#about02 .inner iframe {
	width: 100%;
	height: 200px;
}
