@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp_s.min.css");
/* ============================== */
/* mixin.scss                     */
/* ============================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #333333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ============================== */
/* global.scss                    */
/* ============================== */
@media screen and (min-width: 769px) {
  html, body {
    scroll-padding-top: 96px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  html, body {
    scroll-padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    scroll-padding-top: 72px;
  }
}

html {
  position: relative;
  font-size: 62.5%;
  color: #333333;
}
html.fsLarge #main_content {
  font-size: 125%;
}

body {
  display: none;
  flex-direction: column;
  min-height: 100vh;
  transition: 0.6s;
  font-family: YakuHanJPs, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 226px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body {
    padding-top: clamp(60px, 16vw, 112px);
  }
}
#main_content {
  position: relative;
}

/* ===== common =============== */
ul,
ol {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .forSP {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .forPC {
    display: none !important;
  }
}

br.SPbr {
  display: none;
}
@media screen and (max-width: 768px) {
  br.SPbr {
    display: inline;
  }
}

br.PCbr {
  display: inline;
}
@media screen and (max-width: 768px) {
  br.PCbr {
    display: none;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}

a {
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.6s;
  word-break: break-all;
}

a.link-block {
  display: block;
}
a.link-block.inline {
  display: inline;
}

.outer-frame {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .outer-frame {
    min-width: 1280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .outer-frame {
    min-width: 100%;
  }
}

.inner-frame {
  position: relative;
  width: auto;
  margin: 0 4vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .inner-frame {
    width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .inner-frame {
    width: 100%;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .inner-frame {
    margin: 0 2vw;
  }
}

.btn_link {
  margin-top: 10px;
  text-align: right;
}
.btn_link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 37px;
  padding: 0 30px 0 20px;
  background-color: #2B59AD;
  font-size: 1.8rem;
  line-height: 37px;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}
.btn_link a:after {
  position: absolute;
  display: block;
  top: 14px;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: 1.7px solid #ffffff;
  border-bottom: 1.7px solid #ffffff;
  content: "";
  transform: rotate(-45deg);
  transition: 0.6s;
}
.btn_link a:hover {
  opacity: 0.6;
}
.btn_link a:hover:after {
  right: 10px;
}

.pdf_link a {
  display: inline-block;
  padding-left: 24px;
  background: url(../img/icon_pdf.svg) no-repeat left center;
  background-size: 20px;
  color: #333333;
  text-decoration: none;
}
.pdf_link a:hover {
  text-decoration: underline !important;
}
.pdf_link a[target=_blank]:after {
  display: none !important;
}
.pdf_link.rear a {
  padding-left: 0;
  padding-right: 24px;
  background-position: right center;
}
.pdf_link .file-size {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #pageheader--wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #pageheader--wrap #breadcrumbs {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  #pageheader--wrap .page_hd {
    order: 1;
  }
}

/* ===== #breadcrumbs =============== */
#breadcrumbs {
  position: relative;
}
@media screen and (min-width: 769px) {
  #breadcrumbs {
    width: 1280px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #breadcrumbs {
    width: 100%;
    padding: 1vw 2vw;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding: 4vw;
    border-bottom: 1px solid #E4EDF6;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  #breadcrumbs {
    justify-content: flex-start;
    padding: 2vw;
  }
}
@media screen and (min-width: 769px) {
  #breadcrumbs .inner .breadcrumbs--list {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs .inner .breadcrumbs--list {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  #breadcrumbs .inner .breadcrumbs--list {
    font-size: 1.3rem;
  }
}
#breadcrumbs .inner .breadcrumbs--list .item {
  display: inline;
}
#breadcrumbs .inner .breadcrumbs--list .item:before {
  display: inline-block;
  content: "/";
  margin: 0 1em;
}
@media screen and (min-width: 769px) {
  #breadcrumbs .inner .breadcrumbs--list .item:before {
    color: #ABBCDB;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs .inner .breadcrumbs--list .item:before {
    color: #2B59AD;
  }
}
@media screen and (min-width: 769px) {
  #breadcrumbs .inner .breadcrumbs--list .item a {
    color: #333333;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs .inner .breadcrumbs--list .item a {
    color: #2B59AD;
  }
}
#breadcrumbs .inner .breadcrumbs--list .item a:hover {
  text-decoration: underline;
}
#breadcrumbs .inner .breadcrumbs--list .item:first-child {
  border-left: none;
}
#breadcrumbs .inner .breadcrumbs--list .item:first-child:before {
  display: none;
}
#breadcrumbs .inner .breadcrumbs--list .item:last-child {
  pointer-events: none;
}
#breadcrumbs .inner .breadcrumbs--list .item:last-child:hover {
  text-decoration: none;
}

.page_hd {
  background-color: #F3F6FA;
}
.page_hd .inner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .page_hd .inner {
    height: 200px;
    margin-bottom: 60px;
  }
}
.page_hd--bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .page_hd--bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 200px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1500px) {
  .page_hd--bg {
    width: 1600px;
  }
}
@media screen and (max-width: 768px) {
  .page_hd--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 20;
  }
}
.page_hd--ttl {
  text-align: center;
  color: #2B59AD;
  font-weight: 500;
  font-size: 2.4em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .page_hd--ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1500px;
    height: auto;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .page_hd--ttl {
    position: relative;
    padding: 18px 0;
    letter-spacing: 0.05em;
    z-index: 30;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .page_hd--ttl {
    padding: 36px 0;
    font-size: 2.1em;
  }
}

#hero {
  position: relative;
  width: 100%;
  background: url(/wp-content/themes/JCHO_hp/images/common/img_hero.jpg) no-repeat center center;
  background-size: cover;
}
#hero:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
#hero .inner {
  position: relative;
  width: 1024px;
  padding: 3rem 0;
  margin: 0 auto;
  z-index: 10;
}
#hero .inner .pagetitle {
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
}

