@charset "UTF-8";
/*------------------------------
00.contents common
------------------------------*/
.flex-box {
  display: flex;
  justify-content: space-between;
}

.flex-box .flex-box__main {
  width: 690px;
  order: 2;
  margin-bottom: 30px;
}

.flex-box__main__inner p {
  margin-bottom: 25px;
}

.flex-box__main__inner > p:first-child {
  margin-top: 25px;
}

.flex-box__main__inner .btn_credit {
  text-align: center;
  margin-top: 1em;
}

#contents strong,
.qslink {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

#contents .notes02 {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}

#contents .notes03 {
  font-size: 1.6rem;
  padding-left: 2em;
  text-indent: -2em;
}

#contents .notes04 {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

.heading-type01 {
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
  border-bottom: solid 1px #7fbfe5;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-top: 40px;
}

.heading-type01 sup {
  font-size: 65%;
}

.line__blue {
  border-bottom: solid 1px #7fbfe5;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-top: 40px;
}

/* heading-point */
.heading-point {
  position: relative;
  background: #edf4fa;
  border-radius: 4px;
  padding: 17px 18px;
  margin-bottom: 10px;
}

.heading-point::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #edf4fa;
}

.item-detail-body .heading-point p {
  font-weight: bold;
  font-size: 1.6rem;
}

.heading-point p sup {
  font-size: 60%;
}

.heading-point figure {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  line-height: 0;
}

/* END heading-point */
/* flow-list */
.flow-list {
  overflow: hidden;
  width: 100%;
}

.flow-list li {
  position: relative;
  background-color: #ff9f5e;
  box-sizing: border-box;
  line-height: 30px;
  height: 30px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 16px;
  min-width: 90px;
  padding: 0 15px 0 20px;
  text-align: center;
  text-decoration: none;
}

.flow-list li:first-child {
  padding-left: 15px;
}

.flow-list li::after,
.flow-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2em;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-left: 1.1em solid;
  right: -0.1em;
}

.flow-list li::after {
  z-index: 3;
  border-left-color: #ff9f5e;
}

.flow-list li::before {
  right: -0.3em;
  z-index: 2;
}

.flow-list li:last-child,
.flow-list li:last-child {
  padding: 0 10px 0 20px;
}

.flow-list li:last-child::after,
.flow-list li:last-child::before {
  right: -0.5em;
}

/* END flow-list */
.free-banner {
  margin: 30px 0;
  text-align: center;
}

.free-banner02 {
  margin: 20px 0;
  text-align: center;
}

/* movie-embed-cover */
.movie-embed-cover {
  max-width: 678px;
  height: auto;
  margin: 30px auto 30px;
}

.movie-embed-wrap {
  position: relative;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.movie-embed-wrap .movie-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* END movie-embed-cover */
.slide-num {
  display: block;
  border: 2px solid #e0efef;
  border-radius: 3px;
  background: #fff;
  line-height: 1;
  text-align: center;
  padding: 5px 10px;
  font-size: 15px;
  color: #000;
}

.pos-rela .slide-num {
  position: absolute;
  top: 12px;
  right: 0;
}

.pos-rela .top_check_item_ttl + .slide-num {
  top: -2px;
}

/* pagenavi(paging) */
.pagenavi {
  overflow: hidden;
  width: 750px;
  margin: 0 auto;
}

.pagenavi .page {
  display: none;
}

.pagenavi a {
  display: block;
}

.pagenavi .prev,
.pagenavi .next {
  width: 178px;
  float: left;
}

.pagenavi .prev {
  padding-right: 23px;
}

.pagenavi .next {
  padding-left: 23px;
}

.pagenavi .prev .btn,
.pagenavi .next .btn {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #666666;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.pagenavi .prev .btn {
  background: url(/assets/img/common/icon_arrL_out_gry.svg) no-repeat left 12px center #E4E4E4;
  background-size: auto 12px;
  padding: 10px 10px 10px 20px;
}

.pagenavi .next .btn {
  background: url(/assets/img/common/icon_arrR_out_gry.svg) no-repeat right 12px center #E4E4E4;
  background-size: auto 12px;
  padding: 10px 20px 10px 10px;
}

.pagenavi .prev.active .btn,
.pagenavi .next.active .btn {
  color: #000000;
}

.pagenavi .prev.active .btn {
  background: url(/assets/img/common/icon_arrL_out.svg) no-repeat left 12px center #EDF4FA;
  background-size: auto 12px;
}

.pagenavi .next.active .btn {
  background: url(/assets/img/common/icon_arrR_out.svg) no-repeat right 12px center #EDF4FA;
  background-size: auto 12px;
}

.pagenavi ul {
  display: table;
  width: 320px;
  float: left;
  margin: 6px 0;
}

.pagenavi li {
  display: table-cell;
  text-align: center;
}

.pagenavi li p {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin: 0 auto;
}

.pagenavi li.on p {
  background: #7FBFE5;
  color: #FFFFFF;
}

/* END pagenavi(paging) */
/* product-list(.product-list__grid) */
#contents .product-list.product-list__grid ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#contents .product-list.product-list__grid ul li {
  width: 226px;
  margin-left: 32px;
  margin-top: 15px;
  position: relative;
  padding-bottom: 150px;
}

#contents .product-list.product-list__grid ul li:nth-child(4n+1) {
  margin-left: 0;
}

#contents .product-list.product-list__grid ul li .caption {
  display: table;
  width: 100%;
  background: #DEEFEF;
  text-align: center;
  padding: 0px;
  position: relative;
}

#contents .product-list.product-list__grid ul li .caption p {
  font-size: 1.6rem;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding: 5px;
}

#contents .product-list.product-list__grid ul li .caption:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #DEEFEF;
}

#contents .product-list.product-list__grid ul li .img {
  background: #FFFFFF;
  border: solid 2px #D8E5EF;
  overflow: hidden;
  position: relative;
  line-height: 0;
  width: 226px;
  height: 226px;
  text-align: center;
  border-radius: 2px;
}

#contents .product-list.product-list__grid ul li .img a {
  line-height: 0;
  display: block;
}

#contents .product-list.product-list__grid ul li .img.renew a:before {
  position: absolute;
  content: "　";
  background: url(/assets/img/common/toglist_renew.png) no-repeat;
  width: 84px;
  height: 43px;
  left: 0;
  top: 0;
  z-index: 1;
}

#contents .product-list.product-list__grid ul li .img.cm-tv a:before {
  position: absolute;
  content: "　";
  background: url(/assets/img/common/toglist_cm.png) no-repeat;
  width: 92px;
  height: 92px;
  left: 0;
  top: 0;
  z-index: 1;
}

#contents .product-list.product-list__grid ul li .img.new a:before {
  position: absolute;
  content: "　";
  background: url(/assets/img/common/toglist_new.png) no-repeat;
  width: 84px;
  height: 43px;
  left: 0;
  top: 0;
  z-index: 1;
}

#contents .product-list.product-list__grid ul li .img.special a:before {
  position: absolute;
  content: "　";
  background: url(/assets/img/common/toglist_special.png) no-repeat;
  width: 84px;
  height: 43px;
  left: 0;
  top: 0;
  z-index: 1;
}

#contents .product-list.product-list__grid ul li .img.trial a:before {
  position: absolute;
  content: "　";
  background: url(/assets/img/common/toglist_trial.png) no-repeat;
  width: 84px;
  height: 43px;
  left: 0;
  top: 0;
  z-index: 1;
}

#contents .product-list.product-list__grid ul li .img.limited a:before {
  position: absolute;
  content: "　";
  background: url(/assets/img/common/toglist_limited.png) no-repeat;
  width: 84px;
  height: 43px;
  left: 0;
  top: 0;
  z-index: 1;
}

#contents .product-list.product-list__grid ul li .img a:after {
  position: absolute;
  content: "　";
  background: url(/assets/img/cart/toglist_icon.png) no-repeat;
  width: 7px;
  height: 7px;
  right: 10px;
  bottom: 10px;
}

#contents .product-list.product-list__grid ul li .img img {
  padding: 20px 0;
  height: 186px;
  width: auto;
  z-index: 0;
}

#contents .product-list.product-list__grid ul li .product {
  font-weight: bold;
  margin-top: 10px;
}

#contents .product-list.product-list__grid ul li .product .small {
  font-size: 1.3rem;
}

#contents .product-list.product-list__grid ul li .price {
  font-size: 1.3rem;
  font-weight: bold;
  border-top: solid 1px #D8E5EF;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  bottom: 90px;
}

#contents .product-list.product-list__grid ul li .price .big {
  font-size: 2rem;
}

#contents .product-list.product-list__grid ul li .btn_detail {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#contents .product-list ul li .btn_detail a {
  width: 100%;
  text-align: center;
  padding: 5px 30px;
}

#contents .product-list.product-list__grid ul li .btn_buy {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

#contents .product-list ul li .btn_buy a {
  width: 100%;
  text-align: center;
  padding: 5px 30px 5px 15px;
}

#contents .product-list ul li .btn_buy a .icon {
  background: url(/assets/img/common/icon_cart_out_wh.svg) no-repeat left center;
  background-size: auto 20px;
  padding-left: 30px;
  display: block;
  font-size: 1.6rem;
}

#contents .product-list.product-list__grid ul li .img a {
  position: relative;
}

#contents .product-list.product-list__grid ul li .img a .kwsk {
  display: none;
}

#contents .product-list.product-list__grid ul li .img a:hover {
  opacity: 1;
  z-index: 999;
}

#contents .product-list.product-list__grid ul li .img a:hover .kwsk {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 1.8rem;
  background: rgba(0, 135, 199, 0.5);
  padding-top: 110px;
  font-weight: bold;
  z-index: 999;
}

/* PC */
@media screen and (min-width: 641px) {
  #contents .item-search .product-list.product-list__grid {
    margin-right: -10px;
  }
  #contents .item-search .product-list.product-list__grid ul {
    margin-bottom: 0;
  }
  #contents .item-search .product-list.product-list__grid ul li {
    width: calc(25% - 10px);
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 150px;
    margin-bottom: 30px;
  }
  #contents .item-search .product-list.product-list__grid ul li .img {
    width: 100%;
    height: auto;
  }
  #contents .item-search .product-list.product-list__grid ul li .img img {
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  #contents .item-search .product-list.product-list__grid ul li .img a:hover .kwsk {
    padding-top: 78px;
    font-size: 1.6rem;
  }
}
/* END product-list(.product-list__grid) */
/* product-list product-list__list */
#contents .product-list.product-list__list ul {
  margin-top: -15px;
  display: block;
  margin-bottom: 40px;
}

