@charset "UTF-8";

.clearfix:after { content:""; display:block; clear:both; height:0; }
* html .clearfix  { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

.sp { display: none !important; }

html,
body {
  height: 100%;
}
body {
  font-family: '游ゴシック  Medium', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  color: #333;
  height: 100%;
  position: relative;
  transition: opacity .3s ease;
  width: 100%;
  min-width: 1280px;
  -webkit-text-size-adjust: 100%;
}
#container {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #4d4d4d;
  transition: .3s ease;
}
.fontCabin {
  font-family: 'Cabin', sans-serif;
}

/* ================================================================
 header
=================================================================== */
header {
  width: 100%;
  height: 140px;
  background-color: #FFF;
  box-sizing: border-box;
}
#headerInner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  width: 1280px;
  height: 50px;
  margin: 0 auto;
}
#headerInner h1 {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 20;
}
#headerInner h1 img {
  width: 110px;
  height: auto;
}
.imgHeaderLogoDaiichisankyo {
  width: 250px;
  height: auto;
  margin-right: 10px;
}
.headerAccount {
  font-size: 12px;
  margin: 0 20px 0 0;
}
.headerAccount span {
  margin-left: .5em;
}
.headerAccount a {
  color: #e66179;
  font-weight: bold;
}
.headerAccount a:hover {
  opacity: .7;
}
#navHeader {
  position: absolute;
  top: 76px;
  right: 15px;
  text-align: right;
  font-size: 14px;
  letter-spacing: -.4em;
}
#navHeader li {
  display: inline-block;
  letter-spacing: normal;
}
#navHeader li + li {
  margin-left: 34px;
}
#navHeader li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #4d4d4d;
}
#navHeader li#navHeaderFaq a {
  padding-left: 20px;
}
#navHeader li#navHeaderSupport a {
  padding-left: 24px;
}
#navHeader li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 18px;
  background-size: 19px 18px;
}
#navHeader li#navHeaderFaq a::before {
  background-image: url(../../img/common/iconHeaderFaq@2x.png);
}
#navHeader li#navHeaderSupport a::before {
  background-image: url(../../img/common/iconHeaderContact@2x.png);
}
#navHeader li a:hover {
  color: #4d4d4d;
  opacity: .7;
}

/*定期アラート*/
/*#subscriptionAlert {
  height: 50px;
  position: absolute;
  top: 177px;
  left: 0;
  width: 100%;
  text-align:center;
}
#subscriptionAlert a {
  text-decoration:none;
  width: 100%;
  display: block;
  background: #9FBF00;
}
#subscriptionAlert a:hover {
  background:#cee204;
}
#subscriptionAlert a:hover .alertBtn {
  color:#cee204;
}
#subscriptionAlert .text {
  color: #FFF;
  text-align: center;
  line-height: 50px;
  display: inline;
  font-size: 22px;
  letter-spacing: 0.1em;
}
#subscriptionAlert .close {
  position:absolute;
  top:15px;
  right:15px;
}
#subscriptionAlert .close img {
  width:20px;
}
#subscriptionAlert .alertBtn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  display:inline;
  color: #9fbf00;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1em;
  padding: 6px 50px 6px 25px;
  background: #FFF;
  position:relative;
}
#subscriptionAlert .alertBtn .pc {
  display: inline-block;
}
#subscriptionAlert .alertBtn:after {
  content: "";
  background: url(../../img/common/btnSubscriptionAlertArrow.png) 0 0;
  background-size: 20px;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 9px;
  right: 15px;
  z-index: 1;
}
@media screen and (min-width: 736px) {
.subscriptionAlertOn #main {
  margin-top:127px;
}
.subscriptionAlertOn #breadcrumbs {
  top: 230px;
}
}*/

/* ================================================================
 nav
=================================================================== */
#nav {
  position: absolute;
  top: 50px;
  left: 0;
  min-width: 1280px;
  width: 100%;
  background: #FFF;
  height: 90px;
  box-sizing: border-box;
  box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
  z-index: 11;
}
#nav.fixed {
  position: fixed;
  top: 0;
  z-index: 11;
}
#navInner {
  width: 1280px;
  margin: 0 auto;
  position:relative;
}
#nav h1 {
  display: none;
  width: 63px;
  float: left;
  margin-top: -54px;
  box-sizing: border-box;
}
#nav h1 img {
  width: 57px;
  height: auto;
}
#navGlobal {
  float: left;
  margin-left: 150px;
}
#navGlobal > ul {
  list-style: none;
  padding: 17px 0;
}
#navGlobal > ul > li {
  float: left;
  height: 36px;
  line-height: 36px;
}
#navGlobal > ul > li#navGlobalDiscount {
  border: none;
}
#navGlobal > ul > li a {
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 18px;
}
#navGlobal > ul > li a:hover {
  background-color: #EFF9FE;
}

