@charset "UTF-8";
/* ---------- 共通設定 ここから ---------- */
* {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-box: trim-both text;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

html {
  font-size: 56.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  font-weight: 500;
}

li {
  list-style: none;
}

a {
  display: block;
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a *, a::before, a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media print, screen and (min-width: 768px) {
  a[href*=tel] {
    pointer-events: none;
  }
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

img,
video,
iframe {
  display: block;
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

br.under480 {
  display: block;
}
@media print, screen and (min-width: 480px) {
  br.under480 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}
br.between768-1024 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.between768-1024 {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  br.between768-1024 {
    display: none;
  }
}
br.under1024 {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  br.under1024 {
    display: none;
  }
}
br.over1024 {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  br.over1024 {
    display: block;
  }
}
br.over1280 {
  display: none;
}
@media print, screen and (min-width: 1280px) {
  br.over1280 {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  opacity: 0;
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}

.inner {
  width: 95%;
  margin: auto;
}
.inner.max1000 {
  max-width: 1000px;
}
.inner.max1024 {
  max-width: 1024px;
}
.inner.max1250 {
  max-width: 1250px;
}
.inner.max1600 {
  max-width: 1600px;
}

.mg_top20 {
  margin-top: 2rem !important;
}
.mg_top40 {
  margin-top: 4rem !important;
}
.mg_top60 {
  margin-top: clamp(4rem, 6vw, 6rem) !important;
}
.mg_top64 {
  margin-top: clamp(4rem, 6.4vw, 6.4rem) !important;
}
.mg_top80 {
  margin-top: clamp(4rem, 4.5vw, 8rem) !important;
}
.mg_top100 {
  margin-top: clamp(4rem, 5.25vw, 10rem) !important;
}
.mg_top120 {
  margin-top: clamp(4rem, 6vw, 12rem) !important;
}
.mg_top150 {
  margin-top: clamp(4rem, 8vw, 15rem) !important;
}
.mg_bottom100 {
  margin-bottom: clamp(4rem, 6.25vw, 10rem);
}
.mg_bottom150 {
  margin-bottom: clamp(4rem, 8vw, 15rem);
}

.pd80 {
  padding: clamp(4rem, 4.5vw, 8rem) 0;
}
.pd100 {
  padding: clamp(4rem, 5.25vw, 10rem) 0;
}
.pd120 {
  padding: clamp(4rem, 6.25vw, 12rem) 0;
}
.pd150 {
  padding: clamp(4rem, 8vw, 15rem) 0;
}
.pd_top120 {
  padding-top: clamp(4rem, 6.25vw, 12rem);
}
.pd_top150 {
  padding-top: clamp(4rem, 8vw, 15rem);
}
.pd_bottom140 {
  padding-bottom: clamp(4rem, 7.3vw, 14rem);
}
.pd_bottom215 {
  padding-bottom: clamp(4rem, 12vw, 21.5rem);
}

.page_top {
  background-color: rgba(214, 239, 255, 0.4);
}
.page_top header {
  padding: clamp(5rem, 5.5vw, 10rem) 0 clamp(5rem, 4vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_top header span {
  font-size: min(4vw, 2rem);
  font-weight: bold;
}
.page_top header h2 {
  font-size: min(5.5vw, 3.2rem);
  font-weight: bold;
  text-align: center;
}
.page_top header h3 {
  margin-top: 0.5em;
  font-size: min(3vw, 2rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.breadcrumb {
  display: none;
}
@media print, screen and (min-width: 768px) {
  ul.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-image-source: linear-gradient(to bottom, rgba(214, 239, 255, 0.4), rgba(214, 239, 255, 0.4));
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
    padding: 1.5rem 0;
  }
}
ul.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.breadcrumb li:not(:first-of-type)::before {
  content: "＞";
  margin: 0 1em;
}
ul.breadcrumb li a {
  display: inline;
  font-size: 1.8rem;
  text-align: left;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}
ul.breadcrumb li a[href*="#"] {
  pointer-events: none;
}
ul.breadcrumb li a span {
  display: inline-block;
}

.page_info {
  margin-top: clamp(4rem, 8vw, 15rem);
}

ul.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}
ul.link_list.column_2 {
  max-width: 800px;
  margin: auto;
}
ul.link_list li {
  width: 100%;
  max-width: calc((1000px - 4rem) / 3);
}
ul.link_list li a {
  color: #1260B8;
  font-weight: bold;
  text-align: center;
  border: 0.1rem solid #b3b3b3;
  border-radius: 1rem;
  padding: 1.2em 1rem;
  max-height: 3.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.link_list li a::before {
  content: "・";
  font-size: 1.5em;
  line-height: 1;
}
ul.link_list li a::after {
  content: "";
  height: 1em;
  aspect-ratio: 10/16;
  -webkit-mask-image: url(../img/anchor_arrow.svg);
          mask-image: url(../img/anchor_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1260B8;
}
ul.link_list li a:hover {
  opacity: 0.5;
}
ul.link_list li a.right_arrow::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
ul.link_list li a.right_arrow:hover {
  opacity: 1;
  background-color: rgba(214, 239, 255, 0.4);
}
ul.link_list li a.not_link {
  pointer-events: none;
}
ul.link_list li a.not_link::after {
  -webkit-mask-image: none;
          mask-image: none;
  background-color: transparent !important;
}
ul.link_list.with_bg li a {
  color: #fff;
  background-color: #1260B8;
}
ul.link_list.with_bg li a::before {
  color: #fff;
}
ul.link_list.with_bg li a::after {
  background-color: #fff;
}
ul.link_list.with_bg li a:hover {
  opacity: 1;
  color: #1260B8;
  background-color: #fff;
}
ul.link_list.with_bg li a:hover::before {
  color: #1260B8;
}
ul.link_list.with_bg li a:hover::after {
  background-color: #1260B8;
}

hgroup.section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0;
}
hgroup.section_title.align_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
hgroup.section_title span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  hgroup.section_title span {
    font-size: 2rem;
  }
}
hgroup.section_title h2 {
  font-size: min(5.75vw, 2.4rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  hgroup.section_title h2 {
    font-size: 3.2rem;
  }
}

h2.page_section_title {
  position: relative;
  color: #1260B8;
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: bold;
  background-color: #e6e6e6;
  border-radius: 1rem;
  padding: 0.5em 0 0.5em 1em;
}
h2.page_section_title::before {
  content: "";
  width: 0.4rem;
  height: 50%;
  background-color: #1260B8;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

p.section_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 1.6rem;
}
p.section_info.text_white {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  p.section_info {
    margin-top: 4rem;
    font-size: 1.8rem;
    text-align: center;
  }
}

h3.sub_title {
  color: #FE654F;
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}

.text_blue {
  color: #1260B8;
}
.text_navy {
  color: #000066;
}
.text_orange {
  color: #FE654F;
}
.text_red {
  color: #ff1d25;
}
.text_white {
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .bold {
    font-weight: bold;
  }
}

.indent {
  text-indent: 1em;
}
.indent_under768 {
  text-indent: 1em;
}
@media print, screen and (min-width: 768px) {
  .indent_under768 {
    text-indent: 0;
  }
}

.bg_navy {
  background-color: #000066;
}

.btn_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_area .btn a:hover {
  opacity: 0.5;
}
.btn_area .btn a p {
  font-size: min(4vw, 1.8rem);
  font-weight: bold;
}
.btn_area .btn a span {
  position: relative;
  width: 1.2em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_area .btn a span::before {
  content: "";
  width: 60%;
  aspect-ratio: 12/10;
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn_area .btn.underline a {
  padding-bottom: clamp(0.3em, 1.3vw, 1.1em);
  border-bottom: 0.2rem solid #000066;
}
.btn_area .btn.underline a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2vw, 4rem);
  gap: 0 4rem;
}
.btn_area .btn.underline a span {
  background-color: #000066;
}
.btn_area .btn.underline a span::before {
  background-color: #fff;
}
.btn_area .btn.round a {
  width: clamp(24rem, 75vw, 30rem);
  border-radius: 9999px;
  padding: min(3vw, 0.95em) 0;
  text-align: center;
}
.btn_area .btn.round a p {
  position: relative;
  display: inline-block;
  text-align: center;
}
.btn_area .btn.round a p span {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: calc(100% + min(2vw, 4rem));
  left: calc(100% + 4rem);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn_area .btn.round a p span::before {
  background-color: #000066;
}

/* ---------- 共通設定 ここまで ---------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
}
#header .inner {
  max-width: 1840px;
}
#header .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5vw;
  padding: 3vw 0;
}
@media print, screen and (min-width: 768px) {
  #header .upper {
    gap: 0 2vw;
    padding: 1vw 0;
  }
}
#header .area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header h1.logo {
  max-width: 44rem;
}
#header h1.logo a:hover {
  opacity: 0.5;
}
#header .area_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(1.5vw, 3rem);
}
#header .search_area {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header .search_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1rem;
  }
}
#header .search_area .gsc-control-cse {
  padding: 0;
}
#header .search_area form.gsc-search-box {
  margin-bottom: 0;
}
#header .search_area table.gsc-search-box {
  margin-bottom: 0;
}
#header .search_area table.gsc-search-box > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
#header .search_area table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
#header .search_area table.gsc-search-box td.gsc-input .gsc-input-box {
  width: 27.5rem;
  border: none !important;
}
@media print, screen and (min-width: 1024px) {
  #header .search_area table.gsc-search-box td.gsc-input .gsc-input-box {
    width: clamp(20rem, 16vw, 30rem);
  }
}
#header .search_area table.gsc-search-box td.gsc-input .gsc-input-box .gsib_a {
  padding: 0;
}
#header .search_area table.gsc-search-box td.gsc-input .gsc-input-box .gsst_b {
  padding: 0;
}
#header .search_area table.gsc-search-box td.gsc-input .gsc-input-box input {
  border: 0.1rem solid #ccc !important;
  border-radius: 9999px;
  padding: 0.5em 1em !important;
  background-position: 10% !important;
}
@media print, screen and (min-width: 1024px) {
  #header .search_area table.gsc-search-box td.gsc-input .gsc-input-box input {
    font-size: min(1.2vw, 1.6rem);
  }
}
#header .search_area table.gsc-search-box td.gsc-search-button {
  margin-left: 0;
  display: block;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1024px) {
  #header .search_area table.gsc-search-box td.gsc-search-button {
    font-size: min(1.2vw, 1.6rem);
  }
}
#header .search_area table.gsc-search-box td.gsc-search-button button.gsc-search-button.gsc-search-button-v2 {
  margin-left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #1260B8;
  border: 1px solid #1260B8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .search_area table.gsc-search-box td.gsc-search-button button.gsc-search-button.gsc-search-button-v2 svg {
  width: 65%;
  height: 65%;
}
#header .search_area table.gsc-search-box td.gsc-search-button button.gsc-search-button.gsc-search-button-v2:hover {
  background-color: #fff;
}
#header .search_area table.gsc-search-box td.gsc-search-button button.gsc-search-button.gsc-search-button-v2:hover svg {
  fill: #1260B8;
}
#header .link_btn {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #header .link_btn {
    display: block;
  }
}
#header .link_btn a {
  width: clamp(15rem, 13vw, 20rem);
  color: #fff;
  font-size: min(1.2vw, 1.6rem);
  font-weight: bold;
  border-radius: 9999px;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
#header .link_btn a::before {
  content: "";
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .link_btn a.contact {
  background-color: #FE654F;
  border: 1px solid #FE654F;
}
#header .link_btn a.contact::before {
  width: 2.1rem;
  aspect-ratio: 21/17;
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
#header .link_btn a.contact:hover {
  color: #FE654F;
  background-color: #fff;
}
#header .link_btn a.contact:hover::before {
  background-color: #FE654F;
}
#header .link_btn a.login {
  background-color: #000066;
  border: 1px solid #000066;
}
#header .link_btn a.login::before {
  width: 1.5rem;
  aspect-ratio: 15/17;
  -webkit-mask-image: url(../img/icon_lock.svg);
          mask-image: url(../img/icon_lock.svg);
}
#header .link_btn a.login:hover {
  color: #000066;
  background-color: #fff;
}
#header .link_btn a.login:hover::before {
  background-color: #000066;
}
#header .menu_toggle {
  position: relative;
  width: clamp(5rem, 15vw, 7rem);
  height: clamp(5rem, 15vw, 7rem);
  background-color: #1260B8;
  border-radius: 1rem;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #header .menu_toggle {
    width: clamp(7rem, 5vw, 9rem);
    height: 7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #header .menu_toggle {
    height: clamp(5rem, 4.5vw, 7rem);
  }
}
#header .menu_toggle span {
  display: block;
  width: 50%;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .menu_toggle span:nth-of-type(1) {
  top: 20%;
}
#header .menu_toggle span:nth-of-type(2) {
  top: 35%;
}
#header .menu_toggle span:nth-of-type(3) {
  top: 50%;
}
#header .menu_toggle p {
  position: absolute;
  top: 60%;
  width: 100%;
}
#header .menu_toggle p::before {
  content: "メニュー";
  width: 100%;
  color: #fff;
  font-size: min(2.5vw, 1.2rem);
  font-weight: bold;
  text-align: center;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  #header .menu_toggle p::before {
    font-size: min(1.5vw, 1.4rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #header .menu_toggle p::before {
    font-size: min(1vw, 1.4rem);
  }
}
#header .menu_toggle.active span:nth-of-type(1) {
  top: 35%;
  -webkit-transform: translate(-50%, 0) rotate(30deg);
          transform: translate(-50%, 0) rotate(30deg);
}
#header .menu_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
#header .menu_toggle.active span:nth-of-type(3) {
  top: 35%;
  -webkit-transform: translate(-50%, 0) rotate(-30deg);
          transform: translate(-50%, 0) rotate(-30deg);
}
#header .menu_toggle.active p::before {
  content: "とじる";
}
#header .lower {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #header .lower {
    display: block;
    background-color: #1260B8;
    border-image-source: linear-gradient(to bottom, #1260B8, #1260B8);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
  }
}
#header nav.header_menu ul.main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header nav.header_menu ul.main_link > li {
  position: relative;
}
#header nav.header_menu ul.main_link > li > a {
  color: #fff;
  font-size: min(1.3vw, 1.8rem);
  font-weight: bold;
  padding: 1.25vw 1.875vw;
}
#header nav.header_menu ul.main_link > li:hover > a {
  background-color: #000066;
}
#header nav.header_menu ul.sub_link {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header nav.header_menu ul.sub_link li:not(:last-of-type) {
  border-bottom: 0.1rem solid #fff;
}
#header nav.header_menu ul.sub_link li a {
  color: #fff;
  font-size: min(1.3vw, 1.8rem);
  font-weight: bold;
  white-space: nowrap;
  padding: 0.5em 0.8em;
}
#header nav.header_menu ul.sub_link li a:hover {
  color: #1260B8;
}
#header nav.header_menu ul.sub_link:hover {
  opacity: 1;
  visibility: visible;
  background-color: #000066;
}
#header nav.header_menu ul.main_link > li > a:hover + ul.sub_link {
  height: auto;
  opacity: 1;
  visibility: visible;
  background-color: #000066;
}
#header .overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #000066;
  padding: clamp(4rem, 6.25vw, 12rem) 4rem;
  overflow-y: scroll;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 1024px) {
  #header .overlay {
    top: 10rem;
    height: calc(100vh - 10rem);
  }
}
#header .overlay.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#header .overlay .search_area {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 4rem;
  padding: 1rem 1rem 1.2rem;
  background: #fff;
  border-radius: 10000px;
}
@media print, screen and (min-width: 768px) {
  #header .overlay .search_area {
    display: none;
  }
}
#header .overlay .search_area .gsc-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header .overlay .search_area .gsc-input-box {
  width: auto !important;
  background: none !important;
}
#header .overlay nav.sp_menu {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  display: grid;
  grid-template-columns: auto;
  gap: clamp(4rem, 8vw, 8rem);
}
@media print, screen and (min-width: 480px) {
  #header .overlay nav.sp_menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  #header .overlay nav.sp_menu {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#header .overlay ul.main_link {
  display: grid;
  grid-template-columns: auto;
  gap: clamp(4rem, 8vw, 8rem) 0;
}
#header .overlay ul.main_link > li > a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
#header .overlay ul.main_link > li > a:hover {
  color: #1260B8;
}
#header .overlay ul.main_link > li > a.locked span {
  display: inline-block;
  height: 0.8em;
  aspect-ratio: 15/17;
  -webkit-mask-image: url(../img/icon_lock.svg);
          mask-image: url(../img/icon_lock.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 480px) {
  #header .overlay ul.main_link.right {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(4rem, 8vw, 8rem);
  }
}
@media print, screen and (min-width: 768px) {
  #header .overlay ul.main_link.right {
    grid-column: auto;
    grid-template-columns: auto;
    gap: 2rem 0;
  }
}
#header .overlay ul.sub_link {
  margin-left: 0.5em;
}
#header .overlay ul.sub_link li {
  margin-top: 0.5em;
}
#header .overlay ul.sub_link li::before {
  content: ">";
  color: #fff;
}
@media print, screen and (min-width: 480px) {
  #header .overlay ul.sub_link li::before {
    font-size: min(2.5vw, 1.6rem);
  }
}
#header .overlay ul.sub_link li a {
  display: inline;
  color: #fff;
}
@media print, screen and (min-width: 480px) {
  #header .overlay ul.sub_link li a {
    font-size: min(2.85vw, 1.6rem);
  }
}
#header .overlay ul.sub_link li a:hover {
  opacity: 0.5 !important;
}
#header .fixed_contact .box {
  position: absolute;
  top: calc(100% + min(4vw, 2rem));
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateX(calc(100% - min(12vw, 6rem)));
          transform: translateX(calc(100% - min(12vw, 6rem)));
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .fixed_contact .box + .box {
  margin-top: calc(min(12vw, 6rem) + 1rem);
}
#header .fixed_contact .box.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#header .fixed_contact .box .icon {
  position: relative;
  width: min(12vw, 6rem);
  aspect-ratio: 1/1;
  cursor: pointer;
}
#header .fixed_contact .box .icon::after {
  content: "";
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header .fixed_contact .box .text_area {
  width: 15rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#header .fixed_contact .box.mail .icon {
  background-color: #FE654F;
  border: 0.1rem solid #FE654F;
}
#header .fixed_contact .box.mail .icon::after {
  width: 60%;
  aspect-ratio: 4/3;
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
#header .fixed_contact .box.mail .text_area {
  border: 0.1rem solid #FE654F;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#header .fixed_contact .box.mail .text_area p {
  height: 100%;
}
#header .fixed_contact .box.mail .text_area p a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #FE654F;
  font-weight: bold;
  padding: 0 1em;
}
#header .fixed_contact .box.tel .icon {
  background-color: #000066;
  border: 0.1rem solid #000066;
}
#header .fixed_contact .box.tel .icon::after {
  width: 45%;
  aspect-ratio: 3/4;
  -webkit-mask-image: url(../img/icon_tel.svg);
          mask-image: url(../img/icon_tel.svg);
}
#header .fixed_contact .box.tel .text_area {
  border: 0.1rem solid #000066;
}
#header .fixed_contact .box.tel .text_area p:not(:last-of-type) {
  position: relative;
}
#header .fixed_contact .box.tel .text_area p:not(:last-of-type)::after {
  content: "";
  width: 80%;
  height: 0.1rem;
  background-color: #000066;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .fixed_contact .box.tel .text_area p a {
  height: min(12vw, 6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000066;
  font-size: min(4vw, 1.6rem);
  font-weight: bold;
  line-height: 1.2;
  padding: 0 1.5rem;
}
#header .fixed_contact .box.tel .text_area p a span {
  font-size: min(3.25vw, 1.3rem);
}
#header .to_top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .to_top.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .to_top a {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(140deg, #000066 30%, #1260B8);
  border: 0.2rem solid #fff;
  border-radius: 50%;
}
#header .to_top a::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
@media print, screen and (min-width: 1024px) {
  #header .to_top a:hover {
    border-radius: 0;
  }
}
#header .to_top a span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* ---------- Google検索 検索候補 ここから ---------- */
.gstl_50 .gssb_a img {
  max-width: 100px;
  margin: 0 auto;
}

.gssb_c {
  position: fixed !important;
}

/* ---------- Google検索 検索候補 ここまで ---------- */
footer {
  background-color: rgba(214, 239, 255, 0.4);
}
footer .upper {
  display: none;
  background-color: #1260B8;
}
footer .upper dl {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  footer .upper dl {
    margin-top: 4rem;
  }
}
footer .upper dl dt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer .upper dl dt {
    font-size: 2.4rem;
  }
}
footer .upper dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  footer .upper dl dd ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 3.125%;
  }
}
footer .upper dl dd ul li {
  width: 100%;
  max-width: 50rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) {
  footer .upper dl dd ul li {
    width: 31.25%;
  }
}
footer .upper dl dd ul li a {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
footer .upper dl dd ul li a p {
  color: #1260B8;
  font-weight: bold;
}
footer .upper dl dd ul li a p.number {
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  footer .upper dl dd ul li a p.number {
    font-size: min(2.4vw, 2.4rem);
  }
}
footer .upper dl dd ul li a p.line {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer .upper dl dd ul li a p.line {
    font-size: min(1.8vw, 1.8rem);
  }
}
footer .upper dl dd ul li a p.line::after {
  content: "";
  width: 5%;
  max-width: 2rem;
  aspect-ratio: 22/17;
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1260B8;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media print, screen and (min-width: 1024px) {
  footer .upper dl dd ul li a p.line::after {
    right: 5%;
  }
}
footer .upper dl dd ul li a small {
  color: #1260B8;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  footer .upper dl dd ul li a small {
    margin-top: 1rem;
  }
}
footer .upper dl dd ul li.mail:hover {
  opacity: 0.5;
}
footer .lower {
  padding: clamp(4rem, 5.25vw, 10rem) 0 clamp(8rem, 5.25vw, 10rem);
}
footer nav.footer_menu {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  footer nav.footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(3vw, 4rem);
  }
}
@media print, screen and (min-width: 1400px) {
  footer nav.footer_menu ul.main_link {
    display: contents;
  }
}
footer nav.footer_menu ul.main_link > li.order01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
footer nav.footer_menu ul.main_link > li.order02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
footer nav.footer_menu ul.main_link > li.order03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
footer nav.footer_menu ul.main_link > li.order04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
footer nav.footer_menu ul.main_link > li.order05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
footer nav.footer_menu ul.main_link > li.order06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
footer nav.footer_menu ul.main_link > li.order07 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
footer nav.footer_menu ul.main_link > li + li {
  margin-top: min(3vw, 5rem);
}
@media print, screen and (min-width: 1400px) {
  footer nav.footer_menu ul.main_link > li + li {
    margin-top: 0;
  }
}
footer nav.footer_menu ul.main_link > li > a {
  color: #1260B8;
  font-size: min(1.6vw, 1.8rem);
  font-weight: bold;
}
@media print, screen and (min-width: 1400px) {
  footer nav.footer_menu ul.main_link > li > a {
    font-size: min(1vw, 1.8rem);
  }
}
footer nav.footer_menu ul.main_link > li > a:hover {
  color: #000066;
}
footer nav.footer_menu ul.sub_link {
  margin-left: 0.5em;
}
footer nav.footer_menu ul.sub_link li {
  margin-top: 0.8em;
}
footer nav.footer_menu ul.sub_link li::before {
  content: ">";
  color: #1260B8;
  font-weight: bold;
}
footer nav.footer_menu ul.sub_link li a {
  display: inline;
  font-size: min(1.4vw, 1.6rem);
  font-weight: bold;
  text-decoration: underline;
}
@media print, screen and (min-width: 1400px) {
  footer nav.footer_menu ul.sub_link li a {
    font-size: min(0.85vw, 1.6rem);
  }
}
footer nav.footer_menu ul.sub_link li a:hover {
  color: #1260B8;
}
footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  footer .footer_bottom {
    margin-top: clamp(4rem, 4vw, 8rem);
  }
}
footer .footer_bottom .address .logo {
  width: 100%;
  max-width: 44rem;
}
footer .footer_bottom .address .logo a:hover {
  opacity: 0.5;
}
footer .footer_bottom .address address {
  margin-top: 1em;
  line-height: 1.5;
}
footer .footer_bottom .flex {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5%;
}
footer .footer_bottom .flex p {
  font-size: min(4.5vw, 2rem);
}
footer .footer_bottom p.copyright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(4vw, 1.6rem);
}
@media print, screen and (min-width: 1024px) {
  footer .footer_bottom p.copyright {
    -ms-flex-item-align: end;
        align-self: end;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#top header nav.header_menu ul.main_link > li:nth-of-type(1) > a {
  background-color: #000066;
}
#top header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(1) > a {
  color: #1260B8;
}
#top footer .upper {
  display: block;
}
#top section.fv {
  position: relative;
  width: 100%;
}
#top section.fv .swiper {
  width: 100%;
  aspect-ratio: 1/1.2;
  min-height: 40rem;
  max-height: 50rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.fv .swiper {
    aspect-ratio: 1920/750;
    max-height: none;
  }
}
#top section.fv .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top section.fv .swiper .swiper-slide:nth-of-type(1) img {
  -o-object-position: bottom;
     object-position: bottom;
}
#top section.fv .swiper .swiper-slide:nth-of-type(2) img {
  -o-object-position: 45% bottom;
     object-position: 45% bottom;
}
#top section.fv .swiper .swiper-slide:nth-of-type(3) img {
  -o-object-position: 45% bottom;
     object-position: 45% bottom;
}
#top section.fv header.fv_catch {
  position: absolute;
  z-index: 10;
}
#top section.fv header.fv_catch h2 {
  color: #1260B8;
  font-weight: bold;
  line-height: 1.5;
}
#top section.fv header.fv_catch p {
  font-weight: bold;
  text-shadow: 0 0 2px #fff;
}
#top section.fv header.fv_catch.center {
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 480px) {
  #top section.fv header.fv_catch.center {
    top: 5%;
  }
}
#top section.fv header.fv_catch.center h2 {
  font-size: min(6vw, 5.6rem);
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  #top section.fv header.fv_catch.center h2 {
    font-size: min(5vw, 5.6rem);
  }
}
#top section.fv header.fv_catch.center p {
  font-size: 2rem;
  font-size: min(4.5vw, 4rem);
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  #top section.fv header.fv_catch.center p {
    font-size: min(3.5vw, 4rem);
  }
}
#top section.fv header.fv_catch.left {
  top: 5vw;
  left: 5vw;
}
@media print, screen and (min-width: 1024px) {
  #top section.fv header.fv_catch.left {
    top: min(7.3vw, 14rem);
    left: min(14.5vw, 28rem);
  }
}
#top section.fv header.fv_catch.left h2 {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
}
@media print, screen and (min-width: 1024px) {
  #top section.fv header.fv_catch.left h2 {
    font-size: min(2.6vw, 4.8rem);
  }
}
#top section.fv header.fv_catch.left p {
  margin-top: 1vw;
  font-size: 2rem;
  font-size: min(3vw, 1.5rem);
  line-height: 2;
}
@media print, screen and (min-width: 1024px) {
  #top section.fv header.fv_catch.left p {
    font-size: min(1.1vw, 2rem);
    text-shadow: none;
  }
}
#top section.information {
  position: relative;
}
#top section.information::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(214, 239, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media print, screen and (min-width: 768px) {
  #top section.information .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.information hgroup {
    width: 100%;
  }
}
#top section.information hgroup h2 {
  text-align: center;
}
#top section.information .info {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #top section.information .info {
    width: 45%;
  }
}
#top section.information .info .btn_area {
  margin: clamp(3rem, 5vw, 6rem) auto 0;
}
#top section.information .prefecture_img {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 90%;
  max-width: 47.5rem;
  aspect-ratio: 478/520;
  background-image: url(../img/top/bg_map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.3;
}
@media print, screen and (min-width: 768px) {
  #top section.information .prefecture_img {
    width: 35vw;
    top: auto;
    bottom: clamp(4rem, 5.5vw, 10rem);
    opacity: 1;
  }
}
#top section.information .city_img {
  width: 80%;
  aspect-ratio: 56/68;
  max-width: 56rem;
  margin: 4rem 0 0 auto;
  background-image: url(../img/top/city_img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  position: relative;
  right: -5%;
}
@media print, screen and (min-width: 768px) {
  #top section.information .city_img {
    width: 40%;
  }
}
@media print, screen and (min-width: 1400px) {
  #top section.information .city_img {
    width: 35%;
    right: 0;
  }
}
#top section.search {
  background-image: url(../img/top/bg_search.webp);
  background-size: cover;
  background-position: 40% center;
}
#top section.search .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #top section.search .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.search .title_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#top section.search .title_area .icon {
  margin: 0 auto;
  width: 20%;
  max-height: 6rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/icon_glass.svg);
          mask-image: url(../img/icon_glass.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
@media print, screen and (min-width: 1024px) {
  #top section.search .title_area .icon {
    width: min(6vw, 11.2rem);
    max-height: none;
  }
}
#top section.search .title_area hgroup.section_title {
  margin-top: clamp(1rem, 2vw, 3rem);
}
#top section.search .title_area p {
  margin-top: clamp(2rem, 2.5vw, 3rem);
}
@media print, screen and (min-width: 1024px) {
  #top section.search .search_area {
    width: 63.5%;
  }
}
#top section.search .search_area ul.tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top section.search .search_area ul.tab_area li {
  width: 50%;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  background-color: #dadada;
  border-top-left-radius: min(2vw, 2rem);
  border-top-right-radius: min(2vw, 2rem);
  padding: 1em 0.8em;
  cursor: pointer;
}
#top section.search .search_area ul.tab_area li.active {
  background-color: #fff;
}
#top section.search .search_area .tab_content {
  background-color: #fff;
  border-bottom-left-radius: min(2vw, 2rem);
  border-bottom-right-radius: min(2vw, 2rem);
  padding: clamp(2em, 2.5vw, 4rem);
  display: none;
}
#top section.search .search_area .tab_content.show {
  display: block;
}
#top section.search .search_area .tab_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #top section.search .search_area .tab_content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(2rem, 2.5vw, 4rem);
  }
}
#top section.search .search_area .tab_content ul li {
  width: 100%;
  max-width: 40rem;
}
@media print, screen and (min-width: 768px) {
  #top section.search .search_area .tab_content ul li {
    width: calc((100% - clamp(2rem, 2.5vw, 4rem)) / 2);
    max-width: none;
  }
}
#top section.search .search_area .tab_content ul li a {
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-radius: min(2vw, 2rem);
  padding: 0 1em;
}
#top section.search .search_area .tab_content ul li a::after {
  content: "";
  width: 1.2rem;
  aspect-ratio: 12/10;
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000066;
}
#top section.search .search_area .tab_content ul li a:hover {
  opacity: 0.5;
}
#top section.search .search_area .tab_content ul li a .icon {
  position: relative;
  width: 3.2rem;
}
#top section.search .search_area .tab_content ul li a .icon::before {
  content: "";
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000066;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top section.search .search_area .tab_content ul li a .icon.partner::before {
  width: 2.8rem;
  aspect-ratio: 28/37;
  -webkit-mask-image: url(../img/icon_partner.svg);
          mask-image: url(../img/icon_partner.svg);
}
#top section.search .search_area .tab_content ul li a .icon.donations::before {
  width: 2.5rem;
  aspect-ratio: 25/37;
  -webkit-mask-image: url(../img/icon_donations.svg);
          mask-image: url(../img/icon_donations.svg);
}
#top section.search .search_area .tab_content ul li a .icon.forbidden::before {
  width: 2.8rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/icon_forbidden.svg);
          mask-image: url(../img/icon_forbidden.svg);
}
#top section.search .search_area .tab_content ul li a .icon.document::before {
  width: 2.2rem;
  aspect-ratio: 22/27;
  -webkit-mask-image: url(../img/icon_document.svg);
          mask-image: url(../img/icon_document.svg);
}
#top section.search .search_area .tab_content ul li a .icon.annotation::before {
  width: 2.6rem;
  aspect-ratio: 26/24;
  -webkit-mask-image: url(../img/icon_annotation.svg);
          mask-image: url(../img/icon_annotation.svg);
}
#top section.search .search_area .tab_content ul li a .icon.company::before {
  width: 3.2rem;
  aspect-ratio: 32/26;
  -webkit-mask-image: url(../img/icon_company.svg);
          mask-image: url(../img/icon_company.svg);
}
#top section.search .search_area .tab_content ul li a .icon.situation::before {
  width: 3.2rem;
  aspect-ratio: 40/38;
  -webkit-mask-image: url(../img/icon_situation.svg);
          mask-image: url(../img/icon_situation.svg);
}
#top section.search .search_area .tab_content ul li a .icon.countermeasure::before {
  width: 2.8rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/icon_countermeasure.svg);
          mask-image: url(../img/icon_countermeasure.svg);
}
#top section.search .search_area .tab_content ul li a .icon.ordinance::before {
  width: 2.3rem;
  aspect-ratio: 30/36;
  -webkit-mask-image: url(../img/icon_ordinance.svg);
          mask-image: url(../img/icon_ordinance.svg);
}
#top section.search .search_area .tab_content ul li a .icon.guidelines::before {
  width: 3.4rem;
  aspect-ratio: 45/37;
  -webkit-mask-image: url(../img/icon_guidelines.svg);
          mask-image: url(../img/icon_guidelines.svg);
}
#top section.search .search_area .tab_content ul li a .icon.information:before {
  width: 2.8rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/icon_information.svg);
          mask-image: url(../img/icon_information.svg);
}
#top section.search .search_area .tab_content ul li a .icon.news::before {
  width: 2.4rem;
  aspect-ratio: 31/37;
  -webkit-mask-image: url(../img/icon_news.svg);
          mask-image: url(../img/icon_news.svg);
}
#top section.search .search_area .tab_content ul li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#top section.news {
  background-color: rgba(214, 239, 255, 0.4);
}
#top section.news .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top section.news .flex_area hgroup {
  margin: 0;
}
#top section.news .news_field {
  margin-top: 4rem;
}
#top section.news .news_field ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #top section.news .news_field ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 clamp(2rem, 2.5vw, 4rem);
  }
}
@media print, screen and (min-width: 768px) {
  #top section.news .news_field ul li {
    width: calc((100% - clamp(2rem, 2.5vw, 4rem)) / 3);
  }
}
#top section.news .news_field ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 2.5rem;
}
#top section.news .news_field ul li a:hover {
  opacity: 0.5;
}
#top section.news .news_field ul li a .image {
  width: 100%;
  border: 0.1rem solid #ccc;
  border-radius: 2rem;
  overflow: hidden;
}
#top section.news .news_field ul li a .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 2/1.1;
}
#top section.news .news_field ul li a .date {
  width: auto;
  color: #808080;
  font-weight: bold;
}
#top section.news .news_field ul li a .category {
  width: auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #FE654F;
  border-radius: 0.4rem;
  padding: 0.3em 1.5em;
}
#top section.news .news_field ul li a .category.c-important {
  background-color: #FE654F;
}
#top section.news .news_field ul li a .category.c-new {
  background-color: #1A73E8;
}
#top section.news .news_field ul li a .category.c-latest {
  background-color: #2E7D32;
}
#top section.news .news_field ul li a .category.c-repost {
  background-color: #6E6E6E;
}
#top section.news .news_field ul li a .category.c-none {
  display: none;
}
#top section.news .news_field ul li a .title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #top section.news .lower hgroup.section_title {
    margin: 0;
  }
}
#top section.news figure.movie {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 800/450;
  margin: 4rem auto 0;
  cursor: pointer;
}
#top section.news figure.movie .icon {
  width: 6rem;
  aspect-ratio: 1/1;
  background-color: #1260B8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top section.news figure.movie .icon::after {
  content: "";
  width: 40%;
  height: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
}
#top section.news figure.movie video {
  display: block;
  width: 100%;
  aspect-ratio: 800/450;
}
#top section.news figure.movie:hover .icon {
  background-color: #FE654F;
}
#top section.news figure.movie.paused .icon {
  display: block;
}
#top section.news figure.movie.playing .icon {
  display: none;
}
#top section.lawyer p.info {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #top section.lawyer p.info {
    text-align: center;
  }
}
#top section.lawyer ul {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #top section.lawyer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 4rem;
  }
}
#top section.lawyer ul li {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  border: 0.1rem solid #1260B8;
  border-radius: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #top section.lawyer ul li {
    width: calc((100% - 4rem) / 2);
  }
}
#top section.lawyer ul li hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 1280px) {
  #top section.lawyer ul li hgroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 2rem;
  }
}
#top section.lawyer ul li hgroup h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
#top section.lawyer ul li hgroup small {
  font-weight: bold;
}
#top section.lawyer ul li > p {
  margin-top: 2rem;
}
#top section.lawyer ul li .btn_area {
  margin: 2rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #top section.lawyer ul li .btn_area {
    margin: 2rem 0 0 auto;
  }
}
#top section.partner .inner {
  background-color: #fff;
  border-radius: 2rem;
  padding: clamp(2rem, 2.5vw, 4rem);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
}
#top section.partner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #top section.partner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 clamp(2rem, 2.5vw, 4rem);
  }
}
#top section.partner ul li {
  background-color: #1260B8;
  border-radius: 2rem;
  padding: clamp(2rem, 2.5vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #top section.partner ul li {
    width: calc((100% - clamp(2rem, 2.5vw, 4rem)) / 2);
  }
}
@media print, screen and (min-width: 1280px) {
  #top section.partner ul li {
    gap: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.partner ul li .icon_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#top section.partner ul li .icon_area .icon {
  max-height: 6rem;
  margin: auto;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
#top section.partner ul li .icon_area .icon.member {
  width: 20%;
  aspect-ratio: 153/200;
  -webkit-mask-image: url(../img/icon_partner.svg);
          mask-image: url(../img/icon_partner.svg);
}
#top section.partner ul li .icon_area .icon.company {
  width: 30%;
  aspect-ratio: 140/110;
  -webkit-mask-image: url(../img/icon_company.svg);
          mask-image: url(../img/icon_company.svg);
}
#top section.partner ul li .info_area {
  margin-top: clamp(2rem, 2.5vw, 3.5rem);
}
@media print, screen and (min-width: 768px) {
  #top section.partner ul li .info_area {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1280px) {
  #top section.partner ul li .info_area {
    margin-top: 0;
  }
}
#top section.partner ul li .info_area hgroup.section_title {
  width: 100%;
  padding-bottom: 1.5em;
  border-bottom: 0.2rem solid #fff;
}
@media print, screen and (min-width: 1280px) {
  #top section.partner ul li .info_area hgroup.section_title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#top section.partner ul li .info_area p.info {
  margin: clamp(2rem, 1.5vw, 3rem) auto 0;
}
#top section.partner ul li .info_area .btn_area {
  margin: clamp(2rem, 1.5vw, 3rem) auto 0;
}
@media print, screen and (min-width: 768px) {
  #top section.partner ul li .info_area .btn_area.margin_over768 {
    margin-top: auto;
  }
}
#top .link_field ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #top .link_field ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 0 min(4vw, 4rem);
  }
}
#top .link_field ul li {
  width: 100%;
  max-width: 60rem;
}
@media print, screen and (min-width: 768px) {
  #top .link_field ul li {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
#top .link_field ul li dl {
  border-radius: 2rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top .link_field ul li dl {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top .link_field ul li dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}
#top .link_field ul li dl dd {
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #top .link_field ul li dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#top .link_field ul li dl dd p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#top .link_field ul li dl dd .btn_area {
  margin: 2rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #top .link_field ul li dl dd .btn_area {
    margin: 2rem 0 0 auto;
  }
}
#top .link_field ul li dl.color01 {
  border: 0.1rem solid #fad97e;
}
#top .link_field ul li dl.color01 dt {
  background-color: #fad97e;
}
#top .link_field ul li dl.color02 {
  border: 0.1rem solid #7ebefa;
}
#top .link_field ul li dl.color02 dt {
  background-color: #7ebefa;
}
#top .link_field ul li dl.color03 {
  border: 0.1rem solid #7efa7e;
}
#top .link_field ul li dl.color03 dt {
  background-color: #7efa7e;
}