/* ===== #page_title =============== */
/* ===== .ttl-area =============== */
/* ===== section, contents =============== */
#main_content .pagination .page-numbers {
  text-align: center;
}
#main_content .pagination .page-numbers li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px 20px;
  overflow: hidden;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #main_content .pagination .page-numbers li {
    width: 32px;
    height: 32px;
    margin: 0 8px 16px;
    font-size: 20px;
  }
}
#main_content .pagination .page-numbers li a {
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  line-height: 38px;
  text-decoration: none;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  #main_content .pagination .page-numbers li a:hover {
    border-color: #2B59AD;
    color: #2B59AD;
  }
}
@media screen and (max-width: 768px) {
  #main_content .pagination .page-numbers li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
}
#main_content .pagination .page-numbers li .current {
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #248CCC;
  border-radius: 4px;
  background-color: #248CCC;
  color: #ffffff;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  #main_content .pagination .page-numbers li .current {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
}
#main_content .pagination .page-numbers li .dots {
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #333333;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #main_content .pagination .page-numbers li .dots {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/* ============================== */
/* header.scss                   */
/* ============================== */
.jchoHP_hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  /* ===== #globalnavi for PC =============== */
  /* ===== #globalnavi for SP =============== */
  /* ===== / #globalnavi for SP =============== */
}
@media screen and (max-width: 768px) {
  .jchoHP_hd {
    height: 60px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd {
    height: clamp(60px, 16vw, 112px);
  }
}
.jchoHP_hd--inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .jchoHP_hd--inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    max-width: 1500px;
    min-width: 769px;
    height: 146px;
    transition: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd--inner {
    height: 60px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd--inner {
    height: clamp(60px, 16vw, 112px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd--inner {
    max-width: 1280px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .jchoHP_hd--inner {
    width: 1024px;
  }
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #jchoHP_hd--title {
    position: absolute;
    top: 28px;
    left: 10px;
    width: 33%;
    height: 90px;
    transition: 0.6s;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--title {
    position: absolute;
    top: 50%;
    left: 5px;
    box-sizing: border-box;
    max-width: calc(100% - 42vw);
    max-height: 36px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--title {
    left: 10px;
    width: 56vw;
    max-height: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #jchoHP_hd--title {
    width: 28%;
  }
}
.jchoHP_hd #jchoHP_hd--title a {
  display: block;
  width: 100%;
}
.jchoHP_hd #jchoHP_hd--title a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--title a img {
    max-width: 100%;
    max-height: 50px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--title a img {
    max-height: 70px;
  }
}
.jchoHP_hd .btn-trigger {
  position: absolute;
  top: 20px;
  right: 4vw;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 9vw;
  height: 6vw;
  cursor: pointer;
  z-index: 1200;
}
.jchoHP_hd .btn-trigger:focus-visible {
  outline: auto;
}
@media screen and (min-width: 769px) {
  .jchoHP_hd .btn-trigger {
    display: none;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd .btn-trigger {
    top: 50%;
    transform: translateY(-50%);
  }
}
.jchoHP_hd .btn-trigger span {
  position: absolute;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
}
.jchoHP_hd .btn-trigger span:nth-of-type(1) {
  top: 0;
}
.jchoHP_hd .btn-trigger span:nth-of-type(2) {
  top: calc(3vw - 1px);
}
.jchoHP_hd .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.jchoHP_hd .btn-trigger.active span:nth-of-type(1) {
  transform: translateY(calc(3vw - 1px)) rotate(-45deg);
}
.jchoHP_hd .btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.jchoHP_hd .btn-trigger.active span:nth-of-type(3) {
  transform: translateY(calc(-3vw + 1px)) rotate(45deg);
}
.jchoHP_hd #jchoHP_hd--info--sp {
  padding: 6vw 4vw;
  background-color: #ffffff;
  border-top: 1px solid #F3F6FA;
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #jchoHP_hd--info--sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .jchoHP_hd .jchoHP_hd--pamphlet {
    position: relative;
    box-sizing: border-box;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #CCCCCC;
  }
}
.jchoHP_hd .jchoHP_hd--pamphlet#jchoHP_hd--pamphlet--pc {
  top: 25px;
  right: 10px;
  width: 196px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--pamphlet#jchoHP_hd--pamphlet--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd .jchoHP_hd--pamphlet#jchoHP_hd--pamphlet--pc {
    width: 170px;
    margin-right: 12px;
    padding-right: 12px;
  }
}
.jchoHP_hd .jchoHP_hd--pamphlet#jchoHP_hd--pamphlet--sp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .jchoHP_hd .jchoHP_hd--pamphlet#jchoHP_hd--pamphlet--sp {
    display: none;
  }
}
.jchoHP_hd .jchoHP_hd--pamphlet .pamphlet-ttl {
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--pamphlet .pamphlet-ttl {
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 1.4rem;
    line-height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd .jchoHP_hd--pamphlet .pamphlet-ttl {
    font-size: 1.6rem;
  }
}
.jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 170px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list {
    width: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list {
    width: 158px;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list.over2 {
    width: 170px;
  }
}
.jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list.over2 .item {
  width: 54px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list.over2 .item {
    width: 54px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list.over2 .item {
    width: 50px;
  }
}
.jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list .item {
  box-sizing: border-box;
  width: 80px;
  height: 35px;
  background-color: #248CCC;
  border-radius: 3px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 33px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list .item {
    width: 66px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list .item {
    width: 70px;
    font-size: 1.6rem;
  }
}
.jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list .item a {
  display: block;
  height: 35px;
  color: #ffffff;
  text-decoration: none;
}
.jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list .item a:hover {
  background-color: #2B59AD;
}
.jchoHP_hd .jchoHP_hd--pamphlet .jchoHP_hd--pamphlet--list .item a:focus-visible {
  background-color: #2B59AD;
  outline: auto;
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #jchoHP_hd--font_search {
    position: relative;
    top: 25px;
    right: 10px;
    width: 288px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #jchoHP_hd--font_search {
    width: 250px;
  }
}
.jchoHP_hd #jchoHP_hd--fontsize {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--fontsize {
    display: none;
  }
}
.jchoHP_hd #jchoHP_hd--fontsize .fontsize-ttl {
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #jchoHP_hd--fontsize .fontsize-ttl {
    font-size: 1.6rem;
  }
}
.jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list {
  display: flex;
  height: 35px;
}
.jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list .item {
  box-sizing: border-box;
  height: 35px;
  background-color: #888888;
  border-radius: 3px;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 33px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list .item {
    font-size: 1.6rem;
  }
}
.jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list .item#fsNormal {
  width: 75px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list .item#fsNormal {
    width: 60px;
  }
}
.jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list .item#fsLarge {
  width: 75px;
  margin-left: 9px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list .item#fsLarge {
    width: 60px;
  }
}
.jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list .item.active {
  background-color: #248CCC;
  color: #ffffff;
  cursor: auto;
}
.jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list .item.active:hover {
  background-color: #248CCC;
}
.jchoHP_hd #jchoHP_hd--fontsize #jchoHP_hd--fontsize--list .item:hover {
  background-color: #2B59AD;
}
@media screen and (min-width: 769px) {
  .jchoHP_hd .jchoHP_hd--search#jchoHP_hd--search {
    width: 288px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd .jchoHP_hd--search#jchoHP_hd--search {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--search#jchoHP_hd--search {
    position: absolute;
    display: none;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 3vw 4vw;
    border-top: 1px solid #F3F6FA;
    background-color: #ffffff;
    z-index: 10;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--search#jchoHP_hd--search {
    top: clamp(60px, 16vw, 112px);
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--search#jchoHP_hd--search.active {
    display: block;
  }
}
.jchoHP_hd .jchoHP_hd--search #searchform {
  position: relative;
}
.jchoHP_hd .jchoHP_hd--search #searchform input.searchtext {
  box-sizing: border-box;
  width: 288px;
  height: 45px;
  padding: 0 30px 0 10px;
  border: none;
  border: 1px solid #cccccc;
  box-shadow: inset -1.4px 1.4px 3px rgba(189, 188, 188, 0.45);
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--search #searchform input.searchtext {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd .jchoHP_hd--search #searchform input.searchtext {
    width: 250px;
  }
}
.jchoHP_hd .jchoHP_hd--search #searchform input.searchtext:placeholder {
  color: #838383;
}
.jchoHP_hd .jchoHP_hd--search #searchform #searchsubmit {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-style: none;
  background: transparent url(../img/common/hd_icon--search.png) no-repeat center center;
  background-size: 26px;
  line-height: 200px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd .jchoHP_hd--search #searchform #searchsubmit {
    background-size: 18px;
  }
}
.jchoHP_hd .jchoHP_hd--search #searchform #searchsubmit:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #jchoHP_hd--tel__access {
    position: relative;
    top: 25px;
    right: 10px;
    width: 270px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--tel__access {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    top: 16px;
    right: 18vw;
    width: calc(64px + 2vw);
    height: 28px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--tel__access {
    top: 50%;
    right: 18vw;
    width: 18vw;
    height: 6vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #jchoHP_hd--tel__access {
    width: 250px;
  }
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #jchoHP_hd--tel {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--tel {
    order: 2;
  }
}
.jchoHP_hd #jchoHP_hd--tel a {
  display: block;
  background-image: url(../img/common/hd_icon--tel.png);
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #jchoHP_hd--tel a {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--tel a {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--tel a {
    width: 6vw;
    height: 6vw;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #jchoHP_hd--tel a {
    font-size: 1.8rem;
  }
}
.jchoHP_hd #jchoHP_hd--tel a .icon {
  margin-right: 6px;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--tel a .icon {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #jchoHP_hd--tel a .icon {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--tel a .sub {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--access {
    order: 1;
  }
}
.jchoHP_hd #jchoHP_hd--access a {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #jchoHP_hd--access a {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    background-color: #248CCC;
    font-size: 1.8rem;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    transition: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--access a {
    width: 28px;
    height: 28px;
    background: url(../img/common/hd_icon--access02.png) no-repeat center center;
    background-size: auto 28px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--access a {
    width: 6vw;
    height: 6vw;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #jchoHP_hd--access a:hover {
    background-color: #2B59AD;
  }
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #jchoHP_hd--access a .icon {
    display: inline-block;
    padding-left: 40px;
    background: url(../img/common/hd_icon--access.png) no-repeat left center;
    background-size: auto 25px;
  }
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #jchoHP_hd--access a .icon {
    display: none;
  }
}
.jchoHP_hd #globalnavi-pc {
  background-color: #248CCC;
}
@media screen and (max-width: 768px) {
  .jchoHP_hd #globalnavi-pc {
    display: none;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 {
  box-sizing: border-box;
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 {
    font-size: 1.7rem;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1:last-child .gn_lv1:before {
  display: none;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1 {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 80px;
  padding: 0 50px;
  white-space: nowrap;
  color: #ffffff;
  line-height: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1 {
    padding: 0 3.9vw;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1 .label {
  position: relative;
  display: inline-block;
  z-index: 50;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1:before {
  position: absolute;
  display: block;
  top: calc(50% - 14px);
  left: 0;
  width: calc(100% + 1px);
  height: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  transform: skewX(-30deg);
  content: "";
  z-index: 17;
  transition: 0.6s;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: transparent;
  transform: skewX(-30deg);
  content: "";
  z-index: 25;
  transition: 0.6s;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1.open:before {
  border-right: none;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1.open:after {
  background-color: #2B59AD;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1.hasChild.open .gn_megamenu {
  visibility: visible;
  height: auto;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu {
  visibility: hidden;
  position: absolute;
  top: 226px;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 2rem;
  background-color: #FAF8F8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .active {
  display: block;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu.open {
  visibility: visible;
  height: auto;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 0;
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner {
    padding: 30px 0;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner:before, .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner:after {
  position: absolute;
  top: 20px;
  width: 1px;
  height: calc(100% - 40px);
  content: "";
  border-right: 1px solid #D8D8D8;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner:before {
  left: 33%;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner:after {
  right: 33%;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box {
  box-sizing: border-box;
  padding: 0 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box {
    padding: 0 20px 0 0;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box.medical {
  -moz-column-break-inside: auto;
       break-inside: auto;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box:has(> .gn_mega--list) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box:has(> .gn_mega--list) {
    display: block;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box:last-child {
  border-right: none;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title {
  width: 100%;
  margin-bottom: 1.6em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #1D4A9E;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title {
    margin-bottom: 1em;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title:has(+ .gn_mega--list) {
  width: 30%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title:has(+ .gn_mega--list) {
    width: auto;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title:has(+ .gn_mega--title) {
  margin-bottom: 2.4em;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title a {
  position: relative;
  display: inline-block;
  color: #1D4A9E;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title a:hover {
  text-decoration: underline;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title a:after {
  position: relative;
  display: inline-block;
  content: "";
  top: 4px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 0.5em;
  background: url(../img/common/icon--linkarrow01.png) no-repeat right top;
  background-size: 19.5px;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title + .gn_mega--list {
  width: 70%;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title + .gn_mega--list {
    width: auto;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #1D4A9E;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 {
    padding-left: 0.5em;
  }
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a {
  color: #1D4A9E;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[target=_blank]:after, .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0.33em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[target=_blank].noicon:after, .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[href$=".pdf"].noicon:after {
  display: none;
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank.png);
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf.png);
}
.jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a:hover {
  text-decoration: underline;
}
.jchoHP_hd #globalnavi-pc.js_hide_gn_megamenu .globalnavi--list .lv1.hasChild:hover .gn_megamenu {
  visibility: hidden;
  height: 0;
}
.jchoHP_hd #globalnavi-sp {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 18vw);
  min-height: calc(100vh - 18vw);
  overflow: scroll;
}
@media screen and (min-width: 769px) {
  .jchoHP_hd #globalnavi-sp {
    display: none;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #globalnavi-sp {
    top: clamp(60px, 16vw, 112px);
  }
}
.jchoHP_hd #globalnavi-sp.active {
  display: block;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list {
  margin-top: calc(45px + 6vw);
  background-color: #ffffff;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 {
  box-sizing: border-box;
  border-top: 1px solid #F3F6FA;
  font-size: 1.6rem;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1:last-child .gn_lv1:before {
  display: none;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_lv1 {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_lv1 .label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 5vw 8vw;
  color: #2B59AD;
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_lv1 .label {
    padding: 3vw 4vw;
  }
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1.hasChild .gn_lv1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1.hasChild .gn_lv1 > .mark {
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 1em;
  padding: 5vw 8vw;
  background: transparent url(../img/common/hd_sp--plus.png) no-repeat center center;
  background-size: 12px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #globalnavi-sp .globalnavi--list .lv1.hasChild .gn_lv1 > .mark {
    padding: 2vw 4vw;
  }
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1.hasChild .gn_lv1 > .mark:focus-visible {
  outline: auto;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1.hasChild .gn_lv1.open > .mark {
  background-image: url(../img/common/hd_sp--minus.png);
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu {
  display: none;
  background-color: #ffffff;
  font-size: 1.6rem;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .active {
  display: block;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box {
  border-top: 1px solid #F3F6FA;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box.hasChild .gn_mega--title > .mark {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  padding: 4vw 8vw;
  content: "";
  background: transparent url(../img/common/hd_sp--plus.png) no-repeat center center;
  background-size: 12px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box.hasChild .gn_mega--title > .mark {
    padding: 2vw 4vw;
  }
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box.hasChild .gn_mega--title > .mark:focus-visible {
  outline: auto;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .lv2--box.hasChild .gn_mega--title.open > .mark {
  background-image: url(../img/common/hd_sp--minus.png);
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title {
  position: relative;
  width: 100%;
  padding: 4vw 4em 4vw 12vw;
  line-height: 1.4;
  color: #2B59AD;
  font-weight: 400;
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title {
    padding: 2vw 4em 2vw 8vw;
  }
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title a {
  position: relative;
  display: block;
  color: #1D4A9E;
  cursor: default;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title + .gn_mega--list {
  display: none;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--title.open + .gn_mega--list {
  display: block;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list {
  padding: 6vw 4vw 6vw 16vw;
  background-color: #F3F6FA;
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list {
    padding: 2vw 4vw 2vw 10vw;
  }
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 {
  padding: 3vw 0;
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 {
    padding: 2vw 0;
  }
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a {
  color: #333333;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[target=_blank]:after, .jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0.33em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[target=_blank].noicon:after, .jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[href$=".pdf"].noicon:after {
  display: none;
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank.png);
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .lv3 a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf.png);
}
.jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .link--ttl-sub {
  margin: 8vw 0 4vw;
  font-weight: bold;
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .jchoHP_hd #globalnavi-sp .globalnavi--list .lv1 .gn_megamenu .inner .gn_mega--list .link--ttl-sub {
    margin: 4vw 0 2vw;
  }
}

body.scrolldown .jchoHP_hd {
  /* ===== #globalnavi for PC =============== */
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd--inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  body.scrolldown .jchoHP_hd--inner {
    height: 72px;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--title {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 350px;
    height: 62px;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--pamphlet--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--font_search {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    margin-left: 0;
    padding: 13.5px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access {
    top: 72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access {
    width: 92px;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access #jchoHP_hd--tel {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access #jchoHP_hd--access a {
    height: 45px;
    background-color: #ffffff;
    line-height: 45px;
    color: #248CCC;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access #jchoHP_hd--access a {
    width: 45px;
    font-size: 0;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access #jchoHP_hd--access a:hover {
    background-color: #2B59AD;
    color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access #jchoHP_hd--access a:hover .icon {
    background-image: url(../img/common/hd_icon--access.png);
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access #jchoHP_hd--access a .icon {
    background: url(../img/top/top_icon--address.png) no-repeat left center;
    background-size: auto 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body.scrolldown .jchoHP_hd #jchoHP_hd--tel__access #jchoHP_hd--access a .icon {
    display: block;
    padding-left: 0;
    font-size: 0;
    background-position: center center;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc {
    width: 825px;
    height: 72px;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc {
    width: 665px;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc .globalnavi--list {
    justify-content: flex-end;
    padding-right: 190px;
    margin-right: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc .globalnavi--list {
    padding-right: 0;
    margin-right: 90px;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1 {
    height: 72px;
    padding: 0 20px;
    line-height: 72px;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1:after {
    height: 72px;
    background-color: #248CCC;
    z-index: 12;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1:hover:after, body.scrolldown .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_lv1.open:after {
    background-color: #2B59AD;
    z-index: 25;
  }
}
@media screen and (min-width: 769px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu {
    top: 72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  body.scrolldown .jchoHP_hd #globalnavi-pc .globalnavi--list .lv1 .gn_megamenu {
    top: 144px;
  }
}

#mmBG {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 10;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.16);
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  #mmBG {
    position: absolute;
    min-width: 1280px;
  }
}
#mmBG.open {
  display: block;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ============================== */
/* footer.scss                   */
/* ============================== */
#btn_pagetop {
  position: fixed;
  transition: 0.6s;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #btn_pagetop {
    bottom: -120px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #btn_pagetop {
    bottom: -50px;
    right: 2vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  #btn_pagetop {
    bottom: -12vw;
  }
}
#btn_pagetop .inner {
  border-radius: 50%;
  background: #248CCC url(../img/common/ft_btn--pagetop.png) no-repeat center center;
  transition: 0.6s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #btn_pagetop .inner {
    width: 90px;
    height: 90px;
    background-size: 36px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  #btn_pagetop .inner {
    width: 50px;
    height: 50px;
    background-size: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  #btn_pagetop .inner {
    width: 12vw;
    height: 12vw;
    background-size: 5vw;
  }
}
@media screen and (min-width: 769px) {
  #btn_pagetop:hover .inner {
    background-position: center top 20px;
  }
}
@media screen and (max-width: 768px) {
  #btn_pagetop:hover .inner {
    background-position: center center;
  }
}

@media screen and (min-width: 769px) {
  body.scrolldown #btn_pagetop {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.scrolldown #btn_pagetop {
    bottom: 2vw;
  }
}
body.pagebottom #btn_pagetop {
  position: relative;
  bottom: auto;
  height: 0;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  body.pagebottom #btn_pagetop {
    right: 20px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  body.pagebottom #btn_pagetop {
    right: 2vw;
    width: 50px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body.pagebottom #btn_pagetop {
    width: 12vw;
  }
}
body.pagebottom #btn_pagetop .inner {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  body.pagebottom #btn_pagetop .inner {
    top: -75px;
  }
}
@media screen and (max-width: 768px) {
  body.pagebottom #btn_pagetop .inner {
    top: -25px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body.pagebottom #btn_pagetop .inner {
    top: -10vw;
  }
}

#jchoHP_ft01 {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #jchoHP_ft01 {
    position: relative;
    z-index: 0;
  }
}

#footnavi {
  background-color: #248CCC;
}
@media screen and (min-width: 769px) {
  #footnavi {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #footnavi {
    padding: 7.5vw 0 2.5vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  #footnavi {
    padding: 2.5vw 0;
  }
}
@media screen and (min-width: 769px) {
  #footnavi .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1500px;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #footnavi .inner {
    display: block;
    max-width: auto;
    min-width: 769px;
  }
}
@media screen and (max-width: 768px) {
  #footnavi .footnavi--list {
    margin: 0 4vw 4vw;
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #footnavi .footnavi--list {
    margin-bottom: 2em;
    text-align: center;
    line-height: 1.8;
  }
}
#footnavi .footnavi--list li {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #footnavi .footnavi--list li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #footnavi .footnavi--list li {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  #footnavi .footnavi--list li {
    font-size: 1.3rem;
  }
}
#footnavi .footnavi--list li:before {
  display: inline-block;
  content: "/";
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  #footnavi .footnavi--list li:before {
    margin: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  #footnavi .footnavi--list li:before {
    margin: 0 0.5em;
  }
}
#footnavi .footnavi--list li:nth-child(1):before {
  display: none;
}
#footnavi .footnavi--list li a {
  color: #ffffff;
}
#footnavi .footnavi--list li a:hover {
  text-decoration: underline;
}
#footnavi .footnavi--copyright {
  box-sizing: border-box;
  color: #ABBCDB;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #footnavi .footnavi--copyright {
    font-size: 1.5rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #footnavi .footnavi--copyright {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  #footnavi .footnavi--copyright {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #footnavi .footnavi--copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #footnavi .footnavi--copyright span:nth-child(1) {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #footnavi .footnavi--copyright span:nth-child(2) {
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #footnavi .footnavi--copyright span:nth-child(2) {
    display: block;
  }
}

/* ============================== */
/* list-item.scss                   */
/* ============================== */
/* ===== .list-item =============== */
/* ============================== */
/* top.scss                   */
/* ============================== */
#top_hero {
  position: relative;
}
@media screen and (min-width: 769px) {
  #top_hero {
    width: 100%;
    max-width: 1500px;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #top_hero {
    min-width: 100%;
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  #top_hero .top_hero--area {
    width: 100%;
    max-width: 1500px;
  }
}
@media screen and (max-width: 768px) {
  #top_hero .top_hero--area {
    width: auto;
  }
}
#top_hero .top_hero--slider {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  #top_hero .top_hero--slider li {
    overflow: hidden;
  }
}
#top_hero .top_hero--slider li img {
  width: 100%;
}
#top_hero .top_hero--slider li a:focus-visible {
  outline: auto;
}
@media screen and (min-width: 769px) {
  #top_hero .top_hero--dots {
    position: relative;
    bottom: 45px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #top_hero .top_hero--dots {
    bottom: clamp(-3.5vw, -60px, -5vw);
  }
}
@media screen and (max-width: 768px) {
  #top_hero .top_hero--dots {
    position: absolute;
    bottom: 9px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #top_hero .top_hero--dots .slick-dots {
    position: relative;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #top_hero .top_hero--dots .slick-dots {
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #top_hero .top_hero--dots .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 7.5px;
  }
}
@media screen and (max-width: 768px) {
  #top_hero .top_hero--dots .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
#top_hero .top_hero--dots .slick-dots li:first-child:last-child {
  display: none;
}
@media screen and (min-width: 769px) {
  #top_hero .top_hero--dots .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top_hero .top_hero--dots .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
#top_hero .top_hero--dots .slick-dots li button:before {
  content: "";
  border-radius: 50%;
  opacity: 1;
  background-color: #D0CCCC;
  border: 2px solid #fff;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  #top_hero .top_hero--dots .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top_hero .top_hero--dots .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}
#top_hero .top_hero--dots .slick-dots li.slick-active button:before {
  background-color: #2B59AD;
}

.slick-slide:focus, .slick-slide:hover, .slick-slide a:focus, .slick-slide a:hover {
  outline-color: #2B59AD !important;
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: -2px !important;
}

.slick-dots li button {
  padding: 10px !important;
}

.slick-dots li button:before {
  width: 14px !important;
  height: 14px !important;
  box-sizing: border-box !important;
  top: 3px !important;
  left: 3px !important;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  background: #248CCC;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  #top_notice {
    margin: 60px 0 0;
  }
}
#top_notice .inner {
  background-color: #FFE4E4;
}
@media screen and (min-width: 769px) {
  #top_notice .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    max-width: 1280px;
    min-width: 1280px;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #top_notice .inner {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_notice .inner {
    padding: 4vw 4vw 6vw;
  }
}
#top_notice .inner .top_notice--ttl {
  color: #FF1F54;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #top_notice .inner .top_notice--ttl {
    width: 300px;
    height: 42px;
    line-height: 42px;
    font-size: 2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_notice .inner .top_notice--ttl {
    width: 30vw;
    height: 36px;
    line-height: 36px;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  #top_notice .inner .top_notice--ttl {
    height: 30px;
    margin-bottom: 4vw;
    text-align: center;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
#top_notice .inner .top_notice--ttl .icon {
  display: inline-block;
  background: url(../img/common/icon--attention.png) no-repeat left center;
}
@media screen and (min-width: 769px) {
  #top_notice .inner .top_notice--ttl .icon {
    height: 42px;
    padding-left: 64px;
    background-size: 42px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_notice .inner .top_notice--ttl .icon {
    height: 36px;
    padding-left: 54px;
    background-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #top_notice .inner .top_notice--ttl .icon {
    height: 30px;
    padding-left: 40px;
    background-size: 30px;
  }
}
@media screen and (min-width: 769px) {
  #top_notice .inner .top_notice--list {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_notice .inner .top_notice--list {
    width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  #top_notice .inner .top_notice--list {
    margin-top: 1rem;
  }
}
#top_notice .inner .top_notice--list .item {
  color: #FF1F54;
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #top_notice .inner .top_notice--list .item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_notice .inner .top_notice--list .item {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  #top_notice .inner .top_notice--list .item {
    font-size: 1.6em;
  }
}
#top_notice .inner .top_notice--list .item:first-child {
  margin-top: 0;
}
#top_notice .inner .top_notice--list .item .date {
  font-family: century-gothic, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #top_notice .inner .top_notice--list .item .date {
    display: inline-block;
    margin-right: 2em;
  }
}
@media screen and (min-width: 769px) {
  #top_notice .inner .top_notice--list .item .title {
    display: inline-block;
  }
}
#top_notice .inner .top_notice--list .item .title a {
  color: #FF1F54;
}
@media screen and (min-width: 769px) {
  #top_notice .inner .top_notice--list .item .title a:hover {
    text-decoration: underline;
  }
}
#top_notice .inner .top_notice--list .item .title a[target=_blank]:after, #top_notice .inner .top_notice--list .item .title a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0.25em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#top_notice .inner .top_notice--list .item .title a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank.png);
}
#top_notice .inner .top_notice--list .item .title a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf.png);
}
#top_notice .inner .btn_link {
  width: 160px;
}
#top_notice .inner .btn_link a {
  box-sizing: border-box;
  width: 160px;
  background-color: #404141;
}

