@charset "utf-8";
body {
    font-family: Arial, Helvetica, Verdana, 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 14px;
    color: #575d61;
}
a:link, a:visited, a:active {
    color: #323638;
}
.font80 {
    font-size: 90%;
}
.arrow_circle {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    text-decoration: none;
    font-size: 19px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.arrow_circle:before {
    content: '';
    width: 1em;
    height: 1em;
    background: #3e8acc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
}
.arrow_circle:after {
    content: '';
    width: 0.4em;
    height: 0.4em;
    border: 0;
    border-top: solid 0.15em #fff;
    border-right: solid 0.15em #fff;
    position: absolute;
    top: 50%;
    left: 0.25em;
    margin-top: -0.2em;
    transform: rotate(45deg);
}
.pr-price {
    font-size: 17px;
}
.pr-price small {
    font-size: 78%;
}
h1 {
    margin-top: 50px;
}
h2.catchcopy {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.65em;
}
.container {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.contents {
    margin-top: 45px;
}
.pd {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
}
.cat-container {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #bec2c4;
}
.product-section {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bec2c4;
}
.product-section-end {
    border-bottom-width: 0px;
}
.product-block_left {
    width: 21%;
    float: left;
}
.responsive-img {
    display: block;
    max-width: 100%;
    height: auto;
}
.product-block_right {
    width: 79%;
    float: left;
    padding-left: 20px;
    margin-top: 5px;
}
h3.pr-copy {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 8px;
}
.p-txt-category {
    font-size: 15px;
    margin-bottom: 20px;
    padding-right: 15%;
}
.pr-info-left {
    float: left;
    width: 80%;
    padding-right: 10px;
}
.pr-info-right {
    float: right;
    width: 42%;
}
.pr-info-right p {
    margin: 10px 10px 10px 10px;
    border: 1px solid #bec2c4;
    padding: 7px;
    font-size: 15px;
}
.p-txt-product {
    padding-left: 2em;
    margin-bottom: 20px;
}
.header_container {
    background: #111111;
}
.header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_container {
    background: #111111;
    color: #bec2c4;
    margin-top: 50px;
}
.hidden-mobile {
    display: block;
}
.visible-mobile {
    display: none;
}
/* 画像の切り換え */
img.img_sp {
    display: none;
} /* img_spを非表示 */
img.img_pc {
    display: block;
} /* img_pcを表示 */
/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/
@media only screen and (max-width:920px) {
    .container {
        width: 100%;
    }
    body {
        font-size: 13px;
    }
    h2.catchcopy {
        font-size: 18px;
    }
    h3.pr-copy {
        font-size: 21px;
    }
    .arrow_circle {
        font-size: 17px;
    }
    .pr-price {
        font-size: 16px;
    }
	.pr-info-right p {
		font-size: 11px;
	}
}
/*--------------------------------------
  ここからスマホ表示設定
--------------------------------------*/
@media only screen and (max-width:767px) {
    img.img_sp {
        display: block;
    } /* img_spを表示 */
    img.img_pc {
        display: none;
    } /* img_pcを非表示 */
    img {
        max-width: 100%;
        height: auto;
        width /***/ : auto;
    }
    .responsive-img {
        width: 100%;
    }
    .header {
        padding-right: 0px;
        padding-left: 0px;
    }
    .hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    h1 {
        margin-top: 30px;
    }
    h2.catchcopy {
        font-size: 17px;
    }
    .product-section {
        padding-top: 20px;
        padding-bottom: 23px;
    }
    h3.pr-copy {
        font-size: 20px;
        margin-top: 8px;
    }
    .arrow_circle {
        font-size: 16px;
    }
    .pr-price {
        font-size: 15px;
    }
    .p-txt-category {
        font-size: 14px;
        padding-right: 0;
    }
    .pr-info-left {
        width: 100%;
        padding-right: 15px;
    }
    .pr-info-right {
        width: 100%;
    }
    .pr-info-right p {
        font-size: 14px;
    }
    .footer {
        float: left;
    }
}
@media only screen and (max-width:500px) {
    .product-block_left {
        width: 100%;
    }
    .product-block_left img {
        width: 50%;
        padding: 0 10px;
        float: left;
    }
    .product-block_right {
        width: 100%;
        padding-left: 0;
    }
    .p-txt-product {
        margin-bottom: 0;
    }
}