@charset "utf-8";

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    display: flex;
    padding: 44px 0 0 0;
    height: 936px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    background: url("../img/index/main_img_bg.jpg") no-repeat top center / cover;
}

.mainVisual .btn {
    margin-left: -600px;
    position: absolute;
    left: 50%;
    bottom: 7px;
}

.mainVisual .btn a:hover {
    opacity: 0.7;
}

/* .mainVisual .note {
    margin-right: -604px;
    position: absolute;
    right: 50%;
    bottom: 10px;
    color: #1f2020;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0.08em;
} */

.mainVisual .textImg {
    width: 62%;
    max-height padding-top: 60px;
    padding-left: 20px;
}

.mainVisual .textImg img {
    max-height: 600px;
    margin-top: 50px;
}

.mainVisual .form {
    background: #FFF;
    width: 30%;
    border-radius: 10px;
    max-height: 694px;
    margin-top: -18px;
}

.mainVisual .form .hbspt-form {
    margin: 0 20px 20px 20px;
}

.mainVisual .form h2 {
    background: #72afb3;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    color: #FFF;
    margin-bottom: 20px;
}

.mainVisual .form h2 span {
    background: #f5ee6a;
    color: #F37487;
    padding: 3px 8px;
    margin-right: 5px;
    font-size: 18px;
    border-radius: 5px;
}

.mainVisual .form {
    font-size: 14px;
    font-weight: normal;
    background-color: #f5f5f5;
}

#main .sec01 {
    padding: 104px 0 70px;
    background-color: #FFFAFB;
}

#main .sec01 .content {
    width: 1000px;
    position: relative;
}

#main .sec01 h2 {
    margin-bottom: 29px;
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.08em;
}

#main .sec01 h2 span {
    position: relative;
}

#main .sec01 h2 span::before {
    width: 9px;
    height: 9px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #72afb3;
    content: "";
}

#main .sec01 .textList li {
    margin-bottom: 18px;
    padding: 14px 10px 9px 137px;
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    box-shadow: 2px 0 7px rgba(0, 0, 0, 0.1);
    background: #FFF url("../img/common/icon01.png") no-repeat left 57px top 17px;
}

#main .sec01 .textList li .orange {
    color: #da2626;
}

#main .sec01 .textList li:last-child {
    margin-bottom: 0;
}

#main .sec01 .photo {
    position: absolute;
    right: -100px;
    bottom: -66px;
}

#main .sec02 {
    padding: 112px 0 95px;
    position: relative;
    text-align: center;
    background: url("../img/index/bg01.jpg") no-repeat center center / cover;
}

#main .sec02::before {
    width: 100%;
    height: 79px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url("../img/common/icon03.png") no-repeat center center;
    content: "";
}

#main .sec02 .bgBox {
    padding: 37px 37px 35px;
    background-color: rgba(255, 255, 255, 0.7);
}

#main .sec02 .borderBox {
    padding: 20px 20px 14px;
    border: 2px solid #F8F3ED;
}

#main .sec02 h2 {
    margin-bottom: 17px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.08em;
}

#main .sec02 h2 .red {
    color: #da2626;
    font-size: 3.6rem;
}

#main .sec02 h2 .txt {
    margin-top: 9px;
    padding-left: 15px;
    display: inline-block;
    font-size: 2.6rem;
    background: url("../img/common/bg01.jpg") repeat-x left bottom 4px;
}

#main .sec02 .pTop {
    margin-bottom: 27px;
    font-size: 3.8rem;
}

#main .sec02 .pTop .red {
    color: #da2626;
}

#main .sec02 .textImg01 {
    margin-bottom: 25px;
}

#main .sec03 {
    padding: 32px 0 202px;
    position: relative;
    background-color: #fffafb;
    /* background-image: -moz-linear-gradient(-42deg, rgba(219,76,50, 0.99608) 0%, rgb(195,69,46) 0%, rgb(242,144,42) 0%, rgb(252,183,54) 100%, rgb(252,183,54) 100%);
    background-image: -webkit-linear-gradient(-42deg, rgba(219,76,50, 0.99608) 0%, rgb(195,69,46) 0%, rgb(242,144,42) 0%, rgb(252,183,54) 100%, rgb(252,183,54) 100%);
    background-image: -ms-linear-gradient(-42deg, rgba(219,76,50, 0.99608) 0%, rgb(195,69,46) 0%, rgb(242,144,42) 0%, rgb(252,183,54) 100%, rgb(252,183,54) 100%);
    overflow: hidden; */
}

