@charset "UTF-8";
@media screen and (min-width: 768px) {
  .p-guide {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-guide #fs-page-error-container {
  width: 100%;
}

/* ==============================================
 ## ご利用ガイドメニュー
=================================================*/
.guideMenu h2 {
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  font-size: 1.3rem;
  padding: 10px;
  margin-bottom: 0;
  position: relative;
}
.guideMenu h2:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  top: 50%;
  right: 10px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .guideMenu h2:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .guideMenu h2 {
    border: none;
    padding: 0;
    background-color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
  }
}
.guideMenu h2.active:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.guideMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 50px;
  display: none;
}
@media screen and (min-width: 767px) {
  .guideMenu ul {
    border: none;
    display: block;
  }
}
.guideMenu ul li {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 767px) {
  .guideMenu ul li {
    border: none;
  }
}
.guideMenu ul li a {
  display: block;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .guideMenu ul li a {
    padding: 20px 0;
  }
}
.guideMenu ul li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 767px) {
  .guideMenu ul li a:after {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .guideMenu {
    width: 27.5%;
  }
}

/* ==============================================
 ## ご利用ガイド コンテンツ
=================================================*/
@media screen and (min-width: 768px) {
  .guide-content {
    width: 66.8%;
    font-size: 1.4rem;
    line-height: 2.5;
  }
}

.guide-section ol,
.guide-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* ==============================================
 ## ご利用ガイドメニュー
=================================================*/
.guide-section > div {
  margin-bottom: 30px;
}
.guide-section .lead {
  margin-bottom: 30px;
}
.guide-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.guide-section h3 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.guide-section .list_howto p,
.guide-section .gift_box p {
  margin: 0 0 1em;
}
.guide-section .list_howto > li,
.guide-section .gift_box > li {
  margin-bottom: 50px;
}
.guide-section .list_howto > li li,
.guide-section .gift_box > li li {
  margin-bottom: 30px;
}
.guide-section .list_howto span.link,
.guide-section .gift_box span.link {
  display: block;
  margin-top: 10px;
}
.guide-section .list_howto span.link a,
.guide-section .gift_box span.link a {
  display: block;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .guide-section .list_howto span.link a,
  .guide-section .gift_box span.link a {
    border: none;
    text-align: left;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .guide-section .list_howto .fParent,
  .guide-section .gift_box .fParent {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -80px;
  }
}
@media screen and (min-width: 768px) {
  .guide-section .list_howto .fParent > div,
  .guide-section .gift_box .fParent > div {
    width: calc(50% - 80px);
    margin-left: 80px;
  }
}
.guide-section .list_howto .fParent > div.image,
.guide-section .gift_box .fParent > div.image {
  border: 1px solid #e6e6e6;
}
.guide-section .contactBox {
  border: 5px solid #f6f6f6;
  padding: 10px;
}

/* ==============================================
 ## ショッピングガイドTOP
=================================================*/
.fs-body-category-guide aside.guideMenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .fs-body-category-guide aside.guideMenu {
    display: block;
  }
}
.fs-body-category-guide nav.guideMenu ul {
  display: block;
}
@media screen and (min-width: 768px) {
  .fs-body-category-guide nav.guideMenu {
    display: none;
  }
}

/* ==============================================
 ## Amazonログイン＆ペイメントでの購入方法
=================================================*/
@media screen and (min-width: 768px) {
  .box_doubleBorder {
    border: 5px solid #e6e6e6;
    padding: 10px;
  }
}
.box_doubleBorder h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
.box_doubleBorder h3 {
  font-weight: bold;
  font-size: 1.3rem;
}

.box_amazon {
  margin-bottom: 30px;
}

.box_amazon_1 li {
  margin-bottom: 30px;
}
.box_amazon_1 .btn_login {
  display: inline-block;
  background-color: #c5193d;
  color: #fff;
  padding: 5px 1em;
}

.box_amazon_login {
  margin-bottom: 30px;
}

.img_btn img {
  vertical-align: middle;
}

/* ==============================================
 ## 会員・ポイント・マイページについて
=================================================*/
.guide-member table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.guide-member table th {
  border: 1px solid #e6e6e6;
  padding: 5px;
  text-align: left;
  background-color: #d1d1d1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.guide-member table td {
  border: 1px solid #e6e6e6;
  font-size: 1.2rem;
  padding: 5px;
}

/* ==============================================
 ## 会員・ポイント・マイページについて
=================================================*/
.guide-return .box {
  border: 5px solid #e6e6e6;
  padding: 20px;
  margin-top: 20px;
}

/* ==============================================
 ## よくあるご質問
=================================================*/
.guide-faq > section {
  margin-bottom: 30px;
}
.guide-faq h2 {
  font-size: 1.8rem;
}
.guide-faq .btn_question {
  background-color: #f6f6f6;
  padding: 10px;
  padding-right: 20px;
  position: relative;
  margin-top: 16px;
}
.guide-faq .btn_question:after {
  content: '';
  width: 11px;
  height: 11px;
  background-image: url(../img/common/icon_plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
.guide-faq .btn_question.active:after {
  background-image: url(../img/common/icon_minus.png);
}
.guide-faq .awnserBox {
  display: none;
}

@media screen and (max-width: 766px){
.guide-content #payment {
  padding-top: 80px;
  margin-top: -80px;
}
}