@charset "UTF-8";
/* =======================================

  CONTENTS

======================================= */
/*-----------------------------------------
  Base Layout
-----------------------------------------*/
.bg_gray {
  background: #f5fafe;
}

.bg_gradation {
  background: linear-gradient(180deg, rgb(244, 249, 254) 0, rgb(255, 255, 255) 180px);
}

.article_box {
  background: #fff;
  border-radius: 8px;
  padding: 4rem 3%;
  display: flex;
  flex-flow: column nowrap;
  gap: 2.4rem;
  align-items: flex-start;
  width: 100%;
}
@media (width <= 767px) {
  .article_box {
    padding: 2.4rem 2%;
    gap: 1.6rem;
  }
}

.border_box {
  border: 1px solid #d0d9e4;
  padding: 1.6rem 0.8rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.8rem;
  width: 100%;
}

.noborder_box {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.8rem;
  width: 100%;
}

.attention_box {
  background: #ffeaea;
  color: #CF5A3E;
  padding: 1.6rem 0.8rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.8rem;
  border-radius: 0.8rem;
  width: 100%;
}

.point_box {
  background: #f5fafe;
  color: #004a9a;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding: 1.6rem;
  border-radius: 0.8rem;
  width: 100%;
}
@media (width <= 767px) {
  .point_box {
    font-size: 1.8rem;
    padding: 1.6rem 0.8rem;
  }
}

.flex_block {
  display: flex;
  flex-flow: row wrap;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
}

/*-----------------------------------------
  side_nav
-----------------------------------------*/
.with_side_nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  gap: 0 4rem;
}
@media (width <= 980px) {
  .with_side_nav {
    flex-flow: column nowrap;
  }
}
.with_side_nav > div {
  width: calc(100% - 4rem - 250px);
}
@media (width <= 980px) {
  .with_side_nav > div {
    width: 100%;
  }
}

#side_nav_field {
  position: sticky;
  top: 100px;
  width: 250px;
  display: block;
  margin-block: 4rem 8rem;
}
@media (width <= 980px) {
  #side_nav_field {
    width: 100%;
    position: static;
  }
}
@media (width <= 767px) {
  #side_nav_field {
    margin-bottom: 4rem;
  }
}
#side_nav_field .sub_nav_wrap {
  display: none;
}
#side_nav_field .sub_nav_wrap.active_nav {
  display: block;
}
#side_nav_field .side_nav_heading {
  font-size: 2.2rem;
  line-height: 1.45;
  font-weight: 500;
  background: #004a9a;
  color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 1.4rem 2.2rem;
  text-align: center;
  position: relative;
}
#side_nav_field .side_nav_heading a {
  color: #fff;
}
@media (width <= 767px) {
  #side_nav_field .side_nav_heading {
    font-size: 1.8rem;
  }
}
#side_nav_field .side_nav_heading::before, #side_nav_field .side_nav_heading::after {
  display: block;
  content: "";
  width: 2rem;
  height: 1.2rem;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#side_nav_field .side_nav_heading::before {
  border-radius: 0 4rem 4rem 0;
  left: 0;
}
#side_nav_field .side_nav_heading::after {
  border-radius: 4rem 0 0 4rem;
  right: 0;
}
#side_nav_field .side_nav li {
  border-bottom: 1px dotted #d0d9e4;
}
#side_nav_field .side_nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 1.6rem 0.8rem;
  justify-content: space-between;
  flex-flow: row nowrap;
  align-items: center;
  color: #333;
  gap: 0.1rem;
  transition: all 0.2s linear;
}
#side_nav_field .side_nav li a[aria-current=true] {
  color: #004a9a;
  background: #dbf0fc;
}
@media (any-hover: hover) {
  #side_nav_field .side_nav li a:hover {
    color: #004a9a;
    background: #dbf0fc;
  }
}
#side_nav_field .side_nav > li {
  border-left: 1px solid #d0d9e4;
  border-right: 1px solid #d0d9e4;
}
#side_nav_field .side_nav > li:last-of-type {
  border-radius: 0 0 0.8rem 0.8rem;
  border-bottom: 1px solid #d0d9e4;
}
#side_nav_field .side_nav > li:last-of-type a {
  border-radius: 0 0 0.8rem 0.8rem;
}
#side_nav_field .side_nav > li ul {
  border-top: 1px dotted #d0d9e4;
}
#side_nav_field .side_nav > li ul li {
  position: relative;
}
#side_nav_field .side_nav > li ul li a {
  padding: 0.7rem 0.8rem 0.7rem 2.4rem;
  line-height: 1.3;
  font-size: 1.4rem;
}
#side_nav_field .side_nav > li ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1px;
  background: #d0d9e4;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#side_nav_field .side_nav > li ul li:last-of-type {
  border-bottom: none;
}

