@charset "utf-8";
@media screen and (max-width:640px){
html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-size:14px;
}

.only_smart{
	display:block !important;
}
.only_pc{
	display:none !important;
}
img{
	max-width:100%;
}

#wrapper{
	min-width:auto;
	min-width:initial;
}


/* header */
header{
	background-image:none;
}
header div{
	padding:0;
	line-height:20px;
	overflow:hidden;
	background-color:#1d2088;
	color:#fff;
}
header div p{
	font-size:10px;
	font-weight:normal;
	float:none;
	letter-spacing:-0.08em;
}
header div ul{
	display:none;
}


/* article */
article{
}
article h1{
	height:auto;
	padding:5px 0;
	border-top:4px solid #1d2088;
	border-bottom:4px solid #1d2088;
	font-size:15px;
	color:#e60012;
}
article h1 > span{
	display:inline-block;
}
article h1 > span:first-child{
	padding-right:0;
}
article h1 > span:last-child{
	padding-left:0;
}
article h1 > span span{
	display:inline-block;
	font-size:18px;
	line-height:1;
	background:linear-gradient(transparent 60%, #ff0 60%);
}
article > div.link{
	width:auto;
	margin:auto;
	padding:15px 5%;
	text-align:center;
}
article > div.link a img{
	width:300px;
}
article > div.link a:hover img{
	opacity:1;
}
article > div.link ul li:first-child{
	margin-bottom:20px;
}


/* .cont */
.cont{
	padding:40px 0;
}
.cont section.blue{
	width:auto;
	margin:0 5%;
}
.cont section.blue h2{
	height:auto;
	line-height:1.5;
	padding:10px 10px 10px 70px;
	font-size:18px;
	background-color:#1d2088;
	color:#fff;
	text-align:left;
	position:relative;
	border-radius:10px 10px 0 0;
	letter-spacing:-0.05em;
}
.cont section.blue h2 img{
	position:absolute;
	left:5px;
	top:-10px;
	width:60px;
}
.cont section.blue h2 span{
	font-size:14px;
	color:#ffef03;
	display:block;
}
.cont section.blue ul{
	padding:3% 5%;
	background-color:#fff;
	border:4px solid #1d2088;
	border-top:none;
	border-radius:0 0 10px 10px;
}
.cont section.blue ul li{
	padding:5% 0;
	border-bottom:3px dotted #02a1e9;
}
.cont section.blue ul li:last-child{
	border-bottom:none;
}
.cont section.blue ul li img{
	width:90%;
	margin:0;
}
.cont section.blue ul li p{
	width:auto;
	display:block;
	font-size:14px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height:1.5;
	margin-top:20px;
}
.cont section.blue ul li div{
	width:auto;
	display:block;
	text-align:left;
}
.cont section.blue ul li div p{
	width:auto;
	display:block;
	margin-bottom:20px;
}
.cont section.blue ul li div p:last-child{
	margin-bottom:0;
}
.cont section.blue ul li div h3{
	font-size:14px;
}
.cont section.blue ul li div h3 + p{
	padding-left:1em;
	text-indent:-1em;
	font-size:12px;
	margin-top:0;
}
.cont section.blue ul li p .red,
.cont section.blue ul li p .bold{
	font-weight:bold;
}



/* #cont0 */
#cont0{
	padding:20px 5%;
	background:url(../images/bg_stripe.png) center top;
	background-size:90px auto;
}
#cont0 h2{
	display:inline-block;
	font-size:14px;
	color:#1d2088;
	border-bottom:3px dotted #1d2088;
	letter-spacing:-0.05em;
	line-height:1.5;
}
#cont0 h2 span{
	font-size:18px;
}
#cont0 h2 span:last-of-type{
	color:#010101;
}
#cont0 ol{
	width:auto;
	max-width:280px;
	margin:50px auto 0;
	display: block;
}
#cont0 ol li{
	width:auto;
	margin:30px 0 0;
	padding:0 10px 10px;
	background-color:#fff100;
}
#cont0 ol li > span{
	display:block;
	margin:0 0 5px;
}
#cont0 ol li > span img{
	width:80%;
	margin-top:-25px;
}
#cont0 ol li h3{
	font-size:28px;
	font-style:italic;
	text-shadow:3px 3px 0 #fff;
}
#cont0 ol li h3 span{
	font-size:18px;
}
#cont0 ol li p{
	height:auto;
	margin-top:10px;
	padding:10px;
	font-weight:bold;
	background-color:#fff;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:-0.03em;
}
#cont0 ol li .note{
	margin-left:0;
	display:block;
	text-align:right;
	font-size:12px;
}
#cont0 ol li .small{
	display:block;
	font-size:14px;
	padding-left:1em;
	text-indent:-1em;
}


