
/*===================================
 reset
===================================*/
* {
	box-sizing: border-box;
}
*:before,
*:after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
a {
	word-break: break-all;
	color: #00377e;
	text-decoration: none;
}
img, video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
p {
	margin-bottom: 1em;
}

/*===================================
common style
===================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}




body{
	background: #fff;
	line-height: 1.5;
}
section {
	margin: 0 10px;
}
*,div,p,h1,h2{
	margin: 0;
	padding: 0;
}
header.pageHeader{
	width: 100%;
	background:#F7EEE5;
	height: auto;
	padding: 0 10px 20px 10px;
	margin:0 0 40px 0;
}

header hgroup{
	width: 100%;
	margin:0 auto;
	padding-top: 60px;
}
h1.logo{
	margin: 0;
	padding: 0;
	width: 90%;
	display: block;
}
h2.pageTitle{
	width: 100%;
	text-align: center;
	border-top:1px solid #00377E;
	border-bottom:1px solid #00377E;
	font-size:140%;
	color: #00377E;
	margin:10px 0 10px 0;
	padding: 5px 0;
	}
	h2.pageTitle .label-free{
		display: inline-block;
		margin-left: 10px;
		padding: 0 10px;
		background-color: #B20000;
		vertical-align: middle;
		line-height: 24px;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
	}
header .copy{
	text-align: center;
	font-size:100%;
}
header .topLink a{
	position: absolute;
	top:0;
	left:50px;
	display: block;
	padding:10px;
	font-size:100%;
	background: #00377E;
	color:#fff;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
}

h1.basicTitle{
	margin-bottom: 15px !important;
	margin-left: 2% !important;
}

h1.styleTitle,
h1.basicTitle,
h1.justSeeTitle{
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	font-size:140%;
	font-weight:bold;
	color: #00377E;
	border-left:3px solid #00377E;
}
h1.formTitle{
	margin: 10px;
	padding-left: 10px;
	font-size:140%;
	font-weight:bold;
	color: #00377E;
	border-left:3px solid #00377E;
}

h3.basicTitle3{
	margin: 0 auto;
	font-size: 1em;
	font-weight: bold;
	margin-left: 2%;
}

h3.basicTitle3 span {
	display: inline-block;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
}

h3.basicTitle3 small {
	position: relative;
	bottom: 2px;
	font-size: .9em;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 1em;
}

h3.basicTitle3.advance span {
	background: #407AC5;
}

h3.basicTitle3.premium span {
	background: #D3AA36;
}

h3.basicTitle3.zero span {
	background: #01A040;
}

.styleBox,
.basicBox{
	width: 100%;
	overflow: hidden;
	margin:20px auto 15px;
	display: flex;
	flex-wrap: wrap;

}
.formBox{
	width: 100%;
	margin:40px auto;
}
.styleBox h2{
	margin: -30px 10px 10px 10px;
	padding: 40px 0 0 5px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border-left: 3px solid #fff;
	position: relative;
}
.basicBox h2{
	margin: 10px;
	padding-left:5px;
	color:#666;
	font-size:3.6vw;
	font-weight:bold;
	border-left: 3px solid #666;
	position: relative;
}
.clear{
	clear:both;
}

.styleBox .copy{
	font-size: 11px;
	padding: 0 10px 45px;
}
.styleBox .check{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	text-align: center;
}
.styleBox .check img{
	width: 100px;
	cursor: pointer;
}
.styleBox input[type="checkbox"] ,
.basicBox input[type="checkbox"] {
    border: 4px solid #333;
    vertical-align: -4px;
    -webkit-appearance: none;
    position: relative;
    margin:0 5px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    line-height:20px;
    /*Other Browser*/
    background: #fff;
}

.styleBox input[type="checkbox"]:checked ,
.basicBox input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #333;
    border: 4px solid #333;
}

