.default .text.mod_faq{margin:0 auto 35px;width:640px;font-size:20px;}.box-faq{box-sizing:border-box;padding:30px 50px;width:740px;background:#fff;font-size:20px}.box-faq dl dt,.box-faq dl dd{padding-left:2em;position:relative}.box-faq dl dt:before,.box-faq dl dd:before{position:absolute;top:0;left:0;font-weight:700}.box-faq dl dt{margin-bottom:10px !important;color:#01627a;font-weight:700}.box-faq dl dt:before{content:'Q：'}.box-faq dl dd{margin-bottom:30px;padding-bottom:30px;border-bottom:solid 1px #019fc7}.box-faq dl dd:before{content:'A：'}.box-faq dl dd:last-child{border:0}@media screen and (max-width:768px){.default .text.mod_faq{margin: 40px 0 35px;width:auto;font-size:16px;word-wrap: break-word;}.box-faq{padding:30px 15px;width:100%;font-size: 16px !important;}.box-faq dl dt,.box-faq dl dd{padding-left:2em;position:relative}.box-faq dl dt:before,.box-faq dl dd:before{position:absolute;top:0;left:0;font-weight:700}.box-faq dl dt{margin-bottom:20px;color:#01627a;font-weight:700}.box-faq dl dt:before{content:'Q：'}.box-faq dl dd{margin-bottom:30px;padding-bottom:30px;border-bottom:solid 1px #019fc7}.box-faq dl dd:before{content:'A：'}.box-faq dl dd:last-child{border:0}}
/*# sourceMappingURL=../maps/css/wordpress/faq.css.map */
.default h3 {margin-bottom: 1em;}

.box-faq {
  margin: 0 auto 100px;
}

.box-faq dl dd {
  /*display: none;*/
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.box-faq dl dt:nth-of-type(1) {
  border: none;
  padding-top: 0;
}
.box-faq dl dt:last-child {
  margin-bottom: 70px !important;
}

.box-faq .info-body {
  margin-top: 2em;
}
.box-faq .info-body ul {
  margin-top: 1em;
  list-style: disc;
}
.box-faq .info-body ol {
  margin-top: 1em;
  list-style: decimal;
}
.box-faq .info-body li {
  margin: 0 0 1em 1em;
}
.box-faq .link {
  display: inline-block;
  margin-top: 3em;
  text-decoration: underline;
}
.box-faq .link:hover {
  text-decoration: none;
}

.box-faq :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 60%
}
.box-faq :where(img[class*=wp-image-].size-large) {
    max-width: 100%
}

@media screen and (max-width:768px) {
	.box-faq {
	  margin: 30px auto 10px;
	}
	.box-faq .link {
	  margin-top: 0;
	}

  .box-faq :where(img[class*=wp-image-]) {
      height: auto;
      max-width: 100%
  }

}

/* counseling */
.counseling_h2 {
  margin: 30px 0 30px 0;
  font-size: 2rem;
  color: #01627a;
  text-align: center;
}

.counseling {
  background: #fff;
  margin-bottom: 100px;
}

.counseling_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.counseling_top {
  margin-bottom: 40px;
}

.counseling_top_title {
  color: #01627A;
  text-align: left;
  font-size: 1.625rem;
  border-bottom: solid 1px #019FC7;
  line-height: 2;
  margin: 0 0 10px;
}

.counseling_boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 1%;
}

.counseling_box {
  width: 32.66%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
  color: #333;
}

.counseling_img_box {
  position: relative;
}

.counseling_img_box::before {
  content: "";
  display: block;
  padding-bottom: 66.5%;
}

.counseling_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.counseling_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .counseling_box {
  width: 32.66%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
  color: #333;
}

.counseling_img {
  width: 100%;
}

.counseling_img img {
  width: 100%;
} */

.counseling_text {
  width: 100%;
  padding: 10px;
}

.counseling_read {
  font-size: 12px;
}

/* gourmet */
.gourmet_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 1%;
}

.gourmet_item {
  width: 32.66%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
}

.gourmet_imgs {
  position: relative;
}

.gourmet_imgs::before {
  content: "";
  display: block;
  padding-bottom: 66.5%;
}

.gourmet_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.gourmet_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gourmet_box {
  padding: 10px;
  color: #333;
}

.gourmet_text {
  width: calc(100% - 95px);
}

.gourmet_read {
  font-size: 12px;
}

.sub_s {
  text-align: center;
  font-size: 1.625rem;
  color: #01627a;
  margin-bottom: 15px;
}

@media screen and (max-width:768px) {

  .counseling_top_text {
    width: 100%;
    text-align: center;
  }

  .counseling_top_read {
    text-align-last: left;
  }

  .counseling_box {
    width: 100%;
  }

  .counseling_img {
    width: 100%;
  }

  .counseling_text {
    width: 100%;
  }

  .counseling_top_title {
    font-size: 1.25rem;
    line-height: 1.6;
    padding-bottom: 5px;
    margin: 0 0 10px;
  }

  .gourmet_items {
    justify-content: space-between;
  }

  .gourmet_item {
    width: 100%;
  }

  .gourmet_imgs::before {
    padding-bottom: 66.5%;
  }

  .gourmet_box {
    padding: 10px;
    flex-flow: column-reverse;
    gap: 10px;
  }

  .sub_s {
    font-size: 1rem;
  }
}

#terms-telecube h3 {
	padding-top: 3em;
}