@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;
}

sup {
    font-size: 12px;
}

table {
    border: 1px #ddd solid;
    border-collapse: collapse;
}

table th {
    text-align: center;
    background-color: #444;
    color: #fff;
    font-size: 2.0rem;
}

table th.right_gray {
    background-color: #ebebeb;
    color: #000;
    text-align: left;
    padding: 10px 0 10px 16px;
    font-weight: 500;
}

table td,
table th {
    text-align: center;
    border: 1px #ddd solid;
    padding: 16px 40px;
    font-weight: bold;
}

.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 80px;
    height: 68px;
    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: 8px;
    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: #1F59CD;
}*/

.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;
    }

    .content_btns .basic_btn01 {
        width: 100%;
    }

    .flex_block {
        flex-direction: column-reverse;
    }


    .basic_btn01 {
        display: flex;
        font-size: 18px;
        width: 88%;
        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;
    }

    table th,
    table td {
        padding: 16px 20px;
    }

}

/*fv*/
.fv_block {
    text-align: center;
}

.fv_block img {
    width: 60%;
}

.text01 {
    font-size: 14px;
    max-width: 660px;
    margin: 0 auto;
}



@media only screen and (max-width: 768px) {
    .fv_block img {
        width: 100%;
    }

    .text01 .note {
        padding-left: 8px;
    }

    .note {
        font-size: 12px;
    }
}

/*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 .text02 {
    padding-left: 13px;
}

.logo_block img {
    width: 40%;
}

.backup_title {
    font-size: 20px;
}

.backup table {
    width: 100%;
    table-layout: fixed;
}

.col1 {
    width: 30%;
}

.col2,
.col3 {
    width: 35%;
}

.backup table th.right_gray {
    font-size: 16px;
}

.backup table td {
    font-weight: 400;
    padding: 10px 40px;
}

@media only screen and (max-width: 768px) {
    .about {
        padding: 40px 26px;
    }

    .logo_block img {
        width: 70%;
    }

    .backup_title {
        font-size: 15px;
    }

    #about .basic_btn01 {
        width: 100%;
    }

    #about .text02 {
        padding-left: 11px;
        font-size: 16px;
    }

    .basic_btn01:after {
        right: 17px;
    }

    .col1 {
        width: 40%;
    }

    .col2,
    .col3 {
        width: 30%;
    }


    .backup table td {
        padding: 10px 16px;
    }

    .backup table th {
        padding: 8px 18px;
    }

    .backup table th:not(.right_gray) {
        font-size: 16px;
    }

    .backup table th.right_gray {
        font-size: 14px;
    }
}

/*price*/
.table_container {
    display: table;
    margin: auto;
    position: relative;
}


@media only screen and (max-width: 768px) {
    #price table th {
        font-size: 1.6rem;
        font-weight: 500;
    }

    #price .basic_btn01.blue {
        font-size: 14px;
    }

    #price .basic_btn01.blue span {
        line-height: 1.4;
    }
}

/*steps*/
.step_text a {
    color: #0077BF;
    display: inline;
    gap: 4px;
    text-decoration: underline;
}

.step_text a::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 6px;
    margin-left: 4px;
    vertical-align: -1px;
    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: 8px;
}


#steps .basic_btn01[href$='.pdf']:after {
    background-image: url(/common/img/ico_external.png) !important;
}

@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;
    }

}

/*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;
}

@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;
    }
}

/*dl_form*/
#dl_form a {
    text-decoration: underline;
}

/*
#dl_form .logo_block img {
    width: 24%;
}

.dl_container {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.dl_inner {
    width: 200px;
    height: 160px;
    text-align: center;
}

.dl_inner p {
    margin-bottom: 14px;
}

.dl_inner img {
    height: 56px;
    width: auto;
}

@media only screen and (max-width: 768px) {
    #dl_form .logo_block img {
        width: 54%;
    }

    .dl_container {
        flex-direction: column;
        gap: 24px;
    }

    .dl_inner {
        width: 100%;
        height: auto;
    }

}*/