@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Manrope', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #292929;
}

.section_block03 {
    margin-bottom: 120px;
}

.basic_title02 .title_inner {
    display: block;
    width: 100%;
}

.title_inner sup,
.title_inner .note {
    font-size: 16px;
}

.fv_block {
    text-align: center;
}

table {
    border: 1px #ddd solid;
    border-collapse: collapse;
}

table th {
    text-align: center;
}

table td,
table th {
    text-align: center;
    border: 1px #ddd solid;
}

.text01 {
    font-size: 18px;
}

.btn_block {
    width: 100%;
    text-align: center;
}

.basic_btn01 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 2.0rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    width: auto;
    min-width: 400px;
    max-width: 700px;
    padding: 0 60px;
    height: 60px;
    border-radius: 100px;
    font-weight: bold;
    position: relative;
    transition: opacity .3s ease-out 0s;
}

.basic_btn01[target='_blank']::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/common/img/ico_external.png);
    width: 17px;
    height: 17px;
}

.basic_btn01.secondary[target='_blank']::after {
    background-image: url(/common/img/ico_external02.png);
}

.basic_btn01.blue {
    font-size: 18px;
    font-weight: 400;
    border-radius: 100px;
    /*min-width: 600px;*/
}

.basic_btn01.blue span {
    line-height: 1.2;
}

.basic_btn01:hover {
    opacity: .9;
    transform: translateY(3px);
    transition: .3s;
    box-shadow: none;
}

.basic_btn01.bg_full.blue {
    color: #fff;
    background-color: #0077BF;
}


.basic_btn01.secondary.blue {
    color: #0077BF;
    background-color: #fff;
    border: 2px solid #0077BF;
}

.basic_btn01[target='_blank'].secondary.blue:after {
    background-image: url(/common/img/ico_external03.png);
}

.btn_flex {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.flex_block {
    display: flex;
    align-items: center;
    gap: 30px;
}

.flex_item {
    flex: 1;
}


.flex_block .basic_btn01 {
    max-width: 500px;
    margin: 0 auto;
}


@media only screen and (max-width: 768px) {
    .section_block03 {
        padding: 0 10px;
    }

    .title_inner sup,
    .title_inner .note {
        font-size: 12px;
    }

    .content_btns .basic_btn01 {
        width: 100%;
    }

    .flex_block {
        flex-direction: column-reverse;
    }

    .btn_flex {
        display: block;
    }


    .basic_btn01 {
        display: flex;
        font-size: 18px;
        width: 80%;
        min-width: 0;
        max-width: none;
        padding: 0 50px;
        margin: 0 auto;
    }

    .basic_btn01.blue {
        min-width: 0;
    }

    .flex_block .basic_btn01 {
        font-size: 16px;
    }

}

/*about*/
#about {
    max-width: 800px;
    margin: 0 auto 120px auto;
}

.about {
    background-color: #FFF6D3;
    padding: 80px 40px;
}

#about ul li {
    display: flex;
    align-items: flex-start;
}

#about ul li::before {
    content: "・";
    flex-shrink: 0;
    margin-right: 0.5rem;
}

#about ul p.c_red {
    padding-left: 14px;
}

.logo_block img {
    width: 60%;
}

@media only screen and (max-width: 768px) {
    .about {
        padding: 40px 26px;
    }

    #about .basic_btn01 {
        width: 80%;
    }

    #about .basic_btn01.blue span {
        line-height: 1.4;
    }

    #about .basic_btn01.blue {
        font-size: 14px;
    }

    .basic_btn01:after {
        right: 17px;
    }
}

/*price*/
.table_container {
    display: table;
    margin: auto;
    position: relative;
}


#price table th {
    background-color: #444;
    color: #fff;
    font-size: 2.0rem;
}

table th,
table td {
    padding: 16px 40px;
    font-weight: bold;
}

.balloon3 {
    position: absolute;
    z-index: 10;
    top: -86px;
    right: -20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    color: #FFF;
    font-size: 16px;
    background: #FFAC1F;
    border-radius: 50%;
    box-sizing: border-box;
}

.balloon3:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -7px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #FFAC1F;
    z-index: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ballon3 p {
    margin: 0;
}

.balloon3 .num {
    font-size: 3.2rem;
    line-height: 1.1;
}

.balloon3 .text {
    line-height: 1.2;
}



@media only screen and (max-width: 768px) {
    #price table th {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .table_container {
        padding-top: 40px;
    }

    table th,
    table td {
        padding: 16px 20px;
    }

    .balloon3 {
        width: 100px;
        height: 100px;
        top: -35px;
    }

    .balloon3 .num {
        font-size: 2.6rem;
    }

    .balloon3 .text {
        font-size: 1.4rem;
    }

    #price .basic_btn01.blue {
        font-size: 14px;
    }

    #price .basic_btn01.blue span {
        line-height: 1.4;
    }
}

/*steps*/
.step_text a {
    color: #0077BF;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: underline;
    margin-left: 6px;
}

.step_text a::after {
    content: "";
    width: 17px;
    height: 17px;
    margin-right: 6px;
    background-image: url(/common/img/ico_external03.png);
}

.step_text span {
    font-size: 1.8rem;
}

#steps .basic_btn01.blue {
    font-size: 16px;
    font-weight: 400;
    border-radius: 100px;
}

#steps .basic_btn01.blue.bg_full {
    min-width: 550px;
}



@media only screen and (max-width: 768px) {
    .step_list .step_text {
        font-size: 16px !important;
    }

    .step_text span {
        font-size: 1.4rem;
    }

    #steps .basic_btn01.blue {
        font-size: 14px;
    }

    #steps .basic_btn01.blue span {
        line-height: 1.4;
    }

    #steps .basic_btn01.blue.bg_full {
        min-width: 0px;
    }

}

/*faq*/
#faq a[target="_blank"] {
    font-weight: 500;
    color: #0073bc;
}

#faq a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-right: 4px;
    background-image: url(/common/img/ico_external_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.answer_block {
    display: block;
}

.grid_container {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: auto auto;
}

@media only screen and (max-width: 768px) {
    #faq a[target="_blank"] {
        font-size: 15px;
        margin-left: 2px;
    }

    #faq a[target="_blank"]::after {
        vertical-align: -1px;
        width: 12px;
        height: 12px;
    }

    .grid_container {
        display: grid;
        grid-template-columns: 100px auto;
    }

    .grid_item {
        font-size: 16px;
    }
}