/* header */
.global-nav.pc .h-mail-li a {
  display: flex !important;
}
.global-nav.pc .h-mail img {
  width: 1.15rem;
  margin-bottom: 0.5rem;
  margin-right: 5px;
}
.global_nav_sp .h-mail {
  display: none;
}
.nav_follow {
    width: 100%;
    /* position: fixed; */
    z-index: 100;
    /* background: #f6f6f6; */
    padding: 15px;
    box-sizing: border-box;
    top: 0;
    height: 5rem;
}

.nav_follow2 {
    width: 100%;
    /* position: fixed; */
    z-index: 100;
    /* background: #f6f6f6; */
    padding: 15px;
    box-sizing: border-box;
    top: 0;
    height: 5rem;
    filter: drop-shadow(0px 1px 6px #ccc);
}

.nav_follow_top > div,
.nav_follow div {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.nav_follow .logo img {
  width: 100%;
  max-width: 140px;
  filter: drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 2px #fff) drop-shadow(0px 0px 2px #fff);
}

.nav_follow .logo {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0.5rem;
}
.nav_follow_top {
  display: none;
}

.nav_follow_sub {
  background: #e8e8e8;
}
.nav_follow_sub .global-nav.pc {
  display: none;
}
.global-sub-nav.cat-navi-list {
  /* padding: 0.5rem; */
  position: relative;
}
.global-sub-nav.cat-navi-list > label {
  width: 100%;
  display: block;
  text-align: right;
  height: 40px;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 0.5rem;
}
.global-sub-nav.cat-navi-list > div {
}
.global-sub-nav.cat-navi-list ul {
  padding-top: 0;
}
.global-sub-nav.cat-navi-list li {
  width: 100%;
  margin: 0 0 1rem;
}
.global-sub-nav.cat-navi-list a {
}
@media screen and (min-width: 1181px) {
  .global-sub-nav.cat-navi-list {
    display: none;
  }
  .nav_follow_sub .global-nav.pc {
    display: block;
  }
  .nav_follow_sub .global-nav.pc ul {
  }
  .global-sub-nav {
  }
  .nav_follow_sub .global-nav_list {
    max-width: 1000px;
    margin: auto;
  }
  .nav_follow_sub .global-nav_list li {
    padding: 1rem 0.5rem;
  }
  .nav_follow_sub ul > li a {
  }
}
#sub-nav-toggle {
  display: none;
  cursor: pointer;
}
#global-sub-nav {
  /* opacity: 0; */
  /* position: absolute;
  top: 56px;
  left: 0; */
  width: 100%;
  /* transform: translateX(100%); */
  z-index: 1001;
  text-align: center;
  color: #454545;
  transition: all 0.8s;
  opacity: 1;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.95);
  display: none;
}
#sub-nav-toggle:checked + #global-sub-nav {
  width: 100%;
  display: block;
  /* transform: translateX(0%); */
}
.sns-nav_list {
  display: flex;
  margin: 1.5rem 0;
}
.sns-nav_list li {
  margin: 0 0.5rem !important;
}
.sns-nav_list li a {
  display: block;
  width: 40px;
}
.sns-nav_list li a img {
  width: 100%;
}
.nav_follow_top .global-nav {
  position: relative;
}
.headertop-nav_list {
  display: flex;
  position: absolute;
  bottom: -2.5rem;
  right: -10px;
}
.headertop-nav_list li {
  margin: 0 0.5rem !important;
}
.headertop-nav_list li a {
  display: block;
}

/*hamburgermenuハンバーガー***************************************/
/*クリックされていないときのボタン*/
.toggle {
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 15px;
  top: 16px;
  width: 45px;
  height: 39px;
  cursor: pointer;
  z-index: 1002;
  /* background: rgba(255,255,255,0.7); */
}

.toggle span {
  display: block;
  position: absolute;
  /* .toggleに対して */
  width: 70%;
  border-bottom: solid 2px #000;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  padding-top: 5px;
  right: 7px;
}

.toggle span:nth-child(1) {
  top: 0;
}

.toggle span:nth-child(2) {
  top: 13px;
}

.toggle span:nth-child(3) {
  top: 26px;
}

.toggle span:nth-child(4) {
  border: none;
  top: 28px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}

/*クリックされたときのボタン*/
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 15px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global_nav_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  z-index: 1001;
  text-align: center;
  color: #454545;
  transition: all 0.8s;
  opacity: 1;
  padding: 0 0 10px 0;
  height: 100vh;
}

