@charset "UTF-8";
fieldset {
    border: none;
}
legend {
    display: none;
}
body.entry .headBnr_wrap.is-top ,
body.entry .headBnr_wrap.is-btm ,
body.entry .headCv-btn ,
body.entry .headMenu_wrap ,
body.entry .head-menu {
    display: none;
}
.btn-remaining {
    position: fixed;
    top: 20%;
    right: 50px;
    z-index: 9999;
    background: rgba(51, 51, 51, 0.8);
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.btn-remaining .is-cr {
    color: #fbff00;
}
.btn-remaining .number {
    color: #fbff00;
    font-size: 20px;
}
.fmTxt_wrap {
    margin: 0 0 60px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fmTxt-txt {
    line-height: 1.8571428;
    font-size: 14px;
}
.fmTxt-txt .is-clr {
    color: #ff0000;
}
.fmTxt-txt a {
    color: #0063af;
}
.fmTxt-tab {
    width: 100%;
    max-width: 120px;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}
.formTbl_wrap {
    border-top: 1px solid #e1e1e1;
}
.formTbl_wrap dl {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}
.formTbl_wrap dl dt {
    width: 100%;
    max-width: 270px;
    padding-right: 50px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.formTbl_wrap dl dt .hs {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 8px 5px 8px;
    border-radius: 2px;
}
.formTbl_wrap dl dd {
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    position: relative;
}
.formTbl_wrap dl dd .is-txt {
    display: block;
    padding: 10px 0 0 0;
}
.formTbl_wrap dl dd .is-stl {
    padding: 0 0 10px 0;
    font-weight: bold;
}
.formTbl_wrap dl dd .is-wid01 {
    width: 100%;
}
.formTbl_wrap input[type="text"],
.formTbl_wrap input[type="password"],
.formTbl_wrap input[type="tel"],
.formTbl_wrap input[type="email"] {
    width: 100%;
    max-width: 440px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #f5f6f6;
    background: #f5f6f6;
    padding: 0 20px;
    box-sizing: border-box;
}
.formTbl_wrap textarea {
    width: 100%;
    height: 150px;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
}
.formTbl_wrap select {
    height: 40px;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    background: #f5f6f6 url(../svg/icn_arw_down_s_line.svg) no-repeat right 10px center;
    background-size: 12px auto;
    color: #696969;
    padding: 0 40px 0 15px;
    box-sizing: border-box;
}
/*
.formTbl_wrap input[type="radio"],
.formTbl_wrap input[type="checkbox"] {
    display: block;
    height: 0;
}
*/
.formTbl_wrap input[type="radio"] + label,
.formTbl_wrap input[type="checkbox"] + label {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    padding: 12px 15px;
    background: #f5f6f6;
    box-sizing: border-box;
}
.formTbl_wrap .is-ver2 input[type="radio"] + label,
.formTbl_wrap .is-ver2 input[type="checkbox"] + label {
    min-width: 156px;
}
.formTbl_wrap input[type="radio"]:disabled + label,
.formTbl_wrap input[type="checkbox"]:disabled + label {
    color: #ccc;
}
.formTbl_wrap input[type="radio"] + label > .is-parts,
.formTbl_wrap input[type="checkbox"] + label > .is-parts {
    display: inline-block;
    position: relative;
    padding-left: 2em;
}
.formTbl_wrap input[type="radio"] + label > .is-parts:before,
.formTbl_wrap input[type="checkbox"] + label > .is-parts:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
.formTbl_wrap input[type="radio"] + label > .is-parts:before{
    border-radius: 50%;
}
.formTbl_wrap input[type="checkbox"] + label > .is-parts:before{
    border-radius: 0;
}
.formTbl_wrap input[type="radio"]:checked + label > .is-parts:after{
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #009944;
    border-radius: 50%;
}
.formTbl_wrap input[type="checkbox"]:checked + label > .is-parts:before{
    background: #009944;
    border: 1px solid #009944;
}
.formTbl_wrap input[type="checkbox"]:checked + label > .is-parts:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 6px;
    height: 10px;
    margin: -9px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.formTbl_wrap dl dd ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 0 0;
}
.formTbl_wrap dl dd ul li {
    margin: 10px 15px 0 0;
}
.formTbl_wrap dl dd ul li:last-child {
    margin: 10px 0 0 0;
}
.com_errortxt {
    color: #ff0000;
    padding: 10px 0 0 0;
}
.formTbl_wrap dl dd .is-txt + .com_errortxt {
    padding: 5px 0 0 0;
}
.formTbl-btn {
    width: 300px;
    margin: 0 auto;
}
.formTbl-btn.is-non span {
    height: 60px;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
    background: #333;
    font-size: 16px;
    font-weight: bold;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}
.formTbl-btn input[type="button"] {
    width: 300px;
    margin: 0 auto;
    height: 60px;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
    background: #ff6600;
    font-size: 16px;
    font-weight: bold;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}
input[type="submit"],
input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.com_btnbox {
    padding: 60px 0 0 0;
}
.com_btnbox .txt {
    text-align: center;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.com_btnbox .txt.is-ver2 {
    padding: 10px 10px 13px;
    background: #f5f6f6;
}
.com_btnbox .txt.is-ver2 .is-clr {
    font-size: 18px;
    font-weight: bold;
    color: #094;
}
.com_btnbox .btnbx {
    margin: 0 auto;
    width: 640px;
}
.com_btnbox .lbx {
    text-align: left;
    float: left;
    width: 300px;
}
.com_btnbox .rbx {
    text-align: left;
    float: right;
    width: 300px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size:.01em;
    height:0;
    overflow:hidden;
}
.clearfix {
    min-height: 1px;
}
.fmFlow_wrap {
    margin: 0 0 60px 0;
}
.fmFlow_wrap ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 524px;
    margin: 0 auto;
}
.fmFlow_wrap ul.is-short {
    width: 344px;
}
.fmFlow_wrap ul li {
    width: 160px;
    text-align: center;
    position: relative;
}
.fmFlow_wrap ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10%;
    z-index: 9;
    margin: -6px 0 0 0;
    width: 8px;
    height: 12px;
    background: url(../svg/icn_arw_right_s_line_gly.svg) no-repeat center center;
    background-size: 100% auto;
}
.fmFlow_wrap ul li:last-child:before {
    display: none;
}
.fmFlow_wrap ul li span {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7142857;
    font-feature-settings: "palt";
}
.fmFlow_wrap ul li.is-on span {
    border: 1px solid #009944;
    background: #009944;
    color: #fff;
}
.fmFlow_wrap ul.is-ver2 li.is-on span {
    border: 1px solid #005cb2;
    background: #005cb2;
}
.formSec_wrap {
    margin: 0 0 60px 0;
}
.formSec_wrap:last-child {
    margin: 0;
}
.formSec-ttl {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 0 12px;
}
.formSec-ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 100%;
    background: #005cb2;
    border-radius: 1.5px;
    top: 0;
    left: 0;
    z-index: 10;
}
.formTxt_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.formTxt_wrap .formTxt_btn.c-btn {
    width: 100px;
    margin: 0 0 0 15px;
}
.formTxt_wrap .formTxt_btn.c-btn a {
    height: 40px;
    border-radius: 0;
    background: #333;
    font-size: 13px;
}
.m_b5 {
    margin: 0 0 5px 0;
}
.form-ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.form-txt {
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
    margin: 20px 0 0 0;
}
.form-txt .is-clr {
    font-weight: bold;
    color: #094;
}
.form_btn {
    margin: 50px auto 0 auto;
}
.com_ppbox {
    margin: 40px 0 0 0;
    background: #f5f5f5;
    padding: 20px;
    overflow-y: scroll;
    height: 250px;
    box-sizing: border-box;
}
.com_ppbox .ttl {
    font-size: 16px;
    font-weight: bold;
    color: #094;
    margin: 0 0 1em;
}
.com_ppbox .txt {
    font-size: 14px;
}
.com_ppbox .txt a {
    text-decoration: underline;
}
.note-txt {
    color: #ff0000;
    text-align: center;
    margin-top: 10px;
}
.line-btn {
    width: 360px;
    margin: 30px auto 30px;
}
.line-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    height: 60px;
    border-radius: 8px;
    width: 100%;
    background: #06C755 url(../svg/line_logo.svg) no-repeat center left 10px;
    background-size: 40px auto;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
