#productNav {
    height: 0;
}

#products .products_headding h1 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#products .products_headding h1 strong{
    font-weight: normal;
}

#products h2.pc_headding span {
    font-size: 100%;
}

#products p.read {
    font-size: 13px;
    text-align: left;
}

#products h2.pc_headding {
    font-size: 13px;
    line-height: 2;
}

.col2-resp div a {
    font-size: 15px;
    text-decoration: none;
    background-color: #4E4E4E;
    color: #fff;
    display: block;
    padding: 15px 25px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.col2-resp div a:before {
    content: '> ';
    font-size: 24px;
}

#products .sectionTitle {
    font-family: 'DIN Regular';
    font-size: 36px;
    padding: 60px 0 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 50px;
}

.sectionTitle span {
    font-size: 16px;
    padding-left: 10px;
}

.galleryContainer {
    position: relative;
    margin-top: 30px;
}

@media only screen and (max-width:768px) {
    .col2-resp div a {
        width: 90%;
    }
}

@media only screen and (max-width: 640px) {
    #products .products_headding h1 {
        font-size: 18px;
    }

    #products h2.sp_headding {
        font-size: 13px;
    }

    .col2-resp div a {
        max-width: 448px;
        width: 100%;
    }

    #products .sectionTitle {
        font-size: 26px;
        padding: 10% 0 3%;
        margin-bottom: 5%;
    }

    .sectionTitle span {
        font-size: 13px;
        padding-left: 8px;
    }

    .galleryContainer {
        margin-top: 13px;
    }
}