/* #main .sec03::before {
    width: 100%;
    height: 985px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/index/bg04.png") no-repeat center bottom / 100% 100%; 
    content: "";
    box-sizing: border-box;
} */

#main .sec03 .content {
    position: relative;
    z-index: 2;
}

#main .sec03 h2 {
    margin-bottom: 47px;
    text-align: center;
}

#main .sec03 .imgBox {
    margin-bottom: 44px;
    padding: 30px 44px 71px 97px;
    position: relative;
    border-radius: 10px;
    align-items: flex-start;
    box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
}

#main .sec03 .imgBox04::before {
    width: 226px;
    height: 478px;
    position: absolute;
    left: -183px;
    top: -113px;
    background-image: url("../img/index/bg05.png");
    content: "";
    z-index: -1;
}

#main .sec03 .imgBox03 {
    padding-bottom: 29px;
}

#main .sec03 .imgBox01 {
    padding-bottom: 125px;
}

#main .sec03 .imgBox01 {
    margin-bottom: 82px;
    padding-right: 55px;
    position: relative;
}

#main .sec03 .imgBox01::before {
    width: 226px;
    height: 478px;
    position: absolute;
    right: -178px;
    bottom: -318px;
    background-image: url("../img/index/bg05.png");
    content: "";
    z-index: -1;
}

#main .sec03 .imgBox:nth-of-type(2n) {
    flex-direction: row-reverse;
}

#main .sec03 .imgBox .photoBox {
    width: 59.5%;
    position: absolute;
    top: 20px;
}

#main .sec03 .imgBox .photoBox01 {
    top: 32px;
}

#main .sec03 .imgBox .photoBox02 {
    top: 8px;
}

#main .sec03 .imgBox:nth-of-type(2n+1) .photoBox {
    right: -321px;
}

#main .sec03 .imgBox:nth-of-type(2n) .photoBox {
    left: -399px;
    width: 64.8%;
}

#main .sec03 .imgBox .textBox {
    width: 74%;
}

#main .sec03 .imgBox01 .textBox {
    margin-left: auto;
}

#main .sec03 .imgBox:nth-of-type(2n+1) .textBox {
    margin-right: auto;
    width: 64%;
}

#main .sec03 .imgBox .textBox h3 {
    margin-bottom: 24px;
    font-size: 3.6rem;
    line-height: 1.38;
    letter-spacing: 0.04em;
}

#main .sec03 .imgBox03 .textBox h3 {
    margin-right: -3px;
}

#main .sec03 .imgBox .textBox h3 .ttl {
    margin-bottom: 40px;
    display: block;
}

#main .sec03 .imgBox:nth-of-type(2n) .textBox .ttl {
    padding-right: 60px;
    text-align: right;
}

#main .sec03 .imgBox .textBox h3 .ttl span {
    padding: 8px 5px 5px;
    min-width: 314px;
    display: inline-block;
    color: #FFF;
    font-size: 2.6rem;
    text-align: center;
    letter-spacing: 0.08em;
    box-sizing: border-box;
    border-radius: 25px;
    background-color: #3f2a51;
}

#main .sec03 .imgBox .textBox h3 .txt {
    background: url("../img/common/bg01.jpg") repeat-x left bottom 4px / auto 12px;
}

#main .sec03 .imgBox .textBox p {
    color: #545454;
    font-weight: bold;
    line-height: 2.1;
    letter-spacing: 0.08em;
}

#main .sec03 .imgBox01 .textBox p {
    margin-left: 60px;
}

#main .sec03 .imgBox .textBox p .red {
    color: #da2626;
}

#main .sec04 {
    padding: 1px 0 114px;
    background-color: #F0F3F2;
}

#main .sec04 h2 {
    margin: -149px 0 94px;
    text-align: center;
    position: relative;
    z-index: 4;
}

