@charset 'utf-8';
/* ================================================
・個別ページの構造に関係するスタイル
・ライブラリ
================================================ */

/* ------------------------------------------------
 * 販売終了
 */
.sale_end {
  margin:0 auto 1em;
  border: 2px solid #E00;
  background: #FFF;
  border-radius: .25em;
}
.sale_end p {
  margin: 0;
}
.sale_end .end {
  color: #D00;
  padding: 1em;
  font-size:20px;
}
.sale_end .end p {
  text-align: center;
  font-weight: bold;
}
.sale_end .lead {
  border-top: 1px dashed #DAA;
  text-align: left;
  font-size: 100%;
  line-height: inherit;
  margin-bottom: 0;
  padding: 1em 2em;
  background: #FFF;
  border-radius: 0 0 1em 1em;
}
.sale_end .lead .img {
  float: left;
  width: 100px;
}
.sale_end .lead .txt {
  font-size: 90%;
  margin-left: 120px;
}
.sale_end .lead .txt p.link {
  margin-top: .5em;
  font-weight: bold;
  background: url(https://www.binchoutan.com/images/ic_allow.gif) no-repeat left center;
  padding-left: 22px;
}

/* ------------------------------------------------
 * productType（電磁波対策商品の区分表など）
 */
.productType ul {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}
.productType li {
  margin: 0;
}
.productType li img {
  vertical-align: top;
}

/* ------------------------------------------------
 * 放射線量測定 
 */
.sokuteiData {
  background: #ffface;
  padding: 1em;
  border: solid 1px #CC0000;
  margin: 0 auto 3em;
}
.sokuteiData .sokuteiData-title {
  color: #D00;
  text-align: center;
  border-bottom: dotted #CC0000 2px;
  padding-bottom: 5px;
  margin: 0 0 1em;
  font-weight:bold;
}
.sokutei {
  font-size: 90%;
  border-collapse: collapse;
  border: 1px #600 solid;
  background: #FFF;
}
table.sokutei th,
table.sokutei td {
  border: 1px #E2B38B solid;
  padding: 5px;
}
.sokutei th {
  background: #FFE8D1;
}
.sokutei td.koumoku1 {
  background: #fff5ec;
  width: 130px;
}
.sokutei td.koumoku2 {
  background: #FFF;
  width: 150px;
}
.sokuteiData .js-toggle-trigger {
  text-align: center;
  text-decoration: underline;
  font-size: 90%;
}
/* ２列に並べる時 */
.sokutei2 {
  display:flex;
}
.sokutei2 table {
  width: 49%;
}
.sokutei2 table:nth-of-type(odd) {
  margin-right: 1em;
}
@media screen and (max-width: 979px) {
  .sokutei2 {
    display:block;
  }
  .sokutei2 table {
    width:auto;
    margin: 0 0 1em;
  }
  .sokutei2 table:nth-of-type(odd) {
    margin-right: 0;
  }
}

/* ------------------------------------------------
 * セミナー情報 
 */
.seminar-info {
  border: 2px solid #66cccc;
  border-radius: 3px;
  margin: 3em auto;
  width:600px;
}
.seminar-info .seminar-title {
  padding: .5em 0;
  background-color: #66cccc;
  text-align: center;
  font-size: 110%;
  font-weight:bold;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
}
.seminar-info .seminar-content {
  font-size:80%;
  padding: 1em;
  background: #eef6dd;
}
.seminar-info .seminar-recruitment {
  border: 1px solid #66cccc;
  margin: 1.5em 0;
}
.seminar-info .seminar-recruitment h4 {
  color: #FFF;
  background: #66cccc;
  padding: 0.3em;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}
.seminar-recruitment-item h5 {
    margin-bottom: .5em;
}
.seminar-info .seminar-recruitment-item {
  padding:1em;
  background: #fff;
}
.seminar-info .seminar-recruitment-desc{
border-top: 1px dashed #ccc;
    padding-top: 1em;
    margin-top: 1em;
}
.seminar-info .seminar-recruitment-item:not(:last-child) {
  border-bottom:1px solid #66cccc
}
.seminar-info .seminar-txt {
  line-height: 1.4;
}
.seminar-info .seminar-btn {
  text-align: center;
  margin-bottom: 0;
}
.seminar-info .seminar-btn a {
  border-radius: 5px;
  display: block;
  width: 50%;
  color: #333;
  background-image: linear-gradient(to bottom, #ffe299 0%, #ffcc33 100%);
  margin: 0 auto;
  font-size: 110%;
  border: 1px solid #666;
  padding: .5em;
}
.seminar-info .js-toggle-trigger,
.seminar-info .js-toggle-open,
.seminar-info .js-toggle-close {
  font-size: 90%;
  text-align: center;
  background-color: #66cccc;
  padding: .5em 0;
  text-align:center;
  text-decoration: underline;
}
.seminar-info .seminar-past dt:before{
  content:"\25BC";
}
.seminar-info .seminar-past dt,
.seminar-info .seminar-past .seminar-past-open {
  background-color: #cacaca;
  padding: .25em 0;
  margin:0;
  text-align: center;
  font-weight: bold;
}
.seminar-info .seminar-past {
  background: #ffffff;
}
.seminar-info .seminar-past-content {
  padding: .5em;
}
.seminar-info .seminar-past ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.seminar-info .seminar-past li {
  font-size:90%;
}
.seminar-info .seminar-past li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.seminar-info .seminar-past li span:not(:last-child) {
  margin-right:.5em;
}
.seminar-info .seminar-past li .seminar-date {
  display:block;
}
@media screen and (max-width: 979px) {
  .seminar-info {
    width:auto;
  }
  .seminar-info .seminar-recruitment .seminar-btn a {
    width:auto;
  }
}

/* ------------------------------------------------
 * レコメンド 
 */
#recommend {
  width: 688px;
  margin: 0 auto;
}

/* ------------------------------------------------
 * ショールーム案内 
 */
.premarche-organics {
  margin: 2em auto;
  padding: 1em 1.5em;
  text-align: left;
  background: #fdf6d3;
  border: 1px solid #F60;
  border-radius: 1em;
  font-size: 80%;
  color: #4A2E1C;
}
.premarche-organics .premarche-organics-title {
  font-size: 150%;
  color: #F60;
  font-weight: bold;
  text-align:center;
}
@media screen and (max-width: 979px) {
  .premarche-organics premarche-organics-title br {
    display:none;
  }
}

/* ------------------------------------------------
 * 返金保証欄 
 */
#henkinhosyo {
  margin: auto;
  width: 570px;
  border: solid 1px #e5d6c3;
  padding: 15px;
  font-size: 80%;
  line-height: 1.4;
  background: url(https://www.binchoutan.com/banar/henkin/back.jpg) no-repeat;
  text-align: center;
}
#henkinhosyo .read {
  text-align: left;
  font-size: 14px;
  color: #693d15;
}
#henkinhosyo .nakagawaname {
  margin: 0px;
  text-align: right;
}
#henkinhosyo .jyoken {
  margin: 15px;
  background-color: #FFF;
  padding: 15px;
  text-align: left;
}
#henkinhosyo .jyokentitle {
  font-size: 14px;
  color: #693d15;
}
#henkinhosyo table td {
  vertical-align: top;
}
/* ------------------------------------------------
 * アウトレット
 */
