body {
    background-color: #8EDAE5;
}

.wrapper-content {
    background-color: #8EDAE5;
    color: rgba(0, 0, 0, 0.87);
}

@media screen and (min-width: 420px) {
    .wrapper-content {
        background-color: #8EDAE5;
        color: rgba(0, 0, 0, 0.87);
        width: 400px;
        margin: 0 auto;
    }

    .about-game-now, .about-manager {
        border-radius: 8px;
    }
}


.header-content {
    margin: 0 auto;
    padding: 16px;
}

.logo {
    margin: 0 0 24px;
    text-align: right;
}

.main-visual {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.main-banner {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.main-visual__right {
    padding-top: 160px;
    position: relative;
    margin-left: 15px;
}

.main-visual__catch-copy {
    position: absolute;
    right: 0;
    top: 80px;
    background: #FFE500;
    padding: 8px 13px;
    width: 263px;
    font-size: 0.55rem;
    border-radius: 14px;
    line-height: 1.5;
}

.catch-copy__strong {
    font-size: 1.6rem;
}

.about-game-now {
    background: white;
    padding: 24px;
    line-height: 1.4;

}

.about-game-now__title {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.about-game-now__text_1 {
    font-size: 0.9rem;
}

.about-game-now__text_2 {
    font-size: 0.9rem;
}

.flow-section {
    padding-bottom: 25px;
}

.sale-simulation {
    background: white;
    padding: 28px 0 54px;
}

.sale-simulation__title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 35px;
}

.sale-simulation__card {
    display: flex;
    justify-content: center;
    padding: 15px;
    margin: 0 15px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
}

.card-second {
    margin-bottom: 0;
}

.sale-simulation__card_left {
    margin-right: 28px;
}

.sale-simulation__card_right h3 {
    margin: 10px 0 5px;
    font-size: 1.4rem;
}

.sale-simulation__card_right__title_1 {
    font-size: 1.1rem;
    padding-right: 5px;
}

.sale-simulation__card_right__title_2 {
    font-size: 0.8rem;
}

.sale-simulation__content {
    margin: 20px 0;
    font-size: 1rem;
}

.sale-simulation__content span {
    padding-left: 5px;
}

.sale-simulation__commission {
    font-size: 0.7rem;
}

.sale-simulation__card_name {
    text-align: center;
    padding: 15px 0 0;
    font-size: 0.8rem;
}

.security-section {
    padding: 40px 20px;
}

.security-section__container {
    padding: 24px 20px;
    background: white;
    border-radius: 8px;
}

.security-section__title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
}

.security-section__item {
    margin-bottom: 40px;
}

.security-section__item:last-child {
    margin-bottom: 0;
}

.security-section__item__title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
}

.security-section__item__title span{
    color: #8EDAE5;
    padding-right: 10px;
}

.security-section__item__hr {
    height: 2px;
    background: #8EDAE5;
    border: 0;
}

.security-section__item__container {
    color: rgba(0, 0, 0, 0.47);
    font-size: 0.8rem;
    line-height: 1.4;
}

.about-game-now-service__content {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    flex-wrap: wrap;
}

.about-game-now-service__content dl {
    width: 160px;
    margin-bottom: 25px;
}

.about-game-now-service__content dd {
    margin: 0;
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
}

.about-game-now-service__title {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 42px;
}

.about-game-now-service__image {
    padding-bottom: 5px;
    height: 100px;
}

.about-game-now-service__image_player {
    padding-bottom: 5px;
    height: 130px;
}

.about-manager {
    background: white;
    padding: 40px 24px;
}

.about-manager dl {
    margin: 0;
}

.about-manager__title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.about-manager__name {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 18px 0 0;
    text-align: center;
}

.about-manager__description {
    margin-top: 45px;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.footer {
    padding: 18px 10px;

}

.footer-banner {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.footer-banner__note {
    text-align: center;
    font-size: 0.9rem;
}

.footer-logo {
    display: flex;
    justify-content: end;
}

