@charset "UTF-8";

/* ====================================================
Font
==================================================== */
/* CSS Document */
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*

* "Noto Sans JP" licensed under the SIL Open Font License 1.1

* by https://fonts.google.com/specimen/Noto+Sans+JP

*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Oswald-Regular.ttf") format("ttf"), url("fonts/Oswald-Regular.ttf") format("ttf");
  font-display: swap;
}

/* ====================================================
   reset
   ==================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
}

ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ====================================================
   Base
   ==================================================== */
html {
  font-size: 62.5%;
}

html.js-locked {
  overflow: hidden;
}

body {
  color: #0d2622;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  line-height: 1.7;
  min-width: 1200px;
  position: relative;
  -webkit-text-size-adjust: none;
  margin: 0;
  width: 100%;
}

/*.bodyInr {
	overflow: hidden;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  text-align: center;
}

.strong {
  font-weight: 900;
  /*background: linear-gradient(transparent 70%, #f9faca 40%);
  font-size: 1.6rem;*/
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.sp {
  display: none;
}

.sp_br {
  display: none;
}

.contents .txt_bold {
  font-weight: 900;
  color: #ff6928;
}

.contents .marker {
  border-bottom: solid 2px #dfae00;
  color: #112622;
}

.contents .txt_bold {
  color: #9f8837;
}

p b {
  color: #9d873b;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arial {
  font-family: arial, sans-serif;
}

/* ====================================================
   MV
   ==================================================== */
/* ====================================================
   side
   ==================================================== */
.js-backtop {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 4rem;
  z-index: 10;
}

.js-backtop:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.js-backtop img {
  width: 100%;
}

.menuBtn {
  background: #0b5b50;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 10px 0 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuBtn:hover {
  opacity: 0.5;
}

.menuBtn span {
  background: #fff;
  height: 2px;
  width: 38px;
  position: absolute;
  top: 0;
  transition: .5s;
  left: 1.8rem;
}

.menuBtn span:nth-child(1) {
  top: 2.3rem;
}

.menuBtn span:nth-child(2) {
  top: 3.6rem;
}

.menuBtn span:nth-child(3) {
  top: 4.9rem;
}

.menuBtn.open span {
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
}

.menuBtn.open span:nth-child(1) {
  transform: translateX(0%) translateY(5px) rotate(13deg);
}

.menuBtn.open span:nth-child(2) {
  opacity: 0;
}

.menuBtn.open span:nth-child(3) {
  transform: translateX(0%) translateY(5px) rotate(-13deg);
}

/*--------------------------------------
　Global Nav_PC
---------------------------------------*/

.is-navi-open .bg_close,
.toc_open .bg_close {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}


.l-gnavi-btn-box {
  position: fixed;
  top: 2.8rem;
  right: 1.3rem;
  z-index: 100;
  transition: all 0.5s ease;
  display: none;
}



.l-gnavi-area {
  width: 400px;
  height: calc(100vh - 7rem);
  padding: 0 0 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3002;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #e0eae9;
}

.l-gnavi-area .logo {
  display: block;
  width: 100%;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 40px 0;
  background: #fff;
}

.l-gnavi-area .logo a {
  color: #fff;
  text-decoration: none;
}

.l-gnavi-area .logo img {
  width: 22rem;
}

.l-gnavi-area .by {
  color: #fff;
  font-size: 1.2rem;
}

.l-gnavi-area--slide-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.l-gnavi-area--slide-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.l-gnavi-list {
  position: relative;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.l-gnavi-list__item {
  padding: 5px 0;
}

.l-gnavi-list__link {
  font-weight: 900;
  width: 90%;
  margin: 0 auto;
  padding: 15px 45px 15px 10px;
  display: block;
  text-decoration: none;
  background: #fff;
  position: relative;
  border-radius: 0;
  line-height: 1.5;
}

.js-gnavi-list>.l-gnavi-list__item .l-gnavi-list__link:after,
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:after {
  content: "";
  right: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0b5b50;
  border-right: 2px solid #0b5b50;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}


.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link--menu:after {
  content: "・・・";
  position: absolute;
  color: #0b5b50;
  right: 5%;
  top: 17%;
  font-size: 2rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu {
  position: relative;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:after {
  content: "・・・";
  position: absolute;
  color: #0b5b50;
  right: 5%;
  top: 17%;
  font-size: 2rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}


.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back {
  background: #fff;
  padding: 10px 10px 10px 45px;
  position: relative;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:before {
  content: "";
  left: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0b5b50;
  border-right: 2px solid #0b5b50;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:after,
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover:after {
  content: "";
  border: 0;
}


.l-gnavi-list__sub {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.is-navi-open .l-gnavi-area {
  opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
  height: 100vh;
  overflow-y: scroll;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}


.l-gnavi-area {
  width: 450px;
}


.l-gnavi-btn:hover {
  opacity: 0.8;
}


.l-gnavi-btn--gnavi {
  width: 7.2rem;
  height: 7.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2rem;
  right: 13px;
  z-index: 200;
  border: none;
  background: #0b5b50;
  border-radius: 10px 0 10px 0;
}

.l-gnavi-btn--gnavi span {
  left: 0;
  position: absolute;
  height: 2px;
  width: 42px;
  transition: .5s;
}

.l-gnavi-btn.is-active span:nth-of-type(1) {
  top: 25px;
  left: 16px;
}

.l-gnavi-btn.is-active span:nth-of-type(3) {
  top: 45px;
  left: 16px;
}

.l-gnavi-btn.is-active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  background: #fff;
}

.l-gnavi-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}

.l-gnavi-btn.is-active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  background: #fff;
}

.is-navi-open .l-gnavi-area--slide-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}







.header-logo {
  display: block;
  background: #fff;
  padding: 3rem 1.5rem 2rem;
}

.header-logo img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 410px;
}

.side .header-nav {
  background: #e0eae9;
  padding: 2rem 1.8rem 2rem;
  margin-top: auto;
}

.side .header-nav__ttl {
  position: relative;
  text-align: center;
  margin: 0 auto 1.4rem;
  font-size: 1.4rem;
}

.side .header-nav__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b8b8b8;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side .header-nav__ttl span {
  display: inline-block;
  background: #e0eae9;
  padding: 0 1rem;
  position: relative;
  font-weight: 700;
  color: #0d2622;
}

.side .header-nav__list-item:not(:last-child) {
  margin-bottom: 1.1rem;
}

.side .header-nav__list-item a {
  display: block;
  background: #fff;
  border-radius: 0 0.4rem 0.4rem 0;
  padding: 0.5rem 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0d2622;
  position: relative;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
}

.side .header-nav__list-item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.4rem;
  height: 100%;
  background: #0b5b50;
  top: 0;
  left: 0;
}

.side .header-nav__list-item a>small {
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
}

.side .header-nav__list-item a>small small {
  display: inline-block;
  background: #0b5b50;
  padding: 0.2rem 0.2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}

.side .header-main {
  background: #e6c140;
  padding: 2rem 2rem;
}

.side .header-main__box {
  background: #fff;
  padding: 1rem 1rem 1.4rem;
  border-radius: 1.3rem 0 1.3rem 0;
}

.side .header-main__title {
  color: #0b5b50;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.4rem;
  margin-bottom: 0.9rem;
  position: relative;
}

.side .header-main__title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.9rem;
  background: url("img/icon-ttl-header.png") bottom center no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
}

