@charset "UTF-8";
/*=============================================================
 guide ご利用ガイド
=============================================================*/
/*! common
================================================= */
/*! section margin
---------------------------------------- */
#guide main > section {
  margin: -80px 0 40px;
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  #guide main > section {
    margin: -140px 0 80px;
    padding-top: 140px;
  }
}

/*! mainImg
---------------------------------------- */
#guide #mainImg {
  background-image: url(/img/guide/bg_mainimg01.jpg);
}

#guide.index .mainTit img {
  width: 128px;
}

@media screen and (min-width: 768px) {
  #mainImg {
    margin: 0 0 20px;
  }
  #guide .mainTit img {
    width: auto !important;
  }
}

/*! guideNav
---------------------------------------- */
#guide .guideNav {
  margin: 0 -25px 20px;
}

#guide .guideNav .btnCmn02 {
  text-align: left;
}

#guide .guideNav dl .btnCmn02:before {
  right: 14px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#guide .guideNav .btnCmn02 span {
  position: relative;
  padding-left: 30px;
}

#guide .guideNav .btnCmn02 span:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 20px;
  /* position: absolute;
  top: 3px;
  left: 0;
  content: '\e920';
  color: #83942e;
  font-size: 24px;
  font-family: hinoseiyaku !important; */
}

#guide .guideNav .btnCmn02 span[class*='calculator']:before,
#guide .guideNav .btnCmn02 span[class*='medal']:before {
  left: 5px;
}
#guide .guideNav .btnCmn02 span[class*='qa'] {
  padding-left: 35px;
}
#guide .guideNav .btnCmn02 span[class*='qa']:before {
  content: '';
  background: url('/img/guide/icon_qa.png') 0 0 no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 14px;
  display: block;
}

#guide .guideNav dd:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

#guide .guideNav .mod_link01 {
  display: block;
  margin: 0;
  padding: 16px 25px 16px 52px;
  cursor: pointer;
}

#guide .guideNav .mod_link01:before {
  top: 20px;
  left: 25px;
}

@media screen and (min-width: 768px) {
  #guide .guideNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  #guide .guideNav > dl,
  #guide .guideNav > div {
    width: 330px;
    margin: 0 0 25px;
  }
  #guide .guideNav .btnCmn02 {
    width: 330px;
    min-height: 50px;
    padding: 12px 30px 13px 15px;
  }
  #guide .guideNav .btnCmn02:before {
    right: 15px;
  }
  #guide .guideNav dt {
    margin: 0 0 20px;
    padding: 0.2em 0 0.1em;
  }
  #guide .guideNav dd {
    margin: 0 0 12px;
  }
  #guide .guideNav dd:not(:last-child) {
    border-bottom: none;
  }
  #guide .guideNav .mod_link01 {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 22px;
  }
  #guide .guideNav .mod_link01:before {
    top: 12px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #guide .guideNav .mod_link01:hover:before {
    left: 2px;
  }
  #guide .guideNav .mod_link01 small {
    font-size: 14px;
    vertical-align: baseline;
  }
  #guide .guideNav .btnCmn02 span[class*='qa']:before {
    margin-top: 2px;
  }
}

/*! hr
/* ---------------------------------------- */
/* #guide main > hr {
  margin: 30px -25px;
  border: none;
  border-bottom: 1px solid #e9e9e9;
} */

/*@media screen and (min-width: 768px) {
  #guide main > hr {
    margin: 60px -200%;
    border-bottom: 2px solid #e9e9e9;
  }
} */

/*! .mod_tit03
---------------------------------------- */
#guide .mod_tit03 {
  margin: 0 -25px 20px;
}

@media screen and (min-width: 768px) {
  #guide .mod_tit03 {
    margin: 0 0 36px;
  }
}

/*! .note
---------------------------------------- */
#guide .note {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

#guide .note + .note {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #guide .note {
    font-size: 15px;
  }
  #guide .note + .note {
    margin-top: 10px;
  }
}