#main .sec04 .listUl {
    margin: -13px auto 0;
    width: 1000px;
}

#main .sec04 .listUl li {
    margin: 13px 7px 0;
    padding: 5px 30px 34px;
    width: 258px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #FFF;
}

#main .sec04 .listUl li .num {
    margin-bottom: 12px;
    color: #da2626;
    font-size: 4.5rem;
    letter-spacing: 0.08em;
}

#main .sec04 .listUl li .pho {
    margin-bottom: 22px;
}

#main .sec04 .listUl li .text {
    letter-spacing: 0.08em;
    line-height: 1.4;
}

#main .sec04 .listUl li .text .red {
    color: #da2626;
}

#main .sec04 .listUl li .text .txt {
    background: url("../img/common/bg02.jpg") repeat-x left bottom 3px;
}

#main .sec05 {
    padding-top: 57px;
}

#main .sec05 .inner {
    padding-bottom: 71px;
    background: url("../img/index/bg03.png") no-repeat center bottom;
}

#main .sec05 .bgBox {
    padding: 80px 0 64px 110px;
    background-color: #faeef1;
}

#main .sec05 .imgBox {
    margin: 0 auto;
    width: 896px;
}

#main .sec05 .imgBox .photoBox {
    width: 337px;
}

#main .sec05 .imgBox .textBox {
    width: 499px;
}

#main .sec05 .imgBox .textBox h2 {
    margin-bottom: 5px;
    font-size: 2rem;
}

#main .sec05 .textBox table {
    width: 100%;
    border-collapse: collapse;
}

#main .sec05 .textBox th,
#main .sec05 .textBox td {
    padding: 14px 0 8px;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
    border-top: 2px solid #DED1C2;
}

#main .sec05 .textBox tr:last-child th,
#main .sec05 .textBox tr:last-child td {
    border-bottom: 2px solid #DED1C2;
}

#main .sec05 .textBox th {
    width: 25.4%;
    letter-spacing: 0.08em;
}

#main .sec05 .textBox td {
    padding: 16px 0 6px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 1.39;
}

.popQr {
    display: none;
    background-color: transparent;
}

.popQr img {
    width: 600px;
}

.fancybox-bg {
    background: #000;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
}

.fancybox-button svg path {
    fill: #fff;
}

/*form*/
form fieldset {
    margin-top: 20px !important;
}

form input {
    border: 1px solid #CCC;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

form label {
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: left;
}

form .actions {
    position: relative;
}

form input[type="submit"] {
    margin-top: 20px;
    border-radius: 30px;
    height: 60px;
    width: 100%;
    background: #B61E01;
    color: #FFF;
    font-weight: bold;
    border: 0;
    box-shadow: 0 5px 0 0 #B61E01;
    cursor: pointer;
    padding-left: 40px;
}

form .actions::before {
    content: "無料";
    position: absolute;
    top: 19px;
    left: -5px;
    width: 65px;
    height: 65px;
    border-radius: 38px;
    color: #FFF;
    line-height: 68px;
    background: #c92b1d;
}

form .actions::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(../img/index/r-arrow.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

form fieldset.form-columns-2 input {
    width: 98% !important;
}

form input[type="submit"]:hover {
    box-shadow: none;
    margin-top: 25px;
}

form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
}

form label.hs-main-font-element,
form label.hs-error-msg {
    color: #c92b1d;
}

form span.hs-form-required {
    color: #c92b1d;
    font-size: 18px;
}

form fieldset:first-child {
    margin-top: 0 !important;
    ;
}

.comTextArea a img {
    max-width: 600px;
}

#main.thanks .sec05 {
    padding-top: 120px;
}

#main.thanks h1 {
    font-size: 28px;
}

#main.thanks .contents_box {
    padding: 20px;
    max-width: 700px;
    margin: 20px auto;
    text-align: left;
    background: #FFF;
}

#main.thanks .contents_box p {
    font-size: 16px;
    font-weight: normal;
}

#main.thanks .contents_box p span {
    background: linear-gradient(transparent 60%, #F7FF00 60%);
    font-weight: bold;
}

#main.thanks .contact_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#main.thanks .contact_flex div {
    background: #FCF8ED;
    padding: 20px;
    width: 40%;
    text-align: center;
}

