@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  margin: 0;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.idxContentArea button, input[type="submit"] {
  width: 200px;
}

.idxContentArea {
  margin: 0;
  padding: 40px 0;
  letter-spacing: 0.08em;
  width: 100%;
}

body .idxContentArea a, body .idxContentArea a:active, body .idxContentArea a:focus {
  text-decoration: none;
}

.idxContentArea .idxCntTtl {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  width: 1080px;
  margin: 0 auto;
}

.infoAndFaqArea {
  width: 1080px;
  box-sizing: border-box;
  padding: 0 25px 25px 25px;
  margin: 0 auto 40px auto;
  border-radius: 5px;
}

.infoAndFaqArea .infoAndFaq {
  zoom: 1;
  padding: 25px 0 0 0;
}

.infoAndFaqArea .infoAndFaq:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.infoAndFaqArea .infoAndFaq h2 {
  float: left;
  width: 180px;
  font-size: 16px;
}

.infoAndFaqArea .infoAndFaq ul {
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin: 0;
  border-left: solid 1px #000;
  width: 850px;
}

.infoAndFaqArea .infoAndFaq ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.infoAndFaqArea .infoAndFaq ul li h3 {
  line-height: 1.5;
}

.infoAndFaqArea .infoAndFaq ul li a {
  display: block;
  padding: 0 0 2px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.infoAndFaqArea .infoAndFaq ul li a:hover {
  text-decoration: underline;
}

.idxContentArea .idxCntTtl {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  width: 1080px;
  margin: 0 auto;
}

.categoryListArea {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  width: 1080px;
  margin: 24px auto;
  padding: 0;
}

.categoryListArea .categoryBox {
  position: relative;
  width: 346px;
  box-sizing: border-box;
  padding: 5px 25px 25px 25px;
  margin: 0 21px 20px 0;
  border-radius: 5px;
}

.categoryListArea .categoryBox:nth-child(3n) {
  margin-right: 0;
}

.categoryListArea .title, .categoryListArea .toggle {
  margin: 0 auto;
}

.categoryListArea .title {
  pointer-events: none;
  padding: 15px 0 15px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #383838;
  font-size: 16px;
  background: left center no-repeat;
  background-size: 34px;
}

/* .categoryListArea .categoryBox:nth-of-type(1) .title{background-image: url(../images/idx_icn_service.png);}
.categoryListArea .categoryBox:nth-of-type(2) .title{background-image: url(../images/idx_icn_premium.png);}
.categoryListArea .categoryBox:nth-of-type(3) .title{background-image: url(../images/idx_icn_stay.png);}
.categoryListArea .categoryBox:nth-of-type(4) .title{background-image: url(../images/idx_icn_restaurant.png);}
.categoryListArea .categoryBox:nth-of-type(5) .title{background-image: url(../images/idx_icn_hair.png);}
.categoryListArea .categoryBox:nth-of-type(6) .title{background-image: url(../images/idx_icn_relax.png);}
.categoryListArea .categoryBox:nth-of-type(7) .title{background-image: url(../images/idx_icn_eyelash_nail.png);}
.categoryListArea .categoryBox:nth-of-type(8) .title{background-image: url(../images/idx_icn_clinic.png);}
.categoryListArea .categoryBox:nth-of-type(9) .title{background-image: url(../images/idx_icn_event.png);}
.categoryListArea .categoryBox:nth-of-type(10) .title{background-image: url(../images/idx_icn_wedding.png);}
.categoryListArea .categoryBox:nth-of-type(11) .title{background-image: url(../images/idx_icn_gift.png);}
.categoryListArea .categoryBox:nth-of-type(12) .title{background-image: url(../images/idx_icn_app.png);}
.categoryListArea .categoryBox:nth-of-type(13) .title{background-image: url(../images/idx_icn_comment.png);}
.categoryListArea .categoryBox:nth-of-type(14) .title{background-image: url(../images/idx_icn_card.png);}
.categoryListArea .categoryBox:nth-of-type(15) .title{background-image: url(../images/idx_icn_magazine.png);} */
.categoryListArea .toggle {
  list-style: none;
  padding: 0;
}

.categoryListArea .toggle li {
  padding: 0;
}

.categoryListArea .toggle li.allFaq {
  position: absolute;
  bottom: 10px;
  width: 296px;
  text-align: right;
  padding: 0;
}

.categoryListArea .toggle li a {
  display: block;
  padding: 1px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.categoryListArea .toggle li a:hover {
  text-decoration: underline;
}

.contactUsArea {
  width: 1080px;
  box-sizing: border-box;
  padding: 25px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
}

.contactUsArea h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.contactUsArea .cmnBtn a {
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 75px;
  ;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.contactUsArea .cmnBtn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.contactUsArea .cmnBtn a:after {
  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: -12px;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f003";
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.contactUsArea .txt {
  margin: 20px 0 0 0;
  font-size: 14px;
}

@media screen and (max-width: 920px) {
  .idxContentArea .rn_Container {
    margin: 0 0;
  }

  .idxContentArea .rn_KBAnswerList .rn_Multiline .rn_Content .rn_Element1 {
    display: block;
  }

  .idxContentArea .contactUsArea {
    width: 100%;
    padding: 25px 0;
  }

  .idxContentArea .contactUsArea .txt {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }

  .idxContentArea {
    margin: 0 0 15px 0;
    padding: 0 0;
    letter-spacing: 0.09em;
  }

  .idxContentArea .idxCntTtl {
    width: auto;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    clear: both;
  }

  .infoAndFaqArea {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
  }

  .infoAndFaqArea .infoAndFaq {
    margin-top: 30px;
    padding: 0 0 0 0;
  }

  /* 202207changebefore */
  /* .infoAndFaqArea .infoAndFaq {
    margin-top: 0;
    padding: 0 0 0 0;
  } */
  .infoAndFaqArea .infoAndFaq h2 {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    margin: 0;
    line-height: 1.25;
  }

  .infoAndFaqArea .infoAndFaq ul {
    float: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-left: none;
    width: auto;
  }

  .infoAndFaqArea .infoAndFaq ul li {
    border-bottom: solid 1px #bebebe;
  }

  .infoAndFaqArea .infoAndFaq ul li a {
    display: block;
    position: relative;
    padding: 10px 25px 12px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }

  .infoAndFaqArea .infoAndFaq ul li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-bottom: 2px solid #383838;
    border-right: 2px solid #383838;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
  }

  .categoryListArea {
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
  }

  .categoryListArea .categoryBox {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-right: 0;
  }

  .categoryListArea .title {
    position: relative;
    pointer-events: all;
    padding: 15px 0 15px 15px;
    margin-bottom: 0;
    width: 100%;
    border-bottom: solid 1px #bebebe;
    background: 10px center no-repeat;
    background-size: 28px;
    font-size: 14px;
  }

  /* 202207changebefore */
  /* .categoryListArea .title {
    position: relative;
    pointer-events: all;
    padding: 15px 0 15px 50px;
    margin-bottom: 0;
    width: 100%;
    border-bottom: solid 1px #bebebe;
    background: 10px center no-repeat;
    background-size: 28px;
    font-size: 14px;
  } */
  .categoryListArea .title::after {
    content: "＋";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 16px;
    height: 16px;
    margin: auto 0;
    font-weight: bold;
  }

  .categoryListArea .title.active::after {
    content: "－";
  }

  .categoryListArea .toggle {
    display: none;
    width: 100%;
    border-bottom: solid 1px #bebebe;
  }

  .categoryListArea .toggle li a {
    position: relative;
    padding: 10px 10px 10px 50px;
  }

  .categoryListArea .toggle li:not(:last-child) {
    border-bottom: solid 1px #aaa;
  }

  .categoryListArea .toggle li.allFaq {
    position: relative;
    bottom: auto;
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .categoryListArea .toggle li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-bottom: 2px solid #383838;
    border-right: 2px solid #383838;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
  }
}