#guide .note02 {
  padding-left: 3em;
  text-indent: -3em;
}

/*! fonts
---------------------------------------- */
#guide main i {
  font-style: normal;
  font-weight: normal;
}

#guide main .orange {
  color: #f85903;
}

#guide main .red {
  color: #ea5a52;
}

#guide main .bold {
  font-weight: bold;
}

/*! .require
---------------------------------------- */
#guide img.require {
  display: inline-block;
  width: 36px;
  margin: 0 4px -2px;
  vertical-align: baseline;
}

@media screen and (min-width: 768px) {
  #guide img.require {
    width: auto;
  }
}

/*! flowList01
---------------------------------------- */
#guide .flowList01 {
  counter-reset: flow01;
}

#guide .flowList01 > .flowBox01 {
  position: relative;
  margin: 0 0 35px;
  border: 2px solid #e4e4e4;
}
#guide .flowList01 .flowBox01 {
  overflow: hidden;
}

#guide .flowList01 > .flowBox01:not(:last-child):after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -27px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #afafaf transparent transparent transparent;
}

#guide .flowList01 > .flowBox01 .img {
  position: relative;
  float: left;
  width: 118px;
  height: 118px;
  margin: 20px 15px 10px 15px;
  overflow: hidden;
}

#guide .flowList01 > .flowBox01 .img img {
  width: 100%;
}

#guide .flowList01 > .flowBox01 .img .ico {
  display: block;
  position: absolute;
  right: 0;
  background-color: #8b8b8b;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 7px 15px 7px 14px;
}

#guide .flowList01 > .flowBox01 .img .icon-lupe + span {
  text-decoration: underline;
  margin-left: 3px;
  font-size: 13px !important;
}

#guide .flowList01 > .flowBox01 .img .ico:hover .icon-lupe + span {
  text-decoration: none;
}

#guide .flowList01 > .flowBox01 .txt {
  padding: 20px 15px;
}

#guide .flowList01 > .flowBox01 .tit {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 45px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
}

#guide .flowList01 > .flowBox01 .tit:first-child:before {
  counter-increment: flow01;
  content: counter(flow01);
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 13px;
  background: #83942e;
}

#guide .flowList01 > .flowBox01 .img {
  display: block;
  border: solid 1px #e4e4e4;
  padding: 0.5em;
}

@media screen and (min-width: 768px) {
  #guide .flowList01 > .flowBox01 {
    margin: 0 0 40px;
    padding: 28px 30px 36px 26px;
  }
  #guide .flowList01 > .flowBox01:not(:last-child):after {
    bottom: -32px;
    border-width: 20px 40px 0 40px;
  }
  #guide .flowList01 .flowBox01 div {
    overflow: hidden;
  }
  #guide .flowList01 > .flowBox01 .img {
    float: left;
    width: 370px;
    height: auto;
    margin: 0;
  }
  /* #guide .flowList01 > .flowBox01 .img a {
    display: block;
    border: solid 1px #e4e4e4;
  } */

  #guide .flowList01 > .flowBox01 .img .ico {
    font-size: 16px;
    padding: 7px 20px 8px 13px;
  }
  #guide .flowList01 > .flowBox01 .txt {
    float: right;
    width: 580px;
    padding: 0;
  }
  #guide .flowList01 > .flowBox01 .tit {
    float: right;
    width: 580px;
    box-sizing: border-box;
  }
  #guide .flowList01 > .flowBox01 .tit:first-child {
    margin: 0 0 15px;
    padding: 0 0 12px 45px;
    font-size: 20px;
  }
  #guide .flowList01 > .flowBox01 .tit:first-child:before {
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 16px;
  }
}

/*! guideBox01
---------------------------------------- */
#guide .guideBox01 {
  margin: 0 0 30px;
}

#guide .guideBox01 .txt {
  margin: 0 0 20px;
}