/*-----------------------------------------
  heading
-----------------------------------------*/
.page_title_field {
  width: 100%;
  background: url("/files/header_deco_01.svg") no-repeat bottom -1px left;
  background-size: auto 90%;
  position: relative;
  z-index: 1;
}
.page_title_field::after {
  display: block;
  position: absolute;
  inset: auto 0 0 auto;
  width: 50%;
  max-width: 46rem;
  aspect-ratio: 46/14;
  content: "";
  background: url("/files/header_deco_02.svg") no-repeat center center;
  background-size: 100% auto;
}
.page_title_field::before {
  display: block;
  position: absolute;
  inset: auto 0 -50px;
  width: 100%;
  height: 50px;
  content: "";
  background: #f5fafe;
}
@media (width <= 767px) {
  .page_title_field::before {
    display: none;
  }
}
.page_title_field .page_title_wrap {
  position: relative;
  z-index: 2;
}
.page_title_field .page_title_wrap .heading_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5.3rem 0;
}
@media (width <= 767px) {
  .page_title_field .page_title_wrap .heading_wrap {
    padding: 3rem 0;
  }
}
.page_title_field .page_title_wrap .heading_wrap .heading_ja {
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
  z-index: 10;
}
@media (width <= 767px) {
  .page_title_field .page_title_wrap .heading_wrap .heading_ja {
    font-size: 2.4rem;
  }
}
.page_title_field .page_title_wrap .heading_wrap .heading_ja::after {
  content: "";
  width: 6.8rem;
  height: 1rem;
  display: block;
  background: url("/files/header_ttl_deco.svg") no-repeat center center;
  background-size: auto 100%;
}
.page_title_field .page_title_wrap .heading_wrap .heading_sub_en {
  font-size: 2.2rem;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
.page_title_field .page_title_wrap .heading_wrap .heading_en {
  font-size: 14rem;
  font-weight: bold;
  color: rgba(165, 196, 235, 0.6);
  font-family: "Roboto Flex", sans-serif;
  position: absolute;
  bottom: -2.2rem;
  right: 0;
  margin: auto;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  text-align: right;
}
@media (width <= 767px) {
  .page_title_field .page_title_wrap .heading_wrap .heading_en {
    font-size: 15vw;
    bottom: -2.2vw;
  }
}

.secondary_heading {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 0.8rem;
  align-items: baseline;
}
.secondary_heading > h2 {
  font-size: 2.6rem;
}
@media (width <= 767px) {
  .secondary_heading > h2 {
    font-size: 2rem;
  }
}
.secondary_heading > p {
  font-size: 1.8rem;
  width: auto;
}
@media (width <= 767px) {
  .secondary_heading > p {
    font-size: 1.6rem;
  }
}
@media (width <= 767px) {
  .secondary_heading {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.secondary_heading::after {
  content: "";
  width: 120px;
  max-width: 70%;
  height: 0.4rem;
  display: block;
  background: linear-gradient(90deg, #c70025, #eb6100, #fde2a6);
  position: absolute;
  inset: auto auto 0 0;
}
.secondary_heading.center {
  margin-inline: auto;
  text-align: center;
}
.secondary_heading.center::after {
  inset: auto 0 0;
  margin-inline: auto;
}

.third_heading {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #d0d9e4;
  position: relative;
  padding-left: 2.5rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0.8rem;
  align-items: baseline;
  width: 100%;
}
.third_heading > h3 {
  font-size: 2rem;
}
@media (width <= 767px) {
  .third_heading > h3 {
    font-size: 1.8rem;
  }
}
.third_heading > p {
  font-size: 1.8rem;
  font-weight: 500;
  width: auto;
}
@media (width <= 767px) {
  .third_heading > p {
    font-size: 1.6rem;
  }
}
@media (width <= 767px) {
  .third_heading {
    font-size: 1.8rem;
    padding-bottom: 0.6rem;
  }
}
.third_heading::before {
  content: "";
  width: 1.7rem;
  height: 1.2rem;
  display: block;
  border-radius: 0 4rem 4rem 0;
  background: linear-gradient(90deg, #c70025, #eb6100, #fde2a6);
  position: absolute;
  inset: 1rem auto 0 0;
}
@media (width <= 767px) {
  .third_heading::before {
    inset: 0.8rem auto 0 0;
  }
}

.fourth_heading {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 0.8rem 0.8rem 0.8rem 1.8rem;
  background: #f5fafe;
  width: 100%;
}
@media (width <= 767px) {
  .fourth_heading {
    font-size: 1.6rem;
    padding: 0.4rem 0.4rem 0.4rem 1.6rem;
  }
}
.fourth_heading::before {
  content: "";
  width: 0.4rem;
  height: 2rem;
  display: block;
  border-radius: 0 2rem 2rem 0;
  background: linear-gradient(90deg, #c70025, #eb6100, #fde2a6);
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
}

.fifth_heading {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  gap: 0.8rem;
  align-items: baseline;
}
@media (width <= 767px) {
  .fifth_heading {
    font-size: 1.6rem;
  }
}

.sixth_heading {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (width <= 767px) {
  .sixth_heading {
    font-size: 1.4rem;
  }
}

.breadcrumbs_field {
  width: 100%;
  padding-block: 1.2rem;
  padding-inline: 1%;
  position: relative;
  z-index: 2;
}
@media (width <= 767px) {
  .breadcrumbs_field {
    display: none;
    padding-inline: 2%;
    padding-block: 0.8rem;
  }
}
.breadcrumbs_field .breadcrumbs_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  font-size: 1.4rem;
  gap: 0;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.breadcrumbs_field .breadcrumbs_list a {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 0rem;
  white-space: nowrap;
}
.breadcrumbs_field .breadcrumbs_list a::after {
  content: "";
  width: 2rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_arrow.svg");
          mask-image: url("/files/icon_arrow.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
}
.breadcrumbs_field .breadcrumbs_list li {
  white-space: nowrap;
}
.breadcrumbs_field .breadcrumbs_list li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*-----------------------------------------
  list（basic）
-----------------------------------------*/
.disc_list,
.asterisk_list,
.number_list,
.bracketed_number_list,
.alpha_list,
.alpha_up_list,
.asterisk_number_list {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.8rem;
  align-items: flex-start;
  list-style: none;
}
.disc_list li,
.asterisk_list li,
.number_list li,
.bracketed_number_list li,
.alpha_list li,
.alpha_up_list li,
.asterisk_number_list li {
  position: relative;
}

.disc_list > li {
  padding-left: 1.8em;
}
.disc_list > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #004a9a;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.disc_list > li > .disc_list {
  margin-top: 0.6em;
}
.disc_list > li > .disc_list li::before {
  content: "";
  background: transparent;
  border: 0.1em solid #004a9a;
}

.asterisk_list > li {
  padding-left: 1.8em;
}
.asterisk_list > li::before {
  content: "※";
  color: #004a9a;
  position: absolute;
  top: 0;
  left: 0.4em;
}
.asterisk_list.attention {
  color: #CF5A3E;
}
.asterisk_list.attention > li::before {
  color: #CF5A3E;
}

/* .number_list */
.number_list {
  counter-reset: numlist;
}
.number_list > li {
  padding-left: 2.2em;
}
.number_list > li::before {
  content: counter(numlist) ".";
  counter-increment: numlist;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
  color: #004a9a;
  width: 2em;
  text-align: center;
}

.bracketed_number_list {
  counter-reset: bnumlist;
}
.bracketed_number_list > li {
  padding-left: 2.4em;
}
.bracketed_number_list > li::before {
  content: "(" counter(bnumlist) ")";
  counter-increment: bnumlist;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
  color: #004a9a;
  width: 2.3em;
  text-align: center;
}

.alpha_list {
  counter-reset: alpumlist;
}
.alpha_list > li {
  padding-left: 2.2em;
}
.alpha_list > li::before {
  content: counter(alpumlist, lower-alpha) ".";
  counter-increment: alpumlist;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
  color: #004a9a;
  width: 2.3em;
  text-align: center;
}

.alpha_up_list {
  counter-reset: alpum_uplist;
}
.alpha_up_list > li {
  padding-left: 2.2em;
}
.alpha_up_list > li::before {
  content: counter(alpum_uplist, upper-alpha) ".";
  counter-increment: alpum_uplist;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
  color: #004a9a;
  width: 2.3em;
  text-align: center;
}

.asterisk_number_list {
  counter-reset: astlist;
}
.asterisk_number_list > li {
  padding-left: 2.4em;
}
.asterisk_number_list > li::before {
  content: "※" counter(astlist);
  counter-increment: astlist;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
  color: #004a9a;
  width: 2.3em;
  text-align: center;
}

/*-----------------------------------------
  table
-----------------------------------------*/
.basic_table {
  table-layout: fixed;
}
.basic_table caption {
  overflow: hidden;
  height: 0;
  color: transparent;
}
.basic_table.table_scroll {
  min-width: 580px;
  min-height: 150px;
}
@media (width <= 767px) {
  .basic_table.sp_block {
    display: block;
    width: 100%;
  }
  .basic_table.sp_block thead,
  .basic_table.sp_block tbody,
  .basic_table.sp_block tr,
  .basic_table.sp_block th,
  .basic_table.sp_block td {
    display: block;
    width: 100%;
  }
  .basic_table.sp_block thead tr th {
    border-bottom: none;
  }
  .basic_table.sp_block tr th,
  .basic_table.sp_block tr td {
    border-left: 0.1rem solid #d0d9e4;
    border-right: 0.1rem solid #d0d9e4;
    border-top: none;
  }
  .basic_table.sp_block tr:first-child th:first-child,
  .basic_table.sp_block tr:first-child td:first-child {
    border-top: 0.1rem solid #d0d9e4;
  }
}
.basic_table th,
.basic_table td {
  border: 0.1rem solid #d0d9e4;
  padding: 0.8rem;
  width: auto;
}
.basic_table thead th {
  vertical-align: middle;
  background: #dbf0fc;
  font-weight: bold;
  color: #004a9a;
}
.basic_table tbody th {
  vertical-align: middle;
  background: #f5fafe;
  white-space: nowrap;
}
.basic_table tbody th:empty {
  background: transparent;
}

.table_scroll_wrap {
  width: 100%;
  display: block;
}

.center {
  text-align: center;
  vertical-align: middle;
}

/*-----------------------------------------
  contents_list
-----------------------------------------*/
.contents_list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem;
}
.contents_list.clm_4 li {
  width: calc(25% - 1.2rem);
}
@media (width <= 980px) {
  .contents_list.clm_4 li {
    width: calc(33.3333333333% - 1.0666666667rem);
  }
}
@media (width <= 767px) {
  .contents_list.clm_4 li {
    width: calc(50% - 0.8rem);
  }
}
@media (width <= 580px) {
  .contents_list.clm_4 li {
    width: 100%;
  }
}
.contents_list.clm_4 a figure {
  padding: 2rem;
  min-height: 230px;
}
.contents_list.clm_3 li {
  width: calc(33.3333333333% - 1.0666666667rem);
}
@media (width <= 767px) {
  .contents_list.clm_3 li {
    width: calc(50% - 0.8rem);
  }
}
@media (width <= 580px) {
  .contents_list.clm_3 li {
    width: 100%;
  }
}
.contents_list a {
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-out;
}
.contents_list a::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_arrow.svg");
          mask-image: url("/files/icon_arrow.svg");
  -webkit-mask-size: 2.4rem;
          mask-size: 2.4rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  color: #fff;
  z-index: 2;
  transition: all 0.2s linear;
  position: absolute;
  inset: auto 1.6rem 1.6rem auto;
}
.contents_list a[target=_blank]::after {
  content: "外部サイトリンク";
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
.contents_list a[href$=".pdf"]::after {
  content: "PDF";
  -webkit-mask-image: url("/files/icon_pdf.svg");
          mask-image: url("/files/icon_pdf.svg");
  -webkit-mask-size: 0.6lh;
          mask-size: 0.6lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
.contents_list a::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  display: inline-block;
  background-color: #004a9a;
  z-index: 1;
  position: absolute;
  inset: auto 1.6rem 1.6rem auto;
  border-radius: 50%;
}
.contents_list a figure {
  background: #dbf0fc;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.contents_list a figure img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}
.contents_list a div {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.8rem;
  padding-block: 1.6rem;
}
.contents_list a div h2 {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #d0d9e4;
  position: relative;
  padding-inline: 2.5rem 0.4rem;
  transition: all 0.3s ease-out;
}
@media (width <= 767px) {
  .contents_list a div h2 {
    font-size: 1.8rem;
    padding-bottom: 0.6rem;
  }
}
.contents_list a div h2::before {
  content: "";
  width: 1.7rem;
  height: 1.2rem;
  display: block;
  border-radius: 0 4rem 4rem 0;
  background: linear-gradient(90deg, #c70025, #eb6100, #fde2a6);
  position: absolute;
  inset: 1rem auto 0 0;
}
@media (width <= 767px) {
  .contents_list a div h2::before {
    inset: 0.8rem auto 0 0;
  }
}
.contents_list a div p {
  width: auto;
  padding-inline: 1.6rem 4rem;
  color: #333;
}
@media (any-hover: hover) {
  .contents_list a:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    background: #f5fafe;
  }
  .contents_list a:hover figure img {
    transform: scale(1.05);
    opacity: 1;
  }
  .contents_list a:hover h2 {
    color: #004a9a;
  }
}

/*-----------------------------------------
  contact_clm TEL
-----------------------------------------*/
.contact_clm_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  container-type: inline-size;
}
.contact_clm_wrap.clm_2 .contact_heading {
  font-size: 1.8rem;
  line-height: 1.4;
}
.contact_clm_wrap.clm_2 > div {
  padding: 2rem;
}
.contact_clm_wrap.clm_2 > div.no_pd {
  padding: 0;
}
@container (width <= 800px) {
  .contact_clm_wrap.clm_2 > div {
    width: 100%;
  }
}

.contact_clm {
  background: #fffee4;
  margin-inline: auto;
  border-radius: 15rem;
  padding: 3.2rem;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-flow: row wrap;
  gap: 0.4rem 4rem;
  justify-content: center;
  align-items: center;
}
@media (width <= 767px) {
  .contact_clm {
    padding: 2.4rem;
  }
}
.contact_clm .contact_heading {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.contact_clm .contact_info {
  text-align: center;
}
.contact_clm .contact_info .tel {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 2.8rem;
  color: #004a9a;
  font-weight: bold;
}
.contact_clm .contact_info .tel::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_call.svg");
          mask-image: url("/files/icon_call.svg");
  -webkit-mask-size: 2.4rem;
          mask-size: 2.4rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  color: #004a9a;
}

.map_clm {
  background: #004a9a;
  margin-inline: auto;
  border-radius: 15rem;
  padding: 3.2rem;
  width: 100%;
  max-width: 900px;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 2rem;
  gap: 0.4rem;
  transition: all 0.3s ease-in-out;
}
@media (width <= 767px) {
  .map_clm {
    padding-inline: 1.6rem;
    font-size: 1.6rem;
  }
}
.map_clm::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_mappin.svg");
          mask-image: url("/files/icon_mappin.svg");
  -webkit-mask-size: 2.4rem;
          mask-size: 2.4rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  color: #fff;
}
.map_clm::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_arrow.svg");
          mask-image: url("/files/icon_arrow.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  z-index: 1;
  transition: all 0.2s linear;
}
@media (any-hover: hover) {
  .map_clm:hover {
    background: #fff;
    color: #004a9a;
    border: 1px solid #004a9a;
  }
  .map_clm:hover::before, .map_clm:hover::after {
    background-color: #004a9a;
    color: #004a9a;
  }
}

/*-----------------------------------------
  Layout
-----------------------------------------*/
.img_general_set_clm {
  display: flex;
  flex-flow: row nowrap;
  gap: 2.4rem;
}
@media (width <= 767px) {
  .img_general_set_clm {
    flex-direction: column;
  }
}
.img_general_set_clm figure {
  max-width: 400px;
}
@media (width <= 767px) {
  .img_general_set_clm figure {
    width: auto;
    margin-inline: auto;
  }
}
.img_general_set_clm figure.half {
  width: 50%;
  max-width: 50%;
}
@media (width <= 767px) {
  .img_general_set_clm figure.half {
    width: 100%;
    max-width: 80%;
  }
}
.img_general_set_clm .img_general_set_cont {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: 2.4rem;
}

/*-----------------------------------------
  contents_base
-----------------------------------------*/
.base {
  padding-block: 4rem 8rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 6rem;
}
@media (width <= 767px) {
  .base {
    padding-block: 4rem;
    gap: 2.4rem;
  }
}
.base .cont_inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 2.4rem;
  align-items: flex-start;
}
@media (width <= 767px) {
  .base .cont_inner {
    gap: 2rem;
  }
}

/*-----------------------------------------
  center
-----------------------------------------*/
.service_center_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  width: 100%;
}
@media (width <= 767px) {
  .service_center_inner {
    grid-template-columns: 1fr;
  }
}

.service_center_card {
  width: 100%;
  border: 1px solid #ddd;
}

.service_center_card_inner {
  padding: 0 24px;
}
@media (width <= 767px) {
  .service_center_card_inner {
    padding: 0 8px;
  }
}

.card_header {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  background-color: #f5fafe;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 12px 8px 12px 0;
  margin-bottom: 24px;
}
@media (width <= 767px) {
  .card_header {
    padding: 8px 6px 8px 0;
    margin-bottom: 16px;
  }
}
.card_header .third_heading {
  border-bottom: none;
  padding-bottom: 0;
}

.map_btn {
  background-color: #fff;
  color: #004a9a;
  border: 1px solid #f5fafe;
  border-color: #d0d9e4;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 8px 4px 8px 12px;
  transition: all 0.3s ease-in-out;
}
.map_btn span {
  display: flex;
  white-space: nowrap;
}
.map_btn span::after {
  content: "外部サイトリンク";
  width: 2rem;
  min-width: 2rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url(/files/icon_blank.svg);
          mask-image: url(/files/icon_blank.svg);
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  color: #004a9a;
}
@media (any-hover: hover) {
  .map_btn:hover {
    background: #dbf0fc;
  }
}

.service_center_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.service_center_table tr {
  border-bottom: 1px solid #cccccc;
}

.service_center_table tr:last-child {
  border-bottom: none;
}

.service_center_table th {
  text-align: left;
  width: 100px;
  vertical-align: top;
  padding: 8px 6px 8px 0;
  font-weight: 600;
}

.service_center_table td {
  padding: 8px 0;
  line-height: 1.5;
}

/*-----------------------------------------
  office
-----------------------------------------*/
.office_map {
  width: 100%;
  height: auto;
  aspect-ratio: 100/78;
}
.office_map .cls-1 {
  fill: #004a9a;
}
.office_map .cls-2 {
  fill: #ebf5fa;
}
.office_map .cls-3 {
  fill: #dbf0fc;
}
.office_map .cls-4 {
  fill: #f8fadc;
}
.office_map .cls-5 {
  fill: #fff;
  opacity: 0;
}
.office_map .cls-6 {
  fill: #f7f7f7;
}
.office_map .cls-7 {
  fill: #abd160;
}
.office_map .cls-8 {
  fill: #70bfe7;
}
.office_map .pointer {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .office_map .pointer:hover {
    opacity: 0.8;
  }
  .office_map .pointer:hover .cls-1 {
    fill: #009ee9;
  }
}

.office_table {
  width: 100%;
}
.office_table .ofifice {
  width: 20%;
}
.office_table .address {
  width: 25%;
}
.office_table .hours {
  width: 25%;
}
.office_table .ic {
  width: 15%;
  background: #ffeaea;
}
.office_table .kanachanpass {
  width: 15%;
}
.office_table tbody tr th {
  text-align: left;
  vertical-align: top;
}
.office_table tbody tr td:nth-child(n+4) {
  text-align: center;
  vertical-align: middle;
}

/*-----------------------------------------
  pasmo
-----------------------------------------*/
.img_general_set_clm_pasmo figure:last-child {
  margin-top: 20px;
}

/*-----------------------------------------
  route-fare
-----------------------------------------*/
.route_fare .disabilities_fare {
  min-width: 800px;
}
.route_fare .disabilities_fare .users {
  width: 20%;
}
.route_fare .disabilities_fare .discount {
  width: 22%;
}
.route_fare .disabilities_fare .howto {
  width: 38%;
}
.route_fare .disabilities_fare tbody th {
  text-align: left;
  width: 20%;
  min-width: 240px;
}

/*-----------------------------------------
  teiki
-----------------------------------------*/
.teiki .basic_table tbody th {
  text-align: left;
}

/*-----------------------------------------
  icteiki
-----------------------------------------*/
.icteiki .value_based_ic_table {
  width: 100%;
}
.icteiki .value_based_ic_table td {
  text-align: center;
}
.icteiki .refund_table {
  width: 100%;
}
.icteiki .refund_table thead th {
  white-space: nowrap;
}
.icteiki .refund_table td {
  vertical-align: middle;
}
@media (width <= 767px) {
  .icteiki .refund_table {
    width: auto;
  }
  .icteiki .refund_table td {
    white-space: nowrap;
  }
}
.icteiki .refund_calc {
  font-size: clamp(1.2rem, 0.378rem + 1.98vw, 1.6rem);
}

/*-----------------------------------------
  discount
-----------------------------------------*/
.discount .discountrule_table tbody th {
  padding-block: 1.6rem;
}
@media (width <= 767px) {
  .discount .discountrule_table tbody th {
    vertical-align: top;
    text-align: left;
  }
}
.discount .discountrule_table tbody td {
  padding-block: 1.6rem;
}
.discount .discountrule_table tbody td .fifth_heading {
  font-size: 1.6rem;
}
@media (width <= 767px) {
  .discount .discountrule_table tbody td .fifth_heading {
    font-size: 1.4rem;
  }
}
.discount .discountrule_table tbody td p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.discount .discountrule_table tbody td .noborder_box:not(:last-child) {
  margin-bottom: 1.6rem;
}
.discount .fare_table {
  width: 100%;
}
@media (width <= 767px) {
  .discount .fare_table {
    width: auto;
  }
}
.discount .fare_table tbody td {
  text-align: right;
  vertical-align: middle;
}
.discount .abticket_table {
  min-width: 100%;
}
.discount .abticket_table tbody td {
  text-align: center;
}

/*-----------------------------------------
  news
-----------------------------------------*/
.news .cont_inner {
  gap: 4rem;
}
@media (width <= 767px) {
  .news .cont_inner {
    gap: 2.4rem;
  }
}
.news .btn_link_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 2.4rem;
}
@media (width <= 767px) {
  .news .btn_link_area {
    flex-flow: row wrap;
  }
}
.news .btn_link_area .tab_btns {
  font-size: 1.6rem;
  font-weight: bold;
  width: calc(100% - 4rem);
  max-width: 880px;
  display: flex;
  flex-flow: wrap row;
  gap: 0;
}
@media (width <= 767px) {
  .news .btn_link_area .tab_btns {
    width: 100%;
  }
}
.news .btn_link_area .tab_btns button,
.news .btn_link_area .tab_btns a {
  width: 25%;
  color: #79a0c9;
  border-bottom: 0.2rem solid #dbf0fc;
  padding-block: 1.4rem 1.2rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (any-hover: hover) {
  .news .btn_link_area .tab_btns button:hover,
  .news .btn_link_area .tab_btns a:hover {
    background: #dbf0fc;
  }
}
.news .btn_link_area .tab_btns button[aria-selected=true], .news .btn_link_area .tab_btns button.active,
.news .btn_link_area .tab_btns a[aria-selected=true],
.news .btn_link_area .tab_btns a.active {
  color: #004a9a;
  border-bottom: 0.2rem solid #004a9a;
  background: #dbf0fc;
}
.news .btn_link_area .select_wrap {
  width: 20%;
  height: 100%;
  max-width: 25rem;
  position: relative;
}
@media (width <= 767px) {
  .news .btn_link_area .select_wrap {
    width: 50%;
  }
}
.news .btn_link_area .select_wrap::after {
  content: "";
  width: 1.2rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_arrow_un.svg");
          mask-image: url("/files/icon_arrow_un.svg");
  -webkit-mask-size: 1rem;
          mask-size: 1rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  position: absolute;
  inset: 0 1.2rem 0 auto;
  margin: auto;
  pointer-events: none;
}
.news .btn_link_area .select_wrap select {
  border: 1px solid #d0d9e4;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  padding-inline: 1.2rem 2.4rem;
}
.news .info_list_wrap > div {
  display: flex;
  flex-flow: column nowrap;
  gap: 4rem;
}
@media (width <= 767px) {
  .news .info_list_wrap > div {
    gap: 2.4rem;
  }
}
.news .pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.news .pagination li a {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border: 1px #004a9a solid;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.news .pagination li a[aria-current=page] {
  background: #004a9a;
  color: #fff;
}
.news .pagination li a[rel=prev] {
  width: 5.3rem;
  border-radius: 7rem;
}
.news .pagination li a[rel=prev]::before {
  content: "";
  background: url("/files/icon_arrow_r.svg") no-repeat center center;
  width: 100%;
  height: 100%;
}
.news .pagination li a[rel=next] {
  width: 5.3rem;
  border-radius: 7rem;
}
.news .pagination li a[rel=next]::before {
  content: "";
  background: url("/files/icon_arrow.svg") no-repeat center center;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .news .pagination li a:hover {
    background: #dbf0fc;
  }
}
.news .article_data {
  display: flex;
  flex-flow: row wrap;
  gap: 0.8rem;
}
.news .article_data .labels {
  display: flex;
  flex-flow: row wrap;
  gap: 0.8rem;
  width: auto;
  align-items: center;
}
.news .article_data h2 {
  width: 100%;
}

/*-----------------------------------------
  FAQ
-----------------------------------------*/
.page_title_field .page_title_wrap .heading_wrap .heading_en.faq {
  font-size: 8rem;
  bottom: -1.4rem;
}
@media (width <= 1000px) {
  .page_title_field .page_title_wrap .heading_wrap .heading_en.faq {
    font-size: 6vw;
    bottom: -1.2vw;
  }
}

.faq_index {
  padding-block: 4rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 4rem;
}
@media (width <= 767px) {
  .faq_index {
    gap: 2.4rem;
  }
}
.faq_index .cont_inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 2.4rem;
}
@media (width <= 767px) {
  .faq_index .cont_inner {
    gap: 2rem;
  }
}

.faq_list .cont_inner {
  gap: 4rem;
}
@media (width <= 767px) {
  .faq_list .cont_inner {
    gap: 2.4rem;
  }
}
.faq_list .accordion_field {
  width: 100%;
}
.faq_list .accordion {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #d0d9e4;
  overflow: hidden;
  width: 100%;
}
.faq_list .accordion_header {
  padding: 2.4rem 3.4rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  transition: all 0.3s ease-out;
  position: relative;
}
.faq_list .accordion_header::-webkit-details-marker {
  display: none;
}
.faq_list .accordion_header::after {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background: #004a9a;
  inset: 0 1.4rem 0 auto;
  margin: auto;
  transition: transform 0.3s ease-out;
  position: absolute;
}
.faq_list .accordion_header::before {
  content: "";
  width: 0.2rem;
  height: 1rem;
  background: #004a9a;
  inset: 0 1.8rem 0 auto;
  margin: auto;
  transition: transform 0.3s ease-out;
  position: absolute;
}
.faq_list .accordion_header span {
  display: block;
  width: 100%;
  padding-right: 0.4rem;
  border-right: 0.1rem solid #d0d9e4;
  color: #004a9a;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (width <= 767px) {
  .faq_list .accordion_header span {
    font-size: 1.6rem;
  }
}
.faq_list .accordion_header span::before {
  content: "Q";
  color: #004a9a;
  inset: 2.2rem auto auto 0.8rem;
  height: 1lh;
  margin: auto;
  transition: transform 0.3s ease-out;
  position: absolute;
}
.faq_list .accordion[open] .accordion_header::before {
  transform: rotate(90deg);
}
@media (any-hover: hover) {
  .faq_list .accordion_header:hover {
    background-color: #dbf0fc;
  }
}
.faq_list .accordion_content {
  overflow: clip;
  transition: height 0.3s ease;
  will-change: height;
}
.faq_list .accordion_content .accordion_inner {
  padding: 1.6rem 0 2.4rem 3.4rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1.6rem;
  align-items: flex-start;
}

/*-----------------------------------------
  Kanamin(character)
-----------------------------------------*/
.character .profile {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  gap: 0.8rem 0;
  max-height: 125px;
}
@media (width <= 1080px) {
  .character .profile {
    max-height: 100%;
  }
}
.character .profile dl {
  width: 50%;
  display: flex;
  flex-flow: row nowrap;
  gap: 2.4rem;
}
@media (width <= 1080px) {
  .character .profile dl {
    width: 100%;
  }
}
.character .profile dl dt {
  color: #009ee9;
  font-weight: bold;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 6rem;
  position: relative;
}
.character .profile dl dt::after {
  content: "：";
  display: inline-block;
  position: absolute;
  right: -2rem;
}
.character .profile dl dd {
  width: calc(100% - 6rem - 2.4rem);
}
@media (width <= 1080px) {
  .character .profile dl dd {
    width: 100%;
  }
}
.character dt {
  color: #009ee9;
  font-weight: bold;
}
.character .favorite {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 2.4rem;
}
.character .favorite > div {
  width: calc(50% - 1.2rem);
}
@media (width <= 1080px) {
  .character .favorite > div {
    width: 100%;
  }
}
.character .favorite > .column {
  display: flex;
  flex-flow: column nowrap;
  gap: 2.4rem;
}
.character .favorite .img_general_set_clm {
  align-items: center;
}
.character .favorite .img_general_set_clm figure {
  width: 9rem;
}
.character .favorite .img_general_set_clm figure.memo {
  width: 20rem;
}

/*-----------------------------------------
  dia
-----------------------------------------*/
.dia .info_wrap {
  gap: 1.6rem;
}
.dia .importantnotice_area,
.dia .operation_area {
  width: 100%;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1.6rem;
}
@media (width <= 767px) {
  .dia .importantnotice_area,
  .dia .operation_area {
    flex-flow: column nowrap;
    gap: 0.8rem;
    padding: 1rem 0.8rem;
  }
}
.dia .importantnotice_area .info_ttl,
.dia .operation_area .info_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  width: 170px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.8rem;
}
@media (width <= 767px) {
  .dia .importantnotice_area .info_ttl,
  .dia .operation_area .info_ttl {
    font-size: 1.6rem;
    width: 100%;
  }
}
.dia .importantnotice_area .info_list,
.dia .operation_area .info_list {
  width: calc(100% - 180px);
}
@media (width <= 767px) {
  .dia .importantnotice_area .info_list,
  .dia .operation_area .info_list {
    width: 100%;
  }
}
.dia .importantnotice_area .info_list > .info_item:first-child,
.dia .importantnotice_area .info_list > .info_item:last-child,
.dia .operation_area .info_list > .info_item:first-child,
.dia .operation_area .info_list > .info_item:last-child {
  border-radius: 0;
}
.dia .importantnotice_area .info_list > .info_item:first-child a,
.dia .importantnotice_area .info_list > .info_item:last-child a,
.dia .operation_area .info_list > .info_item:first-child a,
.dia .operation_area .info_list > .info_item:last-child a {
  border-radius: 0;
}
.dia .importantnotice_area .info_list .info_item > a,
.dia .importantnotice_area .info_list .info_item > div,
.dia .operation_area .info_list .info_item > a,
.dia .operation_area .info_list .info_item > div {
  padding: 0.2rem 0.4rem 0.2rem 1.6rem;
  min-height: auto;
  gap: 0 0.8rem;
  transition: all 0.3s linear;
}
@media (width <= 767px) {
  .dia .importantnotice_area .info_list .info_item > a,
  .dia .importantnotice_area .info_list .info_item > div,
  .dia .operation_area .info_list .info_item > a,
  .dia .operation_area .info_list .info_item > div {
    padding: 0.2rem 0.4rem 0.2rem 0.8rem;
  }
}
.dia .importantnotice_area {
  background: #ffeaea;
  border: 0.2rem solid #CF5A3E;
}
.dia .importantnotice_area .info_ttl::before {
  content: "";
  width: 2.6rem;
  height: 1lh;
  display: inline-block;
  background: url("/files/icon_exclamation.svg") no-repeat center center;
  background-size: contain;
}
@media (any-hover: hover) {
  .dia .importantnotice_area .info_list .info_item > a:hover {
    background: rgba(255, 234, 234, 0.3);
  }
}
.dia .importantnotice_area .info_list a::after {
  background-color: #CF5A3E;
  color: #CF5A3E;
}
.dia .operation_area {
  background: #dbf0fc;
  border: 0.2rem solid #004a9a;
}
.dia .operation_area .info_ttl::before {
  content: "";
  width: 2.6rem;
  height: 1lh;
  display: inline-block;
  background: url("/files/icon_businfo.svg") no-repeat center center;
  background-size: contain;
}
.dia .operation_area .info_list a::after {
  background-color: #004a9a;
  color: #004a9a;
}
.dia .info_heading_wrap {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  flex-grow: 1;
  z-index: 10;
}
.dia .info_heading_wrap .btn_link_area {
  display: flex;
  flex-flow: row nowrap;
  gap: 40px;
}
.dia .nav_wrap {
  flex-flow: row wrap;
  align-items: stretch;
  gap: 0.8rem;
}
.dia .nav_wrap .cont_inner {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  width: calc(50% - 0.4rem);
  gap: 2.4rem;
}
@media (width <= 767px) {
  .dia .nav_wrap .cont_inner {
    gap: 2rem;
  }
}

/*-----------------------------------------
  go-out
-----------------------------------------*/
.goout .cont_inner {
  container-type: inline-size;
}
.goout .catchphrase {
  text-align: center;
  font-weight: 300;
  margin-block: 2.4rem;
  line-height: 2;
  letter-spacing: 0.01rem;
  font-style: italic;
}
.goout .img_general_set_clm {
  width: 100%;
}
.goout .img_general_set_clm figure {
  align-content: flex-start;
}
@container (width <= 760px) {
  .goout .img_general_set_clm {
    flex-direction: column;
  }
  .goout .img_general_set_clm figure {
    order: -2;
    width: 100%;
    margin-inline: auto;
  }
  .goout .img_general_set_clm figure.multi {
    max-width: none;
  }
  .goout .img_general_set_clm figure.multi img {
    width: calc(50% - 0.4rem);
  }
  .goout .img_general_set_clm .img_general_set_cont {
    display: contents;
  }
  .goout .img_general_set_clm .img_general_set_cont > p {
    order: -1;
  }
  .goout .img_general_set_clm .img_general_set_cont > p.catchphrase {
    order: -2;
  }
}
.goout .border_box {
  container-type: inline-size;
  width: 100%;
}
.goout .border_box dl {
  display: flex;
  flex-flow: row nowrap;
  gap: 0 2.4rem;
}
@container (width <= 380px) {
  .goout .border_box dl {
    width: 100%;
    flex-flow: row wrap;
  }
}
.goout .border_box dl dt {
  font-weight: bold;
  width: 7rem;
  position: relative;
}
.goout .border_box dl dt::after {
  content: "：";
  display: inline-block;
  position: absolute;
  right: -2rem;
}
@container (width <= 380px) {
  .goout .border_box dl dt::after {
    display: none;
  }
}
.goout .border_box dl dd {
  width: calc(100% - 7rem - 2.4rem);
}
@container (width <= 380px) {
  .goout .border_box dl dd {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.goout .border_box.long dl dt {
  width: 11rem;
}
.goout .border_box.long dl dd {
  width: calc(100% - 11rem - 2.4rem);
}
.goout .basic_table .area {
  width: 65%;
}
.goout .basic_table .tel {
  width: 35%;
}
.goout .basic_table th,
.goout .basic_table td {
  vertical-align: middle;
  text-align: left;
}
.goout .recommend_detail {
  display: flex;
  gap: 0.8rem;
  flex-flow: row wrap;
  position: relative;
}
.goout .recommend_detail .recommend_link {
  width: calc(33.3333333333% - 0.5333333333rem);
}
@media (width <= 767px) {
  .goout .recommend_detail .recommend_link {
    width: calc(50% - 0.4rem);
  }
}
.goout .recommend_detail .recommend_link a {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}
.goout .recommend_detail .recommend_link a figure {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.goout .recommend_detail .recommend_link a figure img {
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .goout .recommend_detail .recommend_link a:hover figure img {
    transform: scale(1.05);
  }
}
.goout .link_box {
  width: 100%;
}

/*-----------------------------------------
  exbus
-----------------------------------------*/
.exbus_list .contents_list {
  gap: 2.4rem 1.6rem;
}
.exbus_list .contents_list a {
  border-radius: 0;
  box-shadow: none;
  padding-right: 60px;
  position: relative;
  height: auto;
}
.exbus_list .contents_list .third_heading,
.exbus_list .contents_list > div {
  color: #333;
  border-bottom: none;
  padding-block: 0;
  flex-flow: row wrap;
}
.exbus_list .contents_list .third_heading h3,
.exbus_list .contents_list > div h3 {
  border-bottom: 0.1rem solid #d0d9e4;
  width: 100%;
}
.exbus_list .contents_list .text_attention {
  color: #CF5A3E;
  padding-left: 3rem;
}

.page_title_field .heading_wrap.exbus .heading_ja {
  font-size: clamp(1.8rem, 2.2vw, 3.6rem);
}
@media (width <= 767px) {
  .page_title_field .heading_wrap.exbus .heading_ja {
    font-size: 2.4rem;
  }
}
.page_title_field .heading_wrap.exbus .heading_sub_en {
  font-size: clamp(1.4rem, 1.4vw, 2.2rem);
}

.exbus .timetable {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  width: 100%;
}
.exbus .timetable.clms {
  flex-flow: row wrap;
  container-type: inline-size;
}
.exbus .timetable.clms > div {
  width: 100%;
}
@container (min-width: 780px) {
  .exbus .timetable.clms > div {
    width: calc(50% - 0.4rem);
  }
}
.exbus .timetable.clms > div thead th {
  font-size: 1.6rem;
}
.exbus .timetable.clms > div thead th p {
  font-size: 1.4rem;
}
.exbus .timetable table {
  min-width: 100%;
}
.exbus .timetable td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.exbus .timetable tbody th,
.exbus .timetable thead th {
  white-space: nowrap;
  width: 220px;
}
.exbus .timetable tbody th.dep,
.exbus .timetable thead th.dep {
  background: #ddffec;
}
.exbus .timetable tbody th.arr,
.exbus .timetable thead th.arr {
  background: #fffee4;
}
.exbus .timetable tbody th div,
.exbus .timetable thead th div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.exbus .timetable tbody th div p,
.exbus .timetable thead th div p {
  text-align: left;
}
.exbus .timetable tbody th div p span,
.exbus .timetable thead th div p span {
  display: block;
  font-size: 1.2rem;
}
.exbus .timetable tbody th div p + p,
.exbus .timetable thead th div p + p {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.8;
}
.exbus .summary_table .kind {
  width: 9%;
}
.exbus .summary_table .reservations {
  width: 10%;
  min-width: 80px;
}
.exbus .summary_table .reserv {
  background: #fffee4;
}
.exbus .summary_table .noreserv {
  background: #ffeaea;
}
.exbus .summary_table .return {
  width: 30%;
}
.exbus .summary_table .deadline {
  width: 22%;
}
.exbus .summary_table .purchase {
  width: 20%;
}
.exbus .summary_table .howto {
  width: 18%;
}
.exbus .summary_table td {
  vertical-align: middle;
}
.exbus .fare_table td {
  text-align: center;
  width: 14%;
  vertical-align: middle;
}
.exbus .busset_table {
  min-width: 100%;
}
.exbus .busset_table .busstop {
  width: 150px;
}
.exbus .busset_table td {
  text-align: center;
}

/*-----------------------------------------
  cycle Firewood
-----------------------------------------*/
.cycle .basic_table .area {
  width: 70%;
}
.cycle .basic_table .tel {
  width: 30%;
}
.cycle .basic_table .number {
  width: 8rem;
}
.cycle .basic_table th,
.cycle .basic_table td {
  vertical-align: middle;
  text-align: left;
}

.firewood .history_table th {
  min-width: 260px;
  text-align: left;
}

/*-----------------------------------------
  sitemap
-----------------------------------------*/
.sitemap .nav_field {
  display: flex;
  flex-flow: row wrap;
  gap: 2.4rem 2%;
  align-items: flex-end;
}
.sitemap .nav_field > li {
  width: 32%;
}
@media (width <= 767px) {
  .sitemap .nav_field > li {
    width: 100%;
  }
}
.sitemap .nav_field > li.wide {
  width: 100%;
}
.sitemap .nav_field > li > a {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #d0d9e4;
  position: relative;
  padding-left: 2.5rem;
  display: flex;
  color: #333;
  flex-flow: row wrap;
  gap: 0.8rem;
  align-items: baseline;
  transition: all 0.3s ease-in-out;
}
@media (width <= 767px) {
  .sitemap .nav_field > li > a {
    font-size: 1.8rem;
    padding-bottom: 0.6rem;
  }
}
.sitemap .nav_field > li > a::before {
  content: "";
  width: 1.7rem;
  height: 1.2rem;
  display: block;
  border-radius: 0 4rem 4rem 0;
  background: linear-gradient(90deg, #c70025, #eb6100, #fde2a6);
  position: absolute;
  inset: 1rem auto 0 0;
}
@media (width <= 767px) {
  .sitemap .nav_field > li > a::before {
    inset: 0.8rem auto 0 0;
  }
}
@media (any-hover: hover) {
  .sitemap .nav_field > li > a:hover {
    opacity: 0.6;
  }
}
.sitemap .nav_field .mdd_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 0 2%;
  justify-content: space-between;
}
.sitemap .nav_field .mdd_wrap > ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0 2%;
  width: 100%;
  margin-top: 1rem;
}
.sitemap .nav_field .mdd_wrap > ul > li {
  width: 32%;
}
@media (width <= 767px) {
  .sitemap .nav_field .mdd_wrap > ul > li {
    width: 100%;
  }
}
.sitemap .nav_field .mdd_wrap > ul > li > a {
  font-weight: normal;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  padding-block: 1.6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #d0d9e4;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .sitemap .nav_field .mdd_wrap > ul > li > a:hover {
    opacity: 0.6;
  }
}
.sitemap .nav_field .mdd_wrap > ul > li > a::after {
  content: "";
  width: 4rem;
  height: 1lh;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_arrow.svg");
          mask-image: url("/files/icon_arrow.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
}
.sitemap .nav_field .mdd_wrap > ul > li > a[target=_blank]::after {
  content: "外部サイトリンク";
  width: 4rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  color: #004a9a;
}
.sitemap .nav_field .mdd_wrap > ul > li > a[href$=".pdf"]::after {
  content: "PDF";
  overflow: hidden;
  width: 4rem;
  height: 1lh;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_pdf.svg");
          mask-image: url("/files/icon_pdf.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  background-color: #CF5A3E;
  color: #CF5A3E;
}
@media (width <= 767px) {
  .sitemap .nav_field .mdd_wrap > ul > li > a {
    font-size: 1.6rem;
  }
}
.sitemap .nav_field .mdd_wrap > ul > li > ul li a {
  color: #333;
  padding-block: 0.8rem;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .sitemap .nav_field .mdd_wrap > ul > li > ul li a:hover {
    opacity: 0.6;
  }
}
.sitemap .nav_field .mdd_wrap ul.set2 {
  display: block;
  width: 66%;
}
@media (width <= 767px) {
  .sitemap .nav_field .mdd_wrap ul.set2 {
    width: 100%;
  }
}
.sitemap .nav_field .mdd_wrap ul.set2 li {
  width: 100%;
}
.sitemap .nav_field .mdd_wrap ul.set1 {
  display: block;
  width: 32%;
}
@media (width <= 767px) {
  .sitemap .nav_field .mdd_wrap ul.set1 {
    width: 100%;
  }
}
.sitemap .nav_field .mdd_wrap ul.set1 li {
  width: 100%;
}

/*-----------------------------------------
Search
-----------------------------------------*/
.search .cont_inner > div {
  width: 100%;
  margin: auto;
}
.search .cont_inner > div .gsc-control-cse {
  background: transparent;
}
.search .cont_inner > div .gsc-control-cse .gsc-search-button-v2 {
  width: 100px;
  height: 38px;
}
@media (width <= 767px) {
  .search .cont_inner > div .gsc-control-cse .gsc-search-button-v2 {
    height: 46px;
  }
}
.search .cont_inner > div .gsc-control-cse .gsc-results-wrapper-visible {
  margin-top: 2.4rem;
}
.search .cont_inner > div .gsc-control-cse .gsc-results {
  width: 100%;
}

/*-----------------------------------------
MARK: A-Form
-----------------------------------------*/
div:has(> div[id^=aform]) {
  width: 100%;
}

.aform-header {
  display: none;
}

.aform-content {
  position: relative;
}

.aform-content dd .aform-radio-ul input[type=radio],
.aform-content dd .aform-radio-ul input[type=radio] + label,
.aform-content dd .aform-checkbox-ul input[type=checkbox],
.aform-content dd .aform-checkbox-ul input[type=checkbox] + label {
  cursor: pointer;
}

.aform-content dl {
  display: flex;
  color: #333;
  margin: 0;
  padding-block: 1.6rem;
  flex-flow: row nowrap;
  gap: 2.4rem;
  align-items: center;
}

.aform-content dl:not(.dl_assessment_policy) {
  border-bottom: 1px dotted #d0d9e4;
}

.aform-content dl dt {
  width: 280px;
  font-weight: bold;
}

.aform-content dl dt > label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}
@media (width <= 767px) {
  .aform-content dl dt > label {
    justify-content: flex-start;
  }
}

.aform-content dl dd {
  width: calc(100% - 280px - 2.4rem);
  margin: 0;
}

.aform-required {
  display: inline;
  font-size: 1.2rem;
  color: #fff;
  background-color: #CF5A3E;
  border-radius: 26px;
  padding: 0.2rem 1.6rem 0.4rem;
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
}

.aform-input-example {
  color: inherit;
}

.aform-note {
  margin: 0;
}

.aform-name-ul li + li,
.aform-kana-ul li + li {
  margin-left: 0;
}

.aform-content .aform-name-ul label,
.aform-content .aform-kana-ul label,
.aform-content .aform-twice-note {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.aform-content .aform-twice-note {
  margin-top: 0.4rem;
}

.aform-content dd .aform-input-example:not(.assessment_policy) {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.43;
}

.aform-content dd .aform-input-example:not(.assessment_policy)::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.aform-content .aform-radio-ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.aform-content .basic_ul {
  margin-bottom: 16px;
}

.aform-content .basic_ul > li {
  padding-left: 18px;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
}

.aform-content .basic_ul > li:not(:last-child) {
  margin-bottom: 4px;
}

.aform-content .basic_ul > li::before {
  background-color: #333;
  top: 11px;
}

.aform-content .basic_ul > li a {
  font-size: 1.4rem;
}

.aform-content .basic_ul > li a.text_link[target=_blank]::after {
  top: -1px;
}

.dl_assessment_policy dt {
  display: none;
}

.dl_assessment_policy dd {
  width: 100% !important;
}

.checklist_cont {
  height: 380px;
  overflow-y: auto;
  margin: 48px 0;
  padding: 39px 50px;
  border: 1px solid #d0d9e4;
}

.checklist_cont p {
  margin-bottom: 16px;
  font-size: 1.4rem;
  color: #333;
}

.checklist_cont .basic_ul:last-child {
  margin-bottom: 0;
}

.checklist_cont .basic_ul > li {
  padding-left: 18px;
  font-size: 1.4rem;
  color: #333;
}

.checklist_cont .basic_ul > li.btn:not(:last-child) {
  margin-bottom: 4px;
}

.checklist_cont .basic_ul > li::before {
  top: 11px;
  background-color: currentColor;
}

.dl_assessment_policy p {
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.6rem;
}

.dl_assessment_policy .assessment_policy {
  text-align: center;
  margin-right: 12px !important;
}

.dl_assessment_policy .assessment_policy label:not(.error) {
  padding-left: 61px;
  position: relative;
}

.dl_assessment_policy .assessment_policy label:not(.error)::before {
  content: "必須";
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 9px;
  z-index: 1;
}

.dl_assessment_policy .assessment_policy label:not(.error)::after {
  content: "";
  width: 49px;
  height: 29px;
  border-radius: 5px;
  padding: 4px 10px;
  background-color: #CF5A3E;
  position: absolute;
  top: 0;
  left: 0;
}

.font_large .dl_assessment_policy .assessment_policy label::before {
  top: 2px;
  left: 8px;
}

.font_large .dl_assessment_policy .assessment_policy label::after {
  top: 0;
}

.aform-input[type=text],
.aform-text,
.aform-email,
.aform-password,
.aform-tel,
.aform-url,
.aform-number,
.aform-date,
.aform-time,
.aform-textarea,
.aform-select,
.aform-name,
.aform-kana,
.aform-zipcode,
.aform-prefecture,
.aform-calendar {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 1px solid #d0d9e4;
}
.aform-input[type=text]::-moz-placeholder, .aform-text::-moz-placeholder, .aform-email::-moz-placeholder, .aform-password::-moz-placeholder, .aform-tel::-moz-placeholder, .aform-url::-moz-placeholder, .aform-number::-moz-placeholder, .aform-date::-moz-placeholder, .aform-time::-moz-placeholder, .aform-textarea::-moz-placeholder, .aform-select::-moz-placeholder, .aform-name::-moz-placeholder, .aform-kana::-moz-placeholder, .aform-zipcode::-moz-placeholder, .aform-prefecture::-moz-placeholder, .aform-calendar::-moz-placeholder {
  color: #ccc;
}
.aform-input[type=text]::placeholder,
.aform-text::placeholder,
.aform-email::placeholder,
.aform-password::placeholder,
.aform-tel::placeholder,
.aform-url::placeholder,
.aform-number::placeholder,
.aform-date::placeholder,
.aform-time::placeholder,
.aform-textarea::placeholder,
.aform-select::placeholder,
.aform-name::placeholder,
.aform-kana::placeholder,
.aform-zipcode::placeholder,
.aform-prefecture::placeholder,
.aform-calendar::placeholder {
  color: #ccc;
}

.aform-checkbox,
.aform-radio {
  font-size: 1.4rem;
  margin: 0 5px 2px 0 !important;
}

.aform-twice-note {
  margin-bottom: 0.5em;
}

.aform-button-area {
  padding: 0;
  background: transparent;
  text-align: center;
}

.aform-button-area input {
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  margin: 0 6px;
  padding: 1.6rem 4rem;
  background-color: #004a9a;
  cursor: pointer;
  transition: all 0.3s ease-out;
  min-width: 180px;
}

.aform-button-area input[disabled] {
  cursor: default;
  background-color: #d0d9e4;
}

/* error */
.aform-error {
  font-size: 1.4rem;
  color: #CF5A3E;
  margin-top: 5px;
}

.aform-error.assessment_policy {
  margin-top: 16px;
}

.aform-error.assessment_policy .error {
  padding-left: 0;
}

.aform-error.assessment_policy .error::before,
.aform-error.assessment_policy .error::after {
  content: none;
}

.aform-content .aform-name-ul,
.aform-content .aform-kana-ul {
  display: flex;
  gap: 8px 16px;
}

.aform-content .aform-name-ul > li,
.aform-content .aform-kana-ul > li {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.aform-content .aform-name-ul > li label,
.aform-content .aform-kana-ul > li label {
  font-size: 1.2rem;
  line-height: 1.43;
}

.aform-content dd [class*=assessment_sample_info_]:first-child:not(input) {
  padding-bottom: calc(1lh + 1.6rem);
}

.aform-content [class*=assessment_sample_data_note_],
.aform-content .assessment_specification_data_note_04 {
  position: relative;
  padding-left: 338px;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #333;
  translate: 0 -92px;
}

.aform-content [class*=assessment_sample_data_note_]::before,
.aform-content .assessment_specification_data_note_04::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 324px;
  width: 5px;
  height: 5px;
  border-radius: 100vmax;
  background-color: #ccc;
}

.aform-content [class*=assessment_sample_data_note_] + dl[class^=dl_assessment_sample_data_],
.aform-content .dl_assessment_specification_data_04_01 {
  margin-top: -36px;
}

.aform-content dl[class^=dl_assessment_sample_data_],
.aform-content dl[class^=dl_assessment_specification_data_04_] {
  flex-direction: column;
  gap: 7px 0;
  padding-left: 320px;
}

.aform-content dl[class^=dl_assessment_sample_data_]:has(+ [class^=dl_assessment_sample_data_]),
.aform-content .dl_assessment_specification_data_04_01 {
  padding-bottom: 0;
  border-bottom: none !important;
}

.aform-content dl[class^=dl_assessment_sample_data_] dt,
.aform-content dl[class^=dl_assessment_sample_data_] dd,
.aform-content dl[class^=dl_assessment_specification_data_04_] dt,
.aform-content dl[class^=dl_assessment_specification_data_04_] dd {
  width: 100%;
  margin: 0;
}

.aform-content dl[class^=dl_assessment_sample_data_] dt,
.aform-content dl[class^=dl_assessment_specification_data_04_] dt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.43;
}

.aform-content dl[class^=dl_assessment_sample_data_] dt label,
.aform-content dl[class^=dl_assessment_specification_data_04_] dt label {
  padding: 0;
  margin: 0;
}

/* confirm */
#aform-confirm-form .aform-required,
#aform-confirm-form .dl_assessment_policy,
#aform-confirm-form dl[class^=dl_assessment_sample_data_] > dt > span,
#aform-confirm-form dl[class^=dl_assessment_specification_data_04_] > dt > span,
#aform-confirm-form .assessment_specification_data_note_04,
#aform-confirm-form dl[class^=dl_assessment_sample_data_]:has(> dd > span:empty),
#aform-confirm-form dl[class^=dl_assessment_specification_data_04_]:has(> dd > span:empty),
#aform-confirm-form [class*=assessment_sample_data_note_] {
  display: none;
}

#aform-confirm-form .dl_mail-address {
  margin-bottom: 16px;
}

#aform-confirm-form dl[class^=dl_assessment_sample_data_] + dl[class^=dl_assessment_detail_],
#aform-confirm-form .dl_assessment_period_04 {
  border-top: 1px solid #d0d9e4 !important;
}

