@charset "UTF-8";

.pc { display: none !important; }
.sp { display: block !important; }

body {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
a:hover,
input:hover {
  opacity: 1 !important;
}

/* ================================================================
 header
=================================================================== */
header {
  display: none;
}

/*定期アラート*/
/*#subscriptionAlert {
    position: fixed;
    bottom: 0;
    top: inherit;
    z-index: 999;
    height: auto;
    text-align: left;
}
#subscriptionAlert .close {
    top: 0;
    right: 0;
}
#subscriptionAlert .text {
    font-size: 15px;
    margin-right: 150px;
    display: inline-block;
    line-height: 1.4em;
    text-align: left;
    padding: 10px 3%;
    letter-spacing:normal;
}
#subscriptionAlert .alertBtn {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    width: 5.5em;
    padding: 9px 40px 9px 12px;
    font-size: 14px;
    line-height: 1em;
    vertical-align: middle;
}
.subscriptionAlertOn #footer {
    margin-bottom: 60px;
}*/

/* ================================================================
 nav
=================================================================== */
#nav {
  position: relative;
  top: 0;
  height: 70px;
  box-sizing: border-box;
  z-index: 5;
  margin-top: 0;
  min-width: 320px;
}
#nav.fixed {
  height: 70px;
}
#navInner {
  border: none;
  width: 100%;
}
#nav h1 {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 7px 0;
}
#navGlobal {
  display: none;
}

/* ==============================
 spNavTrigger
================================= */
#spNavTrigger {
  position: absolute;
  top: 3px;
  left: 8px;
  transition: all .4s;
}
#spNavTrigger.active {
  top: 11px;
}
.spNavTriggerIcon {
  position: relative;
  cursor: pointer;
  width: 50px;
  height:50px;
}
.spNavTriggerIcon span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  width: 45%;
}
.spNavTriggerIcon span:nth-of-type(1) {
  top:15px; 
}
.spNavTriggerIcon span:nth-of-type(2) {
  top:23px;
}
.spNavTriggerIcon span:nth-of-type(3) {
  top:31px;
}
#spNavTrigger.active .spNavTriggerIcon span:nth-of-type(1) {
  top: 17px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}
#spNavTrigger.active .spNavTriggerIcon span:nth-of-type(2) {
  opacity: 0;
}
#spNavTrigger.active .spNavTriggerIcon span:nth-of-type(3){
  top: 29px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}
.spNavTriggerLabel {
  position: absolute;
  bottom: -3px;
  left: 2px;
  width: 100%;
  font-size: 10px;
  text-align: center;
  transition: .4s ease;
}
#spNavTrigger.active .spNavTriggerLabel {
  bottom: 5px;
  opacity: 0;
}


/* ==============================
 spNavGlobal
================================= */
#spNavGlobal {
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  z-index: 12;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: .4s ease;
}
#spNavGlobal.active {
  opacity: 1;
  pointer-events: auto;
}
#spNavGlobal .spNavGlobalInner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
}
#spNavGlobal .spNavMypage {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
  background-color: #e5e5e5;
}
#spNavGlobal .spNavMypage ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#spNavGlobal .spNavMypage ul li {
  margin: 0 10px;
}
@media screen and (max-width: 320px) {
  #spNavGlobal .spNavMypage ul li {
    margin: 0 3px;
  }
}

#spNavGlobal .spNavMypage ul li#spNavMypageLogout {
  margin: 0 10px 0 0;
}
#spNavGlobal .spNavMypage .btnMypage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 150px;
  height: 40px;
  padding-right: 10px;
  color: #fff;
  background-color: #555;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#spNavGlobal .spNavMypage .btnMypage:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 10px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #fff;
}

#spNavGlobal .spNavMypage .btnMypage.white {
  color: #444;
  background-color: #fff;
  border: 1px solid #444;
}
#spNavGlobal .spNavMypage .btnMypage.white:after {
  border-color: #444;
}

