p{
    margin: 0;
}
/* トップ部分 */
#top_section{
    display: block;
    color: #000000;
    /* margin: 0 auto; */
}
#description_area{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
}
.main{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    padding-top: 0;
}
#top_area{
    margin: auto;
    background-color: #E3F2F5;
    position: relative;
    margin-bottom: 56px;
}
#top_area img{
    width:100%;
    display: block;
}

/* ゾーン */
#zone_section{
    text-align: center;
    margin: auto;
    margin-top: 48px;
}
#zone_section .contents{
    margin: 0 auto;
    width: 1000px;
}
#zone_section .contents img{
    width: 100%;
}
#zone_section .playset_img img{
    width: auto;
}
#zone_section .zone_title .title{
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 32px;
    font-weight: bold;
}
#zone_section .zone_title .title_sub{
    font-size: 20px;
    margin-left: 8px;
}
#zone_section .zone_title .target_age{
    border: 2px solid #ffffff;
    border-radius: 24px;
    padding: 6px 24px 6px 24px;
    font-size: 16px;
    margin-left: 24px;
    height: 24px;
    position: relative;
}
#zone_section .top_description{
    line-height: 2;
    /* color: #000000; */
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 0 16px 0;
}
#zone_section .description_wrapper{
    position: relative;
}
#zone_section .playset_list_wrapper{
    background-color: #ffffff;
    color: #000000;
    border-radius: 16px;
    padding-bottom: 30px;
}
#zone_section .playset{
    display: flex;
}
#zone_section .playset_sentence{
    text-align: left;
    line-height: 2;
    padding: 0 0 0 16px;
    width: 200px;
}
#zone_section .playset_sentence .title{
    font-size: 20px;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: bold;
}
#zone_section .playset_sentence .target_age{
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: bold;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, #s_sphere .playset_sentence .description {
        width: 420px;
    }
}
.playset_img{
    position: relative;
    top: 10px;
}
table{
    table-layout:fixed;
    word-wrap: break-word;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
table tbody td {
    padding: 10px 20px 10px 20px;
    word-wrap: break-word;
    vertical-align: top;
}

#baby_area{
    background-color: #269c3e;
    border-radius: 24px;
    border: solid 10px #269c3e;
    margin-bottom: 32px;
}
#baby_area .zone_title{
    display: flex;
    justify-content: flex-end;
    right: 210px;
    position: relative;
    margin: 5px 0 15px 0;
}
#baby_area .playset_sentence .title{
    color: #269c3e;
}

#entrance_area{
    background-color: #bababa;
    border-radius: 24px;
    border: solid 10px #bababa;
    margin-bottom: 32px;
}
#entrance_area .zone_title{
    display: flex;
    position: relative;
    margin: 5px 0 15px 0;
    justify-content: flex-end;
    right: 135px;
    align-items: center;
}
#entrance_area .playset_sentence .title{
    color: #bababa;
}

#active_area{
    background-color: #e98f15;
    border-radius: 24px;
    border: solid 10px #e98f15;
    margin-bottom: 32px;
}
#active_area .zone_title{
    display: flex;
    right: 220px;
    position: relative;
    margin: 5px 0 15px 0;
    justify-content: flex-end;
}
#active_area .playset_sentence .title{
    color: #e98f15;
}

#challenge_area{
    background-color: #2182c6;
    border-radius: 24px;
    border: solid 10px #2182c6;
    margin-bottom: 32px;
}
#challenge_area .zone_title{
    display: flex;
    right: 230px;
    position: relative;
    margin: 5px 0 15px 0;
    justify-content: flex-end;
}
#challenge_area .playset_sentence .title{
    color: #2182c6;
}
#challenge_area table tr:nth-child(3) td:nth-child(1){
    padding-bottom: 70px;
}
#challenge_area table tr:nth-child(2) td:nth-child(2){
    vertical-align: bottom;
}
#s_sphere .playset_sentence{
    padding: 0;
    width: auto;
}

/* SP用 */
@media screen and (max-width: 991px){
/* メイン */
    .main{
        padding-top: 80px;
    }

    /* トップ部分 */
    #description_area{
        width: auto;
        padding: 0 20px 0 20px;
    }

    /* ゾーン */
    #zone_section .contents{
        width: auto;
    }
    #zone_section .zone_title {
        display: block;
        right: auto;
    }
    #zone_section .zone_title .title_sub {
        margin-left: auto;
        margin-bottom: 5px;
    }
    #zone_section .zone_title .target_age {
        height: auto;
        width: fit-content;
        margin: 0 auto;
    }
    /* Firefox */
    @-moz-document url-prefix() {
        #zone_section .zone_title .target_age{
            width: -moz-fit-content!important;
        }
    }
    /* IE11 */
    *::-ms-backdrop, #zone_section .zone_title .target_age {
        width: 80px!important;
    }
    *::-ms-backdrop, #zone_section #baby_area .zone_title .target_age {
        width: 120px!important;
    }
    #zone_section .top_description {
        position: relative;
        padding: 16px 20px 16px 20px;
        text-align: left;
        width: auto;
    }
    #zone_section .playset_list{
        padding: 0 20px 0 20px;
    }
    #zone_section .playset {
        /* justify-content: center; */
        align-items: center;
        margin-bottom: 25px;
    }
    #zone_section .playset_sentence {
        line-height: normal;
        width: auto;
    }
    #zone_section .playset_sentence .title {
        font-size: 16px;
    }
    #zone_section .playset_wrapper{
        margin-bottom: 20px;
    }
    #zone_section .playset_wrapper .description{
        text-align: left;
        line-height: 2;
    }
    #s_sphere img{
        width: 100% !important;
    }

}