/* #cont1 */
#cont1{
	background-color:#e9f6fd;
}
#cont1 section.blue + section{
	width:90%;
	margin:40px auto 0;
	padding:5% 3% 3%;
	border:4px solid #1d2088;
	position:relative;
}
#cont1 section.blue + section h3{
	display:block;
	width:160px;
	font-size:18px;
	color:#1d2088;
	line-height:1;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-80px;
	background-color:#e9f6fd;
}
#cont1 section.blue + section span{
	display:block;
	text-indent:-1em;
	padding-left:1em;
	font-size:11px;
	font-weight:bold;
	color:#02b04f;
	text-align:left;
	position:static;
	bottom:auto;
	right:auto;
	line-height:1.2;
	margin-top:5px;
}



/* #cont2 */
#cont2{
	background-color:#fffbcd;
}


/* #cont3 */
#cont3{
	background-color:#f0ffcc;
}



/* #cont4 */
#cont4{
	padding:30px 5%;
	background:url(../images/bg_stripe.png) center top;
	background-size:90px auto;
}
#cont4 h2{
	display:inline-block;
	font-size:16px;
	color:#1d2088;
	border-bottom:3px dotted #1d2088;
	line-height:1.5;
}
#cont4 div{
	width:auto;
	margin:20px auto 0;
	padding:30px 5% 4%;
	background-color:#fff;
	border-radius:20px;
	box-shadow:5px 5px 0 #1d2088;
	position:relative;
}
#cont4 div:before{
	content:'';
	display:block;
	width:16px;
	height:20px;
	background:url(../images/cont4_pin_left.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	left:0;
	top:0;
}
#cont4 div:after{
	content:'';
	display:block;
	width:16px;
	height:20px;
	background:url(../images/cont4_pin_right.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	right:0;
	top:0;
}
#cont4 div p{
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#1d2088;
	text-align:left;
	line-height:1.4;
}
#cont4 div p .red{
	font-size:15px;
}

#cont4 div dl{
	width:80%;
	margin:15px auto 0;
	overflow:hidden;
	border:1px solid #99ccff;
	background-color:transparent;
}
#cont4 div dl dt{
	display:none;
}
#cont4 div dl dd{
	width:50%;
	float:left;
	border:1px solid #99ccff;
	margin:0;
}
#cont4 ul{
	width:auto;
	margin:20px auto 0;
}
#cont4 ul li{
	padding-left:1em;
	text-indent:-1em;
	font-size:12px;
	text-align:left;
}
#cont4 > a{
	display:block;
	width:auto;
	line-height:42px;
	margin:30px auto 0;
	font-size:16px;
	font-weight:bold;
	color:#1d2088;
	background:#fff784 url(../images/cont4_link_bg.png)no-repeat center center;
	text-decoration:none;
	position:relative;
}
#cont4 > a:hover{
	opacity:0.7;
}
#cont4 > a img{
	position:absolute;
	left:50%;
	top:-5px;
	width:40px;
	margin-left:-140px;
}
#cont4 > a:after{
	content:'';
	display:block;
	width:10px;
	height:15px;
	background:url(../images/cont4_arrow.png)no-repeat center center;
	background-size:100% auto;
	position:absolute;
	right:50%;
	top:50%;
	margin-top:-8px;
	margin-right:-110px;
}