#spNavMypageMember {
  max-width: 360px;
  flex-grow: 1;
}
#spNavGlobal .spNavMypage .btnMypage.login {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 10px 22px 10px 0;
}
#spNavGlobal .spNavMypage .btnMypage.login img {
  width: 30px;
  margin: 0 5px;
}
#spNavGlobal .spNavMypage .btnMypage.login span {
  font-weight: bold;
  line-height: 1.3;
}

#spNavGlobal .spNavMypage .btnMypage.small {
  width: 110px;
}

#spNavGlobal .spNavGuide .spNavGuideLink {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0 30px 0 20px;
  border: 2px solid #fff;
  background-color: #d8efa5;
  text-decoration: none;
}
#spNavGlobal .spNavGuide .spNavGuideLink:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 15px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #333;
}
#spNavGlobal .spNavGuide .spNavGuideLink img {
  margin-right: 15px;
}
#spNavGlobal .spNavGuide .spNavGuideLink .spNavGuideLinkText {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 16px;
}
#spNavGlobal .spNavGuide .spNavGuideLink .spNavGuideLinkSubText {
  font-size: 14px;
}

#spNavGlobal .spNavSection {

}
#spNavGlobal .spNavSection .spNavSectionHeading {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f0f0f0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#spNavGlobal .spNavSection .spNavList .spNavListItem + .spNavListItem {
  border-top: 1px solid #dcdcdc;
}
#spNavGlobal .spNavSection .spNavListDropdownList {
  border-top: 1px solid #dcdcdc;
}

#spNavGlobal .spNavSection .listInner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 30px 8px 25px;
  min-height: 50px;
  font-size: 14px;
}
#spNavGlobal .spNavSection .listInner:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 15px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #333;
}
#spNavGlobal .spNavSection .spNavListDropdown > .listInner:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-75%) rotate(45deg);
  -ms-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
  right: 12px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #333;
  transition: .1s ease;
}
#spNavGlobal .spNavSection .spNavListDropdown > .listInner.open:after {
  -webkit-transform: translateY(-15%) rotate(225deg);
  -ms-transform: translateY(-15%) rotate(225deg);
  transform: translateY(-15%) rotate(225deg);
}
#spNavGlobal .spNavSection .itemImg {
  min-width: 70px;
  height: 54px;
  object-fit: contain;
  margin: 0 20px 0 0;
}
#spNavGlobal .spNavListDropdownList {
  display: none;
}
#spNavGlobal .spNavSection .spNavListDropdownList.indent .listInner {
  padding-left: 50px;
}
#spNavGlobal .spNavSpecial {
  padding: 20px;
  text-align: center;
}

/* ==============================
 navMypage
================================= */
#navMypage {
  position: absolute;
  top: 4px;
  right: 10px;
}

#navMypage ul li a {
  font-size: 10px;
}
#navMypage ul li a img {
  display: block;
  margin: 0 auto 6px;
  width: 30px;
  height: 30px;
}
#navMypage ul li a span {
  top: -8px;
  right: -8px;
}
#navMypageRegist,
#navMypageLogout {
  display: none;
}


/* ================================================================
 breadcrumbs
=================================================================== */
#breadcrumbs ul {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}
#breadcrumbs ul li {
  max-width: 23em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#breadcrumbs.fixed {
  margin-top: 70px;
}

/* ================================================================
 main
=================================================================== */
#main {
	padding-bottom: 30px;
}
#main.fixed {
  margin-top: 63px;
}
#breadcrumbs.fixed + #main.fixed {
  margin: 0;
}
.mainInner {
  width: 100%;
}
.titleMain {
  height: auto;
  display: table;
  position: relative;
}
.titleMain h2 {
  vertical-align: middle;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  /*height: 57px;
  padding: 0 1em;*/
  font-size: 20px;
  letter-spacing: .05em;
  background-image: none !important;
  line-height: 1.3;
  height: auto;
  padding: .5em 1em;
}
.titleMain h2 span {
  display: none;
}

