html:has(.p-localnav) {
  scroll-behavior: smooth;
}

.c-pageTitle > * {
  font-weight: bold !important;
}

@media screen and (min-width: 1000px) {
  .c-pageTitle {
    margin-bottom: 88px;
    padding-right: 64px;
    padding-left: 64px;
    font-size: 48px;
    line-height: 1.4;
  }

  .c-pageTitle > * {
    max-width: 880px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  .c-pageTitle {
    margin-bottom: 62px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
  }
}

.c-headline__main {
  font-weight: bold;
}

.c-headline__sub {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #bcbcbc;
}

@media screen and (min-width: 1000px) {
  .c-headline {
    margin-bottom: 72px;
  }

  .c-headline__main {
    font-size: 36px;
    line-height: 1.4;
  }

  .c-headline__sub {
    margin-top: 8px;
  }
}

@media screen and (max-width: 999px) {
  .c-headline {
    margin-bottom: 24px;
  }

  .c-headline__main {
    font-size: 24px;
    line-height: 1.4;
  }

  .c-headline__sub {
    margin-top: 4px;
  }
}

.c-headline2 {
  margin-bottom: 64px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}

.c-headline2:not(:first-child) {
  margin-top: 72px;
}

@media screen and (max-width: 999px) {
  .c-headline2 {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }

  .c-headline2:not(:first-child) {
    margin-top: 40px;
  }
}

.c-headline3 {
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}

.c-headline3:not(:first-child) {
  margin-top: 72px;
}

@media screen and (max-width: 999px) {
  .c-headline3 {
    font-size: 1.8rem;
  }

  .c-headline3:not(:first-child) {
    margin-top: 40px;
  }
}

.c-dotList {
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

.c-dotList li {
  list-style: disc;
  list-style-position: outside;
}

.c-dotList li:not(:last-of-type) {
  margin-bottom: 8px;
}

.c-dotList li::marker {
  color: #41a9da;
}

.c-dotList a {
  text-decoration: underline;
}

.c-dotList a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  margin-left: 4px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon-exlink-default.svg) left top no-repeat;
  background-size: 100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .c-dotList a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 999px) {
  .c-dotList {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.c-btnEpm {
  display: inline-block;
  background-color: #41a9d4;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.c-btnEpm.c-btnEpm--longtext {
  font-size: 1.6rem;
}

.c-btnEpm > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  min-width: 240px;
  padding: 4px 20px;
}

@media screen and (min-width: 1000px) {
  .c-btnEpm {
    font-size: clamp(18px,2vw,21px);
  }

  .c-btnEpm .icon {
    width: clamp(20px,2.4vw,30px);
  }

  .c-btnEpm.c-btnEpm--longtext {
    font-size: clamp(1.6rem,2.4vw,2rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-btnEpm:hover {
    background-color: #3487aa;
  }
}

.c-btnForm {
  display: inline-block;
  min-width: 240px;
  padding: 18px 20px;
  background-color: #41a9d4;
  color: white;
  font-size: 18px !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-radius: 5px;
}

@media screen and (min-width: 1000px) {
  .c-btnForm {
    min-width: 424px;
    font-size: clamp(18px,2vw,21px) !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-btnForm:hover {
    background-color: #3487aa;
  }
}

.c-flow {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
@media only screen and (max-width: 599px) {
  .c-flow {
    margin-bottom: 40px;
  }
}
.c-flow__arrow {
  width: 15px;
  margin: 0 28px;
  padding-top: 17.5px;
}
@media only screen and (max-width: 767px) {
  .c-flow__arrow {
    margin: 0 10px;
  }
}
.c-flow__arrow svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: #bcbcbc;
}
.c-flow__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px #bcbcbc;
  border-radius: 50%;
  color: #bcbcbc;
}
.c-flow__step span {
  font-size: 1.6rem;
  font-weight: 800;
  color: currentcolor;
}
.c-flow__text {
  margin-top: 10px;
  color: #bcbcbc;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.c-flow__item.is-active .c-flow__step {
  border-color: #f9bf30;
  background-color: #f9bf30;
  color: #fff;
}
.c-flow__item.is-active .c-flow__text {
  color: #231815;
}

.c-paragraph {
  font-size: 1.6rem;
  line-height: 1.8;
}

.c-paragraph p ~ p {
  margin-top: 1em;
}
.c-paragraph small {
  font-size: 87.5%;
}
@media only screen and (max-width: 767px) {
  .c-paragraph {
    font-size: 1.4rem;
  }
}

.c-baseTable {
  width: 100%;
  background-color: white;
}

.c-baseTable__wrap .c-baseTable {
  min-width: 744px;
}

.c-baseTable .icon {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  margin: 4px 2px 0 4px;
}
.c-baseTable .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #231815;
}
.c-baseTable th,
.c-baseTable td {
  padding: 8px;
  border: solid 1px #bcbcbc;
  font-size: 1.1rem;
  line-height: 1.5;
}
.c-baseTable th {
  background-color: #231815;
  color: #fff;
  border-color: #fff;
  text-align: center;
}

.c-baseTable th small {
  color: white;
  font-size: 1rem;
}

.c-baseTable th .notice {
  text-align: left;
  line-height: 1.2;
}

.c-baseTable tr:nth-of-type(2n + 1) {
  background-color: #f2f3f3;
}
.c-baseTable ul {
  padding-left: 1em;
}
.c-baseTable ul li {
  list-style: disc outside;
}

.c-baseTable a {
  text-decoration: underline;
}

.c-baseTable a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  margin-left: 4px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon-exlink-default.svg) left top no-repeat;
  background-size: 100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .c-baseTable a:hover {
    text-decoration: none !important;
  }
}