.side .header-main__desc {
  line-height: 1;
  font-weight: 700;
  color: #0d2622;
  text-align: center;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
}

.side .header-main__desc span.com {
  font-size: 1.2rem;
}

.side .header-main__btn {
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  border-radius: 4rem;
  background: #dfae00;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold;
  position: relative;
}

.side .header-main__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 17px;
  background: url("img/arrow-link-white.png") center no-repeat;
  background-size: contain;
  right: 1.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header#header {
  display: flex;
  background: #45867e;
  font-size: 1.2rem;
  padding: 1rem;
  color: #fff;
  justify-content: center;
  gap: 1rem;
}

.heading-top a {
  color: #fff;
}

/* 最初のh2とh3以外を非表示にする */
/* 最初のh2とh3は表示する */
.toc .chapter>li:nth-of-type(1),
.toc .chapter .chapter:nth-of-type(1) {
  opacity: 1;
  height: auto;
}

/* アコーディオンで表示する際のスタイル */
.toc.show-more::before {
  display: none;
}

.toc.show-more .chapter>li,
.toc.show-more .chapter .chapter {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.25s, visibility 0.25s, height 0.25s;
  -o-transition: opacity 0.25s, visibility 0.25s, height 0.25s;
  transition: opacity 0.25s, visibility 0.25s, height 0.25s;
}

.lower .contents .tocBox .toc.whBox .chapter .chapter {
  margin: 0 0 0 4rem;
}

.toc .chapter .chapter li {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
}

.toc .chapter .chapter li::before {
  content: "";
  width: 15px;
  height: 8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 12px;
  right: calc(100% + 5px);
  left: auto;
  background: transparent;
  border-radius: 0;
}

/* ====================================================
   Footer
   ==================================================== */
footer {
  padding: 7.4rem 0 0;
  background: #00594C;
  overflow-y: hidden;
}

footer .areaInner {
  max-width: 100rem;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

footer .foot_logo {
  max-width: 24.4rem;
  width: 100%;
  margin: 0 auto 5.3rem;
}

footer .foot_logo a {
  display: block;
}

footer .foot_logo img {
  width: 100%;
}

footer .footBox:not(:last-child) {
  margin-bottom: 3.3rem;
}

footer .sttl>a {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  display: block;
  margin-bottom: 2.3rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #408273;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
}

footer .sttl>a span {
  position: relative;
  padding-right: 3.5rem;
  display: inline-block;
}

footer .sttl>a span:after {
  content: none;
  display: none;
}

footer .accChild {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 11rem;
}

footer .accChild li>a {
  color: #fff;
  display: inline-block;
  padding-left: 2.5rem;
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

footer .accChild li>a:before {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 50%;
}

footer .noticeArea {
  padding: 2rem 3rem;
  background: rgba(246, 246, 246, 0.8);
  border-radius: 0.5rem;
  color: #565656;
  max-width: 76.3rem;
  width: 100%;
  margin: 4.6rem auto 3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

footer .noticeArea span {
  width: 12.5rem;
}

footer .botPrg {
  text-align: center;
  color: #fff;
  margin-bottom: 3.5rem;
  font-size: 1.2rem;
}

footer .copy {
  background: #09342E;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}

footer p.copy a {
  text-decoration: underline;
  color: #ffffff;
}

footer p.copy a:hover {
  text-decoration: none;
}

footer .botArea {
  position: relative;
}

footer .botArea .botInner {
  padding: 0;
  text-align: center;
}



/* ====================================================
   sec-cate / 下層共通
   ==================================================== */
.sec-cate {
  position: relative;
  overflow: hidden;
}

.sec-cate #pankuzuWrap {
  position: absolute;
  top: 2.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 3rem);
  max-width: 109rem;
  color: #666666;
  font-size: 1.2rem;
}

.sec-cate #pankuzuWrap a {
  position: relative;
  color: #666666;
}

.sec-cate #pankuzuWrap a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666666;
}

.mv_lower {
  background: url(img/bg-pc.jpg) center / cover no-repeat;
  padding: 7.7rem 0 3.4rem;
}

.mv_lower h1 {
  width: calc(100% - 3.4rem);
  border-top-left-radius: 30px;
  padding: 2.8rem 8rem 3.6rem 5.1rem;
  margin-left: auto;
  font-weight: bold;
  font-size: 4rem;
}

.cate-txt {
  max-width: 100rem;
  color: #999999;
  padding: 0 1.5rem;
  margin: 2.5rem auto 8.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.005em;
  line-height: 1.6;
}

.thanks-txt {
  text-align: center;
  font-size: 2rem;
}

.page .thanks-txt p {
  font-size: 1.8rem;
}

.form {
  border: 1px solid #e0eae9;
  padding: 5rem;
  margin: 4rem auto;
}

/* ====================================================
   category / page
   ==================================================== */
.category,
.page {
  max-width: 100rem;
  color: black;
  padding: 0 1.5rem;
  margin: 0 auto;
  float: unset;
}

/* ====================================================
   tocBox
   ==================================================== */
.tocBox {
  position: relative;
  max-width: 90rem;
  border: 2px solid #0b5b50;
  padding: 2.9rem 3.9rem 3.9rem;
  margin: 0 auto 10rem;
}

.tocBox::before {
  content: "INDEX";
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -2.8rem;
  right: 0;
  color: #e0eae9;
  font-weight: 200;
  font-size: 6rem;
  z-index: -1;
}

.tocBox .sTit {
  color: #0b5b50;
  border-bottom: 2px dotted #0b5b50;
  padding: 0 0.2rem 1.6rem;
  margin-bottom: 1.9rem;
  font-weight: bold;
  font-size: 2rem;
}

.tocBox .whBox>ul>li {
  padding-left: 3rem;
  position: relative;
}

.tocBox .whBox ul {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
}

.tocBox .whBox>ul {
  counter-reset: my-sec-counter;
}

.tocBox .whBox>ul a {
  color: #0d2622;
}

.tocBox .whBox>ul>li::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: auto;
  height: auto;
  background: transparent;
  color: #b4a05b;
  font-weight: 300;
  border-radius: 0;
  font-family: "Oswald", sans-serif;
}

.tocBox .whBox>ul>li>ul {
  margin-top: 1.5rem;
}

.tocBox .whBox>ul>li>ul>li {
  position: relative;
  padding-left: 2.3rem;
}

.tocBox .whBox>ul>li>ul>li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.tocBox .whBox>ul>li>ul>li::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.6rem;
  width: 0.8rem;
  height: 1rem;
  background: transparent;
  border: solid #0d2622;
  border-width: 0 0 1px 1px;
  border-radius: 0;
}

