@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;
}
#about_wrap .cate_list {
	width:80%;
	margin:0px auto;
	text-align: center;
	margin-bottom: 15px;
}
#about_wrap .cate_list li {
	width:90%;
	padding:10px 5%;
	font-size:12px;
}
.cate_list li:nth-child(odd){
		clear:both;
		float:none;
}
#about_wrap .cate_list li a{
	color:#4d4d4d;
}
#about_wrap .cate_list li a:hover {
	color:#ccc;
}
#about_wrap .cate {
	background-color:rgba(255,255,255,0.70);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#about_wrap .cate h3 {
	font-size: 20px;
	background:#E6453F;
	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;
	border: 1px dotted #E6453F;
}
#about_wrap .cate .cate_box figure {
	text-align: center;
	width:94%;
	padding:10px 3%;
}
#about_wrap .cate .cate_box figure img {
	height:auto;
	max-height:500px;
	width:auto;
	max-width: 100%;
}
#about_wrap .cate .cate_box h4 {
	font-size: 16px;
	width:94%;
	padding:10px 3%;
}
#about_wrap .cate .cate_box p {
	width:94%;
	padding:10px 3%;
	margin-bottom: 10px;
}
#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;
}
}