@charset "UTF-8";
:root {
  --color-main: #F6DB48;
  --color-main-pale: #FDF6DA;   /* 淡黄。セクション背景帯 */
  --stripe-h: 18px;             /* 斜めストライプ帯の高さ */
  --color-sub: #F2F2F2;
  --color-button: #000;
  --color-title:#000;
  --color-text: #000;
  /* ヘッダーとMVの内容が広がる上限 */
  --content-max: 1400px;
}

.header {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 110;
  font-family: var(--brand-font);
}

.pc-none {
  display: none !important;
}

/* ヘッダー直下の境界ストライプ。擬似要素のためヘッダー高さには影響しない */
.header::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: repeating-linear-gradient(
    -45deg,
    var(--color-main) 0,
    var(--color-main) 14px,
    #FFFFFF 14px,
    #FFFFFF 28px
  );
}

.header_inner {
  background: #fff;
  /* text-align: right; */
  text-align: left;
  color: var(--color-text);
  z-index: 10;
  position: relative;
  font-family: var(--brand-font);
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  /* padding: 10px 0; */
}
.act--login,
.modal-login {
  color: #fff;
}
.before-login-header .header_inner {
  display: flex;
  justify-content: space-between;
  padding: 14px 10px 14px 30px;
}

.bl_sizeBtn_wrap .span {
  font-weight: bold;
}

.headerNav {
  display: flex;
  justify-content: right;
  padding: 10px 5% 0 0;
  /* padding: 16px 5% 0 0; */
  font-weight: bold;
  position: relative;
  gap: 0 50px;
}
.sp_heaer__wrap {
  display: none
}
@media screen and (max-width: 768px) {
  
.sp_heaer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 70px 10px 5px;
  position: relative;
}
  .headerNav {
    gap: 0 10px;
    padding: 0;
    width: 100%;
  }
}
.headerList {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.headerList__color {
  margin-right: 20px;
}
.headerList__color a {
  color: var(--color-text);
}
.headerList .login_icon::before {
  content: "";
  width: 20px;
  height: 17px;
  background-image: url(../img/login_icon.png);
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.headerList .login_icon {
  display: flex;
  align-items: center;
}

.headerList__lang {
  margin-right: 40px;
  font-family: var(--brand-font);
}

.headerList__lang a {
  color: #fff;
}


.mv-top {
  color: var(--color-text);
  font-weight: bold;
  text-align: center;
  /* position: relative; */
}
.mv-top__inner {
  /* background: rgba(255, 255, 255, 0.9); */
  max-width: 1062px;
  margin: 0 auto;
  border-radius: 10px;
  /* padding: 30px; */
}
.mv-top__bg {
  background-color: var(--color-main);
  /* background-image: url(../img/mv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  padding: 60px 0;
  position: relative;
}
.background-color {
  padding-bottom: 100px;
  position: relative;
  margin-top: -30rem;
  padding: 0 0 30rem;
}

.main-character {
  position: absolute;
  left: 65%;
  top: 1%;
}

.main-character2 {
  position: absolute;
  right: 65%;
  top: 1%;
}

.main-character-sp {
  display: none;
}

figure img{
	max-width: 90%;
}
.mv-box {
  width: 100%;
  position: relative;
  z-index: 100;
}
.mv-box figure {
  width: 100%;
}
.mv-box img {
  max-width: 100%;
  width: 100%;
}
.explanation {
  text-align: left;
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 22px;
  font-size: 2.2rem;
  z-index: 10;
  color: #000;
  font-family: var(--brand-font);
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
  /* max-width: 1060px; */
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  /* align-items: center; */
}
.flex-wrap__inner {
  width: 50%;
}
.title-box {
  margin-bottom: 50px;
  margin-right: 8%;
}

.title-box, .top-explanation {
  position: relative;
  line-height: 2;
  margin-bottom: 50px;
  /* z-index: 99; */
}

.top-explanation__bgimage {
  position: absolute;
  top: -100px;
}
.top-explanation__image img {
  width: 100%;
  max-width: 100%;
}
.title .span {
  display: block;
  margin-top: 10px;
}

.btn-wrap {
  display: flex;
  justify-content: space-around;
  max-width: 710px;
  margin: 0 auto 30px;
  color: #fff;
}

.btn-first {
  /* background: var(--color-button); */
  background: #000;
  border-radius: 24px;
  width: 540px;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 2.2rem;
  box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.35);
  display: block;
  color: #fff;
  font-family: var(--brand-font);
  white-space: nowrap;
  cursor: pointer;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  border: 3px solid #000;
}
.btn-first::after {
  content: "";
  background-image: url(../img/arrow-white.png);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.btn-first:hover {
  background-color: #FFF;
  color: #000;
  /* border: 3px solid #000; */
}
.btn-first:hover:after {
  right: 15px;
  transition: all .3s;
  background-image: url(../img/arrow-black.png);
  background-repeat: no-repeat;
}
.btn-login {
  background: #FF9100;
  border-radius: 100px;
  width: 290px;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 2.6rem;
  box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.35);
  display: block;
  color: #fff;
  font-family: var(--brand-font);
  white-space: nowrap;
  cursor: pointer;
}

.top-others {
  background: #FFFFFF;
  /* width: 348px; */
  width: 370px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 4px 0;
  color: var(--color-text);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.35);
  font-family: var(--brand-font);
}
.top-others__hover:hover {
  cursor: pointer;
  opacity: 0.75;
}

.consultation {
  background: var(--color-main);
  color: #fff;
  font-weight: bold;
  width: 190px;
  text-align: center;
  border-radius: 7px;
  padding: 8px 0;
  position: fixed;
  bottom: 1%;
  right: 1%;
  box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.35);
  z-index: 1002;
  display: none;
}
.consultation__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--brand-font);
}
.consultation__text::after {
  content: "";
  background-image: url(../img/question.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: flex;
  margin-left: 6px;
}

@media screen and (max-width: 768px) {
  .consultation {
    z-index: 999;
  }
}
#news {
  position: relative;
  margin-bottom: -100px;
  margin-top: 50px;
}

.news-toggle {
  transform: translate(-50%, -55%) !important;
}

.news-wrap {
  max-width: 1024px;
  margin: 0 auto 140px;
  background: #D6D6D6;
  width: 100%;
  padding: 20px 20px 20px 0px;
  /* border-radius: 10px;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.35); */
  z-index: 9;
  position: relative;
  display: flex;
  box-sizing: border-box;
}
.news-list {
  width: 82%;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 10px 24px;
}
.news-title {
  color: var(--color-title);
  /* font-weight: bold;
  font-family: var(--brand-font);
  font-size: 31px;
  font-size: 3.1rem; */
  /* margin-bottom: 20px; */
  width: 18%;
  padding-top: 26px;
}
.news-title__text {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 26px;
  font-size: 2.6rem;
  color: #000;
  display: block
}

.news-time {
  /* background: var(--color-text); */
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 5px;
  display: block;
  font-family: var(--brand-font);
}
.news-link {
  display: flex;
  align-items: baseline;

}
.news-sub-title {
  font-family: var(--brand-font);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid var(--color-title);
  margin-bottom: 10px;
  color: var(--color-title);
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}

.news-text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  color: #000;
}

.top-gallery {
  background: var(--color-sub);
}
.top-gallery__inner {
  max-width: 1008px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 0;
}
.top-gallery__wrap {
  margin-bottom: 20px;
}

.gallery-sub-title {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 10px;
  color: var(--color-text);
}

.gallery-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.gallery-text__span {
  color: var(--color-text);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.gallery-photo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: space-between;
}

.child-rearing {
  text-align: center;
  margin-top: 70px;
}
.child-rearing__wrap {
  max-width: 1008px;
  margin: 0 auto;
  position: relative;
}

.child-sub-title {
  font-weight: bold;
  color: var(--color-title);
  font-size: 36px;
  font-size: 3.6rem;
  font-family: var(--brand-font);
  margin-bottom: 10px;
}

.region {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
.region__text {
  color: var(--color-title);
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  font-family: var(--brand-font);
  font-weight: bold;
}
.region__text::before {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--color-title);
  border-radius: 50%;
  display: flex;
  margin-right: 10px;
}

.select-wrap {
  position: relative;
  max-height: 100%;
  height: 100%;
  display: inherit;
  font-size: 16px;
  font-size: 1.6rem;
}
.select-wrap select {
  border: 1px solid #000;
  width: 120px;
  margin-left: 20px;
  padding: 4px 8px;
  text-align: left;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 9px;
  width: 0;
  height: 0;
  border-bottom: solid 10px transparent;
  border-top: solid 10px #000;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  font-size: 20px;
  pointer-events: none;
}

.item-link {
  background: #fff;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  width: 330px;
}

.portal-item {
  height: 185px;
}
.portal-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.portal-item .portal-image__contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.portal-item__box {
  position: relative;
}

@media screen and (max-width: 768px) {
  .portal-item {
    width: 70%;
  }
  .portal-item img {
    height: 100%;
  }
  .portal-item__box {
    width: 95%;
    margin: 0 8px;
  }
}
.portal-category {
  background: #7CB528;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -55px;
  left: 4%;
}

.portal-category2 {
  background: #7CB528;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -55px;
  left: 4%;
}

.portal-category3 {
  background: #7CB528;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -55px;
  left: 4%;
}

.portal-category4 {
  background: #399D26;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -55px;
  left: 4%;
}

.portal-category5 {
  background: #7CB528;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -55px;
  left: 4%;
}

.portal-category6 {
  background: #7CB528;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -55px;
  left: 4%;
}

#main-faq .faq {
  text-align: left;
  margin-top: 60px;
}
/* 直上の#main-faq .faqは<article class="faq">(タイトル・検索窓)向け。
   同じfaqクラスを持つ#main-area(本文アコーディオン側)にも当たってしまうため、
   IDを重ねたセレクタで#main-areaだけ打ち消す */
#main-faq #main-area.faq {
  margin-top: 0;
}
#main-faq .faq .utility {
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 0;
}

.faq .highlight {
  background-color: #FFFD77;
}

.category-faq {
  max-width: 1008px;
  margin: 0 auto 50px;
}
.category-faq .sub-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-title);
  font-family: var(--brand-font);
  text-align: left;
  margin-bottom: 20px;
}

.category-box {
  background: #F2F2F2;
  border-radius: 8px;
  padding: 20px;
}

.category-item1 {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.category-item2 {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.category-item3 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.category-text .link {
  border: 1px dashed var(--color-title);
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
  color: var(--color-title);
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}

.faq-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--color-title);
  font-family: var(--brand-font);
  margin: 50px 0 20px;
  text-align: center;
}

.about-faq {
  max-width: 1008px;
  margin: 0 auto;
}
.about-faq__inner {
  display: flex;
  justify-content: space-between;
}
.about-faq #container {
  margin-bottom: 50px;
}
.about-faq .list {
  margin-bottom: 50px;
}

.about-side-menu {
  padding-bottom: 30px;
}
.about-side-menu .sub-title {
  color: var(--color-main);
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  font-family: var(--brand-font);
  margin-bottom: 20px;
}
.about-side-menu .side-menu-text {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  font-family: var(--brand-font);
  margin-bottom: 20px;
  color: #3A312D;
}
.about-side-menu .side-menu-text .isActive {
  text-decoration: underline;
}

.about-side-menu_wrap {
  width: 24%;
  align-self: stretch;
}
.about-side-menu_wrap .about-side-menu {
  position: sticky;
  top: 100px;
}
/* ログイン後はヘッダーが153px(非ログイン時86px)に増える。差分をtopに反映しないと
   サイドメニュー1項目目がヘッダーの下に隠れる。7115行目の58px差分と同根の問題 */
header.login ~ main .about-side-menu_wrap .about-side-menu {
  top: 167px;
}

.about-group {
  width: 74%;
}
.about-group .sub-title {
  color: var(--color-title);
  font-weight: bold;
  font-size: 31px;
  font-size: 3.1rem;
  font-family: var(--brand-font);
  margin-bottom: 30px;
}
.about-group .faq {
  text-align: left;
}
.about-group .accordion-area__list {
  margin-bottom: 10px;
}

.about-group .accordion-area-span {
  border-bottom: none;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.upper-row-text {
  margin: 20px auto;
  color: var(--color-title);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: 2.7rem;
  text-align: left;
  max-width: 300px;
}

.lower-row-text {
  margin-bottom: 10px;
  margin-right: 6%;
  color: var(--color-title);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 3rem;
}

.lower-row-text::after {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  background-image: url(../img/link_icon.png);
  margin-left: 10px;
}

.middle-row-text {
  margin: 13px auto 5px;
  color: var(--color-title);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  height: 6rem;
  max-width: 300px;
}

.connection {
  max-width: 1020px;
  margin: 0 auto 20px;
}
.connection__sub-title {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  font-family: var(--brand-font);
  font-weight: bold;
  color: var(--color-title);
  font-size: 36px;
  font-size: 3.6rem;
}
.connection__sub-title::after {
  content: "";
  width: 40px;
  height: 40px;
  display: flex;
  background-image: url(../img/connection_icon.png);
  background-repeat: no-repeat;
  margin-left: 10px;
}

.connection-box {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .connection-item {
    width: 490px;
    height: 190px;
  }
  .connection-item a {
    display: block;
  }
  .connection-item img {
    width: 100%;
    height: 100%;
  }
}
.question-top {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: 130%;
  padding-bottom: 100px;
  background-position: top;
}
.question-top__inner {
  max-width: 1008px;
  margin: 0 auto;
}
.question-top__sub-title {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  font-family: var(--brand-font);
  font-weight: bold;
  color: var(--color-title);
  margin-bottom: 10px;
  font-size: 36px;
  font-size: 3.6rem;
  padding: 20px 0;
}
.question-top__sub-title::after {
  content: "";
  width: 40px;
  height: 40px;
  display: flex;
  background-image: url(../img/question_icon.png);
  background-repeat: no-repeat;
  margin-left: 10px;
}

.accordion-area__list {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 0;
  position: relative;
  border-radius: 8px;
}
.accordion-area__title {
  cursor: pointer;
  transform: all 0.5s ease;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  /* box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35); */
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
.u-accordion-area {
  display: block;
  background-color: #000;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: 28px;
}
.u-accordion-area::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  top: 14px;
  right: 8px;
}
.u-accordion-area::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  top: 14px;
  right: 8px;
}

.question {
  color: var(--color-title);
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}

.accordion-area-span {
  border-bottom: none;
}

.answer_box {
  display: none;
  border-top: 1px solid #D9D9D9;
}

.u-accordion-area::after {
  transform: rotate(90deg);
}

.open .u-accordion-area::after {
  transform: rotate(0);
}

.accordion-sub-title {
  margin-left: 0;
}

.line {
  width: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  /* box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35); */
  border-radius: 0 0 10px 10px;
  padding: 10px;
  /* margin: 10px 20px 0; */
  font-size: 14px;
  font-size: 1.4rem;
}

