@charset "utf-8";
/* CSS Document */
#about{
	padding: 0 5%;
}
#about #cate_list{
	text-align: center;
	margin-bottom: 50px;
}
#about #cate_list li{
	margin: 10px 0;
}
#about #cate_list li a{
	color: #a63c3f;
}
#about #cate_list li a{
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 0 55px;
}
#about #cate_list li a:before, #about #cate_list li a:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #a63c3f;
}
#about #cate_list li a:before {left:0;}
#about #cate_list li a:after {right: 0;}
#about #about_wrap{}
#about #about_wrap .cate{
	margin-bottom: 100px;
}
#about #about_wrap .cate .cate_title{
	font-size: 20px;
	letter-spacing: 5px;
	color: #a63c3f;
	margin-bottom: 20px;
	overflow: hidden;
}
#about #about_wrap .cate .cate_title span{
	display: inline-block;
	padding-right: 20px;
	background-color: #fff;
	position: relative;
}
#about #about_wrap .cate .cate_title span::after{
	display: block;
	position: absolute;
	content: "";
	top: 50%;
	left: 100%;
	width: 1000px;
	height: 1px;
	background-color: #a63c3f;

}
#about #about_wrap .cate .box{
	display: table;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #71b97f;
}
#about #about_wrap .cate .box:last-of-type{
	border-bottom: 0;
}
#about #about_wrap .cate .box .box_photo{
	display: table-cell;
	width: 40%;
	padding: 3%;
	vertical-align: top;
}
#about #about_wrap .cate .box .txt_wrap{
	display: table-cell;
	width: 60%;
	padding: 3%;
	vertical-align: top;
}
#about #about_wrap .cate .box .txt_wrap .box_title{
	font-size: 18px;
	letter-spacing: 6px;
	margin-bottom: 20px;
	color: #71b97f;
}
#about #about_wrap .cate .box .txt_wrap .box_txt{
	line-height: 1.8;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
#about{
	padding: 0 3%;
}
#about #cate_list li{
	margin: 10px 0;
}
#about #cate_list li a{
	color: #a63c3f;
}
#about #cate_list li a{
	padding: 0 35px;
}
#about #cate_list li a:before, #about #cate_list li a:after{
	width: 25px;
}
#about #about_wrap .cate{
	margin-bottom: 80px;
}
#about #about_wrap .cate .cate_title{
	font-size: 18px;
	letter-spacing: 3px;
	color: #a63c3f;
	margin-bottom: 20px;
	overflow: hidden;
}
#about #about_wrap .cate .box{
	display: block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #71b97f;
}
#about #about_wrap .cate .box:last-of-type{
	border-bottom: 0;
}
#about #about_wrap .cate .box .box_photo{
	display: block;
	width: 90%;
	padding: 3%;
	margin: 0 auto;
	box-sizing: border-box;
}
#about #about_wrap .cate .box .txt_wrap{
	display: block;
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
}
#about #about_wrap .cate .box .txt_wrap .box_title{
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
#about #about_wrap .cate .box .txt_wrap .box_txt{
	font-size: 14px;
	line-height: 1.8;
}
}
@media  screen and (max-width: 321px){
}