.is-txt.is-redb {
    font-weight: bold;
    color: #ff5a5a;
}
@media (min-width: 896px) {
    .formTbl_wrap dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .formTbl-btn input[type="button"]:hover {
        opacity: 0.7;
    }
    .formTbl_wrap input[type="text"].is-wid1 {
        width: 100px;
    }
    .formTbl_wrap input[type="text"].is-wid2 {
        width: 180px;
    }
    .formTbl_wrap input[type="text"].is-wid3 {
        width: 340px;
    }
    .formTxt_wrap .formTxt_btn.c-btn a:hover {
        background: #333;
        opacity: 0.8;
    }
    .com_ppbox .txt a:hover {
        text-decoration: none;
    }
    .line-btn a:hover {
        opacity: 0.7;
    }
}
@media only screen and (max-width: 896px) {
    body.form.entry .footCv_wrap {
        display: none;
    }
    .btn-remaining {
        display: none;
    }
    .fmTxt_wrap {
        margin: 0 0 0 0;
    }
    .fmTxt-txt {
        line-height: 1.6;
        font-size: 13px;
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    .fmTxt-tab {
        width: 120px;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }
    .fmTel_wrap {
        margin: 0 0 30px 0;
    }
    .fmTel-txt {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }
    .fmTel-tel a {
        height: 70px;
        border-radius: 5px;
        border: 1px solid #D44300;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 4px 0 0 0;
        letter-spacing: normal;
        box-sizing: border-box;
    }
    .fmTel-tel a .is-tel {
        font-size: 25px;
        color: #D44300;
        letter-spacing: normal;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
        position: relative;
        padding: 0 0 0 20px;
        line-height: 1;
        font-weight: bold;
    }
    .fmTel-tel a .is-tel:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 9;
        margin: -7.5px 0 0 0;
        width: 15px;
        height: 15px;
        background: url(../svg/icn_phone_or2.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .fmTel-tel a .is-fss {
        font-weight: bold;
    }
    .formTbl_wrap {
        border-top: 1px solid #e1e1e1;
    }
    .formTbl_wrap dl {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .formTbl_wrap dl dt {
        max-width: none;
        padding-right: 50px;
        font-size: 14px;
    }
    .formTbl_wrap dl dt .hs {
        font-size: 11px;
        line-height: 1;
        padding: 3px 8px 5px 8px;
        border-radius: 2px;
    }
    .formTbl_wrap dl dd {
        font-size: 12px;
        padding: 15px 0 0 0;
    }
    .formTbl_wrap dl dd .is-txt {
        display: block;
        padding: 10px 0 0 0;
    }
    .formTbl_wrap dl dd .is-stl {
        padding: 0 0 10px 0;
        font-weight: bold;
    }
    .formTbl_wrap dl dd .is-wid01 {
        width: 100%;
    }
    .formTbl_wrap input[type="text"],
    .formTbl_wrap input[type="password"],
    .formTbl_wrap input[type="tel"],
    .formTbl_wrap input[type="email"] {
        width: 100%;
        max-width: 440px;
        height: 40px;
        font-size: 14px;
        border: 1px solid #f5f6f6;
        background: #f5f6f6;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .formTbl_wrap textarea {
        width: 100%;
        height: 150px;
        font-size: 14px;
        border: 1px solid #f5f5f5;
        background: #f5f5f5;
        padding: 20px;
        box-sizing: border-box;
    }
    .formTbl_wrap select {
        height: 40px;
        font-size: 14px;
        border: 1px solid #f5f5f5;
        background: #f5f6f6 url(../svg/icn_arw_down_s_line.svg) no-repeat right 10px center;
        background-size: 12px auto;
        color: #696969;
        padding: 0 40px 0 15px;
        box-sizing: border-box;
    }
    /*
    .formTbl_wrap input[type="radio"],
    .formTbl_wrap input[type="checkbox"] {
        display: block;
        height: 0;
    }
    */
    .formTbl_wrap input[type="radio"] + label,
    .formTbl_wrap input[type="checkbox"] + label {
        font-size: 12px;
        padding: 12px 10px;
    }
    .formTbl_wrap .is-ver2 input[type="radio"] + label,
    .formTbl_wrap .is-ver2 input[type="checkbox"] + label {
        min-width: 156px;
    }
    .formTbl_wrap input[type="radio"]:disabled + label,
    .formTbl_wrap input[type="checkbox"]:disabled + label {
        color: #ccc;
    }
    .formTbl_wrap input[type="radio"] + label > .is-parts,
    .formTbl_wrap input[type="checkbox"] + label > .is-parts {
        display: inline-block;
        position: relative;
        padding-left: 2em;
    }
    .formTbl_wrap input[type="radio"] + label > .is-parts:before,
    .formTbl_wrap input[type="checkbox"] + label > .is-parts:before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border: 1px solid #e1e1e1;
        background: #fff;
    }
    .formTbl_wrap input[type="radio"] + label > .is-parts:before{
        border-radius: 50%;
    }
    .formTbl_wrap input[type="checkbox"] + label > .is-parts:before{
        border-radius: 0;
    }
    .formTbl_wrap input[type="radio"]:checked + label > .is-parts:after{
        left: 5px;
        width: 8px;
        height: 8px;
    }
    .formTbl_wrap input[type="checkbox"]:checked + label > .is-parts:before{
        background: #009944;
        border: 1px solid #009944;
    }
    .formTbl_wrap input[type="checkbox"]:checked + label > .is-parts:after{
        left: 6px;
        width: 4px;
        height: 8px;
        margin: -7px 0 0 0;
    }
    .formTbl_wrap dl dd ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px 0 0 0;
    }
    .formTbl_wrap dl dd .is-sp_ver2 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .formTbl_wrap dl dd .is-sp_ver3 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .formTbl_wrap dl dd ul li {
        margin: 10px 15px 0 0;
    }
    .formTbl_wrap dl dd .is-sp_ver2 li {
        width: 48%;
        margin: 10px 0 0 0;
    }
    .formTbl_wrap dl dd .is-sp_ver3 li {
        width: 30%;
        margin: 10px 0 0 0;
    }
    .formTbl_wrap dl dd .is-sp_ver4 li {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .formTbl_wrap dl dd ul li:last-child {
        margin: 10px 0 0 0;
    }
    .formTbl-btn {
        width: 100%;
        text-align: center;
    }
    .formTbl-btn.is-non span {
        height: 50px;
        border-radius: 5px;
        font-size: 15px;
    }
    .formTbl-btn input[type="button"] {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        font-size: 15px;
    }
    .com_btnbox {
        padding: 30px 0 30px 0;
    }
    .com_btnbox .txt {
        text-align: center;
        font-size: 13px;
        margin: 0 0 20px 0;
    }
    .com_btnbox .txt.is-ver2 {
        text-align: left;
        padding: 10px;
    }
    .com_btnbox .txt.is-ver2 .is-clr {
        font-size: 16px;
    }
    .com_btnbox .btnbx {
        width: 279px;
        display: block;
    }
    .com_btnbox .lbx,
    .com_btnbox .rbx {
        width: 279px;
    }
    .com_btnbox .rbx {
        margin-bottom: 10px;
    }
    .fmFlow_wrap {
        margin: 0 0 30px 0;
    }
    .fmFlow_wrap ul {
        width: 100%;
    }
    .fmFlow_wrap ul li {
        width: 30%;
    }
    .fmFlow_wrap ul.is-short li {
        width: 46%;
    }
    .fmFlow_wrap ul li:before {
        right: -11%;
        margin: -5px 0 0 0;
        width: 6px;
        height: 10px;
    }
    .fmFlow_wrap ul li span {
        border-radius: 5px;
        height: 50px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.3;
    }
    .formTxt_wrap .formTxt_btn.c-btn {
        min-width: 70px;
        margin: 0 0 0 10px;
    }
    .formTxt_wrap .formTxt_btn.c-btn a {
        font-size: 12px;
    }
    .form-ttl {
        font-size: 18px;
    }
    .form-txt {
        font-size: 14px;
        margin: 20px 0 0 0;
    }
    .form_btn {
        margin: 30px auto 60px auto;
    }
    .formTbl_wrap input[type="text"].is-spwid {
        width: calc(100% - 2em);
    }
    .com_ppbox {
        margin: 30px 0 0 0;
        padding: 15px;
        height: 200px;
    }
    .com_ppbox .ttl {
        font-size: 14px;
    }
    .com_ppbox .txt {
        font-size: 13px;
    }
    .line-btn {
        width: 100%;
        margin: 20px 0 20px;
    }
    .line-btn a {
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        height: 50px;
        border-radius: 6px;
        width: 100%;
        background: #06C755 url(../svg/line_logo.svg) no-repeat center left 15px;
        background-size: 36px auto;
        padding: 0 0 0 25px;
        box-sizing: border-box;
    }
}