.global_nav_sp.active {
  width: 100%;
  transform: translateX(0%);
}

/* .global_nav_sp ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, 48%);
    grid-gap: 10px;
    justify-content: center;
    padding: 65px 0 0 0;
    margin-top: 2rem;
} */

.global_nav_sp ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  padding: 65px 0 0 0;
  margin-top: 1rem;
  flex-direction: column;
  align-content: center;
}
.head-nav00 {
  padding-top: 3rem;
}
.head-nav00 a {
  width: 100%;
  font-size: 1.2rem !important;
}
.global_nav_sp .nav-only {
  width: 50%;
  /* display: flex; */
}
.global_nav_sp .nav-only a {
  /* width:49%; */
  text-decoration: underline;
}
.global_nav_sp ul li {
  width: 100%;
  list-style-type: none;
  box-sizing: border-box;
}

.global_nav_sp ul li a {
  display: block;
  padding: 16px 0;
  display: block;
}

.global_nav_sp a span {
  display: block;
}

.global_nav_sp .credit {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}

.global_nav_sp .credit img {
  width: 100%;
  height: auto;
  padding: 1rem 0 0;
}

.global_nav_sp .sns {
  display: grid;
  grid-template-columns: repeat(auto-fit, 25px);
  grid-gap: 10px;
  justify-content: center;
  padding: 10px 0;
}

.fix-header {
  top: 0;
  left: 0;
  /* position: fixed; */
  opacity: 1;
  z-index: 1000;
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 640px) {
  .nav_follow {
    padding: 0.42rem 0 0 !important;
    height: 5.5rem;
  }
  .nav_follow div {
    display: flex;
    align-items: center;
  }
  .nav_follow .logo {
    /* width: 255px; */
    /* display: block; */
    box-sizing: border-box;
    margin: 0 auto 0 1rem;
  }
  .global-nav {
    display: none;
  }
  .nav_follow .logo img {
    width: 100%;
  }
  .toggle {
    top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .fix-header {
    top: 0;
    left: 0;
    /* position: fixed; */
    /* opacity: 0; */
    z-index: 1000;
    width: 100%;
  }
}

@media screen and (min-width: 1181px) {
  .toggle {
    display: none;
  }

  .nav_follow_top {
    display: block;
  }
  header .global-nav_list,
  header .global-nav.pc {
    justify-content: right;
  }

  .global-nav {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
  }
  .nav_follow,
  .nav_follow_top {
    /* padding: 0 15% !important; */
  }
  .nav_follow {
    /* background: #f1f1f1; */
    height: 5.5rem;
    display: flex;
    /* padding: 0 15% !important; */
  }

  .nav_follow .logo {
    padding: 0.5rem 0 0;
  }
  .nav_follow .logo img {
    max-width: 300px;
  }

  p.main-logo_under {
    font-size: 2rem;
    text-align: center;
    padding: 0 12% 0 0;
    margin: -1rem 0 0 0;
    filter: drop-shadow(2px 4px 6px #fff);
}

  .global-nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 0 0;
  }
  .global-nav_list li {
    padding: 2.75rem 0.5rem 0;
  }

  .global-nav_list a {
    display: block;
    font-size: 0.8vw;
    width: max-content;
    text-align: center;
    font-weight: bold;
  }

  .global-nav_list a span {
    display: block;
    font-family: "Jost", sans-serif;
  }
  .nav_follow .head_btn {
    margin: 0 0.5rem;
  }
}

.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* background: #fff; */
  width: 11%;
  margin-top: 2.25rem;
  margin-left: -1rem;
  padding: 0.75rem 0.2rem;
}
.menu__second-level li {
  padding: 0.25rem 0 0.25rem 0.5rem;
}
li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  background: #fff;
}
.menu__second-level a {
  font-size: 0.7vw;
}
/*footer */

footer {
  padding: 0;
  background: #f9f9f9;
}

footer .inner {
  padding: 2rem 0 0;
  margin: 0 auto;
}

footer .logo {
  width: 245px;
  display: block;
  margin-bottom: 2rem;
  margin: 0 auto 2rem;
}

footer .logo img {
  width: 100%;
  height: auto;
}

footer ul.foot_navi_list li span {
display: none !important;
}

