.single__inner>* {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.single__inner p{
	line-height: 1.8;
	font-size: 16px;
	font-family: 'Noto Sans JP';
	letter-spacing: 2px;
}
@media screen and (max-width:767px) {
  .single__inner p {
    font-size: 15px;
  }
}
.single__inner a{
	color: #9b7814;
	text-decoration: underline;
}

.single__inner .btn{
	text-decoration: none;
}

.mv__link-top{
  height: 60px !important;
  width: 60px !important;
  border-radius: 50%;
  margin: 5px;
}

.list-box{
	font-size: 16px!important;
	font-family: 'Noto Sans JP'!important;
	letter-spacing: 2px;
}
.single__inner table tr th,.single__inner table tr td{
	font-family: 'Noto Sans JP'!important;
	letter-spacing: 2px;
}
.elementor.elementor .e-con>.elementor-widget {
  width: 100% !important;
}

.e-con.e-flex>.e-con-inner {
  -ms-flex-wrap: inherit !important;
  flex-wrap: inherit !important;
}

.single-head__content {
  background-image: url(../img/single-fv.webp);
  padding-top: 136px;
	padding-top: 9.5rem;
    padding-bottom: 150px;
    padding-bottom: 6.375rem;
  text-align: center;
  background-size: cover;
	background-position: bottom;
}

.single-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 42px;
  font-family: "Bellefair", serif;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  overflow: hidden;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width:767px) {
	.single-head__content{
    padding-top: 4.5rem;
    padding-bottom: 150px;
    padding-bottom: 2.375rem;
	}
  .single-head__title {
    font-size: 1.5rem;
    line-height: 1.1458333333;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.single-head__title small {
  color: #474747;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
  display: none;
}

.single__inner-wrap {
  overflow: hidden;
}

.single__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 150px;
}

.single__inner .post-wrap_b {
  max-width: 800px;
  padding-top: 4rem;
  margin: 0 auto;
}

.single__inner .post-title_b {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.4642857143;
  color: #E18F77;
  padding-left: 18px;
  padding-left: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.single__inner .post-title_b:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(225, 143, 119)), to(rgb(255, 232, 224)));
  background: linear-gradient(180deg, rgb(225, 143, 119) 30%, rgb(255, 232, 224) 100%);
  width: 6px;
  width: 0.375rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.single__inner .post-wrap_b p {
  line-height: 1.8;
}

.single__inner .post-date {
  max-width: 800px;
  text-align: left;
  margin: 0.5rem 0 3rem;
  color: #adadad;
  font-size: 12px;
}

@media screen and (max-width:767px) {
  .single__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
  }
}
.qa-accordion-box{
	margin-bottom: 0;
}
.heading-h2{
	margin: 70px auto 30px!important;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
 .heading-h2 span {
    font-size: 22px;
  }
}
.my-table{
	height: auto!important;
}
.matome-text{
	height: auto!important;
}
/* =============================================================
   Prefooter
============================================================= */
.prefooter {
  background: #66676B;
  color: #fff;
  /* 1行＝ラベル列＋本文列 */
  /* 外部リンク風：先頭に↗アイコンを表示 */
  /* ■ 見出し＋本文の箇条書き */
  /* SP */
}
.prefooter__inner {
  width: min(100%, 1280px);
  margin-inline: auto;
  padding-inline: 24px;
  padding: 0px 80px;
}
.prefooter__row {
  display: grid;
  grid-template-columns: 320px 1fr;
  /* 左見出し幅は好みで調整 */
  gap: 40px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 960px;
  margin: 0 auto;
}
.prefooter__row:first-child {
  border-top: 0;
  padding-top: 40px;
}
.prefooter__row:last-child {
  padding-bottom: 48px;
}
.prefooter__label {
  margin: 0;
  font-size: 14.2px;
  line-height: 1.7;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.prefooter__label span {
  font-size: 11.62px;
}
.prefooter__content {
  /* 右側の器 */
}
.prefooter__text {
  margin: 0;
  color: #fff;
  font-size: 12.8px;
}
.prefooter__links {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.prefooter__links a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 11.64px;
}
.prefooter__links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #fff;
  /* マスクで「外部リンク」アイコンを表示（画像不要） */
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3zM5 5h6v2H7v10h10v-4h2v6H5V5z'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3zM5 5h6v2H7v10h10v-4h2v6H5V5z'/></svg>") no-repeat center/contain;
}
.prefooter__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.prefooter__note {
  position: relative;
  padding-left: 20px;
  color: #fff;
  line-height: 1.9;
  font-size: 12.8px;
	list-style: none;
}
.prefooter__note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: #fff;
  /* ■の四角 */
}
.prefooter__note > span {
  /* 「明細書について」などを太字に */
  margin-right: 4px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .prefooter__row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }
  .prefooter__label {
    font-size: 16px;
  }

  .prefooter .container,
  .footer .container {
    padding: 0 30px;
  }
}
/* =============================================================
   Footer
============================================================= */
#footer ul li, #footer ul li a{
	color: #fff;
	list-style: none;
}
.footer__top {
  background: #0d2246;
  color: #dae6ff;
  padding: 42px 0;
  color: #fff;
}
.footer__title {
  font-size: 20px;
    font-family: "Noto sans JP";
    margin-bottom: 25px;
}
.footer .sitemap__links, .footer .sitemap__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 25px;
}
.footer .sitemap__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 18px 0;
}
.footer .sitemap__subtitle {
  margin: 0 0 10px;
  color: #fff;
  opacity: 0.9;
	font-size: 20px;
    font-family: "Noto sans JP";
    margin-bottom: 25px;
    margin-top: 40px;
}
.footer__bottom {
  background: #1f2327;
  color: #adb5bd;
  padding: 18px 0;
}
.footer__bottom .copyright {
  text-align: center;
}
.container {
    width: min(100%, 1280px);
    margin-inline: auto;
    padding-inline: 24px;
    padding: 0px 80px;
}