@charset "utf-8";
/* CSS Document */
#about{
	padding: 3%;
	padding-bottom: 30vh;
}
#cate_list{
	margin-bottom: 30px;
}
#cate_list li{
	background-color: #f08300;
	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,0.80);
	color: #333;
	border-top: 5px solid #f08300;
	margin-bottom: 30px;
	box-shadow: 0 3px 3px #4d4d4d;
}
#about .cate .cate_title{
	background-color: #f08300;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}
#about .cate .cate_title:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f08300 transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}
#about .cate .cate_wrap{
	padding: 10px 5% 20px;
}
#about .cate .cate_photo{
	width: 80%;
	margin: 20px auto 20px;
	text-align: center;
}
#about .cate .cate_photo img{
	border-radius: 8px;
}
#about .cate .cate_wrap .cate_txt1{
	margin-bottom:20px;
}
#about .cate .cate_wrap .cate_txt2{
	margin:5px 0;
	font-weight:bold;
}
#about .cate .cate_wrap .cate_txt2::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/about_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-right: 8px;
    margin-left: 9px;
    margin-bottom: 5px;
}
#about .cate .cate_wrap .cate_txt3{
	margin:20px 0;
}
#about #cate2 .cate_wrap .cate_txt1 span.name{
	font-size:16px;
	font-weight:bold;
	color:#00b050;
}


#about .cate .retop{
	background-color: #f08300;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	cursor: pointer;
}




#about .cate .box{
	padding: 20px 5%;
}
#about .cate .box .box_title{
	border-left: 3px solid #f08300;
	padding-left: 7px;
	margin-bottom: 10px;
}
#about .cate .box .box_txt{
	padding: 0 10px;
}

/*タブレット以上*/
@media screen and (min-width: 700px){
#about{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}