@charset "UTF-8";
/* ANCHOR */
.btn-type01 > a {
  display: inline-block;
  border: 2px solid #003b90;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
  font-size: 112.5%; /* 18px */
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  padding: 10px 30px 10px 43px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.btn-type01 > a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 12px;
  background: url(../images/common/arrow_right.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.btn-type01 > a:hover {
  opacity: 0.6;
}
.btn-type01.size01 > a {
  width: 270px;
}

/* TABLE */
table.t100p {
  width: 100%;
}
table.alltc th, table.alltc td {
  text-align: center;
}
table.equality {
  table-layout: fixed;
}
table.thtc th {
  text-align: center;
}
table.tdtc th {
  text-align: center;
}
table.thtr th {
  text-align: right;
}
table.tdtr td {
  text-align: right;
}
table.vat th, table.vat td {
  vertical-align: top !important;
}
table.bdl {
  border-left: 1px solid #000000 !important;
}
table.bdr {
  border-right: 1px solid #000000 !important;
}
table.text_s th, table.text_s td {
  font-size: 87.5%;
}
table.thstr th {
  color: #008bd5;
  font-weight: bold;
}
table th.bold,
table td.bold {
  font-weight: bold;
}
table tr.boldrow th, table tr.boldrow td {
  font-weight: bold;
}
table .tls {
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
}

.mb_extends > li {
  margin-bottom: 10px !important;
}

.mb_extends02 > li {
  margin-bottom: 15px !important;
}

.listmark-type01 > li {
  padding-left: 18px;
  position: relative;
}
.listmark-type01 > li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #003b90;
  border-radius: 50%;
  position: absolute;
  top: 11.5px;
  left: 2px;
}

.listmark-type02 > li {
  position: relative;
  padding-left: 9px;
}
.listmark-type02 > li:before {
  content: "";
  display: inline-block;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 14px;
  left: 0;
}

.c_numlist {
  counter-reset: numlist;
}
.c_numlist > li {
  position: relative;
  padding-left: 35px;
}
.c_numlist > li:before {
  counter-increment: numlist;
  content: counter(numlist) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.iframe-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pagenavi-box {
  text-align: center;
}
.pagenavi-box .wp-pagenavi {
  clear: both;
  text-align: center;
  display: inline-block;
  margin: 50px 0 0;
}
.pagenavi-box .wp-pagenavi a,
.pagenavi-box .wp-pagenavi span {
  display: inline-block;
  color: #003b90;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border-color: #003b90 !important;
}
.pagenavi-box .wp-pagenavi span.current {
  color: #fff;
  background: #003b90;
}

/* wp-editor */
#content .wp-editor {
  overflow: hidden;
}
#content .wp-editor strong {
  font-weight: bold;
}
#content .wp-editor em {
  font-style: italic;
}
#content .wp-editor img {
  max-width: 100%;
  height: auto;
}
#content .wp-editor ul:not([class]) {
  margin-left: 20px;
  list-style: disc;
}
#content .wp-editor ol:not([class]) {
  margin-left: 30px;
  list-style: decimal;
}
#content .wp-editor h1 {
  font-size: 2em;
  font-weight: bold;
}
#content .wp-editor h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#content .wp-editor h3 {
  font-size: 1.17em;
  font-weight: bold;
}
#content .wp-editor h4 {
  font-weight: bold;
}
#content .wp-editor h5 {
  font-size: 0.83em;
  font-weight: bold;
}
#content .wp-editor h6 {
  font-size: 0.67em;
  font-weight: bold;
}
#content .wp-editor.archive-mode img, #content .wp-editor.archive-mode video {
  display: none;
}

/* TEXT */
.rq {
  color: #ff0000;
  font-weight: bold;
}

.rq_s {
  color: #ff0000;
}

.str {
  color: #003b90;
  font-weight: bold;
}

.str_s {
  color: #003b90;
}

.str02 {
  color: #00a0ca;
  font-weight: bold;
}

.str02_s {
  color: #00a0ca;
}

.str03 {
  color: #b87b1c;
  font-weight: bold;
}

.str03_s {
  color: #b87b1c;
}

.small {
  font-size: 87.5%;
}

.small02 {
  font-size: 75%;
}

.large {
  font-size: 106.25%;
}

.large02 {
  font-size: 112.5%;
}

.caption {
  font-size: 87.5%;
}

.caption02 {
  margin-bottom: 2px;
  text-align: left;
}

sub {
  vertical-align: bottom;
  margin-bottom: 3px;
}

sup {
  vertical-align: top;
  margin-top: 3px;
}

sub,
sup {
  display: inline-block;
  font-size: 56.25%;
}

.c_mtext {
  margin-bottom: 35px;
}

.c_mtext02 {
  margin-bottom: 25px;
}

.c_itext {
  text-indent: 1em;
}

