@charset "utf-8";
/* 共通style --------------------------------*/
html{
    font-size: 62.5%;
}
body{
    font-family: "Noto Sans Japanese", sans-serif;
    font-size:1.6rem;
    color: #222222;
}
img{
    width:100%;
}
#box_01 img,
#box_01 img,
#box_03 img{
    width: auto;
}
h2{
    color: #222222;
    text-align: center;
    background: url(../images/h2_bg.png) no-repeat center, -moz-linear-gradient(top center, #5a98ec 0%, #bed9ea 100%);
    background: url(../images/h2_bg.png) no-repeat center, -webkit-linear-gradient(top center, #5a98ec 0%, #bed9ea 100%);
    background: url(../images/h2_bg.png) no-repeat center, linear-gradient(to bottom, #5a98ec, #bed9ea);
    background-size: 100% 100%;
    font-weight: bold;
}
h2 span.en{
    background: #ffffff;
    color: #86b4f0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    padding: 6px 30px;
    line-height: 4;
}
h3{
    text-align: center;
}
h4{
    text-align: center;
    background-color: #3d3d3d;
    margin-bottom: 0;
    padding: 15px 0;
    color: #ffffff;
    font-size: 2rem;
}
figure{
    display: block;
}
/*nav
------------------------------------------*/
nav{
    background: #4d7edf;
}
nav li{
    display: inline-block;
}
nav li a{
    color: #ffffff;
    text-decoration: none;
}
/*fv------------------------------*/
.fv{
    background-image: -moz-linear-gradient(top, #3fa3f8, #c4dffd);
    background-image: -webkit-linear-gradient(top, #3fa3f8, #c4dffd);
    background-image: linear-gradient(to bottom, #3fa3f8, #c4dffd);
    line-height: 0;
}
/*offer
------------------------------------------*/
.offer{
    padding: 10px;
    background: -moz-linear-gradient(left, #ade210, #2f9337);
    background: -webkit-linear-gradient(left, #ade210, #2f9337);
    background: linear-gradient(to right, #ade210, #2f9337);
}
.offer .inner{
    background: #ffffff;
}
.offer p{
    color: #012072;
}
.offer p.first{
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}
.offer .tel a{
    color: #012072;
    text-decoration: none;
}
.offer .btn--contact a{
    background: url(../images/icn-mail.png) no-repeat 70px center, -moz-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: url(../images/icn-mail.png) no-repeat 70px center, -webkit-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: url(../images/icn-mail.png) no-repeat 70px center, linear-gradient(to bottom, #ade210, #2f9337);
    background-size: 45px 45px,100% 100%;
    color: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    padding-left: 140px;
    box-shadow: 0 3px #0e3d72;
    display: block;
}
/*block01～03共通
------------------------------------------*/
.block01 p,
.block02 p,
.block03 p{
    text-align: center;
    line-height: 2;
}
/*block01
------------------------------------------*/
.block01 p.txt--catch{
    color: #ffffff;
    background-color: #272d5d;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}
/*block02
-------------------------------------------*/
.block02 .guide{
    border: #666666 solid 1px;
    display: flex;
    justify-content: space-between;
}
.block02 .guide dl{
    display: flex;
}
.block02 .guide dl:nth-child(1) dt{
    background: #cce1f2;
}
.block02 .guide dl:nth-child(2) dt{
    background: #f4cfba;
}
.block02 .guide dl:nth-child(3) dt{
    background: #dbd7b9;
}
.block02 .guide dl:nth-child(4) dt{
    background: #74c1bb;
}
.block02 .guide dl:nth-child(5) dt{
    background: #968bd6;
}
/*block03
--------------------------------------------*/
.block03 table th{
    background: #adceea;
}
.block03 .photo figure figcaption{
    text-align: center;
    margin-top: 1em;
}
/*block04
--------------------------------------------*/
.block04 table th {
    background: #adceea;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1.3;
}
/*block__contact
--------------------------------------------*/
.block__contact th span.must,
.block__contact p span.must {
    border-radius: 4px;
}
.block__contact table th {
    background: #e5e7ef;
}
.block__contact th span.must {
    color: #ffffff;
    background: #3670c6;
    padding: 4px 8px;
    margin-left: 1rem;
    float: right;
    font-weight: normal;
}
.block__contact p span.must {
    color: #ffffff;
    background: #3670c6;
    padding: 2px 8px;
    margin-right: .5em;
}
/*checkbox style---------*/
label.checker{
    width: auto;
}
.checker .check {
    display: inline-block;
    vertical-align: middle;
}
.checker .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    padding-top: .5em;
    margin-right: 2em;
    margin-bottom: 1em;
}
.checker .text.txt_agree {
    font-size: 1.6rem;
    padding-top: .8em;
}
.checker input {
    display: none;
}
.checker .check {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 1em;
    margin-bottom: 1em;  
}
.checker .check::before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.checker input:checked + .check::after {
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 16px;
    height: 8px;
    border-left: 3px solid #2c4db2;
    border-bottom: 3px solid #2c4db2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checker input:disabled + .check:before {
    background-color: #eee;
}
.checker input:checked:disabled + .check::after {
    border-left: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
}
/*input style---------*/
input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.6rem;
}
input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}
input.w100{
    width: 28%;
}
input.w60{
    width: 30%;
}
textarea {
    width: 100%;
    box-sizing: border-box;
}
label{
    cursor:pointer;
}
/*footer
--------------------------------------------*/
footer .bg--blue {
    background: #4d7edf;
}
footer small{
    color: #ffffff;
}
/*page-top
----------------------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #cacfd8;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 15px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.pagetop a:hover {
    display: block;
    background-color: #5c99ec;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:15px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/* PC ------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px){
.sp--only{
    display: none;
}
body{
    min-width: 1024px;
    margin: 0 auto;
}
h2{
    font-size: 3.6rem;
    height: 160px;
    box-sizing: border-box;
    padding-top: 20px;
    margin-bottom: 80px;
}
h3{
    font-size: 2.8rem;
    margin-bottom: 80px;
}
.block01 p,
.block02 p,
.block03 p{
    font-size: 1.8rem;
}
h3.plan {
    font-size: 2.6rem;
    font-weight: normal;
    display: flex;
    align-items: center;
}
h3.plan::after, h3.plan::before {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #333;
    display: block;
}
h3.plan::before {
    margin-right: 120px;
}
h3.plan::after {
    margin-left: 120px;
}
.wrapper{
    width: 1000px;
    margin: 0 auto;
}
/*header
--------------------------------------*/
header{
    background: #ffffff;
}
.wrapper__header{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0;
}
.wrapper__header h1{
    width: 260px;
    float: left;
    padding-top: 7px;
}
.block__header__contact{
    float: right;
    width: 50%;
}
.block__header__contact .block--tel{
    float: right;
}
.block__header__contact .block--tel p{
    text-align: center;
    font-size:1.4rem;
    margin-bottom: .5em;
}
.block__header__contact .block--tel p.txt--tel{
    color: #012072;
    margin-bottom: 0;
    padding-left: 26px;
    font-size: 330%;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 3.4rem;
    font-weight: bold;
    background-image: url(../images/icn-tel.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12%;
    margin-bottom:0;
}
.block__header__contact .block--tel p.txt--tel a{
    color: #001679;
    text-decoration: none;
}
.block__header__contact .btn--contact a{
    float: right;
    background: url(../images/icn-mail.png) no-repeat 30px center, -moz-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: url(../images/icn-mail.png) no-repeat 30px center, -webkit-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: url(../images/icn-mail.png) no-repeat 30px center, linear-gradient(to bottom, #ade210, #2f9337);
    background-size: 30px 30px,100% 100%;
    color: #ffffff;
    border-radius: 4px;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
    line-height: 50px;
    padding-left: 70px;
    margin-left: 20px;
    box-shadow: 0 3px #0e3d72;
}
.block__header__contact .btn--contact a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.block__header__contact .btn--contact a,
.block__header__contact .btn--contact a:before,
.block__header__contact .btn--contact a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
/*nav
--------------------------------------*/
nav{
    position: relative;
    height: 60px;
}
nav ul{
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
nav li{
    margin-right: 60px;
}
nav li a{
    background: url(../images/nav_icn.png) no-repeat center bottom;
    padding-bottom: 12px;
}
nav li:nth-last-child(){
    margin-right: 0;
}
/*overlap-contents
--------------------------------------*/
.overlap-contents{
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.overlap-contents h2{
    background: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.overlap-contents h2 img{
    width:587px;
}
/*fv
------------------------------------------*/
.fv{
    background: -moz-linear-gradient(top, #5a98ec, #bed9ea);
    background: -webkit-linear-gradient(top, #5a98ec, #bed9ea);
    background: linear-gradient(to bottom, #5a98ec, #bed9ea);
}
/*fv-contents
-----------------------------------------*/
.fv-contents{
    padding: 80px 0;
    background:linear-gradient(-110deg, #ffffff 54%, #e9edf6 46%);
}
.fv-contents h3{
    margin-bottom: 50px;
    line-height: 1.6;
}
.fv-contents p{
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 50px;
}
/*offer
------------------------------------------*/
.offer{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.offer .inner{
    padding: 30px;
}
.offer .btn--contact a{
    width: 630px;
    height: 80px;
    font-size: 2.8rem;
    margin: 0 auto 30px;
    line-height: 80px;
}
.offer .btn--contact a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.offer .btn--contact a,
.offer .btn--contact a:before,
.offer .btn--contact a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.offer p.first{
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
}
.offer .tel{
    overflow: hidden;
    margin: 0 auto;
    width: 630px;
}
.offer .tel p.txt--catch{
    float: left;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}
.offer .tel p.txt--tel{
    float: right;
    font-size: 4.8rem;
    font-weight: 600;
    background-image: url(../images/icn-tel.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 11%;
    display: inline-block;
    padding-left: 40px;
    margin-bottom: 0;
}
*::-ms-backdrop, .offer .tel p.txt--tel {
    font-size: 5.8rem;
}
/*block01
--------------------------------------------*/
.block01{
    line-height: 0;
}
.block01 p{
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 70px;
}
.block01 .wrapper{
    width: 1000px;
    margin: 0 auto;
}
.block01 figure{
    margin-bottom: 80px;
}
.block01 iframe{
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
.block01 h2{
    line-height: 1;
}
/*block02
--------------------------------------------*/
.block02 p{
    margin-bottom: 80px;
}
.block02 h3{
    margin-bottom: 60px;
}
.block02 h3.plan {
    font-size: 2.6rem;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.block02 h3.plan::after, .block02 h3.plan::before {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #333;
    display: block;
}
.block02 h3.plan::before {
    margin-right: 120px;
}
.block02 h3.plan::after {
    margin-left: 120px;
}
.block02 h3.plan span.txt--large {
    font-size: 3.4rem;
    margin-right: .2em;
}
.block02 figure{
    margin-bottom: 120px;
}
.block02 .guide{
    padding: 20px 60px;
    margin-bottom: 80px;
}
.block02 .guide dt{
    width: 60px;
    height: 24px;
    margin-right: 1em;
}
.block02 .guide dd{
    line-height: 24px;
}
#box_01{
    margin-bottom: 80px;
}
#box_02,
#box_03{
    margin-bottom: 100px;
}
/*block03
--------------------------------------------*/
.block03 .scroll--table{
    width: 1000px;
    margin: 0 auto;
}
.block03 table{
    background: #ffffff;
    border-top: 1px solid #b9bfc9;
    border-left: 1px solid #b9bfc9;
    font-size: 1.4rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.block03 table tr{
    border-bottom: 1px solid #b9bfc9;
}
.block03 table th{
    padding:8px 10px;
    border-right: 1px solid #b9bfc9;
}
.block03 table td{
    padding:8px 10px;
    border-right: 1px solid #b9bfc9;
    text-align: right;
}
.block03 table td:first-child{
    text-align: center;
}
.block03 .photo{
    display: flex;
    justify-content:space-between;
    margin-bottom: 45px;
}
.block03 .photo:last-of-type{
    margin-bottom: 80px;
}
.block03 .photo figure{
    width: 32%;
}
/*block04
--------------------------------------------*/
.block04 table{
    border-top: 1px solid #b9bfc9;
    border-left: 1px solid #b9bfc9;
    border-right: 1px solid #b9bfc9;
    background: #ffffff;
    width: 100%;
    margin-bottom: 80px;
}
.block04 table tr{
    border-bottom: 1px solid #b9bfc9;
}
.block04 table th{
    padding: 20px 15px;
    width: 14%;
}
.block04 table td{
    padding: 20px 10px;
    width: 36%;
    line-height: 1.3;
    vertical-align: middle;
}
/*block__contact
--------------------------------------------*/
.block__contact .wrapper{
    width: 1000px;
    margin: 0 auto 150px;
}
.block__contact h2{
    font-size: 3.8rem;
    font-weight:bold;
    margin-bottom: 60px;
}
.block__contact p{
    font-size: 1.75rem;
    line-height: 1.8;
    margin-bottom: 20px;
}
.block__contact p span.must{
    color: #ffffff;
    background: #2c4db2;
    padding: 2px 8px;
    margin-right: .5em;
}
.block__contact p.thanks{
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 100px 0 200px;
}
/*table*/
.block__contact .box_thanks .btn_link a,
.block__contact .box_thanks .btn_link a:before,
.block__contact .box_thanks .btn_link a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.block__contact .box_thanks .btn_link a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.block__contact .box_tel{
    border: #cecece solid 4px;
    padding: 25px 20px 0;
    margin-bottom: 4vw;
    box-sizing: border-box;
}
.block__contact .box_tel p{
    text-align: center;
}
.block__contact table{
	border-top: #b9bfc9 solid 1px;
    border-right: #b9bfc9 solid 1px;
    border-left: #b9bfc9 solid 1px;
	margin: 15px 0 0 0;
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto 60px;
}
.block__contact table th{
	width: 30%;
    padding: 15px;
    background: #f2f2f2;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}
.block__contact table tr{
    border-bottom:#b9bfc9 1px dotted;
}
.block__contact table tr:last-of-type {
    border-bottom: #b9bfc9 1px solid;
}
.block__contact table th.val_top{
    vertical-align: top;
}
.block__contact th span.must{
    color: #ffffff;
    background: #2c4db2;
    padding: 4px 8px;
    margin-left: 1rem;
    float: right;
    font-weight: normal;
}
.block__contact th span.nomal{
    font-weight: normal;
    line-height: 2;
}
.block__contact table td{
	padding: 15px; 
    font-size: 1.6rem;
    line-height: 1.6;
}
.block__contact table td span.error{
    color: #FF0004;
    display: block;
}
/*privacy*/
.block__contact .box--privacy{
    height: 200px;
    width: 1000px;
    overflow-y: scroll; 
    margin: 0 auto 40px;
}
.block__contact .box--privacy h3{
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2rem;
    font-weight: bold;
    color: #272727;
}
.block__contact .box--privacy p{
    margin-bottom: 1em;
    font-size: 1.6rem;
}
.block__contact .box--privacy dt{
    float: none;
    color: #666;
    padding: 0;
    width: auto !important;
    font-weight: bold;
    line-height: 2;
}
.block__contact .box--privacy dd {
    padding-left: 0;
    line-height: 1.6;
    margin-bottom: 1em;
}
.block__contact .box--privacy dd,
.block__contact .box--privacy dd li{
    border-bottom: none;
}
.block__contact .box--privacy dd ul{
    margin-top: 10px;
    padding-left: 1em;
}
.block__contact .box--privacy dd li{
    list-style: disc;
    list-style-position: inside;
    padding: 0;
    margin-bottom: 10px;
}
/*box_agree*/
.block__contact .box_agree{
    background: #d3e7f6;
    padding: 20px;
    text-align: center; 
    margin-bottom: 40px;
}
.block__contact .box_agree p{
    text-align: center;
}
.block__contact .box_agree span.txt_agree{
    font-size: 18px;
}
/*btn--button*/
.block__contact .btn_button{
    margin: 0 auto 30px;
    text-align: center;
}
.block__contact .btn_button button{
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 400px;
    padding: 20px 50px;
    background: -moz-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: -webkit-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: linear-gradient(to bottom, #ade210, #2f9337);
    color: #ffffff;
    border: none;
    font-size: 1.8rem;
    font-family: "Noto Sans JP";
    box-sizing: border-box;
    cursor: pointer;
    border-style: none;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    box-shadow: 0 3px #0e3d72;
}
.block__contact .btn_button button::before,
.block__contact .btn_button button::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.block__contact .btn_button button::before{
    width: 8px;
    height: 8px;
    right:-80%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block__contact .btn_button button,
.block__contact .btn_button button:before,
.block__contact .btn_button button:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.block__contact .btn_button button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.block__contact .btn_button button.btn_return{
    background: #666666;
    margin-right: 20px;
}
/*footer
-------------------------------------------*/
footer .bg--blue ul li{
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
}
footer .bg--blue ul li:last-child{
    border-right:none;
}
footer .bg--blue ul li a{
    color: #ffffff;
    text-decoration: none;
}
footer .bg--blue ul li{
    border-right: #ffffff solid 1px;
    padding-right: 1em;
}
footer .bg--blue ul li:last-child{
    border-right: none;
}
footer .logo{
    margin: 0 auto 20px;
    text-align: center;
    width: 200px;
}
footer .bg--blue{
    padding: 20px 0;
}
footer .bg--blue ul{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
footer .bg--blue ul li a:hover{
    text-decoration: underline;
}
footer .bg--blue ul{
    margin-bottom: 20px;
}
footer small{
    text-align: center;
    font-size:1.3rem;
    margin: 0 auto;
    display: block;
}
}
/* sp ------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
.pc--only{
    display: none;
}
h2 {
    font-size: 2.5rem;
    box-sizing: border-box;
    padding: 1vw 0 4vw;
    margin-bottom: 6vw;
}
h2 span.en {
    font-size: 1.2rem;
    padding: 4px 20px;
}
h3{
    font-size: 2.0rem;
    line-height: 1.6;
    padding: 0 4vw;
    margin-bottom: 6vw;
}
h3.plan{
    font-size: 2.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 6vw;
    padding: 0;
}
h3.plan::before,
h3.plan::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #333;
    display: block;
}
h3.plan::before {
    margin-right: 15px;
}
h3.plan::after {
    margin-left: 15px;
}
.wrapper{
    margin: 0 4vw;
}
/*header
--------------------------------------*/
header{
    background: #ffffff;
}
.wrapper__header{
    width: 100%;
    padding: 2vw 4vw;
    box-sizing: border-box;
    overflow: hidden;
}
.wrapper__header h1{
    width: 60%;
    float: left;
    padding-top:3vw;
}
.block__header__contact{
    float: right;
    width: 40%;
}
.block__header__contact .block--tel{
    float: right;
}
.block__header__contact .block--tel p{
    text-align: center;
    font-size:1.4rem;
}
.block__header__contact .block--tel p.tel{
    width: 12vw;
    margin-right: 2vw;
}
.block__header__contact .btn--contact a{
    float: right;
    background: url(../images/icn-mail.png) no-repeat center, -moz-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: url(../images/icn-mail.png) no-repeat center, -webkit-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: url(../images/icn-mail.png) no-repeat center, linear-gradient(to bottom, #ade210, #2f9337);
    background-size: 30px 30px,100% 100%;
    color: #ffffff;
    border-radius: 4px;
    width: 14vw;
    height: 13vw;;
    box-sizing: border-box;
    padding-left: 0;
    margin-left: 0;
}
.block__header__contact .btn--contact a span.txt{
    display: inherit;
    text-indent: -99999px;
}
/*nav
--------------------------------------*/
nav ul{
    margin: 0 4vw;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
nav li{
    margin-right: 1em;
}
nav li a{
    background: url(../images/nav_icn.png) no-repeat center bottom;
    padding-bottom: 12px;
}
nav li:last-child{
    margin-right: 0;
}
/*figure
------------------------------------------*/
figure{
    line-height: 0;
}
/*fv
------------------------------------------*/
.fv{   
    background-image: none;
    text-align: center;
    padding:0;
}
.fv .wrapper{
    margin: 0;
}  
.fv h1{
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 8vw;
}
.fv h2{
    padding: 0;
    margin: 0; 
}
.fv p.txt--catch {
    font-size: 4.8rem;
    margin-bottom: 4vw;
    font-weight: 600;
}
.fv p.txt--top {
    font-size: 2.8rem;
    margin-bottom: 2vw;
}
.fv p.txt--top span.txt--small {
    font-size: 2.3rem;
}
.fv p.txt--top span.txt--large {
    font-size: 3.1rem;
}
.fv p.txt--bottom{
    line-height: 0;
}
/*fv-contents
--------------------------------------------*/
.fv-contents{
    background: linear-gradient(130deg, #e9edf6 50%, #ffffff 50%);
}
.fv-contents h3{
    font-size: 1.8rem;
    padding: 10vw;
    line-height: 1.6;
    margin-bottom: 0;
}
.fv-contents p{
    padding: 0 4vw 6vw;
    line-height: 1.4;
    text-align: center;
}
/*offer
--------------------------------------------*/
.offer {
    padding: 2vw;
}
.offer .inner{
    padding: 6vw;
}
.offer .btn--contact a {
    line-height: 60px;
    background-position: 20vw center;
    background-size: 30px 30px,100% 100%;
    padding-left: 32vw;
    margin-bottom: 4vw;
    font-size: 2.4rem;
}
.offer .tel p{
    padding: 0;
}
/*.offer .tel p.txt--catch {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2vw;
}*/
.offer .tel p.txt--catch {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2vw;
}
.offer .tel p.txt--catch br{
    display:none;
}
/*.offer .tel p.txt--tel{
    font-size: 3.3rem;
    font-weight: 600;
    text-align: center;
    background-image: url(../images/icn-tel.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 11%;
    display: table;
    margin: 0 auto;
    padding-left: 30px;
}*/
.offer .tel p.txt--tel {
    font-size: 3.0rem;
    font-weight: 600;
    text-align: center;
    background-image: url(../images/icn-tel.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 9%;
    display: table;
    margin: 0 auto;
    padding-left: 25px;
}
.offer .tel a{
    text-decoration: none;
    color: #012072;
}
/*block01
--------------------------------------------*/
.block01 {
    padding: 0;
    line-height: 0;
}
.block01 figure{
    margin-bottom: 8vw;
}
.block01 h2{
    line-height: 1;
}
.block01 p{
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 6vw;
}
.block01 iframe{
    width: 100%;
    height: 450px;
}
.block01 table{
    background: #ffffff;
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    font-size: 1.4rem;
    width: 100%;
    box-sizing: border-box;
}
.block01 table tr{
    border-bottom: 1px solid #BBBBBB;
}
.block01 table th{
    background: #fbfbfb;
    padding:8px 10px;
    border-right: 1px solid #BBBBBB;
}
.block01 table td{
    padding:8px 10px;
    border-right: 1px solid #BBBBBB;
    text-align: right;
}
.block01 table td:first-child{
    text-align: center;
}
.block01 .wrapper .scroll--table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
/*block02
--------------------------------------------*/
.block02 p{
    margin-bottom: 6vw;
    padding: 0 4vw;
}
.block02 .guide {
    padding: 4vw 4vw 0;
    margin-bottom: 8vw;
    flex-wrap : wrap;
}
.block02 .guide dl{
    margin-bottom: 4vw;
}
.block02 .guide dt{
    width: 30px;
    height: 24px;
    margin-right: .5em;
}
.block02 .guide dd{
    line-height: 24px;
}
.block02 figure{
    margin-bottom: 12vw;
}
#box_01{
    margin-bottom: 8vw;
}
#box_02,
#box_03{
    margin-bottom: 12vw;
}
/*block03
--------------------------------------------*/
.block03 .photo figure{
    margin-bottom: 12vw;
}
.block03 table{
    background: #ffffff;
    border-top: 1px solid #b9bfc9;
    border-left: 1px solid #b9bfc9;
    font-size: 1.4rem;
    width: 100%;
    box-sizing: border-box;
}
.block03 table tr{
    border-bottom: 1px solid #b9bfc9;
}
.block03 table th{
    padding:8px 10px;
    border-right: 1px solid #b9bfc9;
}
.block03 table td{
    padding:8px 10px;
    border-right: 1px solid #b9bfc9;
    text-align: right;
}
.block03 table td:first-child{
    text-align: center;
}
.block03 .wrapper .scroll--table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10vw;
}
/*block04
--------------------------------------------*/
.block04 table{
    border-top: 1px solid #b9bfc9;
    border-left: 1px solid #b9bfc9;
    border-right: 1px solid #b9bfc9;
    background: #ffffff;
    width: 100%;
    margin-bottom: 6vw;
}
.block04 table tr{
    border-bottom: 1px solid #b9bfc9;
}
.block04 table th {
    padding: 4vw;
    font-weight: bold;
    text-align: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.block04 table td {
    padding: 4vw;
    width: 100%;
    display: block;
    box-sizing: border-box;
    line-height: 1.2;
}
/*block__contact
--------------------------------------------*/
.block__contact__wrapper{
    width: 100%;
    margin: 0 auto 8vw;
    box-sizing: border-box;
}
.block__contact p{
    line-height: 1.6;
    margin-bottom: 6vw;
}
.block__contact p br{
    display: none;
}
.block__contact p.thanks{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #454139;
}
.block__contact p.thanks br{
    display: inherit;
}
/*table*/
.block__contact .box_thanks .btn_link a,
.block__contact .box_thanks .btn_link a:before,
.block__contact .box_thanks .btn_link a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.block__contact .box_thanks .btn_link a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.block__contact .box_tel{
    border: #cecece solid 4px;
    padding: 25px 20px 0;
    margin-bottom: 4vw;
    box-sizing: border-box;
}
.block__contact .box_tel p{
    text-align: center;
}
.block__contact table{
	border-top: #b9bfc9 solid 1px;
    border-right: #b9bfc9 solid 1px;
    border-left: #b9bfc9 solid 1px;
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto 60px;
    width: 100%;
}
.block__contact table th{
	width: 100%;
    padding: 4vw;
    text-align: left;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
}
.block__contact table tr{
    border-bottom:#b9bfc9 1px dotted;
}
.block__contact table tr:last-of-type {
    border-bottom: #b9bfc9 1px solid;
}
.block__contact table th.val_top{
    vertical-align: top;
}
.block__contact th span.nomal{
    font-weight: normal;
    line-height: 1.6;
    font-size: 1.4rem;
}
.block__contact table td{
	padding: 15px; 
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.block__contact table td span.error{
    color: #FF0004;
    display: block;
}
/*privacy*/
.block__contact .box--privacy{
    height: 80vw;
    overflow-y: scroll; 
    margin: 0 auto 6vw;
}
.block__contact .box--privacy h3{
    text-align: center;
    margin-bottom: 4vw;
    font-size: 1.9rem;
    font-weight: bold;
    color: #272727;
    line-height: 1.6;
}
.block__contact .box--privacy p{
    margin-bottom: 1em;
}
.block__contact .box--privacy dt{
    float: none;
    color: #666;
    padding: 0;
    width: auto !important;
    font-weight: bold;
    line-height: 2;
}
.block__contact .box--privacy dd {
    padding-left: 0;
    line-height: 1.6;
    margin-bottom: 1em;
}
.block__contact .box--privacy dd,
.block__contact .box--privacy dd li{
    border-bottom: none;
}
.block__contact .box--privacy dd ul{
    margin-top: 10px;
    padding-left: 1em;
}
.block__contact .box--privacy dd li{
    list-style: disc;
    list-style-position: inside;
    padding: 0;
    margin-bottom: 10px;
}
/*box_agree*/
.block__contact .box_agree{
    background: #e5e7ef;
    padding: 20px;
    text-align: center; 
    margin-bottom: 4vw;
}
.block__contact .box_agree p{
    text-align: center;
}
.block__contact .box_agree span.txt_agree{
    font-size: 18px;
}
/*btn--button*/
.block__contact .btn_button{
    margin: 0 auto 30px;
    text-align: center;
}
.block__contact .btn_button button{
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 400px;
    padding: 20px 50px;
    background: -moz-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: -webkit-linear-gradient(top center, #ade210 0%, #2f9337 100%);
    background: linear-gradient(to bottom, #ade210, #2f9337);
    color: #ffffff;
    border: none;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    box-sizing: border-box;
    cursor: pointer;
    border-style: none;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    box-shadow: 0 3px #0e3d72;
}
.block__contact .btn_button button::before,
.block__contact .btn_button button::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.block__contact .btn_button button::before{
    width: 8px;
    height: 8px;
    right:-80%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block__contact .btn_button button,
.block__contact .btn_button button:before,
.block__contact .btn_button button:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.block__contact .btn_button button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.block__contact .btn_button button.btn_return{
    background: #666666;
    margin-right: 20px;
}
/*footer
-------------------------------------------*/
footer .logo{
    margin: 0 auto 20px;
    text-align: center;
    width: 200px;
}
footer .bg--blue{
    padding-bottom: 20px;
}
footer .bg--blue ul{
    width: 100%;
    margin: 0 auto;
}
footer .bg--blue ul li{
    border-bottom: 1px dotted #ffffff;
}
footer .bg--blue ul li:last-child{
    border-right:none;
}
footer .bg--blue ul li a{
    padding: 4vw 0 4vw 6vw;
    color: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
}
footer .bg--blue ul li a::before,
footer .bg--blue ul li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
footer .bg--blue ul li a::before{
    left: 90%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .bg--blue ul{
    margin-bottom: 20px;
}
footer small{
    text-align: center;
    font-size:1.3rem;
    margin: 0 auto;
    display: block;
}
}