#contents .product-list.product-list__list ul li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #d8e5ef;
}

#contents .product-list.product-list__list ul li .product_wrap {
  width: calc(100% - 250px);
  display: flex;
  justify-content: space-between;
}

#contents .product-list.product-list__list ul li .product {
  width: calc(100% - 180px);
  margin-right: 0px;
  font-size: 2rem;
  font-weight: bold;
}

#contents .product-list.product-list__list ul li .product .product_icon {
  display: block;
  padding-top: 5px;
}

#contents .product-list.product-list__list ul li .product .product_icon i.cm-tv {
  background: url(/assets/img/common/toglist_cm02.png) no-repeat;
  display: inline-block;
  width: 120px;
  height: 30px;
}

#contents .product-list.product-list__list ul li .product .product_icon i.renew {
  background: url(/assets/img/common/toglist_renew02.png) no-repeat;
  display: inline-block;
  width: 120px;
  height: 30px;
}

#contents .product-list.product-list__list ul li .product .product_icon i.new {
  background: url(/assets/img/common/toglist_new02.png) no-repeat;
  display: inline-block;
  width: 120px;
  height: 30px;
}

#contents .product-list.product-list__list ul li .price {
  width: 165px;
  font-size: 1.3rem;
  text-align: right;
}

#contents .product-list.product-list__list ul li .price .big {
  font-size: 2rem;
  font-weight: bold;
}

#contents .product-list.product-list__list ul li .btn_wrap {
  width: 226px;
  margin-left: 16px;
}

#contents .product-list.product-list__list ul li .btn_wrap .btn_buy {
  margin-bottom: 10px;
}

/* PC */
@media screen and (min-width: 641px) {
  #contents .item-search .product-list.product-list__list ul li .product_wrap {
    width: calc(100% - 180px);
  }
  #contents .item-search .product-list.product-list__list ul li .product {
    font-size: 1.6rem;
  }
  #contents .item-search .product-list.product-list__list ul li .btn_wrap {
    width: 165px;
  }
}
#contents .nav_item_product-list {
  text-align: center;
  display: table;
  border-collapse: separate;
  border-spacing: 8px 0;
  width: 678px;
  margin: 10px auto 30px;
}

#contents .nav_item_product-list li {
  width: 126px;
  border: 2px solid #0087C7;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#contents .nav_item_product-list li a {
  color: #0087C7;
  padding: 12px 0 12px 0;
  display: block;
  background: url(/assets/img/common/icon_arr_down_bl.svg) no-repeat center right 10px;
  background-size: auto 10px;
}

#contents .nav_item_product-list li a span {
  font-size: 1.1rem;
}

/* SP */
@media screen and (max-width: 640px) {
  #contents .nav_item_product-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 4.68%;
  }
  #contents .nav_item_product-list li {
    width: 32%;
    display: flex;
    align-items: center;
    margin-left: 2%;
  }
  #contents .nav_item_product-list li:last-child {
    margin-bottom: 0;
  }
  #contents .nav_item_product-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  #contents .nav_item_product-list li:nth-child(-n+3) {
    margin-bottom: 2%;
  }
  #contents .nav_item_product-list li a {
    width: 100%;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #contents .nav_item_product-list li a span {
    margin-left: 5px;
  }
}
/* END product-list product-list__list */
/* item_area_ttl */
.item_area_ttl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8e5ef;
  margin-bottom: 15px;
}

.item_area_ttl.line01 {
  border-bottom: 1px solid #7fbfe5;
}

.item_area_ttl-text {
  font-size: 2rem;
  font-weight: bold;
}

.item_area_ttl-sort {
  display: flex;
  align-items: center;
}

.item_area_ttl-sort dt {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 3px;
}

.item_area_ttl-sort dd {
  font-weight: bold;
  font-size: 1.6rem;
}

.item_area_ttl-sort dd a {
  display: inline-block;
  border-radius: 30px;
  padding: 5px 10px;
  color: #0087c7;
  border: 2px solid #7fbfe5;
  line-height: 1;
}

.item_area_ttl-sort dd a.current {
  color: #fff;
  background: #7fbfe5;
}

.item_area_ttl-view {
  display: flex;
  align-items: center;
}

.item_area_ttl-view dt {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 3px;
}

.item_area_ttl-view dd {
  line-height: 0;
}

.item_area_ttl-view dd a {
  display: inline-block;
  border-radius: 4px;
  width: 50px;
  height: 30px;
  text-align: center;
  border: 2px solid #7fbfe5;
  background-color: #fff;
  line-height: 0;
}

.item_area_ttl-view dd a.current {
  background-color: #7fbfe5;
}

.item_area_ttl-view dd a.view_btn_grid {
  background-image: url(/assets/img/common/view_btn_grid.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.item_area_ttl-view dd a.view_btn_list {
  background-image: url(/assets/img/common/view_btn_list.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.item_area_ttl-view dd a.view_btn_grid.current {
  background-image: url(/assets/img/common/view_btn_grid_w.svg);
}

.item_area_ttl-view dd a.view_btn_list.current {
  background-image: url(/assets/img/common/view_btn_list_w.svg);
}

/* END item_area_ttl */
/* common-parts-tab */
.common-parts-tab {
  padding-top: 10px;
  margin-bottom: 25px;
}

.common-parts-tab ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #7fbfe5;
}

.common-parts-tab ul li {
  width: calc(20% - 5px);
  display: table;
  border: 1px solid #d8e5ef;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #edf4fa;
}

.common-parts-tab ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0087c7;
  line-height: 1.1;
}

.common-parts-tab ul li.current {
  border-color: #7fbfe5 !important;
  background: #7fbfe5;
}

.common-parts-tab ul li.current a {
  color: #fff;
  opacity: 1 !important;
}

/* tbl-type01 */
.tbl-type01 {
  width: 100%;
  border: 1px solid #d8e5ef;
  border-collapse: collapse;
  margin: 20px 0 30px;
}

.tbl-type01 td,
.tbl-type01 th {
  padding: 20px;
  border: 1px solid #d8e5ef;
  vertical-align: middle;
}

.tbl-type01 th {
  text-align: center;
  font-weight: bold;
}

.tbl-type01 .tbl-type01__td01 {
  background: #d8e5ef;
  font-weight: bold;
  text-align: center;
}

.tbl-type01 .tbl-type01__td02 {
  background: #edf4fa;
  font-weight: bold;
  text-align: center;
}

/* END tbl-type01 */
/*------------------------------
01.商品詳細
------------------------------*/
#contents .blockbox.item-detail-header {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 5px;
}

.item-detail-header p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.item-detail-header__ttl {
  position: relative;
  width: 644px;
  float: right;
  font-size: 2.4rem;
  color: #0087c7;
  font-weight: bold;
  border-bottom: dashed 1px #0087c7;
  margin-bottom: 20px;
  padding-bottom: 10px;
  min-height: 75px;
  padding-right: 70px;
}

.item-detail-header__ttl01 {
  font-size: 1.5rem;
  color: #0087c7;
  margin-bottom: 5px;
}

.item-detail-header__ttl02 {
  color: #000000;
}

.item-detail-header__ttl-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.item-detail-header__ph {
  width: 248px;
  float: left;
}

.item-detail-header__ph img {
  max-width: 100%;
  height: auto;
}

#item-detail-ph {
  border: 1px solid #d8e5ef;
  line-height: 0;
  margin-bottom: 15px;
}

#item-detail-thumb ul {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  margin-right: -12px;
}

#item-detail-thumb ul li {
  width: 76px;
  margin: 0 12px 12px 0;
  line-height: 0;
  border: 1px solid #d8e5ef;
}

#item-detail-thumb ul li.slick-current {
  border: 2px solid #7fbfe5;
}

.item-detail-header__desc {
  width: 644px;
  float: right;
}

.item-detail-header__desc__inner {
  margin: 30px 0 15px;
  background: #edf4fa;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.item-detail-header__desc__inner figure {
  width: 80px;
  margin-right: 15px;
}

.item-detail-header__desc__inner p {
  width: calc(100% - 95px);
}

.item-detail-header__desc__inner-list {
  width: 100%;
  padding-left: 95px;
}

.item-detail-header__desc__inner ul {
  display: table;
  width: 100%;
}

.item-detail-header__desc__inner ul li {
  display: table-cell;
  height: 54px;
  width: 120px;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #edf4fa;
}

.item-detail-header__desc__inner ul li.line2 {
  width: 120px;
  text-align: left;
  font-size: 1.4rem;
  width: 168px;
  line-height: 1.4;
}

.item-detail-header__desc__inner ul li.line2 img {
  float: left;
  margin-right: 10px;
}

.item-detail-header__cate {
  border-top: 1px solid #d8e5ef;
  padding: 20px 0 0;
  margin: 20px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.item-detail-header__cate dl {
  display: table;
}

.item-detail-header__cate dt {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}

.item-detail-header__cate dt img {
  width: 30px;
}

.item-detail-header__cate dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
}

.item-detail-sns {
  margin: 10px 0;
}

.item-detail-sns ul {
  display: flex;
  /* justify-content: flex-end; */
  margin-left: -7px;
}

.item-detail-sns ul li {
  margin-left: 7px;
}

.item-detail-sns ul li a {
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  display: block;
  padding: 7px 12px;
  background-color: #315096;
  color: #fff;
  border-radius: 4px;
}

.item-detail-sns ul li.item-detail-sns__mail a {
  background: #f9837f url(/assets/img/common/icon_mail_w.svg) 7px 50% no-repeat;
  background-size: 18px 14px;
  padding-left: 33px;
}

.item-detail-sns ul li.item-detail-sns__fb-good a {
  background: #315096 url(/assets/img/common/icon_fb_w.svg) 7px 50% no-repeat;
  background-size: 11px 20px;
  padding-left: 32px;
  padding-right: 16px;
}

.item-detail-sns ul li.item-detail-sns__tw a {
  background: #55acee url(/assets/img/common/icon_twitter_w.svg) 7px 50% no-repeat;
  background-size: 20px 16px;
  padding-left: 33px;
}

.item-detail-sns ul li.item-detail-sns__line a {
  background: #00b800 url(/assets/img/common/icon_line_w.svg) 6px 50% no-repeat;
  background-size: 24px 22px;
  padding-left: 34px;
}

.item-detail-body p {
  font-size: 1.6rem;
}

/* item-detal-cart(商品：カートまわり)*/
.item-detal-cart {
  padding-top: 14px;
}

.item-detal-cart__teiki {
  position: relative;
  background: #f7f6f2;
}

.item-detal-cart__teiki .flow-list {
  position: absolute;
  top: 145px;
  left: 20;
  z-index: 1;
}

