img {
    width: 100%;
}

.content__bg {
    background-image: url('../img/before-and-after/content__bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 53px;
}

.content__bg .common__btn {
    margin-top: 40px;
}

.how-to-play {
    padding-top: 50px;
}

.how-to-play__select {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.how-to-play__select__btn {
    min-width: 150px;
    background-color: #6F7070;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 24px;
    height: 42px;
    border-radius: 7px 7px 0 0;
    border-top: 2px solid #6F7070;
    border-right: 2px solid #6F7070;
    border-left: 2px solid #6F7070;
    font-weight: 500;
    position: relative;

}

.how-to-play__select__btn span {
    display: none;
}

.how-to-play__select__btn.active {
    background-color: #fff;
}

.how-to-play__select__btn a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.how-to-play__select__btn.active a {
    color: #000;
}

.how-to-play__select__btn01 {
    margin-right: 5px
}

.how-to-play__list__wrap {
    background-color: #fff;
    border: solid #6F7070 2px;
    border-radius: 7px;
    margin-top: -2px;
    padding: 80px 20px;
    filter: drop-shadow(7px 7px 0 #0000003a);
}

.how-to-play__list {}

.how-to-play__list li {
    margin-bottom: 44px;
}

.how-to-play__list__ttl {
    background-color: #4DB2D0;
    height: 40px;
    display: flex;

    flex-direction: column;
    text-align: left;
    justify-content: center;
    position: relative;
    font-size: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-weight: 500;
    width: calc(100% - 20px);
    margin-left: auto;
    padding-left: 32px;
}

.how-to-play__list__ttl__num {
    position: absolute;
    top: 0;
    width: 49px;
    height: 49px;
    border-radius: 100px;
    background-color: #4DB2D0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -20px;
    top: -5px;
    font-family: 'Bungee Inline', cursive;
}

.how-to-play__list__ttl__num__inner {
    border: #fff 2px solid;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-to-play__list__item {
    margin-top: 14px;
}

.how-to-play__list__img {}

.how-to-play__list__txtarea {}

.how-to-play__list__txt {
    line-height: calc(32/16);
    margin-top: 20px;
    margin-bottom: 20px;
}

.common__btn {}



@media screen and (min-width: 768px) {
    .content__bg {
        background-image: url('../img/before-and-after/content__bg-pc.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 53px;
    }

    .how-to-play {
        padding-top: 60px;
    }

    .how-to-play__select {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        position: relative;
        z-index: 1;
    }

    .how-to-play__select__btn {
        min-width: 272px;
        background-color: #6F7070;
        text-align: center;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-size: 24px;
        height: 67px;
        border-radius: 7px 7px 0 0;
        border-top: 2px solid #6F7070;
        border-right: 2px solid #6F7070;
        border-left: 2px solid #6F7070;
        font-weight: 500;
        position: relative;

    }

    .how-to-play__select__btn span {
        display: inline;
    }

    .how-to-play__select__btn.active {
        background-color: #fff;
    }

    .how-to-play__select__btn a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        color: #fff;

    }

    .how-to-play__select__btn.active a {
        color: #000;
    }

    .how-to-play__select__btn01 {
        margin-right: 40px
    }

    .how-to-play__list__wrap {
        background-color: #fff;
        border: solid #6F7070 2px;
        border-radius: 7px;
        margin-top: -2px;
        padding: 75px 60px 0;
        filter: drop-shadow(7px 7px 0 #0000003a);
    }

    .how-to-play__list {}

    .how-to-play__list li {
        margin-bottom: 79px;
    }

    .how-to-play__list li:nth-child(2n) .how-to-play__list__item {
        flex-direction: row-reverse;
    }


    .how-to-play__list__ttl {
        background-color: #4DB2D0;
        height: 60px;
        display: flex;

        flex-direction: column;
        text-align: left;
        justify-content: center;
        position: relative;
        font-size: 20px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #fff;
        font-weight: 500;
        width: calc(100% - 20px);
        margin-left: auto;
        padding-left: 90px;
    }

    .how-to-play__list__ttl__num {
        position: absolute;
        top: 0;
        width: 98px;
        height: 98px;
        border-radius: 100px;
        background-color: #4DB2D0;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -20px;
        top: -20px;
        font-family: 'Bungee Inline', cursive;
        font-size: 42px;
    }

    .how-to-play__list__ttl__num__inner {
        border: #fff 3px solid;
        border-radius: 100px;
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .how-to-play__list__item {

        display: flex;
        max-width: 840px;
        margin: 0 auto;
        margin-top: 38px;

    }

    .how-to-play__list__img {
        margin-right: 4.7%;
        width: calc((100% - 3%)/2);

    }

    .how-to-play__list li:nth-child(2n) .how-to-play__list__img {
        margin-left: 4.7%;
        width: calc((100% - 3%)/2);

    }

    .how-to-play__list__txtarea {
        width: calc((100% - 3%)/2);
    }

    .how-to-play__list__txt {
        line-height: calc(32/16);
        margin-top: 0;
        margin-bottom: 20px;
    }

    .common__btn {}
}