@charset "UTF-8";

p {
    font-size: 1.8rem;
    line-height: 1;
}

.mv_img {
    padding-top: 70px;
}


/* スマホ版メインビジュアル隠し */
.sp-mv_img img {
    display: none;
}




/* たちかわ健康ポイントとは */

.title {
    width: 100%;
    margin: 0 auto 60px auto;
    padding-top: 160px;
}

.title h2 {
    font-size: 4.6rem;
    color: #0C3484;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c";
}

.title img {
    display: block;
    margin: auto;
    width: 167px;
}

.title .sp-nami img {
    display: none;
}



.about-0 p {
    text-align: center;
    /* ↓「立川市の取り組みについて」のボタンを再開したら、margin-bottom: 80px;に戻す */
    margin-bottom: 160px;
    font-weight: bold;
    line-height: 2;
}

/* ボタン */

.about-botton {
    text-align: center;
    margin-bottom: 60px;
}

.botton {
    text-align: center;
}

.btn {
    display: inline-block;
    width: 260px;
    height: 45px;
    font-size: 1.6rem;
    color: #BB97C5;
    padding: 10px 20px 10px 11.5px;
    margin: 0 auto;
    align-content: center;
    border: solid 2.5px #BB97C5;
    border-radius: 50vh;
    position: relative;
}

.btn:hover {
    display: inline-block;
    width: 260px;
    height: 45px;
    font-size: 1.6rem;
    background-color: #FBDAC8;
    color: #464342;
    padding: 10px 20px 10px 11.5px;
    margin: 0 auto;
    align-content: center;
    border: solid 2.5px #FBDAC8;
    border-radius: 50vh;
    position: relative;
    transition: 0.2s;
}

.dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #BB97C5;
    line-height: 1;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    transform: translateX(-50px) rotate(45deg);
    left: 58px;
    top: -1.5px;
}

.btn:hover .dli-chevron-round-right {
    color: #464342;
    transition: 0.2s;
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 50vh;
}

.dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.2rem;
}

.dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.2rem;
}

.point-content {
    margin-bottom: 120px;
}

/* スマホ版隠し */
.point-content-sp {
    display: none;
}

.point-content .point05 {
    margin-bottom: 160px;
}

.point-group .point-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.point-content h3 {
    font-size: 3.4rem;
    color: #3389CA;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c";
}

.point-content p {
    font-size: 2.4rem;
    line-height: 1.3;
}

.point-content img {
    width: 480px;
}

/* point5の部分 */

.point5-content {
    margin-bottom: 0;
}

.point5-content h3 {
    font-size: 3.4rem;
    color: #3389CA;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c";
}

.point5-content p {
    font-size: 2.4rem;
    line-height: 1.3;
}

.point5-content img {
    width: 480px;
}

.point-group .point5-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 終わり */


.point-textarea {
    width: 480px;
    display: flex;
    justify-content: space-between;
}

.point-textarea img {
    width: 50px;
    margin-right: 35px;
}

.point-textarea .point-text {
    margin-top: 25px;
    width: 100%;
    max-width: 400px;
}

.point-textarea .point-text h3 {
    padding-bottom: 30px;
}

.point-text ol {
    list-style: none;
    margin-top: 35px;
}

.point-text li {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 1.8px;
}

.point-text li span {
    font-size: 2.4rem;
    color: #0C3484;
}

.li01 {
    padding-bottom: 15px;
}



.year {
    margin-top: 40px;
    margin-left: -6px;
}

/* point01ボタン */

.botton-point01 {
    text-align: center;
    margin: 40px 150px 0 0;
}

/* point04ボタン */

.botton-point04 {
    text-align: center;
    margin: 8px 150px 0 0;
}

/* 共通 */

.btn-point {
    display: inline-block;
    width: 260px;
    height: 40px;
    font-size: 1.6rem;
    color: #BB97C5;
    padding: 10px 20px 10px 11.5px;
    border: solid 2.5px #BB97C5;
    border-radius: 50vh;
}

.btn-point:hover {
    display: inline-block;
    width: 260px;
    height: 40px;
    font-size: 1.6rem;
    background-color: #FBDAC8;
    color: #464342;
    padding: 10px 20px 10px 11.5px;
    margin: 0 auto;
    align-content: center;
    border: solid 2.5px #FBDAC8;
    border-radius: 50vh;
    position: relative;
    transition: 0.2s;
}

.btn-point:hover .dli-chevron-round-right {
    color: #464342;
    transition: 0.2s;
}


/* 参加方法 */
/* Step0 */

.android-QR {
    margin-bottom: 60px;
}

.android-step0 {
    border: solid 3px #BB97C5;
    border-radius: 15px;
}

.android-title {
    background-color: #BB97C5;
    border-radius: 10px 10px 0 0;
}

.android-title p {
    font-size: 3.6rem;
    color: #fff;
    text-align: center;
    line-height: 2;
    font-weight: 600;
    font-family: "M PLUS Rounded 1c";
}

.android-title span {
    position: relative;
}

.android-title span::after {
    content: '';
    position: absolute;
    width: 3.5px;
    background: #FFF;
    height: 140px;
    top: -25px;
    left: 68px;
    transform: rotate(90deg);
}

