@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;
}


.cate_box .box1{
	display: flex;
}
.cate_box .box1 div{
	width: 100%;
	margin-right: 20px;
}
.box_title1{
	color: #E53D0A;
	font-size: 1.8rem;
	margin-top: 40px;
	margin-bottom: 20px;
}
.box_txt1{
	margin-bottom: 40px;
}
.cate_box .box1 .box_img1{
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	border-radius: 50% 40% 60% 50%/40% 50% 60% 56%;
	overflow: hidden;
	position: relative;
}
.cate_box .box1 .box_img1 img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cate_box .box2{
	display: flex;
	border-bottom: 2px solid #F5F2EA;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.cate_box .box2 p{
	width: 100%;
	margin: 10px 0px;
}
.box_title3{
	text-align: right;
}
.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{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 1%;
	text-align: center;
}
.cate_box .box1{
	display: block;
}
.cate_box .box1 div{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
}