.item-detal-cart__teiki p {
  padding: 12px 15px 12px calc(15px + 1em);
  letter-spacing: -1px;
  text-indent: -1em;
}

.item-detal-cart__teiki__inner {
  border-bottom: 1px solid #eae7db;
  padding: 20px 5px 50px 25px;
}

.item-detal-cart__comment {
  margin: 20px 0 30px;
}

.item-detal-cart .icon-wrap {
  display: table;
  margin-right: 13px;
}

.item-detal-cart .icon-wrap .icon {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
  width: 62px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.item-detal-cart .icon-wrap .icon .min {
  font-size: 1.6rem;
}

.item-detal-cart .icon-wrap .icon .blue {
  height: 62px;
  width: 62px;
  font-size: 2rem;
  text-align: center;
  background: #0087C7;
  color: #FFFFFF;
  border-radius: 4px;
  display: block;
  padding: 7px 0 0 0;
}

.item-detal-cart .icon-wrap .icon .red {
  height: 62px;
  width: 62px;
  font-size: 2rem;
  text-align: center;
  background: #DD4343;
  color: #FFFFFF;
  border-radius: 4px;
  display: block;
  padding: 7px 0 0 0;
  text-indent: 0em;
}

.item-detal-cart .cart-price {
  width: 212px;
  font-weight: bold;
  font-size: 1.8rem;
}

.item-detal-cart .cart-price strong {
  font-size: 2.6rem;
}

.item-detal-cart .cart-price .tax {
  font-size: 1.3rem;
}

.item-detal-cart .cart-price .free-shipping-txt {
  font-size: 1.6rem;
  color: #dd4343;
}

.item-detal-cart .cart-num {
  width: 160px;
  display: flex;
  align-items: center;
}

.item-detal-cart .cart-num dt {
  margin-right: 6px;
  font-weight: bold;
}

.item-detal-cart .cart-num dd {
  width: 70px;
}

.item-detal-cart .cart-num dd .pulldown select {
  width: 70px;
}

.item-detal-cart .cart-num dd:last-child {
  width: 30px;
  padding-left: 8px;
  font-weight: bold;
}

.item-detal-cart .cart-btn-wrap {
  width: 275px;
}

.item-detal-cart .cart-btn-wrap .reserve {
  background: linear-gradient(to bottom, #30C61D 1%, #15AB02 100%);
}

.cart-btn-wrap a.btn-cart-teiki {
  display: block;
  background: #F27D2F;
  background: linear-gradient(to bottom, #fc9c55 1%, #ed701b 100%);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.cart-btn-wrap a.btn-cart-once {
  display: block;
  background: #0087C7;
  background: linear-gradient(to bottom, #2ea3da 1%, #007fbb 100%);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.cart-btn-wrap a .icon {
  background: url(/assets/img/common/icon_cart_out_wh.svg) left center no-repeat;
  background-size: 24px 21px;
  padding-left: 32px;
  display: inline-block;
  font-size: 1.4rem;
}

.item-detal-cart__teiki__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.item-detal-cart__once {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 5px 16px 25px;
  border-bottom: 1px solid #d8e5ef;
}

.item-request-num-wrap {
  padding-top: 5px;
  line-height: 1;
  width: 100%;
  text-align: right;
}

.item-request-num-wrap .item-request-num {
  border: 1px solid #000;
  padding: 5px;
  font-weight: bold;
  font-size: 1.3rem;
  color: #000000;
  display: inline-block;
}

.item-request-num-wrap .shipping-schedule {
  font-size: 1.4rem;
  padding-right: 1em;
}

.item-detal-cart .banner-deli {
  width: 100%;
  padding-bottom: 10px;
}

.item-detal-cart .banner-deli .banner {
  vertical-align: middle;
  padding-left: 0px;
  width: 30%;
  height: 37px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.item-detal-cart .banner-deli .banner .red {
  background: #DD4343;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 4px;
}

.item-detal-cart .banner-deli .banner .blue {
  background: #0087C7;
  color: #FFFFFF;
  border-radius: 4px;
}

.item-detal-cart .banner-deli p {
  padding: 12px 15px 12px calc(15px + 1em);
  letter-spacing: -1px;
  text-indent: -1em;
}

.item-detal-cart__teiki__inner p {
  font-size: 1.3rem;
  width: 100%;
  padding: 0 0 0 20px;
}

/* END item-detal-cart(商品：カートまわり) */
/* item-detail-osusume */
.item-detail-osusume {
  display: flex;
  background: #edf4fa;
  margin-bottom: 20px;
}

.item-detail-osusume figure {
  box-sizing: border-box;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  background: #d8e5ef;
  padding: 25px 10px;
  font-weight: bold;
  line-height: 1.2;
}

.item-detail-osusume figure img {
  margin-bottom: 10px;
}

.item-detail-osusume dl {
  padding: 25px;
  width: 100%;
}

.item-detail-osusume dl dt {
  color: #0087c7;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid #0087c7;
  margin-bottom: 15px;
}

.item-detail-osusume dl dd li {
  background: url(/assets/img/common/icon_check02.png) 0 2px no-repeat;
  padding-left: 31px;
  margin-bottom: 13px;
  font-weight: bold;
}

.item-detail-osusume dl dd ul li:last-child {
  margin-bottom: 0;
}

/* END item-detail-osusume */
/**/
.item-detail-point__ttl {
  color: #0087c7;
  font-size: 1.8rem !important;
  font-weight: bold;
  margin-bottom: 15px;
}

.item-detail-point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.item-detail-point dt {
  width: 228px;
}

.item-detail-point dt img {
  border: 1px solid #d8e5ef;
}

.item-detail-point dd {
  width: calc(100% - 248px);
}

.item-detail-point.point-r dt {
  order: 2;
}

.item-detail-point.point-r dd {
  order: 1;
}

.item-detail-point.point-l dt {
  order: 1;
}

.item-detail-point.point-l dd {
  order: 2;
}

/* item-detail-sfaffbox */
.item-detail-sfaffbox {
  margin: 40px 0;
  background: #edf4fa;
  padding: 23px 25px;
  position: relative;
  overflow: hidden;
  min-height: 230px;
}

.item-detail-sfaffbox dl dt {
  position: relative;
  text-align: center;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 15px;
  color: #0087c7;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  border-radius: 6px;
  box-shadow: 2px 3px 0px #d8e5ef;
}

.item-detail-sfaffbox dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  margin-left: 2px;
  border: 10px solid transparent;
  border-left: 10px solid #d8e5ef;
  z-index: 1;
}

.item-detail-sfaffbox dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  z-index: 2;
}

.item-detail-sfaffbox dl dd {
  font-size: 1.6rem;
}

.item-detail-sfaffbox figure {
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1;
  line-height: 0;
}

/* END item-detail-sfaffbox */
/* user-voice(愛用者のお声) */
.user-voice {
  margin-bottom: 40px;
  margin-top: 20px;
}

.user-voice__item {
  padding: 20px 0;
  border-bottom: 1px solid #d8e5ef;
  display: flex;
  flex-wrap: wrap;
}

.user-voice .user-voice__item:first-child {
  border-top: 1px solid #d8e5ef;
}

.user-voice__item dt {
  width: 80px;
  margin-right: 12px;
}

.user-voice__item dd {
  width: calc(100% - 92px);
}

.user-voice__star {
  margin-bottom: 10px;
}

.item-detail-body p.user-voice__name {
  font-size: 14px;
  text-align: right;
}

/* END user-voice(愛用者のお声) */
/* item-explain(～をご説明いたします) */
.item-explain {
  background: #f7f6f2;
  padding: 30px 25px 15px;
}

.item-explain figure {
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
  line-height: 0;
  text-align: center;
}

.item-explain figure img {
  max-width: 614px;
  height: auto;
  margin: 0 auto;
}

.item-explain p {
  border-bottom: 1px solid #0087c7;
  font-size: 2rem;
  font-weight: bold;
  color: #0087c7;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.item-explain p strong {
  font-size: 2.8rem;
  padding-right: 2px;
}

.item-explain dl {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 3px;
  display: table;
  width: 100%;
  line-height: 1.4;
}

.item-explain dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  text-align: center;
  background: #0087c7;
  font-size: 1.6rem;
  color: #fff;
  padding: 17px 0;
}

.item-explain dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  background: #fff;
  color: #000000;
  font-size: 1.6rem;
  padding: 17px 20px;
}

.item-explain-zoom {
  margin: 0 0 25px 0;
  text-align: right;
}

.item-explain-zoom > a {
  display: inline-block;
  border: 3px solid #1688c4;
  border-radius: 6px;
  background-color: #FFFFFF;
  width: 120px;
  padding: 5px 0 4px;
  text-align: center;
}

.item-explain-zoom-btn {
  display: inline-block;
  background: url(/assets/img/common/icon_zoom_plus.png) no-repeat 0 center;
  background-size: auto 100%;
  padding: 0 0 0 30px;
  font-weight: bold;
}

/* END item-explain(～をご説明いたします) */
/* item-detail-anchorlist */
.item-detail-anchorlist {
  padding: 26px;
  background: #edf4fa;
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.item-detail-anchorlist li {
  margin-right: 12px;
  min-width: 147px;
}

.item-detail-anchorlist li:last-child {
  margin-right: 0;
}

.item-detail-anchorlist li a {
  display: block;
  position: relative;
  text-align: center;
  background: #fff;
  border: 2px solid #0087c7;
  line-height: 1;
  height: 60px;
  padding: 19px 25px 0 18px;
  color: #0087c7;
  font-weight: bold;
  font-size: 1.7rem;
  border-radius: 6px;
}

.item-detail-anchorlist li a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url(/assets/img/common/icon_arrR_out.svg) 0 0 no-repeat;
  background-size: 6px 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* END item-detail-anchorlist */
/* item-detail-ingredient */
.item-detail-ingredient {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.item-detail-ingredient dl {
  box-sizing: border-box;
  width: 50%;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
}

.item-detail-ingredient dl dt {
  text-align: left;
}

.item-detail-ingredient dl dt a {
  text-decoration: underline;
}

.item-detail-ingredient dl dd {
  text-align: right;
  padding-left: 10px;
}

.item-detail-ingredient hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8e5ef;
  margin: 15px 20px;
}

.item-detail-ingredient p {
  padding: 0 15px;
}

/* END item-detail-ingredient */
/* qa-support-box */
.qa-support-box {
  position: relative;
  margin: 40px 0;
  position: relative;
  border: 4px solid #d8e5ef;
  display: flex;
  padding: 16px 20px 16px 0;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}

.qa-support-box figure {
  position: absolute;
  left: 5px;
  bottom: 0;
  z-index: 2;
  line-height: 0;
}

.qa-support-box p {
  padding-left: 105px;
}

.qa-support-box a {
  position: relative;
  display: block;
  min-width: 220px;
  max-width: 220px;
  border: 2px solid #0087c7;
  border-radius: 60px;
  text-align: center;
  color: #0087c7;
  line-height: 1.3;
  padding: 9px;
  background: #FFFFFF url(/assets/img/common/icon_arrR_out.svg) calc(100% - 10px) 50% no-repeat;
  background-size: 6px 10px;
}

/* END qa-support-box */
/* recommend-box */
#recommend-box {
  position: relative;
  overflow: visible;
}

#recommend-box .block_tit {
  font-size: 2rem;
  color: #0087c7;
  font-weight: bold;
  border-bottom: dashed 1px #0087c7;
  margin-bottom: 0px;
  padding-bottom: 10px;
  margin-top: 40px;
}

