@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:#60b895;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 5px double #2b201a;
}
#about_wrap .cate h3 {
	background:#6290b7;
	color:#fff;
	margin-bottom:20px;
	padding:10px 2%;
	font-size:20px;
	border-bottom: 5px double #fff;
}
#about_wrap .cate .cate_box {
	width:94%;
	margin:0 auto;
	background:#fff;
	color: #4d4d4d;
	text-align: center;
	padding: 20px 0;
}
#about_wrap .cate .cate_box figure {
	text-align: center;
	width:94%;
	margin: 0px auto;
	margin-bottom: 10px;
}
#about_wrap .cate .cate_box figure img {
	height:auto;
	max-height:300px;
	width:auto;
	max-width: 100%;
}
#about_wrap .cate .cate_box h4 {
	width:88%;
	margin:0px auto;
	padding:5px 3%;
	border-bottom: 3px solid #0f3552;
	border-top: 3px solid #0f3552;
	background:#e8de2d;
	color:#0f3352;
	font-size: 18px;
}
#about_wrap .cate .cate_box p {
	width:88%;
	padding:5px 3%;
	margin:0 auto;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}
#about_wrap .cate .cate_box h4:empty,
#about_wrap .cate .cate_box p:empty {
	display: none;
}
#about_wrap .cate .retop {
	text-align: center;
	margin-top: 10px;
}
#about_wrap .cate .retop a {
	color:#fff;
}
.flow_arrow {
	width:20%;
	margin:0 auto;
	margin-bottom: 20px;
	margin-top: -1px;
}
@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;
}
}