/*
 追従css
==============*/
/*アニメーション*/
@media screen and (min-width:736px) {
#nav.fixed {
  -webkit-transition: height 0.4s ease 0s;
  -moz-transition: height 0.4s ease 0s;
  -o-transition: height 0.4s ease 0s;
  transition: height 0.4s ease 0s;
}
#nav.fixed h1 {
  -webkit-transition: margin-top 0.4s ease 0s;
  -moz-transition: margin-top 0.4s ease 0s;
  -o-transition: margin-top 0.4s ease 0s;
  transition: margin-top 0.4s ease 0s;
}
#nav.fixed #navGlobal {
  -webkit-transition: margin-left 0.4s ease 0s;
  -moz-transition: margin-left 0.4s ease 0s;
  -o-transition: margin-left 0.4s ease 0s;
  transition: margin-left 0.4s ease 0s;
}
/*追従後*/
header.fixed h1 {
  display: none;
}
#nav.fixed {
  height: 90px;
  margin-top: 0;
}
#nav.fixed #navInner {
  border-top: none;
}
#nav.fixed h1 {
  display: block;
  margin: 16px 0 0 16px;
}
#nav.fixed #navGlobal {
  margin-left: 30px;
}
#nav.fixed #navGlobal ul {
  padding: 9px 0;
  margin: 15px 0 0 0;
}
#nav.fixed #navMypage ul {
  padding: 7px 15px;
}
}


/* ================================================================
 navGlobalProductMenuWrap
=================================================================== */
#navGlobalProductMenuWrap {
  display: none;
  position: absolute;
  top: 141px;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 1280px;
}
#nav.fixed ~ #navGlobalProductMenuWrap {
  position: fixed;
  top: 91px;
}
#navGlobalProductMenuBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  opacity: 0.5;
}
#navGlobalProductMenuInner {
  position: relative;
  z-index: 10;
  width: 1280px;
  margin: 0 auto;
  pointer-events: none;
}
#navGlobalProductMenu {
  display: inline-flex;
  margin-left: 150px;
  padding: 40px 50px;
  background-color: #fff;
  pointer-events: auto;
}
#navGlobalProductMenu .navGlobalProductCol + .navGlobalProductCol {
  margin-left: 40px;
}
#navGlobalProductMenu .navGlobalProductCol .productColLabel {
  padding: 0 10px 10px;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#navGlobalProductMenu .navGlobalProductCol ul {
  display: flex;
}
#navGlobalProductMenu .navGlobalProductCol ul li a {
  text-decoration: none;
}
#navGlobalProductMenu .navGlobalProductCol ul li a:hover {
  opacity: 0.7;
}
#navGlobalProductMenu .navGlobalProductCol ul li a img {
  width: 170px;
  height: 170px;
  margin: 0 0 15px 0;
  object-fit: contain;
  object-position: center bottom;
}
#navGlobalProductMenu .navGlobalProductCol ul li span {
  display: block;
  text-align: center;
  line-height: 1.4;
}


/* ================================================================
 navGlobalRegularMenuWrap
=================================================================== */
#navGlobalRegularMenuWrap {
  display: none;
  position: absolute;
  top: 141px;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 1280px;
}
#nav.fixed ~ #navGlobalRegularMenuWrap {
  position: fixed;
  top: 91px;
}
#navGlobalRegularMenuBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  opacity: 0.5;
}
#navGlobalRegularMenuInner {
  position: relative;
  z-index: 10;
  width: 1280px;
  margin: 0 auto;
  pointer-events: none;
}
#navGlobalRegularMenu {
  display: inline-flex;
  margin-left: 655px;
  padding: 0 20px;
  background-color: #fff;
  pointer-events: auto;
}
#nav.fixed ~ #navGlobalRegularMenuWrap #navGlobalRegularMenu {
  margin-left: 614px;
}
#navGlobalRegularMenu ul li + li {
  border-top: 1px solid #ddd;
}
#navGlobalRegularMenu ul li a {
  display: block;
  padding: 18px 10px;
  font-size: 16px;
  text-decoration: none;
}
#navGlobalRegularMenu ul li a:hover {
  opacity: 0.7;
}

