@charset "utf-8";
html,body{margin:0;}
article{
	margin-bottom:3px;
	padding:0 0 30px;
	min-width:1012px;
  	font-family: 'メイリオ', 'Meiryo',  "MS P Gothic", "ＭＳ Ｐゴシック", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size:15px;
	color:#1a1a1a;
	line-height:1.9;
	text-align:center;
}
.only_smart,
.only_smart_i{
	display:none !important;
}
article img{
	max-width:100%;
}
article ul{
	margin:0;
	padding:0;
}
article ul li{
	list-style:none;
}
article ol{
	margin:0;
	padding:0;
}
article ol li{
	list-style:none;
}

article dl,
article dl dt,
article dl dd{
	margin:0;
	padding:0;
}
article figure,
article figcaption{
	margin:0;
	padding:0;
}
article h1{
	margin:0;
}
article h1 + p{
	width:610px;
	display:inline-block;
	margin:0;
	padding:30px 0 60px;
	font-size:15px;
	color:#6a797e;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:0.03em;
}
article h1 + p span{
	font-weight:bold;
	color:#052f86;
}



/* .cont */
.cont{
	width:800px;
	margin:auto;
}
.cont h2{
	font-size:25px;
	color:#836a44;
	line-height:1.5;
}
.cont h2 span{
	font-size:19px;
	display:block;
}


/* #cont1 */
#cont1{
	padding:1px 0 20px;
	background:url(../images/cont1_bg2.png)repeat-y center top;
	position:relative;
}
#cont1:before{
	content:'';
	display:block;
	width:100%;
	height:30px;
	background:url(../images/cont1_bg1.png)no-repeat center top;
	position:absolute;
	bottom:100%;
}
#cont1:after{
	content:'';
	display:block;
	width:100%;
	height:30px;
	background:url(../images/cont1_bg3.png)no-repeat center top;
	position:absolute;
	top:100%;
}
#cont1 h2{
	margin-bottom:30px;
	font-size:23px;
	font-weight:normal;
	color:#2185e2;
}
#cont1 > a img{
	width:110px;
	margin-right:50px;
	vertical-align:top;
}
#cont1 dl{
	width:490px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
#cont1 dl dt{
	width:3.5em;
	color:#2185e2;
	position:relative;
	float:left;
}
#cont1 dl dt:after{
	content:':';
	position:absolute;
	right:0;
}
#cont1 dl dd{
	padding-left:4em;
}
#cont1 ul{
	margin-top:40px;
	letter-spacing:-0.4em;
}
#cont1 ul li{
	display:inline-block;
}


/* #cont2 */
#cont2{
	padding:60px 0 20px;
}
#cont2 > section{
	margin:190px 0 0;
	padding:1px 60px 50px;
	box-sizing:border-box;
	background:url(../images/cont2_bg2.png)repeat-y center top;
	position:relative;
}
#cont2 > section:before{
	content:'';
	display:block;
	width:100%;
	height:170px;
	background:url(../images/cont2_bg1.png)no-repeat center top;
	position:absolute;
	bottom:100%;
	left:0;
}
#cont2 > section:after{
	content:'';
	display:block;
	width:100%;
	height:30px;
	background:url(../images/cont2_bg3.png)no-repeat center top;
	position:absolute;
	top:100%;
	left:0;
}
#cont2 > section h3{
	margin-bottom:0;
	font-size:18px;
	font-weight:normal;
	color:#2185e2;
}
#cont2 > section > img{
	width:450px;
}
#cont2 > section > div{
	width:480px;
	margin:20px auto;
	text-align:left;
}
#cont2 > section > div dl dt{
	width:6.5em;
	float:left;
}
#cont2 > section > div dl dd{
	padding-left:6.5em;
}
#cont2 > section > div p{
	margin:0;
}
#cont2 > section > dl{
	padding:12px 30px;
	border-radius:10px;
	background-color:#e0e0e0;
	text-align:left;
}
#cont2 > section > dl dt{
	margin-bottom:10px;
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:1px solid #fff;
	text-align:center;
}
#cont2 > section > dl dd{
	display:inline-block;
	vertical-align:top;
}
#cont2 > section > dl dd:nth-of-type(odd){
	width:15em;
	padding-left:40px;
}
#cont2 > section > section{
	margin:80px 0 0;
	padding:30px 40px 0;
	background:url(../images/cont2_secbg2.png)repeat-y center top;
	position:relative;
}
#cont2 > section > section:before{
	content:'';
	display:block;
	width:100%;
	height:40px;
	background:url(../images/cont2_secbg1.png)no-repeat center top;
	position:absolute;
	bottom:100%;
	left:0;
}
#cont2 > section > section:after{
	content:'';
	display:block;
	width:100%;
	height:40px;
	background:url(../images/cont2_secbg3.png)no-repeat center top;
	position:absolute;
	top:100%;
	left:0;
}

