@charset "UTF-8";
/*
Theme Name: wordpress
Version: 0.1.3
Author: masahiro gotou
*/





/*_______________________________

section
_______________________________*/

section {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 0;
}

section h2 {
    font-size: 32px;
    line-height: 1.4;
}

/*_______________________________
  
line
  _______________________________*/


.wpb-content-wrapper .line {
    padding: 100px 15px 0;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
}

.line-info {
    text-align: center;
}

.midashi1 {
    padding-top: 18px;
    font-size: 15.5px;
}

.midashi2 {
    padding-top: 18px;
    font-size: 25px;
    line-height: 1.4;
}

.attention1 {
    padding-top: 18px;
    font-size: 13px;
    line-height: 1.4;
    color: red;
}

.wpb-content-wrapper .line a {
    color: #0a3974;
    text-decoration: underline;
}

/*_______________________________
  
qanda
  _______________________________*/


.qanda {
    padding: 100px 15px 0;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
}

.qanda h2 {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.1em;
    ;
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
}

.qanda h3 {
    line-height: 1.8em;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
}

/* .qanda */
.qanda dl {
    margin-bottom: 30px;
    padding: 0;
    margin-top: 1em;
}

.qanda dl a {
    color: #0a3974;
    text-decoration: underline;
}

.qanda dl.last {
    margin-bottom: 50px;
}


.qanda dd,
.qanda dt {
    position: relative;
    padding-left: 50px;
}

.qanda dt {
    margin-top: 20px;
    background: #fff;
    padding: 20px 20px 20px 60px;
    font-size: 16px;
    z-index: 0;
}

.qanda dd {
    margin-top: 20px;
    background: #f8f8f8;
    padding: 20px 20px 20px 60px;
    font-size: 16px;
    z-index: 0;
}

.qanda dt:before,
.qanda dd:before {
    content: 'Q.';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.1;
}

.qanda dt:before {
    top: -.2em;
    font-size: 2em;
    font-style: normal;
    margin-left: 20px;
    margin-top: 20px;
    color: #B71C25;
    /* z-index: -1; */
}

.qanda dd:before {
    content: 'A.';
    font-size: 1.6em;
    font-style: normal;
    margin-left: 20px;
    margin-top: 20px;
}

.qanda ul.caution {
    margin: 0 auto;
    padding: 0;
}

.qanda ul.caution li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    font-size: 14px;
}

@media screen and (max-width: 430px) {
    .qanda h2 {
        color: #000;
        font-weight: 500;
        letter-spacing: 0.1em;
        ;
        margin-bottom: 20px;
        text-align: center;
        font-size: 24px;
    }

    .qanda h3 {
        margin-bottom: 20px;
        font-family: "Noto Sans JP", serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.4em;
        text-align: center;
    }

    .qanda dt {
        margin-top: 20px;
        background: #fff;
        padding: 20px 20px 20px 60px;
        font-size: 14px;
        z-index: -1;
    }

    .qanda dd {
        margin-top: 20px;
        background: #f8f8f8;
        padding: 20px 20px 20px 60px;
        font-size: 14px;
        z-index: 0;
    }

    .qanda dt:before {
        top: -.2em;
        font-size: 1.6em;
        font-style: normal;
        margin-left: 20px;
        margin-top: 20px;
        color: #B71C25;
        /* z-index: -1; */
    }
}

/*_______________________________

flow
_______________________________*/

.flow_step {
    font-size: 18px;
    background: #0071BC;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#flow {
    padding: 100px 15px 0;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
}

#flow h2 {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.1em;
    ;
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
}

.flow_design {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow {
    padding-left: 0;
}

.flow li {
    list-style-type: none;
    border: 2px solid #0071BC;
    padding: 20px;

}

.flow li:not(:last-child) {
    margin-bottom: 40px;
    position: relative;
}

.flow li:not(:last-child)::after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    width: 0;
    height: 0;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top-color: #0071BC;
}


.flow li dl.list {
    display: flex;
    width: 100%;

}

.flow li dl.list dd {
    width: 50px;
}

.flow li dl.list dt {
    width: calc(100% - 50px);
}


.flow li .icon {
    display: inline-block;
    margin: 0;
    width: 40px;
    height: auto;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
    background: #0071BC;
    color: #fff;
    border-radius: 100vh;
    position: relative;
    z-index: 0;
}

.flow li dl.list dt .title {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #0071BC;
}

.flow li dl.list dt .txt {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.flow li dl.list dt #nospace {
    margin-bottom: 0;
}

.flow li dl.list dt ul.caution {
    margin: 0 auto;
    padding: 0;
}