.line-mdse {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.see-more {
  text-align: right;
  font-family: var(--brand-font);
  font-weight: bold;
  color: #E86500;
}
.see-more__span {
  display: flex;
  justify-content: end;
  align-items: center;
  color: var(--color-text);
}
.see-more__span::before {
  content: "";
  background-image: url(../img/link.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: flex;
  margin-right: 10px;
}

.top-thanks {
  text-align: center;
  background: #AAB351;
}
.top-thanks__wrap {
  font-family: var(--brand-font);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding: 50px 0;
  line-height: 2;
}

.thanks-btn {
  display: flex;
  justify-content: space-around;
  max-width: 710px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.thanks-btn .first-btn {
      background: #fff;
    width: 290px;
    padding: 10px 20px;
    color: #AAB351;
    font-family: var(--brand-font);
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.thanks-btn .login-btn {
  background: #fff;
  width: 290px;
  padding: 10px 20px;
  color: #AAB351;
  font-family: var(--brand-font);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal-login {
  color: #fff;
}
.thanks-btn .modal-login {
  color: var(--color-text);
}

#footer {
  /* background: var(--color-sub); */
  background-image: repeating-linear-gradient(
    -45deg,
    var(--color-main) 0,
    var(--color-main) 14px,
    #FFFFFF 14px,
    #FFFFFF 28px
  );
  background-repeat: repeat;
  height: 30px;
}

.inquiry {
  margin: 0 auto;
  padding-top: 50px;
}
.inquiry__text {
  font-weight: bold;
  font-family: var(--brand-font);
  text-align: center;
  font-size: 1.7rem;
}
.inquiry__text-link {
  color: #3649FF;
}
.inquiry__inner {
  background: #fff;
  padding-bottom: 20px;
  border-radius: 10px;
}
.inquiry__sub-title {
  color: var(--color-title);
  font-family: var(--brand-font);
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.inquiry__box {
  display: flex;
  justify-content: center;
  align-items: stretch;   /* PC：電話／フォームの縦サイズを揃える */
  gap: 0 43px;
  width: 100%;
  max-width: 1024px;
  margin: 80px auto 0;
}
.inquiry__box section:last-child {
  border-right: none;
}

.inquiry-item1 {
  text-align: center;
  width: 50%;
  background-color: #F2F2F2;
  padding-bottom: 28px;
  border-radius: 30px;
}
/* 電話エリア内「みなと防災用品カタログコールセンター」 */
.inquiry-item1__text {
  font-family: var(--brand-font);
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 12px;
}

.tel-text {
  color: #000;
  font-family: var(--brand-font);
  font-size: 4rem;
  font-weight: bold;
  /* 看板との間にスペースを入れる */
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  max-width: 346px;
  gap: 0 16px;
  align-items: center;
}
.tel-text a {
  color: #000;
  width: fit-content;
  line-height: 1.2;
  white-space: nowrap;
}
/* フリーダイヤルマーク。SVGの内在サイズで潰れる/はみ出すのを防ぐため
   幅を固定し、img側を100%で追従させる。電話番号と上下中央で揃う */
.tel-icon {
  display: flex;
  align-items: center;
  flex: 0 0 56px;
  width: 56px;
  position: relative;
  top: 4px;          /* 電話番号の字面に合わせて少し下げる */
}
.tel-icon img {
  width: 100%;
  height: auto;
}
.reception-time {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: var(--body-font);
  margin-top: 16px;   /* コールセンター名との間 */
}
/* 「※回線の種類により～」は tpl/html で別段落に分離。ここで上に間隔を足す */
.reception-note {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: var(--body-font);
  margin-top: 12px;
  padding: 0 8px;
}

.inquiry-item2 {
  text-align: center;
  width: 100%;
}
.inquiry-item2__text {
  font-family: var(--brand-font);
  color: var(--color-text);
  font-size: 20px;
  font-size: 2rem;
  margin: 10px 0;
  font-weight: bold;
}

/* 問い合わせフォームのボタン。幅80%・カプセル形状。
   縦幅を広げ、下の「インターネットでの～」との間は詰める */
.mail {
  background: #000;
  width: 80%;
  margin: 28px auto 16px;   /* 看板との間にスペース */
  border-radius: 9999px;
  padding: 16px 0;
  box-sizing: border-box;
  text-align: center;
  border: 3px solid #000;
}
.mail:hover {
  background-color: #FFF;
  color: #000;
}
.send {
  color: #fff;
  font-size: 2rem;
  font-family: var(--brand-font);
  font-weight: bold;
  position: relative;
  display: block;
}
.send:hover {
  color: #000;
}
.send::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23000000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all .3s;
}
.send:hover::after {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.annotation {
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: var(--body-font);
}

.mini-site-map {
  color: var(--color-text);
  /* display: flex;
  justify-content: space-between; */
  /* max-width: 940px; */
  margin: 50px 0;
}

.site-box1 {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--brand-font);
}

.site-box2 {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--brand-font);
}

.box1-sub-item {
  font-weight: bold;
  margin-bottom: 10px;
}
.box1-sub-item a {
  color: #000;
}

.box1-text a {
  color: #000;
}

.box2-sub-item {
  font-weight: bold;
}
.box2-sub-item a {
  color: var(--color-text);
}

.box2-text {
  margin-bottom: 10px;
}
.box2-text a {
  color: var(--color-text);
}

.box3-sub-item {
  font-weight: bold;
}
.box3-sub-item a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .mini-site-map .box3-sub-item {
    font-weight: bold;
    margin: 0;
  }
  /* 静的ページへのテキストリンク（規約／プラポリ／特商法） */
  .box3-sub-item a {
    font-size: 1.4rem;
  }
  #footer {
      background-image: repeating-linear-gradient(
    -45deg,
    var(--color-main) 0,
    var(--color-main) 14px,
    #FFFFFF 14px,
    #FFFFFF 28px
  );
    background-repeat: repeat;
    height: 20px;
  }
}
.box3-text a {
  color: #fff;
}

.box2-sub-item {
  font-weight: bold;
}

.special {
  margin-top: 30px;
  font-weight: bold;
}

.site-box2 {
  font-weight: bold;
}

.box3-sub-item {
  margin-bottom: 10px;
}

#copywriter {
  text-align: center;
  color: #000;
  font-size: 1rem;
  padding-bottom: 30px;
}

.portal-support {
  background: #00D486;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -55px;
  left: 4%;
}

.portal-institution {
  background: #399D26;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -55px;
  left: 4%;
}

.guidance_section {
  text-align: center;
}

.portal-sub-title {
  font-family: var(--brand-font);
  color: var(--color-main);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 34px;
}

.guidance_wrap {
  margin-bottom: 54px;
}

.guidance_text span {
  font-weight: bold;
  color: var(--color-main);
}

.guidance_box {
  display: flex;
  gap: 20px;
  text-align: left;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.guidance_box__item {
  background: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
}
.guidance_box__inner {
  display: flex;
  justify-content: space-between;
}


.item-title {
  background: var(--color-main);
  color: #fff;
  padding: 6px 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin-bottom: 10px;
}

.guidance-text {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-main);
}

.guidance-tel {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  color: var(--color-main);
  display: flex;
  align-items: center;
}

.guidance-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/call_FILL0.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  margin-right: 5px;
}

.guidance-annotation {
  color: var(--color-title);
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.guidance {
  width: 100%;
}

.login-notice {
  max-width: 1008px;
  margin: 30px auto;
}
.login-notice__notice {
  border: 1px solid var(--color-title);
  background: var(--color-sub);
  display: flex;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.login-notice__notice .title {
  color: var(--color-title);
  font-weight: bold;
  padding-right: 10px;
}
.login-notice__notice .text {
  color: var(--color-title);
  font-weight: bold;
}

.login-alarm {
  border: 1px solid #FF0000;
  background: #FFF0F0;
  display: flex;
  border-radius: 6px;
  padding: 10px;
}
.login-alarm .text {
  color: #FF0000;
  font-weight: bold;
}

#about-primary {
  text-align: center;
}

.about__inner .title {
  margin: 60px 0;
}
.about__inner .sub-title {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 36px;
  font-size: 3.6rem;
  color: var(--color-main);
  margin-bottom: 40px;
}

.about-text {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--color-text);
  margin-bottom: 30px;
  line-height: 1.5;
}

.store {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 100px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.about-concept__title {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 36px;
  font-size: 3.6rem;
  color: var(--color-main);
  margin-bottom: 40px;
}
.about-concept .inner {
  padding: 0;
}

.concept-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.concept-box__item {
  width: 490px;
  background: #fff;
  padding: 30px 0;
  border-radius: 8px;
}
.concept-box__item .item-sub-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--brand-font);
  color: var(--color-main);
  margin-bottom: 20px;
}
.concept-box__item p {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--color-text);
  line-height: 1.5;
}
.concept-box__item .span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.about-service {
  margin-bottom: 70px;
}
.about-service .text {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--color-text);
  line-height: 1.5;
}
.about-service__title {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 36px;
  font-size: 3.6rem;
  color: var(--color-main);
  margin-bottom: 40px;
}

.qa__inner {
  max-width: 1008px;
  margin: 0 auto 100px;
}
.qa__inner .sub-title {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 36px;
  font-size: 3.6rem;
  color: var(--color-main);
  margin-bottom: 40px;
}
.qa .wrap {
  border-top: 1px solid #D9D9D9;
}

.qa-box {
  background: #fff;
  text-align: left;
  border-radius: 8px;
  margin-bottom: 20px;
}
.qa-box .images {
  text-align: center;
  padding-bottom: 30px;
}

.qa-inquiry {
  color: var(--color-main);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px;
}

.answer {
  padding: 20px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.about-concept__inner {
  max-width: 1008px;
  margin: 0 auto;
}

.user-guide-inner {
  max-width: 1008px;
  margin: 0 auto;
}

.user-guide-title {
  font-family: var(--brand-font);
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  color: var(--color-title);
  text-align: center;
}

.guide-title-wrap {
  margin: 60px 0;
}

.sub-title-guide {
  font-family: var(--brand-font);
  font-weight: bold;
  font-size: 31px;
  font-size: 3.1rem;
  margin-bottom: 20px;
  color: var(--color-title);
}

.user-guide-text {
  color: var(--color-text);
}

.user-guide-about {
  margin-bottom: 50px;
}

.sub-title-pplication {
  font-family: var(--brand-font);
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  color: var(--color-title);
}

.sub-title-deadline {
  font-family: var(--brand-font);
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  color: var(--color-title);
}

.sub-title-voucher {
  font-family: var(--brand-font);
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--color-title);
}

.user-guide-chart {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.user-guide-list {
  counter-reset: number;
  margin-bottom: 30px;
}

.user-guide-chart::before {
  content: counter(number);
  counter-increment: number;
  padding: 0 9px;
  color: #fff;
  z-index: 10;
  position: relative;
  font-weight: bold;
  border-radius: 50%;
  background: var(--color-text);
}

.chart-text {
  margin-left: 10px;
}

.user-guide-chart:nth-child(3) {
  align-items: start;
}

.user-guide-chart:nth-child(3):after {
  top: 24%;
}

.user-guide-note {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-text);
}

.user-guide-pplication {
  margin-bottom: 50px;
}

.deadline-chart {
  display: flex;
}

.deadline-chart::before {
  content: "●";
  width: 20px;
  height: 20px;
  color: #000;
}

.user-guide-deadline {
  margin-bottom: 40px;
}

.user-guide-voucher {
  margin-bottom: 50px;
}

.publish-chart {
  display: flex;
}

.publish-chart::before {
  content: "●";
  width: 20px;
  height: 20px;
  color: #000;
}

.user-guide-publish {
  margin-bottom: 50px;
}

.content-about {
  margin-bottom: 20px;
}

.content-about-chart {
  display: flex;
}

.content-about-chart::before {
  content: "●";
  width: 20px;
  height: 20px;
  color: #000;
}

.user-guide-merchandise {
  margin-bottom: 50px;
}

.returns-list {
  display: flex;
}

.returns-list::before {
  content: "●";
  width: 20px;
  height: 20px;
  color: #000;
}

.user-guide-returns {
  margin-bottom: 50px;
}

.user-guide-alert {
  margin-bottom: 50px;
}

.user-faq-question::before {
  content: "Q";
  padding: 0 8px;
  color: #fff;
  z-index: 10;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  font-family: var(--brand-font);
  font-weight: bold;
  border-radius: 50%;
  background: var(--color-title);
  line-height: 1.5;
}

.user-faq-question {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.question-text {
  margin-left: 10px;
}

.user-faq-answer::before {
  content: "A";
  color: var(--color-text);
  z-index: 10;
  position: relative;
  font-weight: bold;
  font-family: var(--brand-font);
  margin-top: -6px;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 50%;
  background: var(--color-sub);
  line-height: 1.5;
  width: 3rem;
  text-align: center;
}

.user-faq-answer {
  position: relative;
  display: flex;
  align-items: first baseline;
  margin-bottom: 20px;
  margin-left: 35px;
}

.answer-text {
  margin-left: 10px;
  width: 100%;
}

.user-guide-faq {
  margin-bottom: 100px;
}

.deadline-text {
  padding-left: 5px;
}

.publish-text {
  padding-left: 5px;
}

.content-about-text {
  padding-left: 5px;
}

.returns-text {
  padding-left: 5px;
}

#user-guide {
  color: var(--color-text);
}

.user-faq-answer:nth-child(8)::after {
  top: 20%;
}

#privacy-policy {
  color: var(--color-text);
  max-width: 1008px;
  margin: 0 auto;
}

.privacy {
  margin: 60px 0 100px;
}
.privacy__title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: var(--brand-font);
  color: var(--color-title);
  font-weight: bold;
}

.privacy-section {
  margin-bottom: 60px;
}

.protection-policy {
  margin-bottom: 40px;
}
.protection-policy__title {
  font-size: 31px;
  font-size: 3.1rem;
  font-family: var(--brand-font);
  color: var(--color-title);
  font-weight: bold;
  margin-bottom: 20px;
}
.protection-policy__section {
  margin-bottom: 40px;
}
.protection-policy__section > p{
  font-family: var(--body-font);
}
.protection-policy__wrap {
  margin-bottom: 20px;
}
.protection-policy__sub-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: var(--brand-font);
  color: var(--color-title);
  font-weight: bold;
  margin-bottom: 20px;
}

.protection-policy__wrap,
.section-privacy__text {
  margin-bottom: 20px;
  font-family: var(--body-font);
}
.section-privacy__text > a.link{
  color: #3649FF;
  text-decoration: underline;
}
.section-first__title {
  font-size: 20px;
  font-size: 2rem;
  font-family: var(--brand-font);
  color: var(--color-title);
  font-weight: bold;
  margin-bottom: 20px;
}

.search-form-009 {
  width: 100%;
  max-width: 480px;
  position: relative;
  margin: 24px auto 0;
}

.searchBox {
  border: 2px solid var(--color-main);
  padding: 15px;
  outline: none;
  width: 100%;
  border-radius: 10px;
}

input::-webkit-input-placeholder {
  font-weight: bold;
}

input:-moz-placeholder {
  font-weight: bold;
}

input::-moz-placeholder {
  font-weight: bold;
}

input:-ms-input-placeholder {
  font-weight: bold;
}

.privacy-inquiry__box {
  border: 1px solid var(--color-title);
  border-radius: 10px;
  max-width: 500px;
  margin: 50px auto;
  text-align: center;
  padding: 30px;
  background: #fff;
}
.privacy-inquiry__title {
  font-size: 20px;
  font-size: 2rem;
  font-family: var(--brand-font);
  color: var(--color-title);
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-inquiry__tel {
  font-size: 31px;
  font-size: 3.1rem;
  font-family: var(--brand-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-inquiry__tel a {
  color: var(--color-title);
  text-decoration: underline;
}

.secondary-privacy-list {
  margin-bottom: 20px;
}

/*タブのスタイル*/
.tab_item {
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: var(--color-title);
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 20px;
  border: 1px dashed;
  border-radius: 100px;
  padding: 0 40px;
  font-family: var(--brand-font);
}
/* .tabs.login-tabs .tab_item:nth-child(1),
.tabs.login-tabs .tab_item:nth-child(3) {
    border-right: none;
} */
/* .tabs.login-tabs .tab_item:nth-child(1),
.tabs.login-tabs .tab_item:nth-child(2) {
    border-bottom: none;
} */
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 50px 0;
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 8px;
  font-family: var(--brand-font);
}

/*選択されているタブのスタイルを変える*/
.tab_item.tab_item_active {
  background-color: var(--color-title);
  color: #fff;
  border-radius: 100px;
  border: none;
}

.ly_siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/********************/
/* ボタンのスタイル */
/********************/
.bl_sizeBtn_wrap {
  display: inline-flex;
  align-items: flex-end;
  font-weight: 500;
  align-items: center;
  margin-right: 20px;
}

.bl_sizeBtn_wrap > span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.bl_sizeBtn_wrap > * + * {
  margin-left: 10px;
}

.bl_sizeBtn {
  color: var(--color-text);
  padding: 0 5px;
  border: 1px solid var(--color-text);
  background: none;
}

.bl_sizeBtn:first-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: var(--brand-font);
  width: 40px;
  height: 40px;
  line-height: 1;
}

.bl_sizeBtn:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: var(--brand-font);
  width: 40px;
  height: 40px;
  line-height: 1;
}

.bl_sizeBtn:nth-of-type(3) {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: var(--brand-font);
  width: 40px;
  height: 40px;
  line-height: 1;
}

/* 選択したボタンのスタイル */
.bl_sizeBtn.is_active {
  background-color: var(--color-text);
  color: #fff;
  padding-top: 2px;
  padding-bottom: 1px;
  font-family: var(--brand-font);
  width: 40px;
  height: 40px;
  line-height: 1;
}

