@charset "UTF-8";
.l-main a:not(.c-panel__inner > a) {
  text-decoration: underline;
}
.l-main a:visited {
  text-decoration: none !important;
}
.l-main a:hover {
  text-decoration: none !important;
}
dl, ul, ol {
  letter-spacing: -0.4em;
}
dt, dd, li {
  letter-spacing: normal;
}
img.r_img {
  height: auto;
}
.list_normal li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.global_h2, .mydhc_h2, .catop_h2, .global_h3, .mydhc_h3, .catop_h3, .global_h4, .catop_h4 {
  margin-bottom: 0.7em;
}
ul.list_normal > li {
  margin-bottom: 0.1em;
  font-size: 1em;
  opacity: 1;
}
ul.display_exact {
  min-height: 1px;
}
.myprivilege_box h2:before, .privilege_list li .title:before {
  margin: 0.1em 0.2em;
  font-family: "icomoon";
  font-weight: normal;
}
.myprivilege_box.discount h2:before, .privilege_list li.discount .title:before {
  content: "\e942";
}
.mydhc_h1 {
  color: #fff;
  background-color: #00569c;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.mydhc_h2 {
  margin-top: 2em;
  border-color: #00569c;
  padding-bottom: 0.3em;
}
.myprivilege_box {
  margin-bottom: 2em;
}
.myprivilege_box h2 {
  padding: 0.4em;
  border: 0.15em solid #ccc;
  background-repeat: no-repeat;
  background-position: 0.5em center;
  background-color: #fff !important;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
}
.myprivilege_box.discount h2, .privilege_list li.discount .title {
  background-color: #54aea5;
  border-color: #54aea5;
}
.myprivilege_box.discount .goods_set {
  font-size: 1.2em;
}
.myprivilege_box.discount .display_exact .img_box {
  width: 25%;
}
.display_exact .goods_set {
  margin-bottom: 1.5em;
}
.display_exact .goods_set, .display_exact2 .goods_set {
  margin: 0.5em;
}
.display_exact .img_box {
  float: left;
  text-align: left;
}

/* 商品セット下余白調整 */
.c-panel__inner{
	margin-bottom: 2em;
}
/* 画像位置調整 */
.c-panel__link {
  display: inline-flex;
  width: 100%;
}
.c-panel__header__image {
  border-radius: 0% !important;
}
.c-panel__header {
  padding-right: 3%;
}
/* 商品名、受取方法、価格 */
.c-panel__body {
  /* place-content: center; */
  font-size: 1.1em;
  flex: 2;
  text-align: left;
}
.c-panel__body .c-price {
  justify-self: start;
  color: #f30;
}
/* 価格色調整 */
.c-panel__price-wrapper {
  color: var(--color-txt-cp);
}
.c-panel__action {
  width: 70%;
  justify-self: end !important;
  /* 横方向は右 */
  margin-top: 10%;
}
/* ボタン調整 */
.c-panel__action .btn {
  margin-left: auto;
}
/* アコーディオン */
.teaching_box {
  background-color: #fff;
  max-width: 400px;
}
.teaching_title {
  padding: 16px 16px 16px 0;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.teaching_title span {
  text-decoration: underline;
}
.teaching_title span:hover {
  text-decoration: underline;
}
.teaching_body {
  padding: 0px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}
.teachingAccordion {
  background-color: #f5f5f5;
  padding: 20px;
}
.teaching_title::before {
  content: "\e98a";
  font-family: icomoon;
  margin-right: 0.3em;
  display: inline-block;
  text-decoration: none;
  color: #666;
}
.navi_link {
  margin-top: 12px;
  text-align: right;
}
.navi_link a {
  color: rgb(0, 88, 170);
  font-size: 13px;
}
.display_exact .name, .display_exact2 .name, .body_sph .display_hybrid .name {
  font-weight: bold;
}
.goods_set .name, .goods_set .copy {
  margin-bottom: 0.3em;
}
.display_exact .goods_set .copy, .display_exact2 .goods_set .copy, .body_sph .display_hybrid .copy {
  font-size: 0.88em;
}
.goods_set .name, .goods_set .copy {
  margin-bottom: 0.3em;
}
.c-panel__name {
  font-size: 1.5rem !important;
}
/* PC */
@media screen and (min-width: 768px) {
  .body_sph {
    display: none;
  }
  .contents_main {
    width: 750px;
    /* float: left; */
    margin-bottom: 1em;
    margin: 0 auto;
  }
  .warning_box {
    margin: 1em 0;
  }
  .mydhc_h1 {
    font-size: 1.2em;
    margin-bottom: 2em;
    line-height: 1;
    padding: 0.5em;
  }
  .global_h2, .mydhc_h2, .catop_h2 {
    font-size: 1.8em;
    font-weight: normal;
  }
  .warning_title {
    display: inline-block;
    border: 3px double #666;
    padding: 0.2em 0.5em;
    font-weight: bold;
  }
}
/* スマホ */
@media screen and (max-width: 767px) {
  .contents_main {
    margin: 0 0.5em 0.5em;
  }
  .body_pc {
    display: none;
  }
  .c-panel__link {
    width: auto;
  }
  .c-panel__header {
    flex: 1.1;
    padding-right: 3%;
  }
  .paging {
    font-size: 0.75em;
    border: none !important;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .goods_set {
    line-height: 1.25;
  }
  ul.display_hybrid .goods_set, ol.display_hybrid .goods_set {
    margin: 0.5em;
  }
  .pankuzu_list {
    font-size: 3vw;
    padding-left: 0.6em;
  }
}