.flow li dl.list dt ul.caution li {
    list-style: none;
    padding-left: 0.9em;
    text-indent: -0.9em;
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.flow li dl.list dt ul.caution li:not(:last-child)::after {
    display: none;
}

.flow li dl.list dt a {
    color: #0071BC;
    text-decoration: underline;
}

@media screen and (max-width: 430px) {
    #flow h2 {
        color: #000;
        font-weight: 500;
        letter-spacing: 0.1em;
        ;
        margin-bottom: 20px;
        text-align: center;
        font-size: 24px;
    }

    .flow li dl.list dt .txt {
        font-size: 14px;
    }

    .flow li dl.list dt .title {
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: 10px;
        font-weight: bold;
        color: #0071BC;
    }


    .flow li dl.list dt ul.caution li {
        list-style: none;
        padding-left: 0.8em;
        text-indent: -0.8em;
        text-align: left;
        font-size: 14px;
        line-height: 1.2em;
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
}


/*_______________________________

contact
_______________________________*/

#base {
    padding: 100px 15px 0;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    font-family: "Noto Sans JP", serif;
}


.contact_form {
    width: 100%;
    max-width: 430px;
    margin: 0 auto 100px;
    text-align: center;
    padding: 0;
}

.contact_form h2 {
    text-align: center;
    font-size: 32px;
    line-height: 66px;
    color: #000;
    display: inline;
    margin: 100px auto 20px;
    position: relative;
    padding: 0;

}


.cform {
    margin: 40px auto;
    max-width: 430px;
    width: 100%;
}

.cform th,
.cform td {
    width: 100%;
    display: block;
    border-top: none;
}

.cform th {
    font-size: 14px;
    width: 100%;
    /*変なところで改行される場合はここの数字を変更します。*/
    padding: 0;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
}

.cform td {
    font-size: 12px;
    line-height: 28px;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 0;
}





.cform [type=submit] {
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-decoration: none;
    background: #ff8f00;
    color: #FFF;
    border-bottom: solid 4px #B17C00;
    font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";

}

.agreement {
    text-align: center !important;
    margin-top: 10px;
}

.cform input {
    background-color: #fff !important;
    border: 1px solid #b2b2b2 !important;
    border-radius: 0 !important;
    border: none;
    box-shadow: none;
    /*height: 40px;*/
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;

}

.cform input[type=email], .cform input[type=text], .cform textarea {
    padding: 5px 8px;
    background-color: #fff !important;
    border: 1px solid #b2b2b2 !important;
    font-size: 14px;
    box-shadow: none;
    border: none;
    font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
    padding: 10px;
    height: 80px;
}

.cform .textheight textarea {
    height: 320px;
}


.cform input#zip {
    padding: 10px;

}

.cform input::placeholder {
    font-size: 14px;
}

.cform textarea {
    background-color: #f1f1f1;
    box-shadow: none;
    border: none;
    font-size: 14px;
    font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";

}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
    width: 100%;
}


.question {
    font-size: 16px;
}

.required-srt {
    float: none;
    padding: 0px 10px;
    background: #C90000;
    color: #fff;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 16px;

}

.non-required-srt {
    font-size: 14px;
    padding: 3px 15px;
    background: #f1efe6;

    float: right;
    vertical-align: middle;
    font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";


}

.contact_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
    max-width: 200px;
}

.submit-btn {
    position: relative;
    margin-top: 40px;
    transition: 0.5s all;
}

.return-btn {
    position: relative;
    padding-right: 2%;
    transition: 0.5s all;
}

.submit-btn input {
    text-decoration: none;
    font-weight: bold;
    background: #333;
    color: #fff !important;
    padding: 0;
    text-align: center;
    position: relative;
    transition: .3s;
    font-size: 16px;
    font-weight: 100;
    width: 308px;
    line-height: 74px;
    margin: 0 auto;
    border-radius: 0;
    height: 74px;
    cursor: pointer;

}

.return-btn:hover {
    transform: scale(1.05, 1.05);
    transition: 0.5s all;
}

.submit-btn:hover {
    transform: scale(1.05, 1.05);
    transition: 0.5s all;
}

.submit-btn input:hover {
    opacity: 0.7px
}

.return-btn input {
    text-decoration: none;
    font-weight: bold;
    background: #333;
    color: #fff !important;
    padding: 0;
    text-align: center;
    position: relative;
    transition: .3s;
    font-size: 16px;
    font-weight: 100;
    width: 308px;
    line-height: 74px;
    margin: 0 auto;
    border-radius: 0;
    height: 74px;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #b6b6b6;
}

:-ms-input-placeholder {
    color: #b6b6b6;
}

::placeholder {
    color: #b6b6b6;
}

.agreement a {
    text-decoration: underline;
}

.mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 16px;
}

input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-decoration: none;
    font-weight: bold;
    background: #333;
    color: #fff !important;
    padding: 0;
    text-align: center;
    position: relative;
    transition: .3s;
    font-size: 16px;
    font-weight: 100;
    width: 200px;
    line-height: 74px;
    margin: 0 auto;
    border-radius: 0;
    height: 74px;
    cursor: pointer;
    margin: 0 auto;
}

.rechap {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
}


