@charset "utf-8";
.pc{
	display: none;
}
div.container{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

h1,h1 img{
	line-height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
h1 img{
	width: 100%;
	height: auto;
}
header{
	position: relative;
}
header p.bt01 a{
	width: 100%;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
	text-align: center;
	padding: 15px 0;
	line-height: 21px;
	position: absolute;
	top: 0;
	left: 0;
}
header p.bt01{
	width: calc(100% - 60px);
	position: absolute;
	top: -85px;
	left: 0px;
    border-bottom: 85px solid #FF9900;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;}
header p.bt01::before{
	content: "";
	display: block;
}
header{
	margin-bottom: 20px;
}
#tabmenu li{
	width: calc(20% - 5px);
	display: block;
	float: left;
	margin-right: 6px;
}
#tabmenu li a.ac,#tabmenu li a:hover{
	background: #025EB2;
	color: #FFFFFF;
}
#tabmenu li a.ac::before,#tabmenu li a:hover::before{
 	border-bottom: 7px solid #025EB2;
 	border-left: 7px solid #025EB2;

}
#tabmenu li a.ac::after,#tabmenu li a:hover::after{
 	border-right: 7px solid #025EB2;
 	border-bottom: 7px solid #025EB2;

}


#tabmenu li a{
	display: block;
	background: #DCDDDD;
	text-align: center;
	padding: 10px;
	position: relative;
	color: #025EB2;
	font-weight: bold;
	cursor: pointer;
}
#tabmenu li:last-child{
	width: calc(20% - 4px);
	margin: 0;
}
#tabmenu li a::before{
	display: block;
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	border-top: 7px solid transparent;
 	border-right: 7px solid transparent;
 	border-bottom: 7px solid #DCDDDD;
 	border-left: 7px solid #DCDDDD;
}
#tabmenu li a::after{
	display: block;
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 7px solid transparent;
 	border-right: 7px solid #DCDDDD;
 	border-bottom: 7px solid #DCDDDD;
 	border-left: 7px solid transparent;
}
section#contents{
	padding: 0 5%;
}
section#contents div.spbrn{
	display: none;
}

article h2{
	cursor: pointer;
	position: relative;
	display: block;
	line-height: 70px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	background: #025EB2 url(../images/bt_bg.png) center right 20px no-repeat;
}
article h2 span{
	display: block;
	background: url(../images/bt_bg.png) center left 20px no-repeat;
}

article h2::before{
	display: block;
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	border-top: 10px solid transparent;
 	border-right: 10px solid transparent;
 	border-bottom: 10px solid #025EB2;
 	border-left: 10px solid #025EB2;
}
article h2::after{
	display: block;
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 10px solid transparent;
 	border-right: 10px solid #025EB2;
 	border-bottom: 10px solid #025EB2;
 	border-left: 10px solid transparent;
}

#c1 h3{
	font-weight: bold;
	padding-left: 100px;
	background: #DCDDDD;
	position: relative;
	padding: 10px 10px 10px 100px;
	color: #025EB2;
	margin-bottom: 20px;
}
#c1 h3 span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: calc(100% - 10px);
	padding-top: 10px;
	background: #025EB2;
	color: #FFFFFF;
	text-align: center;
}
#c1 div.clearFix{
	padding-top: 250px;
	margin-bottom: 20px;
}
#c1 div.clearFix div.pre p{
	font-size: 0.9em;
}
#c1 div.clearFix div.pre p:first-child{
	font-weight: bold;
	margin-bottom: 5px;
}
#c1 div.clearFix div.pre{
	margin-bottom: 30px;
}
#c1 div.clearFix div.ss{
}
#c1 div.clearFix div.ss h4{
	border-top: 1px solid #025EB2;
	border-bottom: 1px solid #025EB2;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	line-height: 120%;
	margin-bottom: 10px;
}
#c1 div.clearFix div.ss table{
	width: 100%;
}
#c1 div.clearFix div.ss table th{
	padding-left: 5px;
	font-weight: bold;
}
#c1 div.clearFix div.ss table tr th:first-child,#c1 div.clearFix div.ss table tr td:first-child{
	padding-left: 0;
	padding-right: 5px;
}

