@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Zen Maru Gothic", sans-serif;
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 1.5;
  color: #363636;
  background: url(../img/bg__body.png) repeat-x center top;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

ol li {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
  margin-bottom: 5px;
}
ol.em {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

.memo {
  font-size: 14px;
  text-align: center;
}

.common__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__sp {
    display: block;
  }
}
.common__pc_onmini {
  display: block;
}
@media screen and (max-width: 560px) {
  .common__pc_onmini {
    display: none;
  }
}
.common__mini {
  display: none;
}
@media screen and (max-width: 560px) {
  .common__mini {
    display: block;
  }
}
.common__btn {
  margin-bottom: 10px;
}
.common__btn:last-child {
  margin-bottom: 0;
}
.common__btn a, .common__btn .link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  position: relative;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
}
.common__btn a.btn-bl, .common__btn .link.btn-bl {
  background: #004298;
}
.common__btn a.btn-gr, .common__btn .link.btn-gr {
  background: #1E8154;
}
.common__btn a.btn-yl, .common__btn .link.btn-yl {
  background: #FFE000;
  color: #363636;
}
.common__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.common__col02 .col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .common__col02 .col:last-child {
    margin-bottom: 0;
  }
}
.common__col02 .fig__block {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .fig__block {
    width: 100%;
  }
}
.common__col02 .txt__block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .txt__block {
    width: 100%;
  }
}
.common__col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .common__col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.common__col03 li {
  width: calc((100% - 24px) / 3);
}
@media screen and (max-width: 768px) {
  .common__col03 li {
    width: 100%;
  }
}
.common__col04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
.common__col04 .col {
  width: calc((100% - 66px) / 4);
}
@media screen and (max-width: 768px) {
  .common__col04 .col {
    width: calc((100% - 22px) / 2);
  }
}
.common__table {
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 980px) {
  .common__table {
    width: 100%;
    margin-bottom: 30px;
  }
}
.common__table th {
  text-align: left;
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 10px 10px 0;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .common__table th {
    display: inline-block;
    padding: 0 40px 0 0;
    border: none;
  }
}
.common__table td {
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 980px) {
  .common__table td {
    display: inline-block;
    padding: 0 20px 0 0;
    border: none;
  }
  .common__table td:last-child {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
  }
}
.common__pdf__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #363636;
  text-decoration: none;
  background: url(../img/icon__pdf.svg) no-repeat left 4px;
  padding-left: 25px;
}
.common__file__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #363636;
  text-decoration: none;
  background: url(../img/icon__file.svg) no-repeat left 4px;
  padding-left: 25px;
}
.common-txtc {
  text-align: center;
}
.common__nav__page {
  width: 90%;
  font-size: 14px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common__nav__page li {
  margin-right: 5px;
}
.common__nav__page a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2F2F2F;
}
.common__nav__page a::after {
  content: ">";
  margin-left: 7px;
}

.f-red {
  color: #E60012;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.py20 {
  padding: 20px 0;
}