#main.thanks .contact_flex .tel_box a {
    font-size: 28px;
}

#main.thanks .contact_flex .tel_box span {
    display: inline-block;
    background: #d00202;
    font-size: 12px;
    color: #FFF;
    border-radius: 5px;
    padding: 5px;
    line-height: 1;
    margin-right: 5px;
}

#main.thanks .contact_flex div p {
    font-size: 14px;
}

#main.thanks .contact_flex .line_box a {
    margin-top: 10px;
}

#main.thanks .contact_flex .line_box a strong {
    font-size: 14px !important;
}

#main.thanks .contact_flex .line_box a img {
    margin-top: 10px;
}

@media all and (-ms-high-contrast:none) {
    #main .sec01 .textList li {
        padding: 18px 10px 5px 137px;
    }

    #main .sec02 h2 .txt {
        background-position: left bottom 9px;
    }

    #main .sec03 .imgBox .textBox h3 .ttl span {
        padding: 11px 5px 2px;
    }

    #main .sec03 .imgBox .textBox h3 .txt {
        background-position: left bottom 13px;
    }

    #main .sec04 .listUl li .text .txt {
        background-position: left bottom 8px;
    }
}

@media all and (max-width: 896px) {
    .mainVisual {
        padding: 25px 0 0 0;
        height: auto;
        background-image: url("../img/index/sp_main_img _bg.jpg");
        flex-direction: column;
    }

    .mainVisual .textImg {
        margin: 0 auto 20px;
        width: 100%;
        padding: 0;
        max-width: 300px;
    }

    .mainVisual .textImg img {
        margin-top: 0;
    }

    .mainVisual .btn {
        padding: 0 5px;
        width: 100%;
        margin-left: 0;
        position: absolute;
        bottom: 26px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 345px;
        box-sizing: border-box;
    }

    /* .mainVisual .form p.note {
        position: relative;
        max-width: 350px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.6rem;
        box-sizing: border-box;
        font-size: 12px;
    } */

    .mainVisual .form {
        margin-top: 0;
        width: 100%;
        border-radius: 0;
        max-height: 100%;
    }

    .mainVisual .form h2 {
        font-size: 18px;
        border-radius: 0;
    }

    form fieldset.form-columns-2 .hs-form-field {
        float: left !important;
        width: 50% !important;
    }

    form .actions::before {
        font-size: 20px;
    }

    form input[type="submit"] {
        padding-left: 40px;
    }

    #main .sec01 {
        padding: 24px 0 18px;
        background-color: #FBF8ED;
    }

    #main .sec01 h2 {
        margin-bottom: 9px;
        font-size: 2rem;
        letter-spacing: 0.05em;
    }

    #main .sec01 h2 span::before {
        width: 5px;
        height: 5px;
        top: -9px;
    }

    #main .sec01 .textList {
        margin: 0 20px;
    }

    #main .sec01 .textList li {
        margin-bottom: 3px;
        padding: 6px 2px 6px 64px;
        font-size: 1.5rem;
        line-height: 1.16;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        background-size: 23px auto;
        background-position: left 22px top 7px;
    }

    #main .sec01 .photo {
        width: 90px;
        right: 10%;
        bottom: -29px;
    }

    #main .sec02 {
        padding: 34px 0 33px;
        background-image: url("../img/index/sp_bg01.jpg");
    }

    #main .sec02::before {
        width: 41px;
        height: 30px;
        background-image: url("../img/common/sp_icon03.png");
        background-size: 41px auto;
    }

    #main .sec02 .bgBox {
        padding: 17px 10px;
    }

    #main .sec02 .borderBox {
        padding: 6px 5px;
        border-width: 1px;
    }

    #main .sec02 h2 {
        margin-bottom: 11px;
        font-size: 1.4rem;
        line-height: 1.36;
    }

    #main .sec02 h2 .red {
        font-size: 1.6rem;
    }

    #main .sec02 h2 .txt {
        margin-top: 6px;
        padding-left: 0;
        font-size: 1.4rem;
        background-size: auto 4px;
        background-position: left bottom 0;
    }

    #main .sec02 .pTop {
        margin-bottom: 11px;
        font-size: 2rem;
        line-height: 1.12;
    }

    #main .sec02 .comTextArea {
        margin: 0 -5px;
    }

    #main .sec02 .textImg01 {
        margin: 0 auto 3px;
        max-width: 272px;
    }

    #main .sec03 {
        padding: 15px 0 40px;
    }

    #main .sec03::before {
        width: 100%;
        height: 693px;
        /* background-image: url("../img/index/sp_bg04.png") */
    }

    #main .sec03 h2 {
        margin: 0 auto 26px;
        max-width: 273px;
    }

    #main .sec03 .imgBox {
        margin-bottom: 205px;
        padding: 28px 41px 36px;
        border-radius: 5px;
        display: block;
    }

    #main .sec03 .imgBox04::before,
    #main .sec03 .imgBox01::before {
        display: none;
    }

    #main .sec03 .imgBox01 {
        margin-bottom: 231px;
    }

    #main .sec03 .imgBox .photoBox {
        width: 360px;
        top: auto;
        bottom: -192px;
    }

    #main .sec03 .imgBox:nth-of-type(2n+1) .photoBox {
        right: 0px;
    }

    #main .sec03 .imgBox:nth-of-type(2n) .photoBox {
        left: 0px;
        width: 359px;
    }

    #main .sec03 .imgBox01 .photoBox {
        bottom: -222px;
        left: 0px !important;
    }

    #main .sec03 .imgBox02 {
        margin-bottom: 250px !important;
    }

    #main .sec03 .imgBox02 .photoBox {
        bottom: -241px;
        right: 0px !important;
        width: 365px;
    }

    #main .sec03 .imgBox .textBox {
        width: auto !important;
    }

    #main .sec03 .imgBox .textBox h3 {
        margin: 0 -30px 7px 0;
        font-size: 2rem;
        line-height: 1.13;
        letter-spacing: 0.04em;
    }

    #main .sec03 .imgBox .textBox h3 .ttl {
        margin-bottom: 12px;
        display: block;
    }

    #main .sec03 .imgBox:nth-of-type(2n) .textBox .ttl {
        padding-right: 0;
        text-align: left;
    }

    #main .sec03 .imgBox .textBox h3 .ttl span {
        padding: 6px 5px 4px;
        min-width: 188px;
        font-size: 1.7rem;
    }

    #main .sec03 .imgBox .textBox h3 .txt {
        background-size: auto 4px;
        background-position: left bottom 3px;
    }

    #main .sec03 .imgBox .textBox p {
        line-height: 1.5;
    }

    #main .sec03 .imgBox01 .textBox p {
        margin-left: 0;
    }

    #main .sec04 {
        padding: 1px 0 31px;
        background-image: url("../img/index/sp_bg02.jpg");
    }

    #main .sec04 h2 {
        margin: -17px auto 25px;
        max-width: 355px;
    }

    #main .sec04 .listUl {
        margin: 0 20px;
        width: auto;
        display: block;
    }

    #main .sec04 .listUl li {
        margin: 0 0 15px;
        padding: 4px 5px 15px;
        width: auto;
        border-radius: 6px;
    }

    #main .sec04 .listUl li:last-child {
        margin-bottom: 0;
    }

    #main .sec04 .listUl li .num {
        margin-bottom: -6px;
        font-size: 3rem;
        letter-spacing: 0.03em;
    }

    #main .sec04 .listUl li .pho {
        margin: 0 auto 12px;
        width: 55px;
    }

    #main .sec04 .listUl li .text {
        line-height: 1.28;
        font-size: 1.6rem;
        font-feature-settings: "palt";
        -moz-font-feature-settings: "palt";
    }

    #main .sec04 .listUl li .text .txt {
        background-position: left bottom 2px;
    }

    #main .sec05 {
        padding-top: 0;
    }

    #main .sec05 .inner {
        padding: 24px 0 20px;
        background: #fffafb url("../img/index/sp_bg03.png") no-repeat center bottom -1px / 100%;
    }

    #main .sec05 .bgBox {
        padding: 26px 0 30px;
    }

    #main .sec05 .imgBox {
        margin: 0 52px;
        width: auto;
        display: block;
    }

    #main .sec05 .imgBox .photoBox {
        margin-bottom: 26px;
        width: auto;
        text-align: center;
    }

    #main .sec05 .imgBox .textBox {
        width: auto;
    }

    #main .sec05 .imgBox .textBox h2 {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    #main .sec05 .textBox th,
    #main .sec05 .textBox td {
        padding: 7px 0 8px;
        font-size: 1.3rem;
        border-width: 1px;
    }

    #main .sec05 .textBox tr:last-child th,
    #main .sec05 .textBox tr:last-child td {
        border-bottom-width: 1px;
    }

    #main .sec05 .textBox td {
        padding: 10px 0 3px;
        font-size: 1.2rem;
        line-height: 1.14;
        font-feature-settings: "palt";
        -moz-font-feature-settings: "palt";
    }

    /* .content .comTextArea{
      padding-left:30px;
    } */
    .comTextArea a img {
        max-width: 100%;
    }

    #main.thanks h1 {
        font-size: 20px;
    }

    #main.thanks .comTextArea {
        padding-left: 0;
    }

    #main.thanks .sec05 {
        padding-top: 60px;
    }

    #main.thanks .contact_flex {
        flex-direction: column;
    }

    #main.thanks .contact_flex div {
        width: 100%;
        padding: 20px 0;
    }

    #main.thanks .contact_flex div:first-child {
        margin-bottom: 20px;
    }

    form input[type="submit"] {
        font-size: 14px;
    }
}