/****************************/
/* ボタンのスタイルここまで */
/****************************/
.bl_sampleList {
  margin-top: 1em;
}

.bl_sampleList li {
  line-height: 1.7;
}

.bl_sampleList span {
  font-weight: 700;
  padding: 0 0.3em;
}

@media (hover: hover) and (pointer: fine) {
  .bl_headerList a:hover {
    color: #246a92;
  }
  .bl_sizeBtn:hover {
    opacity: 0.8;
  }
}

.nav {
  width: min(88%, 550px);
  background: var(--color-main);
  padding: 180px 0 60px;
  display: block;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  height: 100%;
  right: -100%;
  transition: right 0.5s;
  z-index: 999;
  overflow-y: auto;
}

.login .nav {
  top: 43px;
  /* top: 55px; */
}
.nav__list--bg:hover:after {
  right: 10px;
  transition: all .3s;
}
.nav .nav__list {
  list-style: none;
  text-align: left;
  font-size: 2.2rem;
  margin-bottom: 30px;
  display: block;
}

.nav__list a {
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.nav {
  display: block;
}

/* [未使用] 対応する要素を tpl/html から削除済み */
.utility_navigation_icon {
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 55px;
  height: 55px;
  border: 5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-radius: 5px;
  box-sizing: border-box;
  transform: scaleY(0.5) rotate(-45deg);
}

/* 枠の高さは .bl_loginBtn_box img と揃えること（現在35px） */
.utility_navigation_button {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto;
}


.utility_navigation_button span {
  right: 0;
  left: 0;
  /* width: 20px; */
  width: 100%;
  display: inline-block;
  position: absolute;
  /* height: 2px; */
  height: 3px;
  margin: auto;
  transition: all 0.4s;
  background: #000;
  border-radius: 5px;
}

.utility_navigation_button span:first-of-type {
  top: 6px;
}

.utility_navigation_button span:nth-of-type(2) {
  top: 16px;
}

.utility_navigation_button span:last-of-type {
  top: 26px;
}

/* ハンバーガー。.bl_loginBtn と同じ gap / font-size を使うこと（位置が揃う） */
.utility_navigation_humberger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px 0;          /* .bl_loginBtn と同値 */
}
.utility_navigation_humberger--text {
  color: #000;
  font-size: 1.5rem;    /* .bl_loginBtn--text と同値 */
  font-weight: bold;
  font-family: var(--brand-font);
  padding-top: 0;
  display: block;
  white-space: nowrap;
}

.utility_navigation_humberger.button_open {
	position: relative;
	z-index: 1000;
}
.button_open  .utility_navigation_icon {
  border-color: #000;
}
/* ×印は中央線(top:16px)の位置で交差させる */
.button_open .utility_navigation_button span:first-of-type {
  transform: rotate(-45deg);
  top: 16px;
}

.button_open .utility_navigation_button span:nth-of-type(2) {
  opacity: 0;
}

.button_open .utility_navigation_button span:last-of-type {
  transform: rotate(45deg);
  top: 16px;
}

.button_open .utility_navigation_button span {
  background: #000;
}

.view_menu {
  right: 0;
}