.py30 {
  padding: 30px 0;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
.pagination span, .pagination a {
  position: relative;
  margin: 0 1rem;
  width: 3rem;
  height: 3rem;
  background: #004298;
  border-radius: 1.625rem;
  -webkit-box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
          box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.pagination span {
  background: #ddd;
  color: #2F2F2F;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* fadeIn */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

body.is-nav-open {
  overflow: hidden;
}

:root {
  --header-h: 0px; /* 最低限の初期値 */
}

/* ページ内リンクの着地点すべてに適用 */
[id] {
  scroll-margin-top: var(--header-h);
}

.wrapper {
  overflow: hidden;
}
.wrapper main {
  padding-top: 150px;
}
.wrapper section {
  max-width: 1128px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 90px;
}
.wrapper section h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}
.wrapper section h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  font-size: clamp(30px, 6vw, 40px);
}
@media screen and (max-width: 560px) {
  .wrapper section h2 {
    margin-bottom: 20px;
  }
}
.wrapper section .inner {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.wrapper section.block__mv .period__dtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__mv .period__dtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.wrapper section.block__mv .period__dtl dt {
  font-size: clamp(25px, 6vw, 33px);
  font-weight: 700;
  background: #FFE000;
  border-radius: 7px;
  padding: 5px 15px;
}
.wrapper section.block__mv .period__dtl dd {
  font-size: clamp(21px, 6.5vw, 38px);
  letter-spacing: -0.1em;
  font-weight: 700;
  border-bottom: 6px solid #FFE000;
}
.wrapper section.block__outline .cont__outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__outline .cont__outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 30px;
  }
  .wrapper section.block__outline .cont__outline h2 {
    margin-bottom: 20px;
  }
}
.wrapper section.block__outline .cont__outline .info {
  max-width: 720px;
  width: 100%;
}
.wrapper section.block__outline .cont__outline .common__btn {
  width: 220px;
}
.wrapper section.block__outline h3 {
  border: 1px solid #ABAAAC;
  border-radius: 9px;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  color: #E60012;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wrapper section.block__outline p, .wrapper section.block__outline ul, .wrapper section.block__outline ol {
  margin-bottom: 20px;
}
.wrapper section.block__outline .btn-movie {
  text-align: center;
  display: block;
  font-size: 25px;
  font-weight: 700;
  padding: 26px 20px 20px;
}
.wrapper section.block__outline .btn-movie::before {
  content: "";
  background: url(../img/icon__youtube.svg) no-repeat;
  background-size: contain;
  width: 90px;
  height: 65px;
  display: block;
  margin: 0 auto 20px;
}
.wrapper section.block__information .common__btn {
  display: inline-block;
}
.wrapper section.block__information .common__btn .map {
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  padding: 3px 10px;
  gap: 5px;
}
.wrapper section.block__information .common__btn .map::before {
  content: "";
  background: url(../img/icon__map.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  display: block;
}
.wrapper section.block__information .pannel {
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 20px 25px;
  margin: 40px 0;
}
.wrapper section.block__information .pannel h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.wrapper section.block__application .period {
  font-size: 40px;
  font-size: clamp(30px, 7vw, 40px);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-bottom: 55px;
  line-height: 1.3;
  position: relative;
  letter-spacing: -0.05em;
}
.wrapper section.block__application .period::after {
  content: "";
  background: #FFE000;
  border-radius: 9999px;
  height: 6px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -10px;
}
@media screen and (max-width: 780px) {
  .wrapper section.block__application .common__col02 .col {
    margin-bottom: 0;
  }
}
.wrapper section.block__qa h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid #A0A0A0;
  margin-bottom: 15px;
}
.wrapper section.block__qa .qa__list dt {
  color: #004298;
  font-weight: 700;
  margin-bottom: 20px;
}
.wrapper section.block__qa .qa__list span {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
}
.wrapper section.block__qa .common__btn {
  max-width: 350px;
  margin: 0 auto;
}
.wrapper section.block__qa .common__btn a {
  color: #363636;
}
.wrapper section.block__qa .common__btn a:hover {
  background: #004298;
  color: #fff;
  opacity: 1;
}