.styleBox input[type="checkbox"]:checked:before,
.basicBox input[type="checkbox"]:checked:before {
    position: absolute;
    left: -3px;
    top: 8px;
    display: block;
    content: "";
    width: 8px;
    height: 4px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

.styleBox input[type="checkbox"]:checked:after ,
.basicBox input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 4px;
    top: 6px;
    content: "";
	width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

.basicBox .image{
	width: 100%;
	margin: 10px auto;
	text-align: center;
	}
.basicBox .copy{
	margin: 10px 10px 50px 10px;
	font-size:11px;
	line-height: 150%;
	color: #333;
}
.basicBox .check{
	position:absolute;
	width: 100%;
	left:0;
	bottom:5px;
	text-align: center;
}
.basicBox .check img {
	width: 100px;
	cursor: pointer;
}
.formBase .text{
	color: #00377E;
	font-weight:bold;
	width:180px;
	padding-left: 3px;
	float:left;
}
.formBase .input2{
	width: 100%;
	display: block;
	float:left;
	}
.formBase .required{
	background: #00377E;
	color:#fff;
	font-size:70%;
	padding: 3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-left:5px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.moreLink{
	display: block;
	font-size:100%;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	border:10px #ccc solid;
	cursor:pointer;
	padding: 10px 10px;
}
.moreLink:hover{
	display: block;
	font-size:100%;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	border:10px #999 solid;
	background:#999;
	color: #fff;
}
#page{
	display: none;
}


.styleBase{
	width: 48%;
	margin:0 1% 10px 1%;
	min-height:210px;
	position: relative;
	float: left;
}
.basicBase{
	width: 47%;
	background: #eee;
	float:left;
	margin:0 2% 20px 2%;
	position: relative;
}
.basicBase:nth-child(2n+1) {
	margin-right: 1%;
}
.basicBase:nth-child(2n) {
	margin-left: 1%;
}
/*.basicBase p.image {*/
	/*display: none;*/
/*}*/
.basicBase p.image img{
	display: block;
	margin: 0 auto;

}
.formBase{
	padding: 15px;
	border-bottom:1px solid #E2C19E;
	clear: both;
	font-size:100%;
}


.style01{
	background: #B6CE66;
	box-shadow:rgb(229, 238, 201) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(229, 238, 201) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(229, 238, 201) 6px 6px 0px 0px;
}
.style02{
	background:#DFAF8C;
	box-shadow:rgb(242,223,209) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(242,223,209) 6px 6px 0px 0px;
	-moz-box-shadow:rgb:(242,223,209) 6px 6px 0px 0px;
}
.style03{
	background: #8FD6DC;
	box-shadow:rgb(210,239,241) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(210,239,241) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(210,239,241) 6px 6px 0px 0px;
}
.style04{
	background: #D7BF81;
	box-shadow:rgb(239,229,205) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(239,229,205) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(239,229,205) 6px 6px 0px 0px;
}
.style05{
	background:#88AFDA;
	box-shadow:rgb(207,223,240) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(207,223,240)6px 6px 0px 0px;
	-moz-box-shadow:rgb(207,223,240) 6px 6px 0px 0px;
}
.style06{
	background: #E2979F;
	box-shadow:rgb(243,213,217) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(243,213,217) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(243,213,217) 6px 6px 0px 0px;
}
.style07{
	background: #CAA1C1;
	box-shadow:rgb(234,217,230) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(234,217,230) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(234,217,230) 6px 6px 0px 0px;
}
.style08{
	background:#E6C15F;
	box-shadow:rgb(245,230,191) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(245,230,191) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(245,230,191) 6px 6px 0px 0px;
}
.style09{
	background: #9FD8A6;
	box-shadow:rgb(217,239,219) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(217,239,219) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(217,239,219) 6px 6px 0px 0px;
}
.style10{
	background: #8FD6DC;
	box-shadow:rgb(210,239,241) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(210,239,241) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(210,239,241) 6px 6px 0px 0px;
}
.style11{
	background:#B6CE66;
	box-shadow:rgb(226,235,194) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(226,235,194) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(226,235,194) 6px 6px 0px 0px;
}
.style12{
	background: #D7BF81;
	box-shadow:rgb(239,229,205) 6px 6px 0px 0px;
	-webkit-box-shadow:rgb(239,229,205) 6px 6px 0px 0px;
	-moz-box-shadow:rgb(239,229,205) 6px 6px 0px 0px;
}

.color1{
	background: #F7EEE5;
}
.color2{
	background: #FCF5F0;
}
.page-form input[type="submit"] {
	width: 90%;
	margin: 0 auto;
	height: 40px;
	font-size:120%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: #00377e;
	color:#fff;
}

.justsee {
	display: none;
}
.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin-bottom: 5px;
}
.hidden-options h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 123%;
	color: #00377e;
}
div.wpcf7-response-output {
	padding: 10px;
	background-color: #fff;
	margin-top: 1em;
}