.tocBox.relatedLink {
  margin: 6rem auto 6rem;
}

.tocBox.relatedLink::before {
  content: "LINKS";
}

.tocBox.relatedLink .whBox>ul {
  margin-top: 2.6rem;
  font-weight: 400;
}

.tocBox.relatedLink .whBox>ul>li {
  padding-left: 2.9rem;
}

.tocBox .whBox>ul>li:not(:last-child) {
  margin-bottom: 1rem;
}

.tocBox.relatedLink .whBox>ul>li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(img/icon-arrow-circle.png) center / contain no-repeat;
}

.category p,
.page p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1.6rem;
}


.category p a, .page p a {
    /* -webkit-box-decoration-break: clone; */
    /* box-decoration-break: clone; */
    /* background-image: linear-gradient(to right, #dfae00 50%, #dfae00 50%); */
    /* background-size: 100% 2px; */
    /* background-repeat: no-repeat; */
    /* background-position: 0% bottom; */
    /* padding-bottom: 0.2rem; */
    /* font-weight: bold; */
}

.category h2,
.page h2 {
  position: relative;
  background: #0b5b50;
  color: white;
  border-radius: 15px 0 15px 0;
  padding: 2.6rem 4.6rem;
  font-weight: bold;
  font-size: 3rem;
  overflow: hidden;
  margin: 4rem 0;
}

.category h2::before,
.page h2::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}

.category h2:has(a),
.page h2:has(a) {
  padding: 0;
}

.category h2:has(a):not(:last-child),
.page h2:has(a):not(:last-child) {
  margin-bottom: 3.1rem;
}

.category h2 a,
.page h2 a {
  position: relative;
  display: block;
  color: white;
  padding: 2.6rem 7rem 2.6rem 4.6rem;
}

.category h2 a::before,
.page h2 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  background: url(img/icon-ar-whtie.png) center / contain no-repeat;
}

.category h3,
.page h3 {
  position: relative;
  color: #0b5b50;
  border-bottom: 1px solid #0b5b50;
  padding: 0 0 2rem 4rem;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 4rem 0 3.7rem;
}

.category h3::before,
.page h3::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  width: 0.5rem;
  height: calc(100% - 2.4rem);
  background: linear-gradient(#0d2622 50%, #45867e 50%);
}

.category h3:has(a),
.page h3:has(a) {
  padding: 0;
}

.category h3:has(a):not(:last-child),
.page h3:has(a):not(:last-child) {
  margin-bottom: 3.8rem;
}

.category h3 a,
.page h3 a {
  position: relative;
  display: block;
  color: #1e5a50;
  padding: 0 4rem 2rem;
}

.category h3 a::before,
.page h3 a::before {
  content: "";
  position: absolute;
  top: 36%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2.7rem;
  background: url(img/icon-arrow.png) center / contain no-repeat;
}

.category h4,
.page h4 {
  color: #0d2622;
  border-bottom: 1px solid #00594c;
  padding: 1.2rem 1.6rem;
  font-weight: bold;
  font-size: 2rem;
  margin: 4rem 0 1.7rem;
  background: #e1eae9;
  border-radius: 10px 0 0 0;
}


.category h4:has(a),
.page h4:has(a) {
  padding: 0;
}

.category h4:has(a):not(:last-child),
.page h4:has(a):not(:last-child) {
  margin-bottom: 9.3rem;
}

.category h4 a,
.page h4 a {
  position: relative;
  display: block;
  color: #0d2622;
  padding: 1.7rem 4rem 1.7rem 1.3rem;
}

.category h4 a::before,
.page h4 a::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2.7rem;
  background: url(img/icon-arrow.png) center / contain no-repeat;
}

.point,
.check {
  color: #0d2622;
  padding: 2rem 1.6rem 2rem 2.6rem;
  font-weight: bold;
  font-size: 2rem;
  margin: 4rem 0;
  background: #f0f0f0;
  border-radius: 10px 0 0 0;
  position: relative;
}

.category p span.anno,
.page p span.anno {
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
}

.point:before {
  content: "";
  width: 6rem;
  height: 4rem;
  background: url(img/icon_point.png) no-repeat center / contain;
  position: absolute;
  left: -10px;
  top: -18px;
}

.check:before {
  content: "";
  width: 6rem;
  height: 4rem;
  background: url(img/icon_check.png) no-repeat center / contain;
  position: absolute;
  left: -10px;
  top: -18px;
}

.summarybox {
  border: 1px solid #e0eae9;
  padding: 4rem 3rem 2rem;
  background: #e0eae9;
  border-radius: 1.8rem 0 1.8rem 0;
}

.summarybox .btns-flex {
  width: 90%;
}

.summarybox .summarybox__heading {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #00594c;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* ====================================================
   sponsored_lower（下層・監修セクション）
   ==================================================== */
.sponsored_lower {
  background: url(img/bg-02.jpg) center no-repeat;
  margin: 7rem auto;
  padding: 2rem;
  background-size: cover;
}

.sponsored_lower .sec-sponsored__heading {
  color: #0d2622;
  font-weight: 700;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-bottom: none;
  padding: 0;
  margin: 3rem 0 3.7rem;
}

.sponsored_lower .sec-sponsored__heading span {
  margin-right: 2rem;
  font-weight: 700;
  color: #E5BD36;
  display: inline-block;
  padding-left: 70px;
  position: relative;
  font-size: 2.4rem;
}

.sponsored_lower .sec-sponsored__heading span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 54px;
  height: 54px;
  background: url("img/icon-01.png") center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sponsored_lower .sponsored-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 110rem;
  max-width: 100%;
  margin: 0 auto 4rem;
  gap: 2rem;
}

.sponsored_lower .sponsored-flex__ct {
  width: calc(100% - 270px);
}

.sponsored_lower .sponsored-flex__heading {
  color: #0B5B50;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.5;
}

.sponsored_lower .sec-sponsored__heading:before {
  content: none;
}

.sponsored_lower .sponsored-flex__note {
  display: inline-block;
  background: #0B5B50;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.category .sponsored_lower .sponsored-flex__note,
.page .sponsored_lower .sponsored-flex__note span {
  color: #fff;
}

.category .sponsored_lower .sponsored-flex__note span,
.page .sponsored_lower .sponsored-flex__note span {
  color: #fff;
}

.sponsored_lower .sponsored-flex__name {
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: -2px;
}

.sponsored_lower .sponsored-flex__name span {
  position: relative;
  display: inline-block;
}

.sponsored_lower .sponsored-flex__name span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #b4a05b;
  border-radius: 50%;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sponsored_lower .sponsored-flex__name strong {
  margin-left: 2rem;
  letter-spacing: 4px;
  font-size: 4.8rem;
}

.sponsored_lower .sponsored-flex__img {
  width: 270px;
  margin-top: -5rem;
}

.sponsored_lower .sponsored-flex__img-thumb img {
  width: 100%;
}

.sponsored_lower .sponsored-flex__main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 0 30px;
}