.android-title-2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 35px 0;
}

.android-gandh-QR {
    display: flex;
    justify-content: space-around;
}

/* google fit */

.android-googlefit-QR {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.android-googlefit-QR p {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #3E3A39;
    text-align: center;
    margin-right: 16px;
}

.android-googlefit-QR span {
    font-size: 2.8rem;
    font-weight: 900;
    color: #DA5272;
    font-family: "M PLUS Rounded 1c";
}

.android-googlefit-QR img {
    width: 136px;
}

/* health connect */

.android-healthconnect-QR {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.android-healthconnect-QR p {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #3E3A39;
    text-align: center;
    margin-right: 16px;
}

.android-healthconnect-QR span {
    font-size: 2.8rem;
    font-weight: 900;
    color: #3389CA;
    font-family: "M PLUS Rounded 1c";
}

.android-healthconnect-QR img {
    width: 136px;
}

.android-healthconnect-QR .cutline {
    font-weight: lighter;
}

.android-health-QR-text {
    margin-top: 24px;
}

/* Step0-手順 */

.android-step0-procedure p {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.android-step0-procedure span {
    color: #DA5272;
}

.android-step0-procedure img {
    width: 182px;
    display: block;
    margin: 0 auto 60px;
}

/* step01to04 */

.step01to04 h2 {
    font-size: 4.8rem;
    text-align: center;
    color: #0C3484;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c";
}

.step01to04 h2 span {
    font-size: 5.5rem;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c";
}

.title-color {
    color: #fff;
    text-align: center;
    padding: 12px 0;
    background: linear-gradient(to right, #3389CA, #DA5272);
    margin-top: 35px;
    height: 60px;
}

.title-color p {
    font-weight: 700;
    font-family: "M PLUS Rounded 1c";
    font-size: 2.4rem;
    line-height: 1.5;
}

.triangle {
    width: 85px;
    margin: 0 auto;
}

/* step01 */

/* スマホ版隠し */
.sp-step01-title2 {
    display: none;
}

.step01-title2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 80px;
    margin-top: 35px;
    margin-bottom: 60px;
}

.step01-title2 p {
    font-size: 2rem;
    font-weight: bold;
}

.step01-title2 img {
    width: 60px;
}

.step01-woln-qr {
    display: flex;
    justify-content: space-around;
    margin-bottom: 35px;
}

.step01 {
    margin-top: 60px;
}

.step01 .cutline p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 60px;
}

.step01-iphone-woln-qr {
    display: flex;
    align-items: center;
    border-right: dotted 3px #3E3A39;
    padding-right: 115px;
}

.step01-iphone-woln-qr p {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #3E3A39;
    text-align: center;
    margin-right: 16px;
}

.step01-iphone-woln-qr span {
    color: #3389CA;
    font-size: 2.8rem;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c";
}

.step01-iphone-woln-qr img {
    width: 137px;
}

.step01-android-woln-qr {
    display: flex;
    align-items: center;
}

.step01-android-woln-qr p {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #3E3A39;
    text-align: center;
    margin-right: 16px;
}

.step01-android-woln-qr span {
    color: #DA5272;
    font-size: 2.8rem;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c";
}

.step01-android-woln-qr img {
    width: 137px;
}

/* step02 */

.step02 {
    margin-top: 70px;
}

.step02-title2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
}

.step02-phone {
    width: 182px;
    margin: 60px auto;
}

/* step03 */

.step03 {
    margin-top: 70px;
}

.step03-iphone-android {
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
    margin-bottom: 60px;
}

/* iPhoneの部分 */

.iphone-title p {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    color: #3389CA;
    border: solid 3px #3389CA;
    width: 120px;
    height: 40px;
    text-align: center;
    border-radius: 50vh;
    align-items: center;
    margin-bottom: 35px;
}

.step03-iphone-left {
    width: calc(100% / 2);
    border-right: dotted 3px #3E3A39;
}

.step03-iphone-left span {
    color: #3389CA;
}

.iphone-title-cutline p {
    font-size: 2rem;
    font-weight: bold;
    color: #464342;
}

.iphone-title-01 {
    margin-bottom: 35px;
    text-align: center;
}

.iphone-title-02 {
    width: fit-content;
    margin: 0 auto 60px;
}

.iphone-title-02 p {
    line-height: 2;
}

.iphone-title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step03-iphone-phone {
    display: flex;
    justify-content: space-around;
}

.step03-iphone-phone img {
    width: 182px;
}

/* Andoroidの部分 */

.step03-andoroid-right {
    width: calc(100%/2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.andoroid-title p {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    color: #DA5272;
    border: solid 3px #DA5272;
    width: 120px;
    height: 40px;
    text-align: center;
    border-radius: 50vh;
    align-items: center;
    margin-bottom: 35px;
}

.andoroid-title-cutline {
    text-align: center;
}

.andoroid-title-cutline p {
    font-size: 2rem;
    font-weight: bold;
    color: #464342;
}

.andoroid-title-cutline span {
    color: #DA5272;
}

.step03-andoroid-phone img {
    width: 182px;
}

.andoroid-title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 160px;
}

.andoroid-title-01 {
    margin-bottom: 35px;
}

/* step04 */

.step04 {
    margin-top: 70px;
}

.step04-cutline p {
    font-size: 2rem;
    font-weight: bold;
    color: #464342;
    line-height: 2;
}

.step04-phone img {
    width: 182px;
}

.step04-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 35px 0 80px;
}

.step04-cutline {
    margin-bottom: 60px;
}

/* 参加方法のご案内 */

.join-guide {
    text-align: center;
    width: 740px;
    height: 385px;
    border: solid 4px #DA5272;
    align-items: center;
    border-radius: 45px;
    margin: 60px auto 0;
    align-content: center;
}

.join-guide h3 {
    font-size: 3rem;
    color: #0C3484;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c";
    margin-bottom: 20px;
}

.join-guide h4 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.join-guide p {
    text-align: start;
    line-height: 1.5;
    width: 650px;
    margin: 0 auto 35px;
}

/* ポイントの貯め方 */

.section_savepoints p {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 60px;
}

.section_savepoints .text p {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 80px;
}

.savepoints img {
    width: 340px;
}

.savepoints-01 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

.savepoints-02 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

.savepoints-03 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

/* 抽選応募 */

.section_lottery h3 {
    font-size: 2.4rem;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c";
}

.lottery2-box {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.section_lottery .lottery2-text {
    text-align: start;
    line-height: 1.5;
    width: 650px;
}

.section_lottery .lottery2-text .blue {
    color: #0C3484;
}

.section_lottery .lottery2-text .pink {
    color: #DA5272;
}

.lottery2 p {
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
}

.present {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.present ol {
    list-style: none;
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
}

.present .ol2 {
    margin-bottom: 80px;
    font-size: 1.6rem;
}


.present-indent {
    padding-left: 1em;
    text-indent: -1.1em;
}

.present-indent span {
    text-align: right;
    display: block;
}

/* よくある質問 */

.section_faq h3 {
    font-size: 2.2rem;
    font-weight: 800;
    font-family: "M PLUS Rounded 1c";
}

.question img {
    width: 40px;
    margin-right: 20px;
}

.question dt {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 25px;
}

.question p {
    width: 578px;
}

.question dd {
    font-size: 1.8rem;
    margin-left: 60px;
    padding-bottom: 60px;
    border-bottom: dotted 4px #3389CA;
    line-height: 1.5;
}

.question dd span {
    font-weight: bold;
}

.question ol {
    list-style: none;
}

.question li {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 3.0rem;
    text-align: left;
}

.indent {
    padding-left: 1em;
    text-indent: -1.1em;
}

.indent-bottom {
    margin-bottom: 25px;
}

/* お問い合わせ先 */

.section_contact h3 {
    font-size: 3rem;
    color: #0C3484;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c";
}

.section_contact p {
    font-size: 2.2rem;
    font-weight: bold;
    color: #0C3484;
    text-align: center;
}


.call {
    width: 740px;
    height: 210px;
    border: solid 4px #DA5272;
    align-items: center;
    border-radius: 45px;
    margin: 60px auto 160px;
    align-content: center;
}

/* .call p{
    line-height: 1;
} */

.call span {
    font-size: 4rem;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c";
}

.call .phonenumber {
    margin-bottom: 35px;
}

.sp-call {
    display: none;
}





/* PC版-max-width:1280 */
@media (max-width : 1280px) {
    .sp-call {
        display: none;
    }
}


/* スマホ版 */
@media (max-width : 1050px) {

    .section-spmv .sp-mv_img img {
        display: block;
        padding-top: 80px;
    }

    .section-mv {
        display: none;
    }

    /* タイトル */

    .title {
        width: 100%;
        margin: 0 auto 50px auto;
        padding-top: 98px;
    }

    .title h2 {
        font-size: 3rem;
        padding-bottom: 10px;
        padding-top: 0;
    }

    .title img {
        display: none;
    }

    .title .sp-nami img {
        display: block;
        margin: auto;
        width: 118px;
    }

    /* たちかわ健康ポイントとは */

    /* ↓「立川市の取り組みについて」のボタンを再開したら、解除する */
    /* .about-0 p {
        margin-bottom: 30px;
    } */

    /* ↓「立川市の取り組みについて」のボタンを再開したら、隠す */
    .about-0 p {
        margin-bottom: 80px;
    }

    .about-botton {
        margin-bottom: 80px;
    }

    .point-content {
        display: none;
    }

    .point-content .point05 {
        display: none;
    }

    .point-group .point-content {
        display: none;
    }

    .point-content h3 {
        display: none;
    }

    .point-content p {
        display: none;
    }

    .point-content img {
        display: none;
    }

    .point-content-sp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sp-point img {
        width: 50px;
        margin-bottom: 25px;
    }

    .point-content-sp h3 {
        font-size: 2.4rem;
        color: #3389CA;
        font-weight: 700;
        font-family: "M PLUS Rounded 1c";
        text-align: center;
        margin-bottom: 25px;
    }

    .point-content-sp .sp-visual img {
        width: 425px;
        margin-bottom: 25px;
    }

    .point-content-sp p {
        margin-bottom: 25px;
        line-height: 1.3;
        font-weight: bold;
    }

    /* point02 & 03だけのCSS */
    .point-content-sp ol {
        list-style: none;
        width: 480px;
        margin-bottom: 80px;
    }

    .point-content-sp li {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3;
    }

    .point-content-sp li span {
        font-size: 1.8rem;
        color: #0C3484;
    }

    /* point01 & 04だけのCSS */
    .sp-point-text p {
        margin-bottom: 25px;
    }

    /* point05だけのCSS */
    .sp-point05-text p {
        margin-bottom: 0;
    }

    /* PC版隠し */

    .point-group .point5-content {
        display: none;
    }

    .sp-year {
        margin-top: 25px;
        text-align: center;
    }

    .sp-botton-point {
        text-align: center;
        margin: 0 auto 80px;
    }

    .sp-btn-point {
        display: inline-block;
        width: 260px;
        height: 40px;
        font-size: 1.6rem;
        color: #BB97C5;
        padding: 10px 20px 10px 11.5px;
        border: solid 2.5px #BB97C5;
        border-radius: 50vh;
    }

    .sp-btn-point:hover {
        display: inline-block;
        width: 260px;
        height: 40px;
        font-size: 1.6rem;
        background-color: #FBDAC8;
        color: #464342;
        padding: 10px 20px 10px 11.5px;
        margin: 0 auto;
        align-content: center;
        border: solid 2.5px #FBDAC8;
        border-radius: 50vh;
        position: relative;
        transition: 0.2s;
    }

    .sp-btn-point:hover .dli-chevron-round-right {
        color: #464342;
        transition: 0.2s;
    }

    /* 参加方法 */

    /* Androidの事前準備 */
    .android-title p {
        font-size: 2.1rem;
    }

    .android-title span {
        position: relative;
    }

    .android-title span::after {
        width: 2.5px;
        height: 84px;
        top: -15px;
        left: 40px;
    }

    .android-title-2 {
        font-size: 2rem;
        padding: 25px 0 50px 0;
    }

    /* QRCode */
    .android-gandh-QR {
        display: flex;
        flex-direction: column;
    }

    .android-googlefit-QR {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .android-googlefit-QR p {
        margin-bottom: 25px;
        margin-right: 0;
    }

    .android-healthconnect-QR {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .android-healthconnect-QR p {
        margin-right: 0;
    }

    .android-health-QR-text .cutline {
        margin-bottom: 25px;
    }

    .android-step0-procedure p {
        font-size: 1.8rem;
        width: 372px;
        margin: 0 auto 40px;
        line-height: 1.3;
    }

    .android-indent {
        text-indent: -1.1em;
        padding-left: 1em;
    }

    /* Step01 */
    .step01to04 h2 {
        font-size: 3rem;
    }

    .step01to04 h2 span {
        font-size: 4rem;
    }

    .title-color {
        margin-top: 30px;
    }

    .step01-title2 {
        display: none;
    }

    .sp-step01-title2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sp-step01-title2 img {
        width: 60px;
    }

    .sp-step01-title2 .sp-woln {
        margin: 25px 0;
    }

    .sp-step01-title2 p {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .step01 .cutline p {
        display: none;
    }

    .sp-step01-title2-text {
        margin-bottom: 60px;
    }

    .sp-step01-title2 .sp-cutline p {
        font-size: 1.8rem;
        margin-bottom: 0;
        line-height: 1.3;
    }

    .sp-indent p {
        padding-left: 1em;
        text-indent: -1.1em;
    }

    .step01-woln-qr {
        display: flex;
        margin-bottom: 60px;
        flex-direction: column;
        align-items: center;
    }

    .step01-iphone-woln-qr {
        display: flex;
        align-items: center;
        border-bottom: dotted 3px #3E3A39;
        padding-bottom: 63px;
        flex-direction: column;
        margin-bottom: 60px;
        border-right: none;
        padding-right: 0;
    }

    .step01-iphone-woln-qr p {
        margin-bottom: 25px;
        margin-right: 0;
    }

    .step01-android-woln-qr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step01-android-woln-qr p {
        margin-bottom: 25px;
        margin-right: 0;
    }

    .step02-title2 p {
        font-size: 2rem;
    }

    .step03-iphone-android {
        display: flex;
        margin-top: 35px;
        margin-bottom: 60px;
        flex-direction: column;
        align-items: center;
    }

    .step03-iphone-phone {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step03-iphone-left {
        width: 100%;
        border-right: none;
        padding-bottom: 63px;
        border-bottom: dotted 3px #3E3A39;
        margin-bottom: 60px;
    }

    .sp-phone-top img {
        margin-bottom: 40px;
    }

    .step03-andoroid-right {
        width: 100%;
    }

    .andoroid-title-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 60px;

    }

    .step04-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 38px 0 80px;
    }

    .botton {
        text-align: center;
    }

    /* 参加方法のご案内 */

    .join-guide {
        width: 600px;
    }

    .join-guide p {
        width: 500px;
    }

    /* ポイントの貯め方 */

    .savepoints-01 {
        display: flex;
        justify-content: space-around;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
    }

    .savepoints-01 .save01 img {
        padding-bottom: 40px;
    }

    .savepoints-02 {
        display: flex;
        justify-content: space-around;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
    }

    .savepoints-02 .save03 img {
        padding-bottom: 40px;
    }

    .savepoints-03 {
        display: flex;
        justify-content: space-around;
        margin-bottom: 60px;
        flex-direction: column;
        align-items: center;
    }

    .savepoints-03 .save05 img {
        padding-bottom: 40px;
    }

    .section_savepoints .text p {
        margin-bottom: 60px;
    }

    .lottery2-box {
        margin: 0 auto;
        width: 100%;
        max-width: 315px;
    }

    .section_lottery .lottery2-text {
        width: 325px;
        display: flex;
        flex-direction: column;
    }

    .lottery2 p {
        margin-bottom: 40px;
    }

    .call {
        width: 600px;
        margin-bottom: 100px;
    }

    .section_contact p {
        font-size: 1.8rem;
    }

    .sp-call {
        display: none;
    }

}

@media (max-width : 640px) {

    /* タイトル */
    .title h2 {
        font-size: 2.8rem;
    }

    /* たちかわ健康ポイントとは */
    .point-content-sp p {
        font-size: 1.8rem;
    }

    .point-content-sp ol {
        margin: 0 auto 80px;
        width: 360px;
    }

    /* 参加方法 */
    .android-title p {
        font-size: 1.6rem;
    }

    .android-title-2 {
        padding: 25px 0 50px 0;
        margin: 0 auto;
        width: 314px;
        line-height: 1.15;
    }

    .android-title span::after {
        width: 2px;
        height: 64px;
        top: -12px;
        left: 30px;
    }

    .android-googlefit-QR p {
        font-size: 1.8rem;
    }

    .android-googlefit-QR span {
        font-size: 2.6rem;
    }

    .android-healthconnect-QR p {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .android-healthconnect-QR span {
        font-size: 2.6rem;
    }

    .android-step0-procedure p {
        width: 320px;
        line-height: 1.3;
    }

    /* タイトル共通 */

    .title-color {
        padding: 10px 0;
        height: 50px;
    }

    .title-color p {
        font-weight: 700;
        font-family: "M PLUS Rounded 1c";
        font-size: 2rem;
        line-height: 1.5;
    }

    /* step01 */

    .step01-iphone-woln-qr p {
        font-size: 1.8rem;
    }

    .step01-iphone-woln-qr span {
        font-size: 2.6rem;
    }

    .step01-android-woln-qr p {
        font-size: 1.8rem;
    }

    .step01-android-woln-qr span {
        font-size: 2.6rem;
    }

    .sp-indent p {
        padding-left: 1em;
        text-indent: -1.1em;
    }

    .step02-title2 p {
        line-height: 1.3;
    }

    .iphone-title p {
        font-size: 1.9rem;
        width: 115px;
        height: 35px;
    }

    .iphone-title-01 p {
        line-height: 1.5;
    }

    .iphone-title-02 p {
        line-height: 1.5;
    }

    .andoroid-title p {
        font-size: 1.9rem;
        width: 115px;
        height: 35px;
    }

    .andoroid-title-01 p {
        line-height: 1.5;
    }

    .step04-cutline p {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    /* 参加方法のご案内 */

    .join-guide {
        width: 360px;
        height: 500px;
    }

    .join-guide h3 {
        font-size: 2.6rem;
    }

    .join-guide h4 {
        width: 300px;
        margin: 0 auto 30px;
        line-height: 1.2;
    }

    .join-guide p {
        width: 300px;
    }

    /* ポイントの貯め方 */

    .savepoints img {
        width: 320px;
    }

    /* 抽選応募 */

    .lottery2-box {
        max-width: 280px;
    }

    .section_lottery .lottery2-text {
        width: 280px;
    }

    .present-indent {
        padding-left: 1em;
        text-indent: -1.1em;
    }

    /* よくある質問 */

    .section_faq h3 {
        font-size: 2.2rem;
        font-weight: 800;
        font-family: "M PLUS Rounded 1c";
        line-height: 1;
        width: 100%;
        max-width: 300px;
    }

    /* お問い合わせ先 */

    .section_contact h3 {
        font-size: 2rem;
    }

    .call {
        display: none;
    }

    .sp-call {
        display: block;
        height: 250px;
        border: solid 4px #DA5272;
        border-radius: 45px;
        margin: 60px auto 100px;
    }

    .section_contact p {
        display: flex;
        flex-direction: column;
    }

    .sp-phonenumber {
        margin-top: 40px;
        margin-bottom: 27px;
    }

    .sp-phonenumber span {
        font-size: 4rem;
        font-weight: 900;
        font-family: "M PLUS Rounded 1c";
        padding-top: 10px;
    }

    .sp-reception {
        margin-bottom: 40px;
    }

    .sp-reception span {
        font-size: 1.8rem;
        font-weight: bold;
        color: #0C3484;
        text-align: center;
        display: flex;
        flex-direction: column;
        line-height: 1.1;
        padding-top: 10px;
    }

}

/*20251208*/

.section_guidance p {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 80px;
}
.section_guidance h4 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 30px 20px;
    text-align: center;
}


.store-icon {
    margin-top: 20px;
}

.br-sp {
    display: none;
}


@media (max-width : 640px) {
    .store-icon {
    margin: 20px 20px;
    text-align: center
    }

    .br-sp {
        display: block;
    }
}

/* 2026-0310 */
.sp-only {
    display: none;
}

p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #4a4a4a;
}

.mv_img {
    padding-top: 120px;
}

.about-lead {
    margin-bottom: 80px;
}
.section_about {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-0 p {
    text-align: center;
    margin-bottom: 80px;
    font-weight: bold;
    line-height: 2;
}

.title {
    padding-top: 40px;
}

.title h2 {
    font-size: 4.6rem;
    color: #006b31;
    text-align: center;
    padding-bottom: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
}
.point-content {
    margin-bottom: 80px;
}

.point-content h3 {
    font-size: 3.4rem;
    color: #5ea54b;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
}

.point-text li {
    color: #4a4a4a;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 1.8px;
}

.point-text li span {
    font-size: 2.4rem;
    font-weight: bold;
    color: #006b31;
}
.bold-label {
    font-weight: bold;
}
.btn-point {
    display: inline-block;
    width: 260px;
    height: 40px;
    font-size: 1.6rem;
    color: #006b31;
    padding: 10px 20px 10px 11.5px;
    border: solid 2.5px #006b31;
    border-radius: 50vh;
    text-align: center;
}

.dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #006b31;
    line-height: 1;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    transform: translateX(-50px) rotate(45deg);
    left: 58px;
    top: -1.5px;
}

.btn-point:hover {
    display: inline-block;
    width: 260px;
    height: 40px;
    font-size: 1.6rem;
    background-color: #5ea54b;
    color: #fff;
    padding: 10px 20px 10px 11.5px;
    margin: 0 auto;
    align-content: center;
    border: solid 2.5px #5ea54b;
    border-radius: 50vh;
    position: relative;
    transition: 0.2s;
}

.btn-point:hover .dli-chevron-round-right {
    color: #fff;
    transition: 0.2s;
}

.point-textarea2 {
    width: 600px;
    display: flex;
    justify-content: space-between;
}

.point-textarea2 img {
    width: 50px;
    margin-right: 35px;
}

.point-textarea2 .point-text {
    margin-top: 25px;
    width: 100%;
    max-width: 600px;
}

.point-textarea2 .point-text h3 {
    padding-bottom: 30px;
}

.point-textarea3 {
    width: 900px;
    margin-left: 70px;
    display: flex;
    justify-content: space-between;
}

.point-textarea3 img {
    width: 50px;
    margin-right: 35px;
}

.point-textarea3 .point-text {
    margin-top: 25px;
    width: 620px;
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.point-textarea3 .point-text h3 {
    padding-bottom: 30px;
}

.inst-name {
    margin-left: 74px;
}

.botton-point04 {
    text-align: left;
    margin: 40px 150px 0 0;
}

.botton2 {
    text-align: center;
    margin-bottom: 75px;
}

.lottery2 h4 {
    color: #4a4a4a;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.section_join {
    padding-top: 60px;
    padding-bottom: 60px;
}


.android-title {
    background-color: #ff7699;
    border-radius: 10px 10px 0 0;
}

.before-step_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #4a4a4a;
    margin-left: 10px;
}
.android-step0 {
    max-width: 1000px;
    border-radius: 15px;
    border: 2px solid #ff7699;
    margin: 80px auto;
    display: block;
    position: relative;
}
.android-attention {
    display: flex;
    margin-bottom: 20px;
    font-weight: 100;
}

.before-step_note {
    margin-top: 40px;
    width: 80%;
    text-align: left;
    align-items: center;
}

.health_content_set {
    width: 100%;
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
}

.health_content_set2 {
    display: block;
}

.health-connect_install {
    width: 100%;
}

.step_box2 p {
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.section_guidance {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section_savepoints {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section_lottery {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section_faq {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section_contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.qr_img {
    width: 100%;
}

.android-attention img {
    width: 30px;
    margin-right: 10px;
    align-items: flex-start;
}

.health_content_set {
    width: 100%;
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
}

.health_content_set img {
    margin-top: 20px;
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.health-content_set2 {
    display: block;
    margin-left: 50px;
}

.box-innner {
    max-width: 1000px;
    padding: 30px 60px 0px;
    display: block;
}

.stepbox_download2 {
    display: flex;
    align-items: end;
    width: 100%;
}

.health-connect_install {
    width: 100%;
}

.google-play-icon img {
    width: 80%;
}

.question dt {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 25px;
}
.qr1 img {
    width: 68%;
}

.qr1_text-bold {
    font-weight: bold;
}

.step01to04 h2 {
    font-size: 4.8rem;
    text-align: center;
    color: #006b31;
    font-weight: 900;
    font-family: "M PLUS Rounded 1c";
    margin-top: 70px;
    margin-bottom: 30px;
}


.step03-iphone-left {
    width: calc(100% / 2);
    border-right: dotted 3px #4a4a4a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-color {
    text-align: center;
    padding: 12px 0;
    background: #7dae68;
    border-radius: 10px 10px 0 0;
    margin-top: 0px;
    height: 60px;
}

.title-color p {
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.6rem;
    line-height: 1;
    color: #fff;
}

.step_box {
    max-width: 1000px;
    border-radius: 2.5rem;
    border: 2px solid #569b55;
    padding-left: 6rem;
    padding-top: 6rem;
    display: flex;

}
.stepbox_img {
    align-content: end;
}

.stepbox_img img {
    width: 200px;
}

.step_title {
    display: flex;
    align-items: baseline;
}

.step_box_downloadarea {
    display: flex;
}

.stepbox_download1-a {
    display: flex;
    align-items: end;
    width: 100%;
    margin: 85px 28px 40px 0px; 
    border-right: dotted 3px #4a4a4a;
    padding-right: 20px;
}

.stepbox_download1-b {
    display: flex;
    align-items: end;
    width: 100%;
    margin: 85px 28px 40px 0px; 
}

.stepbox_download2 {
    display: flex;
    align-items: end;
    width: 100%;
    margin: 0px 0px 40px 28px; 
}

.stepbox_texts {
    padding-bottom: 20px;
    padding-left: 6rem;
}

.stepbox_button_iphone {
    margin-right: 20px;
}

.qr img {
    width: 105px;
}

.step03-iphone-android {
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
    margin-bottom: 0px;
}

.stepbox_button_iphone p {
    width: 120px;
    height: 40px;
    border-radius: 50px;
    border: 3px solid #e95377;
    color: #e95377;
    font-weight: bold;
    text-align: center;
    align-content: center;
    background-color: #FFF;
    margin-bottom: 20px;
}

.stepbox_button_android {
    margin-right: 20px;
}

.stepbox_button_android p {
    width: 120px;
    height: 40px;
    border-radius: 50px;
    border: 3px solid #547be8;
    color: #547be8;
    font-weight: bold;
    text-align: center;
    align-content: center;
    background-color: #FFF;
    margin-bottom: 20px;
}

.andoroid-title-01 {
    margin-bottom: 35px;
    margin-right: 10px;
}

.step01 {
    margin-top: 60px;
    max-width: 1000px;
    border-radius: 15px;
    border: 2px solid #7dae68;
    margin: 80px auto;
    display: block;
    position: relative;
}

.innner-flex {
    display: flex;
    padding: 30px 60px 0px;
}

.inner-block {
    display: block;
    margin-left: 40px;
}

.inner-block2 {
    justify-content: center;
    margin-top: 100px;
    margin-left: 40px;

}

.step03-iphone-left span {
    color: #e95377;
}

.andoroid-title-cutline span {
    color: #547be8;
}
.btn {
    display: inline-block;
    width: 260px;
    height: 45px;
    font-size: 1.6rem;
    color: #006b31;
    padding: 10px 20px 10px 11.5px;
    margin: 0 auto;
    align-content: center;
    border: solid 2.5px #006b31;
    border-radius: 50vh;
    position: relative;
}

.btn:hover {
    display: inline-block;
    width: 260px;
    height: 45px;
    font-size: 1.6rem;
    background-color: #5ea54b;
    color: #fff;
    padding: 10px 20px 10px 11.5px;
    margin: 0 auto;
    align-content: center;
    border: solid 2.5px #5ea54b;
    border-radius: 50vh;
    position: relative;
    transition: 0.2s;
}

.btn:hover .dli-chevron-round-right {
    color: #fff;
    transition: 0.2s;
}

.section_lottery .lottery2-text .green {
    color: #006b31;
}

.section_lottery h3 {
    color: #5ea54b;
    font-size: 2.4rem;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
}

.present-indent {
    color: #4a4a4a;
    padding-left: 1em;
    text-indent: -1.1em;
}

.question dd {
    color: #4a4a4a;
    font-size: 1.8rem;
    margin-left: 60px;
    padding-bottom: 60px;
    border-bottom: dotted 4px #5ea54b;
    line-height: 1.5;
}

.section_guidance h4 {
    color: #4a4a4a;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 30px 20px;
    text-align: center;
    line-height: 1.5;
}

.section_faq h3 {
    color: #4a4a4a;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.3;
}

.question li {
    color: #4a4a4a;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 3.0rem;
    text-align: left;
}

.section_contact h3 {
    font-size: 3rem;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 35px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}

.call {
    width: 740px;
    height: 210px;
    border: solid 4px #006b31;
    align-items: center;
    border-radius: 45px;
    margin: 60px auto 160px;
    align-content: center;
}

.section_contact p {
    font-size: 2.2rem;
    font-weight: bold;
    color: #006b31;
    text-align: center;
}


#page-top a {
    background: #e95377;
}





/* スマホ版 */
@media (max-width : 1050px) {
.sp-only {
    display: block;
}

.title {
    margin: 0 auto 32px;
    padding-top: 40px;
}

.title .sp-nami img {
    display: block;
    width: 120px;
    margin: 0 auto;
}

.p {
    line-height: 1.7;
}

.menu-btn {
    border: none; 
    border-radius: none;
}  

.scroll-nav,
.header_content {
    display: none;
}

.section_about {
    padding-bottom: 0px;
}

.section_join {
    padding-top: 0px;
}

.about-0 p {
    margin-bottom: 64px;
    padding: 0 20px;
    text-align: center;
    line-height: 1.9;
}

.menu-content ul li a {
    color: #006b31;
    padding: 25px 0 20px 25px;
}

 .section-spmv .sp-mv_img img {
    display: block;
    padding-top: 0px;
}

.title h2 {
    font-size: 2.8rem;
    line-height: 1.4;
    padding-bottom: 12px;
}

 .point-content-sp .sp-visual img {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
 }

.point-content-sp {
    display:block;
    margin-bottom: 64px;
    padding: 0 20px;
}

.point-content-sp h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

.point-content-sp p {
    font-size: 1.8rem;
    line-height: 1.8;
}

.sp-point img {
    width: 42px;
    margin: 0 auto 16px;
    display: block;
}

.point-content-sp ol {
    width: 100%;
}

.sp-btn-point {
    display: inline-block;
    width: 260px;
    height: 40px;
    font-size: 1.6rem;
    color: #006b31;
    padding: 10px 20px 10px 11.5px;
    border: solid 2.5px #006b31;
    border-radius: 50vh;
    }

.sp-pooint-text p
.sp-btn-point {
    display: inline-block;
    width: 260px;
    height: 40px;
    font-size: 1.6rem;
    color: #006b31;
    padding: 10px 20px 10px 11.5px;
    border: solid 2.5px #006b31;
    border-radius: 50vh;
}

.sp-btn-point:hover {
    display: inline-block;
    width: 260px;
    height: 40px;
    font-size: 1.6rem;
    background-color: #5ea54b;
    color: #fff;
    padding: 10px 20px 10px 11.5px;
    margin: 0 auto;
    align-content: center;
    border: solid 2.5px #5ea54b;
    border-radius: 50vh;
    position: relative;
    transition: 0.2s;
}


.sp-botton-point {
    text-align: center;
    margin: 0 auto 40px;
}

 .sp-btn-point:hover .dli-chevron-round-right {
    color: #fff;
    transition: 0.2s;
}

.point-content-sp h3 {
    font-size: 2.4rem;
    color:#5ea54b;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.point-content-sp li {
    color: #4a4a4a;
}

.point-content-sp li span {
    font-size: 1.8rem;
    color: #006b31;;
    font-weight: bold;
}

.box-innner {
    max-width: 1000px;
    padding: 20px 20px 0px;
    display: block;
}

.android-attention img {
    width: 25px;
}

.android-title p {
    font-size: 2.4rem;
}


.android-attention {
    font-size: 1.6rem;
}

.box-innner h4 {
    font-size: 2rem;
}

.before-step_note {
    margin-top: 20px;
    width: 100%;
    text-align: left;
    align-items: center;
}

.before-step_note p {
    font-size: 1.6rem;
}

.health_content_set {
    width: 100%;
    display: block;
    margin: 30px auto;

}

.health-content_set2 {
    margin-left: 0px;
}

.health_content_set img {
    display: flex;
    width: 80%;
    margin: 0px auto 20px;

}

.health_content_set p {
    display: block;
    font-size: 1.6rem;
    margin: 0 auto;
}

.stepbox_download2 {
    margin: 0 auto;
}

.title-color p {
    font-size: 2.4rem;
    margin-top: 8px;
}

.inner-block {
    display: block;
    max-width: 350px;
    margin: auto;
}
.inner-block p {
    display: block;
    
}

.innner-flex {
    padding: 20px 20px 0px;
}

.inner-block2 {
    margin: 0 auto;
}

.triangle img {
    width: 56px;
    display: block;
    margin: 0 auto;
}

.step01 .innner-flex {
    flex-direction: column-reverse
}

.step01to04 h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
    font-size: 3.8rem;
    margin: 50px auto
}

.step01 {
    margin: 40px auto;
}

.stepbox_img img {
    display: block;
    margin: 20px auto 0px;
    width: 60%;
}
 
.step_box_downloadarea {
    display: flex;
    flex-direction: column;
}
 
.stepbox_download1-a {
    display: flex;
    margin: 20px auto;
    border-right: none;
    padding-right: 0px;
}

.stepbox_download1-b {
    display: flex;
    margin: 20px auto;
}

.step03-iphone-android {
    margin-top: 0px;
}

.step03-iphone-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-right: none;
    padding: 20px 20px 0px;
    margin-bottom: 0px;
}

.step03-andoroid-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0px;
}
    
.step04-phone img {
    display: block;
    width: 60%;
    margin: 20px auto 0px;
}

.section_guidance {
    padding-top: 30px;
    padding-top: 30px;
}

.section_savepoints {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section_lottery {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section_faq {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section_contact {
    padding-top: 30px;
    padding-bottom: 30px;
}
.savepoints-01, .savepoints-02, .savepoints-03 {
    margin: 0px 40px 40px;
}

.question dt {
    align-items: flex-start;
}

.section_contact h3 {
    font-size: 2.8rem;
}

.lottery2 h4 {
    line-height: 1.5;
}

.header-deco img {
    display: block;
    align-items: center;

}

.sp-phonenumber {
    margin-top: 20px;
    margin-bottom: 20px;
}


.sp-reception span {
    color: #006b31;
}

.sp-call {
    border: solid 4px #006b31;
}



}