.outlet {
  background: url(https://www.binchoutan.com/images/ic_outlet.jpg) no-repeat 4px center #ffffcc;
  border: 2px solid #c00;
  padding: 4px 4px 4px 60px;
  min-height: 46px;
  margin: 5px auto 15px;
  width: 520px;
  border-radius: 10px;
}
.outlet p {
  margin-top: 10px;
}

/* ------------------------------------------------
 * 特定原材料　
 */
.noteT {
  border: 2px solid #FF7171;
  padding: 5px;
  background-color: #FFE8E8;
  margin-bottom: 4px;
}

/* ------------------------------------------------
 * お買い物はこちら 
 */
.okaimono {
  background: #FFFFCC;
  font-weight: bold;
  border: 2px solid #FF9900;
  padding: 5px;
  margin-bottom: 4px;
  font-size: 80%;
  text-align: center;
}

/* ------------------------------------------------
 * マクロビ 
 */
.noteM {
  border: 1px solid #FF7171;
  padding: 5px;
  margin-bottom: 4px;
}

/* ------------------------------------------------
 * うんちく 
 */
.unchiku {
  width: 80%;
  font-size: 90%;
  background: #fffbd3;
  padding: 5px;
  margin: 0 auto 15px;
  text-align: left;
}

/* ------------------------------------------------
 * 定期購入用
 */
td.teiki {
  text-align: center;
}
td.teiki .teikilink {
  margin: 10px auto 20px;
}

/* ------------------------
 * 注意書き（コンテンツ部）
 */
.attention1 {
  width: 680px;
  margin-top: 25px auto 10px;
  padding: 10px 10px;
  border: solid #F00 2px;
  text-align: left;
  line-height: 1.2;
}
.attention2 {
  width: 680px;
  margin-top: 25px auto 10px;
  padding: 10px 10px;
  border: solid #F00 2px;
  text-align: left;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  color: #D00;
}

/* ------------------------
 * 薬事法注意文用 
 */
.yakuji {
  padding: 15px;
  margin: 10px 0;
  text-align: center;
  background-color: #fdedfd;
  border: 1px solid #d00;
  color: #D00;
}

/* ------------------------
 * ご注文はこちら 
 */
.btn_order {
  text-align: center;
  margin-bottom: 5px;
}

/* ------------------------
 * お声はがき
 */
.okoe_hagaki {
  box-shadow: .1em .1em .5em .2em rgba(0, 0, 0, 0.1) inset;
  background: #F5F5EF;
  padding: 1em 0 1em 1em;
  margin: 1em auto 2em;
  height: 250px;
  overflow: auto;
}
.okoe_hagaki::-webkit-scrollbar {
 background:#ddd;
 width:10px;
}
.okoe_hagaki::-webkit-scrollbar-thumb {
 background:#aaa;
}
.okoe_hagaki p {
  /*float: left;
  min-height: 150px;
  margin: .5em;*/
  vertical-align: top;
  width: 32%;
  display: inline-block;
}
.okoe_hagaki p img {
  box-shadow: .1em .1em .2em .1em rgba(0,0,0,.1);
}

/* ------------------------
 * お客様の声
 */
.voice-wrap {
  height: 250px;
  width: 100%;
  border: 1px solid #999;
  overflow: auto;
  margin-bottom:1em;
}
.voice-wrap td {
  padding:1em;
  font-size:90%;
}
.voice-wrap::-webkit-scrollbar {
 background:#ddd;
 width:10px;
}
.voice-wrap::-webkit-scrollbar-thumb {
 background:#aaa;
}
.voice-wrap table {
  border: 0;
  margin:0;
}
@media screen and (max-width: 979px) {
  .voice-wrap td {
    display:block;
    width: auto;
    padding:1em;
  }
}

/* ------------------------
 * メディア掲載情報
 */
.coverage-info {
  border:1px dashed #a4825f;
  padding:10px;
  margin: 3em auto;
  background-color: #f8ecd8;
}
.coverage-info .coverage-title {
  text-align: center;
  color: #855828;
  font-weight: bold;
}
.coverage-info .coverage-item {
  border-top: 1px dotted #a4825f;
  padding-top:1em;
  font-size: 90%;
}
.coverage-info-name {
  font-weight:bold;
}
.coverage-info .js-toggle-trigger,
.coverage-info .js-toggle-open,
.coverage-info .js-toggle-close {
  text-align: center;
  text-decoration: underline;
  /*border-top: 1px dotted #a4825f;*/
  padding-top: .5em;
  margin-top: .5em;
  font-size: 90%;
}

@media screen and (max-width: 979px) {
  .coverage-info .photor {
    display:none;
  }
}

/* ------------------------------------------------
 * 問い合わせ関連
 */
.contact_box {
  border: 1px solid #CCC;
  padding: 1em;
  margin: 1em 0;
}
.contact_box p {
  padding: 0;
  margin: 0 0 .5em;
}
.contact_box th {
  vertical-align: top;
  text-align: right;
  font-weight: normal;
}
.banner_form_img {
  width: 266px;
  height: 40px;
  margin: 0 auto;
}
.banner_form_img a {
  display: block;
  background: url(https://www.binchoutan.com/images/text/banner_form_hover.gif) no-repeat center center;
}
.banner_form_img a,
.banner_form_img a img {
  width: 100%;
  height: 100%;
}
.banner_form_img a:hover img {
  visibility: hidden;
}

/* ------------------------------------------------
 * お客様の声（iframe）
 * 読み込んでいるページに追加してください。
 */
.user-voice td {
  font-size:90%;
}
.user-voice td p {
  margin:0 0 .5em;
}
@media screen and (max-width: 679px) {/* 数値変更NG */
  .user-voice td {
    display:block;
    width: auto;
  }
}
/* スマホやタブレットで閲覧した際、iframeの部分が縦に伸びてしまわないようにします。
 使用法）iframeを<div class="iframe_wrap">でくくる。 */
.iframe_wrap,
#iframe_wrap {
  width: 100%;
  height: 450px;
  border: 1px solid #999;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}
.iframe_wrap iframe,
#iframe_wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ------------------------------------------------
 * youtube埋め込み
 * 使用法）iframeを<div class="youtube-wrap">でくくる。
 */
.youtube-wrap{
  text-align:center;
}
@media screen and (max-width: 979px) {
.youtube-wrap {
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom:1em;
}
.youtube-wrap iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
}

/* ------------------------------------------------
 * 関連リンク（relatedLinksにつける）関連する商品・ページを案内する場合に使います。 
 */
.-relatedLinks-lead {
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 3px;
}

/* ------------------------------------------------
 * 1階層のシリーズナビ（アリサン、創健社、マルシマで使用）
 */
.navi-level1 {
  background-color:#029153;
  padding:3px;
  margin:0 0 2em;
}
.navi-level1 dt {
  color:#fff;
  text-align:center;
  font-weight:bold;
  padding: 3px 5px;
}
.navi-level1 ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #FBF2D0;
}
.navi-level1 li {
  width: 31%;
  margin: 0;
}
.navi-level1 li a {
  display: flex;
  align-items: flex-start;
  font-size:90%;
  padding: 5px;
  font-weight:bold;
}
.navi-level1 li .name {
  margin:0 0 0 5px;
  line-height:1.25;
}
.navi-level1 li .name span {
  font-size:75%;
  font-weight:normal;
}
.navi-level1 .topLink {
  text-align:center;
  font-weight:bold;
  margin:0;
  padding: 3px 5px;
}
.navi-level1 .topLink a {
  color:#fff;
}
@media screen and (max-width: 979px) {
  .navi-level1 {
    display: none;
  }
  #contents2 .navi-level1 {
    display:inherit;
  }
  .index-navi .navi-level1 dt,
  .index-navi .navi-level1 ul {
    display:inherit;
  }
  .navi-level1 dt,
  .navi-level1 ul {
    display: none;
  }
  #contents2 .navi-level1 dt,
  #contents2 .navi-level1 ul {
    display:inherit;
  }
  .navi-level1 li {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #029153;
  }
  .navi-level1 li:last-child {
    border-bottom:0;
  }
}