#situation header nav.header_menu ul.main_link > li:nth-of-type(3) > a {
  background-color: #000066;
}
#situation header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#situation header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) > a {
  color: #1260B8;
}
#situation header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  opacity: 0.5;
}
#situation footer nav.footer_menu ul.main_link > li.order02 > a {
  color: #000066;
}
#situation footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(1) a, #situation footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#situation dl.common {
  border-radius: 1rem;
  overflow: hidden;
}
#situation dl.common + dl {
  margin-top: 4rem;
}
#situation dl.common dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #1260B8;
  padding: min(3vw, 0.8em) 0;
}
#situation dl.common dd {
  background-color: #f2f2f2;
  padding: clamp(2rem, 4vw, 4rem);
}
#situation dl.common dd p {
  font-weight: bold;
}
#situation dl.common dd figure {
  margin: 2rem auto 0;
}
#situation dl.common dd figure.flex_area {
  width: 100%;
  max-width: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #situation dl.common dd figure.flex_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#situation section.influence .organization p.note {
  color: #ff1d25;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}
#situation section.influence .organization .graph {
  margin-top: 2rem;
}
#situation section.pattern ul.pattern_list li {
  border: 0.1rem solid #b3b3b3;
  border-radius: 1rem;
  padding: clamp(2rem, 4vw, 4rem);
}
#situation section.pattern ul.pattern_list li + li {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #situation section.pattern ul.pattern_list li .flex_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #situation section.pattern ul.pattern_list li .area_left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 50rem;
  }
}
#situation section.pattern ul.pattern_list li .area_left p {
  font-weight: bold;
}
#situation section.pattern ul.pattern_list li .area_left p span {
  color: #ff1d25;
}
#situation section.pattern ul.pattern_list li .area_left .img02 {
  margin-top: 4rem;
  width: 100%;
  overflow-x: auto;
}
#situation section.pattern ul.pattern_list li .area_left .img02 figure img {
  width: 73rem;
}
@media print, screen and (min-width: 1024px) {
  #situation section.pattern ul.pattern_list li .area_left .img02 figure img {
    width: 100%;
  }
}
#situation section.pattern ul.pattern_list li .area_right {
  margin: 4rem auto 0;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  #situation section.pattern ul.pattern_list li .area_right {
    margin-top: 0;
    width: 40%;
  }
}
#situation section.pattern ul.pattern_list li .area_right.img01 {
  max-width: 32rem;
}
#situation section.pattern ul.pattern_list li .area_right.img03 {
  max-width: 37rem;
}
#situation section.pattern ul.pattern_list li .area_right.img04 {
  max-width: 23rem;
}