/* #cont5 */
#cont5{
	padding:30px 0;
	background-color:#d7efff;
}
#cont5 section{
	width:auto;
	margin:0 4%;
	background-color:#fff;
	padding:20px 0;
}
#cont5 section h2{
	width:calc(100% + 10px);
	height:65px;
	line-height:1.5;
	margin:0 0 20px -5px;
	padding-top:5px;
	background:url(../images/cont5_h2_bg.png)repeat-x center top;
	background-size:auto 100%;
	font-size:18px;
	color:#fff;
	position:relative;
}
#cont5 section h2:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent #1d2088 transparent transparent;
	position:absolute;
	top:100%;
	left:0;
}
#cont5 section h2:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 0;
	border-color: #1d2088 transparent transparent transparent;
	position:absolute;
	top:100%;
	right:0;
}
#cont5 section img{
	width:94%;
}
#cont5 section ul{
	padding:10px 4% 0;
}
#cont5 section ul li{
	padding-left:1em;
	text-indent:-1em;
	text-align:left;
}
#cont5 section ul li:first-child{
	padding-left:0;
	text-indent:0;
}





/* #cont6 */
#cont6{
	padding:30px 0;
	background-color:#d7efff;
}
#cont6 section{
	width:auto;
	margin:0 4%;
	background-color:#fff;
	padding:20px 0;
}
#cont6 section h2{
	width:calc(100% + 10px);
	height:65px;
	line-height:1.5;
	margin:0 0 20px -5px;
	padding-top:5px;
	background:url(../images/cont5_h2_bg.png)repeat-x center top;
	background-size:auto 100%;
	font-size:18px;
	color:#fff;
	position:relative;
}
#cont6 section h2:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent #1d2088 transparent transparent;
	position:absolute;
	top:100%;
	left:0;
}
#cont6 section h2:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 0;
	border-color: #1d2088 transparent transparent transparent;
	position:absolute;
	top:100%;
	right:0;
}



#cont6 section > table{
	width:90%;
	margin:auto;
	background-color:#fff;
	border-bottom:1px solid #969696;
}
#cont6 section > table th,
#cont6 section > table td{
	padding:5px;
	font-size:12px;
	font-weight:normal;
	border:1px solid #969696;
	vertical-align:top;
	color:#323232;
	display:block;
}
#cont6 section > table th{
	white-space:nowrap;
	background-color:#ebebeb;
	border-bottom:none;
}
#cont6 section > table td{
	text-align:left;
	border-bottom:none;
	padding:3%;
	text-align:center;
}
#cont6 section > table td span{
	color:#f00;
}
#cont6 section > table td a{
	font-weight:bold;
	color:#f00;
}
#cont6 section > table td a:hover{
	color:#00c6ff;
}
#cont6 section > table td img{
	margin-top:10px;
}
#cont6 section > table td ul li{
	padding-left:1em;
	text-indent:-1em;
	text-align:left;
}
#cont6 section > table td table{
	margin:10px auto 0;
	border-bottom:1px solid #969696;
}
#cont6 section > table td table th,
#cont6 section > table td table td{
	padding:1px 15px;
}
#cont6 section > table td table th{
	background-color:#ebebeb;
}
#cont6 section > table td div{
	margin-top:0;
	padding-left:0;
}
#cont6 section > table td div img{
	width:100px;
}
#cont6 section > table td div table{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
#cont6 section > table td dl dt {
	margin-top:10px;
	text-align:left;
}
#cont6 section > table td dl dd {
	padding-left:0;
	text-align:left;
}
#cont6 section > table td dl dd img {
	width:90px;
}
#cont6 section > table td dl dd table{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
	
