@charset "utf-8";

/* .cont */
.cont{
	padding:120px 0 0;
}


/* #cont1 */
#cont1{
}
#cont1 ol{
	max-width:1090px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont1 ol > li{
	width:334px;
	padding:30px 30px 60px;
	background-color:#F6F6F6;
	border-radius:20px;
	text-align:left;
}
#cont1 ol > li img{
	width:273px;
	margin-bottom:30px;
}
#cont1 ol > li section h3{
	margin-bottom:20px;
	font-size:18px;
}
#cont1 ol > li section h3 span{
	display:inline-block;
	width:44px;
	margin-right:20px;
	font-size:14px;
	text-align:center;
	color:#FE8512;
	position:relative;
}
#cont1 ol > li section h3 span:before{
	content:'';
	display:block;
	width:100%;
	padding-top:calc(100% - 2px);
	border:1px solid #FE8512;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

#cont1 ol > li:first-child{
	width:100%;
	margin-bottom:50px;
	padding:60px;
	border-radius:34px;
}
#cont1 ol > li:first-child img{
	width:413px;
}
#cont1 ol > li:first-child section{
	width:500px;
	margin-left:40px;
	display:inline-block;
	vertical-align:top;
}
#cont1 ol > li:first-child section .dash{
	border-bottom:2px dashed #FE8512;
}
#cont1 ol > li:first-child section ul{
	margin-top:10px;
	padding-left:1.5em;
}
#cont1 ol > li:first-child section ul li{
	font-size:12px;
	list-style:disc;
}
#cont1 ol > li:first-child section dl{
	margin:20px 0;
}
#cont1 ol > li:first-child section dl dt{
	margin-bottom:10px;
}
#cont1 ol > li:first-child section dl dd{
	display:inline-block;
	margin-right:30px;
	font-size:24px;
}
#cont1 ol > li:first-child section dl dd span{
	margin-right:0.5em;
	font-size:12px;
}
#cont1 ol > li:first-child section .more{
	width:423px;
	line-height:70px;
	border-radius:35px;
}


/* #cont2 */
#cont2{
	width:880px;
	margin:auto;
}
#cont2 ol{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont2 ol li{
	width:133px;
	position:relative;
	z-index:2;
	font-size:16px;
	color:#fff;
}
#cont2 ol li:before{
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
	background-color:#FFCC6C;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:-1;
}
#cont2 ol li:nth-child(2):before{
	background-color:#FFB86C;
}
#cont2 ol li:nth-child(3):before{
	background-color:#FFA26C;
}
#cont2 ol li:nth-child(4):before{
	background-color:#FF916C;
}
#cont2 ol li:last-child:before{
	background-color:#FF826C;
}
#cont2 ol li:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #FE8512;
	position:absolute;
	right:115%;
	top:50%;
	transform:translateY(-50%);
}
#cont2 ol li:first-child:after{
	content:none;
}
#cont2 > dl{
	margin-top:100px;
	text-align:left;
}
#cont2 > dl > dt{
	width:110px;
	padding:20px 0 0 10px;
	float:left;
	font-size:12px;
}
#cont2 > dl > dd{
	padding:20px 0px 20px 140px;
	border-bottom:1px solid;
}
#cont2 > dl > dd > span{
	display:block;
	margin-top:20px;
	font-size:12px;
}
#cont2 > dl > dd .more{
	width:264px;
	margin-top:20px;
	line-height:28px;
}
#cont2 > dl > dd dl{
	margin:20px 0 -10px;
}
#cont2 > dl > dd dl dd{
	font-size:12px;
}
#cont2 > dl > dd dl dd:before{
	content:'・';
	margin-right:0.5em;
}



/* #cont3 */
#cont3{
	padding-bottom:120px;
}
#cont3 ul{
	max-width:1366px;
	margin:0 auto 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont3 ul li{
	width:50%;
	position:relative;
}
#cont3 ul li div{
	width:500px;
	text-align:left;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#cont3 ul li div p{
	margin-bottom:30px;
	font-size:24px;
}