#guide .guideBox01 .img {
  margin: 20px 0 0;
}

#guide .guideBox01 .img img {
  max-width: 100%;
  margin: 0 0 10px;
}

#guide .guideBox01 .img img.line01 {
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
}

#guide .guideBox01 .img p,
#guide .guideBox01 .img ul {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #guide .guideBox01 {
    margin: 0 0 40px;
    overflow: hidden;
  }
  #guide .guideBox01 .txt {
    float: left;
    width: 540px;
    margin: 0;
  }
  #guide .guideBox01 .img {
    float: right;
    width: 462px;
    margin: 0;
  }
  #guide .guideBox01 .img p,
  #guide .guideBox01 .img ul {
    font-size: 15px;
  }
}

/*! ============================================= */
/*! login 会員登録・ログインについて
================================================= */
/*! mainImg
---------------------------------------- */
#guide .mainTit img {
  width: 146px;
}

/*! loginBtn
---------------------------------------- */
#guide .loginBtn {
  margin: 20px auto 25px;
  text-align: center;
}

#guide .loginBtn .btnCmn02:before {
  content: none;
}

#guide .loginBtn .btnCmn02 .icon-beginner:before {
  display: inline-block;
  position: relative;
  bottom: -1px;
  margin: 0 5px 0 0;
}

@media screen and (min-width: 768px) {
  #guide .loginBtn {
    margin: 30px 0 55px;
  }
  #guide .loginBtn .btnCmn02 {
    width: 430px;
    min-height: 70px;
    padding: 21px 30px 20px;
    font-size: 20px;
    font-weight: bold;
  }
  #guide .loginBtn .btnCmn02 .icon-beginner:before {
    bottom: -2px;
    margin: 0 10px 0 0;
  }
}

/*! specialBox01
---------------------------------------- */
#guide .specialBox01 {
  position: relative;
  padding: 0 15px 15px;
  border-top: 3px solid #83942e;
  background: #fef8e7;
}

#guide .specialBox01:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #83942e transparent;
}

#guide .specialBox01 h3 {
  position: relative;
  padding: 25px 0 0;
  height: 40px;
  text-align: center;
}

#guide .specialBox01 h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: -40px;
  width: 82px;
  height: 103px;
  background: url(/img/guide/login/bg_special01_sp.png) center center no-repeat;
  background-size: cover;
}

#guide .specialBox01 h3:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: -7px;
  width: 74px;
  height: 45px;
  background: url(/img/guide/login/bg_special02_sp.png) center center no-repeat;
  background-size: cover;
}

#guide .specialBox01 h3 img {
  width: 186px;
}

#guide .specialBox01 > ol > li {
  position: relative;
  padding: 20px 15px;
  border: 2px solid #b69603;
  background: #fff;
}

#guide .specialBox01 > ol > li:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -12px;
  width: 45px;
  height: 57px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#guide .specialBox01 > ol > li:first-child:before {
  background-image: url(/img/guide/login/ico_special01_sp.png);
}

#guide .specialBox01 > ol > li:nth-child(2):before {
  background-image: url(/img/guide/login/ico_special02_sp.png);
}

#guide .specialBox01 > ol > li:nth-child(3):before {
  background-image: url(/img/guide/login/ico_special03_sp.png);
}

#guide .specialBox01 > ol > li:not(:last-child) {
  margin: 0 0 35px;
}