/* #cont7 */
#cont7{
	padding:30px 0;
	background-color:#d7efff;
}
#cont7 section{
	width:auto;
	margin:0 4%;
	background-color:#fff;
	padding:20px 0;
}
#cont7 section h2{
	width:calc(100% + 10px);
	height:38px;
	line-height:1.5;
	margin:0 0 20px -5px;
	padding-top:5px;
	background:url(../images/cont5_h2_bg.png)repeat-x center top;
	background-size:auto 100%;
	font-size:18px;
	color:#fff;
	position:relative;
}
#cont7 section h2:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent #1d2088 transparent transparent;
	position:absolute;
	top:100%;
	left:0;
}
#cont7 section h2:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 0;
	border-color: #1d2088 transparent transparent transparent;
	position:absolute;
	top:100%;
	right:0;
}
#cont7 section img{
	width:94%;
}
#cont7 section ul{
	padding:10px 4% 0;
}
#cont7 section ul li{
	padding-left:1em;
	text-indent:-1em;
	text-align:left;
}
#cont7 section ul li:first-child{
	padding-left:0;
	text-indent:0;
}	

/* #cont8 */
#cont8{
	padding:30px 0;
	background-color:#d7efff;
}
#cont8 section{
	width:auto;
	margin:0 4%;
	background-color:#fff;
	padding:20px 0;
}
#cont8 section h2{
	width:calc(100% + 10px);
	height:35px;
	line-height:1.5;
	margin:0 0 20px -5px;
	padding-top:1px;
	background:url("../images/cont8_h2_bg.png")repeat-x center top;
	background-size:auto 100%;
	font-size:18px;
	color:#fff;
	position:relative;
}
#cont8 section h2:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent #1d2088 transparent transparent;
	position:absolute;
	top:100%;
	left:0;
}
#cont8 section h2:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 0;
	border-color: #1d2088 transparent transparent transparent;
	position:absolute;
	top:100%;
	right:0;
}
#cont8 section img{
	width:100%;
}
#cont8 section ul{
	padding:10px 4% 0;
}
#cont8 section ul li{
	padding-left:1em;
	text-indent:-1em;
	text-align:center;
}
#cont8 section ul li:first-child{
	padding-left:0;
	text-indent:0;
}	
	
/* #faq */
#faq{
	padding:30px 5%;
	background:url(../images/bg_faq.png) center top;
	background-size:45px auto;
}
#faq h2{
	margin-bottom:10px;
	display:inline-block;
	font-size:18px;
	color:#1d2088;
	border-bottom:3px dotted #1d2088;
	letter-spacing:0em;
	line-height:1.5;
}
#faq h2 img{
	width:50px;
	margin-bottom:20px;
}
#faq h2 span{
	color:#00ccff;
	display:block;
}
#faq dl{
	width:auto;
	margin:auto;
	text-align:left;
}
#faq dl dt{
	margin-top:20px;
	padding:10px 30px 10px 40px;
	background-color:#fff;
	position:relative;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	line-height:1.5;
}
#faq dl dt:before{
	content:'Q.';
	font-size:20px;
	color:#00ccff;
	position:absolute;
	left:10px;
	top:5px;
}
#faq dl dt:after{
	content:'';
	display:block;
	width:11px;
	height:8px;
	background:url(../images/faq_arrow.png)no-repeat center center;
	background-size:100% auto;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
}
#faq dl dd{
	padding:10px 10px 10px 40px;
	background-color:#daf2ff;
	position:relative;
	font-size:14px;
	display:none;
}
#faq dl dd:before{
	content:'A.';
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
	position:absolute;
	left:10px;
	top:5px;
}
#faq dl dd a{
	color:#f00;
	font-weight:normal;
}
#faq dl dd a:hover{
	color:#00c6ff;
}