.page-form #main {
	width: 100%;
}
.wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form input {
	max-width: 100%;
}

#mw_wp_form_mw-wp-form-1213 {
	margin: auto 10px;
}
.page-form #main .form-mh-select-wrap-tab li {
	margin-right: 5px;
	font-size: 90%;
}
.page-form #main .form-mh-select-wrap-tab li a {
	padding-left: 3px;
	padding-right: 3px;
}

/*===================================
 inquiry
===================================*/
.inquiryBlock:not(:last-of-type){
	margin-bottom: 30px;
}
.inquiryBlock_row{
}

.inquiryBlockHeader {
	width: 75%;
	margin: 0 auto 40px;
	padding-bottom: 10px;
	padding-left: 0 !important;
	text-align: center;
	border-bottom: 1px solid #003770;
}

.inquiryBlockHeader h2 {
	color: #003770;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 19px;
	font-weight: bold;
}

.inquiryBlock_column{
	/*display: table-cell;*/
/* 	vertical-align: middle; */
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

	.inquiryBlock_column h3{
		margin-bottom: 10px;
		padding-left: 10px;
		font-size: 17px;
		border-left: 3px solid #fff;
		line-height: 1.2;
	}
	.inquiryBlock_column p{
		margin-bottom: 15px;
		font-size: 12px;
	}
	.inquiryBlock_column .btn{
		display: block;
		width: 65%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		opacity: 1;
		-webkit-transition: all .25s ease;
		        transition: all .25s ease;
	}
	.inquiryBlock_column .btn:hover{
		opacity: .75;
	}
.inquiryBlock_withTn {
	width: 90%;
	margin: 0 5%;
}
.inquiryBlock_withTn .inquiryBlock_column{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
}
.inquiryBlock_withTn .inquiryBlock_column-tn{
	width: 100%;
	padding: 0;
}
.inquiryBlock_column-style1{ background-color: #D9E5F2; }
.inquiryBlock_column-style1 h3{ border-color: #407AC5; }
/* .inquiryBlock_column-style1 p{ height: 6em; } */
.inquiryBlock_column-style1 .btn{ background-color: #407AC5; }
.inquiryBlock_column-style2{ background-color: #ECEFD3; }
.inquiryBlock_column-style2 h3{ border-color: #93A63A; }
/* .inquiryBlock_column-style2 p{ height: 6em; } */
.inquiryBlock_column-style2 .btn{ background-color: #93A63A; }
.inquiryBlock_column-style3{ background-color: #F7EAD2; }
.inquiryBlock_column-style3 h3{ border-color: #D3AA36; }
.inquiryBlock_column-style3 .btn{ background-color: #D3AA36; }
.inquiryBlock_column-style4{ background-color: #F1DEE0; }
.inquiryBlock_column-style4 h3{ border-color: #CA747F; }
.inquiryBlock_column-style4 .btn{ background-color: #CA747F; }

.inquiryBlock_3column {
	width: 90%;
	margin: 0 5% 30px;
}
.inquiryBlock_3column .inquiryBlock_column{
	width: 100%;
	padding-bottom: 15px;
	padding-top: 0;
	background-color: #F7EEE5;
	padding-left: 0;
	padding-right: 0;
}
	.inquiryBlock_3column .inquiryBlock_column h3{
		border-color: #00377E;
		margin: 20px 20px 10px;
/* 		height: 60px; */
	}
	.inquiryBlock_3column .inquiryBlock_column .tn{

	}
	.inquiryBlock_3column .inquiryBlock_column p{
/* 		height: 5em; */
		margin: 10px 20px;
	}
	.inquiryBlock_3column .inquiryBlock_column .btn{
		background-color: #407AC5;
		padding: 10px 10px;
		font-size: 12px;
	}
	.inquiryBlock_3column .inquiryBlock_column img {
		width: 100%;
	}