footer ul.foot_navi_list li {
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 640px) {
  /* footer ul.foot_navi_list li{
  display: flex;
  width: 67%;
  margin: 0 auto;
} */
  /* footer ul.foot_navi_list {
    display: grid;
    display: none;
    grid-template-columns: repeat(auto-fit,48%);
    justify-content: space-between;
    text-align: center;
    grid-gap: 4px 0;
} */
  footer {
    overflow: hidden;
    height: 25rem;
  }
  footer .inner {
    width: 100%;
    padding: 0;
  }
  .foot_navi_list-wrap {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    padding: 4rem 2rem 2rem;
    padding: 0 0 2rem;
  }

  footer ul.foot_navi_list {
    width: 100%;
    display: none;
    justify-content: space-between;
    grid-gap: 4px 0;
    margin: 0;
  }
  footer ul.foot_navi_list li {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
  .f-logo-area {
    font-size: 1.1rem;
    /* border-bottom: 1px solid #cbcbcb; */
  }
  .f-adress {
    text-align: center;
    font-size: 0.85rem;
  }
  footer .logo img {
    width: 100%;
    height: auto;
    text-align: center;
  }
}

footer ul.foot_navi_list a {
  /* text-decoration: underline;
  text-decoration-skip-ink: none; */
  color: #212121;
}
footer ul.foot_navi_list li:nth-of-type(1) a {
  font-weight: bold;
  color: #fff;
}
footer ul.foot_navi_list li:first-child {
}
@media screen and (max-width: 640px) {
  .foot_navi_list {
    width: 100%;
    margin: 4rem auto 2rem;
  }
  .foot_navi_list li:first-child {
    display: flex;
    background: linear-gradient(78deg, #4caf50 0%, #4caf50 90%);
    padding: 1rem;
    margin-bottom: 0 !important;
  }
  footer ul.foot_navi_list li span {
    /* margin-top: 1px; */
    vertical-align: middle;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 640px) {
  /* footer ul.foot_navi_list {
    display: flex;
    grid-template-columns: max-content;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
} */
  .foot_navi_list li:first-child {
    margin-bottom: 1rem !important;
    /* margin-left: -1.5rem; */
  }
  footer ul.foot_navi_list li {
    padding: 0px 10px;
  }
  footer ul.foot_navi_list li:first-child {
    border: none;
  }
}

footer small {
  text-align: center;
  width: 100%;
  display: block;
  padding: 0.5rem 0;
  box-sizing: border-box;
  margin: 0 auto 0;
  background: #cbcbcb;
  color: #fff;
}

.foot_navi {
    display: grid;
    grid-template-columns: repeat(auto-fit, 50% 25% 25%);
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    justify-content: end;
}

.foot_navi li {
  height: 70px;
}

.foot_navi li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    height: 70px;
    color: #fff;
}

.foot_navi li a img {
  height: 20px;
  width: auto;
}

@media screen and (min-width: 640px) {
  footer .inner {
    padding: 0;
    /* display: flex;
      justify-content: space-between; */
    width: 100%;
    max-width: 1000px;
  }
  .foot_navi_list-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
    .foot_navi_list {
        width: 100%;
        display: flex;
        margin: 1rem auto;
        text-align: center;
        flex-direction: row;
        align-content: space-between;
        justify-content: center;
    }

  .foot_navi_list li:first-child {
    /* margin-left: -1.75rem; */
  }
  .main-li {
  }
  .f-adress {
    padding-left: 2rem;
    padding-top: 1rem;
    font-size: 0.5rem;
    font-weight: bold;
  }
  .f-logo-area {
    font-size: 0.75rem;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
  }
  .foot_navi_list .material-icons {
    color: #000;
    vertical-align: middle;
    font-size: 28px;
    line-height: 1.2;
  }
  p.btn_totop.pc {
    position: fixed;
    right: 10%;
    bottom: 5%;
    z-index: 100;
  }

  p.btn_totop.pc a {
    padding: 15px 15px;
    display: block;
    cursor: pointer;
    line-height: 1;
    border-radius: 2rem;
    height: unset !important;
    width: unset;
  }
  footer small {
    margin: 0 auto;
  }
}

.contents_header {
  height: 21rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.9) 100%), url(../img/head-bg.jpg); */
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
.contents_header h1 {
  font-size: 2rem;
  padding: 0;
  width: 100%;
  line-height: 1;
}

/* .about-bg{
  background: url(../img/head-bg/about.jpg);
}
.flow-bg{
  background: url(../img/head-bg/flow.jpg);
}
.schedule-bg{
  background: url(../img/head-bg/schedule.jpg);
}
.examination-bg{
  background: url(../img/head-bg/examination.jpg);
}
.documents-bg{
  background: url(../img/head-bg/documents.jpg);
}
.minutes-bg{
  background: url(../img/head-bg/minutes.jpg);
}
.info-bg{
  background: url(../img/head-bg/info.jpg);
}
.sitemap-bg{
  background: url(../img/head-bg/sitemap.jpg);
} */
.under-page-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.under-cont_titile {
  padding: 2rem 1rem 1rem;
  text-align: center;
}
.under-cont_titile h2 {
  font-size: 2.5rem;
  line-height: 1.5;
}
.under-cont_titile p {
  line-height: 1;
}

.under-section2 .under-cont_titile,
.under-section .under-cont_titile {
  padding: 2rem 0 1rem;
  width: 100%;
}
.under-section2 .under-cont_titile h2,
.under-section .under-cont_titile h2 {
  background-color: #f4eedf;
  font-size: 1.5rem;
  text-align: left;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 640px) {
  .contents_header {
    height: 10rem;
    padding: 2rem 0;
    background-position: center;
    flex-direction: column;
  }
  .about-bg,
  .flow-bg,
  .schedule-bg,
  .examination-bg,
  .documents-bg,
  .minutes-bg,
  .sitemap-bg,
  .info-bg {
    background-size: 200% !important;
    background-position: center;
  }
  .under-cont_titile h2 {
    font-size: 2rem;
  }
}

/* フォーム内　*/

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 0;
}
table.formTable td,
table.formTable th {
  border: none;
  padding: 10px 0;
  display: block;
  font-size: 1.2rem;
}
table.formTable th {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  background: #eaddbf;
  padding-left: 1rem;
  text-align: left;
}