#aform-confirm-form dl[class^=dl_assessment_sample_data_],
#aform-confirm-form dl[class^=dl_assessment_specification_data_04_] {
  gap: 0;
  border-bottom: none !important;
}

#aform-confirm-form dl[class^=dl_assessment_sample_data_]:has(> dd > span:not(:empty)),
#aform-confirm-form dl[class^=dl_assessment_specification_data_04_]:has(> dd > span:not(:empty)) {
  padding-top: 0;
  padding-bottom: 16px;
}

#aform-confirm-form [class*=assessment_sample_data_note_] + dl[class^=dl_assessment_sample_data_],
#aform-confirm-form .dl_assessment_specification_data_04_01 {
  margin-top: 0;
}

#aform-confirm-form dd [class*=assessment_sample_info_]:first-child:not(input) {
  padding-bottom: 0;
}

#aform-confirm-form dd [class*=assessment_sample_info_]:first-child:not(input):empty::after,
#aform-confirm-form .dl_assessment_period_04 dd > span:empty::after {
  content: "-";
}

#aform-confirm-form dl dd {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

#aform-confirm-form .aform-button-area {
  text-align: center;
}

#aform-confirm-form .aform-button-area input {
  opacity: 1;
}

#aform-confirm-form #aform_confirm_msg {
  margin-block: 2.4rem;
  text-align: center;
}

