@charset "UTF-8";
/*========================================================================
   rodoho_faq layout
========================================================================*/
#rodoho_faq #mainVisual {
  background: url(../img/bg_gara_green.jpg);
}
#rodoho_faq #mainVisual h2.ttlimg {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#rodoho_faq #mainVisual h2.ttlimg img {
  max-width: 914px;
  max-height: 245px;
  min-width: 500px;
  min-height: 134px;
  width: auto;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  #rodoho_faq #mainVisual h2.ttlimg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 480px) {
  #rodoho_faq #mainVisual::before {
    padding-top: 30%;
  }
}
@media screen and (min-width: 1200px) {
  #rodoho_faq #mainVisual::before {
    padding-top: 400px;
  }
}
#rodoho_faq #nav .btn_aru {
  display: none;
}

/* lead
***************************************/
#lead .container {
  max-width: 860px;
}
#lead .txtArea {
  text-align: center;
}
#lead .deco01 {
  position: absolute;
  right: 55%;
  top: -5%;
  margin-left: -30px;
}
@media screen and (min-width: 768px) {
  #lead .deco01 {
    right: 80%;
    margin-left: -60px;
  }
}

/* faq
***************************************/
#faqArea {
  /* Q Area *******************************/
  /* A Area *******************************/
  /* Media Query *******************************/
}
#faqArea .container {
  max-width: 860px;
  padding-bottom: 150px;
  counter-reset: q-counter a-counter;
}
#faqArea .cont {
  margin-bottom: 3em;
}
#faqArea .cont > * {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#faqArea .cont .fukidashi {
  display: inline-block;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
#faqArea .cont .fukidashi::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
#faqArea .cont .fukidashi > .txtArea {
  font-family: "Kiwi Maru", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#faqArea .cont .fukidashi > .txtArea::before {
  display: inline-block;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
#faqArea .q-area::before {
  content: url(../img/rodoho_faq/icon_bird.png);
  display: inline-block;
}
#faqArea .q-area .fukidashi::before {
  top: -15px;
  left: 60px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
#faqArea .q-area .fukidashi > .txtArea {
  color: #c30;
}
#faqArea .q-area .fukidashi > .txtArea::before {
  content: "Ｑ" counter(q-counter) ". ";
  counter-increment: q-counter;
}
#faqArea .a-area {
  margin-top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* fukidashi **************************/
  /* Detail ******************/
  /* Button */
  /* detail */
}
#faqArea .a-area::after {
  content: url(../img/rodoho_faq/icon_owl.png);
  display: inline-block;
}
#faqArea .a-area .fukidashi::before {
  bottom: -15px;
  right: 85px;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
}
#faqArea .a-area .fukidashi > .txtArea {
  color: #0099bb;
}
#faqArea .a-area .fukidashi > .txtArea::before {
  content: "A" counter(a-counter) ". ";
  counter-increment: a-counter;
}
#faqArea .a-area .acc_btn, #faqArea .a-area .close_btn {
  min-width: 140px;
  white-space: nowrap;
  text-align: center;
  margin-top: 10px;
  float: right;
  padding: 3px 8px;
  font-size: 0.94em;
  font-weight: 600;
  color: #fff;
  background-color: #cc6;
  border: 1px solid #cc6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  cursor: pointer;
}
#faqArea .a-area .acc_btn:hover, #faqArea .a-area .close_btn:hover {
  text-decoration: none;
}
#faqArea .a-area .acc_btn::after {
  content: "もっと詳しく読む　∨";
}
#faqArea .a-area .open .acc_btn::after, #faqArea .a-area .close_btn::after {
  content: "詳細を閉じる　∧";
}
#faqArea .a-area .detail {
  display: none;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding: 20px 0;
  max-width: 640px;
}
#faqArea .a-area .detail .brwn {
  color: #a50;
}
#faqArea .a-area .detail .red {
  color: #c30;
}
#faqArea .a-area .detail .blu {
  color: #09b;
}
#faqArea .a-area .detail .lead {
  margin-bottom: 1em;
}
#faqArea .a-area .detail .lead h4 {
  margin-bottom: 0.3em;
}
#faqArea .a-area .detail .lead p {
  margin-bottom: 0.6em;
}
#faqArea .a-area .detail .exp, #faqArea .a-area .detail .txtArea {
  margin-bottom: 1em;
}
#faqArea .a-area .detail .exp li, #faqArea .a-area .detail .txtArea li {
  margin-bottom: 1em;
}
#faqArea .a-area .detail .exp h5, #faqArea .a-area .detail .txtArea h5 {
  line-height: 1.4;
}
#faqArea .a-area .detail .exp p, #faqArea .a-area .detail .txtArea p {
  margin-bottom: 0.5em;
}
#faqArea .a-area .detail .exp .borderbox, #faqArea .a-area .detail .txtArea .borderbox {
  padding: 0.7em;
  display: block;
}
#faqArea .a-area .detail .txtArea {
  margin-bottom: 1.4em;
}
#faqArea .a-area .detail .indent p {
  text-indent: 1em;
}
#faqArea .a-area .detail .indent p .iblock {
  text-indent: 0;
}
#faqArea .a-area .detail ol.exp {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
#faqArea .a-area .detail ol.exp li {
  text-indent: 0;
  padding-left: 1.5em;
  position: relative;
}
#faqArea .a-area .detail ol.exp li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.4em;
  width: 1.4em;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#faqArea .a-area .detail ul.exp li p {
  padding-left: 1em;
}
#faqArea .a-area .detail table {
  margin: 0 0 1em;
}
#faqArea .a-area .detail .formArea {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 600px) {
  #faqArea .cont > * {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #faqArea .q-area .fukidashi {
    margin-left: 20px;
  }
  #faqArea .q-area .fukidashi::before {
    top: 15px;
    left: -15px;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
  }
  #faqArea .a-area .fukidashi {
    margin-right: 20px;
  }
  #faqArea .a-area .fukidashi::before {
    bottom: inherit;
    top: 15px;
    right: -15px;
    border-left: 15px solid #fff;
    border-top: 0px;
    border-bottom: 15px solid transparent;
  }
}
@media screen and (min-width: 768px) {
  #faqArea .cont .fukidashi {
    width: calc(100% - 165px);
  }
}