#guide .specialBox01 > ol > li h4 {
  line-height: 1.4;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #guide .specialBox01 {
    padding: 0 40px 40px;
    border-top: 4px solid #83942e;
  }
  #guide .specialBox01:before {
    top: -20px;
    border-width: 0 20px 20px 20px;
  }
  #guide .specialBox01 h3 {
    padding: 20px 0;
    height: 100px;
  }
  #guide .specialBox01 h3:before {
    top: 30px;
    left: 50px;
    width: 244px;
    height: 280px;
    background: url(/img/guide/login/bg_special01_pc.png) center center
      no-repeat;
  }
  #guide .specialBox01 h3:after {
    top: 5px;
    right: 130px;
    width: 168px;
    height: 102px;
    background: url(/img/guide/login/bg_special02_pc.png) center center
      no-repeat;
  }
  #guide .specialBox01 h3 img {
    width: auto;
  }
  #guide .specialBox01 > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #guide .specialBox01 > ol > li {
    width: 300px;
    padding: 32px 28px 28px;
    border: 3px solid #b69603;
  }
  #guide .specialBox01 > ol > li:before {
    top: -26px;
    left: -23px;
    width: 72px;
    height: 92px;
  }
  #guide .specialBox01 > ol > li:first-child:before {
    background-image: url(/img/guide/login/ico_special01_pc.png);
  }
  #guide .specialBox01 > ol > li:nth-child(2):before {
    background-image: url(/img/guide/login/ico_special02_pc.png);
  }
  #guide .specialBox01 > ol > li:nth-child(3):before {
    background-image: url(/img/guide/login/ico_special03_pc.png);
  }
  #guide .specialBox01 > ol > li:not(:last-child) {
    margin: 0;
  }
  #guide .specialBox01 > ol > li h4 {
    font-size: 24px;
    margin: 18px 0 0 0;
  }
  #guide .specialBox01 > ol > li h4.twoLines {
    margin-top: 0;
  }
}
/*! bnr
---------------------------------------- */
#guide .bnr {
  margin: 0 -25px 40px;
}
@media screen and (min-width: 768px) {
  #guide .bnr {
    margin: 0 0 80px;
  }
}

/*! ============================================= */
/*! order ご注文について
================================================= */
/*! mainImg
---------------------------------------- */
#guide.order .mainTit img {
  width: 150px;
}

/*! ============================================= */
/*! payment お支払い方法について
================================================= */
/*! mainImg
---------------------------------------- */
#guide.payment .mainTit img {
  width: 133px;
}

/*! ============================================= */
/*! postage 送料・発送について
================================================= */
/*! mainImg
---------------------------------------- */
#guide.postage .mainTit img {
  width: 128px;
}

#guide.postage em {
  font-style: normal;
  font-weight: bold;
}

#guide.postage .mod_ulList02 {
  margin-top: 0;
}

#guide.postage .sendList01 {
  margin: 0 0 15px;
}

.sendList01 dt {
  color: #4f6129;
  font-weight: bold;
}

#guide.postage .sendList01 dd + dt {
  margin-top: 10px;
}

#guide.postage .note {
  margin: 0;
}

/*! ============================================= */
/*! cancel キャンセル・返品交換について
================================================= */
/*! mainImg
---------------------------------------- */
#guide.cancel .mainTit img {
  width: 172px;
}

/*! #cancel
---------------------------------------- */
.guideBox01 .tel a {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #e3ebb9;
  border-radius: 2px;
}
.tel dt {
  padding: 0 0 4px;
  color: #436201;
  font-size: 13px;
  text-align: center;
}

.tel dd {
  padding: 0 4px 4px;
}

.tel .icon-leaf03 {
  display: inline-block;
  margin: 0 10px -23px -20px;
  color: #9ebf5e;
  font-size: 33px;
}

@media screen and (min-width: 768px) {
  .tel a {
    width: 538px;
    margin: 30px auto 0;
    border-radius: 4px;
    pointer-events: none;
  }
  .tel dt {
    padding: 2px 0;
    font-size: 16px;
    height: 45px;
  }
  .tel dd {
    padding: 0 8px 8px;
  }
}

/*! ============================================= */
/*! point ポイントについて
================================================= */
/*! mainImg
---------------------------------------- */
#guide.point .mainTit img {
  width: 160px;
}