/* ==============================
 step
================================= */
.step {
  height: 26px;
  white-space: nowrap;
  width: 200px;
  background-size: 98% 3px;
  background-position: center 11.5px;
  background-repeat: no-repeat;
}
/*.step.three {
  width: 188px;
}
.step.four {
  width: 270px;
}*/
.step li {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 13px;
}
.step.three li + li {
  margin-left: 61px;
}
.step.four li + li {
  margin-left: 32px;
}
.step li::after {
  font-size: 13px;
}
/*.titleMain a {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #9FB000;
  font-size: 11px;
}*/

/* ==============================
 SSL
================================= */
.ssl {
  width: auto;
  font-size: 13px;
  margin: 20px 20px 0px 20px;
  padding: 0;
  line-height:180%;
}
.ssl br{
	display:none;
}

/* ==============================
 navAbout
================================= */
.navAbout {
  display: none;
}

/* ==============================
 navAboutBottom
================================= */
.navAboutBottom {
  width: 100%;
  margin: 25px auto 0;
  padding: 0;
  background-image: none;
  background-color: #488dcb;
}
.navAboutBottom ul {
  width: 100%;
}
.navAboutBottom li {
  width: 50%;
  box-sizing: border-box;
}
.navAboutBottom li:nth-child(odd) {
  border-right: solid 1px #fff;
}
.navAboutBottom li:nth-child(even) {
  border-left: solid 1px #fff;
}
.navAboutBottom li:nth-child(n+3) {
  border-top: solid 2px #fff;
}
.navAboutBottom a {
  color: #fff;
  padding: 65px 0 6px;
  border: none;
  background-color: #488dcb;
  background-repeat:  no-repeat;
  background-size: 48px 42px;
  background-position: center 18px;
}
.navAboutBottom a:hover {
  opacity: 1;
}
.navAboutBottom a span {
  height: 2.8em;
  font-size: 14px;
  line-height: 1.3;
}
.navAboutBottom li.navAboutRegain a {
  background-image: url(../../img/common/iconNavAboutRegain_sp@2x.png);
}
.navAboutBottom li.navAboutComponent a {
  background-image: url(../../img/common/iconNavAboutComponent_sp@2x.png);
}
.navAboutBottom li.navAboutGlycation a {
  background-image: url(../../img/common/iconNavAboutGlycation_sp@2x.png);
}
.navAboutBottom li.navAboutFaq a {
  background-image: url(../../img/common/iconNavAboutFaq_sp@2x.png);
}
.navAboutBottom li.navAboutService a {
  background-image: url(../../img/common/iconNavAboutService_sp@2x.png);
}

/* ==============================
 step
================================= */
.step li img {
  max-height: 30px;
}

/* ==============================
 pager
================================= */
#pager ul li a {
	height: 28px;
  min-width: 28px;
  line-height: 26px;
	font-size: 12px;
}
#pager ul li + li {
  margin-left: 6px;
}
#pager ul li.previous a {
  background-position: left 7px center;
	padding: 0 10px 0 20px;
}
#pager ul li.next a {
  background-position: right 7px center;
  padding: 0 20px 0 10px;
}

/* ================================================================
 pagetop
=================================================================== */
#pagetopInner {
  min-width: 100%;
  max-width: 100%;
}

/* ==============================
 complete
================================= */
.completeBox {
  width: auto;
  padding: 7% 5%;
  margin: 26px 5% 0;
  box-sizing:border-box;
}
.completeBox .completeTxt .title {
  font-size: 16px;
}
.completeBox .completeTxt .textBox br {
  display:none;
}
.completeBox .completeTxt .textBox p {
  text-align: left;
}
.completeBox .completeTxt .textBox p.contact {
  text-align: center;
}

