@charset "utf-8";
@media only screen and (min-width: 600px) {

.pc_none{
	display: none!important;
}

/*ここにCSSを記述*/

/*//////メインここから//////*/
#container #main{
	width: 760px;
	height: auto;
	float: right;
}

#container #main .authentication_bg{
	width: 100%;
	height: auto;
}

#container #main .authentication_bg h2{
	width: 98%;
	height: 81px;
	font-size: 22.5px;
	font-weight: 800;
	line-height: 81px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/authentication_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#container #main .authentication_bg .authentication h3{
	margin: 30px 0 20px 0;
	width: 98%;
	height: 33px;
	background-color: #0A558F;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	color: #fff;
	padding-left: 2%
}

#container #main .authentication_bg .authentication .proof{
	margin-top: 15px;
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #0A558F;
	padding-bottom: 15px;
	overflow: hidden;
}

#container #main .authentication_bg .authentication:nth-of-type(1) .proof:first-of-type{
	border: 0;
}
#container #main .authentication_bg .authentication .proof:last-of-type{
	border: 0;
}

#container #main .authentication_bg .authentication .proof .text{
	width: 70%;
	height: auto;
	float: left;
}

#container #main .authentication_bg .authentication .proof .text h4{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
}


#container #main .authentication_bg .authentication .proof .text p{
	margin: 5px 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

#container #main .authentication_bg .authentication .proof .text p.about_link{
	margin-top: 20px;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 22px;
}

#container #main .authentication_bg .authentication .proof .text p.about_link a{
	color: #0A558F;
}

#container #main .authentication_bg .authentication .proof ul.explanation{
	float: left;
	width: 70%;
	height: auto;
	margin-top: 20px;
}
#container #main .authentication_bg .authentication .proof ul.explanation li{
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	text-indent: -2.5em;
	padding-left: 2.5em;
}

#container #main .authentication_bg .authentication .proof .certificate{
	width: 30%;
	height: auto;
	float: right;
	overflow: hidden;
}

#container #main .authentication_bg .authentication .proof .certificate img{
	width: 100%;
	height: auto;
}

#container #main .authentication_bg .authentication .proof .certificate img.kes{
	width: 60%;
	height: auto;
	margin: 0 auto 5px;
	display: block;
}
#container div#main div.authentication_bg div.authentication div.proof div.certificate p.thumb{
	display: block;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#container #main .authentication_bg .authentication .proof .certificate a{
	font-size: 14px;
	font-weight: 800;
	line-height: 30px;
	color: #0A558F;
	text-align: center;
	display: block;
	margin: 0 auto;
}







}































/*=================================
スマホ SPここから
=================================*/
@media only screen and (max-width: 599px) {

.sp_none{
	display: none!important;
}
/*ここにCSSを記述*/

body{
	min-width: 100%;
}

#container #main{
	width: 100%;
	height: auto;
	float: right;
}

#container #main .authentication_bg{
	width: 100%;
	height: auto;
}

#container #main .authentication_bg h2{
	width: 98%;
	height: 50px;
	font-size: 16px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 2px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/authentication_sp_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: auto;
}

#container #main .authentication_bg .authentication{
	width: 100%;
	height: auto;
}

#container #main .authentication_bg .authentication h3{
	margin-top: 14px;
	width: 98%;
	height: auto;
	background-color: #0A558F;
	font-size: 14px;
	font-weight: 400;
	line-height: 33px;
	color: #fff;
	padding-left: 2%
}


#container #main .authentication_bg .authentication .proof{
	margin-top: 5px;
	width: 100%;
	height: auto;
	border-bottom: 2px dotted #4E84AE;
	padding-bottom: 20px;
	overflow: hidden;
}

#container #main .authentication_bg .authentication:nth-of-type(1) .proof:first-of-type{
	border: 0;
}
#container #main .authentication_bg .authentication .proof:last-of-type{
	border: 0;
}

#container #main .authentication_bg .authentication .proof .text{
	width: 100%;
	height: auto;
}

#container #main .authentication_bg .authentication .proof .text h4{
	margin-top: 5px;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 30px;
}

#container #main .authentication_bg .authentication .proof .text p{
	width: 100%;
	height: auto;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

#container #main .authentication_bg .authentication .proof .text p.about_link{
	margin: 10px 0;
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
}

#container #main .authentication_bg .authentication .proof .text p.about_link a{
	color: #0A558F;
}

#container #main .authentication_bg .authentication .proof .text p.kes_text{
	margin: 10px 0;
	width: 100%;
	height: auto;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

#container #main .authentication_bg .authentication .proof ul.explanation{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
#container #main .authentication_bg .authentication .proof ul.explanation li{
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	text-indent: -2.5em;
	padding-left: 2.5em;
}

#container #main .authentication_bg .authentication .proof .certificate{
	width: 100%;
	height: auto;
	overflow: hidden;
}

#container #main .authentication_bg .authentication .proof .certificate img{
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
}

#container #main .authentication_bg .authentication .proof .certificate img.kes{
	/*width: 30%;*/
	height: auto;
}

#container #main .authentication_bg .authentication .proof .certificate p{
	padding-top: 10px;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
}
#container div#main div.authentication_bg div.authentication div.proof div.certificate p.thumb{
	display: block;
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #000;
}
#container #main .authentication_bg .authentication .proof .certificate p a{
	color: #0A558F;
}








}

