.what_head,.form_head{
    height: 200px;
    background: #333;
}
.what_head h2{
    font-size: 36px;
}
.cont_block2{
    padding-top:150px;
}
.store_btn,.tool_detail_btn{
    border: 8px solid #333;
    background: #fff;
}
.store_btn p,.tool_detail_btn p{
    color:#333;
}
.store_btn:hover p,.tool_detail_btn:hover p{
    color:#333;
}
.store_btn p::after{
    border-left-color:#333;
    right: -25px;
}
.store_btn:hover p.mplus::after{
    border-left-color:#333;
}
.store_btn:hover p::after{
    right: -25px;
}
.cont_tit.sub_style p,.cont_tit h2{
    color:#333;
}
.readmore{
    width:250px;
    margin:0 auto;
}
.over_care{
    padding-top:0;
}
.pt20{
    padding-top:20px !important;
}
.pt50{
    padding-top:50px !important;
}
.spOnly{
    display: none;
}
.what_voice{
    border-radius: 20px;
    background: #555;
}
.what_voice::before{
    border-right-color: #555;
}
.what_text_box h3{
    color:#333;
    text-align: center;
}
.head_cont h1{
    position: absolute;
    left:5px;
    top:10px;
    font-size: 13px;
    color:#333;
    width: 83%;
}
.head_cont{
    background: #F5F5F5;
    box-shadow:none;
}
.main{
    padding-top: 0;
}
.main_cont{
    max-width: 1180px;
}
.mtb20{
    margin:20px;
}
ul.category_wrap li {
    margin-right:2% !important;
}
h2 span{
    font-size: 16px;
    display: block;
    line-height: 2;
}
h2{
    text-align: center;
}
.media_topics_wrap ul#item-list li {
    width: 22%;
    min-height: 400px;
}
.media_topics_wrap ul#item-list li h2{
    font-size:1.6rem;
    max-height: 114px;
    overflow: hidden;
    text-align: left;
}
.media_topics_wrap ul#item-list li:nth-of-type(3n){
    margin-right: 2%;
}
.media_topics_wrap ul.category_wrap li span.category{
    padding:2px 6px;
}

@media screen and (min-width: 1249px) {
    .head_cont h1{
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .what_text_box p{
        padding:30px;
    }
    .cont_block.what{
        margin-bottom: 150px;
    }
}
@media screen and (max-width: 768px) {
    *{
        font-size: 18px;
        line-height: 1.5;
    }
    .what_head h2{
        font-size: 26px;
        margin:0 20px;
    }
    .store_btn p::after{
        right: 5px;
    }
    ul#item-list {
        display: flex;
        overflow-x: auto; /* 横スクロールを有効にする */
        white-space: nowrap; /* 子要素が折り返されないようにする */
        padding: 0;
        margin: 0;
        list-style-type: none;
        flex-wrap: nowrap;
      }

      ul#item-list li {
        flex: 0 0 auto; /* 要素が横並びになるようにする */
        display: inline-block; /* 要素をインラインブロックにする */
        width: 80%; /* 必要に応じて調整 */
        box-sizing: border-box; /* paddingやborderを含めたサイズにする */
        margin-right: 10px; /* 要素間のスペースを調整 */
      }
    .spOnly{
        display: block;
    }
    .form_tit{
        font-size: 26px;
    }
    .what_text_box h3 {
        font-size: 2rem;
    }
    nav.globalMenuSp ul li{
        margin:0 auto;
    }
    .comic_btn.pink {
        height: 120px;
    }
    .head_cont h2{
        top:10px;
    }
    .what_text_box h3 {
        margin-top: 0px;
    }
    .media_topics_wrap ul#item-list li {
        width: 45%;
        min-height: 340px;
    }
    .media_topics_wrap ul#item-list li h2{
        font-size:1.5rem;
        white-space: normal;
    }
    .media_topics_wrap ul.category_wrap li span.category{
        padding:2px 6px;
    }
    .cont_block.what{
        margin-bottom: 80px;
    }
}