@charset "UTF-8";

body{
    background-color: #FDF9F2;
    font-family:
    "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",sans-serif;
    font-size: 18px;
    color: #000;
}

.section{
    width: 500px;
    margin: 50px auto 0 auto;
}

.container_top{
    background-color: #ffe0f1;
}

.container_top img{
    width: 100%;
}

.text{
    padding: 2% 5%;
    line-height: 1.8;
}

.text_announce strong{
    color: #e4007f;
    font-size: 20px;
}

.container_bottom{
    padding: 10% 5%;
    background-color: #f6f6f6;
}

.container_bottom_innner_heading{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.container_bottom_innner_title,
.container_bottom_innner_text{
    font-size: 16px;
}

.container_bottom_innner_title{
    margin: 10px 0;
    font-weight: bold;
}

.container_bottom_innner_text{
    line-height: 1.6;
    letter-spacing: initial;
}

.button_return{
    width: 220px;
    margin: 0 auto;
    display: flex;
}

.button_return a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 60px;
    margin: 50px auto 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 440px) {
        .section{
            width: initial;
        }
    }