.sponsored_lower .btn-internal {
  max-width: 50.7rem;
  width: 100%;
  margin: 3rem auto 0;
}

.sponsored_lower .btn-internal a {
  max-width: 50.7rem;
  width: 100%;
  margin: 0 auto;
  background: #DFAE00;
  color: #fff;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 5rem;
  font-size: 2.4rem;
  position: relative;
  box-shadow: 0px 0px 10px 0px #69747373;
  box-shadow: 0px 10px 10px -6px #ba910091;
  padding: 2rem;
}

.sponsored_lower .btn-internal a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3.1rem;
  height: 2.5rem;
  background: url("img/arrow-link-white.png") center no-repeat;
  background-size: contain;
  right: 10rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sponsored_lower .profile-box {
  background-size: cover;
  padding: 3.1rem 3rem 2.9rem;
  position: relative;
  margin: 4rem auto 5rem;
  z-index: 2;
  width: 100rem;
  max-width: 100%;
  background-color: #b4a05b;
  background-image: radial-gradient(circle, #a59047 1px, transparent 1px);
  background-position: 0 0;
  background-size: 22px 22px;
}

.sponsored_lower .profile-box__heading {
  position: absolute;
  right: 1rem;
  top: -0.5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  font-size: 5.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}

.sponsored_lower .profile-box__ttl {
  color: #fff;
  font-weight: 500;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}

.sponsored_lower .profile-box__ttl span {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 800;
  font-size: 2.4rem;
}

.sponsored_lower .profile-box__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.sponsored_lower .profile-box__list-item {
  width: 49%;
}

.sponsored_lower .profile-box__list-ttl {
  margin: 1.2rem 0;
  display: block;
}

.sponsored_lower .profile-box__list-ttl span {
  padding: 0.4rem 1rem;
  background: #fff;
  color: #0d2622;
  font-weight: bold;
}

.sponsored_lower .profile-box__list-desc {
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.sponsored_lower .profile-box__list-desc>li {
  position: relative;
  padding-left: 2.3rem;
}

.sponsored_lower .profile-box__list-desc>li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.sponsored_lower .profile-box__list-desc>li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 50%;
}

.sponsored_lower ul:not(.profile-box__list-desc)>li::before {
  content: none !important;
}

/* SP: sponsored_lower */
@media screen and (max-width: 480px) {
  .sponsored_lower {
    display: block !important;
    padding: 4rem 1.5rem;
    background: url(img/bg-02-sp.jpg) center no-repeat;
    background-size: cover;
    border-radius: 1.3rem 0 0 0;
  }

  .sponsored_lower .sec-sponsored__heading {
    font-size: 1.2rem;
    margin: 0 0 1.7rem;
    display: grid;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 1rem;
  }

  .sponsored_lower .sec-sponsored__heading span {
    padding-left: 4rem;
    margin-right: 1rem;
    font-size: 1.5rem;
  }

  .sponsored_lower .sec-sponsored__heading span::before {
    width: 3rem;
    height: 3rem;
  }

  .sponsored_lower .sponsored-flex {
    margin-bottom: 2rem;
    position: relative;
  }

  .sponsored_lower .sponsored-flex__img {
    width: 30%;
    max-width: 120px;
    position: absolute;
    right: 7px;
    top: 40px;
  }

  .sponsored_lower .sponsored-flex__ct {
    width: 100%;
  }

  .sponsored_lower .sponsored-flex__heading {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .sponsored_lower .btn-web {
    width: 80%;
    margin: auto;
  }

  .sponsored_lower .btn-web a {
    margin: 2rem auto;
    max-width: 100%;
  }

  .sponsored_lower .sponsored-flex__note {
    margin-bottom: 1rem;
    padding: 0;
    background: none;
    margin-right: -5rem;
    font-size: 1.8rem;
  }

  .sponsored_lower .sponsored-flex__note span {
    display: inline-block;
    background: #0B5B50;
    padding: 0.5rem 1rem;
  }

  .sponsored_lower .sponsored-flex__name {
    letter-spacing: -1px;
    font-size: 1.5rem;
  }

  .sponsored_lower .sponsored-flex__name span::before {
    width: 3px;
    height: 3px;
    top: 0;
  }

  .sponsored_lower .sponsored-flex__name strong {
    letter-spacing: 0;
    margin-left: 0.5rem;
    font-size: 2.2rem;
  }

  .sponsored_lower .sponsored-flex__main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sponsored_lower .sponsored-flex__main .sponsored-flex__name {
    width: 100%;
    font-size: 1.8rem;
  }

  .sponsored_lower .btn-internal {
    max-width: 30rem;
    margin: 2rem auto 0;
  }

  .sponsored_lower .btn-internal a {
    max-width: 30rem;
    height: 6rem;
    font-size: 2.2rem;
    padding-right: 3rem;
  }

  .sponsored_lower .btn-internal a:after {
    width: 2.2rem;
    height: 1.7rem;
    right: 4.5rem;
    top: 53%;
  }

  .sponsored_lower .profile-box {
    padding: 4rem 1.5rem 3rem;
    margin: 0 auto 4rem;
    background: url("img/bg-profile-sp.jpg") #B4A05B center no-repeat;
    background-size: cover;
    border-radius: 0.7rem 0 0.7rem 0;
    width: auto;
  }

  .sponsored_lower .profile-box__heading {
    right: 0;
    font-size: 4rem;
  }

  .sponsored_lower .profile-box__ttl {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .sponsored_lower .profile-box__ttl span {
    font-size: 2.4rem;
  }

  .sponsored_lower .profile-box__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem 0;
  }

  .sponsored_lower .profile-box__list-item {
    width: 100%;
    padding-left: 0;
  }

  .sponsored_lower .profile-box__list-ttl span {
    padding: 0.1rem 1.5rem;
    font-size: 1.5rem;
  }

  .sponsored_lower ul:not(.profile-box__list-desc)>li::before {
    content: none !important;
  }
}

/*--------------------------------------
  　下層ページ用 interview
---------------------------------------*/
.box-interview__q {
  margin: 3rem 0;
  min-height: 6rem;
  padding: 0 0 2rem 6rem;
  border-bottom: solid 1px rgba(213, 213, 213, 0.5);
  font-size: 2.2rem;
  color: #1e5a50;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
}

.box-interview__q:before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(img/icon-q.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 10px;
}

.box-interview__a {
  margin-bottom: 5rem;
  min-height: 6rem;
  padding: 0 0 2rem 6rem;
  border-bottom: solid 1px rgba(213, 213, 213, 0.5);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
}

.box-interview__a:before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(img/icon-a.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}

.box-comment {
  margin: 5rem 0;
  padding: 5rem;
  background: #f4f4f4;
}

.l-column {
  display: flex;
  gap: 3rem;
  margin-bottom: 1rem;
}

.catch {
  font-size: 2rem;
  font-weight: 700;
  color: #0d2622;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.l-column__side05 {
  width: 17rem;
}

.l-column__main {
  flex: 1;
}

.box-sponsored__pic.box-sponsored__pic--nodeco {
  text-align: right;
}

.box-comment .btns-flex {
  width: 90%;
}

/* SP: box-comment */
@media screen and (max-width: 480px) {
  .box-comment {
    padding: 3rem 2rem;
  }

  .l-column {
    display: flex;
    gap: 3rem;
    margin-bottom: 1rem;
    flex-direction: column-reverse;
  }

  .l-column__side05 {
    width: 100%;
  }

  .box-sponsored__pic.box-sponsored__pic--nodeco {
    display: flex;
    gap: 2rem;
    align-items: center;
    text-align: left;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
  }

  .box-sponsored__pic.box-sponsored__pic--nodeco img {
    width: 34%;
  }

  .category .btns-flex .btn-internal a,
  .page .btns-flex .btn-internal a,
  .category .btns-flex .btn-web a,
  .page .btns-flex .btn-web a {
    max-width: 100%;
  }
}

.category p span,
.page p span {
  font-weight: bold;
  color: #9f8837;
}

.category ul,
.page ul {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.category ul>li,
.page ul>li {
  position: relative;
  padding-left: 2.3rem;
  margin-bottom: 1rem;
}

.category ul>li::before,
.page ul>li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #00594c;
  border-radius: 50%;
}

.category ol,
.page ol {
  counter-reset: my-sec-counter;
  padding: 0;
  margin-bottom: 2rem;
}

.category ol>li,
.page ol>li {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.category ol>li::before,
.page ol>li::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b4a05b;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

.btn-internal a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  background: #fefeff;
  color: #292929;
  border: 1px solid #d5d5d5;
  border-radius: 43px;
  padding: 1.6rem 5rem 1.8rem;
  margin: 5rem auto 7rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  box-shadow: 0px 10px 10px -6px #08493e33;
}


.btn-internal a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 3.3rem;
  height: 3.9rem;
  background: url(img/icon-arrow-circle.png) center / contain no-repeat;
}

.btn-web a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  background: #dfae00;
  color: white;
  border-radius: 43px;
  padding: 1.6rem 5rem 1.8rem;
  margin: 2rem auto 4rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  box-shadow: 0px 10px 10px -6px #ba910091;
}