/* ================================================================
 breadcrumbs
=================================================================== */
#breadcrumbs {
  width: 100%;
  background: #fdf8e1; /* Old browsers */
  background: -moz-linear-gradient(left, #fdf8e1 0%, #fae5d3 14%, #f7e2e9 28%, #e1deeb 42%, #e1ebf6 58%, #e9f2e0 74%, #e5f3f7 90%, #e5f3f7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fdf8e1 0%,#fae5d3 14%,#f7e2e9 28%,#e1deeb 42%,#e1ebf6 58%,#e9f2e0 74%,#e5f3f7 90%,#e5f3f7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fdf8e1 0%,#fae5d3 14%,#f7e2e9 28%,#e1deeb 42%,#e1ebf6 58%,#e9f2e0 74%,#e5f3f7 90%,#e5f3f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e1', endColorstr='#e5f3f7',GradientType=1 ); /* IE6-9 */
}
#breadcrumbs ul {
  width: 1280px;
  margin: 0 auto;
  list-style: none;
  text-align: right;
  font-size: 14px;
  padding: 12px 15px;
  box-sizing: border-box;
  letter-spacing: -.4em;
}
#breadcrumbs ul li {
  display: inline-block;
  letter-spacing: normal;
}
#breadcrumbs ul li + li {
  margin-left: 8px;
  padding-left: 10px;
  background: url(../../img/common/arrowBreadcrumbs.png) no-repeat left center;
}
#breadcrumbs ul li a {
  text-decoration: underline;
  color: #333;
}
#breadcrumbs ul li a:hover {
  text-decoration: underline;
  opacity: .7;
}

/* ================================================================
 main
=================================================================== */
#main {
  width: 100%;
	padding-bottom: 78px;
}
.mainInner {
  width: 1280px;
  margin: 0 auto;
}
.titleMain {
  width: 100%;
  height: 140px;
  border-bottom: solid 1px #ccc;
}
.titleMain h2 {
  display: block;
  width: 1280px;
  margin: 0 auto;
  padding: 51px 0 51px 140px;
  font-size: 24px;
  line-height: 38px;
  font-weight: normal;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  background-repeat: no-repeat;
  background-size: 38px auto;
  background-position: 90px center;
  box-sizing: border-box;
  font-weight: bold;
}
.titleMain h2 span {
  font-size: 13px;
  color: #666;
  letter-spacing: .1em;
  margin-left: 1.5em;
  vertical-align: bottom;
  line-height: 38px;
  font-weight: normal;
}
.kome {
  font-size: .6em;
  vertical-align: super;
  width: auto !important;
  float: none !important;
}

/* ==============================
 step
================================= */
.step {
  height: 35px;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 26px;
  background-image: url(../../img/cart/bgStep.png);
  background-repeat: repeat-x;
  background-size: 1px 3px;
  background-position:  left 16px;
  width: 359px;
}
.step li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  border-radius: 17.5px;
  background-color: #727171;
}
.step li.current {
  background-color: #e66179;
}
.step.two li + li {
  margin-left: 90px;
}
.step.three li + li {
  margin-left: 127px;
}
.step.four li + li {
  margin-left: 73px;
}
.step li::before,
.step li::after {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
  white-space: nowrap;
  line-height: 1;
}
.step li.current::before,
.step li.current::after {
  color: #e66179;
}
/* カート */
#cart .step1::after {
  content: 'カート';
}
#cart .step2::after {
  content: '配送＆会計';
}
#cart .step3::after {
  content: '確認';
}
#cart .step4::after {
  content: '完了';
}
/* 定期便 */
#subscription .step1::after {
  content: '定期便お申込み';
}
#subscription .step2::after {
  content: '確認';
}
#subscription .step3::after {
  content: '完了';
}
/* 新規登録 */
#entry .step1::after {
	content: 'お客様情報を登録';
}
#entry .step2::after {
	content: '確認';
}
#entry .step3::after {
	content: '完了';
}
/* 定期便キャンセル */
#cancel .step1::after {
	content: '確認';
}
#cancel .step2::after {
	content: '完了';
}
/* オーダーページ */
#prorder .step1::before {
	content: 'お客様情報・';
}
#prorder .step1::after {
	content: 'お支払い方法の入力';
  bottom: -46px;
}
#prorder .step2::after {
	content: 'ご注文内容の確認';
}
@media screen and (max-width:736px) {
  #prorder .step2::after {
    content: '確認';
  }
}
#prorder .step3::after {
	content: '完了';
}