/*! .benefits
---------------------------------------- */
#guide .benefitsBox {
  padding: 15px;
  background-color: #fef8e7;
  border-top: 3px solid #83942e;
}

#guide.point .benefitsCont {
  padding: 15px;
  font-size: 17px;
  font-weight: bold;
  background-color: #fff;
}

#guide.point .benefitsTxt {
  position: relative;
  padding-left: 40px;
}

#guide.point .benefitsTxt:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/guide/point/ico_benefits01_sp.png) no-repeat;
  background-size: 100% auto;
  width: 34px;
  height: 43px;
}

#guide.point .loginBtn {
  margin: 13px 0 0;
  padding: 0 13px;
  text-align: center;
}

#guide.point .loginBtn .btnCmn02 {
  font-size: 14px;
}

#guide.point .loginBtn .btnCmn02:before {
  content: none;
}

#guide.point .loginBtn .btnCmn02 .icon-beginner:before {
  display: inline-block;
  position: relative;
  bottom: -1px;
  margin: 0 5px 0 0;
}

@media screen and (min-width: 768px) {
  #guide .benefitsBox {
    float: right;
    width: 462px;
    padding: 20px;
    border-top: 5px solid #83942e;
    box-sizing: border-box;
  }
  #guide.point .benefitsCont {
    padding: 25px 22px;
    font-size: 24px;
  }
  #guide.point .benefitsTxt {
    padding-left: 90px;
  }
  #guide.point .benefitsTxt:before {
    top: -5px;
    width: 72px;
    height: 91px;
    background: url(/img/guide/point/ico_benefits01_pc.png) no-repeat;
  }
  #guide.point .loginBtn {
    margin-top: 20px;
    padding: 0 20px;
  }
  #guide.point .loginBtn .btnCmn02 {
    width: 382px;
    min-height: 70px;
    padding: 21px 30px 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #guide.point .loginBtn .btnCmn02 .icon-beginner:before {
    bottom: -2px;
    margin: 0 10px 0 0;
  }
}

/*! ============================================= */
/*! faq よくあるご質問
================================================= */
/*! mainImg
---------------------------------------- */
#guide .mainTit img {
  width: 149px;
}

/*! mod_pageNav01
---------------------------------------- */
#guide .mod_pageNav01 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #guide .mod_tit01#item {
    margin-top: -140px;
    padding-top: 140px;
  }
  #guide .mod_pageNav01 {
    margin: 25px 0 80px;
  }
  #guide .mod_pageNav01 ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #guide .mod_pageNav01 ul li:nth-child(3n-1) {
    margin: 0 16px;
  }
  #guide .mod_pageNav01 ul li:nth-child(n + 4) {
    margin-top: 16px;
  }
}

/*! .faqitem
---------------------------------------- */
#guide .faqItem {
  margin: 0 -25px;
}
#guide .faqItem dt {
  position: relative;
  line-height: 1.4;
  overflow: hidden;
  padding: 15px 36px 15px 60px;
  border-bottom: 2px solid #cdd4ab;
  background: #83942e;
  color: #fff;
}

#guide .faqItem dt:before {
  position: absolute;
  top: -8px;
  left: -15px;
  width: 66px;
  height: 66px;
  border-radius: 33px;
  background: #6b7d0e url(/img/guide/faq/ico_question01_sp.png) 28px 25px
    no-repeat;
  background-size: 17px;
  content: '';
}

#guide .faqItem dt:after {
  position: absolute;
  top: 50%;
  right: 14px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: -7px 0 auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#guide .faqItem dt.on:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#guide .faqItem dt.firstItem:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#guide .faqItem dt.firstItem.on:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#guide .faqItem dd {
  display: none;
  padding: 15px 25px;
}

#guide .faqItem dd.firstItem {
  display: block;
}

#guide .faqItem dd a {
  display: inline-block;
  margin-top: 1em;
}