#situation.Incident header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation.Incident header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  color: #fff;
}
#situation.Incident header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#situation.Incident header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation.Incident header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  opacity: 1;
}
#situation.Incident header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(3) a {
  opacity: 0.5;
}
#situation.Incident footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(1) a, #situation.Incident footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(2) a {
  color: #333;
}
#situation.Incident footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#situation.Incident section.apprehension dl.common:nth-of-type(2) dd figure,
#situation.Incident section.cease dl.common:nth-of-type(2) dd figure {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow-x: scroll;
}
@media print, screen and (min-width: 1024px) {
  #situation.Incident section.apprehension dl.common:nth-of-type(2) dd figure,
  #situation.Incident section.cease dl.common:nth-of-type(2) dd figure {
    overflow: auto;
  }
}
#situation.Incident section.apprehension dl.common:nth-of-type(2) dd figure img,
#situation.Incident section.cease dl.common:nth-of-type(2) dd figure img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media print, screen and (min-width: 1024px) {
  #situation.Incident section.apprehension dl.common:nth-of-type(2) dd figure img,
  #situation.Incident section.cease dl.common:nth-of-type(2) dd figure img {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
#situation.Incident section.distribution figure {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 74rem;
  overflow-x: scroll;
}
@media print, screen and (min-width: 768px) {
  #situation.Incident section.distribution figure {
    overflow-x: auto;
  }
}
#situation.Incident section.distribution figure img {
  width: 74rem;
}
@media print, screen and (min-width: 768px) {
  #situation.Incident section.distribution figure img {
    width: 100%;
  }
}
#situation.Incident section.distribution .notation {
  margin: 2rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#situation.Incident section.distribution .notation p {
  color: #ff1d25;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#situation.Incident section.distribution .notation p:nth-of-type(1)::before {
  content: "注1：";
  white-space: nowrap;
}
#situation.Incident section.distribution .notation p:nth-of-type(2)::before {
  content: "注2：";
  white-space: nowrap;
}

#situation.Attack header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation.Attack header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  color: #fff;
}
#situation.Attack header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(4) a {
  color: #1260B8;
}
#situation.Attack header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation.Attack header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  opacity: 1;
}
#situation.Attack header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(4) a {
  opacity: 0.5;
}
#situation.Attack footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(1) a, #situation.Attack footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(2) a {
  color: #333;
}
#situation.Attack footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(4) a {
  color: #1260B8;
}
#situation.Attack section.pattern dl.pattern_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#situation.Attack section.pattern dl.pattern_flow dt {
  width: clamp(20rem, 50vw, 30rem);
  height: clamp(6rem, 15vw, 8rem);
  display: grid;
  place-items: center;
  background-color: #FE654F;
  border-radius: 50%;
}
#situation.Attack section.pattern dl.pattern_flow dt span {
  display: block;
  min-width: 3em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#situation.Attack section.pattern dl.pattern_flow dd {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
#situation.Attack section.pattern dl.pattern_flow dd:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 4rem;
  aspect-ratio: 1/1;
  background-image: url(../img/guidelines/attack_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: clamp(2rem, 2.5vw, 4rem) auto;
}
@media print, screen and (min-width: 768px) {
  #situation.Attack section.pattern dl.pattern_flow dd {
    font-size: min(2vw, 1.8rem);
    text-align: center;
  }
}
#situation.Attack section.technique dl.technique_list > div {
  border: 0.1rem solid #b3b3b3;
  border-radius: 1rem;
  padding: clamp(2rem, 2.5vw, 4rem) 2rem;
}
#situation.Attack section.technique dl.technique_list > div + div {
  margin-top: 4rem;
}
#situation.Attack section.technique dl.technique_list dt {
  color: #1260B8;
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
  font-weight: bold;
}
#situation.Attack section.technique dl.technique_list dt::before {
  content: "〇";
  margin-right: 0.2em;
}
#situation.Attack section.technique dl.technique_list dd {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#situation.Attack section.technique dl.technique_list dd .illust img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
#situation.Attack section.technique dl.technique_list dd p {
  margin-top: 2rem;
  font-weight: bold;
}
#situation.Attack section.technique dl.technique_list dd p span {
  color: #ff1d25;
}

#situation.Administration header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation.Administration header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  color: #fff;
}
#situation.Administration header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(5) a {
  color: #1260B8;
}
#situation.Administration header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation.Administration header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  opacity: 1;
}
#situation.Administration header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(5) a {
  opacity: 0.5;
}
#situation.Administration footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(1) a, #situation.Administration footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(2) a {
  color: #333;
}
#situation.Administration footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(5) a {
  color: #1260B8;
}
#situation.Administration section.structure {
  background-color: rgba(214, 239, 255, 0.4);
}
#situation.Administration section.structure dl.common dd {
  background-color: #fff;
}
#situation.Administration section.structure dl.common dd .illust img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
#situation.Administration section.structure dl.common dd p {
  margin-top: 2rem;
}