#c1 div.clearFix div.ss table th span{
	display: block;
	background: #DCDDDD;
	color: #025EB2;
}
#c1 div.clearFix div.ss table td{
	color: #025EB2;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	padding-left: 5px;
}

span.num{
	font-size: 1.5em;
	padding-left: 10px;
}
div.ans{
	display: block;
	background: #FF9900;
	text-align: center;
	padding: 10px;
	position: relative;
	color: #025EB2;
	font-weight: bold;
	cursor: pointer;
}
div.ans p{
	color: #FFFFFF;
}


div.ans::before{
	display: block;
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	border-top: 10px solid transparent;
 	border-right: 10px solid transparent;
 	border-bottom: 10px solid #FF9900;
 	border-left: 10px solid #FF9900;
}
div.ans::after{
	display: block;
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 10px solid transparent;
 	border-right: 10px solid #FF9900;
 	border-bottom: 10px solid #FF9900;
 	border-left: 10px solid transparent;
}
div.c1_1{
	background: url(../images/c1_1.png) top center no-repeat;
}div.c1_2{
	background: url(../images/c1_2.png) top center no-repeat;
}div.c1_3{
	background: url(../images/c1_3.png) top center no-repeat;
}div.c1_4{
	background: url(../images/c1_4.png) top center no-repeat;
}
div.caution{
	margin: 40px 0;
}
div.caution ul li{
	font-size: 0.8em;
	margin-bottom: 5px;
	padding-left: 3em;
	display: block;
	position: relative;
}
div.caution ul li span{
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
#c2 div.cont{
	margin-top: 20px;
	padding: 180px 0 10px 0;
	border-top: 2px solid #025EB2;
	padding-top: 180px;
}
#c2 div.cont h3{
	color: #025EB2;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
}
strong{
	color: #FF9900;
	font-weight: bold;
}
#c2 div.cont table{
	width: 100%;
}
#c2 div.cont table th{
	width: 5em;
	vertical-align: top;
}
#c2 div.cont ul li{
	list-style: disc outside;
	margin-left: 1.5em;
}

div#c2_1{
	background: url(../images/c2_1.png) top 20px center no-repeat;
}div#c2_2{
	background: url(../images/c2_2.png) top 20px center no-repeat;
}div#c2_3{
	background: url(../images/c2_3.png) top 20px center no-repeat;
}div#c2_4{
	background: url(../images/c2_4.png) top 20px center no-repeat;
}div#c2_5{
	background: url(../images/c2_5.png) top 20px center no-repeat;
}div#c2_6{
	background: url(../images/c2_6.png) top 20px center no-repeat;
}div#c2_7{
	background: url(../images/c2_7.png) top 20px center no-repeat;
}div#c2_8{
	background: url(../images/c2_8.png) top 20px center no-repeat;
}
div.caution2{
	margin: 40px 0;
	background: #FFCC66;
	padding: 10px 20px 20px 20px;
}
div.caution2 ul li{
	font-size: 0.8em;
	margin-bottom: 5px;
	padding-left: 1.5em;
	display: block;
	position: relative;
}
div.caution2 ul li span{
	width: 1.5em;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
div.caution2 h3{
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1em;
}
#c3 table.c3 tbody{
	width: 100%;
	display: block;
}
#c3 h3{
	font-size: 1.2em;
	padding:10px 0 20px 0;
	font-weight: bold;
	clear: both;
}
#c3 table.c3{
	width: 100%;
	padding-bottom: 20px;
	display: block;
}
#c3 h3.mtl{
	padding-top: 30px;
}

#c3 table.c3 tr{
	display: block;
	width: calc(100%/3);
	float: left;
}
#c3 table.c3 th{
	font-weight: bold;
	height: 3em;
}

