@charset "UTF-8";

:root {
    --docomo-red: #C03;
}

#footer {
    padding-bottom: 0 !important;
}

a {
    text-decoration: none;
}

.tone-contents {
    max-width: 1024px;
    width: 100%;
    font-size: 16px;
    margin: auto;
}

.flex {
    display: flex;
}

.h2_ttl {
    font-size: 32px;
    text-align: center;
    line-height: 150%;
}

.t-center {
    text-align: center;
}

select, input, button, textarea {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, "メイリオ", sans-serif;
}

.cvButton button {
    position: relative;
    border-radius: 200px;
    text-align: center;
    padding: 6px 90px 12px;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--white);
    background-color: var(--docomo-red);
    border: 2px solid var(--docomo-red);
    box-sizing: border-box;
    transition: 0.3s ease;
    line-height: 1.2;
}

.cvButton button span {
    font-size: 18px;
}

.cvButton button::after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0%, -50%);
    font-size: 1.1em;
    font-weight: bold;
    transition: 0.3s ease;
    color: var(--white);
    content: "\f105";
    font-family: "FontAwesome";
}

@media(hover: hover) {
    .cvButton button:hover {
        color: var(--docomo-red);
        background: #fff;
    }

    .cvButton button:hover:after {
        color: var(--docomo-red);
    }
}

/* フッターナビ削除 */
nav.underNav {
    display: none;
}

/* メンテナンス文言追加 */
.mainte_wrap {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 12px 16px;
    border: 1px solid #CC0F31;
    background-color: #fff;
    text-align: center;
    color: #CC0F31;
    box-sizing: border-box;
}

p.mainte_txt_ttl {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

p.mainte_txt {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.5;
}

.tel_modal-txtbox .mainte_wrap {
    margin: 0 auto 10px;
}

/* mainVisual */
#mainVisual {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    padding: 88px 0 113px;
    background: url(/yoyaku_support/img/mv_bg-pc.jpg) center top /cover no-repeat;
}

#mainVisual .cvButton a {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}

#mainVisual .mv_content {
    padding: 0 16px;
}

#mainVisual .mv_content h2 {
    margin-bottom: 15px;
    color: var(--white);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    font-size: 32px;
    font-weight: bold;
    line-height: 100%;
}

#mainVisual .mv_content h1 {
    display: inline;
    margin-bottom: 20px;
    color: var(--docomo-red, #C03);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    font-weight: bold;
    line-height: 150%;
}

#mainVisual .mv_content h1 span {
    padding: 6px;
    background-color: var(--white);
}

#mainVisual .mv_content p {
    margin-top: 20px;
    color: var(--white);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
}

#mainVisual .cvButton button {
    position: relative;
    margin-top: 40px;
    margin-left: 0;
}

#mainVisual .tel_modal-list {
    color: var(--white);
    padding: 0;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

/* mente */
.mente {
    padding: 60px 3%;
    border: none;
}

.mente h2 {
    margin-bottom: 20px;
}

.mente .tone-contents {
    max-width: 800px;
    padding: 30px 16px;
    border-radius: 20px;
    border: 1px solid var(--docomo-red);
}

.mente_txt {
    line-height: 1.7;
}

.mente_txt big {
    font-weight: bold;
    color: #CC0F31;
}

/* worries */
#worries {
    position: relative;
    padding: 50px 16px 10px;
    margin: 0 auto 135px;
    background: var(--gray07, #EAEAEA);
}

#worries::after {
    content: "";
    position: absolute;
    bottom: -74px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 74px 332px 0 332px;
    border-color: #eaeaea transparent transparent transparent;
}

#worries .h2_ttl {
    font-size: 32px;
    margin-bottom: 20px;
}

.worries_content {
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: 0 auto 37px;
    padding: 20px 16px;
    border-radius: 20px;
    background: var(--white, #FFF);
}

.worries_content::after {
    content: "";
    position: absolute;
    bottom: -23px;
    right: 30%;
    background: url(/yoyaku_support/img/worries_balloon.svg) center/contain no-repeat;
    width: 57px;
    height: 40px;
}

.worries_list li {
    font-size: 15px;
    font-weight: normal;
    line-height: 200%;
}

.worries_list li span {
    color: var(--docomo-red);
    font-weight: bold;
    font-size: 20px;
}

.underline_yellow {
    background: linear-gradient(transparent 60%, #FFE742 65%);
}

.worries_illust {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: auto;
}

/* support */
#support {
    margin: 0 auto 60px;
}

#support .h2_ttl {
    position: relative;
}

#support .h2_ttl span {
    font-size: 24px;
}

.support_illust {
    display: block;
    margin: 25px auto 38px;
}

#support .h2_ttl.balloon {
    display: inline-block;
}

#support .h2_ttl.balloon::after {
    content: "";
    position: absolute;
    top: -28px;
    right: 10px;
    background: url(/yoyaku_support/img/support_bln.svg) center/cover no-repeat;
    width: 100px;
    height: 36px;
}

.support_content {
    margin: 60px auto 0;
    justify-content: space-between;
    gap: 10px;
}

.support_box {
    position: relative;
    max-width: 323px;
    width: 100%;
    padding: 30px 8px 20px;
    background: #FFEDED;
    text-align: center;
    box-sizing: border-box;
}

.support_box h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.support_box:not(:first-of-type) h3 {
    margin-bottom: 20px;
}

.support_box:nth-of-type(2) h3 {
    font-size: 15px;
}

.support_nmb {
    position: absolute;
    top: -28px;
    left: 10px;
}

/* cvArea */
#cvArea {
    padding: 30px 0px;
    background: var(--docomo-red, #C03);
    text-align: center;
    color: var(--white, #FFF);
}

#cvArea h2.h2_ttl {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
}