#aform_btn_back {
  background-color: #333;
}

.aform-content .aform-error-list {
  flex-direction: column;
  align-items: center;
  list-style-type: "";
  padding: 20px 10px;
  border-bottom: none !important;
  background-color: #fef3f4;
}

.aform-content .aform-error-list dt {
  padding: 0;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 1.8rem;
  color: #CF5A3E;
}

.aform-content .aform-error-list dt,
.aform-content .aform-error-list dd,
.aform-content .aform-error-list + div {
  text-align: center;
}

.aform-content .aform-error-list dd {
  font-weight: 400;
  font-size: 1.6rem;
}

.aform-content .aform-error-list dd + dd {
  margin-top: 5px;
}

.aform-content .aform-error-list + div {
  margin-top: 20px;
}

/* Hover */
@media (any-hover: hover) {
  .aform-button-area input:not([disabled]):hover {
    opacity: 0.5 !important;
  }
}
@media only screen and (max-width: 768px) {
  .aform-content dl {
    display: block;
  }
  .aform-content dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding-top: 0;
  }
  .aform-content dl dt > label,
  .aform-content dl dt > span {
    margin-top: 0;
  }
  .aform-content dl dd {
    width: 100%;
  }
  .aform-required {
    margin-left: 18px;
    padding: 4px 10px;
    position: static;
  }
  .aform-content li {
    margin-bottom: 4px;
  }
  .checklist_cont {
    height: 350px;
    margin: 32px 0;
    padding: 27px;
  }
  .aform-input[type=text],
  .aform-text,
  .aform-email,
  .aform-password,
  .aform-tel,
  .aform-url,
  .aform-number,
  .aform-date,
  .aform-time,
  .aform-textarea,
  .aform-select,
  .aform-name,
  .aform-kana,
  .aform-zipcode,
  .aform-prefecture,
  .aform-calendar {
    font-size: 1.6rem;
  }
  .aform-button-area input {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .aform-content .aform-name-ul,
  .aform-content .aform-kana-ul {
    flex-direction: column;
  }
  .aform-content dd [class*=assessment_sample_info_]:first-child:not(input) {
    padding-bottom: calc(2lh + 1.6rem);
  }
  .aform-content [class*=assessment_sample_data_note_],
  .aform-content .assessment_specification_data_note_04 {
    padding-left: 18px;
    translate: 0 -112px;
  }
  .aform-content [class*=assessment_sample_data_note_] {
    translate: 0 -112px;
  }
  .aform-content .assessment_specification_data_note_04 {
    translate: 0 -92px;
  }
  .aform-content [class*=assessment_sample_data_note_]::before,
  .aform-content .assessment_specification_data_note_04::before {
    top: 8px;
    left: 4px;
  }
  .aform-content [class*=assessment_sample_data_note_] + dl[class^=dl_assessment_sample_data_],
  .aform-content .dl_assessment_specification_data_04_01 {
    margin-top: -36px;
  }
  .aform-content dl[class^=dl_assessment_sample_data_],
  .aform-content dl[class^=dl_assessment_specification_data_04_] {
    gap: 7px 0;
    padding-left: 0;
  }
  .aform-content dl[class^=dl_assessment_sample_data_]:has(+ [class^=dl_assessment_sample_data_]),
  .aform-content .dl_assessment_specification_data_04_01 {
    padding-bottom: 0;
    border-bottom: none !important;
  }
  .aform-content dl[class^=dl_assessment_sample_data_] dt,
  .aform-content dl[class^=dl_assessment_sample_data_] dd,
  .aform-content dl[class^=dl_assessment_specification_data_04_] dt,
  .aform-content dl[class^=dl_assessment_specification_data_04_] dd {
    width: 100%;
    margin: 0;
  }
  .aform-content dl[class^=dl_assessment_sample_data_] dt,
  .aform-content dl[class^=dl_assessment_specification_data_04_] dt {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .aform-content dl[class^=dl_assessment_sample_data_] dt label,
  .aform-content dl[class^=dl_assessment_specification_data_04_] dt label {
    padding: 0;
    margin: 0;
  }
}
.grecaptcha-badge {
  bottom: 80px !important;
  z-index: 99;
}

/* SP tap */
@media only screen and (max-width: 768px) {
  .aform-button-area input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    -webkit-touch-callout: none;
  }
}/*# sourceMappingURL=contents.css.map */