html.no-scroll,
html.no-scroll {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  .question-top {
    background-position: center;
  }
}
@media screen and (max-width: 1240px) {
  .main-character {
    right: -4%;
  }
  .mv-top {
    overflow: hidden;
  }
  .btn-wrap {
    position: relative;
    z-index: 99;
  }
}
@media screen and (max-width: 1024px) {
  .main-character {
    right: -6%;
  }
  .consultation {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block !important;
  }
 .header_inner--list{
  display: none;
 }
 .bl_langBtn_box {
  /* width: 50px; */
  position: relative;
 }
 .utility_navigation {
  margin-right: 15px;
  margin-left: 5px;
}

 .utility_navigation_icon {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  transform: scaleY(0.6) rotate(-45deg);
}

/* SP：枠の高さは .bl_loginBtn_box img（26px）に合わせる。
   線は26px枠の中央に配置（中央=13px） */
.utility_navigation_button {
  margin-top: 0;
  width: 30px;
  height: 26px;
}


.utility_navigation_button span {
  right: 0;
  left: 0;
}

.utility_navigation_button span:first-of-type {
  top: 4px;
}

.utility_navigation_button span:nth-of-type(2) {
  top: 12px;
}

.utility_navigation_button span:last-of-type {
  top: 20px;
}

/* SP：×印も中央線(top:12px)で交差させる */
.button_open .utility_navigation_button span:first-of-type,
.button_open .utility_navigation_button span:last-of-type {
  top: 12px;
}

/* SP：ハンバーガーも .bl_loginBtn と同じ間隔・文字サイズに揃える */
.utility_navigation_humberger {
  gap: 5px 0;
  padding-top: 5px;
}
.utility_navigation_humberger .utility_navigation_humberger--text {
  font-size: 11px;
}
.nav {
	padding-top: 110px;
}

.login .nav {
  top: 33px;
}
  .mv-top {
    background-image: url(../img/sp/mv-sp.png);
    background-position: top left 100px;
    background-size: contain;
    margin-bottom: 50px;
    overflow: initial;
    background-repeat: no-repeat;
  }
  .mv-top__inner {
    /* background: rgba(255, 255, 255, 0.8); */
    width: 90%;
    margin: 0 auto;
    border-radius: 8px;
    padding-top: 50px;
  }
  .explanation {
    font-size: 20px;
    margin: 0 auto;
  }
  .explanation._center {
    /* display: none; */
    margin: 40px auto 0;
  }
  .main-character {
    display: none;
  }
  .main-character-sp {
    position: absolute;
    top: -4%;
	display: block;
}
  .title-box {
    padding-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .title {
    font-size: 20px;
    font-size: 2rem;
  }
  .btn-wrap {
    display: block;
    margin: 30px auto;
  }
  .btn-first {
    margin: 0 auto;
    font-size: 2.4rem;
    padding: 12px 50px 12px 20px;
    width: 93%;
    white-space: initial;
  }
  .btn-login {
    margin: 0 auto;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 12px 20px;
    width: 84%;
  }
  .btn-margin {
    margin-bottom: 20px;
  }
  .top-explanation {
    padding-bottom: 30px;
    position: static;
    width: 92%;
    margin: 0 auto;
  }
  .top-others {
    background: none;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid;
    border-radius: initial;
    box-shadow: none;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1;
  }
  #news {
    width: 90%;
    padding: 0;
    box-shadow: none;
    margin: 50px auto 0;
  }
  .news-title {
    justify-content: center;
    margin-bottom: 30px;
    /* font-size: 28px;
    font-size: 2.8rem; */
    width: 24%;
    padding-top: 0;
  }
  .news-title .news-icon {
    width: 50%;
    margin: 0 auto;
  }
  .news-title__text {
    font-size: 1.3rem;
  }
  .news-title::after {
    background-image: url(../img/sp/notice.png);
    background-size: contain;
    margin-top: 8px;
  }
  .news-time {
    margin-bottom: 10px;
  }
  .news-sub-title {
    font-size: 17px;
    font-size: 1.7rem;
    border-bottom: none;
    margin-bottom: 15px;
  }
  .underline {
    border-bottom: 1px solid var(--color-main);
  }
  .news-text {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 0;
  }
  .top-gallery__inner {
    padding: 30px 0;
  }
  .gallery-sub-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .top-gallery__wrap {
    margin-bottom: 30px;
	padding: 0 5%;
  }
  .gallery-photo {
    width: 90%;
    margin: 0 auto;
  }
  .photograph {
    width: 47%;
  }
  .child-sub-title {
    margin-top: 0;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .child-rearing {
    margin-top: 40px;
  }
  .child-text {
    width: 86%;
    margin: 0 auto;
    text-align: left;
  }
  .region {
    display: block;
  }
  .region__text {
    font-size: 14px;
    font-size: 1.4rem;
    justify-content: center;
  }
  .select-wrap:after {
    right: 34%;
    top: 36%;
  }
  .tabs {
    width: 90%;
    margin-top: 20px;
  }
  .tabs input:checked + .tab_item {
    border-radius: initial;
    width: 49.5%;
    margin-right: -4px;
    padding-top: 1px;
  }
  .tab_item {
    border-radius: initial;
    width: 48%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    padding: 0;
    border: 1px solid;
    box-sizing: border-box;
    height: auto;
    min-height: 50px;
    line-height: 1.4;
    font-size: .8em;
  }
  .tab_content {
    padding: 20px 0 0;
  }
  .item-link {
    display: flex;
    width: 100%;
  }
  .portal-category {
    position: static;
  }
  .portal-category2 {
    position: static;
    margin-top: 10px;
  }
  .portal-category3 {
    position: static;
    margin-top: 10px;
  }
  .portal-category4 {
    position: static;
    margin-top: 10px;
  }
  .portal-category5 {
    position: static;
    margin-top: 10px;
  }
  .portal-category6 {
    position: static;
    margin-top: 10px;
  }
  .portal-support {
    position: static;
    margin-top: 10px;
  }
  .portal-institution {
    position: static;
    margin-top: 10px;
  }
  .portal-item__box {
    width: 95%;
    margin: 0 8px;
  }
  .upper-row-text {
    margin: 10px 0 70px;
  }
  .lower-row-text {
    margin: 0;
    font-size: 10px;
    font-size: 1rem;
    align-items: end;
    justify-content: end;
    text-align: left;
  }
  .lower-row-text::after {
    margin-left: 6px;
  }
  .middle-row-text {
    margin: 10px 0 40px;
  }
  .connection__sub-title::after {
    display: none;
  }
  .connection {
    margin: 0 auto 50px;
  }
  .connection__sub-title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: 0;
  }
  .connection-box {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .question-top {
    background-position: top;
    padding-bottom: 50px;
    background-image: url(../img/bg.png_sp.png);
    background-size: cover;
  }
  .question-top__sub-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .question-top__sub-title::after {
    background-image: url(../img/sp/question_icon_sp.png);
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .accordion-area__span {
    border-bottom: 1px solid;
    display: block;
  }
  .accordion-area__list {
    border-radius: 10px;
    padding: 10px 0;
  }
  .accordion-area__title::after {
    right: 10px;
    top: 30px;
  }
  .accordion-area__title::before {
    right: 10px;
    top: 30px;
  }
  .accordion-area__list:nth-child(2) .accordion-area__title::before {
    top: 20px;
  }
  .accordion-area__list:nth-child(2) .accordion-area__title::after {
    top: 20px;
  }
  .accordion-area__list:nth-child(3) .accordion-area__title::before {
    top: 20px;
  }
  .accordion-area__list:nth-child(3) .accordion-area__title::after {
    top: 20px;
  }
  .faq-about-application .accordion-area__list:nth-child(1) .accordion-area__title::before {
    top: 20px;
  }
  .faq-about-application .accordion-area__list:nth-child(1) .accordion-area__title::after {
    top: 20px;
  }
  .faq-about-application .accordion-area__list:nth-child(2) .accordion-area__title::before {
    top: 20px;
  }
  .faq-about-application .accordion-area__list:nth-child(2) .accordion-area__title::after {
    top: 20px;
  }
  .faq-about-application .accordion-area__list:nth-child(3) .accordion-area__title::before {
    top: 20px;
  }
  .faq-about-application .accordion-area__list:nth-child(3) .accordion-area__title::after {
    top: 20px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(1) .accordion-area__title::before {
    top: 30px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(1) .accordion-area__title::after {
    top: 30px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(2) .accordion-area__title::before {
    top: 20px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(2) .accordion-area__title::after {
    top: 20px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(3) .accordion-area__title::before {
    top: 20px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(3) .accordion-area__title::after {
    top: 20px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(4) .accordion-area__title::before {
    top: 30px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(4) .accordion-area__title::after {
    top: 30px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(5) .accordion-area__title::before {
    top: 30px;
  }
  .faq-about-delivery .accordion-area__list:nth-child(5) .accordion-area__title::after {
    top: 30px;
  }
  .faq-the-product .accordion-area__list:nth-child(3) .accordion-area__title::after {
    top: 20px;
  }
  .faq-the-product .accordion-area__list:nth-child(3) .accordion-area__title::before {
    top: 20px;
  }
  .accordion-area-span {
    border-bottom: none;
  }
  .question {
    border-bottom: none;
    width: 94.5%;
    /* width: 85%; */
  }
  #container {
    width: 90%;
    margin: 0 auto;
  }
  
  .nav-accordion #container {
    margin: 0 ;
  }
  
  .nav-accordion .line {
    text-align: left;
  }
  
  .see-more {
    width: 95%;
  }
  .see-more__span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .see-more__span::before {
    margin-top: 5px;
  }
  .top-thanks__wrap {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .thanks-btn {
    display: block;
    padding-bottom: 40px;
  }
  .thanks-btn .first-btn {
    margin: 0 auto 20px;
  }
  .thanks-btn .login-btn {
    margin: 0 auto;
  }
  /* コールセンター名 */
  .inquiry__sub-title {
    font-size: 2rem;
    padding: 20px 0;
  }
  .btn-sp {
    display: flex;
    justify-content: space-between;
  }
  .btn-sp__tel {
    /* background: #fff; */
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    text-align: center;
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--color-text);
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
  .btn-sp__tel::before {
    content: "";
    background-image: url(../img/sp/sp-tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    /* display: flex;
    margin-right: 5px; */
  }
  .btn-sp__mail {
    /* background: #fff; */
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    text-align: center;
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--color-text);
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
  .btn-sp__mail::before {
    content: "";
    background-image: url(../img/sp/sp-mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 18px;
    display: flex;
    margin-right: 5px;
  }
  .inquiry {
    padding-top: 30px;
  }
  .inquiry__inner {
    background: none;
    /* width: 95%; */
    width: 100%;
    margin: 0 auto;
  }
  /* 最下部リンク：全角スペース区切りの中央寄せ1続き */
  .mini-site-map {
    display: block;
    text-align: center;
    width: 90%;
    margin: 40px auto 0;
    font-size: 1.4rem;
    line-height: 2;
  }
  .site-box1,
  .site-box2 {
    display: inline;
    margin: 0;
    padding: 0;
  }
  .box1-item,
  .box3-item,
  .box2-item {
    display: inline;
    margin: 0;
    width: auto;
  }
  .box1-sub-item,
  .box1-text,
  .box3-sub-item {
    display: inline;
    margin: 0;
    white-space: nowrap;   /* テキスト途中で切れないようにする */
  }
  /* 項目間の区切り（全角スペース）。1つ目の前には入れない */
  .box1-item + .box1-item::before,
  .box3-item::before {
    content: "\3000";
  }
  /* コピーライト。テキストリンクとの間を大きく空ける */
  #copywriter {
    clear: both;
    font-size: 1rem;
    font-weight: normal;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .special {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .consultation {
    top: initial;
    bottom: 5%;
    right: 5%;
    width: auto;
  }
  .consultation__text {
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tab_content {
    overflow: initial;
  }
  .guidance_box {
    display: block;
  }
  .guidance_box__inner {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .guidance_box__inner .div {
    margin-bottom: 10px;
	width: 100%;
  }
  .guidance_box__item {
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 0;
  }
  .guidance-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .guidance-tel {
    justify-content: center;
    font-size: 30px;
    font-size: 3rem;
  }
  .item-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    width: 90%;
    text-align: left;
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content,
  #guidance:checked ~ #guidance_content {
    width: 97%;
    margin: 0 auto;
  }
  .background-color {
    padding: 0;
    margin-top: 0;
  }
  .news-wrap {
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .accordion-sub-title {
    margin-left: 0;
  }
  .box1-sub-item {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .box2-sub-item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .special-sub-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .login-notice {
    width: 95%;
    background-image: url(../img/__bg_wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
  }
  #about-primary {
    width: 90%;
    margin: 0 auto;
  }
  .about {
    padding-top: 70px;
  }
  .about__inner .sub-title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .about-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .about-concept__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .concept-box__item p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .concept-box__item .span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .about-service__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .about-service .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .qa__inner .sub-title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .answer {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
  }
  .qa-box .images {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .about__inner .title {
    margin: 40px 0;
    width: 100%;
  }
  .about-icon {
    width: 100%;
  }
  .store {
    width: 100%;
    padding-bottom: 30px;
  }
  .concept-box__item {
    padding: 10px 0;
    width: 100%;
  }
  .concept-box__item .item-sub-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .concept-box {
    margin-bottom: 40px;
  }
  .about-service {
    margin-bottom: 20px;
  }
  .qa-inquiry {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
  .qa__inner {
    margin: 0 auto 50px;
  }
  #main-faq {
    width: 90%;
    margin: 0 auto;
  }

  #main-faq .faq .utility {
    display: block;
    padding: 0;
    margin: 0 0 20px;
  }
  /* ＋ボタン（30px・right:0固定）に文字が接触しないよう右側に余白を確保 */
  #main-faq .accordion-area__title {
    padding-right: 46px;
  }
  /* .question の幅は answer_box と統一すること */
  #main-faq .question {
    width: 100%;
  }
  #main-faq #search {
    display: block;
    width: 100%;
  }
  #main-faq #search .search_input {
    margin: 0;
    padding: 10px;
  }
  #main-faq #search .search-magnifier {
    top: 10px;
  }
  .faq-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  .about-faq__inner {
    display: block;
  }
  .about-side-menu {
    display: none;
  }
  .about-group .sub-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .about-group {
    width: 100%;
  }
  .about-faq #container {
    width: 100%;
    margin-bottom: 30px;
  }
  .accordion-area {
    text-align: left;
  }
  .about-group .accordion-area__title {
    width: 100%;
  }
  .list {
    margin-bottom: 30px;
  }
  .main-character2 {
    display: none;
  }
  .guide-title-wrap {
    margin: 60px 0 20px;
  }
  .user-guide-title {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .user-guide-inner {
    width: 90%;
  }
  .sub-title-guide {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .user-guide-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sub-title-pplication,
  .sub-title-deadline,
  .sub-title-voucher {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .chart-text {
    font-size: 14px;
    font-size: 1.4rem;
    width: 86%;
    margin: 0 auto;
  }
  .user-guide-chart::after {
    font-size: 16px;
    font-size: 1.6rem;
    top: 30%;
    left: 3px;
  }
  .user-guide-chart::before {
    margin-top: -14px;
    padding: 0 7px;
  }
  .user-guide-chart:nth-child(3)::before {
    margin-top: 4px;
  }
  .user-guide-chart:nth-child(5)::before {
    margin-top: -24px;
  }
  .user-guide-note {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .deadline-text {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-left: 5px;
    flex: 1;
    margin: 0;
  }
  .voucher-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .publish-text {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-left: 5px;
    flex: 1;
    margin: 0;
  }
  .content-about p:nth-child(1) {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .content-about p:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content-about-text {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-left: 5px;
    flex: 1;
    margin: 0;
  }
  .returns-text {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-left: 5px;
    flex: 1;
    margin: 0;
  }
  .alert-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .question-text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
    width: 86%;
    padding-top: 12px;
  }
  .answer-text {
    font-size: 14px;
    font-size: 1.4rem;
    width: 86%;
    margin: 0 auto;
    padding-top: 10px;
  }
  .user-faq-question::after {
    left: 0;
  }
  .user-faq-question::before {
    padding: 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .user-faq-answer {
    margin-left: 0;
  }
  .user-faq-answer::after {
    left: -1px;
  }
  .user-faq-answer::before {
    padding: 0 6px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 1rem;
  }
  .deadline-chart,
  .publish-chart,
  .content-about-chart,
  .returns-list {
    align-items: flex-start;
  }
  /* ●は本文より小さく、line-heightで1行目の中心に合わせる（本文 font-size 1.4rem / line-height 2） */
  .deadline-chart::before,
  .publish-chart::before,
  .content-about-chart::before,
  .returns-list::before {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 3.5;
    width: 14px;
    height: auto;
    padding-left: 0;
    flex-shrink: 0;
  }
  .privacy {
    width: 90%;
    margin: 0 auto 40px;
  }
  .privacy__title {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .privacy-section {
    margin: 60px 0 20px;
  }
  .section-first__title,
  .protection-policy__sub-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .protection-policy__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #privacy-policy p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .privacy-inquiry__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .privacy-inquiry__box {
    margin: 25px 0;
  }
  #privacy-policy li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #privacy-policy .privacy-inquiry__tel {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .protection-policy__section {
    margin-bottom: 20px;
  }
  .secondary-privacy-list {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .protection-policy {
    margin-bottom: 20px;
  }
  .user-guide-faq {
    margin-bottom: 40px;
  }

  .headerLogoScroll {
    background: #fff !important;
  }
}
@media screen and (max-width: 480px) {
  .mv-top {
    background-position: 0 110px;
    margin-bottom: 30px;
    background-color: #FFFAF7;
    background-repeat: no-repeat;
  }
  input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  input:-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  input::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .btn-sp__tel {
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px;
  }
  .btn-sp__mail {
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px;
  }
  #news {
    transform: translate(0%, -10%);
  }
  .btn-first {
    width: -moz-fit-content;
    width: fit-content;
  }
  .btn-login {
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-others {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-gallery__inner {
    padding: 30px 0;
  }
  .gallery-sub-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .gallery-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .question {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .top-thanks {
    background-size: 100%;
  }
  .mv-top {
    background-position: top left 50px;
    overflow: initial;
  }
  .about-concept__title {
    font-size: 2px;
    font-size: 0.2rem;
  }
  .concept-box__item .item-sub-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .concept-box p__item p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .about__inner .sub-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .about-service__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .qa__inner .sub-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.inner {
  padding: 0 20px;
}

.login-bg .header_bg {
  background-image: url(../img/__bg_wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.header_bg {
  background-image: url(../img/__bg_wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  background-position: bottom;
}

.guestsBar {
  background: var(--color-main);
  position: relative;
  font-size: 26px;
}

.guestsBar__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5px 20px 8px;
}

.leftColumn {
  display: flex;
  align-items: center;
  gap: 0 15px;
  min-width: 0;
}

.rightColumn {
  display: flex;
  align-items: end;
  gap: 0 15px;
  justify-content: flex-end;
  flex: 2;
  flex-shrink: 0;
}

.leftColumn__lang {
  color: var(--color-main);
  background: #FFFFFF;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px 12px;
}
.leftColumn__lang a {
  color: var(--color-main);
}

.leftColumn__text {
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.leftColumn__text a {
  color: var(--color-title);
}

.leftColumn__text a:hover {
  color: var(--color-title);
  opacity: initial;
}

.rightColumn_deadline {
  display: flex;
  align-items: baseline;
  color: var(--color-title);
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}

.rightColumn_deadline::before {
  content: "";
  display: block;
  background-image: url(../img/icon_alert.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px;
  position: relative;
  bottom: -5px;
  margin-right: 4px;
}

.rightColumn_deadline span {
  font-size: 2.3rem;
  font-weight: bold;
  padding-left: 0.5rem;
}

.rightColumn_points {
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}

.rightColumn_points span {
  font-size: 2.3rem;
  font-weight: bold;
  padding-left: 0.5rem;
}
.header_dorpmenu {
  background-color: var(--color-sub);
  color: var(--color-title);
  position: absolute;
  visibility: hidden;
  width: 100%;
  top:88px;
  /* top:132px; */
  left: 0;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
}
/* メニューをhoverした時のスタイル */
.header_inner--list:hover .header_dorpmenu {
  opacity: 1;
  visibility: visible;
}


.header_dorpmenu_inner {
  max-width: 1400px;
  margin:0 auto;
  font-size: 20px;
  padding: 20px 0 50px;
}
.header_dorpmenu_title {
  padding: 0 5px 10px;
  border-bottom: 2px dashed;
  margin-bottom: 20px;
  font-weight: bold;
}
.header_dorpmenu_buttons {
  margin-bottom: 30px;
}
.header_dorpmenu_inner .header_dorpmenu_button {
  color: var(--color-title);
  font-weight: normal;
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid;
  margin: 0 5px 10px 0;
  font-weight: bold;
}
.header_dorpmenu_buttonall {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 600px;
  width: 90%;
  padding: 10px 20px;
  background: var(--color-button);
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 20px;
  margin-top: 50px;
  border: 3px solid #000;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

.header_dorpmenu_buttonall:hover {
  background-color: #FFF;
  color: #000;
}


.header_dorpmenu_buttonall::after {
  content: "";
  background-image: url(../img/arrow-white.png);
  display: block;
  position: absolute;
  right: 24px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border-radius: 24px
}

.header_dorpmenu_buttonall:hover:after {
  right: 15px;
  transition: all .3s;
  background-image: url(../img/arrow-black.png);
  background-repeat: no-repeat;
}
  
.utility {
  padding: 0 20px;
}

.utility_navigation {
  cursor: pointer;
  font-family: var(--brand-font);
  text-align: center;
}


.utility_navigation_item > a {
  color: var(--color-text);
}

.utility_navigation_item > a > p {
  margin-top: 14px;
}

.header_navigation {
  font-family: var(--brand-font);
}

.header_navigation_list {
  display: flex;
  justify-content: center;
  gap: 0 70px;
}

.header_navigation_item {
  text-align: center;
}

.header_navigation_item > a {
  color: var(--color-text);
  font-size: 20px;
  font-weight: bold;
}

#search {
  float: left;
  position: relative;
  width: 410px;
  margin-top: 44px;
  cursor: pointer;
}

#search:hover,
#search input:hover {
  cursor: pointer;
}

.search_input {
  width: 100%;
  border: 2px solid var(--color-title);
  padding: 14px 15px 10px;
  border-radius: 10px;
  outline: none;
}

::-moz-placeholder {
  color: #b9af9c;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

::placeholder {
  color: #b9af9c;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.search-magnifier {
  position: absolute;
  right: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icon_search.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  background-color: initial;
  border: none;
}

.search_input::-webkit-search-cancel-button {
  display: none;
}

.search {
  display: block;
  width: 80%;
  max-width: 410px;
  position: relative;
}
.search .search_input {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .search {
    margin: auto;
  }
}
.sp-utility {
  display: none;
}

/********************/
/* ボタンのスタイル */
/********************/
.guestsBar .bl_sizeBtn_wrap {
  margin-right: 5px;
}

.guestsBar .bl_sizeBtn_wrap .span {
  font-weight: normal;
  color: var(--color-title);
  font-family: var(--brand-font);
}

.gu_sizeBtn {
  color: var(--color-title);
  padding: 0 5px;
  border: 1px solid var(--color-title);
}

.gu_sizeBtn:first-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  background: none;
}

.gu_sizeBtn:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.6rem;
}

.gu_sizeBtn:nth-of-type(3) {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 4px;
  padding-bottom: 3px;
  background: none;
}

/* 選択したボタンのスタイル */
.gu_sizeBtn.is_active {
  background: var(--color-title);
  color: #fff;
  padding-top: 2px;
  padding-bottom: 1px;
}

/****************************/
/* ボタンのスタイルここまで */
/****************************/
@media screen and (max-width: 1330px) {
  .leftColumn {
    font-size: 12px;
    font-size: 1.2rem;
    gap: 0 10px;
  }
  .leftColumn__lang {
    padding: 6px 8px;
  }

  #search {
    width: 260px;
  }
  .header_navigation_list {
    gap: 0 55px;
  }
  .header_navigation_item > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .utility_navigation_item {
    min-width: 55px;
    position: relative;
  }
  .utility_navigation_item > a{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .utility_navigation_list {
    gap: 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .header_bg {
    padding-bottom: 0;
    position: fixed;
    z-index: 99;
    top: 0;
  }
.guestsBar__inner {
  padding: 0;
}

  .login .guestsBar__inner {
    padding: 5px 10px;
  }
  .leftColumn {
    display: none;
  }
  .header_navigation {
    display: none;
  }
  .rightColumn {
    justify-content: center;
    margin-right: 0;
    gap: 0;
    align-items: baseline;
  }
  .rightColumn_deadline {
    /* 375px:約11px → 767px:上限16px */
    font-size: clamp(1.1rem, 2.95vw, 1.6rem);
    font-weight: bold;
    display: flex;
    color: var(--color-text);
  }
  .rightColumn_deadline::before {
    /* アイコンも文字と同じ比率で拡大 */
    width: clamp(18px, 4.8vw, 26px);
    height: clamp(18px, 4.8vw, 26px);
    margin-right: 5px;
    bottom: -4px;
    flex: 0 0 auto;
  }
  .rightColumn_deadline span {
    font-size: clamp(1.3rem, 3.5vw, 1.9rem);
    font-weight: bold;
    padding-left: 0.3rem;
  }
  .rightColumn_points {
    position: static;
    font-size: clamp(1.1rem, 2.95vw, 1.6rem);
    font-weight: bold;
    padding-left: 5px;
  }
  .rightColumn_points span {
    font-size: clamp(1.3rem, 3.5vw, 1.9rem);
    font-weight: bold;
    padding-left: 0.3rem;
  }
  .utility {
    display: none;
  }
  .sp-utility {
    display: block;
  }
  .sp-utility {
    background: var(--color-main);
    padding: 15px 10px;
  }
  
  .utility_navigation_list {
    gap: 0 12px;
  }
  .utility_navigation_item {
    min-width: 50px;
  }
  .utility_navigation_item > a {
    font-size: 10px;
    font-size: 1rem;
    color: var(--color-title);
  }
  .utility_navigation_item > a > p {
    margin-top: 5px;
  }
  .utility_navigation_logo {
    width: 140px;
    margin-left: 15px;
  }
  #search {
    /* display: none; */
    margin: 0 auto;
  }
  .utility_navigation_item .button span {
    background-color: var(--color-title);
  }
  .utility_navigation_item .buttonopen span {
    background: var(--color-title);
  }
  .utility_navigation_item .button {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 50px;
    right: 20px;
    z-index: 1000;
  }
  .utility_navigation_item .button span {
    height: 3px;
    width: 40px;
    border-radius: 5px;
  }
  .utility_navigation_item .button span:first-of-type {
    top: 15px;
  }
  .utility_navigation_item .button span:nth-of-type(2) {
    top: 27px;
  }
  .utility_navigation_item .button span:last-of-type {
    top: 40px;
  }
  .utility_navigation_item .button.buttonopen span:last-of-type {
    top: 45px;
  }
  .portal-item {
    height: 185px;
  }
  .portal-item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.guidance_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 0;
}

.guidance_list li {
  display: flex;
  gap: 0 20px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .guidance_list li {
    align-items: center;
    flex-direction: column;
  }
  .view_menu_remove {
    display: none;
  }
}
.guidance-tel-small {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-main);
  display: flex;
  align-items: center;
}

.guidance-tel-small::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/call_FILL0.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .tab_item.tab_item_active {
    border-radius: initial;
  }
  .connection-item {
    margin-bottom: 10px;
  }
  .category-box {
    padding: 18px;
  }
  .before-login-header {
    position: fixed;
    z-index: 99;
  }
  .before-login-header .headerNav {
    display: none;
  }
  .before-login-header .button_span {
    background: #fff;
  }
  .before-login-header .button {
    top: 20px;
  }
  .before-login-logo .img-size {
    width: 100px;
  }
 
}
.stt-lang-select.bl {
  bottom: 50px;
  left: 10px;
  border-radius: 5px;
  border: 1px solid;
}

.stt-lang-select {
  position: fixed;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  max-height: 40px;
  z-index: 999999999;
  border: 1px solid #eee;
}

.stt-lang-select,
.stt-lang-select *,
.stt-lang-select :after {
  box-sizing: border-box;
  clip: auto;
  color: #333;
  cursor: pointer;
  direction: 1tr;
  display: block;
  float: none;
  font: 400;
  font-size: 16px;
  font-size: 1.6rem;
  height: auto;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  max-width: none;
  min-height: 0;
  opacity: 1;
  outline: 0;
  padding: 0;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  width: auto;
  word-spacing: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.stt-lang-select.bl .stt-logo {
  left: 9px;
  bottom: 5px;
}

.stt-lang-select .stt-logo {
  display: none;
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 25px;
}

.stt-lang-select .stt-text {
  position: relative;
  padding: 7px 26px 6px 6px;
}

.stt-lang-select .stt-text:after {
  content: "▼";
  display: block;
  position: absolute;
  top: 10px;
  right: 9px;
  font-size: 10px;
  font-size: 1rem;
  color: #999;
}

.stt-lang-select .stt-code {
  display: none;
  padding: 38px 0 6px;
  text-align: center;
}

.stt-lang-select .stt-select {
  display: none;
  padding: 7px 0 7px 16px;
}

.stt-lang-select .stt-select .stt-item {
  position: relative;
  padding: 7px 26px 7px 0;
}

@media screen and (max-width: 768px) {
  .nav-accordion .accordion-sub-title {
    margin-left: 0;
  }
  .nav-accordion .accordion-area__list {
    background: none;
    width: 220px;
  }
  .nav-accordion .question {
    color: var(--color-text);
    font-size: 24px;
    font-size: 2.4rem;
  }
  .nav-accordion .accordion-area__title::before {
    background-color: var(--color-text);
    top: 30px;
  }
  .nav-accordion .accordion-area__title::after {
    background-color: var(--color-text);
    top: 30px;
  }
  .nav-accordion a {
    color: var(--color-text);
  }
  .nav-accordion .accordion-area__title {
    text-align: left;
  }
  .nav-accordion .answer_box {
    text-align: center;
    border-top: none;
  }
}
.leftColumn .select-wrap select {
  border: none;
  color: var(--color-main);
  font-weight: bold;
  border-radius: 5px;
  padding: 8px;
  margin-left: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.leftColumn .select-wrap:after {
  top: 12px;
}
.leftColumn .region {
  margin: 0;
}

.citizen_wrap {
  width: 240px;
  margin: 16px auto 0;
  min-height: 120px;
  
}
.citizen_wrap .citizen {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: -0.4em;
  color: var(--color-main);
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  margin-bottom: 5px;
}
.citizen_wrap .citizen__span {
  background: url(../img/fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  color: #fff;
  right: 103%;
  width: auto;
  padding: 4% 15px;
  font-size: 1.8rem;
}
.citizen_wrap .citizen_img {
  width: 200px;
}
.citizen_wrap__text {
  text-align: center;
  background: var(--color-main);
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 20px;
  width: 70px;
  margin: 10px auto 0;
  padding: 2px 0;
}

@media screen and (max-width: 768px) {
  .utility_navigation .citizen {
    position: relative;
    color: var(--color-main);
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-left: 0;
    margin-bottom: -5px;
    white-space: nowrap;
  }
  .utility_navigation .citizen__span {
    background: url(../img/sp/fukidashi_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    color: #fff;
    padding: 12% 5px;
    font-size: 2.6vw;
    background-position: center;
    top: 0;
    left: 100%;
  }
  .utility_navigation .citizen__sub-title {
    transform: scale(0.7);
    display: block;
    width: 0;
  }
}
#section404 {
  width: 100%;
}

#section404 .s404_wrap {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 60px;
}

@media screen and (max-width: 768px) {
 
  #section404 .s404_wrap {
    padding: 20px 0 40px;
  }
}
#section404 .s404_wrap h2 {
  font-size: 82px;
  font-size: 8.2rem;
  font-family: var(--brand-font);
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 16px;
  line-height: 60px;
}

#section404 .s404_wrap h2 span {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: normal;
}

#section404 .s404_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 20px 0;
}

#section404 .s404_wrap p.btn {
  margin-top: 70px;
}

#section404 .s404_wrap p.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  background: var(--color-button);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
}

#section404 .s404_wrap p.btn a:hover {
  opacity: 0.6;
  transition: 1s;
}

#section404 .icon {
  height: 60px;
  width: 80px;
  display: block;
  position: relative;
  margin: 0 auto 50px;
}

#section404 .icon:before {
  content: "!";
  height: 0px;
  width: 0px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border: transparent solid;
  border-bottom-color: #FFE259;
  border-width: 0px 40px 60px 40px;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 72px;
  text-indent: -6px;
}

#section404 .support_box {
  border: solid 1px var(--color-title);
  position: relative;
  margin-top: 30px;
}

#section404 .support_box h4 {
  background: var(--color-title);
  color: #fff;
  text-align: center;
  padding: 1.2rem;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

#section404 .support_box .support_cnt {
  line-height: 1.5em;
  padding: 10px 50px 30px;
  text-align: center;
  margin-top: 20px;
}

#section404 .support_box .support_cnt .phone {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  /* #section404 .s404_wrap {
    padding: 20px 0 40px;
  } */
  #section404 .s404_wrap h2 {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 40px;
    margin-bottom: 26px;
  }
  #section404 .s404_wrap h2 span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #section404 .s404_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0;
  }
  #section404 .s404_wrap p.btn {
    margin-top: 30px;
  }
  #section404 .s404_wrap .pc_only {
    display: none !important;
  }
  #section404 .support_box .support_cnt {
    padding: 0 20px 10px;
  }
  #section404 .support_box .support_cnt .phone {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-navitem {
  border-radius: 5px;
  padding: 4px;
  margin-left: 0;
  background: #fff;
}

.material-icons-outlined {
  color: var(--color-title);
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.gifi-table {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}

.gifi-table tr th {
  font-weight: bold;
  width: 180px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  color: #333;
  background-color: #f0f0f0;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.gifi-table tr td {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
  font-weight: bold;
  background: #fff;
}
.gifi-table .att {
  padding-left: 1em;
  text-indent: -1em;
}

.gifu-form_info {
  display: none;
}

@media screen and (max-width: 768px) {
  .gifi-table {
    display: none;
  }
  .gifu-form_info {
    display: block;
    width: 100%;
    margin: 10px 0 15px 0;
    padding: 0;
    border-bottom: #999 solid 1px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .gifu-form_info dt {
    font-weight: bold;
    padding: 10px 10px 0;
  }
  .gifu-form_info dd {
    padding: 0 10px 10px;
    border-bottom: #CCC solid 1px;
  }
}
.sc_nothing_box_cnt .formbtn {
  margin: 20px 0 0 0;
}

.sc_nothing_box_cnt .formbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 50px;
  border-radius: 25px;
  background: var(--color-button);
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  margin: 0 auto;
}

.sc_nothing_box_cnt .formbtn a:hover {
  opacity: 0.6;
  transition: 1s;
}

.sc_nothing_box {
  /* faq.js側のshow/hideで表示制御。ここでのdisplay:noneはjQueryが上書きするデフォルト値 */
  display: none;
  border: dashed 2px var(--color-title);
  margin: auto;
  width: 90%;
  max-width: 1000px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .sc_nothing_box {
    margin: 20px auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .sc_nothing_box_cnt .formbtn a {
    width: 100%;
  }
}
.question-btn {
  text-align: center;
  background: #AAB351;
  width: 250px;
  padding: 10px 0;
  margin: 0 auto 50px;
  border-radius: 100px;
}
.question-btn__link {
  color: #fff;
  font-family: var(--brand-font);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sc_nothing_box_cnt .formbtn a {
    width: 100%;
  }
  .question-btn {
    margin: 0 auto 30px;
  }
}
#abouts-container {
  width: 960px;
  margin: 20px auto;
  padding-bottom: 15px;
}

#main_column.colnum1 {
  width: 100%;
  margin: 0 auto;
}

#undercolumn {
  padding: 40px 50px 45px;
  color: #000;
  margin-bottom: 50px;
}

