/* カスタマイズ用CSS */

#page_age_validate .ec-categoryNaviRole {
    display: none;
}
@media only screen and (min-width: 1280px) {
    .ec-headerTitle a img {
        max-height: 50px;
    }
}
#page_user_data .ec-productRole__freearea a {
    color: #731044;
}
#page_user_data .ec-productRole__freearea a:hover {
    color: #4D0B2E;
}
/* Column layout - カラムレイアウト */
.post_row {
  line-height:2.4;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:flex-start; -webkit-align-items:flex-start; align-items:flex-start;
}
.post_col {
  margin-bottom:2em;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
}
.post_col-2 { margin-right:50px; }
.post_col-3 { margin-right:25px; }
.post_col:last-of-type { margin-right:0; }
@media screen and (max-width: 768px) {
  .post_row { display:block; line-height:2; }
  .post_col-2 { margin-right:0px; }
  .post_col-3 { margin-right:0px; }
}
.ec-borderedDefs dl dd ul {
    padding-inline-start: 20px;
    margin-bottom: 0;
}
.ec-borderedDefs dl dd ul li {
    padding-bottom: 10px;
}
.ec-borderedDefs dl dd ul li:last-child {
    padding-bottom: 0;
}
span.important {
    color: red;
    font-weight: bold;
}
span.bold {
    font-weight: bold;
}
/*固定ページ*/
.ec-productRole__freearea h2 {
    font-size: 1.4rem;
    margin: 60px auto 30px;
}
.ec-rectHeading h2 {
    font-size: 1.3rem;
}
.ec-helpRole h3 {
    border-left: 0;
    border-bottom: solid 2px #cdc4ab;
    font-size: 1.2em;
}
.ec-productRole__freearea .box01 {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 15px auto;
    box-sizing: border-box;
    border-radius: 6px;
}
.ec-productRole__freearea .box02 {
    padding: 15px;
    background: #f4f4f4;
    margin: 15px auto;
    box-sizing: border-box;
    border-radius: 6px;
}
.ec-productRole__freearea .box01 p:last-child,
.ec-productRole__freearea .box02 p:last-child {
    margin-bottom: 0;
}
.dl_table dt {
    vertical-align: top;
}
/*商品タブ*/
.ec-productDetailTab__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
    display: block;
    text-align: center;
}
/*会員価格*/
/*一覧*/
.ec-price.member_suke p {
    margin: 1em 0 0;
}
.ec-price.member_suke p.customer_rank_price_default {
    margin-top: 0;
    font-size: 1.5rem;
}
/*詳細*/
.ec-productRole__price.member_suke .ec-price__price {
    font-size: 2rem;
}
/*共通*/
.ec-price.member_suke, .ec-productRole__price.member_suke {
    color: red;
}
/*パンくず*/
.ec-searchnavRole .ec-searchnavRole__inner {
    background-color: #555;
}
.ec-searchnavRole__topicpath .ec-topicpath {
	font-size: 1.2rem;
	color: #fff;
}
.ec-topicpath .ec-topicpath__item a:after {
	background-color: #fff;
}
.ec-searchnavRole .ec-searchnavRole__counter {
    color: #fff;
}
.ec-childCategoryRole ul {
    font-size: 1.2rem;
    background: #f4f4f4;
    padding: 5px;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    width: 100%;
}