@charset "utf-8";
.sp{
	display: none;
}
div.container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
h1,h1 img{
	line-height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
header{
	position: relative;
}
header p.bt01 a{
	width: 320px;
	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: 320px;
	position: absolute;
	top: 29px;
	right: 0px;
    border-bottom: 80px solid #FF9900;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;}
header p.bt01::before{
	content: "";
	display: block;
}
header p.bt01 a span{
	padding-top: 5px;
	display: block;
	font-size: 0.5em;
	line-height: 120%;
}

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{
	border: 2px solid #025EB2;
	clear: both;
	padding: 40px;
}
article h2{
	background: #025EB2;
	position: relative;
	padding-top: 20px;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 50px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-bottom: 20px;
}
article h2::before{
	content: "";
	width: calc(100% - 40px);
	position: absolute;
	top: 0;
	left: 0;

    border-bottom: 20px solid #4186C5;
    border-left: 20px solid #FFFFFF;
    border-right: 20px solid #FFFFFF;
	display: block;
}

#c1 h3{
	padding-left: 100px;
	background: #DCDDDD;
	position: relative;
	padding: 10px 10px 10px 100px;
	color: #025EB2;
	margin-bottom: 20px;
	font-weight: bold;
}
#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-left: 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{
	width: 33%;
	margin-right: 3%;
	float: left;
}
#c1 div.clearFix div.ss{
	width: 63%;
	float: right;
}
#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) center left no-repeat;
}div.c1_2{
	background: url(../images/c1_2.png) center left no-repeat;
}div.c1_3{
	background: url(../images/c1_3.png) center left no-repeat;
}div.c1_4{
	background: url(../images/c1_4.png) center left 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: 30px 0 10px 0;
	border-top: 2px solid #025EB2;
	padding-left: 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) center left no-repeat;
}div#c2_2{
	background: url(../images/c2_2.png) center left no-repeat;
}div#c2_3{
	background: url(../images/c2_3.png) center left no-repeat;
}div#c2_4{
	background: url(../images/c2_4.png) center left no-repeat;
}div#c2_5{
	background: url(../images/c2_5.png) center left no-repeat;
}div#c2_6{
	background: url(../images/c2_6.png) center left no-repeat;
}div#c2_7{
	background: url(../images/c2_7.png) center left no-repeat;
}div#c2_8{
	background: url(../images/c2_8.png) center left no-repeat;
}div#c2_9{
	background: url(../images/c2_9.png) center left no-repeat;
}div#c2_10{
	background: url(../images/c2_10.png) center left no-repeat;
}div#c2_11{
	background: url(../images/c2_11.png) center left 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{
	width: 100%;
	margin-bottom: 20px;
}
#c3 table.c3 tr th,#c3 table.c3 tr td{
	padding: 20px;
	border-right: 2px dotted #025EB2;
	text-align: center;
	color: #025EB2;
	font-weight: bold;
}
#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 tr:nth-child(3n+2) th,#c3 table.c3 tr:nth-child(3n+2) td{
	background: #e2e2e2;
}
#c3 table.c3 tr td:last-child{
	border: none;
}

#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 h3{
	font-size: 1.2em;
	margin:0 0 10px 0;
	font-weight: bold;
}

p.ct{
	text-align: right;
	font-size: 0.8em;
}
#c3 div.ex{
	margin-top: 20px;
}
#c3 div.ex p.title{
	color: #025EB2;
	font-weight: bold;
	padding-bottom: 20px;
}
#c3 div.ex div.leftTitle{
	width: 150px;
	float: left;
}
#c3 div.ex div.rightCont{
	width: 730px;
	float: right;
}
#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;
}
#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;
}

#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: 100%;
	border: 1px solid #025EB2;
	border-collapse: separate;
	border-spacing: 10px;
}
#c3 div.ex div.rightCont table th{
	color: #000000;
	font-weight: bold;
	width: 30%;
	font-size: 1.2em;
}
#c3 div.ex div.rightCont table th strong{
	color: #FF9900;
	font-weight: bold;
	width: 20%;
}
#c3 div.ex div.rightCont table td.p1{
	background: #DCDDDD;
	padding: 10px;
	text-align: center;
	color: #025EB2;
	font-size: 0.9em;
}
#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 strong{
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF; 
}
#c3 div.ex div.rightCont table td.p2{
	background: #FF9900;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.9em;
}
#c3 div.ex div.rightCont table tr.pt2 td.p2{
	background: #025EB2;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.9em;
}
#c3 div.ex div.rightCont table td.plus{
	font-size: 2em;
	color: #025EB2;
}

#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{
	text-align: center
}
p.bt02 a{
	display: block;
	width: 400px;
	color: #FFFFFF;
	background: #FF9900;
	margin: 50px auto;
	text-decoration: none;
	padding: 20px;
	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{
	display: none;
}
#contents article.ac{
	display: block;
}
p.bt02 a span{
	padding-top: 5px;
	display: block;
	font-size: 0.5em;
	line-height: 120%;
}


/* 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;
	float: left;
	padding: 15px;
	width: 730px;
}

#footer .boxLeft a {
	color: #000000;
}

#footer .boxRight {
	border-left: 2px solid #829cbf;
	padding-left: 15px;
	float: right;
	margin-right: 25px;
	width: 170px;
}

#footer .boxRight .title {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	padding-bottom: 15px;
}

#fNavi li {
	padding-bottom: 4px;
}

#fNavi li:last-child {
	padding-bottom: 0;
}

#footer .boxRight a {
	color: #fff;
}

#footer .txtID {
	text-align: right;
	font-size: 10px;
	color: #fff;
	line-height: 15px;
	margin: 30px 15px 0 0;
}
#footer strong{
	font-size: 1em;
	color: #000000;
}
.m_b15{
	margin-bottom: 15px;
}
.red{
	color: #FF0000!important;
}
.head_slogo{
	position: absolute;
	top: 20px;
	right: 20px;
}
form div.container{
	padding: 0 0 30px 0;
}
form div.container h2{
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 10px;
}
form div.container h2 strong{
	color: #FFFFFF;
	font-size: 1.5em;
}

form div.form{
	margin-top: 30px;
	background: #4186C5;
	padding: 30px;
}
form div.form dl{
	float: left;
	padding-right: 50px;
}
form div.form dl dt{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.3em;
}
form p.bt01 a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	text-align: center;
	padding: 15px 80px;
	cursor: pointer;
    background: #FF9900;
    border-radius: 10px;
}
form p.bt01{
	float: right;
	position: relative;
    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: 100px;
}
form dd{
	color: #FFFFFF;
}

#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: 30px;
	padding-left: 115px;
	border: 2px solid #025EB2;
	display: block;
	margin-bottom: 30px;
	width: calc(48% - 139px);
	float: left;
}
#c5_1 h4{
	font-weight: bold;margin-bottom: 10px;
	font-size: 1.2em;
}
#c5_2{
	padding-left: 80px;
	background: url(../images/c5_5.png) center left 10px no-repeat;
	background-size: auto 70%;
	padding: 30px;
	padding-left: 115px;
	border: 2px solid #025EB2;
	display: block;
	margin-bottom: 30px;
	width: calc(48% - 139px);
	float: right;
}
#c5_2 h4{
	font-weight: bold;margin-bottom: 10px;
	font-size: 1.2em;
}

.centerBlock{
}
.cbWrap{
}