@media screen and (min-width: 718px) and (max-width: 768px) {
  #guide .faqItem {
    margin: 0 auto;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  #guide .faqItem {
    margin: 0 auto 50px;
  }
  #guide .faqItem dt {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.4;
    padding: 11px 40px 11px 60px;
    border-bottom: none;
  }
  #guide .faqItem dt:before {
    position: absolute;
    top: -10px;
    left: -25px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: #6b7d0e
      url(/shop/html/template/hino/assets/img/guide/faq/ico_question01_pc.png)
      34px 23px no-repeat;
    background-size: 23px;
    content: '';
  }
  #guide .faqItem dt:after {
    top: 50%;
  }
  #guide .faqItem dd {
    display: none;
    padding: 15px 25px;
    font-size: 15px;
    border: 2px solid #cdd4ab;
  }
  #guide .faqItem dd .tel {
    margin-top: 1em;
    padding: 24px 0 11px;
    border-top: 1px dashed #d8e3c0;
    text-align: center;
  }
  #guide .faqItem dd .tel a {
    margin: 0;
  }
  #guide .faqItem dd .tel a:hover {
    cursor: default;
  }
}

#guide .infoItemBtnWrap {
  margin: 0 -25px;
  padding: 20px 25px;
  background: #fbfbfb;
  text-align: center;
}

#guide .infoItemBtn {
  border: none;
  background: #eba40b;
  color: #fff;
}

#guide .infoItemBtn:before {
  border-color: #fff;
}

@media screen and (min-width: 768px) {
  #guide .infoItemBtnWrap {
    margin: 20px auto 0;
    padding: 17px 0 18px;
  }
  #guide .infoItemBtn {
    width: 900px;
    /*    width: 260px;*/
    padding: 16px 30px 12px;
    border: none;
    background: #eba40b;
    color: #fff;
  }
  #guide .infoItemBtn:before {
    border-color: #fff;
  }
  #guide .infoItemBtn:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ffae00;
    opacity: 0;
    content: '';
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
  #guide .infoItemBtn:hover {
    color: #fff;
  }
  #guide .infoItemBtn:hover:after {
    left: 0;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
}

#guide .faqtable {
  width: 100%;
  margin: 10px 0; /* テーブルの上下にマージン10px */
}
#guide .faqtable td,
#guide .faqtable th {
  padding: 10px;
  width: 70%;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
}
#guide .faqtable th {
  min-width: 120px;
  width: 30%;
  background: #f0f6e0;
  color: #4f6129;
}

/*# sourceMappingURL=maps/guide.css.map */

/*************** 新たに追加 ***************/
#guide {
  padding-top: 30px;
  font-size: 16px;
}
.guideNav dt {
  background: #4f6129;
  font-size: 18px;
}
.guideNav .btnCmn02 {
  /* background: #4f6129; */
  color: #fff;
}

/* #guide .guideNav .mod_link01 { */
#guide a {
  text-decoration: underline;
}

/* リンクの左側に緑色の丸を設置 */
.mod_link01 {
  position: relative;
  padding-left: 25px; /* 丸の分だけ左側に余白を作る */
  display: inline-block;
  text-decoration: underline; /* 下線を表示 */
  color: #333; /* 文字色（適宜調整してください） */
}

.mod_link01::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* 垂直中央揃え */
  width: 15px; /* 丸の横幅 */
  height: 15px; /* 丸の縦幅 */
  background-color: #677b04; /* 1枚目画像を参考にした緑色 */
  border-radius: 50%; /* 正方形を丸くする */
}

/* ボタン全体の基本設定（基準点にする） */
.btnCmn02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* テキストを中央寄せ */
  /* background-color: #5d6b31; */
  color: #fff;
  padding: 15px 40px; /* 右側に矢印が被らないよう余白を確保 */
  text-decoration: none;
  font-weight: bold;
}