/* ==============================
 SSL
================================= */
.ssl {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
  width: 900px;
  margin: 40px auto 0 auto;
}

/* ==============================
 navAbout
================================= */
.navAbout {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.navAbout ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.navAbout li {
  display: table;
  width: 190px;
}
.navAbout li + li {
  margin-left: 12px;
}
.navAbout li a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 70px;
  line-height: 1.4;
  border: solid 1px #4c8fc9;
  background-color: #FFF;
  color: #4c8fc9;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}
.navAbout li a:hover {
  background-color: #F8FBFC;
}
.navAbout li.current a {
  background-color: #4c8fc9;
  color: #FFF;
}
.navAbout li a::after {
  position: absolute;
  top: 35px;
  right: 10px;
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  transform: translateY(-50%) rotate(-45deg);
  border-style: solid;
  border-color: #4c8fc9;
  border-width: 0 1px 1px 0;
}
.navAbout li.current a::after {
  border-color: #fff;
  transform: translateY(-75%) rotate(45deg);
}

/* ==============================
 navAboutBottom
================================= */
.navAboutBottom {
  width: 1280px;
  margin: 40px auto 0;
  padding: 30px 0;
  box-sizing: border-box;
  background-image: url(../../img/service/bgNavAboutBottom@2x.png);
  background-size: 5px 5px;
  background-position: left top;
}
.navAboutBottom ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.navAboutBottom li {
  width: 24%;
}
.navAboutBottom a {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #488dcb;
  padding: 100px 0 8px;
  text-align: center;
  border: solid 1px #488dcb;
  background-color: #fff;
  box-sizing: border-box;
  background-repeat:  no-repeat;
  background-size: 86px 76px;
  background-position: center 20px;
}
.navAboutBottom a:hover {
  opacity: .7;
}
.navAboutBottom a span {
  display: table-cell;
  width: 100%;
  height: 3.33em;
  font-size: 18px;
  line-height: 1.4;
  vertical-align: middle;
}
.navAboutBottom li.navAboutRegain a {
  background-image: url(../../img/common/iconNavAboutRegain_pc@2x.png);
}
.navAboutBottom li.navAboutComponent a {
  background-image: url(../../img/common/iconNavAboutComponent_pc@2x.png);
}
.navAboutBottom li.navAboutGlycation a {
  background-image: url(../../img/common/iconNavAboutGlycation_pc@2x.png);
}
.navAboutBottom li.navAboutFaq a {
  background-image: url(../../img/common/iconNavAboutFaq_pc@2x.png);
}
.navAboutBottom li.navAboutService a {
  background-image: url(../../img/common/iconNavAboutService_pc@2x.png);
}

/* ==============================
 商品一覧・商品ナビ
================================= */
.itemSection .itemSectionList {
  display: flex;
  gap: 35px;
}
.itemSection .itemSectionList li {
  box-sizing: border-box;
  width: 240px;
  padding: 20px 5px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.itemSection .itemSectionList li a {
  display: block;
  text-decoration: none;
  transition: .3s ease;
}
.itemSection .itemSectionList li a:hover {
  opacity: 0.8;
}
.itemSection .itemSectionList li .itemLabelEffect {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.itemSection .itemSectionList li .itemThumb {
  margin-bottom: 5px;
}
.itemSection .itemSectionList li .itemName {
  display: flex;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  min-height: 55px;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.itemSection .itemSectionList li .itemLabelCategory {
  display: inline-block;
  font-size: 13px;
  padding: 2px 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  color: #666;
}

.itemSection .itemSectionList li .itemLabelCategory.labelShiteiIyakuBugai{
  /*color: #4991ce;
  border-color: #4991ce;*/
  /*color: #8c6faf;
  border-color: #8c6faf;*/
  color: #cc9955;
  border-color: #cc9955;
}
.itemSection .itemSectionList li .itemLabelCategory.labelKinouseiHyouji{
  /*color: #87c357;
  border-color: #87c357;*/
  color: #48bcc2;
  border-color: #48bcc2;
}
.itemSection .itemSectionList li .itemLabelCategory.labelIyakuhin{
  border-color: #999;
}

.itemSection .itemSectionList li .itemVolume {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.itemSection .itemSectionList li .itemLabelDetail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 160px;
  height: 36px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 16px;
  background-color: #555;
  color: #fff;
}

.navItemBottom.itemSection{
  max-width: 100%;
  margin-top: 80px;
  padding: 40px 0 80px;
}
.navItemBottom .itemSectionHeading{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.navItemBottom.itemSection .itemSectionList{
  justify-content: center;
  margin: 0 auto;
  gap: 15px;
}

/* ==============================
 navMypage
================================= */
#navMypage {
  float: right;
}
#navMypage ul {
  display: flex;
  margin: 10px 0 0 0;
}
#navMypage ul li {
  margin: 0 10px;
}
#navMypage ul li a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
#navMypage ul li a img {
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}
#navMypage ul li a span {
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 20px;
  height: 20px;
  padding: 0 2px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: #e85f78;
  border-radius: 10px;
}
#navMypage ul li#navMypageCart a img {
    transform: translateX(-3px);
}

