@charset "UTF-8";
/* CSS Document */
.content-main {
    margin: 30px auto;
}
a.top_btn {
text-decoration: none;
    background: #c8c8c8;
    color: #fff;
    padding: 6px 9px;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;
}

span.square02 {
    width: 65px;
    height: 4px;
    display: block;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 50px;
    margin: auto;
}
span.square05 {
    width: 65px;
    height: 4px;
    display: block;
    background:linear-gradient(to right,#fca308, #ff6600);
    border-radius: 50px;
    margin: auto;
}
h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 5px;
}
.finish_p{
    font-size: 16px;
    margin-top: 30px;
}
.form_tbl table {
    width: 100%;
    border: none;
    margin: 30px auto;
}
.form_tbl th {
   display: block;
    width: 100%;
    background: none;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin-top: 5px;
    padding-bottom: 0;
}
.form_tbl td {
    display: block;
    width: 100%;
    border: none!important;
    margin-bottom: 5px;
    font-size: 16px;
}
.form_tbl .tb input, select, textarea {
    text-indent: 5px;
    padding: 5px 0;
    margin-top: 5px;
    width: 100%;
}
.form_tbl .tb input#tel {
text-indent: 5px;
    padding: 5px 0;
    width: 100%;
}
.fss {
    display: block;
    font-size: 12px;
}
.form_tbl .tb input#zip {
    text-indent: 1em;
    padding: 10px 0;
    width: 30%;
}
.form_tbl .tb input#date1 {
    text-indent: 1em;
    padding: 10px 0;
    width: 37%;
}
.form_tbl .tb input#time1 {
    text-indent: 1em;
   padding: 5px 0;
    width: 37%;
}
.form_tbl .tb input, select, textarea {
        border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
}
@media screen and (max-width: 640px){
    div input[type=submit] {
        width: 80%;
    }
.form_tbl .tb input, select, textarea {
    font-size: 18px;
}
td{
    padding: 0!important;
}
.form_tbl table {
    margin: 5px auto;
}
}
.form_tbl .tb input.category {
    width: inherit;
}
label span.must {
    margin-left: 10px;
    color: #cc1226;
    padding: 4px 7px 4px;
    font-size: 13px;
    margin-bottom: 2px;
}
.submitbtn {
    text-align: center;
}
input[type=submit] {
    width: 50%;
    padding: 15px 30px 12px 12px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background:linear-gradient(to right,#fca308 , #ff6600 );
    border-radius: 40px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
  padding-left: 25px;
  border: #ff6600 solid 1px;
}
@media print, only screen and (min-width: 961px){
    .sp    {
        display: none;
    }
input[type=submit]:hover {
    color: #ff6600;
    border-color: #ff6600;
    background: #fff;
    /* box-shadow: none; */
    border: #ff6600 solid 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: none;
}}
a.submitBack {
    width: auto !important;
    padding: 13px 10px 10px 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background:#585f63;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 20px;
    border: solid 1px #000000;
    text-decoration: none;
}

.backbtn a{
    text-decoration: none;
}
.backbtn {
    width: 290px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    padding: 16px 5px 15px 5px;
    text-align: center;
    color: #FFF;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-align: center;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
}
.err{
    color: #F00;
}
.policy p{
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    margin: 15px 0 10px;
}
.privacy_btn{
    display: block;
    text-align: center;
    margin: 20px auto 5px;
    font-weight: bold;
    font-size: 14px;
}
.privacy_btn input[type=checkbox]{
    width:20px !important;

}

.footer {
    background: #292e40;
    padding: 3.4rem 0 0.8rem;
}
.footer-menu-item__link {
    color: #fff;
    text-decoration: none;
}
.footer-copyright {
    font-family: ArialMT;
    font-size: 12px;
    color: #dadada;
    letter-spacing: .25em;
    margin: 3.2rem 0;
}
.footer-main__catch {
    margin: 1.4rem 0 2.4rem ;
    font-weight: 500;
    line-height: 1.38;
    font-size: 14px;
    color: #fff;
}

@media print, only screen and (min-width: 961px){
.inner {
    max-width: 102rem;
    padding: 0 2rem;
    margin: 0 auto;
}
.footer-copyright {
    font-size: 12px;
    text-align: center;
}
}
.inner {
    box-sizing: border-box;
    padding: 0 9%;
    width: 100%;
}


.header-icon__link {
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    background: #229ce7;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #fff;
}



.header-icon__link--close .header-icon-line:nth-child(1) {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-icon__link--close .header-icon-line:nth-child(2) {
    display: none;
}

.header-icon__link--close .header-icon-line:nth-child(3) {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 960px){
    .mw_wp_form .horizontal-item {
    display: block;
    margin: 0 0 1.2rem !important;
}
    .p-page-main__title {
        margin: 0 auto 2.5rem;
        padding: 1rem 0 0;
    }
.header-icon-line {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    display: block;
    width: 2rem;
    height: 0.2rem;
}


    .header-icon-line:nth-child(1) {
        bottom: auto;
    }
    
    .header-icon-line:nth-child(3) {
        top: auto;
    }
    .header-icon {
        width: 4.6rem;
        height: 4.6rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1010;
    }
    
    .header-icon__body {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 2rem;
        height: 1.6rem;
        margin: auto !important;
    }
.header-menu__body {
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    box-shadow: -10px 0 32px 0 rgba(0, 0, 0, .5);
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: -100%;
    width: 88%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 4rem 2rem 1rem;
    z-index: 999;
}
.opencontent {
    right: 0;
}

.header-menu-list a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
}
.header-menu-list .header-menu-item {
    margin: 0 0 3.6rem;
}
.header-menu-list .header-menu-item .header-menu-item__link {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.37;
    color: #161b59;
}
a.cta03 {
    display: block;
    margin: 25px auto;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to right,#f28e26, #fd644f);
    width: 270px;
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
    font-size: 17px;
    font-weight: bold;
}
}

.header-menu__body.header-menu__body--active {
    right: 0;
}
.header-menu__bg.header-menu__bg--active {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    visibility: visible;
}


.header-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}


.mw_wp_form .horizontal-item {
    margin: 0 2.4rem 1.2rem 0 !important;
    display: inline-block;
}


.any {
    color: #585d6d!important;
}

.mwform-radio-field label {
    display: block;
    /* position: relative; */
    cursor: pointer;
    margin: 0;
    /* padding: 0 0 0 3.7rem; */
    border-radius: 2px;
    color: #131314;
    font-size: 15px;
    line-height: 2.4rem;
    vertical-align: middle;
}

input#comment {
    height: 200px;
}