.btnCmn02:before {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btnCmn02 {
  position: relative;
  overflow: hidden;
  display: inline-flex; /* inline-blockよりサイズ調整がしやすいflexに変更 */
  align-items: center; /* 文字を垂直方向中央に */
  justify-content: center; /* 文字を水平方向中央に（必要に応じて） */
  z-index: 1;
  text-decoration: none;
  box-sizing: border-box; /* サイズ計算を内側に固定 */
  vertical-align: bottom; /* 下にできる隙間を解消 */

  /* 元のサイズ感に合わせてここを微調整してください */
  padding: 10px 20px; /* 元のボタンの余白に合わせて数値を変更 */
  line-height: 1.2; /* 行の高さを詰める */
}

.btnCmn02:after {
  position: absolute;
  /* width/heightの代わりに上下左右を0にする */
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;

  z-index: -1;
  background: #3b4c18;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* ホバー時の動き */
.btnCmn02:hover:after {
  left: 0;
  right: 0;
  opacity: 0.5; /* 背景色が見えるように透明度を調整 */
}

@media screen and (max-width: 767px) {
  #guide {
    padding-top: 0;
    font-size: 14px;
  }

  #mainImg {
    margin-bottom: 0;
  }

  #mainImgIn {
    height: 120px;
  }

  #guide .guideNav dt {
    margin: 0 0 10px;
    /* padding: 0.5em 0; */
  }

  .guideNav dt {
    font-size: 16px;
  }

  #guide .guideNav .btnCmn02 span {
    padding-left: 53px;
  }

  #guide .guideNav .btnCmn02 span:before {
    left: 22px;
  }

  #guide .guideNav .btnCmn02 span[class*='qa'] {
    padding-left: 55px;
  }

  #guide .guideNav .btnCmn02 span[class*='calculator']:before,
  #guide .guideNav .btnCmn02 span[class*='medal']:before {
    left: 28px;
  }

  #guide .guideNav .mod_link01 {
    display: block;
    margin: 0;
    padding: 8px 25px 10px 52px;
    cursor: pointer;
  }

  .btnCmn02::after {
    right: 45px; /* 右端からの距離 */
  }
}

/*************** 会員登録・ログインについて ***************/
.mod_tit03 span {
  font-size: 26px;
}

.loginBtn .btnCmn02 {
  background: #4f6129;
  color: #fff;
}

.guideNav dt a,
.loginBtn a {
  text-decoration: none !important;
}
.btnCmn01,
.btnCmn02 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  line-height: 1.5;
  padding: 13px 17px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
.btnCmn01 span,
.btnCmn02 span {
  position: relative;
  z-index: 4;
}
#guide .loginBtn .btnCmn02 {
  width: 430px;
  min-height: 70px;
  padding: 21px 30px 20px;
  font-size: 20px;
  font-weight: bold;
}
.icon_left01:before {
  margin: 0 10px 0 0;
}

.specialBox01 .present {
  text-align: center;
  font-size: 120%;
  color: #f00;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  h2.title_bloc span {
    font-size: 20px;
    padding: 0 8px !important;
  }

  #guide .loginBtn .btnCmn02 {
    width: 100%;
    min-height: 50px;
    padding: 12px 30px 12px;
    font-size: 16px;
    font-weight: bold;
  }

  #guide .specialBox01 h3 {
    position: relative;
    padding: 0;
    height: 40px;
    text-align: center;
  }

  li h4 {
    margin-bottom: 0;
  }

  .specialBox01 .present {
    font-size: 16px;
  }
}

/*************** お支払い方法について ***************/

@media screen and (min-width: 768px) {
  .sp_img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_img {
    display: none;
  }
}

/*************** 送料・発送について ***************/
.lead p,
.lead ul {
  font-size: 16px;
}

.txt a,
.lead p a,
.lead li a {
  color: #4f6129;
  font-weight: bold;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .lead p,
  .lead ul {
    font-size: 14px;
  }

  .sp-br {
    display: inline;
  }
}

