@charset "utf-8";
/* CSS Document */


/*　contents
-----------------------*/
#contents{
	margin-bottom: 100px;
	width: 100%;
}
.tabs{
	margin-bottom: 60px;
}
.tabs li{
	float: left;
	width: 33.3%;
	text-align: center;
}
.tabs li a{
	height: 60px;
	border-left: 2px dashed #9b8e86;
	box-sizing: border-box;
	color: #FEC108;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabs li:last-of-type a{
	border-right: 2px dashed #9b8e86;
}
.tabs li a:hover{
	color: #E53D0A;
}
li.active a{
	color: #E53D0A;
}
.tab_content{
	display: none;
}
.tab_content:first-of-type{
	display: block;
}

#cate1{
	display: flex;
}
#cate1 figure{
	width: 30%;
	margin-left: 4%;
	text-align: center;
}
#cate1 div{
	width: 66%;
	
}
.cate_title{
	border-left: 2px solid #E53D0A;
	padding-left: 10px;
	line-height: 20px;
	margin-bottom: 40px;
}

.box_title1{
	background-color: #E53D0A;
	display: inline-block;
	color: #fff;
	padding: 0px 16px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.box_txt1{
	margin-bottom: 40px;
}

.flow{
	border-left: 2px dashed #9b8e86;
	padding-left: 30px;
}
.flow .flow_box{
	display: flex;
	margin-bottom: 60px;
}
.flow .flow_box div{
	width: 98%;
	margin-right: 4%;
}
.flow .flow_box figure{
	width: 98%;
	border-radius: 50% 40% 60% 50%/40% 50% 60% 56%;
	overflow: hidden;
}

.flow h4{
	color: #E53D0A;
	font-size: 1.6rem;
}
.flow h4 span{
	font-size: 3rem;
	padding-right: 4px;
	font-family: "Rounded Mplus 1c";
}
.flow h4::before{
	content: "●";
	font-size: 3rem;
	margin-left: -45px;
}
.cate_txt1{
	border: 10px solid #F5F2EA;
	padding: 14px;
	box-sizing: border-box;
}
.cate_txt1 h5{
	color: #E53D0A;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#cate3 .box p{
	border-bottom: 2px solid #F5F2EA;
	padding-bottom: 16px;
	margin-bottom: 20px;
	font-size: 1.6rem;
}
#cate3 .box p span{
	color: #E53D0A;
	padding-right: 10px;
}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1110px){
}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 800px ){


}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 600px ){
#cate1{
	display: block;
}
#cate1 figure{
	width: 220px;
	margin: 0 auto;
}
#cate1 div{
	width: 100%;
}
.flow .flow_box{
	display: block;
	margin-bottom: 60px;
}
.flow .flow_box div{
	width: 100%;
	margin-right: 0px;
}
.flow .flow_box figure{
	width: 100%;
}
}