/* ------------------------------------------------
 * 2階層のシリーズナビ（ムソー、オーサワで使用）
 */
.navi-level2 {
  display: flex;
  justify-content: space-between;
}
.navi-level2 div {
  width: 25%;
  margin-right: 5px;
}
.navi-level2 div:last-child {
  margin-right: 0;
}
.navi-level2 dl,
.navi-level2 dd {
  margin:0;
}
.navi-level2 dt {
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
  text-align: center;
  background: linear-gradient(to bottom, #fda34e 0%, #fb6f17 100%);
  margin: 0;
}
.navi-level2 img {
  margin:0px;
  padding:0px;
}
.navi-level2 ul {
  margin:0;
  padding:5px;
  list-style-type:none;
  background-color:#FFF;
  border:1px solid #FF9933;
}
.navi-level2 li {
  background: url(https://www.binchoutan.com/muso/images/navi.gif) no-repeat left;
  padding-left: 20px;
  line-height:140%;
  font-size:14px;
}
@media screen and (max-width: 979px) {
  .index-navi .navi-level2 {
    display:inherit;
  }
  .navi-level2 {
    display: none;
  }
  #contents2 .navi-level2 {
    display:inherit;
  }
  .navi-level2 div {
    width: 100%;
    margin-right: 0;
    border: 1px solid #fb731c;
  }
  .navi-level2 ul {
    border: 0;
  }
  .navi-level2 a {
    display:block;
  }
  .navi-level2 li {
    border-bottom: 1px solid #ccc;
    font-size:inherit;
    padding: 10px 0 10px 20px;
    margin:0;
  }
  .navi-level2 a:last-child li {
    border-bottom:0;
    margin-bottom:0;
  }
}

/* ------------------------------------------------
 * 社内研修用資料 
 */
.instruct_attention {
  border: 2px solid #d00;
  padding: 1em;
  text-align: center;
  color: #D00;
  margin: 2em 0;
}
.instruct_attention strong {
  font-size: 3rem;
}
@media screen and (max-width: 979px) {
  .instruct_attention strong {
    font-size: 1rem;
  }
}
/* ------------------------------------------------
 * yesページで使用（「※注意！スタッフの方へ」）
 */
.yes-lead {
  padding: 1em;
  border-radius: 3px;
  background-color: #FC3;
  text-align: center;
  margin: 2em 0;
}

/* ------------------------------------------------
 * FAQに使用
 */
.faq dt {
  font-weight: bold;
  margin-bottom: .5em;
  padding: .25em .5em;
  background-color: #fdf5e6;
}
.faq dt::before {
  /*content: "Q.";*/
  content: "Q.";
}
.faq dd:not(:last-child) {
  margin-bottom: 1.75em;
}
/* ------------------------------------------------
 * オルタナティブチョイス 帯
 */
.fbb {
  bottom: 0;
  display: inline-block;
  overflow: hidden;
  position: fixed;
  right: 0;
  z-index: 2147483644;
  cursor: pointer;
  width: 100%;
  margin-right: -215px;
  padding-right: 215px;
  box-sizing: border-box;
  height: 60px;
  background-color: #004190;
}
.fbb-inner {
  padding: 7px;
  position: relative;
  color: #FFFFFF;
}
.fbb-inner p{
  display: flex;
  align-items: center;
}
/*.fbb-inner a {
  display: inline-block;
  vertical-align: middle;
}*/
.fbb-text {
  margin-left: 1em;
  font-size: 110%;
  font-weight: bold;
}
.fbb-text span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
  .fbb {
    display:none;
  }
}