.top_section .inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top_section .inner {
    width: 1280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_section .inner {
    width: auto;
    margin: 0 4vw;
  }
}
.top_section--ttl {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .top_section--ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top_section--ttl {
    font-size: 2.2rem;
  }
}
.top_section#top_shortcut {
  background-color: #F3F6FA;
}
@media screen and (min-width: 769px) {
  .top_section#top_shortcut .inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_shortcut .inner {
    padding: 8vw 8vw 4vw;
  }
}
.top_section#top_shortcut .top_shortcut--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top_section#top_shortcut .top_shortcut--list {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_shortcut .top_shortcut--list .item {
    width: calc((100% - 160px) / 5);
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_shortcut .top_shortcut--list .item {
    width: 50%;
    margin: 0 auto 6vw;
  }
}
.top_section#top_shortcut .top_shortcut--list .item a {
  position: relative;
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
  text-align: center;
}
.top_section#top_shortcut .top_shortcut--list .item a:hover .item--icon {
  border-color: rgba(43, 89, 173, 0.46);
}
.top_section#top_shortcut .top_shortcut--list .item a .item--icon {
  display: block;
  box-sizing: border-box;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .top_section#top_shortcut .top_shortcut--list .item a .item--icon {
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_shortcut .top_shortcut--list .item a .item--icon {
    position: relative;
    width: 28vw;
    height: 28vw;
    margin: 0 auto 2.5vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_shortcut .top_shortcut--list .item a .item--icon {
    width: 18vw;
    height: 18vw;
    margin-bottom: 2vw;
  }
}
.top_section#top_shortcut .top_shortcut--list .item a .item--icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_section#top_shortcut .top_shortcut--list .item a .item--icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32vw;
    height: 32vw;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_shortcut .top_shortcut--list .item a .item--icon img {
    width: 18vw;
    height: 18vw;
  }
}
.top_section#top_shortcut .top_shortcut--list .item a .item--name {
  display: block;
  font-size: 1.6em;
  line-height: 1.2;
  color: #333333;
  font-weight: 400;
}
.top_section#top_topics {
  background-color: #F3F6FA;
}
@media screen and (min-width: 769px) {
  .top_section#top_topics {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_topics {
    padding: 10vw 0 6vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_topics {
    padding: 8vw 0 5vw;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_topics .top_topics--container {
    display: flex;
    flex-wrap: wrap;
    width: 1280px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_topics .top_topics--container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_topics .top_topics--container {
    margin: 6vw 0 0;
  }
}
.top_section#top_topics .top_topics--container .item {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top_section#top_topics .top_topics--container .item {
    position: relative;
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_topics .top_topics--container .item {
    width: 50%;
    height: auto;
  }
}
.top_section#top_topics .top_topics--container .item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .top_section#top_topics .top_topics--container .item a:hover .item--name, .top_section#top_topics .top_topics--container .item a:focus-visible .item--name {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_topics .top_topics--container .item a:active, .top_section#top_topics .top_topics--container .item a:focus-visible {
    outline-color: currentcolor;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_topics .top_topics--container .item--img {
    width: 640px;
    height: 480px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_topics .top_topics--container .item--img {
    width: 100%;
    height: auto;
  }
}
.top_section#top_topics .top_topics--container .item--name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .top_section#top_topics .top_topics--container .item--name {
    opacity: 1;
    top: auto;
    bottom: 0;
    height: auto;
    min-height: 0;
  }
}
.top_section#top_topics .top_topics--container .item--name .name-text {
  position: absolute;
  box-sizing: border-box;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 1em;
  transform: translateY(-50%);
  display: inline-block;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top_section#top_topics .top_topics--container .item--name .name-text {
    font-size: 2.6em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_topics .top_topics--container .item--name .name-text {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_topics .top_topics--container .item--name .name-text {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    padding: 0.5em 1em;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_facilities {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_facilities {
    padding: 10vw 0 6vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_facilities {
    padding: 8vw 0 6vw;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_facilities .top_facilities--slider {
    max-width: 1500px;
    min-width: 1280px;
    margin: 40px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_facilities .top_facilities--slider {
    max-width: 100%;
    min-width: 769px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_facilities .top_facilities--slider {
    margin: 6vw 4vw 0;
  }
}
.top_section#top_facilities .top_facilities--slider .slick-track {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_section#top_facilities .top_facilities--slider .slick-track {
    margin-bottom: 4vw;
  }
}
.top_section#top_facilities .top_facilities--slider .item {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .top_section#top_facilities .top_facilities--slider .item {
    width: clamp(226px, (100vw - 120px) / 4, 340px);
    margin: 0 20px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_section#top_facilities .top_facilities--slider .item {
    width: calc((100vw - 60px) / 4);
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_facilities .top_facilities--slider .item {
    width: 92vw;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
  }
}
.top_section#top_facilities .top_facilities--slider .item a {
  display: block;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .top_section#top_facilities .top_facilities--slider .item a:hover {
    opacity: 0.6;
  }
}
.top_section#top_facilities .top_facilities--slider .item .item--img {
  display: block;
}
.top_section#top_facilities .top_facilities--slider .item .item--img img {
  width: 100%;
}
.top_section#top_facilities .top_facilities--slider .item .item--name {
  display: block;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top_section#top_facilities .top_facilities--slider .item .item--name {
    padding: 12px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_facilities .top_facilities--slider .item .item--name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_facilities .top_facilities--slider .item .item--name {
    padding: 4vw 0;
    text-align: center;
    font-size: 1.8rem;
  }
}
.top_section#top_facilities .top_facilities--dots {
  position: relative;
  bottom: 0;
}
.top_section#top_facilities .top_facilities--dots .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top_section#top_facilities .top_facilities--dots .slick-dots {
    margin-top: 0;
  }
}
.top_section#top_facilities .top_facilities--dots .slick-dots li {
  width: 10px;
  height: 10px;
}
.top_section#top_facilities .top_facilities--dots .slick-dots li:first-child:last-child {
  display: none;
}
.top_section#top_facilities .top_facilities--dots .slick-dots li button {
  width: 10px;
  height: 10px;
}
.top_section#top_facilities .top_facilities--dots .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background-color: #D0CCCC;
  transition: 0.6s;
}
.top_section#top_facilities .top_facilities--dots .slick-dots li.slick-active button:before {
  background-color: #2B59AD;
}
.top_section#top_about {
  width: auto;
}
@media screen and (min-width: 769px) {
  .top_section#top_about {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1500px;
    min-width: 1280px;
    margin: 0 auto 100px;
    padding: 40px 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about {
    margin: 0 auto;
    padding: 10vw 0;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_about {
    padding: 10vw 0 16vw;
  }
}
.top_section#top_about .top_about--info {
  box-sizing: border-box;
  background-color: #F3F6FA;
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--info {
    width: 41%;
    padding: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--info {
    width: calc(50% - 20px);
    padding: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .top_section#top_about .top_about--info {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--info {
    padding: 4vw 4vw 6vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_about .top_about--info {
    padding-bottom: 4vw;
  }
}
.top_section#top_about .top_about--info hr {
  border-top: 1px solid #CED4DB;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--info hr {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--info hr {
    margin: 4vw 0;
  }
}
.top_section#top_about .top_about--certification {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--certification {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--certification {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--certification {
    text-align: left;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_about .top_about--certification {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--dl .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--dl .row {
    margin-bottom: 4vw;
  }
  .top_section#top_about .top_about--dl .row:last-child {
    margin-bottom: 0;
  }
}
.top_section#top_about .top_about--dl .row:last-child {
  margin-bottom: 0;
}
.top_section#top_about .top_about--dl dt {
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--dl dt {
    width: 7.2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--dl dt {
    font-size: 1.5rem;
  }
}
.top_section#top_about .top_about--dl dt.address {
  background: url(../img/top/top_icon--address.png) no-repeat left center;
  height: 24px;
  padding-left: 24px;
  background-size: 18px 24px;
  line-height: 24px;
}
.top_section#top_about .top_about--dl dd {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--dl dd {
    width: calc(100% - 8.7em);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--dl dd {
    margin: 4vw 4vw 0;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_about .top_about--dl dd {
    margin: 2vw 2vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--dl dd.address {
    text-align: center;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_about .top_about--dl dd.address {
    text-align: left;
  }
}
.top_section#top_about .top_about--dl dd.tel {
  width: 100%;
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--dl dd.tel {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--dl dd.tel {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--dl dd.tel {
    margin-left: 0;
    font-size: 1.8rem;
  }
}
.top_section#top_about .top_about--dl dd.tel .num {
  display: inline-block;
  background: url(../img/top/top_icon--tel.png) no-repeat left center;
  background-size: 52px;
  line-height: 52px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--dl dd.tel .num {
    margin-left: 12%;
    padding-left: 84px;
    font-size: 3rem;
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--dl dd.tel .num {
    font-size: 2.4rem;
    padding-left: 64px;
    line-height: 44px;
    background-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--dl dd.tel .num {
    padding-left: 64px;
    font-size: 2.1rem;
  }
}
.top_section#top_about .top_about--dl dd .top_about--social {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.top_section#top_about .top_about--dl dd .top_about--social li {
  width: 40px;
  margin: 0 10px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--dl dd .top_about--social li {
    width: 30px;
  }
}
.top_section#top_about .top_about--dl dd .top_about--social li.youtube {
  width: 57px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--dl dd .top_about--social li.youtube {
    width: 42.75px;
  }
}
.top_section#top_about .top_about--dl dd .top_about--social li a {
  display: block;
  transition: 0.6s;
}
.top_section#top_about .top_about--dl dd .top_about--social li a:hover {
  opacity: 0.6;
}
.top_section#top_about .top_about--notice {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--notice {
    font-size: 1.4rem;
  }
}
.top_section#top_about .top_about--notice li {
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 52px;
  background-size: 52px;
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--notice li {
    margin-left: 12%;
    margin-bottom: 20px;
    padding-left: 84px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--notice li {
    background-size: 44px;
    min-height: 44px;
    padding-left: 64px;
    margin-left: 8%;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--notice li {
    margin-bottom: 4vw;
    padding-left: 64px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_about .top_about--notice li {
    padding-left: 72px;
    min-height: 52px;
  }
}
.top_section#top_about .top_about--notice li.no-smoking {
  background-image: url(../img/top/top_icon--no-smoking.png);
}
.top_section#top_about .top_about--notice li.privacy-protection {
  background-image: url(../img/top/top_icon--privacy-protection.png);
}
.top_section#top_about .top_about--notice li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--map {
    width: calc(59% - 30px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_about .top_about--map {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_about .top_about--map iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_about .top_about--map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.64;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_news .inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_news .inner {
    margin: 0;
    padding: 12vw 0;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_news .inner {
    padding: 8vw 0;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs {
    margin: 4vw 0 6vw;
  }
}
.top_section#top_news .top_news--tabs .tabs--buttonst {
  display: flex;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst li {
    width: calc((100% - 10px) / 6);
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst li {
    width: calc((100% - 2px) / 3);
    margin: 0 0 1px 0;
  }
}
.top_section#top_news .top_news--tabs .tabs--buttonst .tab_item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background-color: #C9C9C9;
  color: #ffffff;
  text-align: center;
  line-height: 1.175;
  cursor: pointer;
  transition: 0.6s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item {
    font-size: 3.4vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item {
    font-size: 2vw;
  }
}
.top_section#top_news .top_news--tabs .tabs--buttonst .tab_item::before {
  position: absolute;
  display: block;
  content: "";
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: transparent;
  transform: rotate(-45deg);
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item::before {
    bottom: 3px;
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item::before {
    display: none;
  }
}
.top_section#top_news .top_news--tabs .tabs--buttonst .tab_item span {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item span {
    padding: 1.1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item span {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item:focus-visible {
    outline: auto;
  }
}
.top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#all:hover, .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#all:focus-visible {
  background-color: #248CCC;
}
.top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#patient:hover, .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#patient:focus-visible {
  background-color: #14BCCA;
}
.top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#information:hover, .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#information:focus-visible {
  background-color: #00AD78;
}
.top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#medical:hover, .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#medical:focus-visible {
  background-color: #A7CA14;
}
.top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#event:hover, .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#event:focus-visible {
  background-color: #EBD000;
}
.top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#procurement:hover, .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item#procurement:focus-visible {
  background-color: #FFB100;
}
.top_section#top_news .top_news--tabs.all .tab_item#all {
  background-color: #248CCC;
}
.top_section#top_news .top_news--tabs.all .tab_item#all::before {
  background-color: #248CCC;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs.all .tab_item#all::before {
    bottom: -6px;
  }
}
.top_section#top_news .top_news--tabs.patient .tab_item#patient {
  background-color: #14BCCA;
}
.top_section#top_news .top_news--tabs.patient .tab_item#patient::before {
  background-color: #14BCCA;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs.patient .tab_item#patient::before {
    bottom: -6px;
  }
}
.top_section#top_news .top_news--tabs.information .tab_item#information {
  background-color: #00AD78;
}
.top_section#top_news .top_news--tabs.information .tab_item#information::before {
  background-color: #00AD78;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs.information .tab_item#information::before {
    bottom: -6px;
  }
}
.top_section#top_news .top_news--tabs.medical .tab_item#medical {
  background-color: #A7CA14;
}
.top_section#top_news .top_news--tabs.medical .tab_item#medical::before {
  background-color: #A7CA14;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs.medical .tab_item#medical::before {
    bottom: -6px;
  }
}
.top_section#top_news .top_news--tabs.event .tab_item#event {
  background-color: #EBD000;
}
.top_section#top_news .top_news--tabs.event .tab_item#event::before {
  background-color: #EBD000;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs.event .tab_item#event::before {
    bottom: -6px;
  }
}
.top_section#top_news .top_news--tabs.procurement .tab_item#procurement {
  background-color: #FFB100;
}
.top_section#top_news .top_news--tabs.procurement .tab_item#procurement::before {
  background-color: #FFB100;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs.procurement .tab_item#procurement::before {
    bottom: -6px;
  }
}
.top_section#top_news .top_news--tabs .top_news--list {
  display: none;
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .top_news--list {
    margin: 0 4vw;
  }
}
.top_section#top_news .top_news--tabs .top_news--list .item {
  display: flex;
  justify-content: flex-start;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .top_section#top_news .top_news--tabs .top_news--list .item {
    flex-wrap: nowrap;
    padding: 20px 0;
    border-top: 1px dotted #C7C7C7;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .top_section#top_news .top_news--tabs .top_news--list .item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .top_news--list .item {
    flex-wrap: wrap;
    padding: 1.4rem 0;
    border-bottom: 1px dotted #C7C7C7;
    font-size: 1.5em;
  }
}
.top_section#top_news .top_news--tabs .top_news--list .item:nth-child(1) {
  border-top: none;
}
.top_section#top_news .top_news--tabs .top_news--list .item .date {
  position: relative;
  width: 8.6em;
}
.top_section#top_news .top_news--tabs .top_news--list .item .category {
  width: 7em;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .top_news--list .item .category {
    width: 5.5em;
  }
}
.top_section#top_news .top_news--tabs .top_news--list .item .category span {
  display: block;
  margin-top: 0.1em;
  padding: 0.2rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .top_news--list .item .category span {
    padding: 0.1rem 0;
  }
}
.top_section#top_news .top_news--tabs .top_news--list .item .category span.notice {
  background-color: #DB0000;
}
.top_section#top_news .top_news--tabs .top_news--list .item .category span.all {
  background-color: #248CCC;
}
.top_section#top_news .top_news--tabs .top_news--list .item .category span.patient {
  background-color: #14BCCA;
}
.top_section#top_news .top_news--tabs .top_news--list .item .category span.information {
  background-color: #00AD78;
}
.top_section#top_news .top_news--tabs .top_news--list .item .category span.medical {
  background-color: #A7CA14;
}
.top_section#top_news .top_news--tabs .top_news--list .item .category span.event {
  background-color: #EBD000;
}
.top_section#top_news .top_news--tabs .top_news--list .item .category span.procurement {
  background-color: #FFB100;
}
.top_section#top_news .top_news--tabs .top_news--list .item .title {
  width: calc(100% - 16em);
}
@media screen and (max-width: 768px) {
  .top_section#top_news .top_news--tabs .top_news--list .item .title {
    display: block;
    width: 100%;
    margin-top: 0.8rem;
  }
}
.top_section#top_news .top_news--tabs .top_news--list .item .title a {
  color: #333333;
}
.top_section#top_news .top_news--tabs .top_news--list .item .title a:hover {
  text-decoration: underline;
}
.top_section#top_news .top_news--tabs .top_news--list .item .title a[target=_blank]:after, .top_section#top_news .top_news--tabs .top_news--list .item .title a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0.25em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_section#top_news .top_news--tabs .top_news--list .item .title a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank.png);
}
.top_section#top_news .top_news--tabs .top_news--list .item .title a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf.png);
}
.top_section#top_news .top_news--tabs.all .top_news--list.all, .top_section#top_news .top_news--tabs.patient .top_news--list.patient, .top_section#top_news .top_news--tabs.information .top_news--list.information, .top_section#top_news .top_news--tabs.medical .top_news--list.medical, .top_section#top_news .top_news--tabs.event .top_news--list.event, .top_section#top_news .top_news--tabs.procurement .top_news--list.procurement {
  display: block;
}