#situation.Antisocial header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation.Antisocial header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  color: #fff;
}
#situation.Antisocial header nav.header_menu ul.main_link > li:nth-of-type(3) ul.sub_link li:nth-of-type(6) a {
  color: #1260B8;
}
#situation.Antisocial header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #situation.Antisocial header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a {
  opacity: 1;
}
#situation.Antisocial header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(3) ul.sub_link li:nth-of-type(6) a {
  opacity: 0.5;
}
#situation.Antisocial footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(1) a, #situation.Antisocial footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(2) a {
  color: #333;
}
#situation.Antisocial footer nav.footer_menu ul.main_link > li.order02 ul.sub_link li:nth-of-type(6) a {
  color: #1260B8;
}
#situation.Antisocial section.antisocial dl dt {
  color: #1260B8;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: bold;
}
#situation.Antisocial section.antisocial dl dt:not(:first-of-type) {
  margin-top: clamp(2rem, 4vw, 4rem);
}
#situation.Antisocial section.antisocial dl dt::before {
  content: "〇";
  margin-right: 0.5em;
}
#situation.Antisocial section.antisocial dl dd {
  margin-top: 2rem;
}
#situation.Antisocial section.antisocial dl dd p {
  font-weight: bold;
}

#countermeasure header nav.header_menu ul.main_link > li:nth-of-type(4) > a {
  background-color: #000066;
}
#countermeasure header nav.header_menu ul.main_link > li:nth-of-type(4) ul.sub_link li:nth-of-type(1) a {
  color: #1260B8;
}
#countermeasure header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(1) > a {
  color: #1260B8;
}
#countermeasure header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(1) ul.sub_link li:nth-of-type(1) a {
  opacity: 0.5;
}
#countermeasure footer nav.footer_menu ul.main_link > li.order03 > a {
  color: #000066;
}
#countermeasure footer nav.footer_menu ul.main_link > li.order03 ul.sub_link li:nth-of-type(1) a {
  color: #1260B8;
}
#countermeasure ul.sub_list li {
  border-bottom: 0.1rem solid #ccc;
}
#countermeasure ul.sub_list li a {
  color: #333;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#countermeasure ul.sub_list li a::after {
  content: "";
  height: 1em;
  aspect-ratio: 10/16;
  -webkit-mask-image: url(../img/anchor_arrow.svg);
          mask-image: url(../img/anchor_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1260B8;
}
#countermeasure ul.sub_list li a:hover {
  color: #1260B8;
}
#countermeasure ul.sub_list li a:hover::before {
  color: #fff;
}

#countermeasure.Prohibited header nav.header_menu ul.main_link > li:nth-of-type(4) ul.sub_link li:nth-of-type(1) a {
  color: #fff;
}
#countermeasure.Prohibited header nav.header_menu ul.main_link > li:nth-of-type(4) ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#countermeasure.Prohibited header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(1) ul.sub_link li:nth-of-type(1) a {
  opacity: 1;
}
#countermeasure.Prohibited header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(1) ul.sub_link li:nth-of-type(2) a {
  opacity: 0.5;
}
#countermeasure.Prohibited footer nav.footer_menu ul.main_link > li.order03 > a {
  color: #000066;
}
#countermeasure.Prohibited footer nav.footer_menu ul.main_link > li.order03 ul.sub_link li:nth-of-type(1) a {
  color: #333;
}
#countermeasure.Prohibited footer nav.footer_menu ul.main_link > li.order03 ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li {
  background-color: #f0f9ff;
  border-radius: 1rem;
  padding: clamp(2rem, 2.5vw, 4rem);
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li + li {
  margin-top: 4rem;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .forbidden_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .forbidden_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  #countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .forbidden_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .forbidden_title hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .forbidden_title hgroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .forbidden_title hgroup > span {
  color: #fff;
  font-size: clamp(1.6rem, 4.5vw, 2rem);
  font-weight: bold;
  white-space: nowrap;
  background-color: #1260B8;
  border-radius: 1rem;
  padding: 0.3em 1.5em;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .forbidden_title hgroup h4 {
  color: #1260B8;
  font-size: clamp(1.6rem, 4.5vw, 2rem);
  font-weight: bold;
  text-align: left;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .forbidden_title hgroup h4 > span {
  display: inline-block;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .forbidden_title figure {
  width: 14.5rem;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .illust {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .illust {
    margin-top: 0;
    width: 30%;
    max-width: 30rem;
  }
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .illust img {
  width: initial;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .description p {
  font-weight: bold;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .description ul.note {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .description ul.note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .description ul.note li::before {
  content: "・";
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .description .annotation {
  margin: 2rem 0 0 1em;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .description .annotation small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .description .annotation small + small {
  margin-top: 1rem;
}
#countermeasure.Prohibited section.forbidden02 ul.forbidden_list > li .flex_area .description .annotation small::before {
  content: "・";
}

#countermeasure.Regulation header nav.header_menu ul.main_link > li:nth-of-type(4) ul.sub_link li:nth-of-type(1) a {
  color: #fff;
}
#countermeasure.Regulation header nav.header_menu ul.main_link > li:nth-of-type(4) ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#countermeasure.Regulation header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(1) ul.sub_link li:nth-of-type(1) a {
  opacity: 1;
}
#countermeasure.Regulation header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(1) ul.sub_link li:nth-of-type(3) a {
  opacity: 0.5;
}
#countermeasure.Regulation footer nav.footer_menu ul.main_link > li.order03 > a {
  color: #000066;
}
#countermeasure.Regulation footer nav.footer_menu ul.main_link > li.order03 ul.sub_link li:nth-of-type(1) a {
  color: #333;
}
#countermeasure.Regulation footer nav.footer_menu ul.main_link > li.order03 ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#countermeasure.Regulation ul.regulation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 2.5vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #countermeasure.Regulation ul.regulation_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#countermeasure.Regulation ul.regulation_list li {
  padding: clamp(2rem, 2.5vw, 4rem) 2rem;
  border: 0.1rem solid #b3b3b3;
  border-radius: 1rem;
}
@media print, screen and (min-width: 768px) {
  #countermeasure.Regulation ul.regulation_list li {
    width: calc((100% - clamp(2rem, 2.5vw, 4rem)) / 2);
  }
}
#countermeasure.Regulation ul.regulation_list li h4.title {
  color: #FE654F;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(2rem, 2.5vw, 4rem);
}
#countermeasure.Regulation ul.regulation_list li h4.title span {
  display: inline-block;
}
#countermeasure.Regulation ul.regulation_list li small.date {
  display: block;
  color: #ff1d25;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#countermeasure.Regulation ul.regulation_list li p.main_desc {
  font-weight: bold;
}
#countermeasure.Regulation ul.regulation_list li p.main_desc:last-of-type {
  margin-bottom: clamp(2rem, 3vw, 5rem);
}
#countermeasure.Regulation ul.regulation_list li dl.example dt {
  color: #1260B8;
  font-weight: bold;
}
#countermeasure.Regulation ul.regulation_list li dl.example dd {
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#countermeasure.Regulation ul.regulation_list li p.sub_desc {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#countermeasure.Regulation ul.regulation_list li p.sub_desc::before {
  content: "・";
}
#countermeasure.Regulation ul.regulation_list li .illust {
  margin-top: 2rem;
}
#countermeasure.Regulation ul.regulation_list li .illust img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}

#ordinance header nav.header_menu ul.main_link > li:nth-of-type(5) > a {
  background-color: #000066;
}
#ordinance header nav.header_menu ul.main_link > li:nth-of-type(5) ul.sub_link li:nth-of-type(1) a {
  color: #1260B8;
}
#ordinance header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(2) > a {
  color: #1260B8;
}
#ordinance header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  opacity: 0.5;
}
#ordinance footer nav.footer_menu ul.main_link > li.order04 > a {
  color: #000066;
}
#ordinance footer nav.footer_menu ul.main_link > li.order04 ul.sub_link li:nth-of-type(1) a {
  color: #1260B8;
}
#ordinance dl.common {
  border-radius: 1rem;
  overflow: hidden;
}
#ordinance dl.common + dl {
  margin-top: 4rem;
}
#ordinance dl.common dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #1260B8;
  padding: min(3vw, 0.8em) 0;
}
#ordinance dl.common dd {
  background-color: #f2f2f2;
  padding: clamp(2rem, 4vw, 4rem);
}
#ordinance dl.common dd p {
  font-weight: bold;
}
#ordinance dl.common dd p.with_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ordinance dl.common dd p.with_dot::before {
  content: "・";
}
#ordinance section.about ul.link_list {
  margin-top: 4rem;
}
#ordinance section.about ul.duty_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#ordinance section.about ul.duty_list li {
  width: 100%;
  border-radius: 1rem;
  background-color: #f2f2f2;
  padding: clamp(2rem, 2.5vw, 4rem) 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #ordinance section.about ul.duty_list li {
    width: calc((100% - 4rem) / 3);
  }
}
#ordinance section.about ul.duty_list li .illust img {
  width: auto;
  height: clamp(5rem, 6.25vw, 9.8rem);
}
@media print, screen and (min-width: 768px) {
  #ordinance section.about ul.duty_list li p {
    text-align: center;
  }
}
#ordinance section.about p.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}

#ordinance.Pillar header nav.header_menu ul.main_link > li:nth-of-type(5) ul.sub_link li:nth-of-type(1) a {
  color: #fff;
}
#ordinance.Pillar header nav.header_menu ul.main_link > li:nth-of-type(5) ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#ordinance.Pillar header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  opacity: 1;
}
#ordinance.Pillar header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(2) ul.sub_link li:nth-of-type(2) a {
  opacity: 0.5;
}
#ordinance.Pillar footer nav.footer_menu ul.main_link > li.order04 > a {
  color: #000066;
}
#ordinance.Pillar footer nav.footer_menu ul.main_link > li.order04 ul.sub_link li:nth-of-type(1) a {
  color: #333;
}
#ordinance.Pillar footer nav.footer_menu ul.main_link > li.order04 ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#ordinance.Pillar .block .illust img {
  width: initial;
  margin: auto;
}
#ordinance.Pillar .block h4.desc_title {
  margin: auto;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #FE654F;
  border-radius: 1rem;
  padding: min(2.4vw, 1.2em) min(4vw, 2em);
}
#ordinance.Pillar .block > p {
  font-weight: bold;
}
#ordinance.Pillar .block > p.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#ordinance.Pillar .block > p.with_dot {
  padding-left: 1em;
  text-indent: -0.5em;
}
#ordinance.Pillar .block > p.with_dot::before {
  content: "・";
}
#ordinance.Pillar .block > p span {
  color: #1260B8;
}
#ordinance.Pillar .block ul.ordinance_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #ordinance.Pillar .block ul.ordinance_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
}
#ordinance.Pillar .block ul.ordinance_list li {
  background-color: #f2f2f2;
  border-radius: 1rem;
  padding: clamp(2rem, 2.5vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #ordinance.Pillar .block ul.ordinance_list li {
    width: calc((100% - 4rem) / 2);
  }
}
#ordinance.Pillar .block ul.ordinance_list li h4.title {
  color: #1260B8;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#ordinance.Pillar .block dl.definition_list dt {
  color: #1260B8;
  font-size: 1.8rem;
  font-weight: bold;
}
#ordinance.Pillar .block dl.definition_list dt:not(:first-of-type) {
  margin-top: clamp(2rem, 4vw, 4rem);
}
#ordinance.Pillar .block dl.definition_list dt::before {
  content: "○";
  margin-right: 0.5em;
}
#ordinance.Pillar .block dl.definition_list dd {
  margin: 1rem 0 0 1.5em;
}
#ordinance.Pillar .block dl.definition_list dd ul {
  margin: 0.5rem 0 0 1.5em;
}
#ordinance.Pillar .block dl.definition_list dd ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
#ordinance.Pillar .block dl.definition_list dd ul li::before {
  content: "・";
}
#ordinance.Pillar .block ul.care_list li {
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#ordinance.Pillar .block ul.care_list li + li {
  margin-top: 1rem;
}
#ordinance.Pillar .block ul.care_list li::before {
  content: "○";
  margin-right: 0.5em;
}
#ordinance.Pillar .block ul.care_list li span {
  display: block;
  margin-top: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
#ordinance.Pillar .block ul.dot_list {
  margin-left: 2.5em;
}
#ordinance.Pillar .block ul.dot_list li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -0.5em;
}
#ordinance.Pillar .block ul.dot_list li::before {
  content: "・";
}
#ordinance.Pillar .block small.notation {
  color: red;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ordinance.Pillar .block small.notation::before {
  content: "※";
}

#ordinance.Amendment header nav.header_menu ul.main_link > li:nth-of-type(5) ul.sub_link li:nth-of-type(1) a {
  color: #fff;
}
#ordinance.Amendment header nav.header_menu ul.main_link > li:nth-of-type(5) ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#ordinance.Amendment header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  opacity: 1;
}
#ordinance.Amendment header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(2) ul.sub_link li:nth-of-type(3) a {
  opacity: 0.5;
}
#ordinance.Amendment footer nav.footer_menu ul.main_link > li.order04 > a {
  color: #000066;
}
#ordinance.Amendment footer nav.footer_menu ul.main_link > li.order04 ul.sub_link li:nth-of-type(1) a {
  color: #333;
}
#ordinance.Amendment footer nav.footer_menu ul.main_link > li.order04 ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#ordinance.Amendment section.amendment p.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#ordinance.Amendment section.amendment .pdf_link {
  margin-top: 1rem;
}
#ordinance.Amendment section.amendment .pdf_link a {
  color: #ff1d25;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
#ordinance.Amendment section.amendment .pdf_link a::after {
  content: "";
  height: 1.5em;
  aspect-ratio: 32/32;
  background-image: url(../img/ordinance/pdf_icon01.webp);
  background-size: contain;
}
#ordinance.Amendment section.amendment .pdf_link a:hover {
  opacity: 0.5;
}

#ordinance.Applicable header nav.header_menu ul.main_link > li:nth-of-type(5) ul.sub_link li:nth-of-type(1) a {
  color: #fff;
}
#ordinance.Applicable header nav.header_menu ul.main_link > li:nth-of-type(5) ul.sub_link li:nth-of-type(4) a {
  color: #1260B8;
}
#ordinance.Applicable header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  opacity: 1;
}
#ordinance.Applicable header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(2) ul.sub_link li:nth-of-type(4) a {
  opacity: 0.5;
}
#ordinance.Applicable footer nav.footer_menu ul.main_link > li.order04 > a {
  color: #000066;
}
#ordinance.Applicable footer nav.footer_menu ul.main_link > li.order04 ul.sub_link li:nth-of-type(1) a {
  color: #333;
}
#ordinance.Applicable footer nav.footer_menu ul.main_link > li.order04 ul.sub_link li:nth-of-type(4) a {
  color: #1260B8;
}

