@charset 'UTF-8';
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*===============================================
●下層ページ_タイトル
===============================================*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.main_title
{
    padding: 70px 0;
}
.main_title h2
{
    margin: 0 auto; 

    text-align: center;
}

/*===============================================
●下層ページ_displaytable_half
===============================================*/
.dt_half
{
    display: table;

    width: 100%; 

    table-layout: fixed;
}
.dt_half > li
{
    display: table-cell;

    vertical-align: middle;
}

@media screen and (max-width: 768px)
{
    .dt_half > li
    {
        display: block;
    }
    .dt_half > li:first-child
    {
        margin-bottom: 20px;
    }
}

/*===============================================
●下層ページ_背景ベージュ
===============================================*/
@media screen and (max-width: 640px)
{
    .bg_beige
    {
        padding: 50px 20px;
    }
}

/*在庫一覧======================================*/
/*===============================================
●基本レイアウト_col4
===============================================*/
.stock_index .text
{
    position: relative;
}
.stock_index .text:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent #ff006e transparent;
}

.stock_index .price
{
    line-height: 100%; 

    text-align: right;
}
.stock_index .price:after
{
    font-size: 13px;
    font-size: 1.3rem;

    padding-left: 10px; 

    content: '万円';
}

.col_4
{
    display: block;
    overflow: hidden; 

    margin-right: -1.23%;
}
.col_4 li
{
    float: left;

    width: 23.763%;
    margin-right: 1.23%; 

    background-color: #fff;
}
.col_4 .img img
{
    width: 100%;
}
.col_4 .text
{
    padding: 15px;
}
.col_4 .text h3
{
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
}
.col_4 .text .price_ttl
{
    font-size: 13px;
    font-size: 1.3rem;

    color: #4d4d4d;
}
.col_4 .text .price
{
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
}

@media screen and (max-width: 640px)
{
    .stock_index .price:after
    {
        display: block;
    }
    .col_4
    {
        margin-right: 0;
    }
    .col_4 li
    {
        float: none;

        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .col_4 li:last-child
    {
        margin-bottom: 0;
    }
    .col_4 .text
    {
        padding: 10px;
    }
}

/*プライバシーポリシー======================================*/
.privacy h5
{
    font-size: inherit; 
    font-weight: 600;

    margin-bottom: 20px;
}

.privacy dl
{
    margin-top: 20px;
}

.privacy dd
{
    line-height: 160%; 

    padding: 30px 0;
}

.privacy .mgB300
{
    line-height: 300%;
}