@media screen and (min-width: 769px) {
  .btn_link--top {
    margin-top: 40px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .btn_link--top {
    margin-top: 10vw;
    text-align: center;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .btn_link--top {
    margin-top: 6vw;
    padding: 0 2vw;
    text-align: right;
  }
}
.btn_link--top a {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #1D4A9E;
  color: #1D4A9E;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .btn_link--top a {
    padding: 0 100px 10px 0;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .btn_link--top a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_link--top a {
    padding: 0 24vw 2vw 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.btn_link--top a:after {
  position: absolute;
  display: block;
  bottom: 4px;
  right: -1px;
  width: 16px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #1D4A9E;
  content: "";
}
@media screen and (min-width: 769px) {
  .btn_link--top a:hover {
    padding-right: 80px;
    padding-left: 20px;
  }
}

/* ============================== */
/* category.scss                    */
/* ============================== */
@media screen and (min-width: 769px) {
  body#category #main_content {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category #main_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  body#category #main_content {
    margin-bottom: 24vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#category #main_content {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  body#category #main_content .category--wrap {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category #main_content .category--wrap {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#category #main_content .category--wrap {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 6vw;
         column-gap: 6vw;
    padding-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  body#category #main_content .category_link {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category #main_content .category_link {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#category #main_content .category_link {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#category #main_content .category_link {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-top: 5vw;
    margin-bottom: 0;
  }
  body#category #main_content .category_link:first-child {
    margin-top: 0;
  }
}
body#category #main_content .category_link--ttl {
  line-height: 1.4;
  font-weight: 500;
  color: #2B59AD;
}
@media screen and (min-width: 769px) {
  body#category #main_content .category_link--ttl {
    padding-bottom: 24px;
    font-size: 2.4em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category #main_content .category_link--ttl {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 768px) {
  body#category #main_content .category_link--ttl {
    margin-bottom: 6vw;
    font-size: 2em;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#category #main_content .category_link--ttl {
    margin-bottom: 2vw;
  }
}
body#category #main_content .category_link--ttl a {
  position: relative;
  color: #2B59AD;
}
body#category #main_content .category_link--ttl a::after {
  display: inline-block;
  width: 19.5px;
  height: 19.5px;
  content: "";
  background: url(../img/common/icon--linkarrow01.png);
  background-size: 19.5px;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  body#category #main_content .category_link--ttl a::after {
    margin-left: 0.7em;
    margin-right: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  body#category #main_content .category_link--ttl a::after {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  body#category #main_content .category_link--ttl a:hover:after {
    margin-left: 1em;
    margin-right: 0;
  }
}
body#category #main_content .category_link--ttl-sub {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #2B59AD;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  body#category #main_content .category_link--ttl-sub {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category #main_content .category_link--ttl-sub {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  body#category #main_content .category_link--ttl-sub {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#category #main_content .category_link--ttl-sub {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 769px) {
  body#category #main_content .category_link--container .link--list {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  body#category #main_content .category_link--container .link--list {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#category #main_content .category_link--container .link--list {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  body#category #main_content .category_link--container .link--item {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  body#category #main_content .category_link--container .link--item {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#category #main_content .category_link--container .link--item {
    margin-bottom: 0;
  }
}
body#category #main_content .category_link--container .link--item a {
  display: block;
  color: #333333;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  body#category #main_content .category_link--container .link--item a {
    padding: 0.2em 1em;
    background-color: #F3F6FA;
    font-size: 1.8em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category #main_content .category_link--container .link--item a {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  body#category #main_content .category_link--container .link--item a {
    padding: 1.5vw 1em;
    font-size: 1.6em;
  }
}
body#category #main_content .category_link--container .link--item a[target=_blank]:after, body#category #main_content .category_link--container .link--item a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0.33em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#category #main_content .category_link--container .link--item a[target=_blank].noicon:after, body#category #main_content .category_link--container .link--item a[href$=".pdf"].noicon:after {
  display: none;
}
body#category #main_content .category_link--container .link--item a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank.png);
}
body#category #main_content .category_link--container .link--item a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf.png);
}
@media screen and (min-width: 769px) {
  body#category #main_content .category_link--container .link--item a:hover {
    color: #2B59AD;
  }
}
@media screen and (min-width: 769px) {
  body#category #main_content #top_news .inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body#category #main_content #top_news .inner {
    padding: 0;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#category #main_content #top_news .inner {
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 769px) {
  body#category.accordion #main_content,
  body#page.accordion #main_content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  body#category.accordion #main_content .category--wrap,
  body#page.accordion #main_content .category--wrap {
    width: 75%;
    -moz-column-count: 2;
         column-count: 2;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  body#category.accordion #main_content .category_link--container .link--item a,
  body#page.accordion #main_content .category_link--container .link--item a {
    background-color: transparent;
  }
  body#category.accordion #main_content .category_link--container .link--item a:hover,
  body#page.accordion #main_content .category_link--container .link--item a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  body#category.accordion #main_content .category_accordion,
  body#page.accordion #main_content .category_accordion {
    width: 20%;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  body#category.accordion #main_content .category_accordion,
  body#page.accordion #main_content .category_accordion {
    display: none;
  }
}
body#category.accordion #main_content .category_accordion--ttl,
body#page.accordion #main_content .category_accordion--ttl {
  box-sizing: border-box;
  padding: 16px;
  background-color: #458BC7;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category.accordion #main_content .category_accordion--ttl,
  body#page.accordion #main_content .category_accordion--ttl {
    font-size: 1.7rem;
  }
}
body#category.accordion #main_content .category_accordion--list .accordion_item--ttl,
body#page.accordion #main_content .category_accordion--list .accordion_item--ttl {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: #2B59AD;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category.accordion #main_content .category_accordion--list .accordion_item--ttl,
  body#page.accordion #main_content .category_accordion--list .accordion_item--ttl {
    font-size: 1.6rem;
  }
}
body#category.accordion #main_content .category_accordion--list .accordion_item--ttl-sub,
body#page.accordion #main_content .category_accordion--list .accordion_item--ttl-sub {
  margin: 0 16px 8px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #2B59AD;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category.accordion #main_content .category_accordion--list .accordion_item--ttl-sub,
  body#page.accordion #main_content .category_accordion--list .accordion_item--ttl-sub {
    font-size: 1.6rem;
  }
}
body#category.accordion #main_content .category_accordion--list .accordion_item--ttl a.ttl,
body#page.accordion #main_content .category_accordion--list .accordion_item--ttl a.ttl {
  display: block;
  width: 100%;
  padding: 17px 16px;
  color: #2B59AD;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category.accordion #main_content .category_accordion--list .accordion_item--ttl a.ttl,
  body#page.accordion #main_content .category_accordion--list .accordion_item--ttl a.ttl {
    padding: 13px 12px;
  }
}
body#category.accordion #main_content .category_accordion--list .accordion_item--ttl a.ttl:hover,
body#page.accordion #main_content .category_accordion--list .accordion_item--ttl a.ttl:hover {
  text-decoration: underline;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--ttl span.ttl,
body#page.accordion #main_content .category_accordion--list .accordion_item--ttl span.ttl {
  display: block;
  width: 100%;
  padding: 17px 16px;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--ttl button.mark,
body#page.accordion #main_content .category_accordion--list .accordion_item--ttl button.mark {
  display: block;
  box-sizing: border-box;
  width: 3.6rem;
  height: 1em;
  padding: 17px 0;
  background: transparent url(../img/common/hd_sp--plus.png) no-repeat center center;
  background-size: 16px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--ttl button.mark.open,
body#page.accordion #main_content .category_accordion--list .accordion_item--ttl button.mark.open {
  background-image: url(../img/common/hd_sp--minus.png);
}
body#category.accordion #main_content .category_accordion--list .accordion_item--ttl button.mark:focus-visible,
body#page.accordion #main_content .category_accordion--list .accordion_item--ttl button.mark:focus-visible {
  outline: auto;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container,
body#page.accordion #main_content .category_accordion--list .accordion_item--container {
  display: none;
  background-color: #F3F6FA;
  overflow: hidden;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container.open,
body#page.accordion #main_content .category_accordion--list .accordion_item--container.open {
  display: block;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list {
  padding: 20px 0 24px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list,
  body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list {
    font-size: 1.4rem;
  }
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item {
  margin-bottom: 12px;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a {
  display: block;
  padding: 6px 20px;
  color: #333333;
  font-weight: 400;
  line-height: 1.4;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a:hover,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a:hover {
  text-decoration: underline;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[target=_blank]:after, body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[href$=".pdf"]:after,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[target=_blank]:after,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0.33em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[target=_blank].noicon:after, body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[href$=".pdf"].noicon:after,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[target=_blank].noicon:after,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[href$=".pdf"].noicon:after {
  display: none;
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[target=_blank]:after,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank.png);
}
body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[href$=".pdf"]:after,
body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf.png);
}
body#category .medicalsubjects--topLink,
body#page .medicalsubjects--topLink {
  margin: 16vw 0 8vw;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body#category .medicalsubjects--topLink,
  body#page .medicalsubjects--topLink {
    display: none;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#category .medicalsubjects--topLink,
  body#page .medicalsubjects--topLink {
    margin: 8vw 0 16vw;
  }
}
body#category .medicalsubjects--topLink a,
body#page .medicalsubjects--topLink a {
  display: inline-block;
  padding-left: 24px;
  background: url(../img/common/icon--linkarrow02.png) no-repeat left center;
  background-size: 18px;
  line-height: 18px;
  color: #2B59AD;
  font-weight: 500;
}

/* ============================== */
/* page.scss                    */
/* ============================== */
@media screen and (min-width: 769px) {
  body#page #main_content {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body#page #main_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content {
    margin-bottom: 24vw;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .contents--wrap {
    width: 75%;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container {
    margin-top: 1em;
  }
}
body#page #main_content .page_section--container:after {
  clear: both;
}
body#page #main_content .page_section--container.bdr {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container.bdr {
    padding: 30px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container.bdr {
    padding: 4vw 0 1vw;
  }
}
body#page #main_content .page_section--container > br:first-child {
  display: none;
}
body#page #main_content .sitemap_section--ttl {
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section--ttl {
    padding: 40px 0 60px;
    font-size: 2.4em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body#page #main_content .sitemap_section--ttl {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .sitemap_section--ttl {
    padding: 8vw 0 6vw;
    font-size: 2em;
  }
}
body#page #main_content .sitemap_section--ttl span {
  display: inline-block;
  text-align: left;
}
body#page #main_content .sitemap_section--ttl a {
  position: relative;
  display: inline-block;
  color: #2B59AD;
}
body#page #main_content .sitemap_section--ttl a::after {
  display: inline-block;
  width: 19.5px;
  height: 19.5px;
  content: "";
  background: url(../img/common/icon--linkarrow01.png);
  background-size: 19.5px;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section--ttl a::after {
    margin-left: 0.7em;
    margin-right: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .sitemap_section--ttl a::after {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section--ttl a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section--ttl a:hover:after {
    margin-left: 1em;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap--wrap {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body#page #main_content .sitemap_section .sitemap--wrap {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap--wrap.wide {
    -moz-columns: unset;
         columns: unset;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .sitemap_section .sitemap_link {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
body#page #main_content .sitemap_section .sitemap_link--ttl {
  line-height: 1.4;
  font-weight: 500;
  color: #2B59AD;
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--ttl {
    padding-bottom: 24px;
    font-size: 2.4em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body#page #main_content .sitemap_section .sitemap_link--ttl {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .sitemap_section .sitemap_link--ttl {
    margin-bottom: 6vw;
    font-size: 2em;
  }
}
body#page #main_content .sitemap_section .sitemap_link--ttl a {
  position: relative;
  color: #2B59AD;
}
body#page #main_content .sitemap_section .sitemap_link--ttl a::after {
  display: inline-block;
  width: 19.5px;
  height: 19.5px;
  content: "";
  background: url(../img/common/icon--linkarrow01.png);
  background-size: 19.5px;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--ttl a::after {
    margin-left: 0.7em;
    margin-right: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .sitemap_section .sitemap_link--ttl a::after {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--ttl a:hover:after {
    margin-left: 1em;
    margin-right: 0;
  }
}
body#page #main_content .sitemap_section .sitemap_link--ttl-sub {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #2B59AD;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--ttl-sub {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .sitemap_section .sitemap_link--ttl-sub {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--list {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--list {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--list.wide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--list.wide .link--item {
    width: calc((100% - 140px) / 3);
    margin-right: 70px;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--list.wide .link--item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--item {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--item {
    margin-bottom: 2vw;
  }
}
body#page #main_content .sitemap_section .sitemap_link--container .link--item a {
  display: block;
  color: #333333;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--item a {
    padding: 0.2em 1em;
    background-color: #F3F6FA;
    font-size: 1.8em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--item a {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--item a {
    padding: 1.5vw 1em;
    font-size: 1.6em;
  }
}
body#page #main_content .sitemap_section .sitemap_link--container .link--item a[target=_blank]:after, body#page #main_content .sitemap_section .sitemap_link--container .link--item a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0.33em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#page #main_content .sitemap_section .sitemap_link--container .link--item a[target=_blank].noicon:after, body#page #main_content .sitemap_section .sitemap_link--container .link--item a[href$=".pdf"].noicon:after {
  display: none;
}
body#page #main_content .sitemap_section .sitemap_link--container .link--item a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank.png);
}
body#page #main_content .sitemap_section .sitemap_link--container .link--item a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf.png);
}
@media screen and (min-width: 769px) {
  body#page #main_content .sitemap_section .sitemap_link--container .link--item a:hover {
    color: #2B59AD;
  }
}