#recommend-box .toglist ul {
  display: flex;
  flex-wrap: wrap;
}

#recommend-box .toglist li {
  width: 162px;
  margin-left: 10px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 110px;
}

#recommend-box .toglist li:nth-child(4n+1) {
  margin-left: 0;
}

#recommend-box .toglist li .caption {
  display: table;
  width: 100%;
  background: #edf4fa;
  text-align: center;
  position: relative;
  line-height: 1.4;
}

#recommend-box .toglist li .caption p {
  display: table-cell;
  vertical-align: middle;
  height: 76px;
  padding: 5px;
  font-size: 1.4rem;
}

#recommend-box .toglist li .caption:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #edf4fa;
}

#recommend-box .toglist li .img {
  background: #FFFFFF;
  border: solid 2px #D8E5EF;
  overflow: hidden;
  position: relative;
  line-height: 0;
  max-width: 100%;
  height: auto;
  text-align: center;
  border-radius: 2px;
}

#recommend-box .toglist li .img a {
  line-height: 0;
  display: block;
}

/*
#reco .toglist li .img.renew a:before { position: absolute; content: "　"; background: url(/assets/img/top/toglist_renew.png) no-repeat; width: 92px; height: 92px; left: 0; top: 0;z-index: 1;}
*/
#recommend-box .toglist li .img img {
  max-width: 100%;
  height: auto;
  z-index: 0;
}

#recommend-box .toglist li .product {
  font-weight: bold;
  margin-top: 10px;
}

#recommend-box .toglist li .product .small {
  font-size: 1.3rem;
}

#recommend-box .toglist li .price {
  font-size: 1.3rem;
  font-weight: bold;
  border-top: solid 1px #D8E5EF;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  bottom: 40px;
}

#recommend-box .toglist li .price .big {
  font-size: 2rem;
}

#recommend-box .toglist li .btn_detail {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#recommend-box .toglist li .btn_detail a {
  width: 100%;
  text-align: center;
  padding: 5px 30px;
}

#recommend-box .toglist li .btn_buy {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#recommend-box .toglist li .btn_buy a {
  width: 100%;
  text-align: center;
  padding: 5px 15px;
}

#recommend-box .toglist li .btn_buy a .icon {
  background: url(/assets/img/common/icon_cart_out_wh.svg) no-repeat left center;
  background-size: auto 16px;
  padding-left: 20px;
  display: block;
  font-size: 1.6rem;
}

#recommend-box .toglist li .img a {
  position: relative;
}

#recommend-box .toglist li .img a .kwsk {
  display: none;
}

#recommend-box .toglist li .img a:hover {
  opacity: 1;
  z-index: 999;
}

#recommend-box .toglist li .img a:hover .kwsk {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 1.4rem;
  background: rgba(0, 135, 199, 0.5);
  padding-top: 80px;
  font-weight: bold;
  z-index: 999;
}

/* END recommend-box */
/* item-detail-type */
.item-detail-type {
  padding-bottom: 22px;
}

.item-detail-type__ttl {
  color: #0087c7;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.item-detail-type__list {
  display: flex;
  flex-wrap: wrap;
}

.item-detail-type__list li {
  border: 1px solid #d8e5ef;
  width: 214px;
  margin: 0 18px 18px 0;
}

.item-detail-type__list li:nth-of-type(3n) {
  margin: 0 0px 18px 0;
}

.item-detail-type__list li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 13px 18px 13px 10px;
  text-decoration: none;
  color: #583f3a;
}

.item-detail-type__list li a.current {
  background: #f7f6f2;
  pointer-events: none;
}

.item-detail-type__list li a::after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #583f3a;
  border-bottom: 1px solid #583f3a;
  right: 8px;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.item-detail-type__list li a figure {
  width: 40px;
  line-height: 0;
  align-self: center;
}

.item-detail-type__list li a figure img {
  width: 100%;
  height: auto;
}

.item-detail-type__list li a dl {
  width: calc(100% - 49px);
}

.item-detail-type__list li a dl dt {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}

.item-detail-type__list li a dl dt strong {
  display: block;
  font-size: 16px;
}

.item-detail-type__list li a dl dt span {
  display: block;
  font-size: 13px;
}

.item-detail-type__list li a dl dd {
  font-size: 13px;
}

.item-detail-type__list li a dl dd span {
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  border: 1px solid #583f3a;
}

/* END item-detail-type */
/* item-detail-popSet */
.item-detail-popSet {
  overflow: hidden;
  border: solid 3px #D2D2D2;
  margin: 20px 0 10px 0;
  padding: 20px 5px 20px 5px;
}

.item-detail-popSet__ttl {
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #D2D2D2;
  margin-bottom: 5px;
}

.item-detail-popSet__l {
  width: 25%;
  float: left;
}

.item-detail-popSet__ph {
  border: 1px solid #d8e5ef;
  line-height: 0;
}

.item-detail-popSet__ph img {
  max-width: 100%;
  height: auto;
}

.item-detail-popSet__r {
  width: 75%;
  float: right;
}

.item-detail-popSet__r .item-detal-cart__once {
  border-bottom: none;
}

.item-detail-popSet_cart__ttl {
  width: 80%;
  font-weight: bold;
  font-size: 1.8rem;
}

.item-detail-popSet_cart__price {
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: right;
  padding: 10px;
}

/* END item-detail-popSet */
/*------------------------------
02.検索
------------------------------*/
/* .search_box{
	margin-top: 25px;
	margin-bottom: 25px;
} */
.search_box form {
  background: #edf4fa;
  padding: 15px;
  margin-bottom: 15px;
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;*/
}

.search_box .search_box_input {
  height: 46px;
  width: 400px;
  font-size: 1.6rem;
  padding-left: 12px;
  margin-right: 10px;
}

.search_box_text {
  border-top: 1px solid #d8e5ef;
  padding: 25px 0;
}

.search_box_btn {
  margin-right: 15px;
  height: 46px;
  width: 100px;
  background: #0087c7 url(/assets/img/common/icon_search.svg) 17px 50% no-repeat;
  background-size: 20px 20px;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  padding-left: 43px;
}

.search_txt_dot {
  margin-bottom: 30px;
}

.search_txt_dot ._pbox-recommend {
  border: 1px solid #d8e5ef;
  margin-bottom: 0px;
}

.search_txt_dot ._pbox-recommend ._caption {
  padding: 10px 15px;
  line-height: 1;
  color: #0087c7;
  font-size: 1.8rem;
  font-weight: bold;
  background: #edf4fa;
  border-bottom: 1px solid #d8e5ef;
}

._records ._record {
  padding: 20px 0px;
  border-bottom: 1px solid #d8e5ef;
}

.search_txt_dot ._pbox-recommend ._records ._record {
  padding: 20px 15px;
}

.search_txt_dot ._pbox-recommend ._records ._record:last-child {
  border-bottom: none;
}

._records ._record ._id {
  display: none;
}

._records ._record ._image {
  width: 140px;
  text-align: center;
  float: left;
}

._records ._record ._image img {
  width: 98px;
}

._records ._record ._title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

._records ._record ._summary,
._records ._record ._nearby {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

._records ._record ._nearby em {
  background-color: #fef4d1;
  font-weight: bold;
}

._records ._record ._url {
  font-size: 1.6rem;
}

._records ._record ._url a {
  color: #0087c7 !important;
  text-decoration: underline;
  word-break: break-all;
}

._records ._record ._image + ._title {
  padding-left: 155px;
}

._records ._record ._image + ._title + ._summary {
  padding-left: 155px;
}

._records ._record ._image + ._title + ._summary + ._url {
  padding-left: 155px;
}

._records ._record ._nearby + ._url a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

._records ._record ._nearby + ._url a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 4px;
  height: 1px;
  border: 4px solid transparent;
  border-left: 4px solid #7FBFE5;
}

/*------------------------------
03.50音順/成分/目的
------------------------------*/
/* item-search__tag */
.item-search__tag {
  background: #edf4fa;
  margin: 30px 0 30px;
}

.item-search__tag + .heading-type01 {
  margin-top: 0;
}

.item-search__tag ul {
  display: flex;
  padding: 15px 8px 15px 13px;
}

.item-search__tag ul li {
  min-width: 54px;
  margin-right: 4px;
}

.item-search__tag ul li a {
  position: relative;
  display: block;
  border-radius: 30px;
  padding: 6px 11px 6px 22px;
  font-size: 1.8rem;
  border: 1px solid #d8e5ef;
  background: #fff;
  line-height: 1;
  color: #0087c7;
}

.item-search__tag ul li a::after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0087c7;
  border-bottom: 1px solid #0087c7;
  left: 9px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.item-search__tag ul li.current a {
  background: #0087c7;
  color: #fff;
}

.item-search__tag ul li.current a::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* END item-search__tag */
/* item-search__tab */
.item-search__tab {
  margin-bottom: 28px;
}

.item-search__tab ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #7fbfe5;
}

.item-search__tab ul li {
  width: 134px;
}

.item-search__tab ul li a {
  display: block;
  height: 60px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #d8e5ef;
  border-bottom: none;
  background: #edf4fa;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0087c7;
  line-height: 1.1;
  padding-top: 14px;
}

.item-search__tab ul li a span {
  font-size: 2.6rem;
}

.item-search__tab ul li.current a {
  font-size: 2rem;
  border-color: #7fbfe5 !important;
  background: #7fbfe5;
  color: #fff;
  padding-top: 12px;
  opacity: 1 !important;
}

/*
.item-search__tab ul li a:hover{
	border-color: #7fbfe5 !important;
	background: #7fbfe5;
	color:#fff;
	opacity: 1 !important;
}
*/
.item-search__tab ul li.current a span {
  font-size: 3rem;
}