@media all and (max-width: 359px) {
    #main .sec02 h2 .red {
        font-size: 1.4rem;
    }

    #main .sec03 .imgBox .textBox p {
        font-size: 1.3rem;
    }
}

#introduction_select-00a69a9c-0a60-4969-9455-09c7a06fed3c {
    border: 1px solid #CCC;
    height: 38px;
    line-height: 30px;
    width: 100%;
}

.line_box a img {
    max-width: 86%;
}


/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
.form-v2 {
	display: block;
	padding: 40px;
	text-align: center;
	background: #f5f5f5;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 769px) {
	.form-v2 {
		width: 100%;
		padding: 25px;
	}
}
.form-v2 form input,
.form-v2 form textarea {
	width: 100%;
	border: none;
	border-radius: 5px;
}
@media screen and (max-width: 769px) {
		.form-v2 form input,
		.form-v2 form textarea {
		font-size: 1.6rem;
	}
}
.form-v2 .form-field {
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	background: #fff;
	padding: .4rem;
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
}
.form-v2 .form-field input::placeholder {
	color: #d3d3d3;
}
.form-v2 .form-field:focus-within {
	outline-color: rgb(93, 190, 163);
	outline-style: solid;
	outline-width: 1px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.form-v2 .form-field:focus-within .form-head2 {
	color: rgb(93, 190, 163);
}
.form-v2 .form-head1 {
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}
.form-v2 .form-head2 {
	color: #94a9b6;
	font-size: .8em;
	text-align: left;
	margin-bottom: 0;
}
.form-v2 .form-flex--container {
	display: flex;
	gap: 1em;
}
.form-v2 .flex-2col {
	width: 100%;
}
*:focus {
	outline: none;
}
.form-v2 form input[type="submit"] {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	height: 60px;
	margin: 1.2em auto;
	padding: 1rem 4rem;
	font-size: 1.4em;
	font-weight: bold;
	background: #F82900;
	transition: 0.5s;
}
.form-v2 form input[type="submit"]:hover {
	background-color: #B61E01;
}
@media screen and (max-width: 769px) {
	.form-v2 form input {
		font-size: 16px;
	}
	.form-v2 form input[type="submit"] {
		font-size: 16px;
		line-height: 13px;
	}
}
#form .form-v2 .form-notes {
	font-size: .8rem;
	margin-top: 2rem;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 2px;
}
.form-v2 .form-notes a {
	text-decoration: underline;
}

/* 2024/03/11 アイコンの画像サイズ制御 */
#main section.sec04 li:nth-child(1) div img.pc,
#main section.sec04 li:nth-child(2) div img.pc {
    max-width: 60px;
}