/* ------------------------------------------------
 * シリーズリンク・関連リンク
 */
.pageNavi.-navi-link dt,
.indexNavi.-navi-link dt {
  background-color:#be883d;
  text-align:center;
  font-weight:bold;
  margin:0;
  padding:4px;
  color:#FFF;
}
.pageNavi.-navi-link ul,
.indexNavi.-navi-link ul {
  background-color: #fcebcd;
  padding: 8px 8px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.pageNavi.-navi-link li,
.indexNavi.-navi-link li {
  border: 1px solid #999;
  padding: 4px;
  margin-bottom: 8px;
  background-color: #fff;
  width: 48%;
  font-size: 80%;
  display: flex;
}
.pageNavi.-navi-link li:nth-child(odd),
.indexNavi.-navi-link li:nth-child(odd) {
  margin-right:8px;
}
.pageNavi.-navi-link li > a,
.indexNavi.-navi-link li > a {
  line-height:0;
}
.pageNavi.-navi-link li p,
.indexNavi.-navi-link li p {
  margin: 0 0 0 10px;
}
.pageNavi.-navi-link li p a,
.indexNavi.-navi-link li p a {
  font-size:120%;
  font-weight:bold;
}
@media screen and (max-width: 979px) {
  .pageNavi.-navi-link ul,
  .indexNavi.-navi-link ul {
    padding:0;
    display: block;
    border: 1px solid #999;
    border-top:0;
  }
  .pageNavi.-navi-link li,
  .indexNavi.-navi-link li {
    margin:0;
    width:auto;
    border: 0;
    border-bottom: 1px solid #999;
  }
  .pageNavi.-navi-link li:last-child,
  .indexNavi.-navi-link li:last-child {
    border-bottom:0;
  }
  .pageNavi.-navi-link li:nth-child(odd),
  .indexNavi.-navi-link li:nth-child(odd) {
    margin-right: 0;
  }
}

/* ------------------------------------------------
 * 直送案内
 */
.kago3 .chokuso {
  background: #F9F4E4;
  padding: .6em .8em;
  box-shadow: .1em .1em .1em rgba(0,0,0,.1);
  border-radius: .4em;
  color: #31372D;
}
.chokuso_head p.title {
  font-size: 150%;
  background: #C30;
  padding: .25em .5em;
  color: #FFF;
  font-weight: bold;
}
.chokuso_body {
  color: #31372D;
  font-size: 90%;
}
.chokuso_body small {
  color: #06C;
}
.chokuso_body b {
  font-size: 110%;
  color: #333;
}
.chokuso_body .r {
  color: #D00;
  float: none;
  margin: 0;
}
.chokuso_body h6,
.chokuso_body ul,
.chokuso_body li {
  margin: 0;
  padding: 0;
}
.chokuso_body .item {
  margin: .5em 0;
}
.chokuso_body h6 {
  font-size: 100%;
  float: left;
  width: 11em;
  padding-top: .5em;
  text-align: right;
}
.chokuso_body ul {
  background: #FFF;
  margin-left: 12em;
  border-radius: .5em;
  list-style-type: none;
}
.chokuso_body li {
  padding: .75em 1em .25em;
  border-bottom: 1px dotted #CFCAB6;
}
.chokuso_body li:last-child {
  border: 0;
}
.chokuso_body li p {
  margin: 0 0 .5em;
}
.chokuso_body .charge th,
.chokuso_body .charge td {
  color: rgb(60, 60, 60);
  border: 1px solid #CCC;
  padding: .2em .5em;
  text-align: center;
  background: #FFF;
}
.chokuso_body .charge thead th {
  background: #F7DADA;
}
.chokuso_body .charge td.purchase {
  text-align: left;
  background: #F9EFE0;
}
.chokuso_body .charge b {
  font-size: 110%;
  color: #333;
}
.k-attention .chokuso {
  background: #F2D2D2;
  padding: .5em .75em;
}
.k-attention .chokuso b {
  color: #D00;
}
/* ------------------------------------------------
 * 冷凍 
 */
#chokuso_frozen p.title {
  background: #06C;
}
#chokuso_frozen .chokuso_body .charge thead th {
  background: #daecff;
}
@media screen and (max-width: 979px) {
  .chokuso_head p.title {
    font-size:120%;
  }
  .chokuso_body h6 {
    float: none;
    width: auto;
    text-align: left;
    padding: 0 0 .5em;
  }
  .chokuso_body ul {
    margin: 0 0 .5em;
  }
  .chokuso_body table {
    border-collapse: collapse;
    border: solid 1px #a5a5a5;
    table-layout: fixed;
  }
}