/* END item-search__tab */
/* item-search-purpose */
.item-search-purpose .heading-type01 {
  margin-left: 0;
  margin-right: 0;
}

.item-search-purpose__list li {
  display: inline;
  font-weight: bold;
}

.item-search-purpose__list li a {
  position: relative;
  color: #0087c7;
  text-decoration: underline;
}

.item-search-purpose__list li::after {
  content: "、";
  display: inline;
}

.item-search-purpose__list li:last-child::after {
  display: none;
}

/* END item-search-purpose */
/* item-search__list01 */
.item-search__list01 {
  display: flex;
  flex-wrap: wrap;
}

.item-search__list01 li {
  width: 50%;
  margin-bottom: 10px;
  line-height: 1.3;
}

.item-search__list01 li:nth-of-type(2n-1) {
  padding-right: 15px;
}

.item-search__list01 li:nth-of-type(2n) {
  padding-left: 15px;
}

.item-search__list01 li a {
  padding-left: 15px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.item-search__list01 li a:before {
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 1px;
  border: 4px solid transparent;
  border-left: 5px solid #7FBFE5;
}

/* END item-search__list01 */
/* item-search__list02 */
.item-search__list02 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.item-search__list02 li {
  width: 25%;
  margin-bottom: 10px;
  line-height: 1.3;
  padding-right: 15px;
}

.item-search__list02 li a {
  padding-left: 15px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.item-search__list02 li a:before {
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 1px;
  border: 4px solid transparent;
  border-left: 5px solid #7FBFE5;
}

/* END item-search__list02 */
.product-list.product-list__grid + .heading-type01 {
  margin-top: 10px;
}

/* item-search__desc */
.item-search__desc {
  margin: 30px 0;
  background: #edf4fa;
  padding: 25px;
}

.item-search__desc h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.item-search__desc p {
  font-size: 1.5rem;
}

.item-search__desc *:last-child {
  margin-bottom: 0;
}

/* END item-search__desc */
/* item-search__purpose-index */
.item-search__purpose-index {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0 0;
}

.item-search__purpose-index dl {
  width: 325px;
  margin: 0 27px 40px 0;
  position: relative;
}

.item-search__purpose-index dl:nth-of-type(2n) {
  margin-right: 0;
}

.item-search__purpose-index dl:nth-of-type(5),
.item-search__purpose-index dl:nth-of-type(6) {
  margin-bottom: 0;
}

.item-search__purpose-index dl dt {
  position: relative;
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
  border-bottom: solid 1px #7fbfe5;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.item-search__purpose-index dl dt figure {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
}

.item-search__purpose-index dl dd {
  padding-left: 118px;
}

.item-search__purpose-index dl dd li {
  margin-bottom: 10px;
  line-height: 1.3;
}

.item-search__purpose-index dl dd li a {
  padding-left: 13px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.item-search__purpose-index dl dd li a:before {
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 1px;
  border: 4px solid transparent;
  border-left: 5px solid #7FBFE5;
}

/* END item-search__purpose-index */
/* KBS_PENCIL-3758 start*/
.float-banner-wrapper {
  height: 115px;
}

#float-banner {
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  height: 115px;
  max-width: 1000px;
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  background: #fff;
  border: dashed 1px #0087c7;
  border-radius: 10px;
  background: #f7fcfe;
}

#float-banner .float-banner-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

#float-banner .float-banner-list .float-banner-left {
  width: 70%;
  padding-left: 85px;
  position: relative;
}

#float-banner .float-banner-list .float-banner-left::after {
  content: "";
  display: block;
  width: 75px;
  height: 72px;
  background: url(/assets/img/common/icon_keihin_point.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

#float-banner .float-banner-list .float-banner-left .float-banner-left-point {
  font-weight: bold;
  font-size: 2.2rem;
  color: #000;
}

#float-banner .float-banner-list .float-banner-left .float-banner-left-point .red {
  color: #de4343;
}

#float-banner .float-banner-list .float-banner-left .float-banner-left-limit {
  font-size: 1.2rem;
}

#float-banner .float-banner-list .float-banner-left .float-banner-left-limit br {
  display: none;
}

#float-banner .float-banner-list .float-banner-left dl {
  display: flex;
  justify-content: space-between;
  border: 1px solid #000;
  width: 80%;
  align-items: center;
}

#float-banner .float-banner-list .float-banner-left dl dt {
  font-size: 20px;
  font-weight: bold;
  background: #edf4fa;
  padding: 10px;
  width: 70%;
}

#float-banner .float-banner-list .float-banner-left dl dd {
  padding: 10px;
  font-size: 18px;
}

#float-banner .float-banner-list .float-banner-right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#float-banner .float-banner-list .float-banner-right .float-banner-btn {
  background: #ec7430;
  padding: 10px 10px 10px 30px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  position: relative;
}

#float-banner .float-banner-list .float-banner-right .float-banner-btn::after {
  content: "";
  display: block;
  width: 27px;
  height: 24px;
  background: url(/assets/img/common/icon_keihin_cart.png) no-repeat center center;
  background-size: 100%;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}

#float-banner .float-banner-list .float-banner-right .float-banner-btn span {
  color: #fff;
  font-weight: bold;
}

#float-banner .float-banner-list .float-banner-right .float-banner-btn span br {
  display: none;
}

#float-banner .float-banner-text {
  color: #000;
  font-size: 15px;
  line-height: 1;
  margin-top: 15px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  display: none;
}

#float-banner.fade_on {
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

#contents.keihin #popfind_navi.fix {
  position: fixed;
  z-index: 99999;
  top: 115px;
  left: auto;
  transition: 0.2s;
}

#contents.keihin #popfind_result.fix {
  margin-left: auto;
  transition: 0.2s;
}

#contents.keihin .search_box_outer {
  min-height: 130px;
}

.keihin .search_box_wrapper {
  background: #ece7da;
  padding: 20px;
  border-radius: 10px;
  width: 700px;
}

.keihin .search_box_wrapper .search_box form {
  padding: 0;
  background: #ece7da;
}

.keihin #popfind_result .search_box {
  padding-bottom: 0;
  border-bottom: 0;
  background: #ece7da;
}

.keihin #popfind_result .search_box .search_box_input {
  width: 540px;
}

.keihin #popfind_result .search_box .search_box_btn {
  margin-right: 0;
}

#contents.keihin .search_box_wrapper.fix {
  position: fixed;
  z-index: 99999;
  top: 100px;
  right: auto;
  transition: 0.2s;
}

#contents.keihin #float-banner.clear {
  position: static;
  transition: 0.2s;
}

#contents.keihin #popfind_navi.clear {
  position: static;
  z-index: 1;
  top: auto;
  left: auto;
  transition: 0.2s;
}

#contents.keihin #popfind_result.clear {
  margin-left: auto;
  border: none;
}

#contents.keihin .search_box_wrapper.clear {
  position: static;
  z-index: auto;
  top: auto;
  right: auto;
  transition: 0.2s;
}

.keihin .search_box_sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .float-banner-wrapper {
    height: auto;
    width: 90%;
    margin: 0 auto;
    min-height: 186px;
  }
  #float-banner {
    height: auto;
    width: 100%;
    padding: 10px 0 10px;
    min-height: 180px;
  }
  #float-banner .float-banner-list {
    display: block;
    padding: 0;
  }
  #float-banner .float-banner-list .float-banner-left {
    width: 100%;
    padding-left: 0px;
  }
  #float-banner .float-banner-list .float-banner-left::after {
    top: 25%;
    left: 10px;
    width: 62px;
    height: 60px;
  }
  #float-banner .float-banner-list .float-banner-left .float-banner-left-point {
    font-size: 1.5rem;
    padding-left: 75px;
    margin-bottom: 10px;
  }
  #float-banner .float-banner-list .float-banner-left .float-banner-left-point .red {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
  }
  #float-banner .float-banner-list .float-banner-left .float-banner-left-point .point {
    font-size: 2.2rem;
    margin-right: 5px;
  }
  #float-banner .float-banner-list .float-banner-left .float-banner-left-limit br {
    display: block;
  }
  #float-banner .float-banner-list .float-banner-left .float-banner-left-limit {
    text-align: center;
    font-size: 1.3rem;
    margin: 10px 0;
    line-height: 1.5;
  }
  #float-banner .float-banner-list .float-banner-right {
    width: 100%;
  }
  #float-banner .float-banner-list .float-banner-right .float-banner-btn {
    width: 75%;
    padding: 8px 10px 8px 30px;
  }
  #float-banner .float-banner-list .float-banner-right .float-banner-btn::after {
    width: 23px;
    height: 21px;
  }
  #float-banner .float-banner-list .float-banner-right .float-banner-btn span {
    font-size: 15px;
  }
  #float-banner .float-banner-list .float-banner-right .float-banner-btn span br {
    display: block;
  }
  #float-banner .float-banner-text {
    display: none;
  }
  #float-banner.fade_on {
    left: 50%;
    transform: translate(-50%, 0px);
    width: 90%;
  }
  .keihin .search_box_wrapper {
    height: auto;
    width: 100%;
    border-radius: 0;
  }
  .keihin .search_box_sp {
    display: block;
  }
  #contents .keihin .search_box_wrapper .notes {
    margin-top: 15px;
    margin-left: 0;
  }
  .keihin #popfind_result .search_box .search_box_input {
    width: calc(100% - 90px);
  }
}
/* KBS_PENCIL-3758 end*/
/*------------------------------
04.ご利用ガイド
------------------------------*/
#guide-search.search_box form {
  background: #fff;
  padding: 0px;
}

/* link-list-type01 */
.link-list-type01 li {
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.link-list-type01 li a {
  padding-left: 27px;
  text-decoration: underline;
  display: inline-block;
  min-height: 22px;
  color: #000000;
  background: url(/assets/img/common/icon_arrR.svg) 0 0.15em no-repeat;
  background-size: 20px 20px;
}

/* END link-list-type01 */
/* guide-index */
.guide-index {
  display: flex;
  margin-bottom: 35px;
}

.guide-index .guide-index__l {
  border: 1px solid #d8e5ef;
  padding: 28px 26px;
  background: #fff;
  width: 375px;
}

.guide-index .guide-index__l li {
  text-align: center;
  margin-bottom: 10px;
}

.guide-index .guide-index__l li:last-child {
  margin-bottom: 0;
}

.guide-index .guide-index__l li a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background: url(/assets/img/common/icon_arrR_wh.svg) no-repeat right 15px center #0087C7;
  background-size: 26px auto;
  -webkit-border-radius: 30px;
}