#cont2 > section > section h4{
	width:11em;
	font-size:19px;
	color:#836a44;
	background-color:#fff;
	position:absolute;
	top:-78px;
	left:50%;
	margin-left:-5.5em;
}
#cont2 > section > section > img{
	width:110px;
	margin-right:30px;
	vertical-align:top;
}
#cont2 > section > section > p{
	width:350px;
	margin:0;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
#cont2 > section > section > p img{
	margin-top:5px;
	width:105px;
}
#cont2 > section > section section h5{
	margin-bottom:20px;
	font-size:18px;
	font-weight:normal;
	color:#2185e2;
}
#cont2 > section > section section h5:after{
	content:'';
	display:block;
	width:100%;
	height:5px;
	margin-top:10px;
	background:url(../images/cont2_h5_bg.png) center top;
}
#cont2 > section > section section h5 + p{
	margin-top:0;
	display:inline-block;
	text-align:left;
}
#cont2 > section > section section:first-of-type ul li{
	width:130px;
	margin:0 25px;
	display:inline-block;
	vertical-align:top;
}
#cont2 > section > section section ul:first-of-type li figure{
	margin:0;
}
#cont2 > section > section section ul:first-of-type li figure img{
	width:76px;
}
#cont2 > section > section section ul:first-of-type li figure figcaption{
	text-align:left;
	font-size:13px;
}

#cont2 > section > section section:last-of-type ul li{
	width:191px;
	display:inline-block;
	vertical-align:top;
	text-align: justify;
	text-justify: inter-ideograph;
}

#cont2 > section > section section:last-of-type ul li:nth-child(2){
	margin:0 8px;
}
#cont2 > section > section section:last-of-type ul li:last-child{
	width:100%;
	margin-top:20px;
	overflow:hidden;
}
#cont2 > section > section section:last-of-type ul li h6{
	margin:0;
}
#cont2 > section > section section:last-of-type ul li p{
	margin:0;
	padding:0 5%;
}
#cont2 > section > section section:last-of-type ul li p span{
	color:#da5351;
}
#cont2 > section > section section:last-of-type ul li:last-child h6{
	float:left;
}
#cont2 > section > section section:last-of-type ul li:last-child p{
	padding-left:100px;
}


/* #cont3 */
#cont3{
	padding:60px 0 20px;
	position:relative;
}
#cont3 > section{
	margin:60px 0 0;
	padding:1px 30px 30px;
	box-sizing:border-box;
	background:url(../images/cont3_bg2.png)repeat-y center top;
	position:relative;
}
#cont3 > section:before{
	content:'';
	display:block;
	width:100%;
	height:30px;
	background:url(../images/cont3_bg1.png)no-repeat center top;
	position:absolute;
	bottom:100%;
	left:0;
}
#cont3 > section:after{
	content:'';
	display:block;
	width:100%;
	height:30px;
	background:url(../images/cont3_bg3.png)no-repeat center top;
	position:absolute;
	top:100%;
	left:0;
}
#cont3 > section ol{
	padding-left:280px;
	background:url(../images/cont3_1.png)no-repeat 60px 50px;
	background-size:175px auto;
	text-align:left;
}
#cont3 > section ol li{
	margin-bottom:40px;
}
#cont3 > section ol li:last-child{
	margin-bottom:0;
}
#cont3 > section ol li h3{
	margin-bottom:0px;
	font-size:19px;
	color:#f9a615;
}
#cont3 > section ol li h3 span{
	display:inline-block;
	width:40px;
	line-height:40px;
	margin-right:10px;
	background-color:#f9a615;
	color:#fff;
	text-align:center;
	border-radius:50%;
}
#cont3 > section ol li p{
	margin:0;
	padding-left:50px;
}


