@charset "utf-8";
/* CSS Document */

/*
├──foundation/
├──layout/
└──object/
    ├──component/
    ├──project/
    └──utility/
*/

/*******************************************
foundation
*******************************************/

/*******************************************
layout
*******************************************/

/*******************************************
component
*******************************************/

.c-tit--details {
  background-color: #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 0;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
}

.c-table--details,
.c-table--details * {
  box-sizing: border-box;
}
.c-table--details {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.c-table--details th,
.c-table--details td {
  border: #e5e5e5 2px solid;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px;
}
.c-table--details th {
  font-weight: bold;
  text-align: center;
}
.c-table--details td {
  font-weight: normal;
  text-align: left;
}
.c-table--details thead th,
.c-table--details thead td {
  background-color: #e5e5e5;
}
.c-table--details tbody th {
  width: 25%;
}


/*サイズ別の価格*/
.c-table--responsive-wrap,
.c-table--responsive-wrap * {
  box-sizing: border-box;
}
.c-table--responsive-wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-left: #e5e5e5 2px solid;
  margin: 0;
  padding: 0;
}

.c-table--responsive {
  white-space: nowrap;
  border-collapse: collapse;
}
.c-table--responsive th,
.c-table--responsive td {
    border: #e5e5e5 2px solid;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
}
.c-table--responsive th:first-child {
  border-left: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.c-table--responsive th:empty,
.c-table--responsive td:empty {
    background-color: #eee;
}
.c-table--responsive th {
  background-color: #eee;
}

/*******************************************
project
*******************************************/

.p-common-product-pages {
  margin-top: 30px;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.p-common-product-pagesr::-webkit-scrollbar {
  display:none;
}

/*******************************************
utility
*******************************************/

.u-mt0 { margin-top: 0; }
.u-mt10 { margin-top: 10px; }
.u-mt20 { margin-top: 20px; }
.u-mt30 { margin-top: 30px; }
.u-mt40 { margin-top: 40px; }
.u-ml0 { margin-left: 0; }

.c-table .u-ta--l,
.u-ta--l { text-align: left; }
.c-table .u-ta--c,
.u-ta--c { text-align: center; }
.c-table .u-ta--r,
.u-ta--r { text-align: right; }

.u-lh--1_2 { line-height: 1.2; }

.u-text--primary   { color: #007bff; }
.u-text--secondary { color: #6c757d; }
.u-text--success   { color: #28a745; }
.u-text--danger    { color: #ff0000; }
.u-text--warning   { color: #ffc107; }
.u-text--info      { color: #17a2b8; }

.u-fw--normal { font-weight: normal; }
.u-fw--bold { font-weight: bold; }

.u-display--none { display: none; }


/*******************************************
Other
*******************************************/

#content-frame{
  width: calc(100% + 16px);
  margin: 0 -8px 0 -8px;
}


@media screen and (min-width: 580px) {
/*******************************************
layout
*******************************************/

/*******************************************
component
*******************************************/
  
  .c-table--details + .c-tit--details {
    border-top: 1px dashed #333;
    margin-top: 0;
  }
  .c-tit--details {
    background-color: transparent;
    text-align: left;
    padding: 15px 0 5px;
  }
  
  .c-table--details {
    display: block;
    margin-top: 0;
  }
  .c-table--details thead {
    display: none;
  }
  .c-table--details tbody {
    display: block;
  }
  .c-table--details tbody::after {
    content: '';
    display: block;
    clear: both;
  }
  .c-table--details tbody tr {
    border-bottom: 1px dashed #333;
    clear: both;
    display: block;
  }
  .c-table--details tbody th,
  .c-table--details tbody td {
    float: left;
    border: none;
    text-align: left;
    width: 100%;
    padding: 0;
  }
  .c-table--details tbody th {
    font-size: 15px;
    letter-spacing: .05em;
    margin: 15px 0 5px;
  }
  .c-table--details tbody td {
    font-size: 14px;
    margin: 0 0 15px;
  }

  /*サイズ別の価格*/
  .c-table--responsive-wrap {
    margin-top: 0;
    max-width: 546px;
  }
  .c-table--responsive-wrap:first-child {
    margin-top: 0;
  }
  
  /*iframe不使用時の商品詳細pc用*/
  .c-noif-table,
  .c-noif-table * {
    box-sizing: border-box;
  }
  .c-noif-table {
    display: block;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    border-collapse: collapse;
    border-spacing: 0;
  }
  .c-noif-table th {
    width: 30%;
    background-color: #eee;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    border: #ccc 1px solid;
    font-weight: normal;
  }
  .c-noif-table td {
    width: 70%;
    text-align: left;
    padding: 12px;
    vertical-align: middle;
    border: #ccc 1px solid;
    font-weight: normal;
  }

/*******************************************
project
*******************************************/

  /*以下月替りクーポンの位置を調整するスタイル あたらしくなった場合不要になる*/
  .p-medama {
    margin-top: 30px;
  }
  /*以上月替りクーポンの位置を調整するスタイル あたらしくなった場合不要になる*/
  .p-common-product-pages {
    margin-bottom: 30px;
  }
  
/*******************************************
utility
*******************************************/

/*******************************************
Other
*******************************************/
  #pagebody table[width="800"] { width: 1040px; }
  #pagebody table[width="800"] tr[valign="top"] td[align="center"] > table { width: 100%; }
  #pagebody table[width="800"] tr[valign="top"] td[align="center"] > table > tbody > tr > td > table { width: 100%; }
  #pagebody table[width="800"] tr[valign="top"] td[align="center"] > table > tbody > tr > td > table > tbody > tr > td[valign="top"]:first-child {
    width: 250px;
  }
  #pagebody table[width="800"] tr[valign="top"] td[align="center"] > table > tbody > tr > td > table > tbody > tr > td[valign="top"]:last-child {
    width: 620px;
  }
}