.guide-index .guide-index__l li a span {
  padding: 15px 50px;
  display: block;
}

.guide-index .guide-index__l li a span.icon-begin {
  background: url(/assets/img/common/icon_first.svg) 10px center no-repeat;
  background-size: 50px 50px;
}

.guide-index .guide-index__l li a span.icon-pc {
  background: url(/assets/img/common/icon_pc.svg) 10px center no-repeat;
  background-size: 50px 50px;
}

.guide-index .guide-index__r {
  width: calc(100% - 375px);
  background: #edf4fa;
  padding: 25px 25px 15px 25px;
}

.guide-index .guide-index__r dt {
  font-size: 2rem;
  font-weight: bold;
  color: #0087c7;
  line-height: 1.1;
  margin-bottom: 18px;
}

.guide-index .guide-index__r dd ul {
  display: flex;
  flex-wrap: wrap;
}

.guide-index .guide-index__r dd ul li {
  width: 50%;
}

/* END guide-index */
/* guide-index-list */
.guide-index-list {
  display: flex;
  flex-wrap: wrap;
}

.guide-index-list dl {
  width: 285px;
  margin: 0 30px 35px 0;
  padding-bottom: 45px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.guide-index-list dl:nth-of-type(3n) {
  margin-right: 0;
}

.guide-index-list dl .btnboxright2 {
  position: absolute;
  bottom: 10px;
  right: 0;
}

#contents .btnblwh.btnarrblue2 {
  background: url(/assets/img/common/icon_arrR_out.svg) no-repeat right 15px center #FFFFFF;
  background-size: 10px auto;
  padding: 3px 28px 3px 18px;
}

.guide-index-list dl dt {
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
  border-bottom: solid 1px #7fbfe5;
  margin-bottom: 22px;
  padding-bottom: 10px;
}

.guide-index-list dl dt a {
  display: block;
}

/* END guide-index-list */
.point-text-type01 {
  padding: 20px;
  border: 2px solid #d8e5ef;
  margin: 25px 0;
}

/* faq-ttl */
.faq-ttl {
  margin-bottom: 25px;
}

.faq-ttl dt {
  padding: 0 0 15px 50px;
  border-bottom: dashed 1px #7FBFE5;
  font-weight: bold;
  font-size: 2.4rem;
  background: url(/assets/img/common/icon_faq_q.svg) 0 0.12em no-repeat;
  background-size: 34px 34px;
  margin-bottom: 20px;
}

.faq-ttl dd {
  background: url(/assets/img/common/icon_faq_a.svg) 0 0.2em no-repeat;
  background-size: 34px 34px;
  padding: 8px 0 0px 50px;
  min-height: 40px;
}

/* END faq-ttl */
/* faq */
.faq-img {
  box-sizing: border-box;
  max-width: 100%;
  padding: 16px;
  border: 4px solid #eee;
}

.faq-link {
  text-decoration: underline;
  color: #dd4343;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.faq_noticebox {
  margin-top: 25px;
  border: 2px solid #d8e5ef;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  font-size: 1.5rem;
}

.faq_noticebox .title {
  color: #DE4343;
  font-weight: bold;
}

.faq_noticebox .link {
  text-decoration: underline;
  color: #0188C8;
}

.faq_noticebox p {
  margin-bottom: 0;
}

.box_enquete_faq {
  margin-top: 50px;
  height: 70px;
}

.box_enquete_faq_select {
  display: flex;
  justify-content: space-between;
}

.box_enquete_faq_select a {
  width: 47%;
  height: 50px;
  border-radius: 25px;
  box-shadow: 4px 4px 2px 0px rgba(19, 33, 4, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_enquete_faq_select a.faq-enquete_Satisfied {
  background: #1689c5;
  border: 2px solid #1588c4;
}

.box_enquete_faq_select a.faq-enquete_Dissatisfied {
  background: #fff;
  border: 2px solid #1689c5;
}

.box_enquete_faq_select a span {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}

.box_enquete_faq_select a.faq-enquete_Satisfied span {
  color: #fff;
}

.box_enquete_faq_select a.faq-enquete_Dissatisfied span {
  color: #1689c5;
}

.box_enquete_faq_select a span::before {
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 29px;
  height: 25px;
  content: "";
  position: absolute;
}

.box_enquete_faq_select a.faq-enquete_Satisfied span::before {
  background: url(/assets/img/common/icon_faq_satisfied.png) no-repeat center center;
  background-size: 100%;
}

.box_enquete_faq_select a.faq-enquete_Dissatisfied span::before {
  background: url(/assets/img/common/icon_faq_dissatisfied.png) no-repeat center center;
  background-size: 100%;
}

.box_enquete_faq_end {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #c7c7c7;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
}

.box_enquete_faq_end p {
  margin-bottom: 0;
}

/* END faq */
/* column-ph */
.column-ph {
  overflow: hidden;
}

.column-ph .column-ph__photo {
  float: right;
  margin-left: 20px;
}

/* END column-ph */
/* PC */
#contents .nav_guide-list {
  text-align: center;
  display: table;
  border-collapse: separate;
  border-spacing: 8px 0;
  width: 918px;
  margin: 10px auto 30px;
}

#contents .nav_guide-list li {
  border: 2px solid #0087C7;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#contents .nav_guide-list li a {
  color: #0087C7;
  font-size: 1.2em;
  padding: 18px;
  display: block;
  background: url(/assets/img/common/icon_arr_down_bl.svg) no-repeat center right 10px;
  background-size: auto 10px;
}

#contents .nav_guide-list li a span {
  font-size: 1.1rem;
}

/* SP */
@media screen and (max-width: 640px) {
  #contents .nav_guide-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 4.68%;
  }
  #contents .nav_guide-list li {
    width: 32%;
    display: flex;
    align-items: center;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  #contents .nav_guide-list li:last-child {
    margin-bottom: 0;
  }
  #contents .nav_guide-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  #contents .nav_guide-list li a {
    width: 100%;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 12px 10px;
  }
  #contents .nav_guide-list li a span {
    margin-left: 5px;
  }
}
/*------------------------------
05.サイトマップ
------------------------------*/
.sitemap-box {
  padding-top: 15px;
}

.sitemap-box dl {
  margin: 0 0px 35px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.sitemap-box dl:last-child {
  margin-bottom: 0;
}

.sitemap-box dl dt {
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
  border-bottom: solid 1px #7fbfe5;
  margin-bottom: 22px;
  padding-bottom: 10px;
}

.sitemap-box dl dd ul.link-list-type01 {
  display: flex;
  flex-wrap: wrap;
}

.sitemap-box dl dd ul.link-list-type01 li {
  margin-right: 35px;
}

/*------------------------------
06.特定商取引法に基づく表示
------------------------------*/
.private-box {
  padding-top: 15px;
}

.private-box p {
  margin-bottom: 25px;
}

.private-box > .heading-type01:first-child {
  margin-top: 0;
}

ul.private-box__list {
  margin-bottom: 25px;
}

ul.private-box__list > li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.private-box__list > li::before {
  content: "・";
  display: inline;
}

ol.private-box__list {
  margin-bottom: 25px;
}

ol.private-box__list > li {
  list-style: decimal;
  margin-left: 1.5em;
}

.private-box__tbl {
  border: 1px solid #d8e5ef;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.private-box__tbl th {
  border: 1px solid #d8e5ef;
  text-align: center;
  background: #edf4fa;
  padding: 4px 10px;
  min-width: 180px;
}

.private-box__tbl td {
  border: 1px solid #d8e5ef;
  text-align: center;
  padding: 4px 10px;
}

/*------------------------------
10.製薬会社だからできること
------------------------------*/
#contents .pharmaceutical-box .btnblwh.btnarrblue-l {
  background: url(/assets/img/common/icon_arrL_out.svg) no-repeat left 15px center #FFFFFF;
  background-size: 10px auto;
  padding: 8px 38px 8px 48px;
  text-align: center;
}

#contents .pharmaceutical-box .btnblue-r {
  background: url(/assets/img/common/icon_arrR_out_wh.svg) no-repeat right 12px center #0087C7;
  background-size: 10px auto;
  padding: 8px 48px 8px 38px;
  border: solid 2px #0087C7;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.heading-pharmaceutical {
  position: relative;
  border-bottom: 1px solid #7fbfe5;
  padding: 18px 0 18px 89px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.heading-pharmaceutical .icon01,
.heading-pharmaceutical .icon02,
.heading-pharmaceutical .icon03 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 74px;
  height: 74px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #6bb4df;
  font-size: 2rem;
  line-height: 1.1;
  padding-top: 26px;
  box-sizing: border-box;
}

.heading-pharmaceutical .icon02 {
  padding-top: 15px;
}

.heading-pharmaceutical .icon03 {
  padding-top: 20px;
  font-size: 1.6rem;
}

.pharmaceutical-desc {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-end;
}

.pharmaceutical-desc-ph {
  width: 180px;
  margin-left: 20px;
  order: 2;
}

.pharmaceutical-desc-ph figure {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.pharmaceutical-desc p {
  width: calc(100% - 200px);
  order: 1;
}

.pharmaceutical-notes {
  font-size: 1.3rem;
  display: block;
  text-indent: -2em;
  padding-left: 2em;
}

.pharmaceutical-desc02 {
  background: #edf4fa;
  padding: 27px;
  margin-bottom: 30px;
}

.pharmaceutical-desc02-heading {
  color: #0087c7;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #0087c7;
  padding: 5px 0 8px 42px;
  background: url(/assets/img/guide/pharmaceutical/icon-search.png) 0 0px no-repeat;
  line-height: 1.5;
  margin-bottom: 20px;
}

.pharmaceutical-desc02-ph02 {
  text-align: center;
  line-height: 0;
  margin-top: 20px;
}

.pharmaceutical-desc02-flex {
  display: flex;
}

.pharmaceutical-desc02-flex .pharmaceutical-desc02-ph {
  width: 180px;
  margin-left: 20px;
  order: 2;
}

.pharmaceutical-desc02-flex p {
  width: calc(100% - 200px);
  order: 1;
}

.pharmaceutical-desc02-flex .pharmaceutical-desc02-ph03 {
  width: 276px;
  margin-right: 20px;
  order: 1;
}

.pharmaceutical-desc02-flex p.pharmaceutical-desc02-text03 {
  width: calc(100% - 300px);
  order: 2;
}

.pharmaceutical-linklist p {
  margin-bottom: 0;
  text-align: center;
}

.pharmaceutical-linklist ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pharmaceutical-linklist ul.pharmaceutical-linklist__type02 li {
  width: 240px;
}

#contents .pharmaceutical-box .pharmaceutical-linklist ul.pharmaceutical-linklist__type02 li .btnblwh.btnarrblue-l {
  padding: 8px 18px 8px 28px;
  line-height: 1.3;
}