#cvArea .cvButton button {
    box-shadow: none;
    background-color: var(--white);
    color: var(--docomo-red);
    border-color: var(--white);
}

#cvArea .cvButton button::after {
    color: var(--docomo-red);
}

@media(hover: hover) {
    #cvArea .cvButton button:hover {
        color: var(--white);
        background: var(--docomo-red)
    }

    #cvArea .cvButton button:hover:after {
        color: var(--white);
    }
}

#cvArea .tel_modal-list {
    color: var(--white);
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.3;
}

#cvArea .tel_modal-list li {
    display: inline-block;
    text-align: left;
}

/* about */
#about {
    margin: 60px auto;
}

#about .tone-contents {
    max-width: 550px;
    width: 100%;
    margin: auto;
    padding: 40px;
    background-color: #FFEDED;
}

#about .h2_ttl {
    color: var(--docomo-red);
    line-height: 120%;
}

.docomoshop_ttl_bar {
    display: block;
    margin: 14px auto 20px;
}

.about_txt_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.about_txt_list {
    font-weight: bold;
}

.window {
    background-color: var(--white);
    display: flex;
    width: 100%;
    margin: 20px auto;
    padding: 24px 12px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    box-sizing: border-box;
}

.window .tel_btn-nmb {
    display: flex;
    gap: 8px;
}

.window .tel_btn-nmb img {
    width: 24px;
    height: auto;
}

.window .tel_btn-txt {
    font-size: 22px;
}

.window .tel_modal-txt_day {
    font-size: 18px;
    margin-bottom: 0;
}

#about .tel_modal-list {
    padding: 0;
    line-height: 150%;
    font-size: 12px;
}

.window .mainte_wrap {
    margin: 0;
}

/* sp mainVisual */
@media screen and (max-width: 660px) {
    #mainVisual {
        padding: 228px 0 46px;
        background: url(/yoyaku_support/img/sp/mv_bg-sp.png) center /cover no-repeat;
    }
}

/* sp cvButton */
@media screen and (max-width: 869px) {
    .cvButton a {
        font-size: 22px;
        line-height: 1.2;
        padding: 6px 0 10px;
    }

    .cvButton a span {
        font-size: 16px;
    }

    #mainVisual .cvButton a {
        max-width: 414px;
        width: 100%;
        margin: 24px auto 0;
        background-color: var(--docomo-red);
        border: 2px solid var(--docomo-red);
        color: var(--white);
    }

    #cvArea .cvButton.sp-only a::after {
        color: var(--white);
    }

    #cvArea .cvButton.sp-only a {
        font-size: 22px;
        background-color: var(--white);
        border: 2px solid var(--white);
        color: var(--docomo-red);
    }

    #cvArea .cvButton.sp-only a::after {
        color: var(--docomo-red);
    }
}

/* sp */
@media screen and (max-width: 768px) {
    .tone-contents {
        font-size: 14px;
    }

    h2.h2_ttl {
        font-size: 24px;
    }

    .cvButton {
        max-width: 100%;
    }

    .cvButton button {
        max-width: 375px;
        width: 100%;
        margin: auto;
        padding: 12px 10px;
        font-size: 18px;
    }

    .flex {
        flex-wrap: wrap;
    }

    #mainVisual .mv_content h2 {
        font-size: 20px;
    }

    #mainVisual .mv_content h1 {
        font-size: 32px;
    }

    #mainVisual .mv_content p {
        font-size: 16px;
    }

    #mainVisual .mv_content {
        padding: 0;
    }

    /* mente */
    .mente_txt {
        text-align: left;
    }

    /* worries */
    #worries {
        margin: 0 auto 80px;
        padding: 50px 0 5px;
    }

    #worries::after {
        bottom: -50px;
        border-width: 50px 49.5vw 0 49.5vw;
    }

    #worries .h2_ttl {
        font-size: 24px;
    }

    .worries_illust {
        max-width: 161px;
    }

    .worries_content {
        max-width: 375px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

    .worries_list li {
        text-indent: -16px;
        padding-left: 16px;
        font-size: 13px;
    }

    .worries_list li span {
        font-size: 16px;
    }

    /* support */
    #support .h2_ttl span {
        font-size: 18px;
    }

    .support_box {
        max-width: 100%;
    }

    .support_box:nth-child(2) {
        margin: 44px auto;
    }

    /* about */
    #about .tone-contents {
        padding: 0 16px;
        background-color: transparent;
    }

    .window {
        background-color: #f1f1f1;
    }

    /* cvArea */
    #cvArea {
        padding: 24px 0;
    }

    #cvArea h2.h2_ttl {
        font-size: 16px;
    }

    /* メンテナンス文言追加 */
    p.mainte_txt {
        font-size: 14px;
    }
}

/* メンテナンス表示
***********************************/
.maintenance {
    width: 100%;
    background: #ffefec;
    color: var(--black);
    /* border-top: 2px solid #FF6043;
    border-bottom: 2px solid #FF6043; */
    border: 3px solid #FF6043;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto 50px;
    padding: 20px;
}

.maintenance div {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.maintenance h2 {
    font-size: 18px;
    color: #D94729;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .maintenance div {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .maintenance {
        padding: 16px 24px;
        /* border-top: 2px solid #FF6043; */
        /* border-bottom: 2px solid #FF6043; */
        border: 2px solid #FF6043;
    }

    .maintenance div {
        flex-direction: column;
        gap: 10px;
        font-size: 12px;
        line-height: 1.3;
    }

    .maintenance h2 {
        font-size: 16px;
    }
}