#undercolumn .title {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 31px;
  font-size: 3.1rem;
  color: var(--color-text);
}

#undercolumn table {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  width: 100%;
}

#undercolumn table tr th {
  width: 180px;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 10px;
  text-align: left;
}

#undercolumn table tr td {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #undercolumn {
    padding: 0;
    color: #000;
    width: 100%;
    margin: 210px auto 50px;
    border-bottom: #999 solid 1px;
  }
  h2.title {
    color: #000;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 45px;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0 10px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #undercolumn .title {
    border-bottom: none;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0;
  }
  dl.form_info {
    margin: 0 auto 0;
    padding: 0;
    position: relative;
  }
  dl.form_info dt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 20px 0;
  }
  dl.form_info dd {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px 10px;
    border-bottom: #CCC solid 1px;
  }
  dl.form_info dd:last-child {
    border-bottom: none;
  }
  .site-box2 {
    justify-content: start;
    gap: 24px;
  }
}
#privacy_detail-container {
  width: 960px;
  margin: 20px auto;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

div#undercolumn_entry {
  width: 100%;
}

div#complete_area .message,
div#undercolumn_entry .message {
  margin-bottom: 20px;
  line-height: 150%;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #privacy_detail-container {
    width: 90%;
  }
  #privacy_detail-container #undercolumn {
    border-bottom: none;
  }
}
.privacy-list__flex .flex-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
.privacy-list__flex .flex-wrap__inner {
  width: 50%;
}

.table-body {
  text-align: left;
}
.table-body th,
.table-body td {
  width: 32%;
  padding: 4px 0;
}

.table-title {
  border-bottom: 2px solid #999;
}

.table-underline {
  border-bottom: 1px solid #ccc;
}

.table-sub-title {
  margin: 2rem 0;
  color: var(--color-title);
  font-weight: bold;
  padding: 4px 0;
}

.privacy-policy-table {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}

.responsive-table {
  overflow-x: auto;
}

.box2-item {
  font-weight: bold;
}