.wrapper #header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #FFFCE6;
}
.wrapper #header .inner {
  width: calc(100% - 40px);
  padding: 20px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.wrapper #header .inner .logo {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
}
.wrapper #header .inner .logo a {
  color: #363636;
  text-decoration: none;
}
.wrapper #header .inner .header__nav {
  position: relative;
}
.wrapper #header .inner nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.wrapper #header .inner nav .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .wrapper #header .inner nav .nav__list {
    display: none;
  }
}
.wrapper #header .inner nav .nav__list .navi__item a {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: #363636;
  padding-bottom: 5px;
}
.wrapper #header .inner nav .nav__list .navi__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  display: block;
  background: #FFE000;
}
.wrapper #header .inner nav .nav__list .navi__item a.nav-btn {
  background: #FF4500;
  border-radius: 8px;
  padding: 5px 10px;
  color: #fff;
  min-width: 90px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper #header .inner nav .nav__list .navi__item a.nav-btn::after {
  content: none;
}
.wrapper #header .inner nav .nav__list .navi__item a:hover {
  color: #FF4500;
  opacity: 1;
}
.wrapper #header .inner nav .nav__list .navi__item a:hover::after {
  background: #FF4500;
}
.wrapper #header .inner nav .nav__list .navi__item a:hover.nav-btn {
  color: #363636;
  background: #FFE000;
}
.wrapper #header .inner nav #nav__toggle {
  display: none;
}
@media screen and (max-width: 980px) {
  .wrapper #header .inner nav #nav__toggle {
    display: block;
    width: 35px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
  }
  .wrapper #header .inner nav #nav__toggle div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 50%;
  }
  .wrapper #header .inner nav #nav__toggle span {
    position: absolute;
    display: block;
    height: 5px;
    border-radius: 2px;
    background: #363636;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .wrapper #header .inner nav #nav__toggle span:nth-child(1) {
    top: 0;
  }
  .wrapper #header .inner nav #nav__toggle span:nth-child(2) {
    top: 10px;
  }
  .wrapper #header .inner nav #nav__toggle span:nth-child(3) {
    top: 20px;
  }
}
@media screen and (max-width: 370px) {
  .wrapper #header .inner nav #nav__toggle {
    width: 20px;
    height: 30px;
  }
  .wrapper #header .inner nav #nav__toggle span {
    height: 3px;
    width: 100%;
  }
  .wrapper #header .inner nav #nav__toggle span:nth-child(2) {
    top: 7px;
  }
  .wrapper #header .inner nav #nav__toggle span:nth-child(3) {
    top: 15px;
  }
}
.wrapper #header.open {
  position: fixed;
  right: 0;
  width: 50% !important;
  height: 100vh;
  z-index: 100;
  padding-top: 20px;
  background: #004298;
  border-left: 2px solid #fff;
  overflow-y: scroll;
}
@media screen and (max-width: 760px) {
  .wrapper #header.open {
    width: 100% !important;
  }
}
.wrapper #header.open .inner .logo {
  display: none;
}
.wrapper #header.open .inner .header__nav {
  width: 100%;
  padding-top: 20px;
}
.wrapper #header.open .inner .header__nav nav {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 760px) {
  .wrapper #header.open .inner .header__nav nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wrapper #header.open .inner .header__nav nav .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper #header.open .inner .header__nav nav .nav__list .navi__item a {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.wrapper #header.open .inner .header__nav nav #nav__toggle {
  display: block;
  z-index: 101;
  top: -10px;
  width: 35px;
  height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.wrapper #header.open .inner .header__nav nav #nav__toggle span {
  background: #fff;
  position: absolute;
  display: block;
  height: 5px;
  width: 100%;
}
.wrapper #header.open .inner .header__nav nav #nav__toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.wrapper #header.open .inner .header__nav nav #nav__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.wrapper #header.open .inner .header__nav nav #nav__toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.wrapper footer {
  background: #5C6062;
  padding: 35px 20px;
}
.wrapper footer .inner {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}
.wrapper footer .inner h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

.wp-block-table {
  margin: 0;
  padding: 0;
}
.wp-block-table .has-fixed-layout {
  table-layout: unset;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .wp-block-table .has-fixed-layout {
    width: 100%;
  }
}

.wp-block-table > table {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .wp-block-table > table {
    width: 100%;
  }
}

.wp-block-table th {
  border: none;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 768px) {
  .wp-block-table th {
    border-bottom: none;
  }
}

.wp-block-table td {
  border: none;
  border-bottom: 1px solid #EBEBEB;
}/*# sourceMappingURL=style.css.map */




/* =============================
   フォーム（input, textarea, button）
   ============================= */

form {
  max-width: 720px;
  margin: 0 auto 60px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 10px;
}

form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #363636;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="url"],
form input[type="number"],
form input[type="password"],
form textarea,
form select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  background-color: #fff;
}

form textarea {
  min-height: 120px;
  resize: vertical;
}

form button,
form input[type="submit"] {
  background-color: #004298;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

form button:hover,
form input[type="submit"]:hover {
  background-color: #003070;
}


.btn-custom {
  background-color: #004298;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.btn-custom:hover {
  opacity: 0.8;
}