body#page #main_content .page_section--container {
  font-size: 1.6em;
  line-height: 1.5;
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
  @import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp_s.min.css");
  /* ============================== */
  /* mixin.scss                     */
  /* ============================== */
  /* CSS カルーセルスライダー */
  /* 全体設定 */
  /* スライド設定 */
  /* スライダー 2枚 */
  /* スライダー 3枚 */
  /* スライダー 4枚 */
  /* スライダー 5枚 */
}
body#page #main_content .page_section--container .wp-block {
  margin: 12px auto;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .wp-block {
    max-width: 1280px;
  }
}
body#page #main_content .page_section--container a {
  position: relative;
  color: #1D4A9E;
  text-decoration: underline;
  word-break: break-all;
  transition: 0.3s;
}
body#page #main_content .page_section--container a.hasIcon:after, body#page #main_content .page_section--container a[target=_blank]:after, body#page #main_content .page_section--container a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0.25em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#page #main_content .page_section--container a.hasIcon.noicon:after, body#page #main_content .page_section--container a[target=_blank].noicon:after, body#page #main_content .page_section--container a[href$=".pdf"].noicon:after {
  display: none;
}
body#page #main_content .page_section--container a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank.png);
}
body#page #main_content .page_section--container a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf.png);
}
body#page #main_content .page_section--container a.hasIcon:after {
  background-image: url(../img/common/icon--linkarrow03.png);
}
body#page #main_content .page_section--container a.hasBG {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #F3F6FA;
  text-decoration: none;
  color: #333333;
}
body#page #main_content .page_section--container a.hasBG:hover {
  color: #1D4A9E;
}
body#page #main_content .page_section--container a:has(img)[target=_blank]:after, body#page #main_content .page_section--container a:has(img)[href$=".pdf"]:after {
  display: none;
}
body#page #main_content .page_section--container a:hover {
  color: #248CCC;
}
body#page #main_content .page_section--container h1, body#page #main_content .page_section--container h2, body#page #main_content .page_section--container h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
body#page #main_content .page_section--container h4, body#page #main_content .page_section--container h5 {
  line-height: 1.4;
}
body#page #main_content .page_section--container h1 {
  color: #2B59AD;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container h1 {
    padding: 60px 0 80px;
    font-size: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container h1 {
    padding: 10vw 0 8vw;
    font-size: 1.4375em;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container h1 {
    padding: 6vw 0 4vw;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container h2 {
    padding: 40px 0 60px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container h2 {
    padding: 8vw 0 6vw;
    font-size: 1.25em;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container h2 {
    padding: 4vw 0;
  }
}
body#page #main_content .page_section--container h2 span {
  display: inline-block;
  text-align: left;
}
body#page #main_content .page_section--container h3 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container h3 {
    padding: 30px 0 40px;
    font-size: 1.3125em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container h3 {
    padding: 6vw 0 4vw;
    font-size: 1.125em;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container h3 {
    padding: 3vw 0;
  }
}
body#page #main_content .page_section--container h3:before, body#page #main_content .page_section--container h3:after {
  content: "";
  position: relative !important;
  height: 4px;
  flex-grow: 1;
  background-color: #d5e9f6;
  min-width: 0.8em;
}
body#page #main_content .page_section--container h3:before {
  margin-right: 1.5rem;
}
body#page #main_content .page_section--container h3:after {
  margin-left: 1.5rem;
}
body#page #main_content .page_section--container h4 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container h4 {
    padding: 20px 0 30px;
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container h4 {
    padding: 4vw 0 3vw;
    font-size: 1em;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container h4 {
    padding: 2vw 0;
  }
}
body#page #main_content .page_section--container h5 {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container h5 {
    padding: 30px 0 40px;
    font-size: 1.0625em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container h5 {
    padding: 6vw 0 4vw;
    font-size: 1em;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container h5 {
    padding: 2vw 0;
  }
}
body#page #main_content .page_section--container h6 {
  text-decoration: underline;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container h6 {
    padding: 20px 0 20px;
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container h6 {
    padding: 3vw 0 3vw;
    font-size: 1em;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container h6 {
    padding: 1vw 0;
  }
}
body#page #main_content .page_section--container hr {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  padding: 0;
  border: none;
  border-top: 1px solid rgba(43, 89, 173, 0.46);
  background: none;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container p {
    margin-bottom: 40px;
    font-size: 1.125em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container p {
    margin-bottom: 6vw;
    font-size: 1em;
    line-height: 1.5;
  }
}
body#page #main_content .page_section--container sup {
  vertical-align: super;
  font-size: 0.8em;
}
body#page #main_content .page_section--container sub {
  vertical-align: sub;
  font-size: 0.8em;
}
body#page #main_content .page_section--container ul,
body#page #main_content .page_section--container ol {
  list-style: none;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container ul,
  body#page #main_content .page_section--container ol {
    margin-bottom: 40px;
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container ul,
  body#page #main_content .page_section--container ol {
    margin-bottom: 6vw;
    font-size: 1em;
  }
}
body#page #main_content .page_section--container ul.col2, body#page #main_content .page_section--container ul.col3, body#page #main_content .page_section--container ul.col4,
body#page #main_content .page_section--container ol.col2,
body#page #main_content .page_section--container ol.col3,
body#page #main_content .page_section--container ol.col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1em 2em;
}
body#page #main_content .page_section--container ul.col2 > li,
body#page #main_content .page_section--container ol.col2 > li {
  width: calc((100% - 2em) / 2);
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container ul.col2 > li,
  body#page #main_content .page_section--container ol.col2 > li {
    width: 100%;
  }
}
body#page #main_content .page_section--container ul.col3 > li,
body#page #main_content .page_section--container ol.col3 > li {
  width: calc((100% - 4em) / 3);
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container ul.col3 > li,
  body#page #main_content .page_section--container ol.col3 > li {
    width: 100%;
  }
}
body#page #main_content .page_section--container ul.col4 > li,
body#page #main_content .page_section--container ol.col4 > li {
  width: calc((100% - 6em) / 4);
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container ul.col4 > li,
  body#page #main_content .page_section--container ol.col4 > li {
    width: calc((100% - 2em) / 2);
  }
}
body#page #main_content .page_section--container ul ul, body#page #main_content .page_section--container ul ol, body#page #main_content .page_section--container ul p,
body#page #main_content .page_section--container ol ul,
body#page #main_content .page_section--container ol ol,
body#page #main_content .page_section--container ol p {
  margin-top: 1em;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container ul ul, body#page #main_content .page_section--container ul ol, body#page #main_content .page_section--container ul p,
  body#page #main_content .page_section--container ol ul,
  body#page #main_content .page_section--container ol ol,
  body#page #main_content .page_section--container ol p {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container ul ul, body#page #main_content .page_section--container ul ol, body#page #main_content .page_section--container ul p,
  body#page #main_content .page_section--container ol ul,
  body#page #main_content .page_section--container ol ol,
  body#page #main_content .page_section--container ol p {
    font-size: 1em;
  }
}
body#page #main_content .page_section--container ul li,
body#page #main_content .page_section--container ol li {
  position: relative;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container ul li,
  body#page #main_content .page_section--container ol li {
    margin-bottom: 12px;
    padding-left: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container ul li,
  body#page #main_content .page_section--container ol li {
    margin-bottom: 4vw;
    padding-left: 1.2em;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container ul li,
  body#page #main_content .page_section--container ol li {
    margin-bottom: 2vw;
  }
}
body#page #main_content .page_section--container ul li:before,
body#page #main_content .page_section--container ol li:before {
  position: absolute;
  top: 0.9em;
  left: 0.5em;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #1D4A9E;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container ul.list_nostyle li,
  body#page #main_content .page_section--container ol.list_nostyle li {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container ul.list_nostyle li,
  body#page #main_content .page_section--container ol.list_nostyle li {
    padding-left: 0;
  }
}
body#page #main_content .page_section--container ul.list_nostyle li:before,
body#page #main_content .page_section--container ol.list_nostyle li:before {
  display: none;
}
body#page #main_content .page_section--container ul.list_nostyle li ul, body#page #main_content .page_section--container ul.list_nostyle li ol,
body#page #main_content .page_section--container ol.list_nostyle li ul,
body#page #main_content .page_section--container ol.list_nostyle li ol {
  padding-left: 1.2em;
}
body#page #main_content .page_section--container ol {
  counter-reset: num;
}
body#page #main_content .page_section--container ol > li:before {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  counter-increment: num;
  content: counter(num) ".";
  background-color: transparent;
  border-radius: 0;
  transform: none;
  color: #2B59AD;
}
body#page #main_content .page_section--container ol.hasTitle li:before {
  font-weight: bold;
}
body#page #main_content .page_section--container ol.hasTitle li strong {
  color: #2B59AD;
  font-weight: 500;
}
body#page #main_content .page_section--container table {
  width: 100% !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table {
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  body#page #main_content .page_section--container table {
    min-width: auto;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: normal !important;
    box-sizing: border-box;
    min-width: 100%;
    margin: 2vw auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table.noscroll {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
body#page #main_content .page_section--container table .scroll-hint-icon-wrap {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table .scroll-hint-icon-wrap {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table.w80per {
    min-width: 80%;
    max-width: 80%;
    width: 80% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  body#page #main_content .page_section--container table.w80per {
    min-width: 90%;
    max-width: 90%;
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table.w80per {
    min-width: 100%;
    max-width: 100%;
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table.w70per {
    min-width: 70%;
    max-width: 70%;
    width: 70% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  body#page #main_content .page_section--container table.w70per {
    min-width: 85%;
    max-width: 85%;
    width: 85% !important;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table.w70per {
    min-width: 100%;
    max-width: 100%;
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table.w60per {
    min-width: 60%;
    max-width: 60%;
    width: 60% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  body#page #main_content .page_section--container table.w60per {
    min-width: 80%;
    max-width: 80%;
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table.w60per {
    min-width: 100%;
    max-width: 100%;
    width: 100% !important;
  }
}
body#page #main_content .page_section--container table thead tr,
body#page #main_content .page_section--container table tbody tr {
  height: auto !important;
}
body#page #main_content .page_section--container table thead tr th, body#page #main_content .page_section--container table thead tr td,
body#page #main_content .page_section--container table tbody tr th,
body#page #main_content .page_section--container table tbody tr td {
  width: auto !important;
  height: auto !important;
  border-collapse: collapse;
  border: 1px solid #D0CCCC;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table thead tr th, body#page #main_content .page_section--container table thead tr td,
  body#page #main_content .page_section--container table tbody tr th,
  body#page #main_content .page_section--container table tbody tr td {
    padding: 1em 2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  body#page #main_content .page_section--container table thead tr th, body#page #main_content .page_section--container table thead tr td,
  body#page #main_content .page_section--container table tbody tr th,
  body#page #main_content .page_section--container table tbody tr td {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table thead tr th, body#page #main_content .page_section--container table thead tr td,
  body#page #main_content .page_section--container table tbody tr th,
  body#page #main_content .page_section--container table tbody tr td {
    padding: 2vw 3vw;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table thead tr th img, body#page #main_content .page_section--container table thead tr td img,
  body#page #main_content .page_section--container table tbody tr th img,
  body#page #main_content .page_section--container table tbody tr td img {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table thead tr th img, body#page #main_content .page_section--container table thead tr td img,
  body#page #main_content .page_section--container table tbody tr th img,
  body#page #main_content .page_section--container table tbody tr td img {
    max-width: 100px;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table thead tr th img.small, body#page #main_content .page_section--container table thead tr td img.small,
  body#page #main_content .page_section--container table tbody tr th img.small,
  body#page #main_content .page_section--container table tbody tr td img.small {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table thead tr th img.small, body#page #main_content .page_section--container table thead tr td img.small,
  body#page #main_content .page_section--container table tbody tr th img.small,
  body#page #main_content .page_section--container table tbody tr td img.small {
    max-width: 80px;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table thead tr th img.large, body#page #main_content .page_section--container table thead tr td img.large,
  body#page #main_content .page_section--container table tbody tr th img.large,
  body#page #main_content .page_section--container table tbody tr td img.large {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table thead tr th img.large, body#page #main_content .page_section--container table thead tr td img.large,
  body#page #main_content .page_section--container table tbody tr th img.large,
  body#page #main_content .page_section--container table tbody tr td img.large {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table thead tr th img.xlarge, body#page #main_content .page_section--container table thead tr td img.xlarge,
  body#page #main_content .page_section--container table tbody tr th img.xlarge,
  body#page #main_content .page_section--container table tbody tr td img.xlarge {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table thead tr th img.xlarge, body#page #main_content .page_section--container table thead tr td img.xlarge,
  body#page #main_content .page_section--container table tbody tr th img.xlarge,
  body#page #main_content .page_section--container table tbody tr td img.xlarge {
    max-width: 100%;
  }
}
body#page #main_content .page_section--container table thead tr th strong, body#page #main_content .page_section--container table thead tr td strong,
body#page #main_content .page_section--container table tbody tr th strong,
body#page #main_content .page_section--container table tbody tr td strong {
  color: #2B59AD;
  font-weight: bold;
}
body#page #main_content .page_section--container table thead tr th p, body#page #main_content .page_section--container table thead tr th ul, body#page #main_content .page_section--container table thead tr th ol, body#page #main_content .page_section--container table thead tr td p, body#page #main_content .page_section--container table thead tr td ul, body#page #main_content .page_section--container table thead tr td ol,
body#page #main_content .page_section--container table tbody tr th p,
body#page #main_content .page_section--container table tbody tr th ul,
body#page #main_content .page_section--container table tbody tr th ol,
body#page #main_content .page_section--container table tbody tr td p,
body#page #main_content .page_section--container table tbody tr td ul,
body#page #main_content .page_section--container table tbody tr td ol {
  font-size: 1em;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table thead tr th p, body#page #main_content .page_section--container table thead tr th ul, body#page #main_content .page_section--container table thead tr th ol, body#page #main_content .page_section--container table thead tr td p, body#page #main_content .page_section--container table thead tr td ul, body#page #main_content .page_section--container table thead tr td ol,
  body#page #main_content .page_section--container table tbody tr th p,
  body#page #main_content .page_section--container table tbody tr th ul,
  body#page #main_content .page_section--container table tbody tr th ol,
  body#page #main_content .page_section--container table tbody tr td p,
  body#page #main_content .page_section--container table tbody tr td ul,
  body#page #main_content .page_section--container table tbody tr td ol {
    font-size: 1em;
  }
}
body#page #main_content .page_section--container table thead tr th,
body#page #main_content .page_section--container table tbody tr th {
  background-color: #248CCC;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table thead tr th,
  body#page #main_content .page_section--container table tbody tr th {
    min-width: 6em;
    font-size: 1.4rem;
    text-align: left;
  }
}
body#page #main_content .page_section--container table thead tr th a,
body#page #main_content .page_section--container table tbody tr th a {
  color: #ffffff;
}
body#page #main_content .page_section--container table thead tr th a[target=_blank]:after,
body#page #main_content .page_section--container table tbody tr th a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank-wh.png);
}
body#page #main_content .page_section--container table thead tr th a[href$=".pdf"]:after,
body#page #main_content .page_section--container table tbody tr th a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf-wh.png);
}
body#page #main_content .page_section--container table thead tr th a:hover,
body#page #main_content .page_section--container table tbody tr th a:hover {
  color: #ABBCDB;
}
body#page #main_content .page_section--container table thead tr th strong,
body#page #main_content .page_section--container table tbody tr th strong {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table thead tr td,
  body#page #main_content .page_section--container table tbody tr td {
    min-width: 6em;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table thead tr td:has(img),
  body#page #main_content .page_section--container table tbody tr td:has(img) {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container table thead tr td:has(img),
  body#page #main_content .page_section--container table tbody tr td:has(img) {
    padding: 2vw;
  }
}
body#page #main_content .page_section--container table.tb_bdr02 thead tr th, body#page #main_content .page_section--container table.tb_bdr02 thead tr td, body#page #main_content .page_section--container table.tb_bdr02 tbody tr th, body#page #main_content .page_section--container table.tb_bdr02 tbody tr td {
  border: none;
}
body#page #main_content .page_section--container table.tb_bdr02 tbody tr th, body#page #main_content .page_section--container table.tb_bdr02 tbody tr td {
  border-bottom: 1px solid #D0CCCC;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container table.tb_pddgNarrow thead tr th, body#page #main_content .page_section--container table.tb_pddgNarrow thead tr td, body#page #main_content .page_section--container table.tb_pddgNarrow tbody tr th, body#page #main_content .page_section--container table.tb_pddgNarrow tbody tr td {
    padding: 0.5em 1em;
  }
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01,
body#page #main_content .page_section--container table.tb_bdr01 {
  margin: 0 auto 40px;
  border-top: 4px solid #2B59AD;
  table-layout: fixed;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .wp-block-table.tb_bdr01,
  body#page #main_content .page_section--container table.tb_bdr01 {
    font-size: 1em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wp-block-table.tb_bdr01,
  body#page #main_content .page_section--container table.tb_bdr01 {
    display: block;
    font-size: 1em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody,
  body#page #main_content .page_section--container table.tb_bdr01 tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr,
  body#page #main_content .page_section--container table.tb_bdr01 tbody tr {
    display: block;
  }
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr td,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr td {
  box-sizing: border-box;
  border-bottom: 1px solid #2B59AD;
  border-right: none;
  border-left: none;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr td,
  body#page #main_content .page_section--container table.tb_bdr01 tbody tr th,
  body#page #main_content .page_section--container table.tb_bdr01 tbody tr td {
    max-width: 50%;
    padding: 1em 2em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr td,
  body#page #main_content .page_section--container table.tb_bdr01 tbody tr th,
  body#page #main_content .page_section--container table.tb_bdr01 tbody tr td {
    display: block;
    padding: 4vw 0;
  }
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th ul, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th ol, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr td ul, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr td ol,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th ul,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th ol,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr td ul,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr td ol {
  display: inline-block;
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th ul li, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th ol li, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr td ul li, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr td ol li,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th ul li,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th ol li,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr td ul li,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr td ol li {
  text-align: left;
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th {
  font-weight: normal;
  color: #333333;
  background-color: transparent;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th,
  body#page #main_content .page_section--container table.tb_bdr01 tbody tr th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th a,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th a {
  color: #2B59AD;
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th a[target=_blank]:after,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th a[target=_blank]:after {
  background-image: url(../img/common/icon_target--blank.png);
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th a[href$=".pdf"]:after,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_target--pdf.png);
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th strong,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr th strong {
  color: #2B59AD;
}
body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr td,
body#page #main_content .page_section--container table.tb_bdr01 tbody tr td {
  text-align: center;
}
body#page #main_content .page_section--container .wp-block-table.tb_less,
body#page #main_content .page_section--container table.tb_less {
  margin: 0 auto 40px;
  border: none !important;
}
body#page #main_content .page_section--container .wp-block-table.tb_less thead tr th, body#page #main_content .page_section--container .wp-block-table.tb_less thead tr td,
body#page #main_content .page_section--container .wp-block-table.tb_less tbody tr th,
body#page #main_content .page_section--container .wp-block-table.tb_less tbody tr td,
body#page #main_content .page_section--container table.tb_less thead tr th,
body#page #main_content .page_section--container table.tb_less thead tr td,
body#page #main_content .page_section--container table.tb_less tbody tr th,
body#page #main_content .page_section--container table.tb_less tbody tr td {
  box-sizing: border-box;
  border: none !important;
  vertical-align: middle;
  padding: 0 !important;
  color: #333333;
  font-weight: normal;
  background-color: transparent !important;
  text-align: left;
}
body#page #main_content .page_section--container img {
  display: block;
  width: auto;
  max-width: 100%;
  /* 画像サイズ */
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container img {
    width: initial;
    max-width: 600px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container img {
    width: initial;
    max-width: 100%;
    margin: 2vw auto 2vw;
  }
}
body#page #main_content .page_section--container img.inline {
  display: inline-block;
  margin: 0 0.5em;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container img.small {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container img.small {
    max-width: 150px;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container img.large {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container img.large {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container img.xlarge {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container img.xlarge {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container figure {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container figure {
    margin-bottom: 4vw;
  }
}
body#page #main_content .page_section--container figure figcaption {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container figure figcaption {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container figure figcaption {
    font-size: 1em;
  }
}
body#page #main_content .page_section--container figure p {
  display: none;
}
body#page #main_content .page_section--container figure.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container figure.wp-block-gallery {
    display: block;
  }
}
body#page #main_content .page_section--container figure.wp-block-gallery .wp-block-image {
  flex-grow: 0;
  width: calc((100% - 120px) / 4) !important;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body#page #main_content .page_section--container figure.wp-block-gallery .wp-block-image {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container figure.wp-block-gallery .wp-block-image {
    width: 100% !important;
    margin-bottom: 4vw;
  }
}
body#page #main_content .page_section--container figure.wp-block-gallery .wp-block-image img {
  width: 100%;
  height: auto !important;
  margin-bottom: 0;
}
body#page #main_content .page_section--container figure.wp-block-gallery .wp-block-image figcaption {
  position: relative;
  background: none !important;
  padding: 0 !important;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .wp-block-media-text__media {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wp-block-media-text__media {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .wp-block-media-text__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wp-block-media-text__content {
    padding: 0 4vw;
  }
}
body#page #main_content .page_section--container .wp-block-media-text__content p {
  font-size: 1.125em !important;
}
body#page #main_content .page_section--container .wp-block-advgb-accordions .wp-block-advgb-accordion-item .advgb-accordion-header,
body#page #main_content .page_section--container .wp-block-advgb-accordions .advgb-accordion-item .advgb-accordion-header,
body#page #main_content .page_section--container .advgb-accordions-wrapper .wp-block-advgb-accordion-item .advgb-accordion-header,
body#page #main_content .page_section--container .advgb-accordions-wrapper .advgb-accordion-item .advgb-accordion-header {
  border-color: #D0CCCC;
  background-color: #248CCC !important;
  color: #ffffff !important;
}
body#page #main_content .page_section--container .wp-block-advgb-accordions .wp-block-advgb-accordion-item .advgb-accordion-header .advgb-accordion-header-title,
body#page #main_content .page_section--container .wp-block-advgb-accordions .advgb-accordion-item .advgb-accordion-header .advgb-accordion-header-title,
body#page #main_content .page_section--container .advgb-accordions-wrapper .wp-block-advgb-accordion-item .advgb-accordion-header .advgb-accordion-header-title,
body#page #main_content .page_section--container .advgb-accordions-wrapper .advgb-accordion-item .advgb-accordion-header .advgb-accordion-header-title {
  padding: 0.25em;
}
body#page #main_content .page_section--container .wp-block-advgb-accordions .wp-block-advgb-accordion-item .advgb-accordion-body,
body#page #main_content .page_section--container .wp-block-advgb-accordions .advgb-accordion-item .advgb-accordion-body,
body#page #main_content .page_section--container .advgb-accordions-wrapper .wp-block-advgb-accordion-item .advgb-accordion-body,
body#page #main_content .page_section--container .advgb-accordions-wrapper .advgb-accordion-item .advgb-accordion-body {
  border-color: #D0CCCC;
}
body#page #main_content .page_section--container .wp-block-advgb-accordions .wp-block-advgb-accordion-item .advgb-accordion-body p:last-child,
body#page #main_content .page_section--container .wp-block-advgb-accordions .advgb-accordion-item .advgb-accordion-body p:last-child,
body#page #main_content .page_section--container .advgb-accordions-wrapper .wp-block-advgb-accordion-item .advgb-accordion-body p:last-child,
body#page #main_content .page_section--container .advgb-accordions-wrapper .advgb-accordion-item .advgb-accordion-body p:last-child {
  margin-bottom: 0;
}
body#page #main_content .page_section--container .wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab,
body#page #main_content .page_section--container .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab {
  margin-bottom: 0;
  padding-left: 0;
  border-radius: 0 !important;
}
body#page #main_content .page_section--container .wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab:before,
body#page #main_content .page_section--container .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab:before {
  display: none;
}
body#page #main_content .page_section--container .wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab > a,
body#page #main_content .page_section--container .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab > a {
  padding: 0.25em 0.75em;
  color: #2B59AD !important;
  text-decoration: none;
}
body#page #main_content .page_section--container .wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab > a:hover,
body#page #main_content .page_section--container .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab > a:hover {
  text-decoration: underline;
}
body#page #main_content .page_section--container .wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab.advgb-tab-active,
body#page #main_content .page_section--container .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab.advgb-tab-active {
  background-color: #248CCC !important;
}
body#page #main_content .page_section--container .wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab.advgb-tab-active > a,
body#page #main_content .page_section--container .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab.advgb-tab-active > a {
  color: #ffffff !important;
}
body#page #main_content .page_section--container .wp-block-advgb-adv-tabs .advgb-tab-body-wrapper,
body#page #main_content .page_section--container .advgb-tabs-wrapper .advgb-tab-body-wrapper {
  border-color: #D0CCCC !important;
  border-radius: 0 !important;
}
body#page #main_content .page_section--container .wp-block-advgb-adv-tabs .advgb-tab-body-wrapper .advgb-tab-body-container .advgb-tab-body p:last-child,
body#page #main_content .page_section--container .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container .advgb-tab-body p:last-child {
  margin-bottom: 0;
}
body#page #main_content .page_section--container .wp-block-advgb-images-slider .advgb-images-slider .slick-arrow:before,
body#page #main_content .page_section--container .advgb-images-slider-block .advgb-images-slider .slick-arrow:before {
  color: #2B59AD;
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wp-block-advgb-images-slider .advgb-images-slider .slick-prev,
  body#page #main_content .page_section--container .advgb-images-slider-block .advgb-images-slider .slick-prev {
    left: -4vw;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wp-block-advgb-images-slider .advgb-images-slider .slick-next,
  body#page #main_content .page_section--container .advgb-images-slider-block .advgb-images-slider .slick-next {
    right: -4vw;
  }
}
body#page #main_content .page_section--container .wp-block-advgb-images-slider .slick-dots,
body#page #main_content .page_section--container .advgb-images-slider-block .slick-dots {
  margin-bottom: 0;
}
body#page #main_content .page_section--container .wp-block-advgb-images-slider .slick-dots li,
body#page #main_content .page_section--container .advgb-images-slider-block .slick-dots li {
  margin-bottom: 0;
  padding-left: 0;
}
body#page #main_content .page_section--container .wp-block-advgb-images-slider .slick-dots li > :before,
body#page #main_content .page_section--container .advgb-images-slider-block .slick-dots li > :before {
  display: none;
}
body#page #main_content .page_section--container .wp-block-advgb-images-slider .slick-dots li button:before,
body#page #main_content .page_section--container .advgb-images-slider-block .slick-dots li button:before {
  color: #D0CCCC;
  opacity: 1;
}
body#page #main_content .page_section--container .wp-block-advgb-images-slider .slick-dots li.slick-active button:before,
body#page #main_content .page_section--container .advgb-images-slider-block .slick-dots li.slick-active button:before {
  color: #2B59AD;
}
body#page #main_content .page_section--container .wp-block-advgb-accordions,
body#page #main_content .page_section--container .wp-block-advgb-adv-tabs,
body#page #main_content .page_section--container .wp-block-advgb-images-slider {
  margin-bottom: 4em;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px;
    padding-bottom: 20px;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .submenu--list {
    margin: 6vw 4vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container .submenu--list {
    margin: 3vw 0;
  }
}
body#page #main_content .page_section--container .submenu--list .item {
  position: relative;
  cursor: pointer;
  transition: 0.6s;
  padding: 0 !important;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item {
    width: calc((100% - 100px) / 6);
    color: #ffffff;
    background-color: #CBCDCE;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .submenu--list .item {
    display: inline-block;
    margin: 0 0 3vw 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container .submenu--list .item {
    margin-bottom: 2vw;
    font-size: 1.3rem;
  }
}
body#page #main_content .page_section--container .submenu--list .item::before {
  position: absolute;
  display: block;
  content: "";
  top: auto;
  bottom: -7px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 0;
  background-color: transparent;
  transform: rotate(-45deg);
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item::before {
    bottom: -3px;
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .submenu--list .item::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .submenu--list .item:after {
    content: "｜";
    color: #2B59AD;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .submenu--list .item:last-child:after {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .submenu--list .item br {
    display: none;
  }
}
body#page #main_content .page_section--container .submenu--list .item a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item a {
    display: block;
    min-height: 100%;
    height: 100%;
    padding: 0.8rem 0;
    color: #333333;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .submenu--list .item a {
    display: inline-block;
    color: #2B59AD;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item a:hover[target=_blank]:after {
    background-image: url(../img/common/icon_target--blank-wh.png);
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item a:hover[href$=".pdf"]:after {
    background-image: url(../img/common/icon_target--pdf-wh.png);
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item:has(> a:hover) {
    background-color: #2B59AD;
  }
  body#page #main_content .page_section--container .submenu--list .item:has(> a:hover) a:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item.open {
    background-color: #248CCC;
  }
  body#page #main_content .page_section--container .submenu--list .item.open a {
    color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item.open:before {
    background-color: #248CCC;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item.open a[target=_blank]:after {
    background-image: url(../img/common/icon_target--blank-wh.png);
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item.open a[href$=".pdf"]:after {
    background-image: url(../img/common/icon_target--pdf-wh.png);
  }
}
body#page #main_content .page_section--container .submenu--list .item.open:has(> a:hover) a:hover {
  pointer-events: none;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item.open:has(> a:hover) a:hover[target=_blank]:after {
    background-image: url(../img/common/icon_target--blank-wh.png);
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item.open:has(> a:hover) a:hover[href$=".pdf"]:after {
    background-image: url(../img/common/icon_target--pdf-wh.png);
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item.open:has(> a:hover) {
    background-color: #248CCC;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .submenu--list .item.open:has(> a:hover):before {
    background-color: #248CCC;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px;
    padding-bottom: 20px;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .ui-tabs-nav {
    margin: 6vw 4vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container .ui-tabs-nav {
    margin: 3vw 0;
  }
}
body#page #main_content .page_section--container .ui-tabs-nav li {
  position: relative;
  cursor: pointer;
  transition: 0.6s;
  padding: 0 !important;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li {
    width: calc((100% - 100px) / 6);
    color: #ffffff;
    background-color: #CBCDCE;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .ui-tabs-nav li {
    display: inline-block;
    margin: 0 0 3vw 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body#page #main_content .page_section--container .ui-tabs-nav li {
    margin-bottom: 2vw;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li:last-child {
    margin-right: 0;
  }
}
body#page #main_content .page_section--container .ui-tabs-nav li::before {
  position: absolute;
  display: block;
  content: "";
  top: auto;
  bottom: -7px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 0;
  background-color: transparent;
  transform: rotate(-45deg);
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li::before {
    bottom: -3px;
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .ui-tabs-nav li::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .ui-tabs-nav li:after {
    content: "｜";
    color: #2B59AD;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .ui-tabs-nav li:last-child:after {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .ui-tabs-nav li br {
    display: none;
  }
}
body#page #main_content .page_section--container .ui-tabs-nav li a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li a {
    display: block;
    min-height: 100%;
    height: 100%;
    padding: 0.8rem 0;
    color: #333333;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .ui-tabs-nav li a {
    display: inline-block;
    color: #2B59AD;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li:has(> a:hover) {
    background-color: #2B59AD;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li:has(> a:hover) a:hover {
    color: #ffffff;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li:has(> a:hover) a:hover[target=_blank]:after {
    background-image: url(../img/common/icon_target--blank-wh.png);
  }
  body#page #main_content .page_section--container .ui-tabs-nav li:has(> a:hover) a:hover[href$=".pdf"]:after {
    background-image: url(../img/common/icon_target--pdf-wh.png);
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected {
    background-color: #248CCC;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected a {
    color: #ffffff;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected a[target=_blank]:after {
    background-image: url(../img/common/icon_target--blank-wh.png);
  }
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected a[href$=".pdf"]:after {
    background-image: url(../img/common/icon_target--pdf-wh.png);
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected:before {
    background-color: #248CCC;
  }
}
body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected:has(> a:hover) a:hover {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected:has(> a:hover) a:hover {
    color: #ffffff;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected:has(> a:hover) a:hover[target=_blank]:after {
    background-image: url(../img/common/icon_target--blank-wh.png);
  }
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected:has(> a:hover) a:hover[href$=".pdf"]:after {
    background-image: url(../img/common/icon_target--pdf-wh.png);
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected:has(> a:hover) {
    background-color: #248CCC;
    color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected:has(> a:hover):before {
    background-color: #248CCC;
  }
}
body#page #main_content .page_section--container .ui-tabs-panel {
  display: block;
}
body#page #main_content .page_section--container .ui-tabs-panel.ui-tabs-hide {
  display: none;
}
body#page #main_content .page_section--container .notice_area {
  background-color: #FAF8F8;
  font-size: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .notice_area {
    width: 100%;
    margin: 0 auto 40px;
    padding: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .notice_area {
    margin-bottom: 8vw;
    padding: 4vw;
  }
}
body#page #main_content .page_section--container .notice_area a {
  color: #1D4A9E;
  text-decoration: underline;
}
body#page #main_content .page_section--container table th :last-child,
body#page #main_content .page_section--container table td :last-child,
body#page #main_content .page_section--container .notice_area :last-child {
  margin-bottom: 0;
}
body#page #main_content .page_section--container .columnbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 2.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
  body#page #main_content .page_section--container .columnbox {
    display: block;
    margin-bottom: 8vw;
  }
}
body#page #main_content .page_section--container .columnbox.column2 .columnbox--item {
  width: 45%;
}
body#page #main_content .page_section--container .columnbox.column2 .columnbox--item.w25 {
  width: 25%;
}
body#page #main_content .page_section--container .columnbox.column2 .columnbox--item.w33 {
  width: 33%;
}
body#page #main_content .page_section--container .columnbox.column2 .columnbox--item.w67 {
  width: 67%;
}
body#page #main_content .page_section--container .columnbox.column2 .columnbox--item.w75 {
  width: 70%;
}
body#page #main_content .page_section--container .columnbox.column3 .columnbox--item {
  width: 30%;
}
body#page #main_content .page_section--container .columnbox.column4 .columnbox--item {
  width: 22%;
}
@media screen and (max-width: 450px) {
  body#page #main_content .page_section--container .columnbox--item {
    width: 100% !important;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 450px) {
  body#page #main_content .page_section--container .columnbox--item:last-child {
    margin-bottom: 0;
  }
}
body#page #main_content .page_section--container .columnbox--item ul.col2, body#page #main_content .page_section--container .columnbox--item ul.col3, body#page #main_content .page_section--container .columnbox--item ul.col4, body#page #main_content .page_section--container .columnbox--item ol.col2, body#page #main_content .page_section--container .columnbox--item ol.col3, body#page #main_content .page_section--container .columnbox--item ol.col4 {
  display: block;
}
body#page #main_content .page_section--container .columnbox--item .submenu,
body#page #main_content .page_section--container .columnbox--item .ui-tabs-nav {
  display: block;
}
body#page #main_content .page_section--container .columnbox--item .submenu > li,
body#page #main_content .page_section--container .columnbox--item .ui-tabs-nav > li {
  width: auto !important;
}
body#page #main_content .page_section--container .columnbox--item p:empty {
  display: none;
}
body#page #main_content .page_section--container .columnbox--item figure p {
  display: none;
}
body#page #main_content .page_section--container .columnbox--item img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .columnbox--item img.small {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .columnbox--item img.small {
    max-width: 150px;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .columnbox--item img.medium {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .columnbox--item img.medium {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .columnbox--item img.large {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .columnbox--item img.large {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container .columnbox--item img.xlarge {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .columnbox--item img.xlarge {
    max-width: 100%;
  }
}
body#page #main_content .page_section--container .wpcf7 {
  background-color: #f5f5f5;
  padding: 30px 30px 10px 30px;
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wpcf7 {
    padding: 4vw 4vw 2vw 4vw;
  }
}
body#page #main_content .page_section--container .wpcf7 .wpcf7-text,
body#page #main_content .page_section--container .wpcf7 .wpcf7-quiz,
body#page #main_content .page_section--container .wpcf7 .wpcf7-textarea {
  padding: 1rem;
  width: 50%;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container .wpcf7 .wpcf7-text,
  body#page #main_content .page_section--container .wpcf7 .wpcf7-quiz,
  body#page #main_content .page_section--container .wpcf7 .wpcf7-textarea {
    box-sizing: border-box;
    width: 94%;
  }
}
body#page #main_content .page_section--container .wpcf7 .wpcf7-submit {
  background-color: #248CCC;
  font-size: 100%;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  color: white;
  transition: 0.6s;
  cursor: pointer;
}
body#page #main_content .page_section--container .wpcf7 .wpcf7-submit:hover {
  background-color: #1D4A9E;
}
body#page #main_content .page_section--container .wpcf7 .wpcf7-select {
  max-width: 100%;
  font-size: 1em;
}
body#page #main_content .page_section--container .wpcf7 pre {
  white-space: pre-line;
}
body#page #main_content .page_section--container iframe[src*="youtube.com"] {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container iframe[src*="youtube.com"] {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container iframe[src*="youtube.com"] {
    width: 100%;
  }
}
body#page #main_content .page_section--container .css-carousel-slider2,
body#page #main_content .page_section--container .css-carousel-slider3,
body#page #main_content .page_section--container .css-carousel-slider4,
body#page #main_content .page_section--container .css-carousel-slider5 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
body#page #main_content .page_section--container .css-carousel-slider2 img,
body#page #main_content .page_section--container .css-carousel-slider3 img,
body#page #main_content .page_section--container .css-carousel-slider4 img,
body#page #main_content .page_section--container .css-carousel-slider5 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
body#page #main_content .page_section--container .css-carousel-slider2 .slide-wrap,
body#page #main_content .page_section--container .css-carousel-slider3 .slide-wrap,
body#page #main_content .page_section--container .css-carousel-slider4 .slide-wrap,
body#page #main_content .page_section--container .css-carousel-slider5 .slide-wrap {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation-delay: 2s;
}
body#page #main_content .page_section--container .css-carousel-slider2 .slide-wrap-main,
body#page #main_content .page_section--container .css-carousel-slider3 .slide-wrap-main,
body#page #main_content .page_section--container .css-carousel-slider4 .slide-wrap-main,
body#page #main_content .page_section--container .css-carousel-slider5 .slide-wrap-main {
  width: 100%;
  z-index: 1;
  animation-delay: 2s;
}
body#page #main_content .page_section--container .css-carousel-slider2 .slide,
body#page #main_content .page_section--container .css-carousel-slider3 .slide,
body#page #main_content .page_section--container .css-carousel-slider4 .slide,
body#page #main_content .page_section--container .css-carousel-slider5 .slide {
  width: 100%;
}
body#page #main_content .page_section--container .css-carousel-slider2 .slide img,
body#page #main_content .page_section--container .css-carousel-slider3 .slide img,
body#page #main_content .page_section--container .css-carousel-slider4 .slide img,
body#page #main_content .page_section--container .css-carousel-slider5 .slide img {
  max-width: 100% !important;
}
body#page #main_content .page_section--container .css-carousel-slider2 .slide-wrap {
  width: 200%;
  animation: css-carousel-slider2 10s infinite;
}
body#page #main_content .page_section--container .css-carousel-slider2 .slide-wrap-main {
  animation: css-carousel-slider-main2 10s infinite;
}
@keyframes css-carousel-slider2 {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(-50%);
  }
  90% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes css-carousel-slider-main2 {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%);
  }
  90% {
    transform: translateX(0%);
  }
}
body#page #main_content .page_section--container .css-carousel-slider3 .slide-wrap {
  width: 300%;
  animation: css-carousel-slider3 15s infinite;
}
body#page #main_content .page_section--container .css-carousel-slider3 .slide-wrap-main {
  animation: css-carousel-slider-main3 15s infinite;
}
@keyframes css-carousel-slider3 {
  0% {
    transform: translateX(0);
  }
  27.3% {
    transform: translateX(-33.3333333333%);
  }
  33.3% {
    transform: translateX(-33.3333333333%);
  }
  60.6% {
    transform: translateX(-66.6666666667%);
  }
  66.6% {
    transform: translateX(-66.6666666667%);
  }
  94% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes css-carousel-slider-main3 {
  0% {
    transform: translateX(100%);
  }
  66.6% {
    transform: translateX(100%);
  }
  94% {
    transform: translateX(0%);
  }
}
body#page #main_content .page_section--container .css-carousel-slider4 .slide-wrap {
  width: 400%;
  animation: css-carousel-slider4 20s infinite;
}
body#page #main_content .page_section--container .css-carousel-slider4 .slide-wrap-main {
  animation: css-carousel-slider-main4 20s infinite;
}
@keyframes css-carousel-slider4 {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-25%);
  }
  25% {
    transform: translateX(-25%);
  }
  45% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(-50%);
  }
  70% {
    transform: translateX(-75%);
  }
  75% {
    transform: translateX(-75%);
  }
  95% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes css-carousel-slider-main4 {
  0% {
    transform: translateX(100%);
  }
  75% {
    transform: translateX(100%);
  }
  95% {
    transform: translateX(0%);
  }
}
body#page #main_content .page_section--container .css-carousel-slider5 .slide-wrap {
  width: 500%;
  animation: css-carousel-slider5 25s infinite;
}
body#page #main_content .page_section--container .css-carousel-slider5 .slide-wrap-main {
  animation: css-carousel-slider-main5 25s infinite;
}
@keyframes css-carousel-slider5 {
  0% {
    transform: translateX(0);
  }
  16% {
    transform: translateX(-20%);
  }
  20% {
    transform: translateX(-20%);
  }
  36% {
    transform: translateX(-40%);
  }
  40% {
    transform: translateX(-40%);
  }
  56% {
    transform: translateX(-60%);
  }
  60% {
    transform: translateX(-60%);
  }
  76% {
    transform: translateX(-80%);
  }
  80% {
    transform: translateX(-80%);
  }
  96% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes css-carousel-slider-main5 {
  0% {
    transform: translateX(100%);
  }
  80% {
    transform: translateX(100%);
  }
  96% {
    transform: translateX(0%);
  }
}
@media screen and (min-width: 769px) {
  body#page #main_content .page_section--container > img {
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  body#page #main_content .page_section--container > img {
    margin: 12vw auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body#page #main_content .page_section--container .submenu--list .item,
  body#page #main_content .page_section--container .ui-tabs-nav li {
    width: calc((100% - 100px) / 4);
  }
}

