@charset "UTF-8";
/* アコーディオンメニュー */
.box {
  display: none;
}

.openbox {
  display: block;
}

.accordionttl {
  background: #1ba6e3;
  color: #fff;
  font-size: 140%;
  padding: 13px 10px 15px 15px;
  font-weight: normal;
}

.accordion {
  position: relative;
  padding: 13px 10px 15px 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #1ba6e3;
  font-size: 130%;
  font-weight: normal;
  color: #1ba6e3;
}
.accordion:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10%;
  height: 1.1em;
  margin-top: -0.6em;
  background: url(/common/img/icon_off.png) 90% 50% no-repeat;
  background-size: auto 100%;
}

.accordion.open:before {
  background: url(/common/img/icon_on.png) 90% 50% no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 1024px) {
  .accordion {
    position: relative;
    background: #1ba6e3;
    color: #fff;
    border: 1px solid #ccc;
  }
  .accordion:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10%;
    height: 1.1em;
    margin-top: -0.6em;
    background: url(/common/img/icon02_off.png) 90% 50% no-repeat;
    background-size: auto 100%;
  }
  .accordion.open:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10%;
    height: 1.1em;
    margin-top: -0.6em;
    background: url(/common/img/icon02_on.png) 90% 50% no-repeat;
    background-size: auto 100%;
  }
}
/* よくある質問 */
.qaCont ul {
  background: #ffe9ea;
  padding: 20px 20px 1px 20px;
  line-height: 1.5;
}
.qaCont li {
  background: #fff;
  margin-bottom: 25px;
}
.qaCont li .number {
  display: inline-block;
  background: #E77885;
  width: 33px;
  height: 33px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  float: left;
  margin-right: 15px;
}
.qaCont li dl {
  float: left;
  width: 610px; /*IE9未満*/ /*Chrome19~25*/ /*Firefox4~15*/
  width: calc(100% - 60px);
}
.qaCont li dl dt {
  color: #E77885;
  margin: 13px 0 8px 0;
  font-size: 105%;
}
.qaCont li dl dd {
  font-size: 90%;
  margin-bottom: 15px;
}

.qaCont h3 {
  font-size: 15px;
  font-weight: normal;
  color: #E77885;
  background: #fff574;
  padding: 5px 30px 5px 15px;
  margin: 20px 20px -10px -5px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.qaCont h3:after {
  position: absolute;
  content: "";
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  border-top: solid 50px #ffe9ea;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .qaCont h3 {
    line-height: 1.4;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
  }
  .qaCont h3 .sub {
    font-size: 9px;
  }
}

.box {
  background: #ffe9ea;
  padding: 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .mainCont {
    margin-bottom: 50px;
  }
}