@charset "utf-8";
/* CSS Document */


/*　contents
-----------------------*/
#contents{
	margin-bottom: 100px;
	width: 100%;
}
.tabs{
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}
.tabs li{
	width: 32.6%;
	margin-right: 1%;
	margin-bottom: 8px;
	text-align: center;
}
.tabs li:nth-of-type(3n){
	margin-right: 0px;
}
.tabs li a{
	padding: 8px 0px;
	background-color: #FEC108;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabs li a:hover{
	background-color: #E53D0A;
}
li.active a{
	background-color: #E53D0A;
}
.tab_content{
	display: none;
}
.tab_content:first-of-type{
	display: block;
}



.cate_title{
	border-left: 2px solid #E53D0A;
	padding-left: 10px;
	line-height: 20px;
	margin-bottom: 40px;
}
.cate_img1{
	margin-bottom: 40px;
}
.cate_txt1{
	margin-bottom: 40px;
	font-size: 1.5rem;
}.box_title1{
	color: #E53D0A;
	font-size: 1.8rem;
	margin-top: 40px;
	margin-bottom: 20px;
}
.cate_box .box2{
	display: flex;
	border-bottom: 2px solid #F5F2EA;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.cate_box .box2 p{
	margin: 10px 0px;
}
.box_title2{
	width: 60%;
}
.box_title3{
	text-align: right;
	width: 40%;
}
.cate_txt2{
	margin-top: 40px;
}
.cate_txt1:empty,.box_title1:empty,.cate_txt1:empty,.box_txt1:empty,.cate_box .box2 p:empty,.cate_txt2:empty{display: none;}

/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1110px){
}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 800px ){



}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 600px ){
.tabs li{
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 1%;
	text-align: center;
}

}