/* ==============================
 btn
================================= */
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  padding: 14px 0;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.btn.regist,
.btn.reset,
.btn.edit {
  background-color: #999;
}
.btn.link {
  background-color: #555;
}
.btn.back {
  background-color: #FFF;
  color: #666;
  border: 1px solid #CCC;
  font-size:16px;
  padding: 12px 0 !important;
}
.btn.mypage {
  background-color: #4fbbc1;
}
.btn.cart,
.btn.agree {
  background-color: #e66179;
}
.btn.default {
  background-color: #4C92CC;
}
.btn.regular {
  background-color: #88c05c;
}
.btn.cancel {
  background-color: #BBB;
}
.btn.transparent {
  background-color: inherit;
  color: #666;
  border: solid 1px #70757c
}
.btn.shadow {
  box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
}
.arrowRight {
  background-image: url(../../img/common/arrowButtonRightWhite@2x.png);
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.back.arrowLeft {
  background-image: url(../../img/common/arrowButtonLeftGray@2x.png);
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: left 8px center;
}
.back.arrowRight,
.transparent.arrowRight {
  background-image: url(../../img/common/arrowButtonRightGray@2x.png);
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.btn:hover {
  opacity: .7;
}
.containerButton > .btn + .btn {
  margin-top: 20px;
}
.btnAdd,
.btnDetail {
  display: inline-block;
  color: #727171;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  border: solid 1px #999;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #FFF;
}
.btnAdd {
  padding: 10px 16px 10px 38px;
  background-image: url(../../img/common/iconPlus@2x.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 10px center;
}
.btnDetail {
  padding: 10px 16px;
}
.btnAdd:hover,
.btnDetail:hover {
  background-color: #EEE;
}

a.textLink {
  color: #e66179;
  text-decoration: underline;
}
a.textLink:hover {
  opacity: .7;
}

.noteTextBtn {
  position:relative;
  display:block;
}
.containerBtn .noteTextBtn a.btn,
.containerBtn .noteTextBtn input.btn {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 20px 0 30px;
  margin: 0 auto !important;
  background-image: url(../../img/common/arrowButtonRightWhite.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right center;
  box-sizing: border-box;
}
.noteTextBtn:after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -3.6em;
  letter-spacing: 0.1em;
  content: "（確認画面へ）";
  font-size: 13px;
  color: #FFF;
}
.btnBack {
	margin:30px 0;
}
.btnBack a{
	display:block;
	border:1px solid #72A7B9;
  color: #72A7B9;
	text-align:center;
	background:url(../../img/common/arrowDefaultLeft.png) no-repeat center left #FFF;
	padding:10px 0;
	font-size:17px;
	line-height:1em;
	letter-spacing:0.1em;
	text-decoration:none;
}
.btnBack a:hover {
	opacity: .7;
}

.radius {
  border-radius: 100px;
}

/* ================================================================
 subColumn
=================================================================== */
/*.shippingOnTheDay {
  margin: 20px 0 24px;
  display: table;
}
.shippingOnTheDay span {
  display: table-cell;
  width: 100%;
  padding-left: 50px;
  font-size: 20px;
  line-height: 1.15;
  vertical-align: middle;
  background-image: url(../../img/common/iconClock.png);
  background-repeat: no-repeat;
  background-size: 41px;
  background-position: left center;
  box-sizing: border-box;
}
.shippingOnTheDay small {
  font-size: 16px;
}
.shippingOnTheDay strong {
  display: block;
  color: #F66559;
  font-weight: bold;
  letter-spacing: .15em;
}
.btnQuickOrder {
  position: relative;
  display: block;
  width: 100%;
  height: 87px;
  background-color: #F6F6F6;
  border: solid 1px #CCC;
  font-size: 14px;
  padding-left: 47px;
  line-height: 85px;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  background-image: url(../../img/common/iconQuickOrder.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 16px center;
}
.btnQuickOrder:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 11px;
  width: 5px;
  height: 10px;
  background-image: url(../../img/common/arrowRightGray.png);
  background-repeat: no-repeat;
  background-size: 5px 10px;
}
.btnQuickOrder:hover,
.btnQuickOrder:hover:after {
  opacity: .7;
}
.navSideProduct {
  width: 100%;
  margin: 16px 0;
  border: solid 1px #CCC;
  box-sizing: border-box;
}
.navSideProduct li.lineup a{
  padding: 20px 0 20px;
  background-color: #F6F6F6;
}
.navSideProduct li.lineup img {
  display: block;
  margin: 0 auto;
  width: 116px;
  height: auto;
}
.navSideProduct li + li {
  border-top: solid 1px #CCC;
}
.navSideProduct a {
  position: relative;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  line-height: 1;
  padding: 15px 0 15px 18px;
}
.navSideProduct a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 11px;
  width: 5px;
  height: 10px;
  background-image: url(../../img/common/arrowRightGray.png);
  background-repeat: no-repeat;
  background-size: 5px 10px;
}
.wrapBnr li + li {
  margin-top: 12px;
}
.wrapBnr li img {
  width:100%;
}
.bnrTrialKit {
  width:100%;
}*/

/* ==============================
  pager
================================= */
#pager {
  padding: 20px 0;
}
#pager ul {
  text-align: center;
  list-style: none;
  letter-spacing: -.4em;
}
#pager ul li {
  display: inline-block;
  letter-spacing: normal;
}
#pager ul li.disabled {
  opacity: .3;
  pointer-events: none;
}
#pager ul li + li {
  margin-left: 10px;
}
#pager ul li a {
	display: block;
	height: 30px;
  min-width: 30px;
  line-height: 28px;
	font-size: 14px;
	text-align: center;
  color: #333;
  background-color: #fff;
	text-decoration: none;
	border: 1px solid #666;
  box-sizing: border-box;
}
#pager ul li a:hover {
	background-color: #eee;
}
#pager ul li.current a {
	background-color: #666;
	color:#FFF;
}
#pager ul li.previous a {
	background-image: url(../../img/common/arrowButtonLeftGray@2x.png);
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: left 12px center;
	padding: 0 14px 0 28px;
}
#pager ul li.next a {
	background-image: url(../../img/common/arrowButtonRightGray@2x.png);
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding: 0 28px 0 14px;
}