.c-tableList a {
  text-decoration: underline;
}

.c-tableList a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  margin-left: 4px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon-exlink-default.svg) left top no-repeat;
  background-size: 100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .c-tableList a:hover {
    text-decoration: none;
  }
}

.c-tableList dt,
.c-tableList dd {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

.c-tableList dd a {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .c-tableList dt,
  .c-tableList dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .c-tableList dt {
    font-weight: bold;
  }
}

.c-tableList__item {
  border-bottom: solid 2px #ebebeb;
}
@media only screen and (min-width: 768px) {
  .c-tableList__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-tableList__item {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-tableList__item::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: #41a9d4;
  }
}
@media only screen and (min-width: 768px) {
  .c-tableList__title {
    width: 200px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-tableList__title {
    margin-bottom: 8px;
    padding: 0 4px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .c-tableList__content {
    width: calc(100% - 200px);
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-tableList__content {
    padding: 0 4px;
  }
}

.p-frame,
.p-frame *,
.p-frame1col,
.p-frame1col * {
  box-sizing: border-box;
}

.p-frame img,
.p-frame1col img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  .l-main--withlocalnav {
    overflow: visible;
  }

  .c-block__bread.c-block__bread--withlocalnav {
    margin-top: 0;
    padding-top: 70px;
  }

  .p-frame {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 180px;
  }

  .p-frame__aside {
    flex-shrink: 0;
    position: sticky;
    top: 200px;
    width: 320px;
  }

  .p-frame__main {
    flex: 1;
    padding-right: 20px;
    padding-left: 20px;
    max-width: calc(100% - 320px);
  }

  .p-frame__mainIn {
    max-width: 780px;
    margin: 0 auto;
  }

  .p-frame__mainWide {
    flex: 1;
    width: calc(100% - 320px);
    padding-left: 20px;
  }

  .p-frame__mainWideIn {
    max-width: 1040px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1536px) {
  .p-frame__main,
  .p-frame__mainWide {
    padding-right: 340px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  .p-frame {
    padding-bottom: 100px;
  }

  .p-frame__aside {
    display: none;
  }

  .p-frame__main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-frame__mainWide {
    padding-bottom: 100px;
  }

  .p-frame__mainWide .c-headline {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-frame1col__lead {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

.p-frame1col__lead a {
  text-decoration: underline;
}

.p-frame1col__lead a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  margin-left: 4px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon-exlink-default.svg) left top no-repeat;
  background-size: 100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-frame1col__lead a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 999px) {
  .p-frame1col__lead {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1000px) {
  .p-frame1col {
    margin-bottom: 88px;
    padding-right: 64px;
    padding-left: 64px;
    font-size: 48px;
    line-height: 1.4;
  }

  .p-frame1col:last-child {
    margin-bottom: 0;
    padding-bottom: 180px;
  }

  .p-frame1col__inner {
    max-width: 880px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  .p-frame1col {
    margin-bottom: 62px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
  }

  .p-frame1col:last-child {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}

.p-localnav {
  font-size: 1.6rem;
}

.p-localnav li {
  line-height: 1.4;
}

.p-localnav li:not(:last-of-type) {
  margin-bottom: 18px;
}

.p-localnav a {
  position: relative;
  display: block;
  padding-left: 64px;
  color: #bcbcbc;
  font-weight: bold !important;
}

.p-localnav a.is-active {
  color: #333;
}

@media (hover: hover) and (pointer: fine) {
  .p-localnav a:hover {
    color: #333;
  }
}

.p-localnav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 44px;
  height: 10px;
  background: #41a9d4;
  opacity: 0;
}

.p-localnav a.is-active::before {
  opacity: 1;
}

.p-section:not(:last-of-type) {
  border-bottom: solid 1px #e5e5e5;
}

@media screen and (min-width: 1000px) {
  .p-section:not(:last-of-type) {
    margin-bottom: 116px;
    padding-bottom: 116px;
  }
}

@media screen and (max-width: 999px) {
  .p-section:not(:last-of-type) {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}

.p-configlink__lead {
  margin-bottom: 28px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-configlink__list {
  display: grid;
  row-gap: 12px;
}

.p-configlink__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #41a9d4;
  min-height: 60px;
  color: white !important;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.p-configlink__list.p-configlink__list--year li a::after {
  content: "年度";
}

.p-configlink__btnArea {
  margin-top: 80px;
}

@media (hover: hover) and (pointer: fine) {
  .p-configlink__list li a:hover {
    background-color: #3487aa;
  }
}

.p-configlink__list li a .icon {
  width: 27px;
  aspect-ratio: 1/1;
  margin-right: 10px;
}

.p-configlink__list li a .icon svg {
  fill: white;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .p-configlink__list li a {
    font-size: clamp(18px,2vw,21px);
  }

  .p-configlink__list li a .icon {
    width: clamp(20px,2.4vw,30px);
  }
}

@media screen and (min-width: 600px) {
  .p-configlink__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }

  .p-configlink__list.p-configlink__list--month {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    column-gap: 10px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 599px) {
  .p-configlink__lead {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .p-configlink__list {
    max-width: 360px;
    margin: 0 auto;
  }
}

.p-configlink__notice {
  margin: 30px 0;
  padding: 12px 16px;
  background-color: #fff;
  border: solid 2px #ff0000;
}

.p-configlink__notice * {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #ff0000;
}

.p-configlink__noticeText::before {
  content: "※";
}

@media screen and (min-width: 600px) {
  .p-configlink__noticeText {
    position: relative;
    padding-left: 1.2em;
  }

  .p-configlink__noticeText::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 599px) {
  .p-configlink__notice {
    padding: 12px;
  }

  .p-configlink__notice * {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-config__btn {
  margin-top: 64px;
  text-align: center;
}

.p-config__wrap {
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-config__wrap a:not(.p-config__btn a) {
  text-decoration: underline;
}

.p-config__wrap a[target="_blank"]:not(.p-config__btn a)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  margin-left: 4px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon-exlink-default.svg) left top no-repeat;
  background-size: 100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-config__wrap a:not(.p-config__btn a):hover {
    text-decoration: none;
  }
}

.p-config__wrap h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .p-config__wrap h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.p-config__wrap h4 {
  font-size: 18px;
  font-weight: 600;
}
.p-config__wrap ul {
  padding: 8px;
  margin: 24px 16px 0;
  background-color: #f2f3f3;
  font-size: 1.2rem;
}
.p-config__wrap ul li {
  position: relative;
  padding-left: 1.2em;
}
.p-config__wrap ul li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-config__wrap ol {
  margin: 24px 16px 0;
  padding: 8px 8px 8px 2em;
  background-color: #f2f3f3;
  font-size: 1.2rem;
}
.p-config__wrap ol > li {
  list-style-type: disc;
}
.p-config__wrap ol > li > ol {
  margin: 0;
  padding: 0 0 0 2em;
}
.p-config__wrap ol > li > ol > li {
  list-style-type: decimal;
}
.p-config__wrap ul + ul,
.p-config__wrap ul + ol,
.p-config__wrap ol + ul,
.p-config__wrap ol + ol {
  margin-top: 8px;
}
.p-config__wrap th {
  line-height: 1.2;
  text-align: center;
}
.p-config__wrap td {
  vertical-align: top;
}
.p-config__wrap .float_r {
  float: right;
}
.p-config__wrap > table {
  width: 100%;
  margin-top: 80px;
  table-layout: fixed;
}
.p-config__wrap > table:first-of-type {
  margin-top: 0;
}
.p-config__wrap > table th,
.p-config__wrap > table td {
  vertical-align: top;
}
.p-config__wrap > table.col2 {
  table-layout: auto;
}
.p-config__wrap > table.col2 tr td {
  vertical-align: middle;
}
.p-config__wrap > table.col2 tr td:first-of-type {
  width: 65%;
}
.p-config__wrap > table.col2 tr td:nth-of-type(2) {
  width: 35%;
}
.p-config__wrap > table td,
.p-config__wrap > table th {
  padding: 16px;
}
.p-config__wrap > table td > table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
.p-config__wrap > table td > table th,
.p-config__wrap > table td > table td {
  padding: 8px;
  border: solid 1px #bcbcbc;
  vertical-align: middle;
}
.p-config__wrap > table td > table th {
  background-color: #f2f3f3;
}

.p-epmform__lead {
  margin: 42px 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-epmform__lead {
    margin: 24px 0;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 16px;
  }
}

.p-epmform__body {
  background-color: white;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  text-align: left;
}

@media screen and (min-width: 1000px) {
  .p-epmform__body {
    padding: 80px 40px;
  }

  .p-epmform__body--narrow {
    padding: 16px;
  }
}

@media screen and (max-width: 999px) {
  .p-epmform__body {
    padding: 40px 12px;
  }

  .p-epmform__body--narrow {
    padding: 8px;
  }
}

.p-epmform form * {
  line-height: 1.5;
  font-size: 16px;
}

.p-epmform a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  margin-left: 4px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon-exlink-default.svg) left top no-repeat;
  background-size: 100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-epmform a:hover,
  .p-epmform .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    text-decoration: none;
  }
}

.p-epmform .error {
  color: #b60000;
}
.p-epmform a:not(.tel a, .c-btnForm, .c-btnEpm),
.p-epmform .wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #333;
}
.p-epmform em {
  display: inline-block;
  width: 38px;
  height: 20px;
  margin-left: 12px;
  line-height: 20px;
  border-radius: 3px;
  background-color: #bcbcbc;
  color: #fff;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.p-epmform em.req {
  background-color: #b60000;
}
.p-epmform input[type="text"],
.p-epmform input[type="number"],
.p-epmform input[type="email"],
.p-epmform input[type="date"],
.p-epmform input[type="tel"],
.p-epmform textarea,
.p-epmform select {
  width: 100%;
  height: auto;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #fafafa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-epmform .p-epmform__innerBody input[type="text"],
.p-epmform .p-epmform__innerBody input[type="number"],
.p-epmform .p-epmform__innerBody input[type="email"],
.p-epmform .p-epmform__innerBody input[type="date"],
.p-epmform .p-epmform__innerBody textarea,
.p-epmform .p-epmform__innerBody select {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .p-epmform input[type="text"],
  .p-epmform input[type="number"],
  .p-epmform input[type="email"],
  .p-epmform input[type="date"],
  .p-epmform textarea,
  .p-epmform select {
    padding: 12px 8px;
  }
}
.p-epmform input[type="text"] ~ input[type="text"],
.p-epmform input[type="number"] ~ input[type="text"],
.p-epmform input[type="email"] ~ input[type="text"],
.p-epmform input[type="date"] ~ input[type="text"],
.p-epmform textarea ~ input[type="text"],
.p-epmform select ~ input[type="text"] {
  margin-top: 8px;
}
.p-epmform input[type="text"]::placeholder,
.p-epmform input[type="number"]::placeholder,
.p-epmform input[type="email"]::placeholder,
.p-epmform input[type="date"]::placeholder,
.p-epmform textarea::placeholder,
.p-epmform select::placeholder {
  color: #bcbcbc;
  opacity: 1;
}
.p-epmform textarea {
  height: 170px;
}
.p-epmform input[type="checkbox"],
.p-epmform input[type="radio"] {
  margin-right: 16px;
  --size: 20px;
  block-size: var(--size);
  inline-size: var(--size);
}
@media only screen and (max-width: 767px) {
  .p-epmform input[type="checkbox"],
  .p-epmform input[type="radio"] {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 736px) {
  .p-epmform .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 0;
  }
}
@media only screen and (max-width: 736px) {
  .p-epmform .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 0;
    padding-top: 6px;
  }
}

.p-epmform__sect {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-epmform__sect {
    margin-bottom: 50px;
  }
}
.p-epmform__sect:last-of-type {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .p-epmform__sect:last-of-type {
    margin-bottom: 40px;
  }
}
.p-epmform__sectTitle {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-epmform__sectTitle {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}
.p-epmform__sectTitle .sub {
  display: block;
  margin-top: 8px;
  padding: 8px;
  border: solid 1px #4aa754;
  border-radius: 3px;
  background-color: rgba(74, 167, 84, 0.1);
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-epmform__sectTitle .sub {
    font-size: 1.2rem;
  }
}
.p-epmform__sectTitle .sub em {
  margin: 0 4px;
}
.p-epmform__sectBody {
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .p-epmform__sectBody {
    margin-left: 0;
  }
}
.p-epmform__item {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .p-epmform__item {
    margin-bottom: 16px;
  }
}
.p-epmform__item:last-of-type {
  margin-bottom: 0;
}

form .p-epmform__table {
  width: auto;
  margin: 8px 0 0 0;
  border-spacing: 0;
}

@media only screen and (max-width: 1140px) {
  form .p-epmform__table tr th,
  form .p-epmform__table tr td {
    display: table-cell;
  }
}

@media only screen and (max-width: 599px) {
  form .p-epmform__table .u-spOnly {
    display: table-cell !important;
  }

  form .p-epmform__table .u-pcOnly {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  .p-epmform__table .u-pcOnly {
    display: table-cell !important;
  }

  .p-epmform__table .u-spOnly {
    display: none !important;
  }
}

form .p-epmform__table tr th,
form .p-epmform__table tr td {
  width: auto;
  margin: 0;
  letter-spacing: 0;
}

.p-epmform__table th {
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .p-epmform__table th {
    font-size: 1.3rem;
  }
}

.p-epmform__table td {
  padding: 4px;
}
.p-epmform__item > dt {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-epmform__item > dt {
    font-size: 1.4rem;
  }
}
.p-epmform__item > dt em {
  transform: translateY(-2px);
}
.p-epmform__item > dd label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-epmform__item > dd label {
    font-size: 1.4rem;
  }
}
.p-epmform__item > dd label input {
  flex-shrink: 0;
}
.p-epmform__item > dd label small {
  font-size: 87.5%;
}
.p-epmform__item > dd label:last-of-type {
  margin-bottom: 0;
}
.p-epmform__item > dd.is-error input,
.p-epmform__item > dd.is-error textarea,
.p-epmform__item > dd.is-error select {
  background-color: rgba(182, 0, 0, 0.1);
}
.p-epmform__item > dd .notice,
.p-epmform__item > dd .error {
  margin-top: 4px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-epmform__item > dd .notice,
  .p-epmform__item > dd .error {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}

/* contact form 7 styles start */
.p-epmform .wpcf7-spinner {
  display: none;
}
.p-epmform .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.p-epmform .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
.p-epmform .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after,
.p-epmform .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before,
.p-epmform .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  display: none;
}
.p-epmform form input[type=radio],
.p-epmform form input[type=checkbox],
.p-epmform select {
  display: block;
  appearance: auto;
}
.p-epmform .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 5px;
}
.p-epmform__item > dd input[aria-invalid="true"],
.p-epmform__item > dd textarea[aria-invalid="true"],
.p-epmform__item > dd select[aria-invalid="true"] {
  background-color: rgba(182, 0, 0, 0.1);
}
.p-epmform__item > dd .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-epmform__item > dd .wpcf7-not-valid-tip {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}
.p-epmform .wpcf7 form .wpcf7-response-output {
  padding: 1em;
  border-radius: 5px;
  border-style: dashed;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  background-color: rgba(70, 180, 80, 0.1);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
  background-color: rgba(220, 50, 80, 0.1);
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
  background-color: rgba(245, 110, 40, 0.1);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
  background-color: rgba(250, 180, 0, 0.1);
}
/* contact form 7 styles end */

.p-epmform__inner {
  margin: 0 0 24px 50px;
}
@media only screen and (max-width: 767px) {
  .p-epmform__inner {
    margin: 0 0 16px 0;
  }
}
.p-epmform__innerTitle {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-epmform__innerTitle {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
}
.p-epmform__innerBody {
  padding: 16px 24px;
  border-radius: 5px;
  background-color: #fafafa;
}
@media only screen and (max-width: 767px) {
  .p-epmform__innerBody {
    padding: 8px 4px;
  }
}
.p-epmform__agree {
  font-size: 1.6rem;
}
.p-epmform__agree label {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-epmform__agree {
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-epmform__agree input[type="checkbox"],
.p-epmform__agree input[type="radio"] {
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .p-epmform__agree input[type="checkbox"],
  .p-epmform__agree input[type="radio"] {
    transform: translateY(4px);
  }
}
.p-epmform__btn {
  margin-top: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-epmform__btn {
    display: flex;
    justify-content: center;
  }
  .p-epmform__btn .c-btn--medium {
    max-width: calc(50% - 8px);
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .p-epmform__btn .c-btn ~ .c-btn {
    margin-top: 8px;
  }
}
.p-epmform__list dl {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .p-epmform__list dl {
    display: flex;
    align-items: center;
  }
}
.p-epmform__list dl:last-of-type {
  margin-bottom: 0;
}
.p-epmform__list dl dt {
  margin-right: 30px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-epmform__list dl dt {
    margin: 0 0 4px 0;
    font-size: 1.2rem;
  }
}
.p-epmform__completeMessage {
  width: fit-content;
  margin: 0 auto 56px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .p-epmform__completeMessage {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-epmform__completeMessage dt {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .p-epmform__completeMessage dt {
    font-size: 18px;
  }
}
.p-epmform__tel {
  margin-top: 80px;
  padding: 30px 12px;
  background-color: #f5f5f5;
  text-align: center;
}

.p-epmform__tel h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

.p-epmform__tel .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #F9BE2F;
}

.p-epmform__tel .tel a {
  color: currentcolor;
  font-size: clamp(1.6rem,8vw,40px);
  font-weight: bold;
  line-height: 1;
}

.p-epmform__tel .tel svg {
  display: block;
  width: clamp(1.6rem,8vw,40px);
  margin-right: 4px;
  aspect-ratio: 1/1;
  fill: currentcolor;
}

.p-epmform__tel p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 599px) {
  .p-epmform .p-epmform__tel p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-constructionFlow {
  margin-top: 80px;
}

.p-constructionFlow ~ .p-constructionFlow {
  margin-top: 40px;
}

.p-constructionFlow dt {
  margin-bottom: 16px;
  font-size:  18px;
  font-weight: 700;
}

.p-constructionFlow dd {
  padding: 20px 16px;
  border-radius: 4px;
  background-color: white;
}

.p-constructionFlow__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 8px;
  border-radius: 4px;
  background-color: #97C054;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
}

.p-constructionFlow__item p {
  color: white;
  font-weight: bold;
  line-height: 1.375;
}

.p-constructionFlow__item p small {
  font-size: 87.5%;
}

.p-constructionFlow__item--green {
  background-color: #4AA754;
}

.p-constructionFlow__item--darkGreen {
  background-color: #35683D;
}

.p-constructionFlow__item--yellow {
  background-color: #F6AA00;
}

.p-constructionFlow__arrow {
  display: block;
  padding: 8px;
}

.p-constructionFlow__arrow svg {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-constructionFlow dd {
    display: flex;
    align-items: center;
    padding: 20px;
  }

  .p-constructionFlow__item,
  .p-constructionFlow__arrow {
    flex-shrink: 0;
  }

  .p-constructionFlow__item {
    width: 21%;
  }

  .p-constructionFlow__arrow {
    width: 5.3%;
  }
}

@media only screen and (max-width: 767px) {
  .p-constructionFlow dd {
    width: fit-content;
    margin: 0 auto;
  }

  .p-constructionFlow__item {
    margin: 0 auto;
  }
  .p-constructionFlow__arrow {
    width: 46px;
    margin: 0 auto;
  }

  .p-constructionFlow__arrow svg {
    transform: rotate(90deg);
  }
}

.p-constructionChart {
  margin-top: 24px;
  padding: 20px 16px;
  border-radius: 4px;
  background-color: #FAFAFA;
}

.p-constructionChart__notice {
  margin-top: 16px;
  font-size: 1.4rem;
}

.p-constructionChart__notice li {
  position: relative;
  padding-left: 1.5em;
  color: #EB5505;
}

.p-constructionChart__notice li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.p-constructionChart__img figure {
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-constructionChart {
    padding: 20px 0 20px 8px;
  }
  .p-constructionChart__img figure {
    overflow: auto;
    padding-right: 8px;
  }

  .p-constructionChart__img figure {
    min-width: 600px;
  }

  .p-constructionChart p {
    margin-top: 8px;
    font-size: 1.2rem;
  }

  .p-constructionChart__notice {
    padding-right: 8px;
  }
}

.p-faq {
  font-size: 1.6rem;
  line-height: 1.4;
}

.p-faq dl {
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
}

.p-faq dl ~ dl {
  margin-top: 20px;
}

.p-faq dt {
  position: relative;
  display: flex;
  padding: 20px 48px 20px 20px;
  background-color: #97C054;
  font-weight: 500;
  cursor: pointer;
}

.p-faq dt .icon {
  flex-shrink: 0;
  width: 16px;
  margin: 3px 10px 0 0;
}

.p-faq dt .text {
  flex: 1;
  color: white;
  line-height: 1.4;
}

.p-faq dt .arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 10px;
  margin-top: -5px;
  transition: transform .2s;
}

.p-faq dt.is-active .arrow {
  transform: rotate(180deg);
}

.p-faq dt svg {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  fill: white;
}

.p-faq dd {
  position: relative;
  display: none;
  padding: 24px 20px 20px 46px;
  background-color: #f7f7f7;
}

.p-faq dd a {
  text-decoration: underline;
}

.p-faq dd a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  margin-left: 4px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon-exlink-default.svg) left top no-repeat;
  background-size: 100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-faq dd a:hover {
    text-decoration: none;
  }
}

.p-faq dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 12px 10px 0 10px;
  border-color: #97C054 transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
  .p-faq {
    font-size: 1.4rem;
  }
  .p-faq dt {
    padding: 16px 32px 16px 16px;
  }
  .p-faq dt .icon {
    margin: 2px 4px 0 0;
  }
  .p-faq dt .arrow {
    right: 16px;
  }
  .p-faq dd {
    padding: 18px 16px 16px 36px;
  }
  .p-faq dd::before {
    border-width: 10px 8px 0 8px;
  }
}

.p-noticeBox {
  padding: 24px;
  background-color: #f5f5f5;
}

.p-noticeBox:not(:last-child) {
  margin-bottom: 40px;
}

.p-noticeBox__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

.p-noticeBox__title .icon {
  margin-right: 4px;
  color: #4aa754;
}

.p-noticeBox__content {
  font-size: 1.4rem;
}

.p-noticeBox__content a {
  text-decoration: underline;
}

.p-noticeBox__content a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  margin-left: 4px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon-exlink-default.svg) left top no-repeat;
  background-size: 100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-noticeBox__content a:hover {
    text-decoration: none;
  }
}

.p-noticeBox__content p,
.p-noticeBox__content li {
  line-height: 1.8;
}

.p-noticeBox__content p:not(:last-child) {
  margin-bottom: 24px;
}

.p-noticeBox__list {
  padding-left: 1.3em;
}

.p-noticeBox__list:not(.p-noticeBox__list--narrow):not(:last-child) {
  margin-bottom: 8px;
}

.p-noticeBox__list li {
  list-style: disc outside;
}

.p-noticeBox__list li::marker {
  color: #4aa754;
}

.p-noticeBox__list:not(.p-noticeBox__list--narrow) li:not(:last-of-type) {
  margin-bottom: 8px;
}

@media only screen and (min-width: 600px) {
  .p-noticeBox__2col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}

@media only screen and (max-width: 599px) {
  .p-noticeBox {
    padding: 16px 12px;
  }
}

.p-btnGroup__lead {
  margin-bottom: 28px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-btnGroup__list {
  display: grid;
  row-gap: 12px;
  text-align: center;
}

.p-btnGroup__list li {
  position: relative;
  line-height: 1.3;
}

.p-btnGroup__list li a:not(.rspkr_dr_link) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #41a9d4;
  min-height: 60px;
  padding: 14px 4px;
  color: white !important;
  font-weight: bold;
  border-radius: 5px;
}

.p-btnGroup__list li a {
  font-size: 22px;
}

.p-btnGroup__list li a.rspkr_dr_link {
  position: absolute;
  top: 50%;
  left: 100%;
}

.p-btnGroup__list li a.rspkr_dr_link .rsicn::after,
.p-btnGroup__list li a.rspkr_dr_link .rsicn::before {
  transform: translateY(-50%);
}

.p-btnGroup__list li a.color-dark {
  background-color: #2c4e83;
}

.p-btnGroup__list li a small {
  display: block;
  font-size: 1.6rem;
}

.p-btnGroup__notice {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #eb5505;
}

@media (hover: hover) and (pointer: fine) {
  .p-btnGroup__list li a:hover {
    background-color: #3487aa;
  }

  .p-btnGroup__list li a.color-dark:hover {
    background-color: #1e365b;
  }
}

@media screen and (min-width: 1000px) {
  .p-btnGroup__list li a {
    font-size: clamp(18px,2.4vw,24px);
  }
}

@media screen and (min-width: 600px) {
  .p-btnGroup__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }

  .p-btnGroup__list.p-btnGroup__list--1col {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 599px) {
  .p-btnGroup__lead {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .p-btnGroup__list {
    max-width: 360px;
    margin: 0 auto;
  }

  .p-btnGroup__notice {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .p-btnGroup__list li:has(.rspkr_dr_link) {
    margin-right: 18px;
  }
}