@media screen and (min-width: 769px) {
  body#page #main_content .contents--wrap .page_section--container .submenu--list .item,
  body#page #main_content .contents--wrap .page_section--container .ui-tabs-nav li {
    width: calc((100% - 100px) / 4);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body#page #main_content .contents--wrap .page_section--container .submenu--list .item,
  body#page #main_content .contents--wrap .page_section--container .ui-tabs-nav li {
    width: calc((100% - 100px) / 3);
  }
}

/* ============================== */
/* print.scss                   */
/* ============================== */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  @page {
    size: A4 auto;
    margin: 10mm;
  }
  /* .jchoHP_hd */
  .jchoHP_hd {
    position: relative;
  }
  .jchoHP_hd .btn-trigger,
  .jchoHP_hd #jchoHP_hd--info--sp,
  .jchoHP_hd .jchoHP_hd--pamphlet,
  .jchoHP_hd #jchoHP_hd--font_search,
  .jchoHP_hd #jchoHP_hd--fontsize,
  .jchoHP_hd .jchoHP_hd--search,
  .jchoHP_hd #jchoHP_hd--tel__access,
  .jchoHP_hd #globalnavi-pc,
  .jchoHP_hd #globalnavi-sp {
    display: none;
  }
  .jchoHP_hd--inner {
    width: 100%;
    padding: 1em;
  }
  .jchoHP_hd #jchoHP_hd--title {
    position: relative;
    top: auto;
    left: auto;
    width: 42%;
    height: auto;
  }
  /* /.jchoHP_hd */
  /* #breadcrumbs */
  #breadcrumbs {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #breadcrumbs .inner .breadcrumbs--list {
    font-size: 1rem;
    line-height: 1.4;
  }
  #breadcrumbs .inner .breadcrumbs--list .item {
    display: inline;
  }
  #breadcrumbs .inner .breadcrumbs--list .item:before {
    color: #ABBCDB;
  }
  #breadcrumbs .inner .breadcrumbs--list .item a {
    color: #333333;
  }
  /* /#breadcrumbs */
  /* .page_hd */
  .page_hd {
    background-color: #F3F6FA;
  }
  .page_hd .inner {
    position: relative;
    overflow: hidden;
    height: 120px;
    margin-bottom: 20px;
  }
  .page_hd--bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 120px;
    transform: translateX(-50%);
  }
  .page_hd--ttl {
    font-size: 1.6em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
  }
  /* /.page_hd */
  /* #top_slider */
  #top_hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #top_hero .top_hero--area {
    width: 100%;
  }
  #top_hero .top_hero--area .slick-track,
  #top_hero .top_hero--area .slick-slide {
    width: 100% !important;
    height: auto !important;
  }
  #top_hero .top_hero--area .slick-initialized {
    overflow: hidden;
  }
  #top_hero .top_hero--area .slick-initialized .slick-slide {
    display: none !important;
  }
  #top_hero .top_hero--area .slick-initialized .slick-slide:first-child {
    display: block !important;
    left: 0 !important;
    opacity: 1 !important;
  }
  #top_hero .top_hero--slider {
    width: 100%;
  }
  #top_hero .top_hero--slider li img {
    width: 100%;
  }
  #top_hero .top_hero--dots {
    position: relative;
    bottom: auto;
    height: 60px;
  }
  #top_hero .top_hero--dots .slick-dots {
    bottom: auto;
    margin-top: 30px;
  }
  #top_hero .top_hero--dots .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  #top_hero .top_hero--dots .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  #top_hero .top_hero--dots .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  /* /#top_slider */
  /* #top_notice */
  #top_notice {
    margin-bottom: 0;
    padding: 0 5px;
  }
  #top_notice .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    max-width: auto;
    min-width: auto;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 4px;
  }
  #top_notice .inner .top_notice--ttl {
    width: 14em;
    height: 36px;
    line-height: 36px;
    font-size: 1.5em;
  }
  #top_notice .inner .top_notice--ttl .icon {
    display: inline-block;
    background: url(../img/common/icon--attention.png) no-repeat left center;
    height: 36px;
    padding-left: 48px;
    background-size: 36px;
  }
  #top_notice .inner .top_notice--list {
    width: calc(100% - 14em);
  }
  #top_notice .inner .top_notice--list .item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 1.2em;
  }
  #top_notice .inner .top_notice--list .item .date {
    display: inline-block;
    margin-right: 2em;
  }
  #top_notice .inner .top_notice--list .item .title {
    display: inline-block;
  }
  #top_notice .inner .top_notice--list .item .title a[target=_blank]:after, #top_notice .inner .top_notice--list .item .title a[href$=".pdf"]:after {
    width: 12px;
    height: 12px;
  }
  /* /#top_notice */
  /* .top_section */
  .top_section--ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .top_section#top_shortcut {
    margin-bottom: 50px;
    padding: 40px 0;
  }
  .top_section#top_shortcut .top_shortcut--list {
    padding: 0 30px;
  }
  .top_section#top_shortcut .top_shortcut--list .item {
    width: 12%;
  }
  .top_section#top_shortcut .top_shortcut--list .item a .item--icon {
    margin-bottom: 1.3em;
  }
  .top_section#top_shortcut .top_shortcut--list .item a .item--name {
    font-size: 1.3em;
  }
  .top_section#top_news .inner {
    padding: 50px 0;
  }
  .top_section#top_news .top_news--tabs {
    margin: 30px 0;
  }
  .top_section#top_news .top_news--tabs .tabs--buttonst {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .top_section#top_news .top_news--tabs .tabs--buttonst li {
    width: calc((100% - 10px) / 6);
  }
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item::before {
    bottom: 3px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
  .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item a, .top_section#top_news .top_news--tabs .tabs--buttonst .tab_item span {
    padding: 1.1rem 0;
  }
  .top_section#top_news .top_news--tabs.all .tab_item#all::before, .top_section#top_news .top_news--tabs.patient .tab_item#patient::before, .top_section#top_news .top_news--tabs.information .tab_item#information::before, .top_section#top_news .top_news--tabs.medical .tab_item#medical::before, .top_section#top_news .top_news--tabs.event .tab_item#event::before, .top_section#top_news .top_news--tabs.procurement .tab_item#procurement::before {
    bottom: -5px;
  }
  .top_section#top_news .top_news--tabs .top_news--list .item {
    flex-wrap: nowrap;
    padding: 18px 0;
    border-top: 1px dotted #C7C7C7;
    font-size: 1.2rem;
  }
  .top_section#top_news .top_news--tabs .top_news--list .item .category {
    width: 7em;
    margin-right: 1.6rem;
    font-size: 1rem;
  }
  .top_section#top_news .top_news--tabs .top_news--list .item .category span {
    padding: 0.1rem 0;
    font-size: 1rem;
  }
  .top_section#top_news .top_news--tabs .top_news--list .item .title a[target=_blank]:after, .top_section#top_news .top_news--tabs .top_news--list .item .title a[href$=".pdf"]:after {
    width: 12px;
    height: 12px;
  }
  .top_section#top_topics {
    padding: 50px 0;
  }
  .top_section#top_topics .top_topics--container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .top_section#top_topics .top_topics--container .item {
    width: 50%;
  }
  .top_section#top_topics .top_topics--container .item--name .name-text {
    font-size: 2.6em;
  }
  .top_section#top_facilities {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_section#top_facilities .top_facilities--slider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 30px auto;
    overflow: hidden;
  }
  .top_section#top_facilities .top_facilities--slider .item {
    background-color: #ffffff;
    width: calc((100vw - 60px) / 4);
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .top_section#top_facilities .top_facilities--slider .item .item--name {
    padding: 6px;
    font-size: 1.1rem;
  }
  .top_section#top_facilities .top_facilities--slider .item:nth-child(n+5) {
    display: none;
  }
  .top_section#top_facilities .top_facilities--dots {
    position: relative;
    bottom: 0;
  }
  .top_section#top_facilities .top_facilities--dots .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }
  .top_section#top_facilities .top_facilities--dots .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .top_section#top_facilities .top_facilities--dots .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .top_section#top_facilities .top_facilities--dots .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .top_section#top_about {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 50px;
    padding: 50px 0 10px;
  }
  .top_section#top_about .top_about--info {
    width: 46%;
    padding: 30px;
  }
  .top_section#top_about .top_about--info hr {
    margin: 20px 0;
  }
  .top_section#top_about .top_about--certification {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    text-align: center;
  }
  .top_section#top_about .top_about--dl .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .top_section#top_about .top_about--dl dt {
    width: 7.2em;
    font-size: 1.2rem;
  }
  .top_section#top_about .top_about--dl dt.address {
    height: 20px;
    padding-left: 20px;
    background-size: 15px 20px;
    line-height: 20px;
  }
  .top_section#top_about .top_about--dl dd {
    font-size: 1.1rem;
    width: calc(100% - 8.2em);
  }
  .top_section#top_about .top_about--dl dd.tel {
    font-size: 1.3rem;
  }
  .top_section#top_about .top_about--dl dd.tel .num {
    margin-left: 12%;
    padding-left: 48px;
    font-size: 1.8rem;
    pointer-events: none;
    background-size: 36px;
    line-height: 36px;
  }
  .top_section#top_about .top_about--dl dd .top_about--social li {
    width: 25px;
  }
  .top_section#top_about .top_about--dl dd .top_about--social li.youtube {
    width: 35.625px;
  }
  .top_section#top_about .top_about--notice {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .top_section#top_about .top_about--notice li {
    margin-left: 6%;
    margin-bottom: 20px;
    padding-left: 48px;
    min-height: 36px;
    background-size: 36px;
  }
  .top_section#top_about .top_about--map {
    width: calc(54% - 20px);
  }
  .top_section#top_about .top_about--map iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  /* /.top_section */
  /* .btn_link--top */
  .btn_link--top {
    margin-top: 30px;
    text-align: right;
  }
  .btn_link--top a {
    padding: 0 80px 6px 0;
    font-size: 1.4rem;
  }
  /* /.btn_link--top */
  /* footer */
  #btn_pagetop {
    display: none;
  }
  #footnavi {
    padding: 20px 0;
  }
  #footnavi .footnavi--list {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #footnavi .footnavi--list li {
    font-size: 1.2rem;
  }
  #footnavi .footnavi--list li:before {
    margin: 0 1em;
  }
  #footnavi .footnavi--copyright {
    font-size: 1.1rem;
    text-align: right;
  }
  #footnavi .footnavi--copyright span:nth-child(2) {
    display: inline-block;
    margin-right: 0.5em;
  }
  /* /footer */
  /* ============================== */
  /* category         */
  /* ============================== */
  body#category #main_content {
    margin: 0 0 80px;
  }
  body#category #main_content .category--wrap {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  body#category #main_content .category_link {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    padding-bottom: 20px;
  }
  body#category #main_content .category_link--ttl {
    padding-bottom: 16px;
    font-size: 1.4em;
  }
  body#category #main_content .category_link--ttl a::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 12px;
    margin-left: 1em;
  }
  body#category #main_content .category_link-sub {
    font-size: 1.2rem;
    padding-bottom: 12px;
  }
  body#category #main_content .category_link--container .link--list {
    padding-bottom: 12px;
  }
  body#category #main_content .category_link--container .link--item {
    padding-bottom: 5px;
  }
  body#category #main_content .category_link--container .link--item a {
    padding: 0.1em 0.8em;
    background-color: #F3F6FA;
    font-size: 1.1em;
  }
  body#category #main_content #top_news .inner {
    padding: 0;
  }
  body#category.accordion #main_content,
  body#page.accordion #main_content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  body#category.accordion #main_content .category--wrap,
  body#page.accordion #main_content .category--wrap {
    width: 75%;
    -moz-column-count: 2;
         column-count: 2;
    order: 2;
    padding-top: 20px;
  }
  body#category.accordion #main_content .category_link--container .link--item a,
  body#page.accordion #main_content .category_link--container .link--item a {
    background-color: transparent;
  }
  body#category.accordion #main_content .category_accordion,
  body#page.accordion #main_content .category_accordion {
    width: 20%;
    order: 1;
  }
  body#category.accordion #main_content .category_accordion--ttl,
  body#page.accordion #main_content .category_accordion--ttl {
    padding: 12px;
    font-size: 1.2rem;
  }
  body#category.accordion #main_content .category_accordion--list .accordion_item--ttl,
  body#page.accordion #main_content .category_accordion--list .accordion_item--ttl {
    font-size: 1.1rem;
  }
  body#category.accordion #main_content .category_accordion--list .accordion_item--ttl-sub,
  body#page.accordion #main_content .category_accordion--list .accordion_item--ttl-sub {
    margin: 0 13px 6px;
    font-size: 1rem;
  }
  body#category.accordion #main_content .category_accordion--list .accordion_item--ttl a.ttl,
  body#page.accordion #main_content .category_accordion--list .accordion_item--ttl a.ttl {
    padding: 14px 13px;
  }
  body#category.accordion #main_content .category_accordion--list .accordion_item--ttl span.ttl,
  body#page.accordion #main_content .category_accordion--list .accordion_item--ttl span.ttl {
    padding: 14px 13px;
  }
  body#category.accordion #main_content .category_accordion--list .accordion_item--ttl span.mark,
  body#page.accordion #main_content .category_accordion--list .accordion_item--ttl span.mark {
    width: 3rem;
    padding: 14px 0;
    background-size: 14px;
  }
  body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list,
  body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list {
    padding: 12px 0 18px;
    font-size: 1rem;
  }
  body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item,
  body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item {
    margin-bottom: 8px;
  }
  body#category.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a,
  body#page.accordion #main_content .category_accordion--list .accordion_item--container .link--list .link--item a {
    padding: 4px 12px;
  }
  body#category .medicalsubjects--topLink,
  body#page .medicalsubjects--topLink {
    display: none;
  }
  /* /category */
  /* ============================== */
  /* page                  */
  /* ============================== */
  body#page #main_content {
    margin-bottom: 80px;
  }
  body#page #main_content .contents--wrap {
    width: 75%;
    order: 2;
  }
  body#page #main_content .page_section {
    margin-bottom: 30px;
  }
  body#page #main_content .page_section--container.bdr {
    padding: 70px 0 5px;
  }
  body#page #main_content .sitemap_section--ttl {
    padding: 20px 0 30px;
    font-size: 1.6em;
  }
  body#page #main_content .sitemap_section--ttl a::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
    margin-left: 1em;
  }
  body#page #main_content .sitemap_section .sitemap--wrap {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body#page #main_content .sitemap_section .sitemap--wrap.wide {
    -moz-columns: unset;
         columns: unset;
  }
  body#page #main_content .sitemap_section .sitemap_link {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    padding-bottom: 20px;
  }
  body#page #main_content .sitemap_section .sitemap_link--ttl {
    padding-bottom: 16px;
    font-size: 1.5em;
  }
  body#page #main_content .sitemap_section .sitemap_link--ttl a {
    position: relative;
    color: #2B59AD;
  }
  body#page #main_content .sitemap_section .sitemap_link--ttl a::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
    margin-left: 1em;
  }
  body#page #main_content .sitemap_section .sitemap_link--ttl-sub {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }
  body#page #main_content .sitemap_section .sitemap_link--container .link--list {
    padding-bottom: 18px;
  }
  body#page #main_content .sitemap_section .sitemap_link--container .link--list.wide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  body#page #main_content .sitemap_section .sitemap_link--container .link--list.wide .link--item {
    width: calc((100% - 140px) / 3);
    margin-right: 70px;
  }
  body#page #main_content .sitemap_section .sitemap_link--container .link--list.wide .link--item:nth-child(3n) {
    margin-right: 0;
  }
  body#page #main_content .sitemap_section .sitemap_link--container .link--item {
    padding-bottom: 5px;
  }
  body#page #main_content .sitemap_section .sitemap_link--container .link--item a {
    padding: 0.1em 0.8em;
    background-color: #F3F6FA;
    font-size: 1.1em;
  }
  body#page #main_content .page_section--container {
    font-size: 1em;
  }
  body#page #main_content .page_section--container .wp-block {
    max-width: 100%;
  }
  body#page #main_content .page_section--container h1, body#page #main_content .page_section--container h2, body#page #main_content .page_section--container h3 {
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body#page #main_content .page_section--container h4, body#page #main_content .page_section--container h5 {
    line-height: 1.4;
  }
  body#page #main_content .page_section--container h1 {
    padding: 30px 0 40px;
    font-size: 1.75em;
  }
  body#page #main_content .page_section--container h2 {
    padding: 20px 0 30px;
    font-size: 1.5em;
  }
  body#page #main_content .page_section--container h3 {
    padding: 15px 0 20px;
    font-size: 1.3125em;
  }
  body#page #main_content .page_section--container h4 {
    padding: 10px 0 15px;
    font-size: 1.125em;
  }
  body#page #main_content .page_section--container h5 {
    padding: 15px 0 20px;
    font-size: 1.0625em;
  }
  body#page #main_content .page_section--container h6 {
    padding: 10px 0 10px;
    font-size: 1em;
  }
  body#page #main_content .page_section--container p {
    margin-bottom: 20px;
    font-size: 1.125em;
    line-height: 1.8;
  }
  body#page #main_content .page_section--container ul,
  body#page #main_content .page_section--container ol {
    margin-bottom: 40px;
    font-size: 1.125em;
  }
  body#page #main_content .page_section--container ul.col2, body#page #main_content .page_section--container ul.col3, body#page #main_content .page_section--container ul.col4,
  body#page #main_content .page_section--container ol.col2,
  body#page #main_content .page_section--container ol.col3,
  body#page #main_content .page_section--container ol.col4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1em 2em;
  }
  body#page #main_content .page_section--container ul.col2 > li,
  body#page #main_content .page_section--container ol.col2 > li {
    width: calc((100% - 2em) / 2);
  }
  body#page #main_content .page_section--container ul.col3 > li,
  body#page #main_content .page_section--container ol.col3 > li {
    width: calc((100% - 4em) / 3);
  }
  body#page #main_content .page_section--container ul.col4 > li,
  body#page #main_content .page_section--container ol.col4 > li {
    width: calc((100% - 6em) / 4);
  }
  body#page #main_content .page_section--container ul ul, body#page #main_content .page_section--container ul ol,
  body#page #main_content .page_section--container ol ul,
  body#page #main_content .page_section--container ol ol {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1em;
  }
  body#page #main_content .page_section--container ul li,
  body#page #main_content .page_section--container ol li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 1.8em;
  }
  body#page #main_content .page_section--container ul.list_nostyle li,
  body#page #main_content .page_section--container ol.list_nostyle li {
    padding-left: 0;
  }
  body#page #main_content .page_section--container table {
    width: auto !important;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 1em;
    line-height: 1.8;
  }
  body#page #main_content .page_section--container table .scroll-hint-icon-wrap {
    display: none !important;
  }
  body#page #main_content .page_section--container table thead tr th, body#page #main_content .page_section--container table thead tr td,
  body#page #main_content .page_section--container table tbody tr th,
  body#page #main_content .page_section--container table tbody tr td {
    padding: 1em 2em;
  }
  body#page #main_content .page_section--container table thead tr th img, body#page #main_content .page_section--container table thead tr td img,
  body#page #main_content .page_section--container table tbody tr th img,
  body#page #main_content .page_section--container table tbody tr td img {
    width: initial;
    max-width: 8em;
  }
  body#page #main_content .page_section--container table thead tr th strong, body#page #main_content .page_section--container table thead tr td strong,
  body#page #main_content .page_section--container table tbody tr th strong,
  body#page #main_content .page_section--container table tbody tr td strong {
    font-size: 1.25em;
  }
  body#page #main_content .page_section--container table thead tr th,
  body#page #main_content .page_section--container table tbody tr th {
    background-color: #248CCC;
    color: #ffffff;
  }
  body#page #main_content .page_section--container table thead tr td:has(img),
  body#page #main_content .page_section--container table tbody tr td:has(img) {
    padding: 1em;
  }
  body#page #main_content .page_section--container .wp-block-table.tb_bdr01,
  body#page #main_content .page_section--container table.tb_bdr01 {
    margin: 0 auto 20px;
    border-top: 2px solid #2B59AD;
    font-size: 1em;
    line-height: 1.8;
  }
  body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr th, body#page #main_content .page_section--container .wp-block-table.tb_bdr01 tbody tr td,
  body#page #main_content .page_section--container table.tb_bdr01 tbody tr th,
  body#page #main_content .page_section--container table.tb_bdr01 tbody tr td {
    max-width: 50%;
    padding: 1em 2em;
  }
  body#page #main_content .page_section--container img {
    margin: 0 auto 10px;
  }
  body#page #main_content .page_section--container figure {
    margin-bottom: 20px;
  }
  body#page #main_content .page_section--container figure figcaption {
    font-size: 1.125em;
  }
  body#page #main_content .page_section--container .wp-block-media-text__media {
    margin-bottom: 10px;
  }
  body#page #main_content .page_section--container .wp-block-media-text__content {
    padding: 0 10px;
  }
  body#page #main_content .page_section--container .submenu--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    gap: 5px 10px;
  }
  body#page #main_content .page_section--container .submenu--list .item {
    width: calc((100% - 100px) / 4);
    color: #ffffff;
    background-color: #CBCDCE;
    font-size: 1.5rem;
    text-align: center;
  }
  body#page #main_content .page_section--container .submenu--list .item:nth-child(4n) {
    margin-right: 0;
  }
  body#page #main_content .page_section--container .submenu--list .item::before {
    position: absolute;
    display: block;
    content: "";
    top: auto;
    bottom: -5px;
    left: calc(50% - 3px);
    width: 5px;
    height: 5px;
    border-radius: 0;
    background-color: transparent;
    transform: rotate(-45deg);
    transition: 0.6s;
    bottom: -3px;
    left: calc(50% - 3px);
  }
  body#page #main_content .page_section--container .submenu--list .item a {
    display: block;
    min-height: 100%;
    height: 100%;
    padding: 0.8rem 0;
    color: #ffffff;
  }
  body#page #main_content .page_section--container .submenu--list .item.open {
    background-color: #248CCC;
  }
  body#page #main_content .page_section--container .submenu--list .item.open:before {
    background-color: #248CCC;
  }
  body#page #main_content .page_section--container .ui-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li {
    width: calc((100% - 100px) / 4);
    margin-bottom: 10px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #CBCDCE;
    font-size: 1rem;
    text-align: center;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li:nth-child(4n) {
    margin-right: 0;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li:last-child {
    margin-right: 0;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li::before {
    position: absolute;
    display: block;
    content: "";
    top: auto;
    bottom: -5px;
    left: calc(50% - 3px);
    width: 5px;
    height: 5px;
    bottom: -3px;
    left: calc(50% - 3px);
  }
  body#page #main_content .page_section--container .ui-tabs-nav li a {
    display: block;
    min-height: 100%;
    height: 100%;
    padding: 0.2rem 0;
    color: #ffffff !important;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected {
    background-color: #248CCC;
  }
  body#page #main_content .page_section--container .ui-tabs-nav li.ui-tabs-selected:before {
    background-color: #248CCC;
  }
  body#page #main_content .page_section--container .notice_area {
    width: 100%;
    margin: 0 auto 20px;
    padding: 1.6rem;
    text-align: center;
  }
  body#page #main_content .page_section--container > img {
    margin: 10px auto;
  }
  /* /page */
}