#c3 table.c3 tr th,#c3 table.c3 tr td{
	display: block;
	padding: 20px;
	border-bottom: 2px dotted #025EB2;
	text-align: center;
	color: #025EB2;
}
#c3 table.c3 tr:nth-child(3n+1) th,#c3 table.c3 tr:nth-child(3n+1) td{
	background: #FF9900;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
#c3 table.c3.pt2 tr:nth-child(3n+1) th,#c3 table.c3.pt2 tr:nth-child(3n+1) td{
	background: #025EB2;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
#c3 table.c3 tr:nth-child(3n+2) th,#c3 table.c3 tr:nth-child(3n+2) td{
	background: #e2e2e2;
}
#c3 table.c3 tr:nth-child(4) th,#c3 table.c3 tr:nth-child(5) th,#c3 table.c3 tr:nth-child(6) th{
	display: none;
}
p.ct{
	text-align: right;
	font-size: 0.8em;
	clear: both;
	padding-top: 20px;
}
#c3 div.ex{
	margin-top: 20px;
}
#c3 div.ex p.title{
	color: #025EB2;
	font-weight: bold;
	padding-bottom: 20px;
}
#c3 div.ex div.leftTitle{
}
#c3 div.ex div.rightCont{
}
#c3 div.ex div.leftTitle p.txt_15{
	border: 2px solid #025EB2;
	text-align: center;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #025EB2;
	width: 50%;
	margin-bottom: 20px;
}
#c3 div.ex div.leftTitle p.txt_15 span{
	display: block;
	font-size: 2em;
}
#c3 div.ex div.leftTitle p.labelTxt{
	color: #FFFFFF;
	border-bottom: 30px solid #025EB2;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	text-align: center;
	position: relative;
	width: calc(50% - 36px);
}

#c3 div.ex div.leftTitle p.labelTxt span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height:30px;
}

#c3 div.ex div.rightCont table{
	width: calc(100%);
	border: 1px solid #025EB2;
	border-collapse: separate;
	border-spacing: 10px;
	display: block;
	padding: 0 5% 30px 5%;
}
#c3 div.ex div.rightCont table tbody{
	display: block;
}
#c3 div.ex div.rightCont table tr{
	display: block;
}


#c3 div.ex div.rightCont table th{
	font-weight: bold;
	display: block;
	color: #000000;
	font-size: 1.2em;
	padding: 30px 0 20px 0;
	clear: both;
}
#c3 div.ex div.rightCont table th strong{
	color: #FF9900;
}

#c3 div.ex div.rightCont table th br{
	display: none;
}

#c3 div.ex div.rightCont table td.p1{
	display: block;
	width: calc(100% - 20px);
	background: #DCDDDD;
	padding: 10px;
	text-align: center;
	color: #025EB2;
	font-size: 1em;
}
#c3 div.ex div.rightCont table td span.price{
	font-size: 3em;
	font-weight: bold;
	line-height: 120%;
}
#c3 div.ex div.rightCont table td.p2{
	background: #FF9900;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
	width: calc(100% - 20px);
	display: block;
}
#c3 div.ex div.rightCont table td.p2 strong{
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF; 
}
#c3 div.ex div.rightCont table tr.pt2 td.p2{
	background: #025EB2;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
}
#c3 div.ex div.rightCont table td.plus{
	font-size: 2em;
	color: #025EB2;
	width: 100%;
	display: block;
	text-align: center;
}

#c4 ol li{
	margin-bottom: 1em;
	margin-left: 1.5em;
}
#c4 ol li ul li{
	list-style: disc outside;
	margin-left: 1.5em;
}
#c5 p.fig img{
	max-width: 100%;
	height: auto;
}

