.main_img {
    max-width: 100%;
    margin: 0 auto;
}
.main_img img {
    width: 100%;
}
.banner__section {
    margin-top: 2px;
}

.news__lists {
    list-style-type: none;
    margin: 0 0 2em;
}

.news__list {
    margin-bottom: .5em;
}

.news__date {
    margin-right: 1em;
}

/* フリースペース */
ul.banner {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.banner li {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	width: 50%;
	text-align: center
}
.banner li img {
	border: solid 1px #ccc;
    width: 580px;
    height: auto;
}

/* お知らせ */
.info {
    /* background: #fcf2cf; */
    padding: 50px;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}

.info h2 {
    position: relative;
}

.info .sns {
    position: absolute;
    top: 0;
    right: 0;
}

.main-products figure img {
    width: 100%;
    display: block;
}

.main-products div {
    position: relative;
    font-family: 'Roboto Slab', serif;

}

.main-products .text {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    color: #FFF;
    text-align: center;
    left: 10%;
}

.main-products h3 {
    font-size: 200%;
}

.main-products p {
    font-size: 120%;
}

.main-products .okome .text {
    background: rgba(145, 114, 52, 0.6);
}

.main-products .hakkou .text {
    background: rgba(118,100,78,0.6);
    padding-bottom: 3%;
}

/* 追加コンテンツ用デザイン */
.custom_section h2 {
    color: #FFF;
    text-align: center;
    padding: 0.5em;
    margin: 0;
}

.custom_section_main {
    padding: 50px;
    box-sizing: border-box;
}

/* 電子書籍ご紹介 */
.book_introduction h2 {
    background: #ab9446;
}

.book_introduction .custom_section_main {
    overflow: hidden;
    background: url("https://img21.shop-pro.jp/PA01398/947/etc/bak_book.jpg") no-repeat;
    background-size: 100% auto;
}

.book_introduction .custom_section_main .inner {
    width: 80%;
    margin: 0 auto;
}

.book_introduction .custom_section_main figure {
    width: 20%;
    float: left;
}

.book_introduction .custom_section_main .inner div {
    width: 80%;
    float: left;
}
.book_introduction .custom_section_main .inner div ul {
    padding-left: 30px;
}

.book_introduction .custom_section_main .inner div li {
    margin-bottom: 15px;
    font-size: 120%;
}
.amazon_link {
	padding: 20px 0 0 50px; 
}

/* テレビ出演 */
.movie h2 {
    background: #246b7d;
}

.movie .custom_section_main {
    overflow: hidden;
    background: url("https://img21.shop-pro.jp/PA01398/947/etc/bak_movie.jpg") no-repeat;
    background-size: 100% auto;
}

.movie .custom_section_main iframe {
    margin: 0 auto;
    display: block;
}

/* 20210830 added by Juri */
.main-box {
    padding-top: 50px;
}
.feature_menu4 {
    display: flex;              /* フレックスボックスにする */
    width: 94%;
    margin: 10px auto;
    list-style: none;
    justify-content: space-around;
}
.feature_menu4 li {
    display: block;
    border: 2px solid #999;
    padding: 20px 0;
    margin: 10px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #666;
    width: 100%;
}
.feature_menu4 li a{
    color: #666; 
}
.feature_menu4 li a:hover {
    color: #999;
    text-decoration: none;
}
.feature_menu2 {
    display: flex;              /* フレックスボックスにする */
    width: 94%;
    margin: 10px auto;
    list-style: none;
    justify-content: space-around;
}
.feature_menu2 li {
    width: 100%;
    display: block;
    border: 5px solid #6d5b47;
    padding: 20px 0;
    margin: 10px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.feature_menu2 li a {
    color: #6d5b47;
    }
.feature_menu2 .first_bottom{
    background: #6d5b47 ;
    color: #fff;
}
.feature_menu2 .first_bottom a{
    color: #fff;
}
.feature_menu2 li a:hover {
    text-decoration: none;
}

@media (max-width: 480px) {

    .info {
        background: #fcf2cf;
        padding: 20px 10px;
        position: relative;
        margin: 0;
        max-width: 100%;
    }

    .info .sns img {
        width: 20px;
    }

    .book_introduction .custom_section_main {
        overflow: hidden;
        background: url(https://img21.shop-pro.jp/PA01398/947/etc/bak_book.jpg) no-repeat;
        background-size: cover !important;
    }

    .custom_section_main {
        padding: 20px;
        box-sizing: border-box;
    }

    .book_introduction .custom_section_main .inner {
        width: 95%;
        margin: 0 auto;
    }

    .book_introduction .custom_section_main .inner div ul {
        padding-left: 0;
    }

    .book_introduction .custom_section_main .inner div li {
        margin-bottom: 15px;
        font-size: 80%;
    }

    .youtube{
        position:relative;
        width:100%;
        padding-top:56.25%;
    }
    .youtube iframe{
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height:100%;
    }


    .book_introduction .custom_section_main .inner {
        width: 95%;
        margin: 0 auto;
    }

    .book_introduction .custom_section_main .inner div ul {
        padding-left: 0;
    }

    .book_introduction .custom_section_main .inner div li {
        margin-bottom: 15px;
        font-size: 80%;
    }

    .custom_section_main {
        padding: 20px;
    }

    .main-products>div {
        height: 200px;
    }

    .main-products .text {
        width: 95%;
        margin: 0 auto;
        position: absolute;
        top: 5%;
        color: #FFF;
        text-align: center;
        left: 2.5%;
    }

    .main-products h3 {
        font-size: 120%;
        margin: 10px 0;
    }

    .main-products p {
        font-size: 80%;
    }


    .main-products .okome {
        background: url("https://img21.shop-pro.jp/PA01398/947/etc/okome.jpg") no-repeat;
        background-size: cover;
    }

    .main-products .hakkou {
        background: url("https://img21.shop-pro.jp/PA01398/947/etc/hakkou.jpg") no-repeat;
        background-size: cover;
    }

    .main-products .text {
        height: 170px;
    }

    .main-products figure {
        display: none;
    }
}