@charset "UTF-8";
/* CSS Document */
#guideNav {
  display: block;
  padding: 0 4%;
  margin-bottom: 3em;
}
#guideNav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px #e7e7e7 solid;
}
#guideNav > ul > li {
  width: 50%;
  border-top: 1px #e7e7e7 solid;
  border-left: 1px #e7e7e7 solid;
}
#guideNav > ul > li:nth-child(2n) {
  border-right: 1px #e7e7e7 solid;
}
#guideNav > ul > li > a {
  display: block;
  height: 100%;
  padding: 12px 10px 12px 42px;
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 12% auto;
}
@media only screen and (max-width: 320px) {
  #guideNav > ul > li > a {
    font-size: 1.2rem;
    padding-right: 8px;
  }
}
#guideNav > ul > li.icon_guide_about > a {
  background-image: url(../img/icon_guide_about.svg);
}
#guideNav > ul > li.icon_guide_deliver > a {
  background-image: url(../img/icon_guide_deliver.svg);
}
#guideNav > ul > li.icon_guide_exchange > a {
  background-image: url(../img/icon_guide_exchange.svg);
}
#guideNav > ul > li.icon_guide_member > a {
  background-image: url(../img/icon_guide_member.svg);
}
#guideNav > ul > li.icon_guide_mypage > a {
  background-image: url(../img/icon_guide_mypage.svg);
}
#guideNav > ul > li.icon_guide_order > a {
  background-image: url(../img/icon_guide_order.svg);
}
#guideNav > ul > li.icon_guide_payment > a {
  background-image: url(../img/icon_guide_payment.svg);
}
#guideNav > ul > li.icon_guide_periodic > a {
  background-image: url(../img/icon_guide_periodic.svg);
}
#guideNav > ul > li > .childNav {
  background-color: #f6f6f6;
  padding: 8px 0;
  border-top: 1px #d3d3d3 solid;
  display: none;
}
#guideNav > ul > li > .childNav > li > a {
  display: block;
  padding: 8px 53px 8px 42px;
  background: url(../img/icon_arrow_right_black.svg) calc(100% - 40px) center no-repeat;
}
#guideNav ul#pageNav {
  border: none;
  display: block;
  border-bottom: 1px #e7e7e7 solid;
  padding-bottom: 2.5em;
}
#guideNav ul#pageNav li {
  width: 100%;
  border: none;
}
#guideNav ul#pageNav li a {
  padding: 0 20px 5px 0;
  display: inline-block;
  background: url(../../../common/img/icon_arrow_under_gray.svg) right 6px no-repeat;
  background-size: 12px auto;
}

h3.subTTL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 40px;
  padding: 9px 4%;
  background: #eeeeee;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 22px;
}

.guideInner {
  padding: 0 4%;
}
.guideInner h3.mainTTL {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  margin-bottom: 20px;
}
.guideInner p {
  margin-bottom: 20px;
}
.guideInner .guide-block {
  margin-bottom: 2em;
}
.guideInner .guide-block.mb20 {
  margin-bottom: 20px;
}
.guideInner .inner-block {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.guideInner .inner-block.mb0 {
  margin-bottom: 0;
}
.guideInner .list-circle {
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.guideInner .list-circle li {
  list-style: disc;
}
.guideInner .btnRed {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.guideInner a.nextLink {
  display: inline-block;
  padding-right: 18px;
  background: url(../img/icon_arrow_right_black.svg) right center no-repeat;
  text-decoration: underline;
}
.guideInner .grayBox {
  background-color: #f6f6f6;
  padding: 25px;
}
.guideInner dl.tel {
  text-align: center;
}
.guideInner dl.tel dt {
  margin-bottom: 0.2em;
  font-size: 16px;
}
.guideInner dl.tel dd.telNum {
  color: #b71b48;
  margin-bottom: 6px;
}
.guideInner dl.tel dd.telNum a {
  display: inline-block;
  font-size: 26px;
  color: #b71b48;
  font-family: "Open Sans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", sans-serif;
  padding-left: 18px;
  background: url(../../../common/img/icon_tel_red.svg) 0 center no-repeat;
  margin-left: 10px;
}
.guideInner dl.tel dd.reception {
  font-size: 12px;
}
.guideInner dl.tel dd.reception dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guideInner dl.tel dd.reception dl dd {
  text-align: left;
}
.guideInner section {
  border-bottom: 1px #e7e7e7 solid;
  padding-bottom: 1.5em;
  margin-bottom: 2.5em;
}
.guideInner section .img {
  margin-top: 2em;
  margin-bottom: 2em;
}
.guideInner section .img img {
  vertical-align: bottom;
  max-width: 100%;
  border: 1px #727272 solid;
}
.guideInner section .img a {
  position: relative;
  display: block;
}
.guideInner section .img a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/member/sp/icon_zoom.png") no-repeat 0 0;
  position: absolute;
  right: 1px;
  top: 1px;
  background-size: 100%;
}
.guideInner section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#guideHome .guideLinkList {
  padding: 0 4% 2em;
}
#guideHome .guideLinkList .nextLink {
  text-align: left;
  margin-bottom: 8px;
}
#guideHome .guideLinkList .nextLink a {
  font-size: 14px;
}
#guideHome .guideLinkList:last-child {
  padding-bottom: 0;
}