#c5 p.fig{
	text-align: center
}
p.bt02 a{
	display: block;
	width: calc(100% - 28px);
	color: #FFFFFF;
	background: #FF9900;
	margin: 50px auto;
	text-decoration: none;
	padding: 20px 0;
	text-align: center;
	font-size: 1.5em;
	position: relative;
}
p.bt02 a::before{
	display: block;
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	border-top: 14px solid transparent;
 	border-right: 14px solid transparent;
 	border-bottom: 14px solid #FF9900;
 	border-left: 14px solid #FF9900;
}
p.bt02 a::after{
	display: block;
	content: "";
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 14px solid transparent;
 	border-right: 14px solid #FF9900;
 	border-bottom: 14px solid #FF9900;
 	border-left: 14px solid transparent;
}
footer{
	background: #025EB2;
	min-height: 300px;
}
#contents article div.spbrn{
	padding: 0 0 40px 0;
}
header p.bt01 a span{
	padding-top: 5px;
	display: block;
	font-size: 0.5em;
	line-height: 120%;
}
p.bt02 a span{
	padding-top: 5px;
	display: block;
	font-size: 0.5em;
	line-height: 120%;
}
.contpr{
	padding: 0 5%;
}

/* Footer */
#footer a{
	text-decoration: none;
}

#footer {
	background: #05397f;
	line-height: 20px;
	padding: 25px 0 10px;
}
#footer li,#footer p{
	font-size: 0.9em;
}


#footer .boxLeft {
	background: #fff;
	padding: 15px;
	margin: 0 20px;
}

#footer .boxLeft a {
	color: #000000;
}

#footer .boxRight {
	padding: 20px;
}
#footer .boxRight .title {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	padding-bottom: 15px;
}
#fNavi{
	border-top: 1px solid #FFFFFF;
}
#fNavi li {
	padding-bottom: 4px;
	border-bottom: 1px solid #FFFFFF;
}

#fNavi li:last-child {
	padding-bottom: 0;
}

#footer .boxRight a {
	color: #fff;
	display: block;
	padding: 10px 0 5px 0;
}

#footer .txtID {
	text-align: right;
	color: #fff;
	line-height: 15px;
	margin: 10px 15px 0 0;
}
#footer strong{
	font-size: 1em;
	color: #000000;
}
.m_b15{
	margin-bottom: 15px;
}
.red{
	color: #FF0000!important;
}
form div.container{
	padding: 0 0 20px 0;
	margin: 20px;
	width: calc(100% - 40px);
}
form div.container h2{
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 10px;
}
form div.container h2 strong{
	color: #FFFFFF;
	font-size: 1.3em;
}

form div.form{
	margin-top: 10px;
	background: #4186C5;
	padding: 30px;
}
form div.form dl{
	float: left;
	padding-right: 50px;
	padding-bottom: 20px;
}
form div.form dl dt{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.3em;
}
form p.bt01 a{
	width: 100%;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	text-align: center;
	padding: 15px 0px;
	cursor: pointer;
    background: #FF9900;
    border-radius: 10px;
}
form p.bt01{
	clear: both;
	width: 100%;
    font-size: 1.2em;
}
form p.bt01::before{
	content: "";
	display: block;
}
form p.bt01 a span{
	padding-top: 5px;
	display: block;
	font-size: 0.5em;
	line-height: 120%;
}
form input[type="text"],form select{
	padding: 10px;
	font-size: 1.2em;
	border-radius: 5px;
	border: 1px solid #025EB2;
	margin-right: 10px;
	width: 70px;
}
form dd{
	color: #FFFFFF;
}
.head_slogo{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.head_slogo img{
	width: 20vw;
}

#c5 h3 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#c5_1{
	padding-left: 95px;
	background: url(../images/c5_4.png) center left 10px no-repeat;
	background-size: auto 70%;
	padding: 20px;
	padding-left: 95px;
	border: 2px solid #025EB2;
	display: block;
	margin-bottom: 20px;
	width: calc(100% - 119px);
}
#c5_1 h4{
	font-weight: bold;margin-bottom: 10px;
	font-size: 1.1em;
}
#c5_2{
	padding-left: 80px;
	background: url(../images/c5_5.png) center left 10px no-repeat;
	background-size: auto 70%;
	padding: 20px;
	padding-left: 95px;
	border: 2px solid #025EB2;
	display: block;
	margin-bottom: 30px;
	width: calc(100% - 119px);
}
#c5_2 h4{
	font-weight: bold;margin-bottom: 10px;
	font-size: 1.1em;
}