#contents .pharmaceutical-box .pharmaceutical-linklist ul.pharmaceutical-linklist__type02 li .btnblue-r {
  padding: 8px 28px 8px 18px;
  line-height: 1.3;
}

/*------------------------------
99.module
------------------------------*/
.pos-rela {
  position: relative !important;
}

.txt-col01 {
  color: #dd4343 !important;
}

.txt-col02 {
  color: #0087c7 !important;
}

.txt-col03 {
  color: #009955 !important;
}

/* PC
------------------------------*/
@media screen and (min-width: 641px) {
  .align_r {
    text-align: right !important;
  }
  .align_c {
    text-align: center !important;
  }
  .align_l {
    text-align: left !important;
  }
  .fl_l {
    float: left;
  }
  .fl_r {
    float: right;
  }
  /* view */
  .sp_view {
    display: none;
  }
  /* font-size */
  .fs9 {
    font-size: 9px !important;
  }
  .fs10 {
    font-size: 10px !important;
  }
  .fs11 {
    font-size: 11px !important;
  }
  .fs12 {
    font-size: 12px !important;
  }
  .fs13 {
    font-size: 13px !important;
  }
  .fs14 {
    font-size: 14px !important;
  }
  .fs15 {
    font-size: 15px !important;
  }
  .fs16 {
    font-size: 16px !important;
  }
  .fs17 {
    font-size: 17px !important;
  }
  .fs18 {
    font-size: 18px !important;
  }
  .fs19 {
    font-size: 19px !important;
  }
  .fs20 {
    font-size: 20px !important;
  }
  .fs21 {
    font-size: 21px !important;
  }
  .fs22 {
    font-size: 22px !important;
  }
  .fs23 {
    font-size: 23px !important;
  }
  .fs24 {
    font-size: 24px !important;
  }
  /* margin-top */
  .mt10_minus {
    margin-top: -10px !important;
  }
  .mt5_minus {
    margin-top: -5px !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt25 {
    margin-top: 25px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt35 {
    margin-top: 35px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt45 {
    margin-top: 45px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  /* margin-bottom */
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  /* margin-right */
  .mr0 {
    margin-right: 0 !important;
  }
  .mr5 {
    margin-right: 5px !important;
  }
  .mr10 {
    margin-right: 10px !important;
  }
  .mr15 {
    margin-right: 15px !important;
  }
  .mr20 {
    margin-right: 20px !important;
  }
  .mr30 {
    margin-right: 30px !important;
  }
  .mr40 {
    margin-right: 40px !important;
  }
  .mr50 {
    margin-right: 50px !important;
  }
  /* margin-left */
  .ml0 {
    margin-left: 0 !important;
  }
  .ml5 {
    margin-left: 5px !important;
  }
  .ml10 {
    margin-left: 10px !important;
  }
  .ml15 {
    margin-left: 15px !important;
  }
  .ml20 {
    margin-left: 20px !important;
  }
  .ml30 {
    margin-left: 30px !important;
  }
  .ml40 {
    margin-left: 40px !important;
  }
  .ml50 {
    margin-left: 50px !important;
  }
  /* padding-top */
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt8 {
    padding-top: 8px !important;
  }
  .pt18 {
    padding-top: 18px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt25 {
    padding-top: 25px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt35 {
    padding-top: 35px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt45 {
    padding-top: 45px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt55 {
    padding-top: 55px !important;
  }
  .pt70 {
    padding-top: 70px !important;
  }
  .pt75 {
    padding-top: 75px !important;
  }
  /* padding-bottom */
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  /* padding-right */
  .pr0 {
    padding-right: 0 !important;
  }
  .pr5 {
    padding-right: 5px !important;
  }
  .pr10 {
    padding-right: 10px !important;
  }
  .pr15 {
    padding-right: 15px !important;
  }
  .pr20 {
    padding-right: 20px !important;
  }
  .pr30 {
    padding-right: 30px !important;
  }
  .pr40 {
    padding-right: 40px !important;
  }
  .pr50 {
    padding-right: 50px !important;
  }
  /* padding-left */
  .pl0 {
    padding-left: 0 !important;
  }
  .pl5 {
    padding-left: 5px !important;
  }
  .pl10 {
    padding-left: 10px !important;
  }
  .pl15 {
    padding-left: 15px !important;
  }
  .pl20 {
    padding-left: 20px !important;
  }
  .pl30 {
    padding-left: 30px !important;
  }
  .pl40 {
    padding-left: 40px !important;
  }
  .pl50 {
    padding-left: 50px !important;
  }
  /* width-size px */
  .w90 {
    width: 90px !important;
  }
  .w140 {
    width: 140px !important;
  }
  .w220 {
    width: 220px !important;
  }
  .w300 {
    width: 300px !important;
  }
  .w400 {
    width: 400px !important;
  }
  .w500 {
    width: 500px !important;
  }
  /* width-size % */
  .w100p {
    width: 100% !important;
  }
  .w75p {
    width: 75% !important;
  }
  .w50p {
    width: 50% !important;
  }
  .w25p {
    width: 25% !important;
  }
  .w10p {
    width: 10% !important;
  }
}
/*------------------------------
  PC(商品詳細の「私もアイデア提案者部分」)
  KBS_PENCIL-2484
------------------------------*/
@media screen and (min-width: 641px) {
  .item-detail-description2 div {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
}
.item-detail-description2 h3 {
  color: #0087c7;
  font-weight: bold;
}

.item-detail-description2 h4 {
  font-size: 1.4rem;
}

.item-detail-description2 img {
  width: initial;
}

/*------------------------------
　END　商品詳細の「私もアイデア提案者部分」
------------------------------*/
/*------------------------------
  KBS_PENCIL-2086
------------------------------*/
.item-detail-header__desc_price {
  font-size: 1.6rem;
  color: #0087c7;
  margin-bottom: 5px;
}

.item-detail-header__desc_price strong {
  font-size: 2rem;
}

.item-detail-supple {
  margin-top: 10px;
}

.item-detail-supple ul {
  display: flex;
  margin-bottom: 10px;
}

.item-detail-supple li {
  margin-left: 7px;
  border: solid 2px #0087C7;
  border-radius: 4px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
  font-size: 16px;
}

.item-detail-supple li.blue-back {
  background: #0087C7;
  color: #FFFFFF;
}

.item-detail-supple li.white-back {
  background: #FFFFFF;
  color: #0087C7;
}

.item-detail-hifmid-rel {
  border: solid 1px #d8e5ef;
  margin: 10px 0;
  padding: 10px;
}

.item-detail-hifmid-rel .title {
  width: 100%;
  font-size: 1.8rem;
  text-align: left;
  border-bottom: solid 1px #d8e5ef;
  margin-bottom: 5px;
}

.item-detail-hifmid-rel .link-content {
  display: flex;
  flex-wrap: wrap;
}

.item-detail-hifmid-rel .link-content p {
  box-sizing: border-box;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}

.item-detail-hifmid-rel .link-content a {
  color: #0188C8;
  text-decoration: underline;
}

/*------------------------------
  KBS_PENCIL-3154
------------------------------*/
.item-detail-hifmid-rel .link-content__column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/********************************************
    サイドナビ 最近チェックした商品 (activecore)
********************************************/
#ppz_recommend67 .product_box {
  border: 2px solid #D8E5EF;
  padding: 6px 0 12px;
}

#ppz_recommend67 .product_box.box_no1 {
  border-top: none;
}

#ppz_recommend67 .product_box .title {
  color: #0188C8;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

#ppz_recommend67 .product_box.box_no1 .title {
  display: none;
}

#ppz_recommend67 .product_box .inner_box {
  display: flex;
  justify-content: space-around;
  width: 220px;
  padding: 0 5px;
}

#ppz_recommend67 .product_box .inner_box .img {
  width: 72px;
}

#ppz_recommend67 .product_box .inner_box .product {
  width: 130px;
  font-weight: bold;
}

#ppz_recommend67 .product_box .inner_box .img a img {
  width: 100%;
}

#ppz_recommend67 .product_box .price {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

#ppz_recommend67 .product_box .btn_buy {
  text-align: center;
}

#ppz_recommend67 .product_box .btn_buy a {
  width: 150px;
  padding: 2px 0;
}

#contents .qslink_box {
  display: flex;
  justify-content: space-between;
}

#contents .qslink_box .qslink a {
  font-size: 1.3rem;
}

/********************************************
    サイドナビ　もう一度購入する
********************************************/
.bl_buyAgain {
  border: 2px solid #D8E5EF;
  padding: 6px 0 12px;
  margin: -2px auto 30px;
}

.bl_buyAgain .bl_buyAgain_title {
  color: #0188C8;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.bl_buyAgain .bl_buyAgain_title .txt_star {
  color: #FCC01E;
}

.bl_buyAgain .bl_buyAgain_inner {
  display: flex;
  justify-content: space-around;
  width: 220px;
  padding: 0 5px;
}

.bl_buyAgain .bl_buyAgain_inner .bl_buyAgain_itemImg {
  width: 72px;
}

.bl_buyAgain .bl_buyAgain_inner .bl_buyAgain_detail {
  width: 130px;
  font-weight: bold;
}

.bl_buyAgain .bl_buyAgain_inner .bl_buyAgain_itemImg img {
  width: 100%;
}