#guidelines header nav.header_menu ul.main_link > li:nth-of-type(6) > a {
  background-color: #000066;
}
#guidelines header nav.header_menu ul.main_link > li:nth-of-type(6) ul.sub_link li:nth-of-type(1) a, #guidelines header nav.header_menu ul.main_link > li:nth-of-type(6) ul.sub_link li:nth-of-type(2) a, #guidelines header nav.header_menu ul.main_link > li:nth-of-type(6) ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#guidelines header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(3) > a {
  color: #1260B8;
}
#guidelines header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #guidelines header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a, #guidelines header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(3) ul.sub_link li:nth-of-type(3) a {
  opacity: 0.5;
}
#guidelines footer nav.footer_menu ul.main_link > li.order05 > a {
  color: #000066;
}
#guidelines footer nav.footer_menu ul.main_link > li.order05 ul.sub_link li:nth-of-type(1) a, #guidelines footer nav.footer_menu ul.main_link > li.order05 ul.sub_link li:nth-of-type(2) a, #guidelines footer nav.footer_menu ul.main_link > li.order05 ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#guidelines dl.common {
  border-radius: 1rem;
  overflow: hidden;
}
#guidelines dl.common + dl {
  margin-top: 4rem;
}
#guidelines dl.common > dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #1260B8;
  padding: min(3vw, 0.8em) 0;
}
#guidelines dl.common > dd {
  background-color: #f2f2f2;
  padding: clamp(2rem, 4vw, 4rem);
}
#guidelines dl.common > dd p {
  font-weight: bold;
}
#guidelines dl.common > dd p.with_dot {
  padding-left: 1em;
  text-indent: -0.8em;
}
#guidelines dl.common > dd p.with_dot::before {
  content: "・";
}
#guidelines dl.common > dd p span {
  color: #ff1d25;
}
#guidelines dl.common > dd figure.illust {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
#guidelines dl.common > dd figure.illust img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#guidelines dl.common > dd figure.illust figcaption {
  width: 100%;
}
#guidelines dl.common > dd figure.illust figcaption dl {
  background-color: #ffdddd;
  border-radius: 1rem;
  padding: clamp(2rem, 2.5vw, 4rem) 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#guidelines dl.common > dd figure.illust figcaption dl dt {
  font-weight: 1.8rem;
  font-weight: bold;
}
#guidelines dl.common > dd figure.illust figcaption dl dd {
  margin-top: 2rem;
  text-align: center;
}
#guidelines p.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #guidelines .flex_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
  #guidelines .flex_area > dl {
    width: calc((100% - 4rem) / 2);
  }
  #guidelines .flex_area > dl + dl {
    margin-top: 0;
  }
  #guidelines .flex_area > dl dd {
    height: 100%;
  }
}
#guidelines section.specific dl.common dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #guidelines section.specific dl.common dd.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 clamp(2rem, 2.5vw, 4rem);
  }
}
#guidelines section.specific dl.common dd.flex p span.with_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-indent: 0;
}
#guidelines section.specific dl.common dd.flex p span.with_dot:before {
  content: "・";
}
#guidelines section.specific dl.common dd.flex .illust img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#guidelines section.preparation ul.prepare_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #guidelines section.preparation ul.prepare_list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 2rem;
  }
}
#guidelines section.preparation ul.prepare_list li + li {
  margin-top: clamp(4rem, 6.4vw, 6.4rem);
}
#guidelines section.preparation ul.prepare_list li dl dt {
  color: #1260B8;
  font-size: 2rem;
  font-weight: bold;
}
#guidelines section.preparation ul.prepare_list li dl dd {
  margin-top: 1rem;
}
#guidelines section.preparation ul.prepare_list li dl dd .with_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
#guidelines section.preparation ul.prepare_list li dl dd .with_dot::before {
  content: "・";
}
#guidelines section.preparation ul.prepare_list li dl dd .with_dot p {
  font-weight: inherit;
}
#guidelines section.preparation ul.prepare_list li dl dd .with_dot span {
  color: #ff1d25;
}
#guidelines section.preparation ul.prepare_list li .illust {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#guidelines section.preparation ul.prepare_list li .illust img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#guidelines section.way dl.common dd h4 {
  color: #FE654F;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

#guidelines.Case header nav.header_menu ul.main_link > li:nth-of-type(6) ul.sub_link li:nth-of-type(1) a, #guidelines.Case header nav.header_menu ul.main_link > li:nth-of-type(6) ul.sub_link li:nth-of-type(2) a, #guidelines.Case header nav.header_menu ul.main_link > li:nth-of-type(6) ul.sub_link li:nth-of-type(3) a {
  color: #fff;
}
#guidelines.Case header nav.header_menu ul.main_link > li:nth-of-type(6) ul.sub_link li:nth-of-type(4) a {
  color: #1260B8;
}
#guidelines.Case header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(3) ul.sub_link li:nth-of-type(1) a, #guidelines.Case header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(3) ul.sub_link li:nth-of-type(2) a, #guidelines.Case header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(3) ul.sub_link li:nth-of-type(3) a {
  opacity: 1;
}
#guidelines.Case header .overlay nav.sp_menu ul.main_link.center > li:nth-of-type(3) ul.sub_link li:nth-of-type(4) a {
  opacity: 0.5;
}
#guidelines.Case footer nav.footer_menu ul.main_link > li.order05 > a {
  color: #000066;
}
#guidelines.Case footer nav.footer_menu ul.main_link > li.order05 ul.sub_link li:nth-of-type(1) a, #guidelines.Case footer nav.footer_menu ul.main_link > li.order05 ul.sub_link li:nth-of-type(2) a, #guidelines.Case footer nav.footer_menu ul.main_link > li.order05 ul.sub_link li:nth-of-type(3) a {
  color: #333;
}
#guidelines.Case footer nav.footer_menu ul.main_link > li.order05 ul.sub_link li:nth-of-type(4) a {
  color: #1260B8;
}
#guidelines.Case ul.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case ul.case_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case ul.case_list li {
    width: calc((100% - 4rem) / 3);
  }
}
#guidelines.Case ul.case_list li a {
  position: relative;
  border: 0.1rem solid #b3b3b3;
  border-radius: 1rem;
  padding: clamp(2rem, 2.5vw, 4rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 0;
}
#guidelines.Case ul.case_list li a::after {
  content: "";
  height: 1em;
  aspect-ratio: 10/16;
  -webkit-mask-image: url(../img/anchor_arrow.svg);
          mask-image: url(../img/anchor_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1260B8;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
#guidelines.Case ul.case_list li a:hover {
  background-color: rgba(214, 239, 255, 0.4);
}
#guidelines.Case ul.case_list li a .illust img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#guidelines.Case ul.case_list li a p {
  color: #1260B8;
  font-size: 1.8rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  #guidelines.Case ul.case_list li a p {
    font-size: min(1.6vw, 1.8rem);
  }
}
#guidelines.Case .correspondence_field {
  background-color: #f2f2f2;
  border: 0.1rem solid #b3b3b3;
  border-radius: 1rem;
  padding: clamp(2rem, 6.4vw, 6.4rem) 2rem;
}
#guidelines.Case .correspondence_field h4 {
  color: #FE654F;
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
#guidelines.Case .correspondence_field > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#guidelines.Case .correspondence_field ul li + li {
  margin-top: clamp(4rem, 6.4vw, 6.4rem);
}
#guidelines.Case .correspondence_field ul li p.title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #1260B8;
  border-radius: 1rem;
  padding: 0.5em min(2vw, 2em) 0.5em calc(min(2vw, 2em) + 1em);
  text-indent: -1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto clamp(2rem, 2.5vw, 4rem);
}
#guidelines.Case .correspondence_field ul li p.way {
  font-weight: bold;
}
#guidelines.Case .correspondence_field ul li span {
  font-weight: bold;
}
#guidelines.Case .correspondence_field ul li span.red {
  color: #ff1d25;
}
#guidelines.Case .correspondence_field ul li span.blue {
  color: #1260B8;
}
#guidelines.Case .correspondence_field ul li .with_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#guidelines.Case .correspondence_field ul li .with_dot::before {
  content: "・";
}
#guidelines.Case .correspondence_field ul li .example_text {
  margin-top: 2rem;
  background-color: #fff;
  padding: clamp(2rem, 2.5vw, 4rem) 2rem;
}
#guidelines.Case .correspondence_field ul li .example_text p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #1260B8;
  font-weight: normal;
}
#guidelines.Case .correspondence_field ul li .notation {
  margin-top: 2.4rem;
}
#guidelines.Case .correspondence_field ul li .notation p {
  font-weight: bold;
}
#guidelines.Case .correspondence_field ul li .illust img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 2rem;
}
#guidelines.Case .correspondence_field ul li .flex_area {
  margin-top: clamp(2rem, 2.4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case .correspondence_field ul li .flex_area {
    gap: 0 2rem;
  }
}
#guidelines.Case .correspondence_field ul li dl {
  background-color: #fff;
  border-radius: 1rem;
  padding: clamp(2rem, 2.4vw, 4rem) 2rem;
}
#guidelines.Case .correspondence_field ul li dl + dl {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case .correspondence_field ul li dl + dl {
    margin-top: 0;
  }
}
#guidelines.Case .correspondence_field ul li dl dt {
  color: #ff1d25;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#guidelines.Case .correspondence_field ul li dl dd {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 2rem auto 0;
}

#guidelines.Case.Restaurant ul.pattern_list {
  margin-top: clamp(2rem, 3.9vw, 2.4rem);
}
#guidelines.Case.Restaurant ul.pattern_list li {
  padding: clamp(2rem, 2.5vw, 4rem);
  border-bottom: 0.1rem dashed #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case.Restaurant ul.pattern_list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 clamp(2rem, 2.5vw, 4rem);
  }
}
#guidelines.Case.Restaurant ul.pattern_list li .illust img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case.Restaurant ul.pattern_list li .illust img {
    width: 19rem;
  }
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case.Restaurant ul.pattern_list li dl.example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: 1;
            flex-direction: 1;
  }
}
#guidelines.Case.Restaurant ul.pattern_list li dl.example dt {
  color: #FE654F;
  font-size: clamp(2rem, 4.8vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case.Restaurant ul.pattern_list li dl.example dt {
    text-align: left;
  }
}
#guidelines.Case.Restaurant ul.pattern_list li dl.example dd {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#guidelines.Case.Restaurant ul.pattern_list li dl.example dd div + div {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#guidelines.Case.Restaurant ul.pattern_list li dl.example dd p.to_target {
  color: #1260B8;
  font-size: 1.8rem;
  font-weight: bold;
}
#guidelines.Case.Restaurant ul.pattern_list li dl.example dd p.strategy {
  margin-top: 1rem;
  font-weight: bold;
}

#guidelines.Case.Kramer .modus_operandi > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#guidelines.Case.Kramer .krame_pattern {
  margin-top: 2rem;
  border: 0.1rem solid #b3b3b3;
  border-radius: 1rem;
  overflow-x: scroll;
}
@media print, screen and (min-width: 480px) {
  #guidelines.Case.Kramer .krame_pattern {
    overflow-x: auto;
  }
}
#guidelines.Case.Kramer .krame_pattern table {
  width: 100%;
  min-width: 50rem;
  border-collapse: collapse;
  border-radius: 1rem;
  overflow: hidden;
}
@media print, screen and (min-width: 480px) {
  #guidelines.Case.Kramer .krame_pattern table {
    min-width: auto;
  }
}
#guidelines.Case.Kramer .krame_pattern table thead {
  background-color: #1260B8;
}
#guidelines.Case.Kramer .krame_pattern table thead th {
  color: #fff;
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}
#guidelines.Case.Kramer .krame_pattern table thead th:first-of-type {
  border-right: 0.1rem solid #b3b3b3;
}
#guidelines.Case.Kramer .krame_pattern table tbody {
  background-color: #f2f2f2;
}
#guidelines.Case.Kramer .krame_pattern table tbody tr:not(:last-of-type) {
  border-bottom: 0.1rem solid #b3b3b3;
}
#guidelines.Case.Kramer .krame_pattern table tbody td {
  padding: clamp(2rem, 2.4vw, 4rem) 2rem;
  vertical-align: top;
}
#guidelines.Case.Kramer .krame_pattern table tbody td:first-of-type {
  border-right: 0.1rem solid #b3b3b3;
}
#guidelines.Case.Kramer .krame_pattern table tbody td p {
  font-weight: bold;
}
#guidelines.Case.Kramer .krame_pattern table tbody td p + p {
  margin-top: 0.5rem;
}
#guidelines.Case.Kramer .krame_pattern table tbody td p.location {
  color: #ff1d25;
  font-size: 2rem;
}
#guidelines.Case.Kramer .krame_pattern table tbody td p.with_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#guidelines.Case.Kramer .krame_pattern table tbody td p.with_dot::before {
  content: "・";
}
#guidelines.Case.Kramer .krame_pattern table tbody td p.with_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
#guidelines.Case.Kramer .krame_pattern table tbody td p.with_dot::before {
  content: "・";
}
#guidelines.Case.Kramer .correspondence_pattern .illust {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  overflow-x: scroll;
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case.Kramer .correspondence_pattern .illust {
    overflow-x: auto;
  }
}
#guidelines.Case.Kramer .correspondence_pattern .illust img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case.Kramer .correspondence_pattern .illust img {
    width: 100%;
  }
}

#guidelines.Case.Harassment ul.pattern_list {
  margin-top: clamp(2rem, 3.9vw, 2.4rem);
}
#guidelines.Case.Harassment ul.pattern_list li {
  padding: clamp(2rem, 2.5vw, 4rem);
  border-bottom: 0.1rem dashed #b3b3b3;
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case.Harassment ul.pattern_list li dl.example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: 1;
            flex-direction: 1;
  }
}
#guidelines.Case.Harassment ul.pattern_list li dl.example dt {
  color: #FE654F;
  font-size: clamp(2rem, 4.8vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #guidelines.Case.Harassment ul.pattern_list li dl.example dt {
    text-align: left;
  }
}
#guidelines.Case.Harassment ul.pattern_list li dl.example dd {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#guidelines.Case.Harassment ul.pattern_list li dl.example dd div + div {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#guidelines.Case.Harassment ul.pattern_list li dl.example dd p.to_target {
  color: #1260B8;
  font-size: 1.8rem;
  font-weight: bold;
}
#guidelines.Case.Harassment ul.pattern_list li dl.example dd p.strategy {
  margin-top: 1rem;
  font-weight: bold;
}

#information header a:hover {
  opacity: 1;
}
#information header nav.header_menu ul.main_link > li:nth-of-type(2) > a {
  background-color: #000066;
}
#information header nav.header_menu ul.main_link > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  color: #1260B8;
}
#information header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(2) > a {
  color: #1260B8;
}
#information header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  opacity: 0.5;
}
#information footer a:hover {
  opacity: 1;
}
#information footer nav.footer_menu ul.main_link li.order01 > a {
  color: #000066;
}
#information footer nav.footer_menu ul.main_link li.order01 ul.sub_link li:nth-of-type(1) a {
  color: #1260B8;
}
#information * {
  text-box: none !important;
}
#information h3.sub_title small {
  color: #FE654F;
  font-size: 1.6rem;
}
#information .font_center {
  display: grid;
  place-items: center;
}
#information a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#information .pdf_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 4rem;
  max-width: 940px;
  width: 100%;
  margin: 4rem auto 0;
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 2rem;
}
@media print, screen and (min-width: 480px) {
  #information .pdf_download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4rem;
  }
}
#information .pdf_download a {
  max-width: 158px;
}
#information #information_contents .information_contents_attached .information_map p.note {
  color: #ff1d25;
  font-size: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#information #information_contents .information_contents_attached .information_map p.note::before {
  content: "※";
}
#information #information_contents .information_contents_attached .information_map h4 {
  text-align: center;
  color: #fff;
  font-size: min(2rem, 4vw);
  background: #1260b8;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1rem;
}
#information #information_contents .information_contents_attached .information_map ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #information #information_contents .information_contents_attached .information_map ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 min(5vw, 5rem);
  }
}
#information #information_contents .information_contents_attached .information_map ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #information #information_contents .information_contents_attached .information_map ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 2rem;
  }
}
#information #information_contents .information_contents_attached .information_map ul li .icon {
  width: 5.8rem;
  height: 5.3rem;
}
#information #information_contents .information_contents_attached .information_map ul li .icon.map {
  background: url(../img/information/map_icon.webp) center/contain no-repeat;
}
#information #information_contents .information_contents_attached .information_map ul li .icon.train {
  background: url(../img/information/train_icon.webp) center/contain no-repeat;
}
#information #information_contents .information_contents_attached .information_map ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#information #information_contents .information_contents_attached .information_map iframe {
  aspect-ratio: 1/0.75;
  max-height: 400px;
}
#information #information_contents .bylaws {
  background-color: rgba(214, 239, 255, 0.4);
}
#information #information_contents .bylaws .bylaws_inner > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#information #information_contents .bylaws .bylaws_inner .pdf_link .pdf_detail {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#information #information_contents .bylaws .bylaws_inner .pdf_link .pdf_detail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: #ff1d25;
  -webkit-text-decoration: underline #ff1d25;
          text-decoration: underline #ff1d25;
}
#information #information_contents .bylaws .bylaws_inner .pdf_link .pdf_detail a img {
  max-width: 32px;
}