/*************** キャンセル・返品・交換について ***************/
.guideBox01 p a {
  color: #4f6129;
}
.mls {
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .tel dt {
    margin-bottom: -8px;
  }
  .tel .icon-leaf03 {
    font-size: 29px;
  }
}

/*************** お客様の声について ***************/
#point a {
  color: #4f6129;
  font-weight: bold;
}

/*************** よくあるご質問 ***************/
#guide .hyakusogan {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_hyakusogan_pc.png);
}

#guide .hyakuso {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_hyakuso_pc.png) !important;
}

#guide .hyakusojo {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_hyakusojo_pc.png) !important;
}

#guide .fudogan {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_fudogan_pc.png) !important;
  background-size: 580px auto !important;
}

#guide .cold {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_kaze01_pc.png) !important;
}

#guide .laxative {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_benpi_pc.png) !important;
}

#guide .eyedrop {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_eye_pc.png) !important;
}

#guide .poultice {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_ship2023_pc.png) !important;
}

#guide .kikuemon {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_emon2_pc.png) !important;
}

#guide .toothpaste {
  background-image: url(/shop/html/template/hino/assets/img/guide/faq/faq_toothpaste2_pc.png) !important;
}

#guide .hyakusogan,
#guide .hyakuso,
#guide .hyakusojo,
#guide .fudogan,
#guide .cold,
#guide .laxative,
#guide .eyedrop,
#guide .poultice,
#guide .kikuemon,
#guide .toothpaste {
  background-color: #f3f6f3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 750px auto;
  /* max-width: 700px; */
  margin: 0 auto;
  min-height: 280px;
}

.mod_pageNav01 ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.mod_pageNav01 li {
  flex-basis: 32.3%;
  margin: 0;
  margin-bottom: 17px;
}

.mod_pageNav01 li:nth-child(3n) {
  margin-right: 0;
}

#guide .mod_pageNav01 ul > li a {
  z-index: 2;
  min-height: 55px;
  line-height: 1.4;
  overflow: hidden;
  padding: 14px 30px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #4f6129;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.mod_pageNav01 ul > li a:before {
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mod_ulList01,
.mod_ulList02 {
  margin: 15px 0;
}

.mod_ulList01 > li,
.mod_ulList02 > li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
}

/* .mod_ulList01 > li:before,
.mod_ulList02 > li:before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  background: #4f6129;
  content: '';
} */

.mod_ulList02 > li {
  position: relative;
  padding-left: 1em;
  list-style: none;
}

.mod_ulList02 > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4f6129;
}

.faqtable {
  font-size: 15px;
}

#guide .infoItemBtn {
  font-weight: bold;
  text-decoration: none;
}

.infoItemBtnWrap a {
  margin-bottom: 1px;
}

.btnCmn01:before {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 3;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #4f6129;
  border-right: 1px solid #4f6129;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #guide #mainImg02 {
    min-height: 150px;
  }

  #guide .hyakusogan,
  #guide .hyakuso,
  #guide .hyakusojo,
  #guide .fudogan,
  #guide .cold,
  #guide .laxative,
  #guide .eyedrop,
  #guide .poultice,
  #guide .kikuemon,
  #guide .toothpaste {
    background-color: #f3f6f3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto !important;
    margin: 0 auto;
  }
  #guide .fudogan {
    background-size: 92% auto !important;
  }

  .mod_pageNav01 ul > li a {
    font-size: 16px;
    padding: 13px 17px;
    line-height: 1.5;
    min-height: 50px;
  }

  .mod_pageNav01 li {
    flex-basis: 100%;
  }

  #guide .faqItem dt:before {
    top: -8px;
    left: 5px;
  }

  #guide .faqItem dt {
    padding: 15px 36px 15px 80px;
  }

  #guide .faqItem dt,
  #guide .infoItemBtn {
    font-weight: 500;
  }
}

.content-toggle {
  display: none;
}
