@charset "UTF-8";
/* CSS Document */
#userWrap {
  padding: 40px 0 0 0;
}

.guideOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}
.guideOuter #guideNav {
  display: block;
  width: 216px;
  border-top: 1px solid #d3d3d3;
}
.guideOuter #guideNav > ul > li {
  display: block;
  border-bottom: 1px solid #d3d3d3;
}
.guideOuter #guideNav > ul > li > a {
  display: block;
  height: 100%;
  padding: 15px 20px 15px 45px;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 10px center;
}
.guideOuter #guideNav > ul > li > a:before, .guideOuter #guideNav > ul > li > a:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  background-color: #979797;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guideOuter #guideNav > ul > li > a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.guideOuter #guideNav > ul > li > a.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.guideOuter #guideNav > ul > li.icon_guide_about > a {
  background-image: url(../img/icon_guide_about.svg);
}
.guideOuter #guideNav > ul > li.icon_guide_deliver > a {
  background-image: url(../img/icon_guide_deliver.svg);
}
.guideOuter #guideNav > ul > li.icon_guide_exchange > a {
  background-image: url(../img/icon_guide_exchange.svg);
}
.guideOuter #guideNav > ul > li.icon_guide_member > a {
  background-image: url(../img/icon_guide_member.svg);
}
.guideOuter #guideNav > ul > li.icon_guide_mypage > a {
  background-image: url(../img/icon_guide_mypage.svg);
}
.guideOuter #guideNav > ul > li.icon_guide_order > a {
  background-image: url(../img/icon_guide_order.svg);
}
.guideOuter #guideNav > ul > li.icon_guide_payment > a {
  background-image: url(../img/icon_guide_payment.svg);
}
.guideOuter #guideNav > ul > li.icon_guide_periodic > a {
  background-image: url(../img/icon_guide_periodic.svg);
}
.guideOuter #guideNav > ul > li > .childNav {
  background-color: #f6f6f6;
  padding: 8px 0;
  border-top: 1px #d3d3d3 solid;
  display: none;
}
.guideOuter #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;
}
.guideOuter .guideInner {
  display: block;
  width: 808px;
}
.guideOuter .guideInner 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;
  padding: 13px 0 13px 30px;
  margin-bottom: 15px;
  background: #eeeeee;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
}
.guideOuter .guideInner h3.mainTTL {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.guideOuter .guideInner p {
  margin-bottom: 20px;
}
.guideOuter .guideInner .guide-block {
  margin-bottom: 4em;
}
.guideOuter .guideInner .guide-block.mb20 {
  margin-bottom: 20px;
}
.guideOuter .guideInner .inner-block {
  margin-top: 2em;
  margin-bottom: 2em;
}
.guideOuter .guideInner .inner-block.mb0 {
  margin-bottom: 0;
}
.guideOuter .guideInner .list-circle {
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.guideOuter .guideInner .list-circle li {
  list-style: disc;
}
.guideOuter .guideInner .btnRed {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.guideOuter .guideInner a.nextLink {
  display: inline-block;
  padding-right: 18px;
  background: url(../img/icon_arrow_right_black.svg) right center no-repeat;
  text-decoration: underline;
}
.guideOuter .guideInner .grayBox {
  background-color: #f6f6f6;
  padding: 25px;
}
.guideOuter .guideInner dl.tel {
  text-align: center;
}
.guideOuter .guideInner dl.tel dt {
  margin-bottom: 0.2em;
}
.guideOuter .guideInner dl.tel dd.telNum {
  color: #b71b48;
  margin-bottom: 6px;
}
.guideOuter .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;
}
.guideOuter .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;
}
.guideOuter .guideInner dl.tel dd.reception dl dd {
  text-align: left;
}
.guideOuter .guideInner section {
  border-bottom: 1px #e7e7e7 solid;
  padding-bottom: 3em;
  margin-bottom: 5em;
}
.guideOuter .guideInner section .img {
  margin-top: 2em;
  margin-bottom: 2em;
}
.guideOuter .guideInner section .img img {
  vertical-align: bottom;
}
.guideOuter .guideInner section .img.m0 {
  margin: 0;
}
.guideOuter .guideInner section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.guideOuter #guideHome .guideLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 20px 40px 30px;
}
.guideOuter #guideHome .guideLinkList > li {
  width: 50%;
  text-align: left;
  margin-bottom: 1.8em;
}
.guideOuter #guideHome .guideLinkList > li > a {
  font-size: 14px;
}