/* ==============================
  tag
================================= */
.tag li {
	list-style-type: none;
	background-color: #6B719C;
	font-size: 12px;
	line-height: 1em;
	color: #FFF;
	float: left;
	padding: 5px;
	margin-right: 5px;
	border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
	font-weight: bold;
}
.tag li.fast {
  background-color: #F4837B;
}
.tag li.regular {
  background-color: #B3C500;
}

/* ================================================================
 pagetop
=================================================================== */
#pagetop {
  width: 50px;
  height: 64px;
  position: fixed;
  right: 5%;
  z-index: 3;
}
#pagetop a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 0;
  padding-top: 50px;
  line-height: 1.6;
  overflow: hidden;
  background-color: #4c92cc;
  background-image: url(../../img/common/arrowTopWhite.png);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center center;
  border-radius: 7px;
}
#pagetop a:hover {
  opacity: .7;
}

/* ==============================
 complete
================================= */
.completeBox {
  text-align: center;
  width: 1000px;
  margin: 48px auto 0;
  padding: 60px 5%;
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #F7F7F7;
  line-height: 1.6;
  box-sizing: border-box;
}
.completeBox .completeTxt {
  text-align: center;
}
.completeBox .completeTxt .title{
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 1.5em;
  color: #555;
}
.completeBox .completeTxt .textBox {
  background: url(../../img/cart/iconHeart.png) no-repeat top center;
  background-size: 40px auto;
  padding-top: 40px;
  margin-top: 20px
}
.completeBox .completeTxt .textBox p {
  margin: 15px 0;
  line-height: 1.8;
  font-size: 15px;
}
.completeBox .completeTxt .textBox p.contact {
  max-width: 180px;
  margin: 15px auto 0;
}
.completeBox .completeTxt .textBox p.contact a {
  display: block;
  background: #FFF;
  padding: 10px 20px;
  border: 1px solid #CCC;
  border-radius: 10px;
  text-decoration: none;
  color: #555;
}
.completeBox .completeTxt .textBox p.contact a:hover {
  background-color: #EEE;
}