.c_note-text {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.c_note-text:before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c_note-text_nospace:before {
  content: "※";
  display: inline-block;
}

.c_note-numlist {
  counter-reset: note-numlist;
}
.c_note-numlist > li {
  position: relative;
  padding-left: 55px;
}
.c_note-numlist > li:before {
  counter-increment: note-numlist;
  content: "(注" counter(note-numlist) ")：";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* RIPPLE */
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple .rp-effect {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  transform: scale(0);
  background: #FFF;
  animation: ripple 700ms;
  pointer-events: none;
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@media print, all and (min-width: 751px) {
  /* ↓ listmark */
  /* ↓ title-level */
  .title-level01 {
    line-height: 1.65;
    padding-top: 77px;
    position: relative;
    text-align: center;
  }
  .title-level01:not(:has(.en-text)) {
    color: #003b90;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 156.25%; /* 25px */
    font-weight: bold;
    margin-bottom: 30px;
  }
  .title-level01:has(.en-text) {
    margin-bottom: 42px;
  }
  .title-level01:has(.en-text) .en-text {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 362.5%; /* 56px */
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 3px;
    font-weight: normal;
  }
  .title-level01:has(.en-text) .ja-text {
    display: block;
    font-size: 125%; /* 20px */
    color: #003b90;
  }
  .title-level01:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/common/title-icon.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .title-level02 {
    color: #003b90;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 156.25%; /* 25px */
    font-weight: 700;
    margin-bottom: 5px;
  }
  .title-level03 {
    color: #003b90;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 131.25%; /* 21px */
    font-weight: 700;
    margin-bottom: 18px;
  }
  .list_columnbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  /* ↓ box */
  .bd-box {
    padding: 20px 30px 10px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 20px 30px 10px;
    background-color: #ffffff;
  }
  .low_v-box {
    color: #ffffff;
    background-color: #000000;
    padding: 35px;
  }
  .ajax-box .loading-box {
    min-height: 400px;
    background: url(../css/ajax-loader.gif) no-repeat center/80px auto;
  }
  .map-area iframe {
    width: 100%;
    aspect-ratio: 960/600;
  }
  .tri-box > .box01 {
    float: left;
    width: 300px;
    margin-right: 30px;
  }
  .tri-box > .box02 {
    float: left;
    width: 300px;
  }
  .tri-box > .box03 {
    float: right;
    width: 300px;
  }
  .tri-box > .image {
    margin-bottom: 0;
    text-align: center;
  }
  #main .tri-box > .box01,
  #main .tri-box > .box02,
  #main .tri-box > .box03 {
    width: 200px;
  }
  .half-box > .boxl {
    float: left;
    width: 460px;
  }
  .half-box > .boxr {
    float: right;
    width: 460px;
  }
  .half-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  #main .half-box > .boxl,
  #main .half-box > .boxr {
    width: 310px;
  }
  .river-box .image {
    float: left;
    margin: 5px 35px 35px 0;
  }
  .river-box .image img {
    vertical-align: middle;
  }
  .river-box.type_right .image {
    float: right;
    margin: 5px 0 35px 35px;
  }
  /* DSIB */
  .dsib-list > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .dsib-list > li:last-child {
    margin-right: 0;
  }
  .dsib-list.type_spread > li {
    margin-right: 30px;
  }
  .dsib-list.type_spread02 > li {
    margin-right: 40px;
  }
  .dsib-list.type_spread03 > li {
    margin-right: 50px;
  }
  .dsib-list.type_spread04 > li {
    margin-right: 60px;
  }
  .dsib-list.col02 > li {
    width: 48%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dsib-list.col02 > li:nth-child(even) {
    margin-right: 0;
  }
  .dsib-list.col03 > li {
    width: 30%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dsib-list.col03 > li:nth-child(3n) {
    margin-right: 0;
  }
  .dsib-box {
    letter-spacing: -0.4em;
  }
  .dsib-box.type_center {
    text-align: center;
  }
  .dsib-box.type_right_pc {
    text-align: right;
  }
  .dsib-box > .items {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
  .dsib-box > .items:last-child {
    margin-right: 0;
  }
  .dsib-box.type_shrink > .items {
    margin-right: 10px;
  }
  .dsib-box.type_spread > .items {
    margin-right: 30px;
  }
  .dsib-box.type_spread02 > .items {
    margin-right: 40px;
  }
  .dsib-box.type_spread03 > .items {
    margin-right: 50px;
  }
  .dsib-box.type_spread04 > .items {
    margin-right: 60px;
  }
  .dsib-box.type_spread05 > .items {
    margin-right: 70px;
  }
  .dsib-box.col02 > .items {
    width: 46%;
    margin-right: 4% !important;
  }
  .dsib-box.col02 > .items:nth-child(even) {
    margin-right: 0;
  }
  .dsib-box.col02 > .items:last-child {
    margin-right: 0;
  }
  .dsib-box.type_vamd > .items {
    vertical-align: middle;
  }
  .dsib-box.type_vabtm > .items {
    vertical-align: bottom;
  }
  .dsib-box.type_mb0 > .items {
    margin-bottom: 0 !important;
  }
  .dsib-box.type_pcmb0 > .items {
    margin-bottom: 0 !important;
  }
  .dsib-box.type_mb_extends > .items {
    margin-bottom: 25px !important;
  }
  .dsib-box.col02.type_spread03 > .items {
    width: 50%;
  }
  .variable-box {
    display: flex;
    gap: 0 50px;
  }
  .variable-box .stretch-box {
    flex: 1;
  }
  .variable-box .fix-box .image img {
    vertical-align: middle;
  }
  .variable-box.gap30 {
    gap: 0 30px;
  }
  .c_images-box {
    display: flex;
    justify-content: center;
    gap: 0 50px;
  }
  .c_images-box.gap05 {
    gap: 0 5px;
  }
  .c_images-box .image img {
    vertical-align: middle;
  }
  .c_roof-box {
    position: relative;
  }
  .c_roof-box .detail-text {
    width: 435px;
    color: #ffffff;
    margin-bottom: 0;
    position: absolute;
    left: calc((100% - 960px) / 2);
    top: 670px;
    z-index: 2;
  }
  .c_roof-box .detail-text.co02 {
    color: #000000;
  }
  .c_roof-box .detail-text.size02 {
    width: 575px;
  }
  .c_roof-box .mainbox {
    height: 820px;
    margin-bottom: 4px;
  }
  .c_roof-box .mainbox .image-link {
    width: 100%;
    height: 100%;
    display: block;
    clip-path: polygon(0 160px, 0 100%, 100% 100%, 100% 160px, 50% 0);
    transition: filter 0.3s ease-in-out;
  }
  .c_roof-box .mainbox .image-link:hover {
    filter: brightness(0.7);
  }
  .c_roof-box .mainbox .image-link .image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .c_roof-box .mainbox .image-link .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  .c_roof-box .subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 4px;
  }
  .c_roof-box .subbox .image {
    margin-bottom: 0;
  }
  .c_roof-box .subbox .image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    vertical-align: middle;
  }
  .c_roof-box .subbox:has(.one-block) .one-block {
    display: block;
    color: #000000;
    text-decoration: none;
  }
  .c_roof-box .subbox:has(.one-block) .one-block .image {
    margin-bottom: 22px;
    transition: all 0.3s ease-in-out;
  }
  .c_roof-box .subbox:has(.one-block) .one-block .label {
    display: block;
    font-size: 125%; /* 20px */
    text-align: center;
    transition: color 0.3s ease-in-out;
  }
  .c_roof-box .subbox:has(.one-block) .one-block:hover .image {
    filter: brightness(0.7);
  }
  .c_roof-box .subbox:has(.one-block) .one-block:hover .label {
    color: #003b90;
  }
  .c_roof-box .detail-text {
    pointer-events: none;
  }
  .c_numb-box {
    counter-reset: numb-box;
  }
  .c_numb-box > .one-block:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .c_numb-box > .one-block .s_title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 131.25%; /* 21px */
    font-weight: 700;
    padding-left: 35px;
    margin-bottom: 15px;
    color: #003b90;
    position: relative;
  }
  .c_numb-box > .one-block .s_title:before {
    counter-increment: numb-box;
    content: "(" counter(numb-box) ")";
    display: inline-block;
    position: absolute;
    top: -1.5px;
    left: 0;
  }
  .c_column-list {
    font-family: "Noto Sans JP", sans-serif;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .c_column-list > li {
    display: grid;
    grid-template-columns: 290px 1fr;
    align-items: center;
  }
  .c_column-list > li:not(:last-of-type) {
    border-bottom: 1px solid #000000;
  }
  .c_column-list > li .label-area {
    display: flex;
    align-items: center;
    background-color: #d9e2ee;
    padding: 13px 18px;
    height: 100%;
    box-sizing: border-box;
  }
  .c_column-list > li .label-area .link {
    display: inline-block;
    font-weight: 700;
    line-height: 1.65;
    color: #003b90;
  }
  .c_column-list > li .label-area a.link {
    position: relative;
    padding-right: 30px;
    text-decoration: none;
  }
  .c_column-list > li .label-area a.link:hover {
    opacity: 0.6;
  }
  .c_column-list > li .label-area a.link:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url(../images/common/icon_blank.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(calc(-50% + 1px));
  }
  .c_column-list > li .cntbox {
    padding: 13px 20px;
  }
  .c_column-list > li .cntbox .name, .c_column-list > li .cntbox .address, .c_column-list > li .cntbox .tel {
    margin-bottom: 0;
  }
  .c_lbe-llist > li {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 0 10px;
  }
  .c_lbe-llist > li .label {
    display: inline-block;
    position: relative;
    padding: 2px 0 0 15px;
  }
  .c_lbe-llist > li .label:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #003b90;
    border-radius: 50%;
    position: absolute;
    top: 11.5px;
    left: 0;
  }
  .c_lbe-llist > li .link:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 21px;
    background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
    margin: 0 0 1px 8px;
    vertical-align: middle;
  }
  .c_colabel-column {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25rem;
    line-height: 1.65;
    display: grid;
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
  }
  .c_colabel-column dt {
    color: #ffffff;
    background-color: #003b90;
    font-weight: 700;
    padding: 5px 15px;
    border: 1px solid #003b90;
    margin-bottom: 15px;
    text-align: center;
  }
  .c_colabel-column dd {
    color: #003b90;
    font-weight: 700;
    padding: 5px 15px;
    margin-bottom: 15px;
    border: 1px solid #003b90;
    text-align: center;
  }
  .c_profile-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 26px;
  }
  .c_profile-box .image {
    margin-bottom: 0;
  }
  .c_profile-box .image img {
    vertical-align: middle;
  }
  .c_profile-box .text-area {
    text-align: right;
  }
  .faq-box .answer-box {
    counter-reset: a-numb;
  }
  .faq-box .answer-box > .one-block:not(:last-of-type) {
    margin-bottom: 33px;
  }
  .faq-box .answer-box > .one-block .a_title {
    line-height: 1.65;
    font-size: 137.5%; /* 22px */
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #b87b1c;
    padding-left: 40px;
    position: relative;
  }
  .faq-box .answer-box > .one-block .a_title:before {
    counter-increment: a-numb;
    content: "A" counter(a-numb) ".";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* EDITOR */
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  blockquote.alignleft,
  img.alignleft {
    margin: 0px 24px 10px 0;
  }
  .wp-caption.alignleft {
    margin: 0 24px 10px 0;
  }
  blockquote.alignright,
  img.alignright {
    margin: 0 0 10px 24px;
  }
  .wp-caption.alignright {
    margin: 10px 0 10px 24px;
  }
  blockquote.aligncenter,
  img.aligncenter,
  .wp-caption.aligncenter {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-article img {
    max-width: 100%;
    height: auto;
  }
  /* table */
  table.pc-t100p {
    width: 100%;
  }
  /* TABLE */
  /* TYPE01 */
  table.type01 {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  table.type01 tbody tr th {
    background-color: #d9e2ee;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding: 6px 18px;
  }
  table.type01 tbody tr td {
    padding: 6px 25px;
  }
  table.type01 tbody tr:not(:last-of-type) th, table.type01 tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid #000000;
  }
  table.type01 tbody.pc-thw145 tr th {
    width: 145px;
    box-sizing: border-box;
  }
  table.type01.pad02 tr th, table.type01.pad02 tr td {
    padding-block: 15px;
  }
  /* TYPE02 */
  /* TYPE03 */
  table.type01.opt-table {
    line-height: 1.5;
  }
  table.type01.opt-table thead tr th {
    background-color: #d9e2ee;
    border-bottom: 1px solid #000000;
    padding: 6px 15px;
    text-align: center;
    font-weight: bold;
  }
  table.type01.opt-table thead tr th:not(:last-of-type) {
    border-right: 1px solid #000000;
  }
  table.type01.opt-table thead tr th.weekly {
    width: 168px;
    box-sizing: border-box;
  }
  table.type01.opt-table tbody tr th.opt {
    width: 60px;
    padding-inline: 8px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #000000;
  }
  table.type01.opt-table tbody tr th.daily {
    width: 60px;
    padding-inline: 8px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #000000;
  }
  table.type01.opt-table tbody tr td {
    padding: 15px;
    text-align: center;
  }
  table.type01.opt-table tbody tr td:not(:last-of-type) {
    border-right: 1px solid #000000;
  }
  table.type01.opt-table tbody tr td.spcnt {
    text-align: left;
    vertical-align: top;
  }
  table.type01.opt-table tbody tr td.spcnt .ic_list {
    margin-bottom: 0;
  }
  table.type01.opt-table tbody tr td.spcnt .ic_list dd:not(:last-child) {
    margin-bottom: 10px;
  }
  table.type01.opt-table.tb-fs15 {
    font-size: 93.75%; /* 15px */
  }
  .news-box .catbox:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .news-box .s_label-box {
    width: 960px;
    margin: 0 auto 38px;
  }
  .news-box .s_label-box .inner {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 200%; /* 32px */
    text-align: center;
    letter-spacing: 1em;
    text-indent: 1em;
    line-height: 1.75;
  }
  .news-box .category > a {
    min-width: 70px;
    box-sizing: border-box;
    padding: 5px 8px 4px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #00a0ca;
    font-size: 87.5%; /* 14px */
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    transform: opacity 0.3s ease-in-out;
  }
  .news-box .category > a:hover {
    opacity: 0.6;
  }
  .news-box .category > a.academic {
    background-color: #f68f20;
  }
  .news-box time {
    display: block;
    font-size: 87.5%; /* 14px */
    font-weight: bold;
    color: #003b90;
  }
  .news-box .news-list.type-archive {
    margin-inline: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 0 40px;
  }
  .news-box .news-list.type-archive article .links {
    display: block;
    color: #000000;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }
  .news-box .news-list.type-archive article .links:hover {
    opacity: 0.6;
  }
  .news-box .news-list.type-archive article .links .thumb {
    width: 100%;
    margin-bottom: 23px;
  }
  .news-box .news-list.type-archive article .links .thumb img {
    width: 100%;
    vertical-align: middle;
  }
  .news-box .news-list.type-archive article .links time {
    margin-bottom: 5px;
  }
  .news-box .news-list.type-archive article .links .title {
    line-height: 1.6875;
    margin-bottom: 0;
  }
  .news-box .news-list.type-archive_rows article {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 0 50px;
  }
  .news-box .news-list.type-archive_rows article:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .news-box .news-list.type-archive_rows article .text-area {
    position: relative;
  }
  .news-box .news-list.type-archive_rows article .text-area .category {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .news-box .news-list.type-archive_rows article .text-area .head-area {
    padding-right: 90px;
  }
  .news-box .news-list.type-archive_rows article .text-area .head-area time {
    margin-bottom: 1px;
  }
  .news-box .news-list.type-archive_rows article .text-area .head-area .title {
    font-weight: bold;
    line-height: 1.6875;
    margin-bottom: 10px;
  }
  .news-box .news-list.type-archive_rows article .text-area .head-area .title a {
    color: #000000;
  }
  .news-box .news-list.type-archive_rows article .thumb-link {
    display: block;
    margin-top: 5px;
    transition: opacity 0.3s ease-in-out;
  }
  .news-box .news-list.type-archive_rows article .thumb-link:hover {
    opacity: 0.6;
  }
  .news-box .news-list.type-archive_rows article .thumb-link .thumb {
    margin-bottom: 0;
  }
  .news-box .news-list.type-archive_rows article .thumb-link .thumb img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    vertical-align: middle;
  }
  .news-box .news-single article {
    position: relative;
    margin-bottom: 70px;
  }
  .news-box .news-single article .head-area {
    padding: 0 90px 16px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #00a0ca;
  }
  .news-box .news-single article .head-area .category {
    position: absolute;
    top: 0;
    right: 0;
  }
  .news-box .news-single article .head-area time {
    margin-bottom: 2px;
  }
  .news-box .news-single article .head-area .title {
    font-size: 137.5%;
    line-height: 1.6875;
    font-weight: bold;
    margin-bottom: 0;
  }
  .news-box .news-single article .head-area .title a {
    color: #000000;
  }
  .staff-box .staff-list > li:not(:last-of-type) {
    margin-bottom: 75px;
  }
  .staff-box .staff-list > li:has(.image-box) {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0 30px;
  }
  .staff-box .staff-list > li:has(.image-box) .image-box .image img {
    vertical-align: middle;
  }
  .staff-box .staff-list > li .text-area {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.75;
  }
  .staff-box .staff-list > li .text-area .name-box {
    margin-bottom: 25px;
  }
  .staff-box .staff-list > li .text-area .name-box .status {
    display: block;
  }
  .staff-box .staff-list > li .text-area .name-box .name-area {
    color: #003b90;
  }
  .staff-box .staff-list > li .text-area .name-box .name-area .name {
    font-size: 156.25%; /* 25px */
    font-weight: 700;
    margin-right: 25px;
  }
  .staff-box .staff-list > li .text-area .detail-list {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 15px;
  }
  .staff-box .staff-list > li .text-area .detail-list dt {
    color: #003b90;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .staff-box .staff-list > li .text-area .detail-list dd {
    margin-bottom: 20px;
  }
  .staff-box .staff-list > li .text-area .detail-list dd ul {
    margin-bottom: 0;
  }
  .staff-box .staff-list > li:not(:has(.image-box)) .text-area {
    margin-left: 250px;
  }
  .results-box .cat-box:not(:last-of-type) {
    margin-bottom: 110px;
  }
  .results-box .cat-box .s-block:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .results-box .cat-box .results-list {
    counter-reset: results-list;
  }
  .results-box .cat-box .results-list > li {
    position: relative;
    padding-left: 42px;
  }
  .results-box .cat-box .results-list > li:before {
    counter-increment: results-list;
    content: counter(results-list) ".";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .results-box .cat-box .results-list > li:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .results-box .cat-box .results-list > li .title,
  .results-box .cat-box .results-list > li .content {
    margin-bottom: 0;
  }
  body.doctors_columns .taxonomy-label {
    width: 660px;
    margin-bottom: 40px;
  }
  .doctors_columns-outline {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 0 60px;
  }
  .doctors_columns-outline .main-box .title-area {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 30px;
  }
  .doctors_columns-outline .main-box .title-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .doctors_columns-outline .main-box .title-area .category {
    float: right;
    line-height: 1.2;
    margin: 9px 0 8px 8px;
  }
  .doctors_columns-outline .main-box .title-area .category a {
    display: inline-block;
    font-size: 93.75%; /* 15px */
    font-weight: bold;
    color: #b87b1c;
  }
  .doctors_columns-outline .main-box .title-area .dc_title {
    color: #003b90;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 156.25%; /* 25px */
    line-height: 1.65;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .doctors_columns-outline .main-box .title-area .dc_title .link {
    text-decoration-thickness: 1.5px;
  }
  .doctors_columns-outline .main-box .title-area .subbox {
    display: flex;
    line-height: 1.4;
    gap: 0 16px;
    margin-bottom: 13px;
  }
  .doctors_columns-outline .main-box .title-area .subbox .name {
    margin-bottom: 0;
  }
  .doctors_columns-outline .main-box .archive-box .title-area:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .doctors_columns-outline .main-box .archive-box .title-area .dc_title {
    font-size: 137.5%; /* 22px */
  }
  #js_tab-list {
    display: flex;
    flex-direction: wrap;
    justify-content: center;
    gap: 0 50px;
    margin-bottom: 60px;
  }
  #js_tab-list > li button {
    display: inline-block;
    background-color: transparent;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 131.25%;
    font-weight: 700;
    padding: 0 7px 6px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  #js_tab-list > li button:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #003b90;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  #js_tab-list > li button:hover:after {
    transform: translateX(0);
  }
  #js_tab-list > li.on button:after {
    transform: translateX(0);
  }
  .c_yearbox {
    text-align: center;
    margin-bottom: 100px;
  }
  .c_yearbox .year-list {
    font-family: "Noto Sans JP", sans-serif;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .c_yearbox .year-list > li {
    line-height: 1.45;
  }
  .c_yearbox .year-list > li .inner {
    display: block;
    width: 110px;
    padding: 5px 8px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #003b90;
    border-right: 1px solid #003b90;
    transition: all 0.3s ease-out;
  }
  .c_yearbox .year-list > li .inner:hover {
    color: #ffffff;
    background-color: #003b90;
  }
  .c_yearbox .year-list > li.on .inner {
    color: #ffffff;
    background-color: #003b90;
  }
  .c_yearbox .year-list > li:nth-of-type(7n + 1) .inner {
    border-left: 1px solid #003b90;
  }
  .c_yearbox .year-list > li:nth-of-type(-n + 7) .inner {
    border-top: 1px solid #003b90;
  }
  .blur {
    transition: all 0.2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
}
@media only screen and (max-width: 750px) {
  /* COMMON */
  /* ANCHOR */
  /* BTN */
  /* listmark */
  /* title-level */
  .title-level01 {
    line-height: 1.65;
    padding-top: 66px;
    position: relative;
    text-align: center;
  }
  .title-level01:not(:has(.en-text)) {
    color: #003b90;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 137.5%; /* 22px */
    font-weight: bold;
    margin-bottom: 30px;
  }
  .title-level01:has(.en-text) {
    margin-bottom: 30px;
  }
  .title-level01:has(.en-text) .en-text {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 275%; /* 44px */
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 4px;
    font-weight: normal;
  }
  .title-level01:has(.en-text) .ja-text {
    display: block;
    font-size: 106.25%; /* 17px */
    color: #003b90;
  }
  .title-level01:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/common/title-icon.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .title-level02 {
    color: #003b90;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 128.125%; /* 20.5px */
    font-weight: 700;
    margin-bottom: 5px;
  }
  .title-level03 {
    color: #003b90;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 118.75%; /* 19px */
    font-weight: 700;
    margin-bottom: 12px;
  }
  .list_columnbox > ul {
    margin-bottom: 0;
  }
  /* box */
  .bd-box {
    padding: 10px 15px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 10px 15px;
    background-color: #ffffff;
  }
  .low_v-box {
    color: #ffffff;
    background-color: #000000;
    padding: 25px;
  }
  .tri-box > .box01, .tri-box > .box02, .tri-box > .box03 {
    margin-bottom: 20px;
  }
  .tri-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .tri-box > .boxl, .tri-box > .boxr {
    margin-bottom: 20px;
  }
  .tri-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .map-area iframe {
    width: 100%;
    aspect-ratio: 960/600;
    min-height: 350px;
  }
  .ajax-box .loading-box {
    min-height: 300px;
    background: url(../css/ajax-loader.gif) no-repeat center/80px auto;
  }
  .variable-box .stretch-box {
    margin-bottom: 20px;
  }
  .variable-box .fix-box .image img {
    vertical-align: middle;
  }
  .variable-box.sp_imgup {
    display: flex;
    flex-direction: column-reverse;
  }
  .variable-box.sp_imgup .stretch-box {
    margin: 0;
  }
  .variable-box.sp_imgup .fix-box {
    margin-bottom: 20px;
  }
  .variable-box.sp_imgup .fix-box .image:last-of-type {
    margin-bottom: 0;
  }
  .c_images-box.bose_sp {
    display: flex;
    justify-content: center;
    gap: 0 5px;
  }
  .c_roof-box .detail-text {
    padding: 15px 20px 0;
    margin-bottom: 0;
  }
  .c_roof-box .mainbox {
    height: 240px;
    margin-bottom: 2px;
  }
  .c_roof-box .mainbox .image-link {
    display: block;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 47px, 0 100%, 100% 100%, 100% 47px, 50% 0);
  }
  .c_roof-box .mainbox .image-link:hover {
    filter: brightness(0.7);
  }
  .c_roof-box .mainbox .image-link .image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .c_roof-box .mainbox .image-link .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  .c_roof-box .subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2px;
  }
  .c_roof-box .subbox .image {
    margin-bottom: 0;
  }
  .c_roof-box .subbox .image img {
    object-fit: cover;
    vertical-align: middle;
  }
  .c_roof-box .subbox:has(.one-block) .one-block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    color: #000000;
    text-decoration: none;
  }
  .c_roof-box .subbox:has(.one-block) .one-block .image {
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
  }
  .c_roof-box .subbox:has(.one-block) .one-block .label {
    display: grid;
    place-items: center;
    font-size: 87.5%; /* 14px */
    text-align: center;
    padding-inline: 6px;
    line-height: 1.55;
    transition: color 0.3s ease-in-out;
  }
  .c_roof-box .subbox:has(.one-block) .one-block:hover .image {
    filter: brightness(0.7);
  }
  .c_roof-box .subbox:has(.one-block) .one-block:hover .label {
    color: #003b90;
  }
  .c_roof-box:has(.subbox .one-block) .detail-text {
    padding-top: 28px;
  }
  .c_numb-box {
    counter-reset: numb-box;
  }
  .c_numb-box > .one-block:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .c_numb-box > .one-block .s_title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 118.75%; /* 19px */
    font-weight: 700;
    padding-left: 35px;
    margin-bottom: 12px;
    color: #003b90;
    position: relative;
  }
  .c_numb-box > .one-block .s_title:before {
    counter-increment: numb-box;
    content: "(" counter(numb-box) ")";
    display: inline-block;
    position: absolute;
    top: -1.5px;
    left: 0;
  }
  .c_column-list {
    font-family: "Noto Sans JP", sans-serif;
  }
  .c_column-list > li .label-area {
    background-color: #d9e2ee;
    padding: 8px 10px;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .c_column-list > li .label-area .link {
    display: inline-block;
    font-weight: 700;
    line-height: 1.65;
    color: #003b90;
  }
  .c_column-list > li .label-area a.link {
    position: relative;
    text-decoration: none;
    padding-right: 32px;
  }
  .c_column-list > li .label-area a.link:hover {
    opacity: 0.6;
  }
  .c_column-list > li .label-area a.link:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url(../images/common/icon_blank.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(calc(-50% + 1px));
  }
  .c_column-list > li .cntbox {
    padding: 13px 16px 35px 16px;
  }
  .c_column-list > li .cntbox .address .post_ad {
    display: block;
  }
  .c_column-list > li .cntbox .name, .c_column-list > li .cntbox .address, .c_column-list > li .cntbox .tel {
    margin-bottom: 0;
  }
  .c_lbe-llist > li {
    padding-left: 15px;
  }
  .c_lbe-llist > li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .c_lbe-llist > li .label {
    display: block;
    position: relative;
    line-height: 1.4;
  }
  .c_lbe-llist > li .label:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #003b90;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -15px;
  }
  .c_lbe-llist > li .link:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 21px;
    background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
    margin: 0 0 1px 8px;
    vertical-align: middle;
  }
  .c_colabel-column {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 112.5%; /* 18px */
    line-height: 1.65;
    max-width: 300px;
    margin-inline: auto;
  }
  .c_colabel-column dt {
    color: #ffffff;
    background-color: #003b90;
    font-weight: 700;
    padding: 7px 15px;
    border: 1px solid #003b90;
    text-align: center;
  }
  .c_colabel-column dd {
    color: #003b90;
    font-weight: 700;
    padding: 7px 15px;
    border: 1px solid #003b90;
    text-align: center;
  }
  .c_colabel-column dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .c_profile-box {
    text-align: center;
  }
  .c_profile-box .image {
    margin-bottom: 12px;
  }
  .c_profile-box .image img {
    vertical-align: middle;
  }
  .c_profile-box .text-area {
    line-height: 1.75;
  }
  .faq-box .answer-box {
    counter-reset: a-numb;
  }
  .faq-box .answer-box > .one-block:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .faq-box .answer-box > .one-block .a_title {
    line-height: 1.65;
    font-size: 125%; /* 20px */
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #b87b1c;
    padding-left: 40px;
    position: relative;
  }
  .faq-box .answer-box > .one-block .a_title:before {
    counter-increment: a-numb;
    content: "A" counter(a-numb) ".";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .news-box .catbox:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .news-box .s_label-box {
    padding-inline: 20px;
    margin-bottom: 20px;
  }
  .news-box .s_label-box .inner {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 162.5%; /* 26px */
    text-align: center;
    letter-spacing: 1em;
    text-indent: 1em;
    line-height: 1.75;
  }
  .news-box .category > a {
    min-width: 70px;
    box-sizing: border-box;
    padding: 4px 8px 3px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #00a0ca;
    font-size: 87.5%; /* 14px */
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    transform: opacity 0.3s ease-in-out;
  }
  .news-box .category > a:hover {
    opacity: 0.6;
  }
  .news-box .category > a.academic {
    background-color: #f68f20;
  }
  .news-box time {
    display: block;
    font-size: 87.5%; /* 14px */
    color: #003b90;
  }
  .news-box .news-list.type-archive {
    margin-inline: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px 20px;
  }
  .news-box .news-list.type-archive article .links {
    display: block;
    color: #000000;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }
  .news-box .news-list.type-archive article .links:hover {
    opacity: 0.6;
  }
  .news-box .news-list.type-archive article .links .thumb {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-box .news-list.type-archive article .links .thumb img {
    width: 100%;
    max-height: 220px;
    vertical-align: middle;
    object-fit: cover;
  }
  .news-box .news-list.type-archive article .links time {
    margin-bottom: 3px;
  }
  .news-box .news-list.type-archive article .links .title {
    line-height: 1.6;
    margin-bottom: 0;
  }
  .news-box .news-list.type-archive article .title {
    line-height: 1.6875;
    margin-bottom: 0;
  }
  .news-box .news-list.type-archive_rows article:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .news-box .news-list.type-archive_rows article .text-area {
    position: relative;
    margin-bottom: 20px;
  }
  .news-box .news-list.type-archive_rows article .text-area .head-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .news-box .news-list.type-archive_rows article .text-area .head-area .category {
    float: right;
    margin: 0 0 8px 8px;
  }
  .news-box .news-list.type-archive_rows article .text-area .head-area time {
    font-weight: bold;
  }
  .news-box .news-list.type-archive_rows article .text-area .head-area .title {
    font-weight: bold;
    line-height: 1.6875;
    margin-bottom: 10px;
  }
  .news-box .news-list.type-archive_rows article .text-area .head-area .title a {
    color: #000000;
  }
  .news-box .news-list.type-archive_rows article .thumb-link {
    display: block;
    transition: opacity 0.3s ease-in-out;
  }
  .news-box .news-list.type-archive_rows article .thumb-link:hover {
    opacity: 0.6;
  }
  .news-box .news-list.type-archive_rows article .thumb-link .thumb {
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
  }
  .news-box .news-list.type-archive_rows article .thumb-link .thumb img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    vertical-align: middle;
  }
  .news-box .news-single article {
    position: relative;
    margin-bottom: 50px;
  }
  .news-box .news-single article .head-area {
    padding-bottom: 16px;
    margin-bottom: 40px;
    border-bottom: 1px solid #00a0ca;
  }
  .news-box .news-single article .head-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .news-box .news-single article .head-area .category {
    float: right;
    margin: 0 0 8px 8px;
  }
  .news-box .news-single article .head-area time {
    font-weight: bold;
  }
  .news-box .news-single article .head-area .title {
    font-size: 112.5%;
    line-height: 1.6875;
    font-weight: bold;
    margin-bottom: 0;
  }
  .news-box .news-single article .head-area .title a {
    color: #000000;
  }
  .staff-box .staff-list > li:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .staff-box .staff-list > li .image-box .image {
    text-align: center;
  }
  .staff-box .staff-list > li .image-box .image img {
    width: 180px;
    vertical-align: middle;
  }
  .staff-box .staff-list > li .text-area {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.75;
  }
  .staff-box .staff-list > li .text-area .name-box {
    text-align: center;
    margin-bottom: 15px;
  }
  .staff-box .staff-list > li .text-area .name-box .status {
    display: block;
  }
  .staff-box .staff-list > li .text-area .name-box .name-area {
    line-height: 1.65;
    color: #003b90;
  }
  .staff-box .staff-list > li .text-area .name-box .name-area .name {
    display: block;
    font-size: 156.25%; /* 25px */
    font-weight: 700;
  }
  .staff-box .staff-list > li .text-area .detail-list {
    line-height: 1.75;
  }
  .staff-box .staff-list > li .text-area .detail-list dt {
    color: #003b90;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .staff-box .staff-list > li .text-area .detail-list dd {
    margin-bottom: 15px;
  }
  .results-box .cat-box:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .results-box .cat-box .s-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .results-box .cat-box .results-list {
    counter-reset: results-list;
  }
  .results-box .cat-box .results-list > li {
    position: relative;
    padding-left: 42px;
  }
  .results-box .cat-box .results-list > li:before {
    counter-increment: results-list;
    content: counter(results-list) ".";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .results-box .cat-box .results-list > li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .results-box .cat-box .results-list > li .title,
  .results-box .cat-box .results-list > li .content {
    margin-bottom: 0;
  }
  .doctors_columns-outline .main-box {
    margin-bottom: 100px;
  }
  .doctors_columns-outline .main-box .title-area {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 45px;
  }
  .doctors_columns-outline .main-box .title-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .doctors_columns-outline .main-box .title-area .category {
    float: right;
    line-height: 1.2;
    margin: 10px 0 8px 8px;
  }
  .doctors_columns-outline .main-box .title-area .category a {
    display: inline-block;
    font-size: 93.75%; /* 15px */
    font-weight: bold;
    color: #b87b1c;
  }
  .doctors_columns-outline .main-box .title-area .dc_title {
    color: #003b90;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 143.75%; /* 23px */
    line-height: 1.65;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .doctors_columns-outline .main-box .title-area .subbox {
    line-height: 1.4;
  }
  .doctors_columns-outline .main-box .title-area .subbox .date {
    display: block;
    margin-bottom: 5px;
  }
  .doctors_columns-outline .main-box .title-area .subbox .name {
    margin-bottom: 0;
  }
  .doctors_columns-outline .archive-box .title-area .dc_title {
    font-size: 125%; /* 20px */
    margin-bottom: 13px;
  }
  #js_tab-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 15px;
    margin-bottom: 45px;
  }
  #js_tab-list > li button {
    display: inline-block;
    background-color: transparent;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 118.75%;
    font-weight: 700;
    padding: 0 7px 6px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  #js_tab-list > li button:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #003b90;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  #js_tab-list > li button:hover:after {
    transform: translateX(0);
  }
  #js_tab-list > li.on button:after {
    transform: translateX(0);
  }
  /* EDITOR */
  .alignleft,
  .alignright,
  .aligncenter,
  .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  blockquote.alignleft,
  img.alignleft {
    margin-bottom: 10px;
  }
  .wp-caption.alignleft {
    margin-bottom: 10px;
  }
  blockquote.alignright,
  img.alignright {
    margin-bottom: 10px;
  }
  .wp-caption.alignright {
    margin-bottom: 10px;
  }
  blockquote.aligncenter,
  img.aligncenter,
  .wp-caption.aligncenter {
    margin-bottom: 10px;
  }
  /* table */
  table.t100p {
    width: 100%;
  }
  table.tls {
    text-align: center;
    letter-spacing: 1em;
    text-indent: 1em;
  }
  table.alltc th, table.alltc td {
    text-align: center;
  }
  table.equality {
    table-layout: fixed;
  }
  /* TABLE */
  /* TYPE01 */
  table.type01 {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    line-height: 1.65;
  }
  table.type01 tbody tr th {
    background-color: #d9e2ee;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    padding: 10px 12px;
  }
  table.type01 tbody tr td {
    padding: 10px 14px;
  }
  table.type01 tbody tr:not(:last-of-type) th, table.type01 tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid #000000;
  }
  table.type01 tbody.sp-th_w120px tr th {
    width: 120px;
    box-sizing: border-box;
  }
  table.type01.f_s15 {
    font-size: 93.75%; /* 15px */
  }
  table.type01.pad02 tr th, table.type01.pad02 tr td {
    padding-block: 13px;
  }
  /* TYPE02 */
  /* TYPE03 */
  /* TYPE02 */
  /* TYPE03 */
  .opt_table-area {
    overflow: scroll;
  }
  table.type01.opt-table {
    width: 960px;
    line-height: 1.5;
  }
  table.type01.opt-table thead tr th {
    background-color: #d9e2ee;
    border-bottom: 1px solid #000000;
    padding: 6px 15px;
    text-align: center;
    font-weight: bold;
  }
  table.type01.opt-table thead tr th:not(:last-of-type) {
    border-right: 1px solid #000000;
  }
  table.type01.opt-table thead tr th.weekly {
    width: 168px;
    box-sizing: border-box;
  }
  table.type01.opt-table tbody tr th.opt {
    width: 60px;
    padding-inline: 8px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #000000;
  }
  table.type01.opt-table tbody tr th.daily {
    width: 60px;
    padding-inline: 8px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #000000;
  }
  table.type01.opt-table tbody tr td {
    padding: 15px;
    text-align: center;
  }
  table.type01.opt-table tbody tr td:not(:last-of-type) {
    border-right: 1px solid #000000;
  }
  table.type01.opt-table tbody tr td.spcnt {
    text-align: left;
    vertical-align: top;
  }
  table.type01.opt-table tbody tr td.spcnt .ic_list {
    margin-bottom: 0;
  }
  table.type01.opt-table tbody tr td.spcnt .ic_list dd:not(:last-child) {
    margin-bottom: 10px;
  }
  table.type01.opt-table.tb-fs15 {
    font-size: 93.75%; /* 15px */
  }
  .scroll-arrow {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  .scroll-arrow:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background-color: #003b90;
    clip-path: polygon(0 50%, 9px 0, 9px 4.5px, 100% 4.5px, 100% 5.5px, 9px 5.5px, 9px 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .scroll-arrow:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 10px;
    background-color: #003b90;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .scroll-arrow .inner {
    display: inline-block;
    font-size: 93.75%; /* 15px */
    padding: 0 15px;
    color: #000000;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .c_yearbox {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 60px;
  }
  .c_yearbox .year-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    margin: 0;
  }
  .c_yearbox .year-list > li {
    line-height: 1.45;
  }
  .c_yearbox .year-list > li .inner {
    display: block;
    width: 100%;
    padding: 7px 8px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    border: 1px solid #003b90;
    transition: all 0.3s ease-out;
  }
  .c_yearbox .year-list > li .inner:hover {
    color: #ffffff;
    background-color: #003b90;
  }
  .c_yearbox .year-list > li.on .inner {
    color: #ffffff;
    background-color: #003b90;
  }
  /* TEXT */
  .rq {
    color: #ff0000;
    font-weight: bold;
  }
  .fl-cont .image {
    display: block;
    margin: 20px auto 10px auto;
  }
  /* RIPPLE */
  .ripple {
    position: relative;
    overflow: hidden;
  }
  .ripple .rp-effect {
    position: absolute;
    border-radius: 50%;
    opacity: 0.35;
    transform: scale(0);
    background: #FFF;
    animation: ripple 700ms;
    pointer-events: none;
  }
  @-webkit-keyframes ripple {
    to {
      opacity: 0;
      transform: scale(2);
    }
  }
  @keyframes ripple {
    to {
      opacity: 0;
      transform: scale(2);
    }
  }
  .blur {
    transition: all 0.2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
}

/*# sourceMappingURL=snippets.css.map */
