@charset "utf-8";
/* CSS Document */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #about_wrap {
		margin-left:-1px;
		padding-right: 1px;
	}
}
#about{
	width: 100%;
	max-width: 768px;
	position: absolute;
	top: 10vh;
}
#about_wrap{
	padding: 0 5%;
	background-color:rgba(255,255,255,0.90);	
	padding-bottom: 150px;
	padding-top: 50px;
	min-height: 100vh;
}
#about_wrap .cate {
	background-color:rgba(255,255,255,0.70);
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 5px double #2b201a;
}
#about_wrap .cate .cate_box {
	width:94%;
	margin:0 auto;
	background:rgba(255,255,255,0.70);
	margin-bottom: 30px;
	color: #4d4d4d;
	border:2px solid #0f3552;
	text-align: center;
	padding: 20px 0;
}
#about_wrap .cate .cate_box figure {
	text-align: center;
	width:94%;
	margin: 0px auto;
}
#about_wrap .cate .cate_box figure img {
	height:auto;
	max-height:500px;
	width:auto;
	max-width: 100%;
}
#about_wrap .cate .cate_box h3 {
	width:88%;
	margin:10px auto;
	padding:5px 3%;
	background: #60b895;
	color:#fff;
	font-size: 20px;
}
#about_wrap .cate .cate_box h3:empty{display:none;}
#about_wrap .cate .cate_box p {
	width:88%;
	padding:5px 3%;
	margin:0 auto;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}
#about_wrap .cate .cate_box h4:empty {
	display: none;
}
#about_wrap .cate .retop {
	text-align: center;
}
#about_wrap .cate .retop a {
	color:#4d4d4d;
}
@media screen and (orientation: landscape){
   /* 横向きの場合のスタイル */
#about{
	margin-top: 0;
}
}
@media screen and (max-width:320px) {
}
/*ここからスマートフォン用（415px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 415px){
#about_wrap .cate .cate_box figure img {
	max-height:300px;
}
}