/* ------------------------
 * セキュリティアイコン
 */
.security-badges img {
  vertical-align: top;
}
.security-badges-truete {
  display: inline-block;
  margin-top: 14px;
}

/* ------------------------------------------------
 * 関連商品
 */
article .related-cnt {
  background: #f6f1ed;
  padding: 10px;
}
.related-cnt h3 {
  margin: 5px;
  border: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
  background-image: none;
}
.related-cnt .product,
.related-i {
  background: #FFF;
  margin: 5px;
  padding: 20px;
}
.related-cnt .product:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.related-cnt .product .img img,
.related-i-img {
  float: left;
  width: 100px;
}
.related-cnt .product .body,
.related-i-content {
  margin-left: 120px;
  line-height: 20px;
}
.related-cnt .product .name,
.related-i-name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.related-cnt .product .desc,
.related-i-detail {
  font-size: 13px;
  color: #666;
}
@media screen and (max-width: 979px) {
  .related-cnt .body {
    border: 1px solid #CCC;
    border-radius: 4px;
  }
  .related-i {
    padding: 10px;
  }
  .related-i:not(:last-child) {
    border-bottom: 1px solid #CCC;
  }
}

/* ------------------------------------------------
 * 関連リンク
 */
.relatedPage,
#relatedLinks {
  background: #f6f1ed;
  padding: 10px;
}
#contents2 .relatedPage,
#contents2 #relatedLinks {
  border-radius: 4px;
  border: 1px solid #b1aaa5;
}
.relatedPage h3,
#relatedLinks h3 {
  background: url(https://www.binchoutan.com/images/yomu-kaeru.png) no-repeat 5px;
  padding: 0 0 0 40px;
  border-bottom: 1px dotted #CCC;
  border-left: 0;
  font-size: inherit;
  margin: 0;
}
.rpage,
.rlinks {
  padding: 10px;
  font-size: 13px;
  margin: 0;
}
.rpage:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
.rpage p,
.rlinks p {
  margin-bottom: 0;
}
.rlinks > dt {
  /* display: flex;
  align-items: center; */
}
.rlinks-ttl {
  /* margin-right: 10px;*/
}
.rlinks-ttl img {
  width: 200px;
}
.rlinks-desc {
  font-size: 12px;
}
/*
@media screen and (min-width: 980px) {
  .rlinks-toggle-trigger {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .rlinks > dd {
    position: relative;
  }
  .rlinks-content {
    max-height: 150px;
    overflow-y: hidden;
  }
  .rlinks-toggle-trigger {
    background: url(https://www.binchoutan.com/images/white-gradation-up.png) repeat-x;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 30px 5px 5px;
    box-sizing: border-box;
  }
  .rlinks > dd.js-toggle_visible {
    padding-bottom: 30px;
  }
  .js-toggle_visible .rlinks-content {
    max-height: none;
  }
  .js-toggle_visible .rlinks-toggle-trigger {
    background: none;
    padding-top: 5px;
  }
}
*/
.rlinks-i {
  font-size: 12px;
  margin: 2.5px 0;
  line-height: 15px;  
  padding: 7.5px;
  background: #FFF;
}
.rlinks-i dt {
  width: 60px; 
  text-align: center;
  margin-right: 10px;
  line-height: 0;
}
.rlinks-i dt img {
  max-width: 60px;
  max-height: 60px;
}
.rlinks-i p {
  margin-bottom: 5px;
}
.rlinks-i-ttl,
.rlinks-i-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rlinks-i-ttl {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.rlinks-desc,
.rlinks-i-desc,
.rlinks-i-meta {
  color: #999;
}
.rlinks-i-meta {
  font-size: 10px;
}

/* ------------------------------------------------
連載
*/
.rensai header {
  background: #f8f4f1;
  padding: 5px;
  margin-bottom: 10px;
}
.rensai header > * {
  margin: 0;
  display: inline-block;
}
.rensai header p {
  text-align: right;
  font-size: 11px;
}
.rensai-i dt {
  width: 80px;
}
.rensai-i dt img {
  max-width: 80px;
  max-height: 80px;
}
.rensai-i dd {
  margin-left: 90px;
}
.rensai-i-ttl {
  font-size: 14px;
  font-weight: bold;
}
.rensai-i-desc {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}
.rensai-i-pub {
  font-weight: bold;
  color: #777;
  margin-right: .5em;
  display: none;
}
.rensai-list {
  font-size: 12px;
  padding-left: 0;
}
.rensai-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}
.rensai footer {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #CCC;
  margin-top: 10px;
  padding-top: 10px;
}

/* ------------------------------------------------
 * アイコン
 */
.icon-truck {
  background-image: url(https://www.binchoutan.com/images/common/icon_truck.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2em;
  padding-left: 2.4em;
}
.icon-john {
  background-image: url(https://www.binchoutan.com/images/order/icon_cart-order-member.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0 0 25px;
}

/* カレンダー */
.cal {
  margin: 5px;
  display: inline-block;
  font-size: 12px;
}
.cal table {
  border-collapse: collapse;
}
.cal td {
  border: 1px solid #CCC;
  text-align: center;
  padding: 1px 2px;
}
.cal thead td,
.cal td:empty {
  background: #f4efec;
}
.cal-sat {
  color: blue;
}
.cal-sun {
  color: red;
}
.cal-holiday {
  background: red;
  color: white;
}