#formWrap p {
  text-align: center;
  padding-bottom: 1.5rem;
}

table.formTable select {
  width: 400px;
  height: 28px;
}

table.formTable input {
  width: 400px;
  height: 28px;
}

.formTable tr {
  height: 70px;
}

.formTable Th {
  color: #212121;
}

.btn01 a {
  background: linear-gradient(15deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 260%, rgba(0, 0, 0, 1) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 6px;
  margin: 3rem 0;
}

.btn-9 a {
  background: #eaddbf !important;
  border-radius: 2rem !important;
  text-align: center;
  width: 12rem;
  display: flex;
  justify-content: center;
  border: 1px solid #212121;
  color: #212121 !important;
}

.btn01 {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
form input[type="text"],
form textarea {
  display: block;
  border: 1px solid #ddc797;
  height: 10rem;
  width: 100%;
  border-radius: 5px;
  font-size: 1rem;
  padding-left: 0.5rem;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
  display: block;
  width: 100%;
  height: 40px;
}
table.formTable select {
  border: 1px solid #ddc797;
  height: 2rem;
  width: 100%;
  border-radius: 5px;
  font-size: 1rem;
}
table.formTable input {
  border: 1px solid #ddc797;
  height: 2rem;
  width: 100%;
  border-radius: 5px;
  font-size: 1rem;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    /* margin-top:5px; */
    border-bottom: 0;
  }
  table.formTable tr:nth-of-type(n + 2) th {
    border-top: 0;
  }
}

/*申請について*/

.under-cont_sin01 h3 {
  border-bottom: 1px solid #ccc;
}

.under-cont_sin01 p {
  padding: 1rem 0;
  margin-top: 2rem;
}
.under-cont_sin01 p.signature {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  justify-content: right;
}
.under-cont_sin01 p.signature span {
  display: block;
  width: 100%;
}

.under-cont_sin02 p {
  background: #fff;
  padding: 1rem;
}

.under-cont_fl01 img {
  width: 98%;
}

.under-cont_fl01sp img {
  display: none;
}

.under-cont_fl02 img {
  width: 98%;
}
.under-cont_sin01 {
  margin-top: 2rem;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .under-cont_fl01 img {
    display: none;
  }
  .under-cont_fl01sp img {
    width: 60%;
    display: flex;
    margin: 0 auto;
  }

  .under-cont_sin01 p {
    font-size: 14px;
  }
}

/*サイトマップ*/

.sitemap_navi_list-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 48%);
  grid-gap: 2rem 0;
  justify-content: space-between;
  padding: 4rem 2rem 2rem;
}

