@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.70);	
	padding-bottom: 150px;
	padding-top: 50px;
	min-height: 100vh;
	border-left: 3px solid #2d8c36;
	border-right: 3px solid #2d8c36;
}
#about_wrap .cate {
	background-color:rgba(255,255,255,0.70);
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#about_wrap .cate h3 {
	font-size: 20px;
	background:#761c18;
	color:#fff;
	padding:3px 3%;
	margin-bottom: 5px;
}
#about_wrap .cate .cate_txt {
	color: #4d4d4d;
	padding:15px 3%;
	margin-bottom: 5px;
}
#about_wrap .cate .cate_box {
	width:94%;
	margin:0 auto;
	background:rgba(255,255,255,0.70);
	margin-bottom: 30px;
	color: #4d4d4d;
	padding:20px 0;
	border:2px solid #761c18;
	box-sizing: border-box;
}
#about_wrap .cate .cate_box figure {
	text-align: center;
	width:94%;
	padding:0px 3%;
}
#about_wrap .cate .cate_box figure img {
	height:auto;
	max-height:500px;
	width:auto;
	max-width: 100%;
}
#about_wrap .cate .cate_box h4 {
	width:94%;
	padding:10px 3%;
	color: #761c18;
}
#about_wrap .cate .cate_box p {
	width:94%;
	padding:10px 3%;
}
#about_wrap .cate .cate_box h4:empty,
#about_wrap .cate .cate_box p:empty {
	display: none;
}
#about_wrap .cate .retop {
	text-align: center;
}
#about_wrap .cate .retop a {
	color:#761c18;
}
@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;
}
}