/* ==============================
 sectionBenefits
================================= */
.sectionBenefits {
  margin-top: 0;
}
.benefitsBox {
  border: none;
  margin: 0 15px;
  padding: 30px 0;
  width: auto;
  border-bottom: solid 1px #036eb7;
}
.benefitsBox:nth-child(odd),
.benefitsBox:nth-child(even){
  float: none;
}
.benefitsBox:nth-child(n+3) {
  margin-top: 0;
}
.benefits01 h4 + .text,
.benefits03 h4 + .text {
  padding-left: 0;
}
.benefitsBox h5 + .text {
  padding: 1em 0 0;
}
.benefits01 {
  height: auto;
}
.imgBenefits01_01 {
  width: 100%;
  height: auto;
  margin: 13px auto 0;
}
.benefits01 .oneMonth {
  margin: 20px auto 0;
  width: 100%;
}
.benefits01 .oneMonth p,
.benefits01 .oneMonth small {
  line-height: 1.3;
}
.benefits02 {
  height: auto;
}
.benefits02 .table .text {
  padding: 0;
}
.imgBenefits02_01 {
  width: 35vw;
  max-width: 130px;
  margin: 0 14px 0 4px;
}
.imgBenefits02_02 {
  width: 100%;
}
.benefits03 {
  height: auto;
}
.imgBenefits03_01 {
  width: 100%;
  margin: 14px auto 0;
}
.benefits04 {
  height: auto;
}
.benefits04 .table {
  margin: 10px 0 0 0;
}
.imgBenefits04_01 {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 0;
}

/* ================================================================
 Yahoo custom search
=================================================================== */
header #srchBox {
  display: none;
}
#wrapSrchBoxSp {
  display: block;
  margin: 0 20px 25px;
}
#srchBox {
  position: static;
  width: 100%;
}
#srchBox #srchInput {
  width : -webkit-calc(100% - 26px);
  width : calc(100% - 26px);
  font-size: 16px !important;
}
#srchBox #srchLogo {
  margin: 5px 2px 0 0;
}
#srchBox #srchLogo a {
  color: #FFF;
}
/* iframeページ内に個人情報の取扱いについてのページを表示 - 2019.11.05 */
div.pp {
  width: 100%;
  margin: 10px 0;
}
div.iframe-content {
  width: 262px;
  background: #F3F3F3;
  border: none;
  padding: 5px 3px;
  border-radius: 3px;
  margin: 0 auto;
}
div.iframe-content div {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 120px;
}
div.iframe-content iframe {
  width: 100%;
  height: 120px;
  overflow: scroll;
}
div.pp div.note {
	text-align: left;
	margin-left: 8px;
}

/*　20220401_個人情報のチェックボックス　*/
#pmarkPolicy,
#cart #pmarkPolicy {
  padding: 20px 10px;
  width: 100%;
  box-sizing: border-box;
}
#PrivacyConfirmArea {
  height: auto;
}
#NoConfirmedPrivacy {
    text-align: left;
    width: 90%;
}
.pp div.iframe-content {
  width: 100%;
  box-sizing: border-box;
}
.pp div.iframe-content div {
  height: 200px;
}
.pp div.iframe-content iframe {
  height: 200px;
}

/* ================================================================
 itemSearchSection
 お悩みから商品を探す
=================================================================== */
.itemSearchSection {
  padding: 30px 20px;
}
.itemSearchSection .itemSearchSectionHeading {
  font-size: 18px;
  margin-bottom: 25px;
}
.itemSearchSection ul {
  flex-wrap: wrap;
  gap: 20px 10px;
}
.itemSearchSection li {
  width: calc(50% - 5px);
}
.itemSearchSection li a {
  height: 44px;
  font-size: 16px;
}

@media screen and (max-width: 320px) {
  .itemSearchSection li a {
    font-size: 14px;
  }
}

/* ================================================================
 20230220
 オーダーフォーム　ファーマシーロゴ
=================================================================== */
.im-pharmacy-logo-form{
  width: auto;
  padding: 0.5em 1em;
}

.im-pharmacy-logo-form img{
width: 190px;
margin-right: 0;
}

.im-pharmacy-logo-form p{
  margin: 10px 0;
  line-height: 30px;
}