﻿.topics {
    max-width: 1000px;
    margin: 40px auto 60px;
}

.topics_inner {
    margin-bottom: 70px;
}

.block-page-caption--text,
.topics h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.topics .txt_center {
    text-align: center;
}

.topics .mv {
    display: block;
    margin: 0 auto 20px;
}

.topics h2 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 4px solid #EBBAB2;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.topics p {
    font-size: 16px;
    line-height: 1.8;
}

.large_img {
    max-width: 100%;
    margin: 30px auto 30px;
    display: block;
}

.medium_img {
    max-width: 80%;
    display: block;
    margin: 30px auto;
}

.small_img {
    max-width: 50%;
    margin: 20px 0;
}

.topics h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: solid 7px #EBBAB2;
    padding-left: 10px;
    margin-bottom: 20px;
}

.topics p+h3 {
    margin-top: 40px;
}

.topics_index {
    padding: 40px;
    background-color: #F6F6F6;
}

.index_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.topics_index li {
    font-size: 16px;
    margin-top: 10px;
}

.topics p+p {
    margin-top: 18px;
}

.anchor {
    padding-top: 131px;
    margin-top: -131px;
}

.block-page-block--contents.block-page-block--contents-goodslist {
    max-width: 1000px;
    margin: 0 auto;
}

.sponly {
    display: none;
}

.newproduct {
    margin-top: 140px;
    padding: 40px;
}

.topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.topics_list a {
    width: 48%;
    position: relative;
    margin: 0;
}

@media screen and (max-width:767px) {

    .block-page-caption--text,
    .topics h1 {
        font-size: 22px;
        text-align: inherit;
    }

    .topics {
        margin: 35px auto 40px;
        padding: 0 15px;
    }

    .topics .mv {
        max-width: 100%;
    }

    .topics h2 {
        font-size: 20px;
        padding: 25px 0 5px;
        margin-bottom: 25px;
    }

    .topics_inner {
        margin-bottom: 20px;
    }

    .topics h3 {
        font-size: 18px;
        padding: 0 10px;
    }

    .medium_img {
        max-width: 90%;
    }

    .small_img {
        max-width: 90%;
        margin: 20px auto;
        display: block;
    }

    .topics_index ul {
        list-style: disc;
        margin-left: 20px;
    }

    .topics_index {
        padding: 30px 20px;
    }

    .topics_index li span {
        display: none;
    }

    .block-page-block--contents-goodslist {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        justify-content: space-between;
    }

    .block-page-block--contents-goodslist dl {
        width: 48%;
        margin-bottom: 20px;
    }

    .sponly {
        display: block;
    }

    .pconly {
        display: none;
    }

    .newproduct {
        margin-top: 80px;
        padding: 30px 10px;
    }
}