@charset "UTF-8";
/* 共通
------------------------------------------------------------ */
body {
    color: #222;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", Osaka, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
/* テキスト */
em {
    font-style: normal;
    color: #F63B67;
}
.ttl {
    font-weight: bold;
}
.note {
    font-size: 12px;
}
.mark {
    padding-left: 1em;
    text-indent: -1em;
}
/* 画像 */
img {
    display: block;
    max-width: 100%;
    margin: auto;
}
/* btn */
.btn {
    display: block;
    background: #F53A00;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1;
    text-align: center;
}
/* リンク：ホバーアクション */
a:hover,
a:active {
    opacity: .8;
}
/* 共通 */
.mv,
.guarantee_area {
    background: #CEDB96;
}
.sec_inner {
    background: #fff;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto 20px;
    padding: 30px 15px;
}
.sec_ttl {
    text-align: center;
    font-size: 26px;
    margin: 0 0 15px;
}
.sec_ttl span {
    display: block;
    font-size: 18px;
}
.cv_wrap {
    max-width: 500px;
    text-align: center;
    margin: auto;
}
.guarantee_area>.cv_wrap {
    padding: 0;
    margin-bottom: 20px;
}
.cv_wrap .speech {
    position: relative;
    width: fit-content;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
}
.cv_wrap .speech::before,
.cv_wrap .speech::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    border-radius: 2px;
    background: #222;
    bottom: 3px;
}
.cv_wrap .speech::before {
    left: 0;
    transform: rotate(-30deg);
}
.cv_wrap .speech::after {
    right: 0;
    transform: rotate(30deg);
}
main .cv_wrap .cv_btn {
    display: block;
    margin: -2.13vw auto;
}
main .cv_wrap .txt_link {
    font-size: 18px;
    text-decoration: underline;
}
.circle_list {
    margin: 0 0 10px;
}
.circle_list li,
main .cap {
    position: relative;
    padding-left: 15px;
    margin: 0 0 7px;
}
.circle_list li::before,
main .cap::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0;
    background: #222;
    border-radius: 10px;
}
.circle_list li:last-child {
    margin: 0;
}
.wrap_box {
    background: #EEF5DB;
    padding: 4%;
    margin: 10px 0;
}
.wrap_box>.ttl {
    text-align: center;
    margin: 0 0 5px;
}
.price_list {
    width: fit-content;
    margin: auto;
}
.price_list>div,
.price_list dt,
.price_list dd {
    display: flex;
    align-items: center;
}
.price_list>div {
    margin: 0 0 5px;
}
.price_list dt {
    white-space: nowrap;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2% 3%;
    font-size: min(4.27vw, 16px);
}
.price_list .male dt {
    background: #26953A;
}
.price_list .female dt {
    background: #F63B67;
}
.price_list dd .price {
    white-space: nowrap;
    font-size: min(8vw, 30px);
    font-weight: bold;
    padding-right: min(5.33vw, 20px);
}
.price_list dd>span {
    text-align: center;
    white-space: nowrap;
    font-size: min(3.73vw, 14px);
    line-height: 1.2;
    padding: 2.67%;
}
.price_list dd .price span {
    font-size: min(5.33vw, 20px);
    padding-left: 1.33%;
}
.price_list .male dd .price {
    color: #26953A;
}
.price_list .female dd .price {
    color: #F63B67;
}
.price_list .ico_plus {
    position: relative;
    width: min(5.87vw, 22px);
    height: min(5.87vw, 22px);
    display: inline-block;
    margin: 0 5% 0 2%;
}
.price_list .ico_plus::before,
.price_list .ico_plus::after {
    content: "";
    position: absolute;
    top: min(2.67vw, 10px);
    width: min(5.87vw, 22px);
    height: min(1.07vw, 4px);
    background-color: currentColor;
}
.price_list .ico_plus::after {
    transform: rotate(90deg);
}
/* header
------------------------------------------------------------ */
.header_logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 15px;
}
.header_logo_wrap p img {
    margin: 0;
    width: 148px;
}
.header_logo_wrap .btn {
    box-shadow: 0px 3px 6px #00000029;
}
/* main
------------------------------------------------------------ */
/* mv */
.mv {
    padding: 0 0 30px;
}
.mv .note {
    padding: 0 15px 15px;
}
/* bnr*/
.bnr_wrap {
    padding: 0 15px 10px;
    background: #CEDB96;
    text-align: center;
}
.bnr_wrap img {
    display: inline;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,15%));
}