#information.Data header nav.header_menu ul.main_link > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  color: #fff;
}
#information.Data header nav.header_menu ul.main_link > li:nth-of-type(2) ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#information.Data header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  opacity: 1;
}
#information.Data header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(2) ul.sub_link li:nth-of-type(2) a {
  opacity: 0.5;
}
#information.Data footer nav.footer_menu ul.main_link li.order01 ul.sub_link li:nth-of-type(1) a {
  color: #333;
}
#information.Data footer nav.footer_menu ul.main_link li.order01 ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#information.Data #data_contents .data_detail .data_detail_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#information.Data #data_contents .data_detail .data_detail_link a {
  width: 100%;
  background: #1260B8;
  padding: 1.2em 1rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#information.Data #data_contents .data_detail .data_detail_link a::before {
  content: "・";
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
}
#information.Data #data_contents .data_detail .data_detail_link a::after {
  content: "";
  background: url(../img/information/pdf_icon01.webp) no-repeat center/contain;
  height: 2em;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 480px) {
  #information.Data #data_contents .data_detail .data_detail_link a {
    width: calc(50% - 1rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #information.Data #data_contents .data_detail .data_detail_link a {
    width: calc(33.3333333333% - 1.34rem);
  }
}
#information.Data #data_contents .data_detail .data_detail_link a p {
  color: #fff;
  text-align: center;
}

#information.Activity header nav.header_menu ul.main_link > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  color: #fff;
}
#information.Activity header nav.header_menu ul.main_link > li:nth-of-type(2) ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#information.Activity header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  opacity: 1;
}
#information.Activity header .overlay nav.sp_menu ul.main_link.left > li:nth-of-type(2) ul.sub_link li:nth-of-type(3) a {
  opacity: 0.5;
}
#information.Activity footer nav.footer_menu ul.main_link li.order01 ul.sub_link li:nth-of-type(1) a {
  color: #333;
}
#information.Activity footer nav.footer_menu ul.main_link li.order01 ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#information.Activity ul.Activity_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
#information.Activity ul.Activity_contents li {
  background: #f2f2f2;
  border-radius: 10px;
  width: 100%;
}
@media print, screen and (min-width: 480px) {
  #information.Activity ul.Activity_contents li {
    width: calc(50% - 2rem);
  }
}
#information.Activity ul.Activity_contents li h3 {
  background: #1260B8;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: min(2rem, 4vw);
  padding: 1rem;
  color: #fff;
}
#information.Activity ul.Activity_contents li figure {
  max-width: 330px;
  padding: 4rem;
  margin: 0 auto;
}
#information.Activity #dvd .dvd_contents .table_wrap {
  overflow-x: auto;
}
#information.Activity #dvd .dvd_contents .table_wrap table {
  border-radius: 10px;
  width: 1000px;
  border: 1px solid #e6e6e6;
  border-spacing: 0;
  overflow: hidden;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody td,
#information.Activity #dvd .dvd_contents .table_wrap table tbody th {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody tr:first-child th:nth-of-type(odd) {
  width: 10%;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody tr:nth-of-type(n+2) td:nth-of-type(odd) {
  width: 35%;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody tr th {
  background: #1260B8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem 2rem;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody tr th:first-child {
  width: 10%;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody tr td {
  padding: clamp(2rem, 4vw, 4rem) 1rem;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody tr td:nth-last-of-type(1) {
  text-align: center;
  line-height: 1.4;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody tr td h4 {
  text-align: center;
  color: #FE654F;
  font-size: min(2rem, 4vw);
  font-weight: bold;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody tr td p {
  text-align: center;
  font-weight: bold;
}
#information.Activity #dvd .dvd_contents .table_wrap table tbody tr td figure {
  max-width: 74px;
  margin: 0 auto;
}

#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 p.consultation_date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 p.consultation_date span {
  color: #1260B8;
  display: inline-block;
  font-weight: bold;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 p.note {
  color: #ff1d25;
  font-size: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 p.note::before {
  content: "※";
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap {
  overflow-x: scroll;
}
@media print, screen and (min-width: 1280px) {
  #information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap {
    overflow-x: auto;
  }
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table {
  border-radius: 10px;
  width: 1000px;
  border: 1px solid #e6e6e6;
  border-spacing: 0;
  overflow: hidden;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table tbody td,
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table tbody th {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  text-align: center;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table tbody tr:first-child th:nth-of-type(n+2):nth-of-type(-n+3) {
  width: 20%;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table tbody tr th {
  background: #1260B8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 2rem;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table tbody tr th:first-child {
  width: 15%;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table tbody tr td {
  padding: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table tbody tr td:nth-last-of-type(1) p {
  text-align: center;
  margin-bottom: 1rem;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table tbody tr td:nth-last-of-type(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: #FE654F;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 .table_wrap table tbody tr td:nth-last-of-type(1) a::after {
  content: "";
  background: url(../img/information/map.webp) no-repeat center/contain;
  aspect-ratio: 1/1;
  height: 1em;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 p.consultation_attached {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents01 p.consultation_attached span {
  color: #ff1d25;
  font-weight: bold;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents02 ul li strong {
  display: block;
  color: #1260b8;
  font-size: 1.8rem;
  font-weight: bold;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents02 ul li strong::before {
  content: "○";
  margin-right: 0.5em;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents02 ul li p {
  margin-top: 1rem;
  padding-left: 1.5em;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents02 ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Consultation #consultation .consultation_inner .consultation_contents02 ul li .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 min(10vw, 10rem);
  }
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents02 ul li .area_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#information.Activity.Consultation #consultation .consultation_inner .consultation_contents02 ul li .area_img {
  max-width: 40rem;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Consultation #consultation .consultation_inner .consultation_contents02 ul li .area_img {
    width: 30%;
  }
}

#information.Activity.Assistance #assistance .assistance_inner ul {
  background: #f2f2f2;
  border-radius: 10px;
}
#information.Activity.Assistance #assistance .assistance_inner ul li:first-child {
  background: #1260B8;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
}
#information.Activity.Assistance #assistance .assistance_inner ul li:first-child h4 {
  color: #fff;
  text-align: center;
  font-size: min(2rem, 4vw);
  font-weight: bold;
}
#information.Activity.Assistance #assistance .assistance_inner ul li p {
  padding: 2rem;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Assistance #assistance .assistance_inner ul li p {
    padding: 4rem;
  }
}

#information.Activity.Relief #relief .relief_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 4rem;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 2rem;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Relief #relief .relief_inner ul {
    padding: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Relief #relief .relief_inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#information.Activity.Relief #relief .relief_inner ul li:first-child {
  max-width: 280px;
  width: 100%;
}
#information.Activity.Relief #relief .relief_inner ul li h3 {
  text-align: left;
}
#information.Activity.Relief #relief .relief_inner ul li h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
#information.Activity.Relief #relief .relief_inner ul li p span {
  color: #ff1d25;
}

#information.Activity.Peace #peace .peace_inner ul {
  background: #f2f2f2;
  border-radius: 10px;
}
#information.Activity.Peace #peace .peace_inner ul li:first-child {
  background: #1260B8;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
}
#information.Activity.Peace #peace .peace_inner ul li:first-child h4 {
  color: #fff;
  text-align: center;
  font-size: min(2rem, 4vw);
  font-weight: bold;
}
#information.Activity.Peace #peace .peace_inner ul li p {
  padding: 2rem;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Peace #peace .peace_inner ul li p {
    padding: 4rem;
  }
}
#information.Activity.Peace #peace .peace_inner dl.common {
  border-radius: 1rem;
  overflow: hidden;
}
#information.Activity.Peace #peace .peace_inner dl.common + dl {
  margin-top: 4rem;
}
#information.Activity.Peace #peace .peace_inner dl.common > dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #1260B8;
  padding: min(3vw, 0.8em) 0;
}
#information.Activity.Peace #peace .peace_inner dl.common > dd {
  background-color: #f2f2f2;
  padding: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Peace #peace .peace_inner dl.common > dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem 4rem;
  }
}
#information.Activity.Peace #peace .peace_inner dl.common > dd p {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Peace #peace .peace_inner dl.common > dd p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Peace #peace .peace_inner dl.common > dd .illust {
    width: 35%;
  }
}
#information.Activity.Peace #peace .peace_inner dl.common > dd figure {
  width: 100%;
  overflow-x: scroll;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Peace #peace .peace_inner dl.common > dd figure {
    overflow: hidden;
  }
}
#information.Activity.Peace #peace .peace_inner dl.common > dd figure img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Peace #peace .peace_inner dl.common > dd figure img {
    width: 100%;
  }
}
#information.Activity.Peace #peace .peace_inner dl.common > dd .information {
  width: 100%;
  background-color: #fffcdd;
  padding: 2rem;
}
#information.Activity.Peace #peace .peace_inner dl.common > dd .information dl dt {
  font-weight: bold;
}
#information.Activity.Peace #peace .peace_inner dl.common > dd .information dl dt::before {
  content: "※";
}
#information.Activity.Peace #peace .peace_inner dl.common > dd .information dl dd {
  margin-top: 2rem;
}
#information.Activity.Peace #peace .peace_inner dl.common > dd .information dl dd p {
  font-weight: normal;
}

#information.Activity.Support #support .support_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 4rem;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 2rem;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Support #support .support_inner ul {
    padding: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #information.Activity.Support #support .support_inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#information.Activity.Support #support .support_inner ul li:first-child {
  max-width: 280px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  #information.Activity.Support #support .support_inner ul li:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#information.Activity.Support #support .support_inner ul li h3 {
  text-align: left;
}
#information.Activity.Support #support .support_inner ul li h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
#information.Activity.Support #support .support_inner ul li p span {
  color: #ff1d25;
}
#information.Activity.Support #support .support_inner ul li dl dt {
  color: #1260b8;
  font-size: 1.8rem;
}
#information.Activity.Support #support .support_inner ul li dl dt:not(:first-of-type) {
  margin-top: 1rem;
}
#information.Activity.Support #support .support_inner ul li dl dt::before {
  content: "○";
  margin-right: 0.5em;
}
#information.Activity.Support #support .support_inner ul li dl dd {
  margin-top: 1rem;
}