.btn-web a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 3.3rem;
  height: 3.9rem;
  background: url(img/arrow-link-white.png) center / contain no-repeat;
}

.category .btn-tel a,
.page .btn-tel a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  background: #45867e;
  color: white;
  border-radius: 43px;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 6px 8px;
  padding: 1.6rem 3rem 1.8rem;
  margin: 2rem auto 4rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

.category .btn-tel:not(:last-child),
.page .btn-tel:not(:last-child) {
  margin-bottom: 2rem;
}

.category .btn-tel a:after,
.page .btn-tel a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.7rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 3.2rem;
  background: url(img/icon-tel.png) center / contain no-repeat;
}

.category .btn-link,
.page .btn-link {
  margin: 0 auto;
  text-align: right;
}

.category .btn-link a,
.page .btn-link a {
  position: relative;
  display: inline-block;
  color: #00594c;
  padding-right: 3.6rem;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 2rem 0 4rem;
}

.category .btn-link a:after,
.page .btn-link a:after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 2.4rem;
  background: url(img/icon-arrow-circle.png) center / contain no-repeat;
}

.category table,
.page table {
  width: 100%;
  margin: 3rem 0 5rem;
}

/*
.category table:not(:last-child),
.page table:not(:last-child){
  margin-bottom: 12.6rem;
}
*/

.category table td,
.category table th,
.page table td,
.page table th {
  height: 69px;
  border: 1px solid white;
  padding: 1rem 1.5rem 1.3rem;
  word-break: break-all;
}