.special-sub-item a {
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .responsive-table {
    display: block;
  }
  .privacy-policy-table {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .table-body a {
    word-break: break-all;
    padding: 0 4px;
  }
  .box2-text a {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .special-sub-item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .special-sub-item a {
    color: #fff;
    font-weight: bold;
  }
}
@media screen and (max-width: 380px) {
  .inquiry__inner {
    width: 98%;
  }
  .utility_navigation_list {
    gap: 0 8px;
  }
  .utility_navigation_logo {
    margin-left: 0;
  }
}
.privacy .mail {
  margin-top: 80px;
  text-align: center;
}

.contact-address-btn {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .privacy .mail {
    margin-top: 30px;
    text-align: center;
  }
  .contact-address-btn {
    margin-top: 20px;
    line-height: 1;
  }
  .mv-box {
    display: none;
  }
  .flex-wrap {
    display: block;
  }
  p.rightColumn_deadline a {
      /* color: var(--color-main); */
  }
  .top-explanation__bgimage {
    position: static;
  }
}/*# sourceMappingURL=style.css.map */
.kotoka .p-gihu__top--title {
  color: var(--color-text);
}
.kotoka {
  margin-bottom: 68px;
}
.k-section01 {
  margin-bottom: 80px;
}
.k-section01__title {
  color: var(--color-text);
  font-weight: bold;
  font-size: 3.1rem;
  font-family: var(--brand-font);
  margin-bottom: 34px;
}
.k-section01__text {
  margin-bottom: 40px;
}
.k-section01__box {
  margin-bottom: 40px;
}
.k-section01__img {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin-bottom: 37px;
}
.k-section01__app--text {
  margin-bottom: 24px;
}
.k-section01__app--img {
  display: flex;
}
.k-section02__title {
  color: var(--color-text);
  font-weight: bold;
  font-size: 3.1rem;
  font-family: var(--brand-font);
  margin-bottom: 34px;
}
.k-section02__sub-title {
  color: var(--color-text);
  font-weight: bold;
  font-size: 2rem;
  font-family: var(--brand-font);
  margin-bottom: 24px;
}
.k-section02__text {
  margin-bottom: 30px;
}
.k-section02 {
  margin-bottom: 80px;
}
.k-section03__title {
  color: var(--color-text);
  font-weight: bold;
  font-size: 3.1rem;
  font-family: var(--brand-font);
  margin-bottom: 34px;
}
.k-section03__text--link {
  color: #8A7953;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kotoka {
    margin-bottom: 40px;
  }
  .k-section01__title {
    font-size: clamp(2.2rem, calc(2.4rem + (2.2 - 2.4) * ((100vw - 320px) / (767 - 320))), 2.3rem);
}
.c-kotoka {
  font-size: 1.4rem;
}
.k-section01__text {
  margin-bottom: 20px;
}
.k-section01__box {
  margin-bottom: 20px;
}
.k-section01__img {
  justify-content: left;
}
.k-section01 {
  margin-bottom: 40px;
}
.k-section02__title {
  font-size: clamp(2.2rem, calc(2.4rem + (2.2 - 2.4) * ((100vw - 320px) / (767 - 320))), 2.3rem);
}
.k-section02__text {
  margin-bottom: 20px;
}
.k-section02 {
  margin-bottom: 40px;
}
.k-section03__title {
  font-size: clamp(2.2rem, calc(2.4rem + (2.2 - 2.4) * ((100vw - 320px) / (767 - 320))), 2.3rem);
}
}
.a11y_btn {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
}
.header_inner--box {
  display: flex;
  align-items: center;
  margin-left: 10px;
  width: 30%;
  gap: 0 20px;
  /* width: 40%; */
}
.header_inner--box a {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.bl_langBtn--text {
  color: #FFF;
  font-size: 1.5rem;
  /* font-size: 1.8rem; */
  font-weight: bold;
  padding-top: 0;
  /* padding-top: 5px; */
  display: block;
}
.bl_loginBtn--text {
  color: #000;
  font-size: 1.5rem;
  /* font-size: 1.8rem; */
  font-weight: bold;
  padding-top: 0;
  /* padding-top: 10px; */
  display: block;
  width: 100%;
}
.bl_langBtn,
.bl_loginBtn {
  /* display: block; */
  /* text-align: center; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px 0;
}

@media screen and (max-width: 768px) {
.bl_langBtn,
.bl_loginBtn {
  gap: 5px 0;
  padding-top: 5px;
}
}

/* .bl_cartBtn .bl_loginBtn--text {
padding-top: 3px;
} */


.header_inner--logo {
  /* 旧ロゴは幅105px固定。新ロゴ minato_logo_head.svg は
     viewBox 1168x168.22（横長 約6.94:1）のため高さ基準に変更 */
  display: flex;
  align-items: center;
}
.header_inner--logo img {
  height: 48px;
  width: auto;
  max-width: none;
}
.header_inner--list {
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header_inner--logo {
  }

  .login .bl_loginBtn_box {
    display: flex;
    align-items: center;
    /* width: 60px; */
  }
  .header_inner--box {
    /* width: auto; */
    width: 80px;
    text-align: center;
  }
.bl_loginBtn {
  /* width: 80px; */
  text-align: center;

} 
.bl_loginBtn .bl_loginBtn--text {
  padding-top: 0;
  font-size: 11px;
	/* padding-top: 5px; */
}
.bl_loginBtn img {
  width: 30px;
}

  .bl_loginBtn--text {
    font-size: 14px;
  }
}
.news-item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: dashed 2px;
}
ol.news-list li.news-item:nth-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
.p-register__inner {
  max-width: 1024px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.p-register__wrap {
  /* background-image: url("../img/dotted-line-bg.png");
  background-repeat: no-repeat;
  background-size: cover; */
  border: dashed 2px;
  border-radius: 15px;
  width: 50%;
}
.p-register__title {
  background-image: url("../img/bg1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 32px;
  max-width: 458px;
  margin-left: auto;
  margin-right: auto;
}
.p-register__title--text {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  font-family: var(--brand-font);
  padding: 11px 0;
}
.p-register__title--text p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;

}
.p-register__text {
  text-align: center;
  font-size: 1.6rem;
}
.p-register__text p {
  /* font-family: var(--body-font); */
  font-family: var(--brand-font);
  font-weight: bold;
 }
.p-register__text--pt {
  font-weight: bold;
  color: #FF0000;
}
.p-register__TEXT {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
  font-size: 1.6rem;
}
.p-register__TEXT p {
  font-weight: bold;
  font-family: var(--brand-font);
  /* font-family: var(--body-font); */
}
.button-box {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  text-align: left;
}
.button-box > .p-register__button {
  margin: 30px 0;
}
.button-box > .p-register__BUTTON {
  margin: 30px 0;
}
/* CTA: .p-register__button=初回登録（黄地黒文字） / .p-register__BUTTON=ログイン（黒地白文字） */
.p-register__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  background-color: var(--color-main);
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: var(--brand-font);
  margin: 30px auto;
  padding: 15px 32px 15px 8px;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  border: 3px solid #000;
}
.p-register__button:hover {
  background-color: var(--color-main-light);
  color: #000;
  border-color: #000;
}
.p-register__BUTTON {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  background-color: #000;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: var(--brand-font);
  margin: 30px auto;
  padding: 15px 32px 15px 8px;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  border: 3px solid #000;
}
.p-register__BUTTON:hover {
  background-color: #FFF;
  color: #000;
  border-color: #000;
}

/* 丸囲み矢印。黄ボタン=黒丸に白矢印 / 黒ボタン=白丸に黒矢印 */
.p-register__button::after,
.p-register__BUTTON::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
  transition: all .3s;
}
.p-register__button::after {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.p-register__button:hover::after {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.p-register__BUTTON::after {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23000000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.p-register__BUTTON:hover::after {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.p-register__text--wrap {
  margin-top: 15px;
}
.p-topitem__wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.p-topitem__wrap .p-topitem__title {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 3.8rem;
  margin-bottom: 60px;
  text-align: center;
  margin-top: 100px;
}
.p-topitem__bg {
  width: 100%;
  background-image: url("../img/bg2.png");
  background-repeat: no-repeat;
  background-size: 1024px;
  background-position: center;
}
.p-topitem__bg--text {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 2.2rem;
  padding: 21px 40px;
  width: fit-content;
  box-sizing: border-box;
  text-align: center;
}
.p-topitem__list {
  display: flex;
  justify-content: space-between;
  margin: 32px auto 70px;
}
.p-topitem__list--item {
  width: 310px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 3px solid #000;
}
.p-topitem__list--item:hover {
  background-color: var(--color-main);
  border-radius: 20px;
  transition: all .3s;
}
.p-topitem__list--link {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 2.2rem;
  padding: 10px 55px 10px 20px;
  /* padding: 10px 20px; */
  position: relative;
  color: #000;
  display: block;
  box-sizing: border-box;
}
.p-topitem__list--link::after {
  content: "";
  background-image: url("../img/arrow-black.png");
  display: block;
  position: absolute;
  right: 8%;
  top: 28%;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.p-topitem__list--link:hover:after {
  transition: all .3s;
  right: 10px;
}
.p-topitem__LIST {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  max-width: 1270px;
}
.p-topitem__LIST--text {
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 2.2rem;
  color: #000;
  text-align: center;
}
.p-topitem__button {
  max-width: 430px;
  width: 100%;
  background-color: #000;
  margin: 0 auto 70px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 3px solid #000;
}
.p-topitem__button:hover {
  background-color: #FFF;
  /* border: 3px solid #000; */
}
.p-topitem__button--link:hover {
  color: #000;
}
.point-change > .p-topitem__button {
  margin: 30px auto 0;
  max-width: 480px;
}
.point-change > .p-topitem__button .p-topitem__button--link {
  padding: 10px 32px 10px 8px;
}
.p-topitem__button--link {
  color: #FFF;
  font-weight: bold;
  font-family: var(--brand-font);
  font-size: 2.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px 10px 8px;
  width: 100%;
  box-sizing: border-box;
}
.p-topitem__button--link:hover:after {
  background-image: url("../img/arrow-black.png");
  transition: all .3s;
  right: 0;
}
.p-topitem__button--link::after {
  content: "";
  background-image: url("../img/arrow-white.png");
  display: block;
  position: absolute;
  right: 4%;
  top: 26%;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 80%;
}
.p-topitem figure img {
  max-width: 100%;
  text-align: center;
  max-height: 126px;
}
.p-topitem__LIST--item {
  width: 160px;
  height: 160px;
  padding-top: 15px;
  box-sizing: border-box;
}


.p-topitem__LIST--item:hover {
  background-color: var(--color-main);
  border-radius: 50%;
}
.p-topitem__LIST--image {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.p-imagebox {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
.p-imagebox__IMGE {
  position: absolute;
  width: 100%;
  top: 150px;
}
.p-imagebox__IMGE figure {
  width: 80%;
}
.p-imagebox__IMGE figure img {
  max-width: 100%;
}
.p-imagebox__image {
  width: 92%;
  text-align: right;
  margin-top: 45px;
}

.p-homechecklist__wrap {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #F2F2F2;
  padding: 42px 23px;
  box-sizing: border-box;
}
.p-homechecklist__inner {
  background-color: #FFF;
  border-radius: 25px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  margin-top: 40px;
}
.p-homechecklist__title {
  background-image: url("../img/bg4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 100%;
  top: -40px;
  background-size: 94%;
}
.p-homechecklist__title--text {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: var(--brand-font);
  padding: 21px 70px;
  width: fit-content;
  box-sizing: border-box;
}
.p-homechecklist__text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: var(--brand-font);
  /* font-family: var(--body-font); */
  padding: 50px 42px 30px;
}
.p-homechecklist__list--category {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: var(--brand-font);
  text-align: center;
  margin-bottom: 30px;
  margin-top: -10px;
}
.p-homechecklist__list--leftbox {
  width: 301px;
}
.p-homechecklist__list--leftbox .p-homechecklist__list--list {
  padding: 0 20px 0 0;
}
.p-homechecklist__list--item {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: var(--brand-font);
}
.p-homechecklist__list--link:hover {
  background-color: var(--color-main);
}
.p-homechecklist__list--link {
  width: 200px;
  box-sizing: border-box;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 50px;
  border: 3px solid #000;
  border-radius: 18px;
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: var(--brand-font);
  color: #000;
  position: relative;
  display: block;
}
.p-homechecklist__list--link::after {
  content: "";
  background-image: url("../img/arrow-black.png");
  display: block;
  position: absolute;
  right: 4%;
  top: 28%;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 80%;
}
.p-homechecklist__list--link:hover:after {
  transition: all .3s;
  right: 0;
}
.p-homechecklist__list {
  display: flex;
  width: 96%;
  border-top: dashed 2px;
  padding-top: 30px;
  max-width: 1298px;
  margin: 0 auto;
}
.p-homechecklist__list--centerbox {
  width: 538px;
  border-right: dashed 2px;
  border-left: dashed 2px;
  box-sizing: border-box;
}
.p-homechecklist__list--centerbox .p-homechecklist__list--list {
  text-align: center;
}
.p-homechecklist__list--rightbox {
  width: 480px;
  height: 64vh;
}
.p-homechecklist__list--rightbox .p-homechecklist__list--category {
  text-align: center;
}
.p-homechecklist__list--rightbox .p-homechecklist__list--item {
  text-align: center;
}
.p-pr {
  margin-bottom: 70px;
}
.p-pr__title {
  max-width: 1024px;
  margin: 0 auto 50px;
  width: 100%;
  background-image: url("../img/bg2.png");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  background-position: center;
}
.p-pr__title--text {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: var(--brand-font);
  padding: 21px 40px;
  width: fit-content;
  box-sizing: border-box;
}
.swiper-container {
  position: relative;
}
.swiper-wrapper {
  max-width: 1024px;
}
.swiper-pagination {
  display: none;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px;
}
.swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  background: #FFF;
  border: 1px solid;
  box-sizing: border-box;
}
.swiper-pagination-bullet-active {
  background: var(--color-main);
}
/* 看板。margin-top は min-height の半分（グレー地から半分出す） */
.inquiry-bg {
  background-image: url("../img/footer-bttton-white.png");
  background-repeat: no-repeat;
  background-position: center;
  /* 高さ基準で縦横比を保つ。横幅%指定だとコンテナ幅が広い時に
     画像が縦にはみ出し、min-heightでクリップされて角のみ残る */
  background-size: auto 100%;
  min-height: 60px;
  margin-top: -30px;   /* min-height の半分 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry-bg__text {
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--brand-font);
  padding: 0;
  margin: 0;
}
/* ナビゲーションの検索窓 */
.search-container {
  /* display: flex; */
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  max-width: 400px;
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
  box-sizing: border-box;
  padding: 8px 0;
  border: 2px solid #000;
  padding: 0;
}
.search-box .search-container {
  max-width: 700px;
}
.search-input {
  border: none;
  outline: none;
  padding: 15px;
  border-radius: 25px;
  width: 100%;
  /* width: 300px; */
}

.search-button {
  background-color: #000;
  border: none;
  outline: none;
  border-radius: 0 22px 22px 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: -2px;
  box-sizing: border-box;
  padding: 4px 0px 4px 0;
  height: 100%;
  top: 0;
}
.search-button img {
  width: 60%;
  display: block;
  margin: 0 auto;
  padding-right: 2px;
  box-sizing: border-box;
}
/* FAQ検索窓のキーワードクリアボタン（#main-faqスコープのみ、他ページのsearch-inputには影響しない） */
#main-faq .search-input {
  padding-right: 56px;
}
/* type="search"のネイティブ×ボタンを消す（自前の.search-clearと二重表示になるため） */
#main-faq .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
#main-faq .search-clear {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: none;
  background: none;
  color: #999;
  font-size: 26px;
  cursor: pointer;
  padding: 0;
}
#main-faq .search-container.has-value .search-clear {
  display: block;
}
.nav__list--text {
  display: block;
  margin-top: 8px;   /* アイコンの丸と文字の間隔 */
}
.nav__list--image {
  display: flex;
  justify-content: left;
  max-width: 430px;
  margin: 0 auto 20px;
}
.nav__list--link {
  width: 110px;
  color: #000;
}
.nav__list--bg {
  background-color: #FFF;
  font-size: 2.6rem;
  font-family: var(--brand-font);
  font-weight: bold;
  border-radius: 10px;
  padding: 14px 0 14px 26px;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
.nav__list--bg {
  position: relative;
}
.nav__list--bg::after {
  content: "";
  background-image: url("../img/right--arrow.png");
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 20px;
  top: 22px
}
::placeholder {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .p-homechecklist__list--leftbox .p-homechecklist__list--list {
    /* padding: 0 30px 0 20px; */
    display: block;
    padding: 0;
    width: 90%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .Wrapper {
    position: relative;
  }


  .p-imagebox__IMGE {
    position: initial;
  }
  .p-imagebox__IMGE figure {
    width: 100%;
  }
  .p-imagebox {
    position: initial;
    width: 90%;
    margin: 0 auto;
  }
  .p-imagebox__image {
    display: none;
  }
  .btn-first::after {
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 80%;
  }
  .mv-TOP__text {
    color: #000;
    font-size: 1.6rem;
    font-family: var(--brand-font);
    font-weight: bold;
    text-align: right;
    max-width: 380px;
    display: flex;
    justify-content: right;
  }
  .mv-TOP__text::after {
    content: "";
    background-image: url("../img/sp-down-arrow.png");
    background-repeat: no-repeat;
    background-size: 50%;
    width: 50px;
    height: 50px;
    display: block;
    background-position: center;
  }
  .u-margin {
    margin-bottom: 40px;
  }
  .p-Imagebox {
    display: flex !important;
    gap: 0 20px;
    z-index: 100;
    position: relative;
  }
  .p-Imagebox figure img {
    max-width: 100%;
  }
  .news-list {
    padding: 10px 16px;
  }
  .news-item {
    text-align: left;
  }
  .news-link {
    display: block;
  }
  .news-time {
    font-size: 20px;
    display: inline;
  }
  .news-text {
    font-size: 20px;
    display: inline;
  }
  .p-register__inner {
    display: block;
    margin: 30px auto 0;
  }
  .p-register__wrap {
    width: 90%;
    margin: 0 auto 20px;
  }
  .p-register__title--text {
    font-size: 1.6rem;
  }
  .p-register__title {
    background-image: url("../img/sp/sp-bg1.png");
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-register__text p {
    font-size: 1.6rem;
  }
  .p-register__text--pt {
    font-size: 1.6rem;
  }
  /* 幅170pxではテキストが矢印(30px + right 6px)に接触するため内容基準にする */
  .p-register__button {
    font-size: 2.2rem;
    width: fit-content;
    min-width: 200px;
    padding: 14px 32px 14px 8px;
  }
  .p-register__button::after {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-register__TEXT {
    width: 93%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .p-register__TEXT p {
    font-size: 1.6rem;
  }
  .p-register__BUTTON {
    font-size: 2.2rem;
    width: fit-content;
    min-width: 200px;
    padding: 14px 32px 14px 8px;
  }
  .p-register__BUTTON::after {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-topitem__wrap .p-topitem__title {
    font-size: 2.4rem;
    margin-top: 60px;
  }
  .p-spranking {
    background-image: url("../img/sp/sp-ranking-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 11px 0;
    width: 90%;
    margin: 0 auto 30px;
  }
  .p-spranking__text {
    text-align: center;
    font-size: 20px;
    font-family: var(--brand-font);
    font-weight: bold;
  }
  .p-topitem figure img {
    max-height: initial;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .p-spranking__wrap {
    background-image: url("../img/sp/sp-top-ranking1-1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 90%;
    margin: 0 auto 30px;
    padding-top: 24%;
  }
  #body {
    background-color: #FFF !important;
  }
  .p-spranking__box {
    margin: 0 auto;
    width: 86%;
    box-sizing: border-box;
    padding: 20px 0;
    margin-top: 30px;
  }
  .p-spranking__box--text {
    color: #000;
    font-size: 20px;
    font-family: var(--brand-font);
    font-weight: bold;
    padding-bottom: 20px;
  }
  .p-spranking__box--point {
    border-top: dashed 2px #000;
    padding-top: 20px;
    font-family: var(--brand-font);
    font-weight: bold;
    font-size: 2.3rem;
    color: #3649FF;
  }
  .p-spranking__image {
    width: 100%;
    margin: 0 auto;
    max-width: 66%;
  }
  .p-spranking__Wrap {
    background-image: url("../img/sp/sp-top-ranking2-2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 90%;
    margin: 0 auto 30px;
    padding-top: 16%;
  }
  .p-spranking__WRSP {
    background-image: url("../img/sp/sp-top-ranking3-3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 90%;
    margin: 0 auto 30px;
    padding-top: 70px;
  }
  .p-topitem__bg {
    background-image: url("../img/sp/sp-ranking-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 11px 0;
    width: 90%;
    margin: 0 auto;
  }
  .p-topitem__bg--text {
    text-align: center;
    width: 100%;
  }
  .p-topitem__list {
    flex-wrap: wrap;
    width: 90%;
    justify-content: left;
    gap: 10px 12px;
    margin: 0px auto 30px;
  }
  .p-topitem__list--item {
    width: 48%;
    border-radius: 14px;
    border: 2px solid #000;
  }
  .p-topitem__list--link {
    font-size: 2rem;
    padding: 10px 40px 10px 20px;
  }
  .p-topitem__list--link::after {
    background-size: 80%;
    top: 26%;
    right: 0;
    margin: auto;
  }
  .p-topitem__bg--sp .p-topitem__list {
    width: 100%;
    display: block;
  }
  .p-topitem__bg--sp .p-topitem__list--link {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .p-topitem__list--image {
    width: 100%;
    max-width: 80px;
    max-height: 64px;
    height: 64px;
  }
  .p-topitem__list--link span {
    margin-left: 6%;
  }
  .p-topitem__bg--sp .p-topitem__list--item {
    width: 100%;
  }
  .p-topitem__bg--sp .p-topitem__list {
    display: block;
  }
  .p-topitem__LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto 0;
    width: 80%;
    max-width: initial;
  }
  .p-topitem__LIST .p-topitem__list--item {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
  }
  .p-topitem__LIST .p-topitem__list--link {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .point-change > .p-topitem__button {
    width: 100%;
  }
  .p-topitem__button {
    width: 90%;
    margin: 0px auto;
  }
  .p-topitem__LIST--item {
    width: 50%;
  }
  .point-change > .p-topitem__button .p-topitem__button--link {
    padding: 10px 36px 10px 12px;
  }
  .p-topitem__button--link {
    font-size: 2.2rem;
    padding: 10px 36px 10px 12px;
  }
  .p-topitem__button--link::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-homechecklist__title--text {
    font-size: 1.6rem;
    padding: 21px 50px;
    width: 100%;
    text-align: center;
  }
  .p-homechecklist__title {
    background-image: url("../img/sp/sp-ranking-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 11px 0;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .p-homechecklist__text {
    font-size: 1.6rem;
    padding: 40px 20px 20px;
  }
  .p-homechecklist__list {
    display: block;
    width: 90%;
    padding-bottom: 20px;
  }
  .p-homechecklist__list--leftbox {
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
  .p-homechecklist__list--link {
    font-size: 2rem;
  }
  .p-homechecklist__list--link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 16px;
    width: 100%;
  }
  .p-homechecklist__list--link::after {
    top: 10px;
  }
  .p-homechecklist__list--centerbox {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  .p-homechecklist__list--centerbox {
    border-top: dashed 2px;
    border-bottom: dashed 2px;
    border-right: none;
    border-left: none;
    height: auto;
  }
  .p-homechecklist__list--category {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .p-homechecklist__list--rightbox {
    width: 100%;
    margin: 30px auto 0;
    height: auto;
  }
  .p-homechecklist__list--item {
    font-size: 1.6rem;
  }
  .p-homechecklist__list--centerbox .p-homechecklist__list--category {
    margin-top: 30px;
  }
  .p-pr__title {
    display: none;
  }
  /* 「よくある質問を設置しています。～」 */
  .inquiry__text {
    text-align: left;
    width: 90%;
    margin: 0 auto 50px;
    font-size: 1.5rem;
  }
  .inquiry__box {
    margin: 10px auto 0;
    width: 90%;
    gap: 60px 0px;
    flex-direction: column;
  }
  #footer .btn-sp {
    display: none !important;
    justify-content: center;
    width: 96%;
    margin: 10px auto 0;
    gap: 0 10px;
  }
  .tel-btn-sp {
    width: 48%;
    background-color: #F2F2F2;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px 8px;
  }
  .tel-btn-sp a {
    font-size: 1.2rem;
    box-sizing: border-box;
    /* padding: 10px; */
    padding: 5px 0;
    width: 100%;
    /* height: 100%; */
    gap: 0 10px;
  }
  .mail-btn-sp {
    width: 48%;
    background-color: #F2F2F2;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px 8px;
  }
  .mail-btn-sp a {
    font-size: 1.2rem;
    box-sizing: border-box;
    padding: 5px 0;
    width: 100%;
    /* height: 100%; */
    display: flex;
    /* padding: 10px; */
  }
  /* 静的ページへのテキストリンク（ご利用ガイド／FAQ／お問い合わせ） */
  .box1-sub-item a {
    font-size: 1.4rem;
  }
  .box1-text a {
    font-size: 1.4rem;
  }
  .site-box1,
  .site-box2 {
    display: inline;
  }
  .swiper-pagination {
    display: none;
  }
  .search-container {
    width: 90%;
    padding: 0;
    margin-bottom: 20px;
  }
  .search-input {
    width: 100%;
    border-radius: 25px;
    box-sizing: border-box;
  }
  .search-button {
    box-sizing: border-box;
    /* height: 37px; */
    height: 46px;
    border-radius: 0 25px 25px 0;
    overflow: hidden;
  }
  .search-button img {
    height: 100%;
    width: 70%;
    margin-top: -4px;
  }
  /* ご利用ガイド〜プライバシーポリシー */
  .nav__list--bg {
    font-size: 1.7rem;
  }
  /* 交換履歴・閲覧履歴・登録情報変更は 1.3rem を維持 */
  .nav__list--text {
    font-size: 1.3rem;
  }
  .nav__list--image {
    margin-bottom: 30px;
  }

  .nav .nav__list {
    font-size: 1.7rem;
    border-radius: 10px;
  }
  .nav__list--bg::after {
    right: 0;
    top: 16px;
  }
}
.p-homechecklist__list--innerlist .p-homechecklist__list--item {
padding: 0 20px 8px;
}
/* チェックボックスのデフォルトスタイルをリセット */
.p-homechecklist__list--item input[type="checkbox"] {
  display: none; /* チェックボックス自体を非表示に */
}
.p-homechecklist__list .child-items {
  display: none;
}
/* ラベルを作成し、カスタムチェックボックスの見た目を定義 */
.p-homechecklist__list--item label:before {
  content: "";
  display: inline-block;
  width: 16px; /* ボタンの大きさ */
  height: 16px;
  margin-right: 10px; /* テキストとの間隔 */
  border-radius: 50%; /* 丸くする */
  background-color: #FFF; /* ボタンの背景色 */
  border: 2px solid #000;
  min-width: 16px;
  vertical-align:text-top;
  margin-top: 5px;
}

/* チェックボックスがチェックされたときのスタイル */
.p-homechecklist__list--item input[type="checkbox"]:checked + label:before {
  background-color: var(--color-main); /* チェック時の背景色 */
  color: white; /* テキスト色（この例では不要） */
}
.p-homechecklist__list--innerlist label {
  display: flex;
  align-items:flex-start;
  margin-bottom: 20px;
}
.p-homechecklist__list--shipwrecklist {
  max-width: 310px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.p-homechecklist__list--shipwreckitem {
  padding: 0 20px 8px;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: var(--brand-font);
}
.p-homechecklist__list--button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-homechecklist__list--innerlist .p-homechecklist__list--item {
    padding: 0 0px 12px;
  }
  .p-homechecklist__list--item label:before {
    width: 15px;
    height: 15px;
  }
  .p-homechecklist__wrap {
    background-color: #FFF;
  }
  .p-homechecklist__list--innerlist {
    margin-bottom: 10px;
  }
  .p-homechecklist__list--shipwreckitem {
    padding: 0 0 8px;
    font-size: 1.6rem;
  }
  .p-homechecklist__list--button {
    margin-top: 20px;
  }
  .p-homechecklist__list--shipwrecklist {
    margin-bottom: 0;
    max-width: initial;
    display: block;
  }
  .p-topitem__LIST--text {
    font-size: 1.8rem;
  }
  .p-topitem__LIST--image {
    width: 60%;
    max-width: 150px;
  }
  .p-pr {
    margin-bottom: 40px;
  }
}
.p-imagecharacter {
  position: absolute;
  bottom: 130px;
  /* bottom: 110px; */
  left: 6%;
  /* left: 10%; */
  margin: 0 auto;
  width: 20%;
}
.p-imagecharacter__image {
  width: 100%;
}
.p-imagecharacter__image figure img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-imagecharacter {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv-top__bg {
    padding: 0 0 35px;
  }
  .p-imagecharacter {
    position: initial;
    display: none;
  }
  .line {
    box-sizing: border-box;
  }
  .u-accordion-area::after {
    width: 14px;
    top: 14px;
    right: 8px;
  }
  .u-accordion-area {
    right: 5%;
    top: 18px;
  }
  .about-group .accordion-area-span {
    width: 90%;
    display: block;
  }
}
.nav__list--button a {
  display: block;
  text-align: center;
}
.nav__list .search-container {
  padding: 0;
}
.nav__list .search-form-009 {
  margin: 0;
}
.utility .search-container {
  width: 100%;
  max-width: 688px;
}

#main-toiawase .utility .search-container {
  margin: 50px auto;
}

.utility .search-form-009 {
  margin: 0;
  max-width: 100%;
}
.utility .search-button img {
  width: 74%;
  padding-right: 0;
  box-sizing: border-box;
  padding-left: 6px;
  margin: 0;
}
.utility .search-button {
  box-sizing: border-box;
  width: 50px;
}
.utility .search-input {
	width: 100%;
  border-radius: 25px;  
}
@media screen and (max-width: 768px) {
  .box3-item {
    margin-bottom: 0;
  }
  .tel-btn-sp > span {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .mail-btn-sp > span {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.p-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
.p-popup {
  display: none;
  background-color: #fff;
  padding: 30px 0;
  box-sizing: border-box;
  width: 70%;
  max-height: 90vh;
  overflow-y: auto;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1060;
}
.p-popup .tableInfos__btns--confirm {
  margin-top: 30px;
}
.p-popup__text {
  text-align: center;
  font-weight: bold;
}
.l-section__wrap {
  position: relative;
}
.p-popup .cntFtrButtons .btn--info--fix {
  width: 244px;
  box-sizing: border-box;
  cursor: pointer;
}
.p-popup .tableInfos__btns .btn--info--comfirm {
  width: 244px;
}
@media screen and (max-width: 768px) {
  .p-popup .tableInfos__btns--confirm {
    margin-top: 20px;
  }
  .p-popup {
    width: 100%;
    max-height: 85vh;
  }
  .p-popup__text {
    font-size: 1.3rem;
    width: 90%;
    margin: 0 auto;
  }
  .p-popup .tableInfos__btns .btn--info--comfirm {
    width: 90%;
  }
  .p-popup .cntFtrButtons .btn--info--fix {
    width: 90%;
  }
}
/* 申込期限バー */
.u-colorred {
  display: inline-block;
  color: #000;
  background-color: var(--color-main);
  border: 2px solid #000;
  border-radius: 6px;
  padding: 10px 24px;
  font-weight: bold;
  line-height: 1.4;
}
.p-item__poin--unit {
  font-size: 2rem;
}
.l-section__text {
  text-align: center;
  margin-top: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-section__text {
    text-align: left;
    margin-top: 50px;
    font-size: 1.5rem;
  }
}
::placeholder {
  opacity: 0.5;
}
.p-questionnairebox {
  margin-bottom: 40px;
}
#modal-contents .u-password_bg {
  background-image: url("../img/password_bg.png");
  font-size: 20px;
}
.bl_langBtn img {
  min-height: 35px;
  max-height: 35px;
  /* padding-bottom: 6px; */
}
.bl_loginBtn_box img {
  min-height: 35px;
  max-height: 35px;
  /* padding-bottom: 6px; */
}
.mv-top__inner .top-explanation {
  margin-bottom: 20px;
}
.p-item__desc {
  margin-top: 50px;
}
.tableInfo__text {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tableInfo__text {
    font-size: 1.4rem;
  }
}
.p-item__table-tr {
  display: flex;
  width: 100%;
}
.p-top__under {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
.bl_loginBtn_box img {
  min-height: 26px;
}
.p-item__poin--unit {
  font-size: 1.3rem;
}
/* 電話エリア内「みなと防災用品カタログコールセンター」 */
.inquiry-item1__text {
  font-size: 1.8rem;
  margin-top: 10px;   /* 電話番号との間にスペース */
}
.tel-text {
  justify-content: center;
  gap: 0 10px;
  max-width: 100%;
  margin-top: 16px;   /* 看板との間にスペース */
}
/* SVGの内在幅で潰れるため幅を固定し img を追従させる */
.tel-icon {
  flex: 0 0 40px;
  width: 40px;
}
.tel-text a {
  font-size: 3rem;
  width: fit-content;
}
/* SPも幅80%。看板との間にスペースを入れる */
.mail {
  width: 80%;
  padding: 12px 40px 12px 0;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 14px;
}
.send {
  font-size: 1.8rem;
}
/* 「お電話でのお問い合わせ」「フォームでのお問い合わせ」 */
.inquiry-bg__text {
  font-size: 1.6rem;
  margin-top: 0;
}
.inquiry-bg {
  background-size: auto 100%;
  min-height: 44px;
  margin-top: -22px;   /* min-height の半分だけ上に出す */
}
.inquiry-item1 {
  width: 100%;
  border-radius: 10px;
}
/* 受付時間。コールセンター名との間にスペースを足す */
.reception-time {
  padding: 0 8px;
  font-size: 1.2rem;
  margin-top: 14px;
}
.reception-note {
  font-size: 1.2rem;
  margin-top: 10px;
}
/* フォームエリア側は「インターネットでの～」とボタンの間を詰める */
.inquiry-item2 + .reception-time {
  margin-top: 4px;
}
.bl_langBtn--text {
  font-size: 1.1rem;
}
.open {
  display: block !important;
}
.bl_langBtn img {
  max-width: 30px;
  object-fit: contain;
}
.button-box {
  gap: 0 10px;
}
}
.p-register__preview {
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
  font-family: var(--brand-font);
  color: #000;
  font-size: 3.5rem;
  /* font-size: 2.6rem; */
}
.act-preview {
  border: 3px solid #000;
  border-radius: 20px;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-register__preview {
    font-size: 1.6rem;
    margin: 50px 0;
  }
  .mv-top__inner .top-explanation {
    margin-bottom: 0;
  }
}
body .l-about {
  padding: 90px 0 0;
}
.before-login-Wrapper .nav__list--button {
  display: none;
}
.before-login-Wrapper .sp-none {
  display: none;
}

.ac-pc_under {
		-webkit-transition: all .4s ease;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0 0 6px 0 rgba(45,45,45,.2);
	/* left: 0; */
}


/* 見出し・タイトル＝Zen Maru Gothic Bold（本文は common.css で Noto Sans JP）。
   部分一致のため、本文なのに丸ゴシックになる要素が出たら下に除外指定を足す */
h1, h2, h3, h4, h5, h6,
[class*="title"],
[class*="Title"],
[class*="ttl"] {
  font-family: var(--brand-font);
  font-weight: bold;
}


/* 斜めストライプ帯。任意の位置に置く場合は <div class="u-stripe"></div> を追加 */
.u-stripe {
  width: 100%;
  height: var(--stripe-h);
  background-image: repeating-linear-gradient(
    -45deg,
    var(--color-main) 0,
    var(--color-main) 14px,
    #FFFFFF 14px,
    #FFFFFF 28px
  );
}

@media screen and (max-width: 767px) {
  :root {
    --stripe-h: 12px;
  }

  /* ロゴ：440px以上は32px固定、それ未満は画面幅比例（32/440=7.27vw） */
  .header_inner--logo img {
    height: min(32px, 7.27vw);
  }

  /* ヘッダー右のラベル3つ。440px未満で画面幅比例（11/440=2.5vw） */
  .bl_loginBtn .bl_loginBtn--text,
  .utility_navigation_humberger .utility_navigation_humberger--text {
    font-size: min(11px, 2.5vw);
  }

  /* アイコン・三本線も同比率（26/440=5.9vw） */
  .bl_loginBtn_box img {
    min-height: min(26px, 5.9vw);
    max-height: min(26px, 5.9vw);
  }
  .utility_navigation_button {
    height: min(26px, 5.9vw);
  }
}


/* ============================================================
   ログイン前TOP（Login.tpl / body.p-toplogin）
   ============================================================ */

/* ---------- MV ---------- */
/* イラスト・ロゴ・本文が別セルのグリッド。文言が増減しても重ならない */
.mvTop {
  --mv-body-width: 640px;
  display: grid;
  grid-template-areas:
    ".        .     logo"
    "illustTL body  illustTR"
    "illustBL body  illustBR";
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--mv-body-width)) minmax(0, 1fr);
  column-gap: 20px;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 40px 40px 80px;
  box-sizing: border-box;
}

.mvTop__logo {
  grid-area: logo;
  justify-self: end;
  width: 139px;
  margin: 0;
}

.mvTop__illust {
  margin: 0;
}
.mvTop__illust--tl {
  grid-area: illustTL;
  align-self: start;
}
.mvTop__illust--tr {
  grid-area: illustTR;
  align-self: start;
  margin-top: 40px;
}
.mvTop__illust--bl {
  grid-area: illustBL;
  align-self: end;
}
.mvTop__illust--br {
  grid-area: illustBR;
  align-self: end;
}

.mvTop__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.mvTop__illust img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 316px;
}
/* 右列のイラストは右端に寄せる */
.mvTop__illust--tr img,
.mvTop__illust--br img {
  margin-left: auto;
}

.mvTop__body {
  grid-area: body;
  text-align: center;
  font-family: var(--brand-font);
  font-weight: bold;
  color: #000;
}

.mvTop__title {
  width: 68.08%;
  margin: 45px auto 24px;
}
.mvTop__title img {
  display: block;
  width: 100%;
  height: auto;
}

.mvTop__lead {
  font-size: 2.4rem;
  line-height: 1.7;
  margin: 0;
}

.mvTop__cta {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin: 24px 0;
  text-align: left;
}
.mvTop__cta .p-register__button,
.mvTop__cta .p-register__BUTTON {
  margin: 0;
}

/* 幅490px = 初回登録230 + gap30 + ログイン230 */
.mvTop__limit {
  background-color: var(--color-main-light);
  font-size: 2.4rem;
  width: 490px;
  max-width: 100%;
  padding: 10px 20px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.mvTop__note {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
}

/* ---------- おしらせ＋登録カード ---------- */
.p-toplogin .p-register {
  background-color: var(--color-main-light);
  padding: 60px 0 70px;
}

/* 流用元の #news は position:relative と負のmarginでMVに重ねる指定 */
.p-toplogin #news {
  position: static;
  transform: none;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

/* 流用元の .news-wrap は padding-left が 0 */
.p-toplogin .news-wrap {
  max-width: 100%;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
}

.p-toplogin .news-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18%;
  padding: 0;
  margin: 0;
}
.p-toplogin .news-title::after {
  content: none;
}
.p-toplogin .news-title .news-icon {
  display: flex;
  align-items: center;
  width: 44px;
  margin: 0 0 8px;
}
.p-toplogin .news-title .news-icon img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.p-toplogin .news-title__text {
  font-size: 2rem;
  line-height: 1;
}

/* 縦積み指定。日付の直後で改行させる */
.p-toplogin .news-link {
  display: block;
}
/* .news-item のベース指定に dashed border があり、1件のみの表示では不要 */
.p-toplogin .news-item {
  border-bottom: none;
}
.p-toplogin .news-time {
  margin: 0 0 4px;
}

.p-toplogin .news-time,
.p-toplogin .news-text {
  font-size: 1.6rem;
}

.p-toplogin .p-register__inner {
  margin: 50px auto 0;
}
.p-toplogin .p-register__wrap {
  background-color: #FFF;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .mvTop {
    grid-template-areas:
      "illustTL illustTR"
      "body     body"
      "illustBL illustBR";
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    padding: 20px 5% 40px;
  }
  .mvTop__illust--tr {
    margin-top: 0;
  }
  .mvTop__logo {
    display: none;
  }
  .mvTop__title {
    width: 77.6%;
    margin: 0 auto 20px;
  }
  .mvTop__lead {
    font-size: 1.8rem;
  }
  .mvTop__cta {
    display: block;
  }
  .mvTop__cta .p-register__button,
  .mvTop__cta .p-register__BUTTON {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 16px;
  }
  .mvTop__limit {
    width: 100%;
    font-size: 1.8rem;
    padding: 8px 14px;
  }
  .mvTop__note {
    font-size: 1.4rem;
  }

  .p-toplogin .p-register {
    padding: 40px 0 50px;
  }
  .p-toplogin .news-wrap {
    flex-direction: column;
    padding: 14px;
  }
  .p-toplogin .news-title {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0 8px;
    width: auto;
    margin-bottom: 8px;
  }
  .p-toplogin .news-title .news-icon {
    width: 32px;
  }
  .p-toplogin .news-title__text {
    font-size: 1.6rem;
  }
  .p-toplogin .news-time,
  .p-toplogin .news-text {
    font-size: 1.4rem;
  }
  /* block指定 */
  .p-toplogin .news-time {
    display: block;
    margin: 0 0 2px;
  }
  .p-toplogin .news-list {
    width: 100%;
    padding: 12px 16px;
  }
  .p-toplogin .p-register__inner {
    margin: 30px auto 0;
    width: 90%;
  }
  .p-toplogin .p-register__wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}


/* ============================================================
   ヘッダー内容の最大幅。ヘッダー内に全幅前提の斜線帯があるため
   max-width ではなく padding で内容を寄せる。SPには適用しない。
   ============================================================ */

@media screen and (min-width: 769px) {
  .header .header_inner,
  .before-login-header .header_inner {
    padding-left: max(30px, calc((100% - var(--content-max)) / 2));
    /* お気に入り・カート・ハンバーガーは常に右端から一定距離に固定する。
       画面幅で変わる --content-max 基準の中央寄せは左側（ロゴ）だけに使う */
    padding-right: 30px;
  }
  /* 右余白は .header_inner 側で取るため打ち消す */
  .headerNav {
    padding-right: 0;
  }
  /* ハンバーガードロワー（.nav / z-index:999）は上段バーの下から開く。
     58px = layout.css の header.login + main 147px − 通常 89px。
     height も同分引かないと下端が画面外に出て最下部の項目に届かない */
  .login .nav {
    top: 58px;
    height: calc(100% - 58px);
  }
  /* ドロワーより上段バーを前面に置く */
  .guestsBar {
    z-index: 1000;
  }
  /* ログイン後ヘッダー上段（ようこそ・有効期限・ポイント）。
     元の左右padding 20px を下限として維持する */
  .guestsBar .guestsBar__inner {
    padding-left: max(20px, calc((100% - var(--content-max)) / 2));
    padding-right: 30px;
  }
}


/* ============================================================
   ログイン後TOP（ShopTop.tpl / .p-shoptop）
   ============================================================ */

/* ---------- 防災タイプ診断 ---------- */
.p-shindan {
  max-width: 1024px;
  margin: 40px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-shindan__inner {
  display: flex;
  align-items: center;
  gap: 0 24px;
  background-color: #FFF;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
  padding: 24px 32px;
}
.p-shindan__icon {
  flex: 0 0 74px;
  margin: 0;
}
/* グローバルに figure img { max-width: 90% } があるため個別に100%指定が必要 */
.p-shindan__icon img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-shindan__body {
  flex: 1 1 auto;
  font-family: var(--brand-font);
  font-weight: bold;
  color: #000;
}
.p-shindan__lead {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}
.p-shindan__title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 0;
}
.p-shindan__cta {
  flex: 0 0 auto;
  text-align: left;
}
.p-shindan__cta .p-register__button {
  width: 200px;
  margin: 0;
  padding: 12px 36px 12px 12px;
}

/* ---------- さがす ---------- */
.p-shopsearch__wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px 80px;
  box-sizing: border-box;
}
.p-shopsearch__title {
  font-family: var(--brand-font);
  font-weight: bold;
  font-size: 3.8rem;
  text-align: center;
  color: #000;
  margin: 70px 0 30px;
}

/* 検索窓＋CTAを中央列、イラストを左右列に置く */
.p-searcharea {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 560px) minmax(0, 1fr);
  column-gap: 20px;
  align-items: end;
  margin-bottom: 60px;
}
.p-searcharea__illust {
  margin: 0;
}
.p-searcharea__illust img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
}
.p-searcharea__illust--r img {
  margin-left: auto;
}
.p-searcharea__body {
  padding-bottom: 10px;
}

/* ---------- MV内 検索窓 ---------- */
/* 入力文字は16px。iOSのフォーカス時ズームもこの値で回避される。
   .search-button が absolute で右端を覆うため padding-right でテキストの潜り込みを防ぐ */
.p-shoptop .search-box .search-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.p-shoptop .search-box .search-input {
  font-size: 1.6rem;
  padding: 12px 76px 12px 20px;
  box-sizing: border-box;
}
.p-shoptop .search-box .search-button {
  width: 66px;
}

/* ---------- すべての防災用品をみる ---------- */
.p-shopall .p-register__BUTTON {
  width: 100%;
  max-width: 430px;
  font-size: 2.2rem;
  margin: 44px auto 0;
  padding: 14px 36px 14px 12px;
  border-color: #000;
}
.p-shopall .p-register__BUTTON:hover {
  background-color: #FFF;
  color: #000;
  border-color: #000;
}
.p-shopall .p-register__BUTTON:hover::after {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ---------- 黄帯見出し（.c-bar） ---------- */
/* ログイン後TOPとaboutページで共用。両端の点は装飾のみ */
.c-bar {
  position: relative;
  background-color: var(--color-main);
  border: 3px solid #000;
  border-radius: 13px;
  font-family: var(--brand-font);
  font-weight: bold;
  font-size: 2.2rem;
  color: #000;
  text-align: center;
  padding: 10px 40px;
  margin: 0 0 24px;
}
.c-bar::before,
.c-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 40px;
  background-image: radial-gradient(circle 2.5px at 50% 2.5px, #000 100%, transparent 100%),
                    radial-gradient(circle 2.5px at 50% 2.5px, #000 100%, transparent 100%);
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: 100% 5px;
}
.c-bar::before {
  left: 10px;
}
.c-bar::after {
  right: 10px;
}

/* ---------- ポイント別・カテゴリ別 ---------- */
/* 丸囲み矢印（黒丸・白矢印）。両ブロック共通 */
.p-point__link::after,
.p-cat__link::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
  transition: all .3s;
}

.p-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.p-point__item {
  display: flex;
}
.p-point__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
  font-family: var(--brand-font);
  font-weight: bold;
  font-size: 2rem;
  color: #000;
  padding: 14px 20px;
}
.p-point__link:hover {
  background-color: var(--color-main-light);
}

/* grid-auto-rows:1fr で全行の高さを揃える。
   最も背が高いカード（テキスト2行）に合わせるため .p-cat__text に2行分の min-height を持たせている */
.p-cat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-cat__item {
  display: flex;
}
.p-cat__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
  color: #000;
  padding: 20px 12px 16px;
}
.p-cat__link:hover {
  background-color: var(--color-main-light);
}
/* 縦横比の違う7点を同じ見え方に揃えるため、高さ固定＋contain で合わせる */
/* 枠の高さは最大サイズ(82px)で全カード固定し、中の画像だけ大きさを変える。
   下揃えにしているのでイラスト下の余白が一定になり、カテゴリ名の位置が全カードで揃う */
.p-cat__icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 82px;
  margin: 0 0 12px;
}
.p-cat__icon img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 72px;
  object-fit: contain;
}
.p-cat__icon--s img {
  height: 64px;
}
.p-cat__icon--l img {
  height: 82px;
}
.p-cat__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--brand-font);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  min-height: 5.1rem;
  margin: 0 0 12px;
}
.p-cat__link::after {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .p-shindan {
    margin-top: 24px;
    padding: 0 5%;
  }
  .p-shindan__inner {
    flex-wrap: wrap;
    gap: 12px 16px;
    padding: 20px;
  }
  .p-shindan__icon {
    flex-basis: 54px;
  }
  .p-shindan__body {
    flex: 1 1 0;
  }
  .p-shindan__lead {
    font-size: 1.4rem;
  }
  .p-shindan__title {
    font-size: 2rem;
  }
  .p-shindan__cta {
    flex-basis: 100%;
  }
  /* 「すべての防災用品をみる」と同寸 */
  .p-shindan__cta .p-register__button {
    width: 100%;
    min-width: 0;
    max-width: 340px;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 12px 32px 12px 8px;
  }
  .p-shopsearch__wrap {
    padding: 0 5% 50px;
  }
  .p-shopsearch__title {
    font-size: 2.4rem;
    margin: 45px 0 20px;
  }

  .p-searcharea {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "illustL illustR"
      "body    body";
    row-gap: 16px;
    margin-bottom: 40px;
  }
  .p-searcharea__illust--l {
    grid-area: illustL;
  }
  .p-searcharea__illust--r {
    grid-area: illustR;
  }
  .p-searcharea__body {
    grid-area: body;
    padding-bottom: 0;
  }

  .p-shoptop .search-box .search-button {
    width: 56px;
    height: 100%;
  }
  .p-shoptop .search-box .search-input {
    padding: 10px 66px 10px 16px;
  }

  .p-shopall .p-register__BUTTON {
    max-width: 340px;
    min-width: 0;
    font-size: 1.8rem;
    margin: 34px auto 0;
    padding: 12px 32px 12px 8px;
  }

  .c-bar {
    font-size: 1.8rem;
    padding: 8px 30px;
    margin-bottom: 16px;
  }
  .c-bar::before,
  .c-bar::after {
    height: 30px;
  }
  .c-bar::before {
    left: 8px;
  }
  .c-bar::after {
    right: 8px;
  }

  .p-point {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 28px;
  }
  .p-point__link {
    font-size: 1.6rem;
    gap: 0 8px;
    padding: 12px 14px;
  }

  .p-cat {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 10px;
  }
  /* 高さ68px = 「すべての防災用品をみる」CTA（約57px）の約1.2倍 */
  .p-cat__link {
    flex-direction: row;
    align-items: center;
    gap: 0 14px;
    height: 68px;
    padding: 0 14px;
  }
  .p-cat__icon {
    flex: 0 0 56px;
    align-items: center;
    height: 46px;
    margin: 0;
  }
  .p-cat__icon img {
    height: 40px;
  }
  .p-cat__icon--s img {
    height: 36px;
  }
  .p-cat__icon--l img {
    height: 46px;
  }
  .p-cat__text {
    flex: 1 1 auto;
    justify-content: flex-start;
    font-size: 1.7rem;
    text-align: left;
    min-height: 0;
    margin: 0;
  }
  .p-cat__link::after {
    flex: 0 0 28px;
    margin-top: 0;
  }
}


/* ============================================================
   aboutページ（index.html / main.l-about.p-about）
   ============================================================ */

/* ---------- MV ---------- */
/* ログイン前TOPの .mvTop をそのまま使い、寸法だけ縮める。
   --mv-body-width を 640px の70%にすると .mvTop__title（width:74%）も
   同率で縮むため、タイトル画像の指定は増やさない。
   max-width 1024px は .l-about__inner と同値。イラストの外端が見出し帯の端に揃う */
.p-about .mvTop {
  --mv-body-width: 450px;
  max-width: 1024px;
  column-gap: 16px;
  padding: 60px 0 30px;
}
/* aboutページではポート区ロゴを非表示にし、その分イラストを中央のタイトルへ寄せる */
.p-about .mvTop__logo {
  display: none;
}
.p-about .mvTop__illust img {
  max-width: 190px;
}
/* 左列は右詰め、右列は左詰めにして中央のタイトルへ寄せる（元は右列のみ margin-left:auto で外側に寄っていた） */
.p-about .mvTop__illust--tl img,
.p-about .mvTop__illust--bl img {
  margin-left: auto;
}
.p-about .mvTop__illust--tr img,
.p-about .mvTop__illust--br img {
  margin-left: 0;
}
.p-about .mvTop__illust--tr {
  margin-top: 10px;
}
.p-about .mvTop__title {
  margin: 0 auto 14px;
}
.p-about .mvTop__lead {
  font-size: 2rem;
}

/* ---------- 見出し帯 ---------- */
/* 帯下の余白は .c-item__body の padding-top で取る */
.p-about .c-bar {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* row-gap がイラスト上段→タイトル、リード文→イラスト下段の両方の間隔になる。上下の間隔はここを変えない */
  .p-about .mvTop {
    padding: 10px 5% 24px;
    row-gap: 26px;
    column-gap: 10px;
  }
  .p-about .mvTop__title {
    width: 68%;
    margin: 0 auto 12px;
  }
  .p-about .mvTop__lead {
    font-size: 1.5rem;
  }
  /* 190pxの固定上限を外し、列幅に対する割合にする。中央寄せの向き（tl/bl=右詰め, tr/br=左詰め）はPCと共通 */
  .p-about .mvTop__illust img {
    width: 90%;
    max-width: none;
  }
}

/* box-sizing: border-box。width:100%+paddingの構成のため必須 */
#main-faq .accordion-area__title,
#main-faq .line {
  box-sizing: border-box;
}
/* 回答文の文字サイズ。.lineの基本値(1.4rem)をFAQページのみ上書き */
#main-faq .line {
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  /* 質問ボックス同士の間隔。.about-group .accordion-area__list（既存, margin-bottom:10px）より詳細度を上げて上書き */
  #main-faq .about-group .accordion-area__list {
    padding: 8px 0;
    margin-bottom: 8px;
  }
  /* タイトルボックスの上下の余白（元は上下とも10px）と、展開ボタン分の右余白 */
  #main-faq .accordion-area__title {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 46px;
    position: relative;
  }
  /* 展開ボタンをタイトルボックスの高さに関わらず垂直中央に固定し、右端から10px内側（タイトルのpadding-right分）に収める */
  #main-faq .u-accordion-area {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  /* 目次はposition:sticky; top:100pxのため、ジャンプ先の見出しも同じ位置に揃える */
  #main-faq .about-faq .list {
    scroll-margin-top: 100px;
  }
  /* エリア見出しと質問ボックス群の間隔（元は30px） */
  #main-faq .about-group .sub-title {
    margin-bottom: 20px;
  }
}

/* プライバシーポリシー（#privacy-policy）内の外部サービス一覧テーブル */
#privacy-policy .privacy-table-wrap {
  overflow-x: auto;
  margin: 12px 0 40px;
}
#privacy-policy .privacy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 1.4rem;
}
#privacy-policy .privacy-table th,
#privacy-policy .privacy-table td {
  border: 1px solid #D9D9D9;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
#privacy-policy .privacy-table th {
  background: #F2F2F2;
  font-weight: bold;
  white-space: nowrap;
}
#privacy-policy .privacy-table td a.link {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #privacy-policy .privacy-table-wrap {
    margin: 12px 0 30px;
  }
  #privacy-policy .privacy-table {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #privacy-policy .privacy-table th,
  #privacy-policy .privacy-table td {
    padding: 8px;
    white-space: normal;
  }
}

/* プライバシーポリシー内の箇条書き（並列する規約・免責事項用） */
#privacy-policy .privacy-dot-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
#privacy-policy .privacy-dot-list li {
  position: relative;
  padding-left: 1.2em;
}
#privacy-policy .privacy-dot-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#privacy-policy .privacy-dot-list li + li {
  margin-top: 6px;
}

#privacy-policy .privacy-inquiry__text {
  font-family: var(--body-font);
}

#main-toiawase .hedBottomTxt a {
  color: #3649FF;
  text-decoration: underline;
}

#main-toiawase .infosComfirm__note > a {
  color: #3649FF;
}

#main-faq .hedBottomTxt a {
  color: #3649FF;
  text-decoration: underline;
}