/* #cont4 */
#cont4{
	padding:80px 0 20px;
	position:relative;
}
#cont4 > div{
	margin:190px 0 0;
	padding:1px 0 0;
	box-sizing:border-box;
	background:url(../images/cont4_bg2.png)repeat-y center top;
	position:relative;
}
#cont4 > div:before{
	content:'';
	display:block;
	width:100%;
	height:170px;
	background:url(../images/cont4_bg1.png)no-repeat center top;
	position:absolute;
	bottom:100%;
	left:0;
}
#cont4 > div:after{
	content:'';
	display:block;
	width:100%;
	height:30px;
	background:url(../images/cont4_bg6.png)no-repeat center top;
	position:absolute;
	top:100%;
	left:0;
}
#cont4 > div section:nth-of-type(-n+2){
	padding:0 100px 10px;
}
#cont4 > div section:nth-of-type(-n+2) h3{
	font-size:18px;
	font-weight:normal;
	color:#ffa60c;
}
#cont4 > div section:nth-of-type(-n+2) h3:after{
	content:'';
	display:block;
	width:100%;
	height:5px;
	margin-top:10px;
	background:url(../images/cont4_h3_bg.png) center top;
}
#cont4 > div section:first-of-type h3 + ul{
	margin-top:40px;
	display:inline-block;
	text-align:left;
	position:relative;
}
#cont4 > div section:first-of-type h3 + ul:before{
	content:'';
	display:block;
	width:50px;
	height:70px;
	background-size:100% auto;
	position:absolute;
	left:-70px;
	top:-30px;
}
#cont4 > div section:first-of-type ol{
	margin:30px 0 10px;
}
#cont4 > div section:first-of-type ol li{
	width:182px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
#cont4 > div section:first-of-type ol li:nth-child(2){
	margin:0 20px;
}
#cont4 > div section:first-of-type ol li span{
	font-size:46px;
	font-style:italic;
	color:#ffa60c;
	line-height:1.4;
}
#cont4 > div section:first-of-type ol li figure figcaption{
	font-size:13px;
	line-height:1.7;
}
#cont4 > div section:first-of-type ol + ul li{
	font-size:13px;
	text-align:left;
	line-height:1.5;
}
#cont4 > div section:nth-of-type(2) ul li{
	width:170px;
	margin:30px 60px 10px;
	display:inline-block;
	vertical-align:top;
}
#cont4 > div section:nth-of-type(2) ul li a{
	display:block;
	text-decoration:none;
}
#cont4 > div section:nth-of-type(2) ul li a figure figcaption{
	color:#836a44;
	font-size:15px;
	line-height:1.5;
}

#cont4 > div section:last-of-type{
	margin-bottom:30px;
	padding:60px 65px 90px;
	background:
		url(../images/cont4_bg3.png)no-repeat center top,
		url(../images/cont4_bg5.png)no-repeat center bottom,
		url(../images/cont4_bg4.png)repeat-y center top;
}
#cont4 > div section:last-of-type h3{
	margin-bottom:50px;
	font-size:18px;
	color:#836a44;
}
#cont4 > div section:last-of-type ul li{
	padding:20px 40px 40px;
	box-sizing:border-box;
	background-color:#fff;
	position:relative;
}
#cont4 > div section:last-of-type ul li:before{
	content:'';
	display:block;
	width:50px;
	height:70px;
	background:url(../images/cont4_5_before.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	top:-25px;
	left:-25px;
}
#cont4 > div section:last-of-type ul li:after{
	content:'';
	display:block;
	width:50px;
	height:70px;
	background:url(../images/cont4_5_after.png)no-repeat left bottom;
	background-size:100% auto;
	position:absolute;
	bottom:-25px;
	right:-25px;
}
#cont4 > div section:last-of-type ul li:nth-child(n+2){
	width:300px;
	height:420px;
	margin-top:70px;
	display:inline-block;
	vertical-align:top;
}
#cont4 > div section:last-of-type ul li:nth-child(2){
	margin-right:60px;
}
#cont4 > div section:last-of-type ul li h4{
	font-size:18px;
	color:#836a44;
}
#cont4 > div section:last-of-type ul li h4 span{
	color:#ffa60c;
}
#cont4 > div section:last-of-type ul li:nth-child(n+2) h4{
	line-height:1.5;
	text-align:left;
}
#cont4 > div section:last-of-type ul li:last-child h4{
	margin-bottom:0;
}
#cont4 > div section:last-of-type ul li img{
	width:200px;
	display:block;
	margin:auto;
}
#cont4 > div section:last-of-type ul li dl{
	width:330px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	padding-left:2em;
}
#cont4 > div section:last-of-type ul li dl dt{
	text-indent:-1em;
}
#cont4 > div section:last-of-type ul li dl dt span{
	color:#ffa60c;
}
#cont4 > div section:last-of-type ul li dl dt:first-of-type{
	float:left;
}
#cont4 > div section:last-of-type ul li p{
	text-align:left;
}
#cont4 > div section:last-of-type ul li:last-child p{
	margin-top:0;
}

article > div p{
	margin-top:50px;
	font-size:19px;
	font-weight:bold;
	display:inline-block;
	background-color:#fefd92;
	color:#836a44;
}