@media only screen and (max-width:430px) {
    .contact_form {
        margin-bottom: 40px;
    }

    .contact_form h2 {
        letter-spacing: 0.1em;
        margin-bottom: 20px;
        text-align: center;
        font-size: 24px;

    }

    .cform {
        margin-top: 30px;
        max-width: calc(100% - 30px);
    }

    section.contactmailform {
        margin: 30px auto !important;
    }

    .cform th,
    .cform td {
        width: 100%;
        display: block;
        border-top: none;
    }

    .cform th {
        font-size: 14px;
        width: 100%;
        /*変なところで改行される場合はここの数字を変更します。*/
        padding: 0;
        font-weight: normal;
        text-align: left;
        margin-bottom: 0;
    }

    .cform td {
        font-size: 12px;
        line-height: 28px;
        padding: 10px 0;
        width: 100%;
        margin-bottom: 0;
    }

    .question {
        font-size: 14px;
    }

    .required-srt {
        float: none;
        padding: 0px 5px;
        background: #C90000;
        color: #fff;
        margin-left: 10px;
        vertical-align: middle;
        font-size: 14px;

    }

    .mw_wp_form .horizontal-item+.horizontal-item:nth-child(3) {
        margin-left: 0;
    }

    .cform [type=submit] {
        display: inline-block;
        font-size: 13px;
        padding: 10px 30px;
        text-decoration: none;
        background: #ff8f00;
        color: #FFF;
        border-bottom: solid 4px #B17C00;
        font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";



    }

    .cform input {
        background-color: #f1f1f1;
        border: none;
        box-shadow: none;
        /*height: 40px;*/

    }

    .cform input[type=email],
    .cform input[type=text] {
        padding: 5px 8px;
        background-color: #f1f1f1;
        font-size: 12px;
        box-shadow: none;
        border: none;
    }

    .cform textarea {
        background-color: #f1f1f1;
        box-shadow: none;
        border: none;
        font-size: 12px;
    }

    .cform option,
    .cform textarea,
    .cform input[type=text],
    .cform input[type=email],
    .cform input[type=search],
    .cform input[type=url] {
        width: 100%;
    }


    .required-srt {
        float: none;
        padding: 0px 10px;
        background: #C90000;
        color: #fff;
        margin-left: 10px;
        vertical-align: middle;
    }

    .non-required-srt {
        float: none;
        padding: 0px 10px;
        background: #f1efe6;
        margin-left: 10px;
        vertical-align: middle;
    }

    .contact_btn {
        display: static;
        flex-wrap: none;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        font-size: 13px;

        margin: 0 auto;
        border-radius: 0;

    }


    .submit-btn input,
    .return-btn input {
        width: 100%;
        display: block;
        border-top: none;
        padding-right: 0;
        line-height: 45px;
        margin: 0 auto;
        border-radius: 0;
        height: 45px;


    }


    .submit-btn input {
        width: 100%;
    }

    .mwform-checkbox-field {
        position: relative;
    }




    .submit-btn,
    .return-btn {
        width: 100%;

    }

    .submit-btn {
        position: relative;
        margin-top: 10px;
    }

    .agreement {
        font-size: 14px;
    }




    .return-btn input:hover {
        opacity: 0.7px
    }

    /* contact */




    .cform select {
        width: 100%;
        min-height: 40px;
        border-radius: 0;
    }

    .contactmailform {

        padding-bottom: 0;
        width: 100%;
        max-width: 1100px;
    }


    .selectform select {
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .selectform select {
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .selectform select::-ms-expand {
        display: none;
    }

    .selectform.cp_sl01 {
        position: relative;
        border: 1px solid #bbbbbb;
        border-radius: 2px;
        background: #ffffff;
    }

    .selectform.cp_sl01::before {
        position: absolute;
        top: 0.8em;
        right: 0.9em;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #666666;
        pointer-events: none;
    }

    .selectform.cp_sl01 select {
        padding: 8px 38px 8px 8px;
        color: #666666;
    }

    #contactmailform {
        background: #fff;
        padding-bottom: 80px;

    }

    .contactmailform {

        padding: 0 15px 30px;
        width: 100%;
        max-width: 1100px;

    }

    .mwform-radio-field label {
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;



    }

    .rechap {
        width: calc(100% - 30px);
        max-width: 430px;
        margin: 0 auto;
    }
}

/* 調整202507/29 */

@media only screen and (max-width:430px) {
    footer>.container>nav>ul>li {
        width: calc(22% - 32px) !important;
    }
}


@media only screen and (max-width:390px) {
    section>.container>.ttl h1 {
        font-size: 31px !important;
    }

    footer>.container>nav>ul>li>a>span {
        font-size: 7.6px !important;
    }

    .model-detail>.prof>button {
        top: 26px !important;
    }
}

@media only screen and (max-width: 375px) {
    section>.container>.ttl h1 {
        font-size: 30px !important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}