/* ==============================
 sectionBenefits
================================= */
.sectionBenefits {
  margin-top: 50px;
  position: relative;
}
.benefitsBox {
  border: solid 3px #036eb7;
  padding: 13px 13px 20px;
  width: 490px;
  box-sizing: border-box;
  overflow: hidden;
}
.benefitsBox:nth-child(odd) {
  float: left;
}
.benefitsBox:nth-child(even) {
  float: right;
}
.benefitsBox:nth-child(n+3) {
  margin-top: 20px;
}
.benefitsBox.benefits04 {
  clear: right;
}
.benefitsBox .table {
  display: table;
}
.benefitsBox .td {
  display: table-cell;
  vertical-align: middle;
}
.benefitsBox h4 img {
  width: 100%;
  height: auto;
}
.benefitsBox .text {
  font-size: 14px;
  line-height: 1.7;
}
.benefits01 h4 + .text,
.benefits03 h4 + .text {
  padding-left: 95px;
  margin-top: .5em;
}
.benefitsBox h5 {
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  color:  #fff;
  margin-top: 20px;
  padding: 6px;
  background-color: #036eb7;
}
.benefitsBox h5 + .text {
  font-size: 13px;
  padding: 1em 1em 0;
}
.benefits01 {
  height: 509px;
}
.imgBenefits01_01 {
  display: block;
  width: 439px;
  height: auto;
  margin: 30px auto 0;
}
.benefits01 .oneMonth {
  padding: 14px;
  margin: 18px auto 0;
  width: 100%;
  background-color: #e9f8f8;
  box-sizing: border-box;
}
.benefits01 .oneMonth p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.benefits01 .oneMonth p span {
  color: #e96078;
  font-weight: bold;
  font-size: 16px;
}
.benefits01 .oneMonth p span strong {
  font-size: 24px;
  font-weight: bold;
  margin-left: .1em;
}
.benefits01 .oneMonth small {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 1em;
}
.benefits01 .oneMonth small span {
  color: #e96078;
}
.benefits02 {
  height: 711px;
}
.benefits02 .table {
  margin-top: 14px;
}
.benefits02 .table .text {
  padding: 0 10px 0 20px;
}
.imgBenefits02_01 {
  width: 127px;
  height: auto;
  margin: 0 24px 0 14px;
}
.imgBenefits02_02.pc {
  display: block;
  width: 430px;
  height: auto;
  margin: 13px auto 0;
}
.benefits03 {
  height: 458px;
}
.benefits03 .note{
  font-size: 12px;
}
.imgBenefits03_01.pc {
  display: block;
  width: 300px;
  height: auto;
  margin: 10px auto 0;
}
.benefits04 {
  height: 256px;
}
.imgBenefits04_01 {
  width: 240px;
  height: auto;
  margin-right: 20px;
}
.benefits04 .note {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  margin-top: 1em;
}
.benefits04 .note::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}


