@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*メインイメージ*/
#under_mainimg {
  background: url("/img/fap/mainimg.png") center/cover no-repeat; }

/*ご質問*/
#faq .w800 {
  position: relative;
  padding-top: 196px; }
#faq .faq_tab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 800px;
  z-index: 9999; }
  #faq .faq_tab a {
    display: block;
    padding: 18px 10px;
    text-align: center;
    color: #FFA200;
    line-height: 1;
    background: #fff;
    border: 1px solid #FFA200;
    box-sizing: border-box; }
    #faq .faq_tab a.selected {
      color: #fff;
      background: #FFA200; }
    #faq .faq_tab a + a {
      margin-top: 5px; }
    #faq .faq_tab a:hover {
      opacity: 1; }
#faq #corp {
  margin-top: -64px;
  padding-top: 64px; }
#faq #rental, #faq #etc {
  margin-top: -44px;
  padding-top: 44px; }
  #faq #rental .faq_header, #faq #etc .faq_header {
    margin-top: 30px; }
#faq .faq_container.active {
  display: block; }
#faq .faq_header {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    #faq .faq_header {
      font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
  @media (min-width: 1200px) {
    #faq .faq_header {
      font-size: 2rem; } }
#faq .faq_wrap {
  margin-bottom: 3%; }
  #faq .faq_wrap .common {
    position: relative;
    background: #fff;
    padding: 2% 3%;
    margin-bottom: 1%;
    cursor: pointer; }
    #faq .faq_wrap .common .txt_wrap .faq_txt {
      font-size: 1.3rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 93%; }
      @media (min-width: 769px) {
        #faq .faq_wrap .common .txt_wrap .faq_txt {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2320185615 ); } }
      @media (min-width: 1200px) {
        #faq .faq_wrap .common .txt_wrap .faq_txt {
          font-size: 1.4rem; } }
      #faq .faq_wrap .common .txt_wrap .faq_txt a {
        color: #85CBBF;
        text-decoration: underline; }
      #faq .faq_wrap .common .txt_wrap .faq_txt .font_en {
        font-size: 1.6rem;
        flex: 0 1 6%;
        width: 6%;
        max-width: 6%;
        font-weight: bold; }
        @media (min-width: 769px) {
          #faq .faq_wrap .common .txt_wrap .faq_txt .font_en {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9280742459 ); } }
        @media (min-width: 1200px) {
          #faq .faq_wrap .common .txt_wrap .faq_txt .font_en {
            font-size: 2rem; } }
      #faq .faq_wrap .common .txt_wrap .faq_txt p {
        flex: 0 1 93%;
        width: 93%;
        max-width: 93%;
        padding-top: 5px; }
    #faq .faq_wrap .common .txt_wrap.answer {
      width: 100%; }
    #faq .faq_wrap .common .arrow {
      position: absolute;
      content: "";
      display: block;
      background: #604C3F;
      width: 20px;
      height: 20px;
      top: 50%;
      right: 2%;
      transform: translate(0, -50%);
      transition: 0.3s; }
      #faq .faq_wrap .common .arrow:after {
        position: absolute;
        content: "";
        display: block;
        background: #fff;
        width: 10px;
        height: 1px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #faq .faq_wrap .common .arrow:before {
        position: absolute;
        content: "";
        display: block;
        background: #fff;
        width: 1px;
        height: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    #faq .faq_wrap .common.active .txt_wrap .arrow {
      transition: 0.3s;
      background: #ED6D0F; }
      #faq .faq_wrap .common.active .txt_wrap .arrow:before {
        opacity: 0; }
    #faq .faq_wrap .common.answer {
      display: none;
      color: #ED6D0F; }
      #faq .faq_wrap .common.answer .txt_wrap .faq_txt {
        width: 100%; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*ご質問*/
  #faq .w800 {
    padding-top: 0; }
  #faq .faq_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    margin-bottom: 40px; }
    #faq .faq_tab a {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%; }
      #faq .faq_tab a:hover {
        color: #fff;
        background: #FFA200; }
      #faq .faq_tab a + a {
        margin-top: 0; }
  #faq .faq_wrap {
    margin-bottom: 2%; }
    #faq .faq_wrap .common .txt_wrap .arrow {
      width: 25px;
      height: 25px; } }
/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1200px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