/* 保障内容*/
.guarantee_area {
    padding: 15px;
}
.parts_ttl {
    text-align: center;
    color: #26953A;
    font-size: 24px;
    margin: 0 0 15px;
}
.sec_inner.plan>.ttl {
    font-size: 18px;
    margin: 0 0 10px;
}
.sec_inner.plan .wrap_box+.note {
    margin: 0 0 10px;
}
/* 開閉 */
.toggle_area {
    border-top: 2px solid #CEDB96;
    border-bottom: 2px solid #CEDB96;
    margin: 0 0 10px;
}
.toggle_title {
    position: relative;
    display: block;
    cursor: pointer;
    max-width: 800px;
    padding: 10px 5px;
}
.toggle_title::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 7px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(45deg);
    content: "";
}
.toggle_title.active:after {
    transform: rotate(-135deg);
}
.toggle_body {
    position: relative;
    z-index: +5;
    margin: auto;
    max-width: 800px;
    height: auto;
    display: none;
}
.toggle_body img,
.toggle_body .note {
    margin-bottom: 15px;
}
.wrap_box.balloon {
    position: relative;
    margin-bottom: 45px;
}
.wrap_box.balloon::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border: 23px solid transparent;
    border-top: 32px solid #EEF5DB;
    transform: translate(-50%, 100%);
    z-index: 1;
}
.wrap_box .check_box:first-child {
    margin: 0 0 20px;
}
.option .check_box .ttl {
    background: url(../images/ico_check.svg) no-repeat left top;
    background-size: 29px auto;
    padding-left: 40px;
    margin: 0 0 10px;
    min-height: 29px;
    font-size: 18px;
}
.option .wrap_box+.ttl {
    font-size: 18px;
    margin: 0 0 10px;
}
.option .wrap_box+.ttl+.price_list {
    margin-bottom: 15px;
}
/* かんたん3ステップ*/
main>.step {
    padding: 30px 0;
}
.step>ol {
    border: 2px solid #CEDB96;
    padding: 15px;
    border-radius: 20px;
    margin: 20px 15px;
}
.step>ol>li {
    position: relative;
    margin: 0 0 40px;
    padding: 20px 0 75vw;
    background: url(../images/img_step1.png) no-repeat center bottom 15px;
    background-size: 80% auto;
}
.step>ol>li:nth-of-type(2) {
    background-image: url(../images/img_step2.png);
}
.step>ol>li:nth-of-type(3) {
    background-image: url(../images/img_step3.png);
}
.step>ol>li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border: 23px solid transparent;
    border-top: 32px solid #CEDB96;
    transform: translate(-50%, 100%);
    z-index: 1;
}
.step>ol>li:last-child {
    margin: 0;
}
.step>ol>li:last-child::after {
    content: none;
}
.step li .ttl_wrap {
    display: flex;
    margin: 0 0 10px;
}
.step li .ttl_wrap .no {
    display: flex;
    align-self: flex-start;
    background: #CEDB96;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 15px;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.step li .ttl_wrap .ttl {
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 18px;
}
.step li ol {
    padding-left: 1em;
}
.step li ol li {
    margin: 0 0 5px;
}
/* aside
------------------------------------------------------------ */
aside {
    border-top: 5px solid #DBDCDE;
    background: #EAF4FD;
    padding: 30px 0;
}
.cv_wrapper {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-bottom: 5px solid #dbdbdc;
    background: #fff;
    text-align: center;
}
.cv_wrapper .contact_list dt {
    font-weight: bold;
    font-size: 18px;
}
.cv_wrapper .contact_list dd {
    margin: 0 0 10px;
}
.cv_wrapper .note {
    text-align: left;
    margin: 0 15px;
}
/* footer
------------------------------------------------------------ */
.footer_content {
    background: #fff;
}
.company_info {
    max-width: 830px;
    margin: 0 auto;
    padding: 25px 15px;
}
.company_info .company_logo {
    margin: 0 0 25px;
}
.privacy_link {
    margin: 0 0 25px;
    font-size: 16px;
    text-align: right;
}
.privacy_link a {
    text-decoration: underline;
}
.document_number {
    font-size: 12px;
    text-align: right;
}
.copyright {
    padding: 10px 0;
    background: #2b76c6;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
/* 画面サイズ別調整
---------------------------------------------------------------- */
@media screen and (min-width:768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
    }
    .cv_wrap {
        max-width: none;
    }
    main .cv_wrap .cv_btn {
        margin: -5px auto;
    }
    .mv {
        background: linear-gradient(180deg, #26953A 0%, #26953A 343px, #CEDB96 343px, #CEDB96 100%);
    }
    .mv h1 {
        max-width: 500px;
        margin: auto;
    }
    .mv .note {
        max-width: 500px;
        margin: 0 auto 25px;
    }
    /* bnr*/
    .bnr_wrap {
        padding: 10px 0 20px;
    }
    .guarantee_area>.cv_wrap {
        margin-bottom: 40px;
    }
    .sec_inner {
        margin-bottom: 40px;
        padding: 40px;
    }
    .wrap_box {
        padding: 30px;
        margin: 20px 0;
    }
    .wrap_box>.ttl,
    .sec_inner.plan .wrap_box+.note {
        margin-bottom: 15px;
    }
    .wrap_box>.ttl br {
        display: none;
    }
    .price_list {
        display: flex;
        gap: 50px;
    }
    .option .check_box .ttl {
        padding: 5px 0 0 40px;
    }
    .option .check_box .cap {
        margin-left: 40px;
    }
    .option .check_box>p:not([class]) {
        padding-left: 40px;
    }
    .option .wrap_box+.ttl {
        text-align: center;
    }
    main>.step {
        padding: 40px 0;
    }
    .step>ol {
        max-width: 800px;
        margin: 30px auto;
    }
    .step>ol>li {
        margin: 0 0 40px;
        padding: 20px 220px 20px 40px;
        min-height: 220px;
        background-position: right 35px center;
        background-size: 200px auto;
    }
    .step>ol>li::after {
        left: auto;
        right: 109px;
        transform: translate(0, 100%);
    }
    .step li .ttl_wrap {
        margin-bottom: 20px;
    }
    .step li .ttl_wrap .no {
        padding: 5px 20px;
    }
    .step li ol {
        margin: 0 0 15px;
    }
    aside {
        border: 0;
        background: #EAF4FD;
        padding: 30px 0;
    }
    .cv_wrapper {
        padding: 40px;
    }
    .company_info .company_logo img{
        margin:0;
    }
}