.sitemap ul.foot_navi_list {
  width: 100%;
  display: block;
  justify-content: space-between;
  grid-gap: 4px 0;
  margin: 0;
}
.sitemap ul.foot_navi_list li {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.sitemap ul.foot_navi_list a {
  /* text-decoration: underline;
  text-decoration-skip-ink: none; */
  color: #212121;
  font-size: 0.75rem;
}

@media screen and (max-width: 640px) {
  .sitemap_navi_list {
    width: 100%;
    /* margin: 4rem auto 2rem;*/
  }
  .sitemap_navi_list li:first-child {
    margin-left: -1.5rem;
    display: flex;
  }
  .sitemap ul.foot_navi_list li span {
    /* margin-top: 1px; */
    vertical-align: middle;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 640px) {
  /* footer ul.foot_navi_list {
      display: flex;
      grid-template-columns: max-content;
      justify-content: center;
      text-align: center;
      flex-wrap: wrap;
  } */

  .sitemap ul.foot_navi_list li {
    padding: 0px 10px;
  }
  sitemap ul.foot_navi_list li:first-child {
    border: none;
  }
}

.sitemap small {
  text-align: center;
  width: 100%;
  display: block;
  padding: 1rem 0;
  box-sizing: border-box;
  margin: 0 auto 0;
  background: #454545;
  color: #fff;
}

.sitemap_navi {
  display: grid;
  grid-template-columns: repeat(auto-fit, 21% 21% 21% 21% 16%);
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  justify-content: end;
}

.sitemap_navi li {
  height: 70px;
}

.sitemap_navi li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  height: 70px;
}

.sitemap_navi li a img {
  height: 20px;
  width: auto;
}

@media screen and (min-width: 640px) {
  sitemapr .inner {
    display: flex;
    justify-content: space-between;
    width: 93%;
    max-width: 1000px;
  }
  .sitemap_navi_list-wrap {
    width: 80%;
    /* display: flex; */
    justify-content: flex-end;
    margin-left: 18%;
  }
  .sitemap_navi_list {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sitemap_navi_list li:first-child {
    margin-left: -1.75rem;
  }
}

/*
|
|#scroll-top位置変更
|
*/
/* .f-logo-area .logo {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 2rem;
}

#scroll-top{
  opacity: 0;
  transition: opacity 350ms ease;
  position: relative;
}

footer small {
    color: #fff;
    font-size: 0.5rem;
    background: #454545;
}

.foot_navi {
    display: grid;
    grid-template-columns:repeat(auto-fit,21% 21% 21% 21% 16%);
    text-align: center;
    width: 100%;
    z-index: 100;
    justify-content: end;
}
.foot_navi li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    height: 70px;
    position: absolute;
    top: 38px;
    left: calc(50% - 32px);
} */
.foot-navi {
}
.foot_inner_parent {
}
.donations-subscription-link02 {
}
.donations-subscription-link02 img {
  filter: invert(1);
  opacity: 0.6;
}
.donations-subscription-link02 > div {
}

.donations-wrap .donations-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
.donations-wrap .donations-list > li {
  width: 100%;
  margin-bottom: 1rem;
}
.donations-wrap .donations-list > li > a {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  /* box-shadow: 2px 2px 0px 1px #d3d3d3; */
  border: 1px solid #cfcfcf;
  /* border-radius: 25px; */
  overflow: hidden;
}
.donations-wrap .donations-list > li > a img {
  width: 80px;
  height: 90px;
  object-fit: contain;
  margin: 0.5rem 0;
}
.donations-wrap .donations-list > li > a span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.85rem 0;
  font-size: 1.6rem;
  background: #eaddbf;
}
.donations-subscription-link {
  display: flex;
  background: linear-gradient(78deg, #ebb513 0%, rgb(248 207 86) 90%);
  width: 100% !important;
  justify-content: center;
  flex-wrap: wrap;
  /* box-shadow: 2px 2px 0px 1px #d3d3d3; */
  /* border: 1px solid; */
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
  margin-bottom: 1rem;
}
.donations-subscription-link img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin: 1rem 2rem 1rem 2rem;
  opacity: 0.5;
  filter: invert(100%);
}
.donations-subscription-link > div {
  width: calc(100% - 125px);
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.donations-subscription-link span {
}
.donations-detail-list li {
}
.donations-detail-list li a {
  border-bottom: 1px solid #000260;
  color: #000260;
  position: relative;
}
.donations-detail-list li a:after {
  content: ">";
  position: absolute;
  right: -14px;
}

@media screen and (min-width: 640px) {
  .donations-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .top_donations .top_inner_parent {
    padding: 1rem 0 0;
  }
  .donations-wrap .donations-list > li {
    width: 32.5%;
  }
  .donations-subscription-link {
    width: 66%;
  }
  .donations-subscription-link > div {
    width: 66%;
  }
  .donations-subscription-link span {
    font-size: 1.6rem;
    margin-left: 1.5rem;
    display: contents;
    white-space: nowrap;
  }
  .donations-detail-list {
    width: 26%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    margin-left: 2rem;
  }
}
.dl-child-list {
}
.dl-child-list {
}
.dl-child-list li dl dd p {
  margin: 0;
  padding: 0.5rem 0;
}
.dl-child-list li {
}
.dl-child-list li dl {
  border-bottom: 1px solid #bbb;
  padding: 1rem 0;
}
.dl-child-list li dt {
  font-weight: bold;
  font-size: 1rem !important;
}
.dl-child-list li dd {
}

.top_donations {
  background: linear-gradient(78deg, rgba(245, 231, 118, 0.2) 0%, rgba(152, 191, 25, 0.4) 90%);
}
.btn_link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #333;
}
.btn_link span {
  transition: 0.3s ease-in-out;
}
.btn_link:hover span {
  margin-left: 0.25rem;
}

.btn_tel a {
    font-size: 1rem !important;
    font-weight: 900;
}

.cf7-studio .cf7-row{margin:0 0 14px;}
.cf7-studio label{display:block;font-weight:600;}
.cf7-studio input[type="text"],
.cf7-studio input[type="email"],
.cf7-studio input[type="tel"],
.cf7-studio input[type="date"],
.cf7-studio input[type="number"],
.cf7-studio select,
.cf7-studio textarea{
  width:100%;
  box-sizing:border-box;
  padding:12px 12px;
  border:1px solid #d7d7d7;
  border-radius:10px;
   background: #fff;
}
.cf7-studio textarea{resize:vertical;}
.cf7-studio .cf7-2col{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media (max-width: 640px){
  .cf7-studio .cf7-2col{grid-template-columns:1fr;}
}
.cf7-studio .cf7-actions .wpcf7-submit {
    width: 100%;
    padding: 0 16px;
    border-radius: 999px;
    background: #a3a3a3;
    margin: 3rem auto 0;
    font-weight: 900;
    color: #fff;
}
.cf7-studio .cf7-hr{border:0;border-top:1px solid #eee;margin:18px 0;}
.cf7-studio .req{color:#c00;font-weight:700;margin-left:6px;}
.cf7-studio .wpcf7-not-valid-tip{margin-top:6px;}

/* 追記 */
.wrapper {
  height: 100%;
  position: relative;  
  width: 100%; 
}

.bg-1 {
    background: none !important;
    /* text-shadow: 0 0 0px rgba(0, 0, 0, 0); */
    padding: 0;
}

.wrapper-sp {
    display: none;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:600px){
  .wrapper{
    display: none;
 }

 .wrapper-sp {
        display: block;
}
}


.tab-container ul {
    display: flex;
    position: relative;
    margin: 0;
    padding: 4px;
    list-style: none;
    border-radius: 8px;
}

.tab-container .slide-indicator {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(33.333% - 8px);
    height: calc(100% - 8px);
    background: #f0f0f0;
    border-radius: 6px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.tab-container ul li {
    flex: 1;
    position: relative;
    text-align: center;
    margin: 0 1px;
    padding: 16px 24px;
    color: #999;
    font-weight: 300;
    letter-spacing: 0.5px;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    z-index: 2;
}

.tab-container ul li.selected {
    color: #333;
    font-weight: 500;
}

.tab-container ul li:not(.selected):hover {
    color: #666;
    background: transparent;
}

.tab-content {
    display: none;
    padding: 32px 24px;
    min-height: 150px;
    color: #666;
    line-height: 1.6;
}

.tab-content.selected {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.cf7-studio .cf7-label{
  display:block;
  font-weight:600;
  margin-bottom:6px;
}

.cf7-privacy-row{
  display:flex;
  align-items:flex-start;
  gap:8px;
  font-size:14px;
}

.cf7-privacy-row input[type="checkbox"]{
  margin-top:2px;
}




