@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;
    }


}