.category table th,
.page table th {
  width: 20.7%;
  background: #cbdcda;
  color: #0d2622;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.category table td,
.page table td {
  width: 26.433%;
  background: #f2f2f2;
  color: #0d2622;
  text-align: left;
  font-weight: 400;
  font-size: 1.501rem;
}

.caption {
  color: #6a6a6a;
  margin-top: 1rem;
  text-align: left;
  font-size: 1.2rem;
  word-break: break-all;
}

.category .float-wrap,
.page .float-wrap {
  text-align: left;
  color: #0d2622;
  margin-bottom: 8.6rem;
}


.category .float-wrap .float-img,
.page .float-wrap .float-img {
  max-width: 58rem;
  margin: 0 auto 1.8rem;
}

.category .float-wrap .float-img .caption,
.page .float-wrap .float-img .caption {
  color: #999999;
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  word-break: break-all;
}

.category .float-wrap .catch,
.page .float-wrap .catch {
  color: #0b5b50;
  margin-bottom: 0.7rem;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
}

.category .float-wrap p,
.page .float-wrap p {
  font-size: 1.5rem;
  line-height: 2;
}

.category .float-wrap ul,
.page .float-wrap ul {
  margin-top: 2rem;
}

.category .float-wrap:not(.center),
.page .float-wrap:not(.center) {
  position: relative;
  padding-right: 34rem;
}

.category .float-wrap:not(.center) .float-img,
.page .float-wrap:not(.center) .float-img {
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 30rem;
  float: unset;
}

.category .float-wrap:has(.float-img.fl),
.page .float-wrap:has(.float-img.fl) {
  padding: 0 0 0 35rem;
}

.category .float-wrap table,
.page .float-wrap table {
  margin: 2.2rem 0 2.1rem;
}

.category .float-wrap table td,
.page .float-wrap table td {
  text-align: center;
}

.category .float-wrap:has(.float-img.fl) .float-img,
.page .float-wrap:has(.float-img.fl) .float-img {
  right: auto;
  left: 0;
}

.category .btns-flex,
.page .btns-flex {
  display: flex;
  justify-content: center;
  gap: 3rem;
  max-width: 85rem;
  margin: 0 auto;
}

.category .btns-flex .btn-internal,
.btns-flex .btn-web,
.page .btns-flex .btn-internal {
  width: 50%;
}

.index {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.index-left {
  width: 26rem;
  position: relative;
}

.index-right {
  width: calc(100% - 26rem);
  margin: 0;
}

.side {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px #69747373;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  background: #fff;
}

/* SP: side/header */
@media screen and (max-width: 480px) {

  .inner {
    padding: 0 1rem !important;
  }

  .side {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .side.on {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: auto;
    visibility: visible;
    z-index: 98;
  }

  header#header {
    display: flex;
    padding: 1rem;
    justify-content: center;
    gap: 0;
    flex-direction: column;
    text-align: center;
  }

  .heading-top {
    line-height: 1.3;
  }

  .heading-top a {
    color: #fff;
  }

  .logo img {
    max-width: 20rem;
    margin: 0 auto;
    display: block;
  }


  .menuBtn {
    width: 5rem;
    height: 5rem;
  }

  .menuBtn:hover {
    opacity: 1;
  }

  .menuBtn span {
    height: 1px;
    width: 20px;
    left: auto;
  }

  .menuBtn span:nth-child(1) {
    top: 1.7rem;
  }

  .menuBtn span:nth-child(2) {
    top: 2.5rem;
  }

  .menuBtn span:nth-child(3) {
    top: 3.3rem;
  }

  .menuBtn.open span {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
  }

  .menuBtn.open span:nth-child(1) {
    transform: translateX(0%) translateY(5px) rotate(13deg);
  }

  .menuBtn.open span:nth-child(3) {
    transform: translateX(0%) translateY(5px) rotate(-13deg);
  }

  /*--------------------------------------
　Global Nav_SP
---------------------------------------*/
  .l-gnavi-btn-box {
    top: 1rem;
    right: 0.5rem;
  }

  .l-gnavi-btn-box.sp {
    position: fixed;
    right: 0;
    top: 0;
  }

  .l-gnavi-area {
    width: 400px;
    height: 100vh;
    padding: 0 0 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3002;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .l-gnavi-area .logo {
    display: table;
    margin: 0 auto 2rem;
    padding: 20px 0;
  }

  .l-gnavi-area .logo img {
    width: 12rem;
  }

  .l-gnavi-area--slide-right {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .l-gnavi-area--slide-left {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .l-gnavi-area--slide-down {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .l-gnavi-area--slide-up {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .l-gnavi-list {
    position: relative;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
  }

  .l-gnavi-list__item {
    padding: 5px 0;
  }

  .l-gnavi-list__link {
    width: 90%;
    margin: 0 auto;
    padding: 15px 45px 15px 10px;
    display: block;
    text-decoration: none;
    background: #fff;
    position: relative;
    line-height: 1.5;
  }

  .js-gnavi-list>.l-gnavi-list__item .l-gnavi-list__link:after,
  .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:after {
    content: "";
    right: 18px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0b5b50;
    border-right: 2px solid #0b5b50;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }


  .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link--menu:after {
    content: "・・・";
    position: absolute;
    color: #0b5b50;
    right: 5%;
    top: 17%;
    font-size: 2rem;
    letter-spacing: -10px;
    border: 0;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    width: auto;
    height: auto;
  }

  .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu {
    position: relative;
  }

  .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:after {
    content: "・・・";
    position: absolute;
    color: #0b5b50;
    right: 5%;
    top: 17%;
    font-size: 2rem;
    letter-spacing: -10px;
    border: 0;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    width: auto;
    height: auto;
  }

  .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back {
    background: #fff;
    padding: 10px 10px 10px 45px;
    position: relative;
  }

  .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:before {
    content: "";
    left: 18px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0b5b50;
    border-right: 2px solid #0b5b50;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }

  .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:after,
  .l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover:after {
    content: "";
    border: 0;
  }

  .l-gnavi-list__sub {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
  }

  .is-navi-open .l-gnavi-area {
    opacity: 1;
  }

  .is-navi-open .l-gnavi-area--slide-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .is-navi-open .l-gnavi-area--slide-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .is-navi-open .l-gnavi-area--slide-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .is-navi-open .l-gnavi-area--slide-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .is-navi-open .is-gnavi-cover {
    height: 100vh;
    overflow-y: scroll;
  }

  .is-navi-open .is-gnavi-cover .l-gnavi-area {
    position: static;
  }

  .l-gnavi-area {
    width: 100%;
  }

  .l-gnavi-btn.is-active {
    border: 0;
  }

  .l-gnavi-btn:hover {
    color: #666;
  }

  .l-gnavi-btn:active {
    color: #666;
  }

  .l-gnavi-btn--gnavi {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200;
  }

  .l-gnavi-btn--gnavi span {
    width: 22px;
  }

  .l-gnavi-btn--gnavi span:nth-of-type(1) {
    top: 0;
  }

  .l-gnavi-btn--gnavi span:nth-of-type(3) {
    top: 10px;
  }

  .l-gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    top: 13px;
    left: 14px;
  }

  .l-gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    top: 33px;
    left: 14px;
  }

  .is-navi-open .l-gnavi-area--slide-left {
    transform: translateX(0);
  }



}

/*--------------------------------------
　Global Nav_PC
---------------------------------------*/
/*--------------------------------------
　Side
---------------------------------------*/
/*--------------------------------------
　Main Contents
---------------------------------------*/


.index {
  margin: 0;
  padding: 0;
}


.inner {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 1050px;
  padding: 0 20px;
}

.inner--1200 {
  max-width: 1240px;
}

.wi1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.wi1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.wi1200 {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

/* ====================================================
   メインコンテンツ / COMMON PART
   ==================================================== */
.fixBan {
  display: none;
}

/* ====================================================
   目次（toc）
   ==================================================== */
/* SP: 共通・フッター・目次 */
@media screen and (max-width: 480px) {
  .areaInner {
    padding: 0 15px !important;
  }

  .pc,
  .pc_br {
    display: none;
  }

  .sp,
  .sp_br {
    display: block;
  }

  body {
    font-size: 1.5rem;
    min-width: 320px;
    overflow-x: hidden;
    line-height: 1.8;
  }

  a:hover {
    opacity: 1;
  }

  .inner,
  .wi1100,
  .wi1000,
  .wi1200 {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  /*--------------------------------------
  　Header
  ---------------------------------------*/
  /*--------------------------------------
    　Footer
  ---------------------------------------*/
  footer {
    padding: 5rem 0 0;
  }

  footer .foot_logo {
    max-width: 21rem;
    margin: 0 auto 2.3rem;
  }

  footer .footBox {
    margin: 0 -1.5rem 1rem;
  }

  footer .footBox:not(:last-child) {
    margin-bottom: 1.3rem;
  }

  footer .sttl>a {
    margin-bottom: 0;
    padding-right: 0;
    padding: 0 1.5rem 1.1rem;
    color: #dbe1da;
    font-size: 1.5rem;
  }

  footer .sttl>a span {
    display: block;
    padding-right: 2.2rem;
  }

  footer .sttl>a span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    background: url("img/icon-arrow.png") center no-repeat;
    background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  footer .sttl.sitemap > a span::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  footer .accChild {
    gap: 1rem;
    line-height: 1.3;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #fff;
  }

  footer .accChild li>a:before {
    content: none;
  }

  footer .accChild li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  footer .accChild li:not(:last-child) {
    margin-bottom: 0;
  }

  footer .accChild li a {
    display: block;
    color: #ebefea;
    padding: 1.6rem 1.5rem;
    background: #45867e;
    font-size: 1.3rem;
  }

  footer .accChild li a::after {
    width: 1.8rem;
    height: 1.8rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 1.5rem;
  }

  footer .noticeArea {
    padding: 1rem;
    margin-bottom: 2rem;
    line-height: 1.4;
    margin-top: 2rem;
    font-size: 1.2rem;
    display: block;
  }

  footer .botPrg {
    margin-bottom: 2.2rem;
    font-size: 1.2rem;
  }

  footer .tglMenu.open span::after {
    -webkit-transform: rotate(270deg) translateY(-50%);
    -ms-transform: rotate(270deg) translateY(-50%);
    transform: rotate(270deg) translateY(-50%);
    right: -3%;
    top: 40%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  footer p.copy {
    padding: 1rem 0.5rem;
    letter-spacing: -0.05rem;
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
    text-align: center;
    float: none;
    display: block;
  }

  footer p.copy a {
    color: #C5D7D4;
  }

  footer p.copy a:hover {
    text-decoration: underline;
  }

  footer a {
    text-decoration: none;
  }

  footer .botArea .botInner {
    width: 100%;
    margin: 0 auto;
  }

  .fixBan {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #E6C140;
    padding: 0.5rem;
  }

  .fixBan img {
    width: 100%;
    height: 64px;
    -o-object-position: bottom;
    object-position: bottom;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .fixBan.on {
    display: block;
  }

  .fixBan a {
    background: #fff;
    border-radius: 0.8rem 0 0.8rem 0;
    padding: 0.5rem;
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
  }

  .fixBan a p {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #0D2622;
    font-size: 3.2vw;
    width: 70%;
  }

  .fixBan a p span {
    color: #0B5B50;
    display: block;
    font-weight: bold;
    font-size: 2.8vw;
    position: relative;
    margin-bottom: 0.3rem;
    padding-bottom: 0.4rem;
  }

  .fixBan a p span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 0.8rem;
    background: url("img/icon-ttl-header.png") bottom center no-repeat;
    background-size: auto;
    background-size: contain;
    left: 0;
    bottom: -0.6rem;
  }

  .fixBan a strong {
    display: block;
    padding: 0.6rem;
    background: #DFAE00;
    color: #fff;
    border-radius: 3rem;
    font-size: 1.4rem;
    position: relative;
    max-width: 33%;
    width: 100%;
    margin: 0 auto;
  }

  .fixBan a strong:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    background: url("img/arrow-link-white.png") center no-repeat;
    background-size: contain;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /*--------------------------------------
  　Main Contents
  ---------------------------------------*/
  .contents {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .index,
  .category,
  .page {
    float: none;
    width: 100%;
  }

  .category,
  .page {
    padding: 0 4% 12%;
  }




  /*--------------------------------------
　tmp
---------------------------------------*/

  .sec-cate #pankuzuWrap {
    top: 1.1rem;
    font-size: 1.1rem;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    margin: 1rem 0 2rem;
    padding: 0 1rem;
  }

  .mv_lower {
    background: url(img/bg-pc.jpg) center / cover no-repeat;
    padding: 4.7rem 0 0;
  }

  .mv_lower h1 {
    width: 100%;
    padding: 2.2rem 1.5rem;
    font-size: 2.4rem;
  }

  .cate-txt {
    margin: 2rem auto 3.6rem;
    font-size: 1.1rem;
  }

  .page .thanks-txt p {
    font-size: 1.6rem;
  }

  .form {
    padding: 3rem;
  }

  .tocBox {
    border-width: 1px;
    padding: 1.6rem 1.6rem 2rem;
    margin-bottom: 3rem;
  }

  .tocBox::before {
    top: -2rem;
    right: 0.2rem;
    font-size: 4.5rem;
  }

  .tocBox .sTit {
    padding: 0 0.2rem 1.1rem;
    margin-bottom: 1.5rem;
    ;
    font-size: 1.8rem;
  }

  .tocBox .whBox ul {
    font-size: 1.6rem;
    line-height: 1.4375;
    letter-spacing: 0.07em;
  }

  .tocBox .whBox>ul>li::before {
    left: 0.4rem;
  }

  .tocBox .whBox>ul>li>ul {
    margin-top: 1.2rem;
  }

  .tocBox .whBox>ul>li>ul>li {
    padding-left: 1.5rem;
  }

  .tocBox .whBox>ul>li>ul>li::before {
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0.2rem;
    width: 0.7rem;
    height: 1rem;
  }

  .tocBox.relatedLink .whBox>ul>li::before {
    width: 1.75rem;
    height: 1.75rem;
  }

  .category p,
  .page p {
    line-height: 1.866;
    letter-spacing: 0.01em;
  }

  .category p:not(:last-child),
  .page p:not(:last-child) {
    margin-bottom: 2rem;
  }

  .category h2,
  .page h2 {
    padding: 1.7rem 2rem 1.5rem;
    font-size: 2.3rem;
    line-height: 1.43;
    margin-bottom: 2rem;
  }

  .category h2 a,
  .page h2 a {
    padding: 1.7rem 5.8rem 1.6rem 2rem;
  }

  .category h2:has(a):not(:last-child),
  .page h2:has(a):not(:last-child) {
    margin-bottom: 1.2rem;
  }

  .category h2 a::before,
  .page h2 a::before {
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .category h3,
  .page h3 {
    padding: 0 0 0.5rem 2rem;
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }

  .category h3::before,
  .page h3::before {
    left: 0;
    width: 0.4rem;
    height: calc(100% - 1.3rem);
  }

  .category h3 a,
  .page h3 a {
    padding: 0 0 0.5rem 2rem;
  }

  .category h3 a::before,
  .page h3 a::before {
    top: 44%;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
  }

  .category h3:has(a):not(:last-child),
  .page h3:has(a):not(:last-child) {
    margin-bottom: 2.3rem;
  }

  .category h4,
  .page h4 {
    padding: 0.7rem 0.5rem;
    font-size: 1.8rem;
  }


  .category h4 a,
  .page h4 a {
    padding: 0.7rem 0.5rem;
  }

  .category h4 a::before,
  .page h4 a::before {
    width: 2rem;
    height: 2rem;
  }

  .category h4:has(a):not(:last-child),
  .page h4:has(a):not(:last-child) {
    margin-bottom: 4.1rem;
  }

  .category ul:not(:last-child),
  .page ul:not(:last-child) {
    margin-bottom: 2.1rem;
  }

  .category ul,
  .page ul {
    font-size: 1.5rem;
    line-height: 2;
  }

  .category ul>li,
  .page ul>li {
    padding-left: 2.2rem;
  }

  .category ul>li:not(:last-child),
  .page ul>li:not(:last-child) {
    margin-bottom: 0;
  }

  .category ul>li::before,
  .page ul>li::before {
    top: 1.1rem;
    left: 0.6rem;
  }

  .category ol:not(:last-child),
  .page ol:not(:last-child) {
    margin-bottom: 4.4rem;
  }

  .category ol>li,
  .page ol>li {
    line-height: 2;
    padding-left: 3.5rem;
  }

  .category ol>li:not(:last-child),
  .page ol>li:not(:last-child) {
    margin-bottom: 0;
  }

  .category ol>li::before,
  .page ol>li::before {
    top: 0.8rem;
    left: 1.3rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.1rem;
  }


  .btn-internal a {
    max-width: 85%;
    padding: 1.6rem 4rem 1.8rem;
    font-size: 1.5rem;
    line-height: 1.466;
    margin: 3rem auto 6rem;
  }

  .btn-internal a:after {
    width: 1.8rem;
    height: 1.8rem;
  }

  .btn-web a {
    max-width: 85%;
    padding: 1.6rem 4rem 1.8rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }

  .btn-web a:after {
    width: 1.8rem;
    height: 1.55rem;
    right: 1.7rem;
  }

  .category .btn-tel:not(:last-child),
  .page .btn-tel:not(:last-child) {
    margin-bottom: 3.6rem;
  }

  .category .btn-tel a,
  .page .btn-tel a {
    max-width: 85%;
    padding: 1.6rem 4rem 1.8rem 5rem;
    font-size: 1.5rem;
    line-height: 1.466;
  }

  .category .btn-link a,
  .page .btn-link a {
    padding-right: 4.3rem;
  }

  .category .btn-link:not(:last-child),
  .page .btn-link:not(:last-child) {
    margin-bottom: 4.6rem;
  }

  .category .btn-link a,
  .page .btn-link a {
    font-size: 1.5rem;
  }

  .category .btn-link a:after,
  .page .btn-link a:after {
    width: 1.7rem;
    height: 1.7rem;
    top: 49%;
    right: 2rem;
  }

  .category table,
  .page table {
    margin-bottom: 4.6rem;
  }

  /*
  .category table:not(:last-child),
  .page table:not(:last-child){
    margin-bottom: 4.6rem;
  }
*/

  .category table td,
  .category table th,
  .page table td,
  .category table th {
    height: 5.1rem;
  }

  .category table.untable,
  .page table.untable {
    display: block;
    margin-bottom: 3.5rem;
  }

  .category table.untable tr,
  .category table.untable tbody,
  .page table.untable tr,
  .page table.untable tbody {
    display: block;
  }

  .category table.untable td,
  .category table.untable th,
  .page table.untable td,
  .page table.untable th {
    display: block;
    width: 100%;
    height: auto;
    border-width: 0 0 1px;
    padding: 1.1rem 1rem;
    text-align: center;
  }

  .category .table-box,
  .page .table-box {
    position: relative;
    padding-right: 1.5rem;
    margin: 0 -1.5rem 4rem 0;
    overflow-x: scroll;
  }

  .category .table-box::before,
  .page .table-box::before {
    content: "▼横スクロールできます▼";
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999999;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }

  .category .table-box table,
  .page .table-box table {
    width: 910px;
    margin: 0;
  }

  .category .float-wrap:not(:last-child),
  .page .float-wrap:not(:last-child) {
    margin-bottom: 5rem;
  }

  .category .float-wrap .catch,
  .page .float-wrap .catch {
    color: #0b5b50;
    margin-bottom: 0.9rem;
    font-weight: bold;
    font-size: 1.9rem;
    letter-spacing: 0.04em;
    line-height: 1.58;
  }

  .category .float-wrap p,
  .page .float-wrap p {
    line-height: 1.866;
    letter-spacing: 0.06em;
  }

  .category .float-wrap:not(.center),
  .page .float-wrap:not(.center) {
    padding-right: 0;
  }

  .category .float-wrap:not(.center) .float-img,
  .page .float-wrap:not(.center) .float-img {
    position: relative;
    width: 100%;
    margin: 0 auto 1.4rem;
  }

  .category .float-wrap .float-img .caption,
  .page .float-wrap .float-img .caption {
    margin-top: 0.6rem;
  }

  .category .float-wrap:has(.float-img.fl),
  .page .float-wrap:has(.float-img.fl) {
    padding: 0;
  }

  .category .btns-flex:not(:last-child),
  .page .btns-flex:not(:last-child) {
    margin-bottom: 5.1rem;
  }

  .category .btns-flex,
  .page .btns-flex {
    display: block;
    width: 100%;
  }

  .category .btns-flex .btn-internal,
  .btns-flex .btn-web,
  .page .btns-flex .btn-internal {
    width: 100%;
  }

  .tocBox.relatedLink .whBox>ul {
    margin-top: -0.2rem;
  }

  .tocBox.relatedLink .whBox>ul>li {
    padding-left: 2.8rem;
    letter-spacing: 0.01em;
  }

  .tocBox.relatedLink .whBox>ul>li::before {
    top: 0.3rem;
  }

  .index-right {
    margin: 0 0 100px;
  }

  /* ====================================================
   PCスタイル（デフォルト）
   ==================================================== */
  .index {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .index-left {
    width: 33rem;
    position: relative;
  }

  .index-right {
    width: calc(100% - 33rem);
    margin: 0 0 100px;
  }

  .side {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
  }


  /* ====================================================
   SPメディアクエリ（max-width: 480px）
   ==================================================== */
  @media screen and (max-width: 480px) {

    /* --- 1. 横スクロール・PCスタイルの強制リセット --- */
    html,
    body {
      min-width: 0 !important;
      width: 100% !important;
      overflow-x: hidden !important;
      position: relative;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box !important;
    }

    /* PCの .index (flex) レイアウトを解除 */
    .index {
      display: block !important;
    }

    .index-left,
    .index-right {
      width: 100% !important;
      margin: 0 !important;
    }

    .index-left {
      display: none;
    }

    /* --- 2. ヘッダー・共通 --- */
    .side {
      display: none !important;
      /* PCの sticky 指定を消して非表示に */
      position: static !important;
      height: auto !important;
    }

    /* --- 3. メインビジュアル --- */
    .mv-top {
      background-image: url("img/mv_img-sp.png"), url("img/mv-sp.jpg");
      background-size: 100%, cover;
    }

    /* --- 4. 実績セクション --- */
    .sec-actually__heading {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: 95% !important;
      min-width: auto !important;
    }

    .actually-flex {
      display: block !important;
    }

    .actually-flex__ttl {
      width: 100% !important;
      padding-right: 0 !important;
    }

    .actually-flex__table {
      width: 100% !important;
    }

    /* --- 5. リスト系 1カラム化 --- */
    .sec-zenken__list,
    .actually-list,
    .defensive-list,
    .time-list {
      grid-template-columns: 1fr !important;
      gap: 0;
    }

    .time-list {
      gap: 1.5rem;
    }

    /* --- 7. その他 以前のマシだった記述を継承 --- */
    .sponsored-flex {
      display: block !important;
    }

    .profile-box__list {
      display: block !important;
    }

    .sec-portfolio {
      background-size: cover;
    }

    .portfolio-box::after {
      display: none !important;
    }

    .portfolio-box__flex-img,
    .portfolio-box__flex-ct {
      width: 100% !important;
    }

    .step-box {
      display: block !important;
    }

    .step-box__list {
      width: 100% !important;
    }

    .taxes-list__ct {
      display: block !important;
    }

    .taxes-list__ttl,
    .taxes-list__ct p {
      width: 100% !important;
    }
  }
}