#information.Course #course {
  background: #f5f5f5;
}
#information.Course #course .course_inner .course_contents .detail_block {
  background-color: #fff;
  padding: min(4vw, 4rem) min(5vw, 8rem);
  border-radius: 3rem;
}
#information.Course #course .course_inner .course_contents .detail_block + .detail_block {
  margin-top: 4rem;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dt {
  color: #1260b8;
  font-size: 1.8rem;
  font-weight: bold;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dt::before {
  content: "○";
  margin-right: 0.5em;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd {
  margin-top: 2rem;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd p span {
  display: block;
  padding-left: 0.5em;
  text-indent: -0.6em;
  margin-left: 1em;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd p span::before {
  content: "・";
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl {
  margin-top: 2rem;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dt {
  font-size: 1.7rem;
  font-weight: bold;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dt::before {
  content: "・";
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd:first-of-type {
  margin-top: 0.5rem;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd p.with_dot {
  padding-left: 1.5em;
  text-indent: -1em;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd p.with_dot::before {
  content: "●";
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 0 1.5em;
  padding: 2rem min(4vw, 4rem);
  background-color: #f0f9ff;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #1260B8;
  word-break: break-all;
  text-indent: 0;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .link a:hover {
  text-decoration: underline;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  #information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 min(10vw, 10rem);
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .flex p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .flex .certifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  #information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .flex .certifications {
    width: 40%;
    max-width: 32rem;
  }
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .flex .certifications figure.certification01 {
  width: calc(45% - 2rem);
  max-width: 15rem;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd .flex .certifications figure.certification02 {
  width: 55%;
  max-width: 15rem;
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd figure.flow {
  margin: 2rem auto 0;
  width: 100%;
  overflow-x: scroll;
}
@media print, screen and (min-width: 768px) {
  #information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd figure.flow {
    overflow: hidden;
  }
}
#information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd figure.flow img {
  width: 55rem;
}
@media print, screen and (min-width: 768px) {
  #information.Course #course .course_inner .course_contents .detail_block > dl > dd dl dd figure.flow img {
    width: 100%;
  }
}
#information.Course #course .course_inner .course_contents .detail_block.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #information.Course #course .course_inner .course_contents .detail_block.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 min(10vw, 10rem);
  }
}
@media print, screen and (min-width: 768px) {
  #information.Course #course .course_inner .course_contents .detail_block.flex dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#information.Course #course .course_inner .course_contents .detail_block.flex .illust {
  max-width: 31.5rem;
}
@media print, screen and (min-width: 768px) {
  #information.Course #course .course_inner .course_contents .detail_block.flex .illust {
    width: 30%;
  }
}

#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_top .reality_contents_top_detail figure {
  margin: 0 auto;
  max-width: 300px;
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_top .reality_contents_top_detail h4 {
  text-align: center;
  color: #1260B8;
  font-size: min(2rem, 5vw);
  font-weight: bold;
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_top .reality_contents_top_detail p span {
  display: block;
  color: #ff1d25;
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_top > p {
  color: #1260B8;
  padding: 2rem;
  background: rgba(214, 239, 255, 0.4);
  border-radius: 10px;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_top > p {
    padding: 4rem;
  }
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list:nth-last-of-type(1) {
  border-bottom: solid 1px #e6e6e6;
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title {
  position: relative;
  cursor: pointer;
  border-top: solid 1px #e6e6e6;
  padding: 2rem 4rem 2rem 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title {
    padding: 2rem 6rem 2rem 2rem;
  }
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title span {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #FE654F;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title span {
    gap: 2rem;
  }
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title span::before {
  content: "";
  background: url(../img/information/reality/question.webp) no-repeat center/contain;
  height: 3rem;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title span::before {
    height: 5rem;
  }
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title.active {
  border-bottom: none;
  background: #f5f5f5;
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title.active::after {
  content: "";
  background: url(../img/information/reality/top.webp) no-repeat center/contain;
  height: 2rem;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title.active::after {
    height: 3rem;
  }
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title::after {
  content: "";
  display: block;
  background: url(../img/information/reality/bottom.webp) no-repeat center/contain;
  height: 2rem;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0px;
  top: 0;
  right: 1em;
  margin: auto;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_title::after {
    height: 3rem;
  }
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_detail {
  display: none;
  border-top: none;
  padding: 2rem;
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_detail .faq_detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_detail .faq_detail_wrap {
    gap: 2rem;
  }
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_detail .faq_detail_wrap .answer {
  height: 3rem;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_detail .faq_detail_wrap .answer {
    height: 5rem;
  }
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_detail .faq_detail_wrap .answer_contents {
  width: 95%;
}
#information.Activity.Elimination.Reality #reality .reality_inner .reality_contents_bottom .reality_contents_bottom_detail .faq_list .faq_detail .faq_detail_wrap .answer_contents figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
}

#information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background: #f2f2f2;
  border: 1px solid #1260B8;
  border-radius: 10px;
  padding: 2rem;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul {
    gap: 4rem;
    padding: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul > li:first-child {
  max-width: 280px;
  width: 100%;
}
#information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul > li:first-child figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul > li h4 {
  color: #1260B8;
  font-weight: bold;
  font-size: min(2rem, 5vw);
}
#information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul > li p.attached {
  color: #FE654F;
  background: #fff;
  border: 1px solid #FE654F;
  border-radius: 10px;
  padding: 2rem;
}
#information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul > li ul.attached_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #FE654F;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul > li ul.attached_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul > li ul.attached_contents li:first-child {
  max-width: 135px;
  width: 100%;
}
#information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul > li ul.attached_contents li:first-child h5 {
  color: #fff;
  background: #FE654F;
  line-height: 1.2;
  text-align: center;
  padding: 2rem 4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Elimination.Refuse #refuse .refuse_inner .refuse_contents > ul > li ul.attached_contents li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}

#information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background: #f2f2f2;
  border: 1px solid #1260B8;
  border-radius: 10px;
  padding: 2rem;
}
@media print, screen and (min-width: 480px) {
  #information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul {
    gap: 4rem;
    padding: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul > li:first-child {
  max-width: 280px;
  width: 100%;
}
#information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul > li:first-child figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul > li h4 {
  color: #1260B8;
  font-weight: bold;
  font-size: min(2rem, 5vw);
}
#information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul > li p.attached {
  color: #FE654F;
  background: #fff;
  border: 1px solid #FE654F;
  border-radius: 10px;
  padding: 2rem;
}
#information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul > li ul.attached_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #FE654F;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul > li ul.attached_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul > li ul.attached_contents li:first-child {
  max-width: 135px;
  width: 100%;
}
#information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul > li ul.attached_contents li:first-child h5 {
  color: #fff;
  background: #FE654F;
  line-height: 1.2;
  text-align: center;
  padding: 2rem 4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #information.Activity.Elimination.Laws #laws .laws_inner .laws_contents > ul > li ul.attached_contents li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}

#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap {
  overflow-x: auto;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap table {
  border-spacing: 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 100%;
  min-width: 650px;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap td,
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap th {
  width: 50%;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr:first-child th {
  border-radius: 10px 0 0 0;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr:first-child td {
  border-radius: 0 10px 0 0;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr:last-child th {
  border-radius: 0 0 0 10px;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr:last-child td {
  border-radius: 0 0 10px 0;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr th {
  background: #1260B8;
  padding: clamp(2rem, 2vw, 4rem) 1rem;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr th strong {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: min(2.4rem, 5.6vw);
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr th p {
  color: #fff;
  text-align: center;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr td {
  padding: clamp(2rem, 2vw, 4rem) 1rem;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr td p {
  text-align: center;
  font-weight: bold;
  font-size: min(3.2rem, 6.4vw);
  color: #1260B8;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr td p ruby rb {
  font-weight: bold;
  font-size: min(3.2rem, 6.4vw);
  color: #1260B8;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr td p ruby rt {
  color: #ff1d25;
  font-size: 12px;
  font-weight: bold;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_top .table_wrap tr td span {
  display: block;
  text-align: center;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap {
  overflow-x: auto;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap table {
  width: 1000px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  border-spacing: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  #information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap table {
    width: 100%;
    max-width: 1000px;
  }
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap td,
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap th {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap tr th {
  background: #1260B8;
  color: #fff;
  font-weight: bold;
  font-size: min(2.4rem, 5.6vw);
  text-align: center;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap tr th.table_main_title {
  padding: 2rem 1rem;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap tr th.table_sub_title {
  width: 10%;
  padding: 4rem 1rem;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap tr td {
  width: 40%;
  padding: clamp(2rem, 2vw, 4rem) 1rem;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap tr td p {
  color: #1260B8;
  font-weight: bold;
  font-size: min(3.2rem, 6.4vw);
  text-align: center;
}
#information.Activity.Elimination.Helpdesk #helpdesk .helpdesk_inner .helpdesk_contents_bottom .table_wrap tr td span {
  display: block;
  text-align: center;
}

#privacy header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(4) > a {
  color: #1260B8;
}
#privacy #privacy_contents .privacy_contents_inner .privacy_contents_detail p.with_num01 {
  padding-left: 1em;
  text-indent: -1em;
}
#privacy #privacy_contents .privacy_contents_inner .privacy_contents_detail p.with_num02 {
  padding-left: 1em;
  text-indent: -1.2em;
}
#privacy #privacy_contents .privacy_contents_inner .privacy_contents_detail p.with_num03 {
  padding-left: 1em;
  text-indent: -1em;
}
#privacy #privacy_contents .privacy_contents_inner .privacy_contents_detail div ul {
  padding-left: 2em;
}

#contact header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(6) > a {
  color: #1260B8;
}
#contact * {
  text-box: none !important;
}
#contact p.attached {
  font-size: 1.8rem;
}
#contact p.attached a {
  display: inline-block;
  color: #FE654F;
  font-weight: bold;
  text-indent: 0;
  width: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact p.attached a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact .contact_btn_area {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 480px) {
  #contact .contact_btn_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#contact .contact_btn_area button {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}
@media print, screen and (min-width: 480px) {
  #contact .contact_btn_area button {
    width: calc(50% - 2rem);
  }
}
#contact .contact_btn_area button[type=reset] {
  background-color: #333;
}
#contact .contact_btn_area button[type=submit] {
  background-color: #ff3838;
}
#contact .contact_btn_area button[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#contact .contact_btn_area button:hover {
  opacity: 0.5;
}
#contact .contact_btn_area input {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}
@media print, screen and (min-width: 480px) {
  #contact .contact_btn_area input {
    width: calc(50% - 2rem);
  }
}
#contact .contact_btn_area input[type=button] {
  background-color: #333;
}
#contact .contact_btn_area input[type=submit] {
  background-color: #ff3838;
}
#contact .contact_btn_area input[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#contact .contact_btn_area input:hover {
  opacity: 0.5;
}
#contact #contact_attached .contact_attached_inner h2 {
  font-weight: bold;
  font-size: min(2.4rem, 5.6vw);
  color: #1260B8;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #contact #contact_attached .contact_attached_inner h2 {
    text-align: center;
  }
}
#contact #contact_attached .contact_attached_inner p {
  font-weight: bold;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #contact #contact_attached .contact_attached_inner p {
    text-align: center;
  }
}
#contact #contact_attached .contact_attached_inner p span {
  color: #ff1d25;
  font-weight: bold;
}
#contact #phone_contents .phone_contents_inner p.top {
  font-weight: bold;
  text-align: center;
}
#contact #phone_contents .phone_contents_inner p.top span {
  color: #1260B8;
  font-weight: bold;
}
#contact #phone_contents .phone_contents_inner p.bottom {
  text-align: center;
  margin-top: 1rem;
}
#contact #phone_contents .phone_contents_inner p.bottom span {
  color: #ff1d25;
  font-weight: bold;
}
#contact #phone_contents .phone_contents_inner .table_wrap {
  overflow-x: auto;
}
#contact #phone_contents .phone_contents_inner .table_wrap table {
  min-width: 800px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  border-spacing: 0;
  overflow: hidden;
}
#contact #phone_contents .phone_contents_inner .table_wrap td,
#contact #phone_contents .phone_contents_inner .table_wrap th {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
#contact #phone_contents .phone_contents_inner .table_wrap tr:first-child th:not(:last-child) {
  width: 16%;
}
#contact #phone_contents .phone_contents_inner .table_wrap tr:first-child th:last-child {
  width: 52%;
}
#contact #phone_contents .phone_contents_inner .table_wrap tr th {
  background: #1260B8;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 2rem 1rem;
}
#contact #phone_contents .phone_contents_inner .table_wrap tr td {
  font-weight: bold;
  text-align: center;
  padding: 2rem 0;
}
#contact #phone_contents .phone_contents_inner .table_wrap tr td:nth-of-type(n+1):nth-of-type(-n+2) {
  font-size: 1.8rem;
}
#contact #phone_contents .phone_contents_inner .table_wrap tr td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #FE654F;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact #phone_contents .phone_contents_inner .table_wrap tr td a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#contact #phone_contents .phone_contents_inner .table_wrap tr td a::after {
  content: "";
  display: block;
  background: url(../img/contact/contact01.webp) no-repeat center/contain;
  height: 2rem;
  aspect-ratio: 1/1;
}
#contact #form_contents .form_contents_inner > p {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #contact #form_contents .form_contents_inner > p {
    text-align: center;
  }
}
#contact #form_contents .form_contents_inner > p span {
  color: #ff1d25;
  font-weight: bold;
}
#contact #form_contents .form_contents_inner form {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #contact #form_contents .form_contents_inner form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contact #form_contents .form_contents_inner form dl + dl {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #contact #form_contents .form_contents_inner form dl + dl {
    margin-top: 3rem;
  }
}
#contact #form_contents .form_contents_inner form dl dt {
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #contact #form_contents .form_contents_inner form dl dt {
    width: 15em;
  }
}
#contact #form_contents .form_contents_inner form dl dt.required::after {
  content: "＊";
  color: #e42a2a;
  margin-left: 0.3rem;
}
#contact #form_contents .form_contents_inner form dl dd {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #contact #form_contents .form_contents_inner form dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
#contact #form_contents .form_contents_inner form dl dd input:not([type=radio]),
#contact #form_contents .form_contents_inner form dl dd textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.8rem;
  border: 0.1rem solid #a1a1a1;
  border-radius: 10px;
}
#contact #form_contents .form_contents_inner form dl dd textarea {
  field-sizing: content;
  min-height: 15rem;
}
#contact #form_contents .form_contents_inner form dl dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4rem;
}
#contact #form_contents .form_contents_inner form dl dd.flex label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.3rem;
}
#contact #form_contents .form_contents_inner form dl dd.flex label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #02538a;
  font-size: 1.8rem;
}
#contact #form_contents .form_contents_inner form .privacy_area {
  width: 100%;
  margin: 4rem auto 0;
  background: #f2f2f2;
  padding: 2rem;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  #contact #form_contents .form_contents_inner form .privacy_area p {
    text-align: center;
  }
}
#contact #form_contents .form_contents_inner form .privacy_area p a {
  display: inline;
  color: #1260B8;
}
#contact #form_contents .form_contents_inner form .privacy_area p a:hover {
  text-decoration: underline;
}
#contact #form_contents .form_contents_inner form .privacy_area label {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  background-color: #fff;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px;
}
#contact #form_contents .form_contents_inner form .privacy_area label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #02538a;
}
#contact #form_contents .form_contents_inner form .g-recaptcha {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}
#contact #form_confirm .form_confirm_inner .form_intro p {
  text-align: left;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #contact #form_confirm .form_confirm_inner .form_intro p {
    text-align: center;
  }
}
#contact #form_confirm .form_confirm_inner .form_intro p span {
  color: #FE654F;
  font-weight: bold;
}
#contact #form_confirm .form_confirm_inner form {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #contact #form_confirm .form_confirm_inner form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contact #form_confirm .form_confirm_inner form dl + dl {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #contact #form_confirm .form_confirm_inner form dl + dl {
    margin-top: 3rem;
  }
}
#contact #form_confirm .form_confirm_inner form dl dt {
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #contact #form_confirm .form_confirm_inner form dl dt {
    width: 15em;
  }
}
#contact #form_confirm .form_confirm_inner form dl dt.required::after {
  content: "＊";
  color: #e42a2a;
  margin-left: 0.3rem;
}
#contact #form_confirm .form_confirm_inner form dl dd {
  background: #f2f2f2;
  padding: 1.5rem;
  font-size: 1.8rem;
  border-radius: 10px;
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #contact #form_confirm .form_confirm_inner form dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
#contact #form_confirm .form_confirm_inner form dl dd input:not([type=radio]),
#contact #form_confirm .form_confirm_inner form dl dd textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.8rem;
  border: 0.1rem solid #a1a1a1;
  border-radius: 10px;
}
#contact #form_confirm .form_confirm_inner form dl dd textarea {
  field-sizing: content;
  height: 15rem;
}
#contact #form_confirm .form_confirm_inner form dl dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4rem;
}
#contact #form_confirm .form_confirm_inner form dl dd.flex label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.3rem;
}
#contact #form_confirm .form_confirm_inner form dl dd.flex label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #02538a;
  font-size: 1.8rem;
}
#contact #form_confirm .form_confirm_inner form .contact_privacy {
  width: 100%;
  margin: 4rem auto 0;
  background-color: #f2f2f2;
  padding: 2rem;
  border-radius: 10px;
}
#contact #form_confirm .form_confirm_inner form .contact_privacy p {
  text-align: none;
}
@media print, screen and (min-width: 480px) {
  #contact #form_confirm .form_confirm_inner form .contact_privacy p {
    text-align: center;
  }
}
#contact #form_confirm .form_confirm_inner form .contact_privacy p a {
  display: inline-block;
  width: auto;
  color: #1260B8;
}
#contact #form_confirm .form_confirm_inner form .contact_privacy p a:hover {
  text-decoration: underline;
}
#contact #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
  display: none;
}
@media print, screen and (min-width: 480px) {
  #contact #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
    display: block;
  }
}
#contact #form_confirm .form_confirm_inner form .contact_privacy label {
  display: block;
  text-align: center;
  background: #fff;
  padding: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
  border-radius: 10px;
}
#contact #form_thanks .form_thanks_inner p {
  line-height: 1.8;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #contact #form_thanks .form_thanks_inner p {
    text-align: center;
  }
}
#contact #form_thanks .form_thanks_inner .btn_block {
  margin-top: 4rem;
  text-align: center;
}
#contact #form_thanks .form_thanks_inner .btn_block a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #FE654F;
  border-radius: 10px;
  padding: 1.2em 1rem;
  max-width: 400px;
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
  position: relative;
}
#contact #form_thanks .form_thanks_inner .btn_block a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#contact #form_thanks .form_thanks_inner .btn_block a::after {
  content: "";
  height: 1em;
  aspect-ratio: 10/16;
  -webkit-mask-image: url(../img/anchor_arrow.svg);
          mask-image: url(../img/anchor_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 16px;
}

#sitemap header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(8) > a {
  color: #1260B8;
}
#sitemap div.sitemap p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 2.4rem;
  font-weight: bold;
}
#sitemap div.sitemap .sitemap_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#sitemap div.sitemap .sitemap_list a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#sitemap div.sitemap .sitemap_list a:hover {
  opacity: 0.5;
}
#sitemap div.sitemap .sitemap_list ul.main_link > li {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #sitemap div.sitemap .sitemap_list ul.main_link > li {
    margin-top: 4rem;
  }
}
#sitemap div.sitemap .sitemap_list ul.main_link > li > a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1260B8;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
@media print, screen and (min-width: 768px) {
  #sitemap div.sitemap .sitemap_list ul.main_link > li > a {
    font-size: min(1.85vw, 1.8rem);
  }
}
#sitemap div.sitemap .sitemap_list ul.main_link > li > a::before, #sitemap div.sitemap .sitemap_list ul.main_link > li > a::after {
  content: "";
  height: 1em;
  aspect-ratio: 1/1;
}
#sitemap div.sitemap .sitemap_list ul.main_link > li > a::before {
  background-color: #1260B8;
  border-radius: 50%;
}
#sitemap div.sitemap .sitemap_list ul.main_link > li > a::after {
  background-image: url(../img/sitemap/sitemap_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
#sitemap div.sitemap .sitemap_list ul.main_link > li > a:hover, #sitemap div.sitemap .sitemap_list ul.main_link > li > a:active {
  opacity: 1;
  color: #000066;
}
#sitemap div.sitemap .sitemap_list ul.main_link > li > a:hover::before, #sitemap div.sitemap .sitemap_list ul.main_link > li > a:active::before {
  background-color: transparent;
}
#sitemap div.sitemap .sitemap_list ul.main_link > li > a:hover::after, #sitemap div.sitemap .sitemap_list ul.main_link > li > a:active::after {
  opacity: 1;
}
#sitemap div.sitemap .sitemap_list ul.main_link > li > a.locked span {
  display: block;
  width: 1.5rem;
  aspect-ratio: 15/17;
  -webkit-mask-image: url(../img/icon_lock.svg);
          mask-image: url(../img/icon_lock.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1260B8;
}
#sitemap div.sitemap .sitemap_list ul.main_link > li > a.locked:hover span {
  background-color: #000066;
}
#sitemap div.sitemap .sitemap_list ul.page_level03 {
  margin-left: 1rem;
}
#sitemap div.sitemap .sitemap_list ul.page_level03 > li > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sitemap div.sitemap .sitemap_list ul.page_level03 > li > a::before {
  content: "■";
  margin-right: 0.5rem;
  font-size: 0.8rem;
}
#sitemap div.sitemap .sitemap_list ul.page_level04 {
  margin-left: 1.5rem;
}
#sitemap div.sitemap .sitemap_list ul.page_level04 > li {
  margin-top: 0.3rem;
}
#sitemap div.sitemap .sitemap_list ul.page_level04 > li > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #424242;
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -0.75em;
}
#sitemap div.sitemap .sitemap_list ul.page_level04 > li > a::before {
  content: "-";
  margin-right: 0.5rem;
}
#sitemap div.sitemap .sitemap_list ul.page_level05 {
  margin-left: 1.5rem;
}
#sitemap div.sitemap .sitemap_list ul.page_level05 > li {
  margin-top: 0.5rem;
}
#sitemap div.sitemap .sitemap_list ul.page_level05 > li > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #424242;
  font-size: 1.4rem;
}
#sitemap div.sitemap .sitemap_list ul.page_level05 > li > a::before {
  content: "･";
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  #sitemap div.sitemap .sitemap_list .upper_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2vw;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1280px) {
  #sitemap div.sitemap .sitemap_list .upper_block {
    gap: 0 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #sitemap div.sitemap .sitemap_list .upper_block ul.main_link {
    min-width: 22rem;
  }
  #sitemap div.sitemap .sitemap_list .upper_block ul.main_link > li:first-of-type {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #sitemap div.sitemap .sitemap_list .center_block ul.main_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 min(2.5vw, 4rem);
  }
}
@media print, screen and (min-width: 768px) {
  #sitemap div.sitemap .sitemap_list .lower_block ul.main_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 min(1.5vw, 4rem);
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1280px) {
  #sitemap div.sitemap .sitemap_list .lower_block ul.main_link {
    gap: 0 min(4vw, 4rem);
  }
}