.bl_buyAgain .bl_buyAgain_price {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.bl_buyAgain .bl_buyAgain_btn {
  text-align: center;
}

.bl_buyAgain .bl_buyAgain_btn .linkbtn_gradblue {
  width: 150px;
  padding: 2px 0;
}

/********************************************
    Q&A
********************************************/
.hp_dispBlock {
  display: block;
}

.hp_pt_1em {
  padding-top: 1em;
}

.hp_pr_1em {
  padding-right: 1em;
}

.hp_pb_1em {
  padding-bottom: 1em;
}

.hp_pl_1em {
  padding-left: 1em;
}

/* add KBS_PENCIL-3959 */
.box_enquete_faq.contact {
  height: auto;
}

.box_enquete_faq_contact {
  display: none;
}

.box_enquete_faq_contact .box_enquete_faq_contact_heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.box_enquete_faq_contact .box_enquete_faq_contact_item {
  background: #EDF3F9;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
}

.box_enquete_faq_contact .box_enquete_faq_contact_item + .box_enquete_faq_contact_item {
  margin-top: 20px;
}

.box_enquete_faq_contact .box_enquete_faq_contact_item_heading {
  color: #0086C6;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}

.box_enquete_faq_contact .box_enquete_faq_contact_item_txt {
  font-size: 15px;
}

/* KBS_PENCIL-4127 */
.heading-point-campaign {
  text-align: center;
}
.heading-point-campaign__note {
  font-size: 1.2rem !important;
}

.product_list_search {
  margin-bottom: 20px;
}
.product_list_search .item_area_ttl {
  margin-bottom: 0;
}
.product_list_search .item_area_ttl.line_none {
  border-bottom: none;
}
.product_list_search .search_box .search_box_input {
  width: 530px;
}
.product_list_search .search_box .search_box_btn {
  margin-right: 0;
}

.mv {
  height: 280px;
  padding: 20px;
  background: #f7f8f9 url(/assets/img/product_list/mv.png) 50% 0 no-repeat;
}

.keihin .search_box_outer .search_box .big_note {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #de4343;
}

.detail-page-banner {
  margin: 20px 0;
  border: 2px solid #000;
}
.detail-page-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8px;
}
.detail-page-banner__img {
  width: 50%;
  margin-bottom: 0 !important;
  line-height: 0;
}
.detail-page-banner__img img {
  width: 100%;
}
.detail-page-banner__txt {
  width: 40%;
  margin-bottom: 0 !important;
  font-size: 1.8rem !important;
}
.detail-page-banner__txt a {
  color: #0188C8;
  text-decoration: underline;
}

.item-detail-osusume--column {
  flex-direction: column;
}

.movie-area {
  margin: 25px;
}
.movie-area__inner {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border: 2px solid #0087c7;
}
.movie-area__txt {
  width: 45%;
  font-size: 20px;
}
.movie-area__movie {
  width: 50%;
  display: flex;
  align-items: center;
}
.movie-area__movie video {
  width: 100%;
}

.item-detail-header__lead {
  display: block;
  font-size: 1.5rem;
  color: #0087c7;
  margin-bottom: 5px;
}

@media screen and (min-width: 641px) {
  .sidebar_product_card {
    padding: 20px;
    border: solid 1px #D2D2D2;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .sidebar_product_card .sidebar_product_card_ttl {
    margin-bottom: 10px;
    font-size: 20px;
    color: #0087c7;
    text-align: center;
    font-weight: bold;
  }
  .sidebar_product_card .sidebar_product_card_layout {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sidebar_product_card .sidebar_product_card_img {
    display: flex;
    align-items: center;
  }
  .sidebar_product_card .sidebar_product_card_img img {
    width: 80px;
  }
  .sidebar_product_card .sidebar_product_card_txt {
    font-size: 12px;
    font-weight: bold;
  }
  .sidebar_product_card .sidebar_product_card_price {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  .sidebar_product_card .sidebar_product_card_price .num {
    font-size: 20px;
  }
  .sidebar_product_card .sidebar_product_card_price .unit {
    font-size: 16px;
  }
  .sidebar_product_card .sidebar_product_card_btn {
    margin-top: 10px;
    width: 100%;
  }
  .sidebar_product_card .sidebar_product_card_btn .product_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    box-sizing: border-box;
    height: 40px;
  }
  .sidebar_product_card .sidebar_product_card_btn .product_btn.product_btn_red {
    background-color: #f9837f;
    color: #fff;
  }
  .sidebar_product_card .sidebar_product_card_btn .product_btn.product_btn_red::after {
    border-color: #fff;
  }
  .sidebar_product_card + .sidebar_product_card {
    border-radius: 0 0 10px 10px;
  }
  .product_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    box-sizing: border-box;
  }
  .product_btn.product_btn_red {
    background-color: #f9837f;
    color: #fff;
  }
  #contents .item_info_block_list.product_detail_list.sp {
    display: none;
  }
  #contents .block_heading.sp {
    display: none;
  }
  #contents .item_info_block_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  #contents .item_info_block_list .info_block_l {
    width: 100%;
    border-radius: 10px;
  }
  #contents .item_info_block_list .info_block_l .block_inner {
    padding: 10px;
    display: flex;
    align-items: center;
  }
  #contents .item_info_block_list .info_block_l .block_heading {
    font-size: 2.2rem;
  }
  #contents .item_info_block_list .info_block_l .item_box {
    display: flex;
    align-items: flex-start;
    align-items: center;
    width: calc(100% - 180px);
  }
  #contents .item_info_block_list .info_block_l .item_box .img_item {
    width: 30%;
    border: 2px solid #bebebe;
  }
  #contents .item_info_block_list .info_block_l .item_box .img_item img {
    display: inline-block;
    width: 100%;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r {
    width: 60%;
    display: block;
    align-items: center;
    justify-content: space-around;
    margin-left: 5%;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r .check_detail {
    display: block;
    border-bottom: 2px solid #bdbdbd;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r .check_detail_d {
    text-decoration: underline;
    display: inline-block;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r .item_name {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    word-break: break-all;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r .item_price {
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r .item_price .txt_us {
    font-size: 1.8rem;
    margin-right: 5px;
  }
  #contents .item_info_block_list .info_block_l .btn_box {
    text-align: center;
    width: 180px;
    margin: 0;
  }
  #contents .item_info_block_list .info_block_l .btn_buy a {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    padding: 7px 30px !important;
  }
  #contents .item_info_block_list .info_block_l .btn_buy + .btn_detail {
    margin-top: 0px;
    margin-bottom: -49px;
  }
  #contents .item_info_block_list .info_block_l .linkbtn {
    display: inline-block;
    color: #FFFFFF;
    background: #0087C7;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }
  #contents .item_info_block_list .info_block_l .btn_detail a {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    padding: 5px 30px;
  }
  #contents .item_info_block_list .info_block_l .btnblwh {
    display: inline-block;
    color: #0087C7;
    background: #FFFFFF;
    border: 2px solid #0087C7;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }
  #contents .item_info_block_list .info_block_l .btnblwh.btnarrblue {
    background: url(/assets/img/common/icon_arrR_out.svg) no-repeat right 15px center #FFFFFF;
    background-size: auto;
    background-size: 10px auto;
  }
  #contents .item_info_block_list .info_block_l .block_inner {
    border: 3px solid #d8e6f0;
  }
  #contents .item_info_block_list .info_block_l .block_heading h3 {
    color: #0087c7;
  }
}
@media screen and (max-width: 640px) {
  #contents .item_info_block_list.product_detail_list {
    margin-bottom: 20px;
    padding: 0;
  }
  #contents .item-search__desc.pc {
    display: none;
  }
  #contents .item_info_block_list {
    line-height: 1.6;
    padding: 0px 4.68% 0 4.68%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #contents .item_info_block_list .info_block_l {
    width: 100%;
    border-radius: 5px;
  }
  #contents .item_info_block_list .info_block_l .block_inner {
    padding: 20px 10px 10px;
    border: 2px solid #d8e6f0;
  }
  #contents .item_info_block_list .info_block_l .block_heading {
    font-size: 2rem;
    line-height: 1.2;
    background: #d8e6f0;
  }
  #contents .item_info_block_list .info_block_l .item_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #contents .item_info_block_list .info_block_l .item_box .img_item {
    width: 23%;
    border: 2px solid #bdbdbd;
  }
  #contents .item_info_block_list .info_block_l .item_box .img_item img {
    display: block;
    width: 100%;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r {
    width: 74%;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r .item_name {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #bdbdbd;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r .item_price {
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 10px;
  }
  #contents .item_info_block_list .info_block_l .item_box .item_box_r .item_price .txt_us {
    display: inline-block;
    font-size: 2rem;
    margin-right: 5px;
  }
  #contents .item_info_block_list .info_block_l .btn_box {
    margin-top: 10px;
  }
  #contents .item_info_block_list .info_block_l .btn_buy {
    display: flex;
    align-items: center;
  }
  #contents .item_info_block_list .info_block_l .btn_buy a {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
  }
  #contents .item_info_block_list .info_block_l .btn_buy + .btn_detail {
    margin-top: 10px;
  }
  #contents .item_info_block_list .info_block_l .linkbtn {
    display: inline-block;
    color: #FFFFFF;
    background: linear-gradient(#2da1d9, #0381bd);
    background: -ms-linear-gradient(#2da1d9, #0381bd);
    background: -o-linear-gradient(#2da1d9, #0381bd);
    background: -moz-linear-gradient(#2da1d9, #0381bd);
    background: -webkit-linear-gradient(#2da1d9, #0381bd);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2da1d9", endColorstr="#0381bd",GradientType=0 );
    border-radius: 30px;
    box-shadow: 0px 3px 2px -1px #D1D1D1;
  }
  #contents .item_info_block_list .info_block_l .btn_detail {
    display: flex;
    align-items: center;
  }
  #contents .item_info_block_list .info_block_l .btn_detail a {
    width: 100%;
    text-align: center;
    padding: 8px 20px 8px 10px;
  }
  #contents .item_info_block_list .info_block_l .btnblwh {
    display: inline-block;
    color: #0087C7;
    background: #FFFFFF;
    border: solid 2px #0087C7;
    border-radius: 30px;
  }
  #contents .item_info_block_list .info_block_l .btnblwh.btnarrblue {
    background: url(/assets/img/common/icon_arrR_out.svg) no-repeat right 15px center #FFFFFF;
    background-size: 10px auto;
  }
  #contents .item_info_block_list .info_block_l {
    border: 2px solid #d8e6f0;
  }
  #contents .item_info_block_list .info_block_l .block_heading h3 {
    color: #0087c7;
    padding: 8px;
  }
  #contents .item_info_block_list .info_block_l .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contents .item_info_block_list .info_block_l .btn_box .btn_detail, .item_info_block_list .info_block_l .btn_box .btn_buy {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  /* SP時アコーディオン */
  .accordion-btn_sp {
    padding-right: 35px !important;
    cursor: pointer;
    color: #fff !important;
    background: #7fbfe5 url(/assets/img/common/icon_close_w.svg) no-repeat calc(100% - 10px) center !important;
    background-size: 13px 13px !important;
  }
  .accordion-btn_sp.close {
    background: #7fbfe5 url(/assets/img/common/icon_open_w.svg) no-repeat calc(100% - 10px) center !important;
    background-size: 13px 13px !important;
  }
  .accordion-btn_sp.close {
    background: #7fbfe5 url(/assets/img/common/icon_open_w.svg) no-repeat calc(100% - 10px) center !important;
    background-size: 13px 13px !important;
  }
  .accordion-body_sp.close {
    display: none;
  }
}

/*# sourceMappingURL=www.css.map */