/* ================================================================
 contentHr グラデーションの仕切り線
=================================================================== */
.contentHr {
  border: none;
  margin: 0 auto;
  height: 6px;
  background: #fdf8e1;
  background: -moz-linear-gradient(left, #fdf8e1 0%, #fae5d3 14%, #f7e2e9 28%, #e1deeb 42%, #e1ebf6 58%, #e9f2e0 74%, #e5f3f7 90%, #e5f3f7 100%);
  background: -webkit-linear-gradient(left, #fdf8e1 0%,#fae5d3 14%,#f7e2e9 28%,#e1deeb 42%,#e1ebf6 58%,#e9f2e0 74%,#e5f3f7 90%,#e5f3f7 100%);
  background: linear-gradient(to right, #fdf8e1 0%,#fae5d3 14%,#f7e2e9 28%,#e1deeb 42%,#e1ebf6 58%,#e9f2e0 74%,#e5f3f7 90%,#e5f3f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e1', endColorstr='#e5f3f7',GradientType=1 );
}

/* ================================================================
 bgGradient グラデーションの背景
=================================================================== */
.bgGradient {
  background: #fdf8e1;
  background: -moz-linear-gradient(left, #fdf8e1 0%, #fae5d3 14%, #f7e2e9 28%, #e1deeb 42%, #e1ebf6 58%, #e9f2e0 74%, #e5f3f7 90%, #e5f3f7 100%);
  background: -webkit-linear-gradient(left, #fdf8e1 0%,#fae5d3 14%,#f7e2e9 28%,#e1deeb 42%,#e1ebf6 58%,#e9f2e0 74%,#e5f3f7 90%,#e5f3f7 100%);
  background: linear-gradient(135deg, #fdf8e1 0%,#fae5d3 14%,#f7e2e9 28%,#e1deeb 42%,#e1ebf6 58%,#e9f2e0 74%,#e5f3f7 90%,#e5f3f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8e1', endColorstr='#e5f3f7',GradientType=1 );
}

/* ================================================================
 Yahoo custom search
=================================================================== */
#wrapSrchBoxSp {
  display: none;
}
#srchBox {
  position: absolute;
  top: 25px;
  right: 420px;
  width: 224px;
  height: 30px;
  background-color: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  color: #000;
  text-align: left;
  border-radius: 5px;
  box-sizing: border-box;
}
.srchBoxInner {
  position: relative;
}
#srchBox a img {
  border: none;
}
#srchBox #srch {
  padding: 5px 5px 0 10px;
}
#srchBox #srch #srchForm {
  white-space: nowrap;
}
#srchBox #srchInput {
  width: 175px;
  vertical-align: top;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
}
#srchBox #srchBtn {
  cursor: pointer;
  padding: 0;
  margin: 1px 0 0 10px;
  width:16px;
  height: 16px;
  background-image: url(../../img/common/iconSearch.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
*html #srchBox #srchBtn {
  padding-top: 2px;
}
*:first-child+html #srchBox #srchBtn {
  padding-top: 2px;
}
#srchBox ul {
  margin-top: 6px;
  text-align: left;
}
#srchBox li {
  list-style-type: none;
  display: inline;
  zoom: 1;
  padding-right: 10px;
}
#srchBox li input {
  zoom: 1;
  margin-right: 2px;
  _margin: -4px 0 -4px -4px;
  vertical-align: middle;
  border: 0;
}
*:+html #srchBox li input {
  margin: -4px 0 -4px -4px;
}
#srchBox #srchLogo {
  margin: 4px 2px 0 0;
  text-align: right;
  line-height: 10px;
}
#srchBox #srchLogo a {
  color: #CCC;
  text-decoration: none;
  font-size: 10px;
}
#srchBox #srchLogo a:hover {
  text-decoration: underline;
}
#contents-header h1 {
  display: none;
}
/* iframeページ内に個人情報の取扱いについてのページを表示 - 2019.11.05 */
div.pp {
  width: 100%;
  margin: 20px 0;
}
div.iframe-content {
  width: 720px;
  background: #F3F3F3;
  border: none;
  padding: 50px 40px;
  border-radius: 5px;
  margin: 0 auto;
}
div.iframe-content iframe {
  width: 100%;
  height: 180px;
}
div.pp div.note {
	text-align: center;
}

/*　20220401_個人情報のチェックボックス　*/
#pmarkPolicy,
#cart #pmarkPolicy {
  padding: 20px 10px;
}
#PrivacyConfirmArea {
  text-align: center;
  margin: 20px auto 0px auto;
  display: block;
}
#PrivacyConfirmArea label {
  padding: 4px;
  color: #333;
}
#PrivacyConfirmArea label:before {
  display: none;
}
#PrivacyConfirmArea label input {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  vertical-align: middle;
}
#NoConfirmedPrivacy {
    font-size: 14px;
    line-height: 1.65;
    width: 65%;
    margin: 0 auto;
}

/*　20220510_個人情報のチェックボックスの必須マーク　*/
#PrivacyConfirmArea .required {
  font-size: 14px;
  line-height: 1em;
  color: #e66179;
  padding: 2px 4px;
  font-weight: bold;
  margin-left: 6px;
}

/* ================================================================
 itemSearchSection
 お悩みから商品を探す
=================================================================== */
.itemSearchSection {
  position: relative;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}
.itemSearchSection .itemSearchSectionHeading {
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.itemSearchSection  ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.itemSearchSection  li {
  width: 200px;
}
.itemSearchSection  li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  border-radius: 27px;
}
.itemSearchSection li a:hover {
  opacity: .7;
}


/* ================================================================
 20230220
 オーダーフォーム　ファーマシーロゴ
=================================================================== */
.im-pharmacy-logo-form{
  width: 900px;
  margin: 0 auto;
}

.im-pharmacy-logo-form img{
width: 315px;
margin-right: 35px;
}

.im-pharmacy-logo-form p{
  margin: 20px 0;
  font-size: 14px;
  line-height: 40px;
}