@charset "utf-8";
/* CSS Document */
#about{
	padding: 3%;
	padding-bottom: 30vh;
}
#cate_list{
	margin-bottom: 30px;
}
#cate_list li{
	background-color: #70C1B2;
	border-bottom: 1px solid #fff;
}
#cate_list li a{
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	padding: 10px;
	text-align: center;
}
#cate_list li a span{
	display: inline-block;
	text-align: left;
}
#about .cate{
	background-color: rgba(255,255,255,1.00);
	color: #333;
	letter-spacing: 1.5px;
	line-height: 25px;
	margin-bottom: 30px;
}
#about .cate .cate_title{
	color: #fff;
	background-color: #33B59D;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	padding: 15px;
	margin-bottom: 20px;
}
.cate .cate_txt1{
	border: 1px solid #97DDDD;
	padding: 5%;
	margin: 0 20px;
	margin-bottom: 10px;
}
#about .cate .box_wrap{
	padding-top: 20px;
	padding-bottom: 20px;
}
#about .cate .cate_box{
	padding: 10px 5%;
	padding-bottom: 30px;
}
#about .cate .cate_box .box_photo{
	width: 80%;
	text-align: center;
	margin: 10px auto;
}
#about .cate .cate_box .box_photo:empty{
	height: 0;
}
#about .cate .cate_box .box_photo figure{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#about .cate .cate_box .box_photo img{
	width: 60%;
	height: auto;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.20);
}
#about .cate_box .box_title1{
	color: #33B59D;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
}
#about .cate_box .box_title1:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #33B59D;
	bottom: -1px;
	width: 20%;
}
#about .cate .cate_box .box_txt1{
	color: #666666;
}
#about .cate .cate_txt1:empty,
#about .cate .cate_box .box_title1:empty,
#about .cate .cate_box .box_txt1:empty{
	display: none;
}
#about .cate .retop{
	background-color: #33B59D;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
/*タブレット以上*/
@media screen and (min-width: 700px){
#about{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*スマホ以下*/
@media screen and (max-width: 400px){
	#about .cate .cate_box .box_txt1{
		letter-spacing: 
	}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}