#link header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(7) > a {
  color: #1260B8;
}
#link #link_contents .link_contents_inner ul.link_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}
#link #link_contents .link_contents_inner ul.link_contents_list li {
  width: 100%;
  max-width: 40rem;
}
@media print, screen and (min-width: 768px) {
  #link #link_contents .link_contents_inner ul.link_contents_list li {
    width: calc((100% - 2rem) / 2);
  }
}
#link #link_contents .link_contents_inner ul.link_contents_list li a {
  color: #1260B8;
  font-weight: bold;
  text-align: center;
  border: 0.1rem solid #b3b3b3;
  border-radius: 1rem;
  padding: 1.2em 1rem;
  max-height: 3.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#link #link_contents .link_contents_inner ul.link_contents_list li a::before {
  content: "・";
  font-size: 1.5em;
  line-height: 1;
}
#link #link_contents .link_contents_inner ul.link_contents_list li a::after {
  content: "";
  height: 2rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/link/link.svg);
          mask-image: url(../img/link/link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1260B8;
}
#link #link_contents .link_contents_inner ul.link_contents_list li a:hover {
  opacity: 0.5;
}
#link #link_contents .link_contents_inner ul.link_contents_list.with_bg li a {
  color: #fff;
  background-color: #1260B8;
}
#link #link_contents .link_contents_inner ul.link_contents_list.with_bg li a::before {
  color: #fff;
}
#link #link_contents .link_contents_inner ul.link_contents_list.with_bg li a::after {
  background-color: #fff;
}
#link #link_contents .link_contents_inner ul.link_contents_list.with_bg li a:hover {
  opacity: 1;
  color: #1260B8;
  background-color: #fff;
}
#link #link_contents .link_contents_inner ul.link_contents_list.with_bg li a:hover::before {
  color: #1260B8;
}
#link #link_contents .link_contents_inner ul.link_contents_list.with_bg li a:hover::after {
  background-color: #1260B8;
}

#column header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(3) > a {
  color: #1260B8;
}
#column #column_contents .column_contents_wrap ul.column_contents_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  border-bottom: 1px solid #b3b3b3;
  padding: 2rem 0;
}
@media print, screen and (min-width: 480px) {
  #column #column_contents .column_contents_wrap ul.column_contents_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#column #column_contents .column_contents_wrap ul.column_contents_detail li:first-child {
  width: 100px;
  white-space: nowrap;
}
#column #column_contents .column_contents_wrap ul.column_contents_detail li p.column_time {
  font-weight: bold;
}
#column #column_contents .column_contents_wrap ul.column_contents_detail li a.column_title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #1260B8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-text-decoration: underline #1260B8;
          text-decoration: underline #1260B8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#column #column_contents .column_contents_wrap ul.column_contents_detail li a.column_title:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#column #column_contents .column_contents_wrap ul.column_contents_detail li a.column_title::after {
  content: "";
  display: block;
  background: url(../img/column/pdf_icon.webp) no-repeat center/contain;
  height: 3rem;
  aspect-ratio: 1/1;
}
#column #column_contents .column_contents_wrap ul.column_contents_detail li p.column_detail {
  font-weight: bold;
  margin-top: 1rem;
}

#sponsor header nav.header_menu ul.main_link > li:nth-of-type(8) > a {
  background-color: #000066;
}
#sponsor header nav.header_menu ul.main_link > li:nth-of-type(8) ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#sponsor header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(1) > a {
  color: #1260B8;
}
#sponsor header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(1) ul.sub_link li:nth-of-type(3) a {
  opacity: 0.5;
}
#sponsor footer nav.footer_menu ul.main_link > li.order07 > a {
  color: #000066;
}
#sponsor footer nav.footer_menu ul.main_link > li.order07 ul.sub_link li:nth-of-type(3) a {
  color: #1260B8;
}
#sponsor #sponsor_contents .sponsor_contents_wrap .sponsor_contents_top figure {
  max-width: 225px;
  margin: 0 auto;
}
#sponsor #sponsor_contents .sponsor_contents_wrap .sponsor_contents_top h3 {
  color: #1260B8;
  text-align: center;
  font-size: min(2.4rem, 5.6vw);
  font-weight: bold;
}
#sponsor #sponsor_contents .sponsor_contents_wrap .sponsor_contents_top p span {
  color: #ff1d25;
  font-weight: bold;
}
#sponsor #sponsor_contents .sponsor_contents_wrap .way_registration h4 {
  font-size: min(2.4rem, 5.6vw);
  font-weight: bold;
  color: #1260B8;
}
#sponsor #sponsor_contents .sponsor_contents_wrap .way_registration p {
  padding-left: 1em;
  text-indent: -0.5em;
}
#sponsor #sponsor_contents .sponsor_contents_wrap .way_registration p.indent_1 {
  text-indent: -1em;
}
#sponsor #sponsor_contents .sponsor_contents_wrap .way_registration p span {
  display: block;
  margin-left: 1.5em;
}
#sponsor #sponsor_contents .sponsor_contents_wrap .way_registration ul.link_list li a::after {
  content: "";
  display: block;
  height: 3rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: none;
          mask-image: none;
  background: url(../img/sponsor/pdf_icon.webp) no-repeat center/contain;
}

#donation_support header nav.header_menu ul.main_link > li:nth-of-type(8) > a {
  background-color: #000066;
}
#donation_support header nav.header_menu ul.main_link > li:nth-of-type(8) ul.sub_link li:nth-of-type(1) a,
#donation_support header nav.header_menu ul.main_link > li:nth-of-type(8) ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#donation_support header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(1) > a {
  color: #1260B8;
}
#donation_support header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(1) ul.sub_link li:nth-of-type(1) a, #donation_support header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(1) ul.sub_link li:nth-of-type(2) a {
  opacity: 0.5;
}
#donation_support footer nav.footer_menu ul.main_link > li.order07 > a {
  color: #000066;
}
#donation_support footer nav.footer_menu ul.main_link > li.order07 ul.sub_link li:nth-of-type(1) a, #donation_support footer nav.footer_menu ul.main_link > li.order07 ul.sub_link li:nth-of-type(2) a {
  color: #1260B8;
}
#donation_support #support .support_inner .support_contents .support_contents_top figure {
  max-width: 412px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #donation_support #support .support_inner .support_contents .support_contents_top p {
    text-align: center;
  }
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail:not(:last-child) {
  margin-bottom: clamp(4rem, 6.4vw, 6.4rem);
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail h4 {
  font-size: min(2.4rem, 5.6vw);
  font-weight: bold;
  color: #1260B8;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail dl dt {
  width: 30%;
  color: #fff;
  background: #1260B8;
  border-radius: 10px 0 0 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 1rem;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail dl dd {
  width: 70%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 1rem;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail dl dd span {
  color: #1260B8;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail p span {
  color: #ff1d25;
  font-weight: bold;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail figure.figure_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem 10rem;
}
@media print, screen and (min-width: 768px) {
  #donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail figure.figure_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail figure.figure_wrap figcaption {
  color: #ff1d25;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul li {
  width: 100%;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  #donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul li {
    width: calc(50% - 2rem);
  }
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul li:first-child {
  background: #1260B8;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul li:first-child a::before {
  content: "";
  display: block;
  background: url(../img/donation/mail-icon.webp) no-repeat center/contain;
  height: 3.2rem;
  aspect-ratio: 1/1;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul li:last-child {
  background: #FE654F;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul li:last-child a::before {
  content: "";
  display: block;
  background: url(../img/donation/tel-icon.webp) no-repeat center/contain;
  height: 4.2rem;
  aspect-ratio: 1/1;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul li a {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: min(2rem, 4.8vw);
  padding: 3rem 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#donation_support #support .support_inner .support_contents .support_contents_bottom .support_contents_bottom_detail ul li a::after {
  content: ">";
  display: block;
  color: #fff;
}
#donation_support #donation .donation_inner .donation_contents .donation_contents_top h3 {
  text-align: center;
  font-weight: bold;
  font-size: min(2.4rem, 5.6vw);
  color: #1260B8;
}
#donation_support #donation .donation_inner .donation_contents .donation_contents_top p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#donation_support #donation .donation_inner .donation_contents .donation_contents_top h4 {
  text-align: center;
  color: #fff;
  background: #FE654F;
  border-radius: 10px;
  padding: 2rem;
  font-size: 1.8rem;
}
#donation_support #donation .donation_inner .donation_contents .donation_contents_bottom {
  border-radius: 10px;
  border: 1px solid #b3b3b3;
  padding: 2rem;
}
#donation_support #donation .donation_inner .donation_contents .donation_contents_bottom h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #FE654F;
  text-align: center;
}
#donation_support #donation .donation_inner .donation_contents .donation_contents_bottom p {
  text-align: center;
  font-weight: bold;
}

#news header nav.header_menu ul.main_link > li:nth-of-type(7) > a {
  background-color: #000066;
}
#news header nav.header_menu ul.main_link > li:nth-of-type(7) ul.sub_link li:nth-of-type(1) a {
  color: #1260B8;
}
#news header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(5) > a {
  color: #1260B8;
}
#news header .overlay nav.sp_menu ul.main_link.right > li:nth-of-type(5) ul.sub_link li a {
  opacity: 0.5;
}
#news footer nav.footer_menu ul.main_link > li.order06 > a {
  color: #000066;
}
#news footer nav.footer_menu ul.main_link > li.order06 ul.sub_link li:nth-of-type(1) a {
  color: #1260B8;
}
#news .news_field {
  padding: clamp(4rem, 6.25vw, 12rem) 0;
}
#news .news_field ul.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #news .news_field ul.news_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(4rem, 5vw, 8rem) clamp(2rem, 2.5vw, 4rem);
  }
}
@media print, screen and (min-width: 768px) {
  #news .news_field ul.news_list li {
    width: calc((100% - clamp(2rem, 2.5vw, 4rem)) / 2);
  }
}
#news .news_field ul.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 2.5rem;
}
#news .news_field ul.news_list li a:hover {
  opacity: 0.5;
}
#news .news_field ul.news_list li a .image {
  width: 100%;
  border: 0.1rem solid #ccc;
  border-radius: 2rem;
  overflow: hidden;
}
#news .news_field ul.news_list li a .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 2/1.1;
}
#news .news_field ul.news_list li a .date {
  width: auto;
  color: #808080;
  font-weight: bold;
}
#news .news_field ul.news_list li a .category {
  width: auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 0.4rem;
  padding: 0.3em 1.5em;
}
#news .news_field ul.news_list li a .category.c-important {
  background-color: #FE654F;
}
#news .news_field ul.news_list li a .category.c-new {
  background-color: #1A73E8;
}
#news .news_field ul.news_list li a .category.c-latest {
  background-color: #2E7D32;
}
#news .news_field ul.news_list li a .category.c-repost {
  background-color: #6E6E6E;
}
#news .news_field ul.news_list li a .category.c-none {
  display: none;
}
#news .news_field ul.news_list li a .title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
#news .news_field ul.pagination {
  margin-top: clamp(3rem, 4vw, 6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
#news .news_field ul.pagination li a {
  width: 3.2rem;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
}
#news .news_field ul.pagination li a.pagination_on {
  background-color: #1260B8;
}
#news .news_field ul.pagination li a.pagination_off {
  background-color: #808080;
}
#news .news_field ul.pagination li a.pagination_off:hover {
  background-color: #1260B8;
}
#news .news_detail {
  padding: clamp(4rem, 6.25vw, 12rem) 0;
}
#news .news_detail .title_area {
  border-bottom: 0.1rem solid #333;
  padding-bottom: min(5vw, 2.8em);
}
#news .news_detail .title_area h3.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
}
#news .news_detail .detail_area {
  margin-top: 4rem;
  font-size: min(4.5vw, 1.8rem);
}
#news .news_detail .detail_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5rem;
}
#news .news_detail .date {
  color: #333;
  font-weight: bold;
}
#news .news_detail .category {
  width: auto;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #FE654F;
  border-radius: 0.4rem;
  padding: 0.3em 1.5em;
}
#news .news_detail .category.c-important {
  background-color: #FE654F;
}
#news .news_detail .category.c-new {
  background-color: #1A73E8;
}
#news .news_detail .category.c-latest {
  background-color: #2E7D32;
}
#news .news_detail .category.c-repost {
  background-color: #6E6E6E;
}
#news .news_detail .category.c-none {
  display: none;
}
#news .news_detail .text {
  width: 100%;
  margin-top: clamp(2rem, 6vw, 6rem);
}
#news .news_detail .link_area {
  width: 100%;
  margin-top: clamp(2rem, 6vw, 6rem);
}
#news .news_detail .link_area a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1260B8;
  text-decoration: underline;
}
#news .news_detail .link_area a:hover {
  color: #FE654F;
}
#news .news_detail .pdf_area {
  width: 100%;
  margin-top: clamp(2rem, 4vw, 4rem);
}
#news .news_detail .pdf_area a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  color: #1260B8;
  text-decoration: underline;
}
#news .news_detail .pdf_area a::before {
  content: "";
  height: 2em;
  aspect-ratio: 4/5;
  -webkit-mask-image: url(../img/icon_pdf.svg);
          mask-image: url(../img/icon_pdf.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #333;
}
#news .news_detail .pdf_area a:hover {
  color: #FE654F;
}
#news .news_detail .pdf_area a:hover::before {
  background-color: #FE654F;
}
#news .news_detail .image_area {
  width: 100%;
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem min(6%, 6rem);
}
@media print, screen and (min-width: 480px) {
  #news .news_detail .image_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#news .news_detail .image_area .image {
  width: 100%;
}
@media print, screen and (min-width: 480px) {
  #news .news_detail .image_area .image {
    width: calc((100% - min(6%, 6rem)) / 2);
  }
}
#news .news_detail .image_area .image a {
  position: relative;
  border: 0.1rem solid #808080;
  overflow: hidden;
}
#news .news_detail .image_area .image a::after {
  content: "";
  width: 4.2rem;
  aspect-ratio: 1/1;
  background-color: #FE654F;
  background-image: url(../img/icon_glass.svg);
  background-size: 70%;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
#news .news_detail .image_area .image a:hover {
  opacity: 0.5;
}
#news .news_detail .btn_area {
  margin: clamp(4rem, 6vw, 6rem) auto 0;
}

#page404 * {
  text-box: none !important;
}
#page404 #page404_contents .page404_contents_inner p {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #page404 #page404_contents .page404_contents_inner p {
    text-align: center;
  }
}
#page404 #page404_contents .page404_contents_inner .btn_block {
  margin-top: 4rem;
  text-align: center;
}
#page404 #page404_contents .page404_contents_inner .btn_block a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #FE654F;
  border-radius: 10px;
  padding: 1.2em 1rem;
  max-width: 400px;
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
  position: relative;
}
#page404 #page404_contents .page404_contents_inner .btn_block a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#page404 #page404_contents .page404_contents_inner .btn_block a::after {
  content: "";
  height: 1em;
  aspect-ratio: 10/16;
  -webkit-mask-image: url(../img/anchor_arrow.svg);
          mask-image: url(../img/anchor_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 16px;
}/*# sourceMappingURL=style.css.map */