/* #contact */
#contact{
	margin:auto;
	padding:30px 5%;
	background-color:#fff7d4;
}
#contact div{
	width:auto;
	margin:auto;
	background-color:#fff;
	border:3px solid #f08300;
	border-radius:10px;
}
#contact div h2{
	line-height:50px;
	margin-bottom:20px;
	padding-top:2px;
	background-color:#f08300;
	font-size:24px;
	color:#fff;
	text-align:center !important;
	text-shadow:3px 3px 3px #cc6600;
}
#contact div > p:first-of-type{
	font-size:16px;
	font-weight:bold;
	color:#1d20a0;
	letter-spacing:-0.05em;
}
#contact div dl{
	display:inline-block;
	margin:20px 0 10px;
	padding:0 3%;
}
#contact div dl dt{
	width:90px;
	float:left;
	clear:left;
	padding-top:0px;
}
#contact div dl dd{
	margin-bottom:30px;
	padding-left:100px;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	line-height:1.2;
	color:#1d20a0;
}
#contact div dl dd a{
	color:#1d20a0;
	text-decoration:none;
}
#contact div dl dd:nth-of-type(2){
	margin-bottom:40px;
	font-size:20px;
}
#contact div dl dd span{
	display:block;
	padding:0;
	font-size:14px;
	font-weight:normal;
}
#contact div > p:last-of-type{
	margin:30px 3% 0;
	padding:0 0 20px;
	font-size:18px;
	font-weight:bold;
	color:#1d20a0;
	text-align:center !important;
	border-top:2px solid #1d20a0;
}
#contact div > p:last-of-type span{
	display:block;
	width:120px;
	margin:-15px auto 0px;
	font-size:16px;
	font-weight:normal;
	background-color:#fff;
}
#contact div > p:last-of-type a{
	color:#1d20a0;
	text-decoration:none;
}
#contact div > p:last-of-type a:hover{
	color:#f08100;
}


/* footer */
footer{
}
footer div{
	min-width:auto;
	min-width:initial;
	padding:0 0 10px;
	background-color:#1d20a0;
}
footer div ul{
	margin:0;
	letter-spacing:-0.4em;
	line-height:1;
	display:block;
}
footer div ul:first-of-type{
	margin-bottom:0px;
}
footer div ul li{
	margin:0;
	padding:3px 0;
	display:block;
	letter-spacing:normal;
	border-right:none;
	text-align:left;
	border-bottom:1px dotted #fff;
}
footer div ul li:last-child{
	border-right:none;
}
footer div ul li a{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px 8%;
	position:relative;
}
footer div ul li a:before{
	content:'';
	display:block;
	width:0;
	height:0;
	border: 3px solid transparent;
	border-left: 5px solid #fff;
	position:absolute;
	left:5%;
	top:50%;
	margin-top:-3px;
}
footer div p{
	margin-top:10px;
	font-size:10px;
	color:#fff;
}


/* to_top */
#topbtn{
	position:fixed;
	z-index:100;
	right:20px;
	bottom:-150px;
	width:60px;
}


}




@media screen and (max-width:480px){
/* #contact */
#contact div dl{
	display:inline-block;
	margin:20px 0 10px;
	padding:0 3%;
}
#contact div dl dt{
	width:70px;
	float:none;
	clear:none;
	padding-top:0px;
}
#contact div dl dd{
	margin:5px 0 10px;
	padding-left:0;
	font-size:21px;
	font-weight:bold;
	text-align:left;
	line-height:1.2;
	color:#1d20a0;
}
#contact div dl dd a{
	color:#1d20a0;
	text-decoration:none;
}
#contact div dl dd:nth-of-type(2){
	margin-bottom:10px;
	font-size:17px;
}
#contact div dl dd span{
	display:block;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
#contact div > p:last-of-type{
	margin:30px 3% 0;
	padding:0 0 20px;
	font-size:18px;
	font-weight:bold;
	color:#1d20a0;
	text-align:center !important;
	border-top:2px solid #1d20a0;
}
#contact div > p:last-of-type span{
	display:block;
	width:120px;
	margin:-15px auto 0px;
	font-size:16px;
	font-weight:normal;
	background-color:#fff;
}


}