@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique";
  line-height: 2;
  color: #313131;
  background-color: #f9f9f9;
}
body.spmenu_active {
  overflow: hidden;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  body {
    min-width: 1200px;
  }
}

iframe {
  width: 100%;
  border: none;
  position: relative;
}

.root {
  min-width: 1200px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .root {
    min-width: auto;
  }
}
@media only screen and (max-width: 719px) {
  .root {
    padding-top: 50px;
    min-width: auto;
  }
}
@media only print {
  .root {
    overflow: auto;
  }
}

/*** header ***/
header {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 200;
  font-family: "Zen Maru Gothic";
}
@media only screen and (max-width: 719px) {
  header {
    background: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    min-height: 0;
    min-width: 320px;
    width: 100%;
    position: fixed;
    top: 0;
    transition: 0.3s all;
  }
  header.hidden {
    top: -80px;
  }
}
header .header_body {
  position: relative;
}
@media only screen and (max-width: 719px) {
  header .header_body {
    padding-top: 0;
    width: auto;
    min-height: 50px;
    align-items: center;
    background-color: #ffffff;
  }
}
header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header_title {
  margin-top: 100px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2ex;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}
.header_title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(94, 93, 93, 0.533);
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .header_title {
    margin-top: 123px;
  }
}
@media only screen and (max-width: 719px) {
  .header_title {
    letter-spacing: 0.1ex;
    margin-top: 0;
  }
}
.header_title > img {
  display: block;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header_title .text_wrapper {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .header_title .text_wrapper {
    min-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 719px) {
  .header_title .text_wrapper {
    min-width: none;
  }
  .header_title .text_wrapper span {
    font-size: 28px;
  }
  .header_title .text_wrapper span small {
    font-size: 15px;
  }
}
.header_title span {
  position: relative;
  color: #ffffff;
  font-size: 42px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic Antique";
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0.4em;
}
.header_title span small {
  font-size: 18px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  font-family: "Ubuntu";
  margin-top: 0.5em;
}
@media only screen and (max-width: 719px) {
  .header_title span small {
    margin-top: 0.5em;
  }
}

.fixed_anchor_link .anchor_link {
  transform: translateX(-50%);
  left: 50%;
  margin-left: 0;
  transition: 0.2s all;
}
.fixed_anchor_link .anchor_link ul {
  position: relative;
}
.fixed_anchor_link .anchor_link ul:before {
  content: "";
  position: absolute;
  top: -80px;
  left: -100vw;
  display: block;
  width: 200vw;
  background-color: #f9f9f9;
  height: calc(100% + 110px);
}
@media only screen and (max-width: 719px) {
  .fixed_anchor_link .anchor_link ul:before {
    height: calc(100% + 90px);
  }
}
.fixed_anchor_link .anchor_link ul:before:before {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.fixed_anchor_link .anchor_link.scrolled {
  top: 0;
}
.fixed_anchor_link .anchor_link.fixed {
  transition: 0.3s all;
  position: fixed;
  top: 80px;
  width: 100vw;
  z-index: 100;
  transform: translateX(-50%);
}
@media only screen and (max-width: 719px) {
  .fixed_anchor_link .anchor_link.fixed {
    top: 50px;
  }
}

.header_search_form {
  box-sizing: border-box;
  border: 1px solid #adadad;
  overflow: hidden;
}
.header_search_form > div {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0 0px 0 10px;
  box-sizing: border-box;
}
.header_search_form .searchBtn {
  height: 32px;
  width: 33px;
}
.header_search_form .searchBox {
  flex-grow: 1;
  border: none;
  padding: 0.5ex;
  background: transparent;
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  outline: none;
  font-size: 1rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

#header_menubtn {
  display: none;
}
@media only screen and (max-width: 719px) {
  #header_menubtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin-top: -50px;
    padding: 25px;
  }
  #header_menubtn > span {
    transition: all 0.1s;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(5px);
  }
  #header_menubtn > span span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #313131;
    border-radius: 2px;
    overflow: hidden;
    text-indent: -9999px;
  }
  #header_menubtn > span span:nth-of-type(1) {
    top: 0;
  }
  #header_menubtn > span span:nth-of-type(2) {
    top: 6px;
  }
  #header_menubtn > span span:nth-of-type(3) {
    top: 12px;
  }
  .spmenu_active #header_menubtn > span span:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg) scale(1.2);
  }
  .spmenu_active #header_menubtn > span span:nth-of-type(2) {
    top: 6px;
    transform: rotate(135deg) scale(1.2);
  }
  .spmenu_active #header_menubtn > span span:nth-of-type(3) {
    top: 6px;
    transform: rotate(225deg) scale(1.2);
  }
}

.sp_header {
  transition: 0.2s all;
  position: fixed;
  width: 100%;
  min-width: 320px;
  top: 0;
  background: #ffffff;
  z-index: 100;
}
@media only screen and (min-width: 1200px) {
  .sp_header {
    display: none;
  }
}
.sp_header .sp_header_title {
  transition: 0.2s all;
  display: block;
  position: relative;
  margin: 5px auto 5px 5px;
  padding: 0;
  width: 250px;
  box-sizing: border-box;
  z-index: 3;
}
.sp_header .sp_header_title a {
  transition: 0.2s all;
  display: block;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}

img.subnav_icon {
  display: none;
}

.hidden .hmenu {
  top: -100px;
}

.hmenu {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  transition: 0.3s all;
  position: fixed;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Zen Maru Gothic";
}
.hmenu h1 {
  margin-bottom: 0;
}
.hmenu h1 img {
  vertical-align: middle;
}
@media only screen and (max-width: 719px) {
  .hmenu h1 img {
    width: 220px !important;
    height: auto !important;
  }
}
.hmenu > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0;
  max-width: 1200px;
  height: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .hmenu > div {
    width: auto;
  }
}
@media only screen and (max-width: 719px) {
  .hmenu > div {
    padding-top: 0;
  }
}
.hmenu > div > div:not(.hnav_wrapper) {
  margin-bottom: 0;
}
@media only screen and (max-width: 719px) {
  .hmenu > div > div:not(.hnav_wrapper) img {
    width: 220px !important;
    height: auto !important;
  }
}
.hmenu > div .hnav_wrapper {
  display: flex;
  height: 20px;
  align-items: center;
  padding-top: 12px;
  box-sizing: border-box;
}
@media only screen and (max-width: 719px) {
  .hmenu > div .hnav_wrapper {
    display: none;
  }
}
.hmenu > div .hnav_wrapper > div {
  position: relative;
}
.hmenu > div .hnav_wrapper > div.header_search a {
  padding-left: 51px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .hmenu > div .hnav_wrapper > div.header_search a {
    padding-left: 30px;
  }
}
.hmenu > div .hnav_wrapper > div.header_search span {
  position: relative;
}
.hmenu > div .hnav_wrapper > div.header_search span::before {
  content: "";
  background: url(../img/search.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 17px;
  width: 16px;
  left: -20px;
  top: 2px;
}
.hmenu > div .hnav_wrapper > div.form a {
  color: #0c5bd2;
  padding-right: 34px !important;
}
.hmenu > div .hnav_wrapper > div::before {
  content: "";
  background: url(../img/hmenu_before.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 22px;
  width: 3px;
  left: 0;
  top: 25%;
}
.hmenu > div .hnav_wrapper > div a {
  text-decoration: none;
  color: #313131;
  font-size: 15px;
  padding: 1em 35px;
  font-weight: 500;
  font-family: "Zen Maru Gothic";
  position: relative;
  transition: 0.2s all;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .hmenu > div .hnav_wrapper > div a {
    padding: 0 10px;
  }
}
.hmenu > div .hnav_wrapper > div a:hover {
  opacity: 0.5;
}
.hmenu > div .hnav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.hmenu > div .hnav li {
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .hmenu > div .hnav li {
    margin-right: 10px;
  }
}
.hmenu > div .hnav li:first-child::after {
  content: none;
}
.hmenu > div .hnav li .sns {
  display: block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  transition: 0.2s;
  box-sizing: border-box;
}
.hmenu > div .hnav li .sns:hover {
  transform: scale(0.9);
  transform-origin: center center;
  background-size: 120%;
}
.hmenu > div .hnav li .sns._f {
  background: url(../img/sns_f.webp) 50% 50%/contain no-repeat;
}
.hmenu > div .hnav li .sns._x {
  background: url(../img/sns_x.webp) 50% 50%/contain no-repeat;
}
.hmenu > div .hnav li .sns._y {
  background: url(../img/sns_y.webp) 50% 50%/contain no-repeat;
  margin-right: 15px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .hmenu > div .hnav li .sns._y {
    margin-right: 10px;
  }
}

.hidden .gnav {
  top: -100px;
}

.gnav {
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 5;
  transition: 0.3s all;
}
.gnav > div {
  max-width: 1236px;
  margin: auto;
  border-radius: 4px;
  background: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.gnav > div > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  font-weight: 700;
  letter-spacing: 0.2ex;
  font-size: 100%;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .gnav > div > ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 719px) {
  .gnav > div > ul {
    display: none;
  }
}
.gnav > div > ul > li {
  position: relative;
  margin: 0 0;
  display: flex;
  align-items: stretch;
  position: relative;
}
.gnav > div > ul > li > a {
  text-decoration: none;
  color: #313131;
  font-weight: 500;
  padding: 14px 16px 18px;
  line-height: 1;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 18px;
  font-family: "Zen Maru Gothic";
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .gnav > div > ul > li > a {
    padding: 0.2em 1em 0.8em;
  }
}
.gnav > div > ul > li > a::after {
  content: "";
  background: #193aa9;
  border-radius: 6px 6px 0 0;
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.3s all;
  opacity: 0;
}
.gnav > div > ul > li > a > span {
  display: block;
  transform: rotate(0.1deg);
  margin: auto;
}
.gnav > div > ul > li > a:hover, .gnav > div > ul > li > a:active {
  color: #193aa9;
}
.gnav > div > ul > li > a:hover::after, .gnav > div > ul > li > a:active::after {
  bottom: 0px;
  opacity: 1;
}
.gnav > div > ul > li.active a::after {
  bottom: 0px;
  opacity: 1;
}
.gnav > div > ul > li.hover .subnav {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.gnav > div > ul > li.hover .subnav li {
  transform: rotateY(0);
}
.gnav > div > ul > li:first-child .subnav {
  left: 0%;
  transform: translateX(0);
}
.gnav > div > ul > li:last-child .subnav {
  left: auto;
  right: 0;
  transform: translateX(0);
}
.gnav > div > ul > li .subnav {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  transform: translateX(-140px);
  width: 280px;
  line-height: 1.6;
  font-size: 90%;
  font-weight: normal;
  letter-spacing: 0;
  transition: 0.3s all;
}
.gnav > div > ul > li .subnav > span,
.gnav > div > ul > li .subnav > a {
  display: none;
}
.gnav > div > ul > li .subnav li {
  background: linear-gradient(to right, #193aa9, #0075c1);
  border-top: 1px solid #e7e8ea;
  transform: perspective(1000px) rotateX(90deg);
  transition: 0.15s all;
  transform-origin: 50% 0;
}
.gnav > div > ul > li .subnav li:first-child {
  border-top: none;
}
.gnav > div > ul > li .subnav li:nth-child(1) {
  transition-delay: 0.03s;
}
.gnav > div > ul > li .subnav li:nth-child(2) {
  transition-delay: 0.06s;
}
.gnav > div > ul > li .subnav li:nth-child(3) {
  transition-delay: 0.09s;
}
.gnav > div > ul > li .subnav li:nth-child(4) {
  transition-delay: 0.12s;
}
.gnav > div > ul > li .subnav li:nth-child(5) {
  transition-delay: 0.15s;
}
.gnav > div > ul > li .subnav li:nth-child(6) {
  transition-delay: 0.18s;
}
.gnav > div > ul > li .subnav li:nth-child(7) {
  transition-delay: 0.21s;
}
.gnav > div > ul > li .subnav li:nth-child(8) {
  transition-delay: 0.24s;
}
.gnav > div > ul > li .subnav li:nth-child(9) {
  transition-delay: 0.27s;
}
.gnav > div > ul > li .subnav li:nth-child(10) {
  transition-delay: 0.3s;
}
.gnav > div > ul > li .subnav li a {
  padding: 10px 10px;
  display: block;
  transition: 0.3s all;
}
.gnav > div > ul > li .subnav li a:link, .gnav > div > ul > li .subnav li a:visited {
  color: #e7e8ea;
  text-decoration: none;
}
.gnav > div > ul > li .subnav li a:hover, .gnav > div > ul > li .subnav li a:active {
  background: #e7e8ea;
  color: #193aa9;
}
.gnav > div > ul > li .subnav li a > span {
  display: inline-block;
  transform: rotate(0.1deg);
}

.gnav_sp {
  display: none;
  margin: 0 10px 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 719px) {
  .gnav_sp {
    display: block;
  }
}
.gnav_sp ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}
.gnav_sp ul li {
  text-align: center;
  display: flex;
  flex-grow: 1;
  justify-content: stretch;
  align-items: stretch;
  border-right: 1px solid #cccccc;
}
.gnav_sp ul li:last-child {
  border-right: 0;
}
.gnav_sp ul li:nth-child(n+4):not(:last-child) {
  display: none;
}
.gnav_sp ul li a {
  flex-grow: 1;
  display: block;
  text-decoration: none;
  padding: 5px;
  line-height: 120%;
  color: #444444;
  transition: 0.2s all;
}
.gnav_sp ul li a i {
  display: block;
  text-align: center;
  font-size: 180%;
  line-height: 120%;
  margin-bottom: 5px;
}
.gnav_sp ul li a:hover, .gnav_sp ul li a:active {
  color: #ffffff;
  background: #333333;
}

@media only screen and (max-width: 719px) {
  #sp_nav_close {
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
  }
  #sp_nav_close > span {
    transition: all 0.4s;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 24px;
    margin-top: 5px;
    position: relative;
  }
  #sp_nav_close > span span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
  }
  #sp_nav_close > span span:nth-of-type(1) {
    top: 0;
    transform: translate3d(3px, 3px, 0) rotate(-45deg) scale(0.55, 1);
  }
  #sp_nav_close > span span:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
  }
  #sp_nav_close > span span:nth-of-type(3) {
    top: 12px;
    transform: translate3d(-3px, -3px, 0) rotate(-45deg) scale(0.55, 1);
  }
  #sp_nav_close:hover, #sp_nav_close:active {
    background: transparent !important;
  }
}

.sp_search_container {
  text-align: center;
  padding: 10px !important;
}
.sp_search_container .header_search_form {
  margin: auto;
  background-color: transparent;
  display: inline-block;
  width: 280px;
  vertical-align: middle;
}
.sp_search_container .header_search_form > div {
  width: 280px;
  padding-right: 10px;
  padding-left: 10px;
}
.sp_search_container .header_search_form .searchBox {
  margin-right: 0;
  line-height: 30px;
  height: 30px;
  width: 220px;
}
.sp_search_container .header_search_form .searchBtn {
  width: 16px;
  height: 17px;
}
.sp_search_container .header_search_form > div {
  margin: auto;
}

.sp_nav_icons {
  padding: 0 !important;
  margin: 0;
  text-align: center;
  display: flex !important;
  flex-wrap: wrap;
}
.sp_nav_icons > a {
  width: 50%;
  margin: 0 !important;
  padding: 10px !important;
  box-sizing: border-box !important;
}
.sp_nav_icons > a img {
  display: block;
  max-width: 48px;
  margin: 0.5ex auto;
}

.spmenu_active #sp_nav {
  display: block;
}

#sp_nav {
  z-index: 1000;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 190;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#sp_nav > ul {
  background: #ffffff;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 2;
}
#sp_nav > ul li.hasmenu > div {
  display: flex;
  position: relative;
}
#sp_nav > ul li.hasmenu > div > *:first-child {
  flex-grow: 1;
}
#sp_nav > ul li.hasmenu > div > *:last-child {
  width: 50px;
  border: none;
}
#sp_nav > ul li.hasmenu button {
  content: "";
  display: block;
  width: 50px;
  position: relative;
  cursor: pointer;
}
#sp_nav > ul li.hasmenu button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/liaj-lin-gr/block/img/aco_plus.webp") 50% 50% no-repeat;
  background-size: 19px;
  transition: 0.3s all;
}
#sp_nav > ul li.hasmenu button.open::before {
  background: url("/wp-content/themes/liaj-lin-gr/block/img/aco_minus.webp") 50% 50% no-repeat;
  background-size: 19px;
}
#sp_nav > ul li.hasmenu button.open {
  background-color: #f9f9f9;
}
#sp_nav > ul li.hasmenu ul li {
  display: block;
  text-indent: 1em;
}
#sp_nav > ul li.hasmenu ul ul li {
  text-indent: 2em;
}
#sp_nav > ul li.hasmenu ul ul li ul li {
  text-indent: 3em;
}
#sp_nav > ul ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
#sp_nav > ul li {
  list-style-type: none;
  margin: 0 0;
  padding: 0 0;
  border-top: 1px dotted #d2d2d2;
}
#sp_nav > ul a {
  margin: 0;
  padding: 1.2ex 15px 1.2ex 28px;
  font-weight: bold;
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.3s all;
  color: #313131;
}
#sp_nav > ul a:hover, #sp_nav > ul a:active {
  background-color: #e7e8ea;
}
#sp_nav .sp_nav_main img.subnav_icon {
  display: inline-block;
  vertical-align: middle;
  max-height: 2em;
  margin: -1ex 1ex -1ex 0;
}
#sp_nav .sp_nav_main > ul {
  margin-left: 0;
}
#sp_nav .sp_nav_main > ul > li {
  background-color: #f9f9f9;
}
#sp_nav .hidden_nav {
  display: none;
}
#sp_nav .sp_nav_overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.breadcrumbs {
  max-width: 1980px;
  font-family: "Zen Kaku Gothic Antique";
  margin: 0 auto 0;
  padding: 0.5ex 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 90%;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  position: relative;
  justify-content: end;
  font-size: 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .breadcrumbs {
    width: auto;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .breadcrumbs {
    margin: 1ex auto;
    padding: 0 10px;
    width: auto;
    top: 0px;
    right: 10px;
    font-size: 0.9em;
  }
}
.breadcrumbs li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 1ex;
  font-size: 90%;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li a {
  text-decoration: none;
  color: #ffffff;
}
.breadcrumbs li a:hover, .breadcrumbs li a:active {
  text-decoration: underline;
}

main {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  display: block;
}
main:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  main {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 719px) {
  main {
    width: auto;
    margin: 0 auto 0px;
    padding: 0;
    min-width: 320px;
    box-sizing: border-box;
    overflow: hidden;
  }
}

.columned > *.content_section {
  margin: 0px 0;
}

/*** footer ***/
footer {
  margin: auto;
  background-color: #0c5bd2;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 719px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer_column {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  footer .footer_column {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 719px) {
  footer .footer_column {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer_column .inner {
  width: 69%;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  footer .footer_column .inner {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 719px) {
  footer .footer_column .inner {
    width: 80%;
  }
}
footer .fnav {
  letter-spacing: 0.1ex;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  footer .fnav {
    font-size: 100%;
  }
}
@media only screen and (max-width: 719px) {
  footer .fnav {
    font-size: 100%;
  }
}
footer .fnav ul {
  padding: 0;
  display: flex;
  justify-content: right;
  list-style-type: none;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  footer .fnav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 719px) {
  footer .fnav ul {
    display: block;
    margin-top: 0.5em;
  }
}
footer .fnav ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
footer .fnav ul li:last-of-type a {
  padding-right: 0;
}
footer .fnav ul li::before {
  content: "";
  background: url(../img/white_arrow.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 14px;
  width: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-7px);
}
footer .fnav ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 14px 40px 14px 23px;
}
footer .fnav ul li a:hover, footer .fnav ul li a:active {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 719px) {
  footer .fnav ul li a {
    padding: 0 0 0 1em;
    padding-left: 1em;
    background: url(../img/arrow_blue.png) 0 50%/13px 13px no-repeat;
    font-size: 15px;
  }
}
footer .footer_logo {
  width: 31%;
}
footer .footer_logo img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 719px) {
  footer .footer_logo {
    width: 100%;
    max-width: 300px;
  }
  footer .footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
footer .footer_copy {
  text-align: right;
  color: #ffffff;
  font-size: 13px;
  opacity: 0.3;
  padding-top: 60px;
  line-height: 1.5;
}
@media only screen and (max-width: 719px) {
  footer .footer_copy {
    opacity: 1;
    color: #313131;
    text-align: center;
    font-size: 85%;
    padding-top: 10px;
    max-width: 80%;
    margin: 0 auto;
  }
}

a.btn {
  padding: 32px 60px;
  background-color: #fff;
  min-width: 360px;
  margin-top: 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.5s 0s ease;
  text-align-last: left;
  background: transparent;
}
a.btn:hover {
  background-color: #193aa9;
}
@media only screen and (max-width: 719px) {
  a.btn {
    padding: 22px 20px;
    min-width: 250px;
  }
}
a.btn span {
  display: block;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  position: relative;
  z-index: 10;
  display: inline-block;
  font-weight: bold;
  background: url("../img/bluecircle_arrow_r.webp") 0 50% no-repeat;
  background-size: 20px 20px;
  font-size: 18px;
  color: #313131;
  box-sizing: border-box;
}
@media only screen and (max-width: 719px) {
  a.btn span {
    font-size: 15px;
  }
}
a.btn:hover span {
  background: url("../img/whitecircle_arrow.webp") 0 50% no-repeat;
  background-size: 20px 20px;
  color: #ffffff;
}
a.btn.pdf span {
  padding-left: 30px;
  background: url("../img/pdf.png") 0 50% no-repeat;
  background-size: 15px 19px;
}
a.btn.pdf::before {
  content: none;
}
a.btn.pdf:hover span {
  background: url("../img/white_pdf.webp") 0 50% no-repeat;
  background-size: 15px 19px;
}
a.btn.ext span {
  padding-left: 40px;
  background: url("../img/ext.png") 0 50% no-repeat;
  background-size: 16px 13px;
}
a.btn.ext::before {
  content: none;
}
a.btn.ext:hover span {
  background: url("../img/white_ext.webp") 0 50% no-repeat;
  background-size: 16px 13px;
}

@media only screen and (max-width: 719px) {
  .f_foot {
    margin-top: 10px;
    position: relative;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
  }
  .f_foot * {
    position: relative;
    z-index: 10;
  }
  .f_foot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: calc(100% + 30px);
    background-color: #fff;
    z-index: 5;
  }
}
.f_sns {
  display: none;
  list-style-type: none;
  margin: 0px auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media only screen and (max-width: 719px) {
  .f_sns {
    display: flex;
    padding: 20px 0 5px;
  }
}
.f_sns li {
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 10px;
}
.f_sns li:first-child::after {
  content: none;
}
.f_sns li .sns {
  display: block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  transition: 0.2s;
  box-sizing: border-box;
}
.f_sns li .sns:hover {
  transform: scale(0.9);
  transform-origin: center center;
  background-size: 120%;
}
.f_sns li .sns._f {
  background: url(../img/sns_f.webp) 50% 50%/contain no-repeat;
}
.f_sns li .sns._x {
  background: url(../img/sns_x.webp) 50% 50%/contain no-repeat;
}
.f_sns li .sns._y {
  background: url(../img/sns_y.webp) 50% 50%/contain no-repeat;
  margin-right: 15px;
}

.totop {
  max-width: 1200px;
  z-index: 100;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .totop {
    width: auto;
    height: 0px;
  }
}
@media print {
  .totop {
    display: none;
  }
}
.totop > div {
  width: 60px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 719px) {
  .totop > div {
    margin: 0 auto;
  }
}
.totop a {
  display: block;
  position: fixed;
  bottom: -128px;
  margin: 0 0 0 auto;
  width: 60px;
  height: 60px;
  transition: 0.5s all;
}
@media only screen and (max-width: 719px) {
  .totop a {
    margin: 0 auto;
  }
}
.totop a.finished {
  position: absolute;
  bottom: 10px !important;
}
.totop a img {
  width: 100%;
  display: block;
  margin: auto;
  filter: drop-shadow(5px 5px 5px rgba(46, 48, 50, 0.1960784314));
}
.totop a.active {
  bottom: 20px;
}
.totop a.finished {
  position: absolute;
}
.totop a:hover, .totop a:active {
  opacity: 0.8;
}

.wp_wrapper figure {
  margin: 1em;
}
@media only screen and (max-width: 719px) {
  .wp_wrapper figure {
    margin: auto;
  }
}
@media only screen and (max-width: 719px) {
  .wp_wrapper #wpadminbar {
    display: none;
  }
}

@media print {
  .prev_window,
  .totop {
    display: none !important;
  }
}
h1 {
  margin-block-end: 0.97em;
}
@media only screen and (max-width: 719px) {
  h1 {
    line-height: 1;
    margin-block-start: 0;
    font-size: 0;
  }
}

.anchor_link {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  max-width: 1200px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .anchor_link {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .anchor_link {
    margin-bottom: 1em;
    margin-top: 20px;
  }
}
.anchor_link ul {
  padding-inline-start: 0;
  position: relative;
  margin: 0 auto;
  list-style: none;
  list-style-image: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 719px) {
  .anchor_link ul {
    box-sizing: border-box;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.anchor_link ul li {
  box-sizing: border-box;
  margin: 0 0 0 0;
  padding: 0 60px 0 1.6em;
  display: inline-block;
  font-weight: bold;
}
.anchor_link ul li:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 719px) {
  .anchor_link ul li {
    padding: 0 2.6em 0 1.6em;
  }
  .anchor_link ul li:last-of-type {
    padding-right: 1.6em;
  }
}
.anchor_link ul li a {
  text-decoration: none;
  letter-spacing: normal;
  color: #111111;
  position: relative;
  line-height: 1;
  text-align: left;
  display: flex;
  margin-bottom: 1em;
  font-weight: 500;
}
.anchor_link ul li a::before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/bluecircle_arrow.webp") 50% 50% no-repeat;
  transition: 0.3s all;
  width: 20px;
  height: 20px;
  top: 10px;
  left: -25px;
  background-size: contain;
  transform: translateY(-12px);
}
@media only screen and (max-width: 719px) {
  .anchor_link ul li a::before {
    transform: translateY(-10px);
  }
}
.anchor_link ul li a:hover {
  color: #193aa9;
}

h1 {
  margin-bottom: 0;
}

.main_content {
  max-width: 1200px;
  min-height: 400px;
  position: relative;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 auto;
  margin-bottom: 160px;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  /* カスタムスタイルを定義 */
}
.main_content.top {
  width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .main_content.top {
    width: auto;
  }
}
@media only screen and (max-width: 719px) {
  .main_content.top {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .main_content {
    width: auto;
  }
}
@media only screen and (max-width: 719px) {
  .main_content {
    width: auto;
    min-height: 0;
    float: none;
    margin-top: 0;
    margin-bottom: 100px;
    width: auto;
    padding: 0.2em 20px 0;
    margin-top: 0;
    border-radius: 0;
  }
}
.main_content:not(.top) h2 {
  line-height: 1.4;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1ex;
  position: relative;
  margin: 2.5em auto 0.5em;
  color: #193aa9;
}
@media only screen and (max-width: 719px) {
  .main_content:not(.top) h2 {
    font-size: 24px;
    margin-top: 3em;
  }
}
.main_content:not(.top) h2::before {
  position: absolute;
  content: "";
  background: url("../img/h2_before.webp") 50% 50% no-repeat;
  width: 144px;
  height: 6px;
  top: -40px;
  left: 0;
  background-size: contain;
}
@media only screen and (max-width: 719px) {
  .main_content:not(.top) h2::before {
    top: -40px;
  }
}
.main_content:not(.top) h2:first-child {
  margin-top: 126px;
}
@media only screen and (max-width: 719px) {
  .main_content:not(.top) h2:first-child {
    margin-top: 40px;
  }
}
.main_content:not(.top) h2:first-child.simple {
  margin: 0 auto 0.5em;
}
.main_content:not(.top) h2:first-child.simple::before {
  content: none;
  display: none;
}
@media only screen and (max-width: 719px) {
  .main_content:not(.top) h2:first-child.simple {
    margin-top: 0;
  }
}
.main_content:not(.top) h2.simple {
  margin: 0 auto 0.5em;
}
.main_content:not(.top) h2.simple::before {
  content: none;
  display: none;
}
@media only screen and (max-width: 719px) {
  .main_content:not(.top) h2.simple {
    margin-top: 0;
  }
}
.main_content h3 {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #ededed;
  line-height: 1.4;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 719px) {
  .main_content h3 {
    font-size: 22px;
    margin-top: 1em;
  }
}
.main_content h4 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1ex;
  position: relative;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1.4;
  margin-bottom: 1.4em;
  margin-top: 0.8em;
}
.main_content h4::before {
  position: absolute;
  content: "";
  background: url("../img/h4_before.webp") 50% 50% no-repeat;
  width: 62px;
  height: 5px;
  bottom: -20px;
  left: 0;
  background-size: contain;
}
@media only screen and (max-width: 719px) {
  .main_content h4::before {
    bottom: -20px;
  }
}
@media only screen and (max-width: 719px) {
  .main_content h4 {
    font-size: 20px;
  }
}
.main_content h5 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1ex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 1000px;
  white-space: normal;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.6;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-bottom: 1em;
  margin-top: 1em;
}
.main_content h5:hover {
  width: auto;
}
@media only screen and (max-width: 719px) {
  .main_content h5 {
    font-size: 18px;
  }
}
.main_content h6 {
  font-size: 20px;
  font-weight: bold;
  color: #7d7d7d;
  letter-spacing: 0.1ex;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1.4;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media only screen and (max-width: 719px) {
  .main_content h6 {
    font-size: 17px;
    width: 90%;
  }
}
.main_content .hide_on_sitemap {
  display: none;
}
.main_content h1:first-child, .main_content h2:first-child, .main_content h3:first-child, .main_content h4:first-child, .main_content h5:first-child, .main_content h6:first-child {
  margin-top: 0;
}
.main_content p {
  margin-top: 0;
  margin-bottom: 0.9em;
  font-weight: 500;
  letter-spacing: 0.2ex;
  line-height: 1.6;
}
@media only screen and (max-width: 719px) {
  .main_content p {
    font-size: 90%;
  }
}
.main_content p a {
  color: #3a57b9;
  text-decoration: none;
  padding-left: 1.3em;
  background: url("../img/bluecircle_arrow_r.webp") 0 50% no-repeat;
  background-size: 16px;
  display: inline-block;
  margin-right: 0.4em;
  margin-left: 0.4em;
  letter-spacing: 0.2ex;
}
.main_content p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 320px) {
  .main_content p a::before {
    transform: translateY(-19px);
  }
}
.main_content p a.pdf {
  background: url("../img/pdf.png") 0 50% no-repeat;
  background-size: 16px;
  margin-right: 0.4em;
  margin-left: 0.4em;
}
.main_content p a.pdf::before {
  display: none;
}
.main_content p a.ext {
  background: url("../img/ext.png") 0 50% no-repeat;
  background-size: 16px;
  margin-right: 0.4em;
  margin-left: 0.4em;
}
.main_content p a.ext::before {
  display: none;
}
.main_content .table-container {
  box-sizing: border-box;
  margin-top: 5em;
  margin-bottom: 6.7em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 719px) {
  .main_content .table-wrapper._small {
    width: 100%;
  }
  .main_content .table-wrapper._small td {
    width: 60%;
  }
  .main_content .table-wrapper._small th {
    width: 40%;
  }
}
@media only screen and (max-width: 719px) {
  .main_content .table-wrapper._row tbody th {
    display: block;
    width: 100%;
    border-right: none;
    position: relative;
    height: auto;
  }
  .main_content .table-wrapper._row tbody th::after {
    position: absolute;
    content: "";
    background: url(../img/table_border.png) 50% 50% no-repeat;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-size: cover;
  }
  .main_content .table-wrapper._row tbody td {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .main_content .table-wrapper._row tbody tr::after {
    content: none;
  }
}
.main_content table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .main_content table {
    max-width: none;
  }
}
.main_content th {
  font-size: 18px;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  height: 63px;
}
.main_content td {
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-top: none;
  border-left: none;
  line-height: 1.6;
  box-sizing: border-box;
}
.main_content td:last-child {
  border-right: none;
}
.main_content tr:last-of-type td {
  border-bottom: none;
}
.main_content thead {
  border-bottom: 1px solid #231815;
}
.main_content thead th {
  border-bottom: 1px solid #ffffff;
  background-color: #193aa9;
  color: #ffffff;
  line-height: 1.6;
}
.main_content thead th:first-of-type {
  border-right: 1px solid #ffffff;
}
.main_content thead th:last-of-type {
  border-top: none;
}
@media only screen and (max-width: 719px) {
  .main_content thead th {
    font-size: 90%;
  }
}
.main_content tbody td {
  font-weight: 500;
  background-color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 719px) {
  .main_content tbody td {
    font-size: 90%;
  }
}
.main_content tbody th {
  width: 20%;
  background-color: #e7e8ea;
  line-height: 1.6;
}
@media only screen and (max-width: 719px) {
  .main_content tbody th {
    font-size: 90%;
  }
}
.main_content ._filter {
  display: none;
}
@media only screen and (max-width: 719px) {
  .main_content .res {
    overflow-x: scroll;
    position: relative;
  }
  .main_content .res._fixed {
    overflow: hidden;
  }
  .main_content .res._fixed ._filter {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }
  .main_content .res._fixed ._filter img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100px;
  }
  .main_content .responsive_wrapper {
    min-width: 1200px;
  }
}
.main_content ul {
  list-style: none;
  padding-inline-start: 0;
  margin-left: 16px;
  margin-top: 1em;
  margin-bottom: 2em;
}
.main_content ul > li {
  list-style-image: url("../img/link_circle.webp");
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.5em;
  letter-spacing: 0.2ex;
}
@media only screen and (max-width: 719px) {
  .main_content ul > li {
    font-size: 90%;
  }
}
.main_content ul > li a {
  color: #3a57b9;
  text-decoration: none;
  display: inline-block;
  padding-left: 1.1em;
  background: url("../img/bluecircle_arrow_r.webp") 0 0.3em no-repeat;
  background-size: 16px;
  display: inline-block;
  margin-right: 0.4em;
  margin-left: 0.4em;
  letter-spacing: 0.2ex;
}
.main_content ul > li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 320px) {
  .main_content ul > li a::before {
    transform: translateY(-19px);
  }
}
.main_content ul > li a.pdf {
  background: url("../img/pdf.png") 0 0.1em no-repeat;
  background-size: 16px;
  padding-left: 1.3em;
  background-position-y: 0px;
}
.main_content ul > li a.pdf::before {
  display: none;
}
.main_content ul > li a.ext {
  background: url("../img/ext.png") 0 0.4em no-repeat;
  background-size: 16px;
  padding-left: 1.3em;
}
.main_content ul > li a.ext::before {
  display: none;
}
.main_content ol {
  counter-reset: my-counter; /* カウンターをリセット */
  list-style-type: none; /* デフォルトのリストスタイルを無効化 */
  margin-top: 1em;
  margin-bottom: 2em;
}
.main_content ol > li {
  letter-spacing: 0.2ex;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.main_content ol > li a {
  letter-spacing: 0.2ex;
}
.main_content ol > li::before {
  content: counter(my-counter, decimal-leading-zero) "."; /* カウンターを表示し、leading-zeroで表示 */
  counter-increment: my-counter; /* カウンターをインクリメント */
  color: #193aa9; /* 数字の色を赤に設定 */
  margin-right: 0.5em; /* 数字とテキストの間隔を調整 */
  position: absolute;
  left: 0;
}
.main_content .link_list, .main_content .pdf, .main_content .ext {
  list-style: none;
  color: #3a57b9;
  text-decoration: none;
  font-weight: 500;
}
.main_content .link_list:hover, .main_content .pdf:hover, .main_content .ext:hover {
  text-decoration: underline;
}
.main_content .cancel li {
  list-style-image: none;
  margin-left: -20px;
}
.main_content .link_list {
  text-decoration: none;
  color: #3a57b9;
  background: none;
  padding-left: 0;
}
.main_content .link_list::before {
  display: inline-block;
  content: "";
  background: url("../img/bluecircle_arrow_r.webp") 50% 50% no-repeat;
  min-width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  background-size: contain;
  transform: translateY(3px);
}
.main_content .pdf::before {
  content: "";
  display: inline-block;
  background: url("../img/pdf.png") 50% 50% no-repeat;
  min-width: 15px;
  height: 19px;
  top: 50%;
  left: 0;
  background-size: contain;
  margin-right: 4px;
  transform: translateY(3px);
}
.main_content .ext::before {
  display: inline-block;
  content: "";
  background: url("../img/ext.png") 50% 50% no-repeat;
  min-width: 16px;
  height: 13px;
  top: 50%;
  left: 0;
  background-size: contain;
  margin-right: 4px;
  transform: translateY(1px);
}
.main_content .index_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-inline-start: 0;
  margin-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  flex-wrap: wrap;
  padding-bottom: 77px;
}
@media only screen and (max-width: 719px) {
  .main_content .index_list {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 520px) {
  .main_content .index_list {
    flex-direction: column;
  }
}
.main_content .index_list li {
  list-style-image: none;
  width: calc(50% - 60px);
  padding-left: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 719px) {
  .main_content .index_list li {
    padding-left: 0;
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 520px) {
  .main_content .index_list li {
    width: 100%;
  }
}
.main_content .index_list li a {
  text-decoration: none;
  position: relative;
  font-weight: bold;
  display: block;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 719px) {
  .main_content .index_list li a {
    box-sizing: border-box;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 520px) {
  .main_content .index_list li a {
    margin-bottom: 30px;
  }
}
.main_content .index_list li a:hover span {
  color: #193aa9;
}
.main_content .index_list li a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.main_content .index_list li .index_img {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  max-height: 100%;
}
.main_content .index_list li .index_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.main_content .index_list li ._inner {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: bold;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: left;
  min-height: 63px;
  -webkit-box-sizing: border-box;
  align-items: flex-end;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
  background-color: #f9f9f9;
  width: 92%;
  padding-right: 10px;
  box-sizing: border-box;
  padding-top: 10px;
}
@media only screen and (max-width: 719px) {
  .main_content .index_list li ._inner {
    box-sizing: border-box;
    min-height: 0;
    min-height: 20%;
    padding-top: 0.4em;
  }
}
.main_content .index_list li ._inner div {
  width: 9px;
  height: 9px;
  padding-right: 14px;
}
.main_content .index_list li ._inner div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_content .index_list li ._inner span {
  color: #313131;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: url("../img/bluecircle_arrow_r.webp") 0% 50% no-repeat;
  background-size: 20px 20px;
  box-sizing: border-box;
  padding-left: 34px;
  margin-left: 40px;
}
@media only screen and (max-width: 719px) {
  .main_content .index_list li ._inner span {
    margin-left: 10px;
    box-sizing: border-box;
    font-size: 1em;
    padding-top: 0.4em;
  }
}
.main_content .index_list li ._inner span.ext {
  background-image: none;
  padding-left: 0;
}
.main_content .index_list li ._inner span.pdf {
  background-image: none;
  padding-left: 0;
}
.main_content .index_list li ._inner span.pdf::before {
  transform: translateY(1px);
}
@media only screen and (max-width: 719px) {
  .main_content .sp_none {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .main_content .pc_none {
    display: none;
  }
}
.main_content .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main_content .sp_column1 {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .main_content .pc_column2 {
    display: flex;
    margin: 0 auto;
    column-gap: 120px;
  }
  .main_content .pc_column2 > * {
    width: calc((100% - 120px) / 2);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .main_content .tab_column2 {
    display: flex;
    margin: 0 auto;
    column-gap: 10px;
    max-width: 1000px;
  }
  .main_content .tab_column2 > * {
    width: calc((100% - 60px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .main_content .pc_column3 {
    display: flex;
    margin: 0 auto;
    column-gap: 20px;
  }
  .main_content .pc_column3 > * {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .main_content .tab_column3 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .main_content .tab_column3 > * {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (min-width: 1200px) {
  .main_content .pc_column4 {
    display: flex;
    margin: 0 auto;
    column-gap: 10px;
  }
  .main_content .pc_column4 > * {
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .main_content .tab_column4 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .main_content .tab_column4 > * {
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (min-width: 1200px) {
  .main_content .pc_column5 {
    display: flex;
    margin: 0 auto;
    column-gap: 10px;
  }
  .main_content .pc_column5 > * {
    width: calc((100% - 80px) / 5);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .main_content .tab_column5 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .main_content .tab_column5 > * {
    width: calc((100% - 80px) / 5);
  }
}
@media only screen and (min-width: 1200px) {
  .main_content .pc_column6 {
    display: flex;
    margin: 0 auto;
    column-gap: 10px;
  }
  .main_content .pc_column6 > * {
    width: calc((100% - 100px) / 6);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .main_content .tab_column6 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .main_content .tab_column6 > * {
    width: calc((100% - 100px) / 6);
  }
}
@media only screen and (max-width: 719px) {
  .main_content .sp_column2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  .main_content .sp_column2 > * {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width: 719px) {
  .main_content .sp_column3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  .main_content .sp_column3 > * {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (max-width: 719px) {
  .main_content .sp_column4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  .main_content .sp_column4 > * {
    width: calc((100% - 30px) / 4);
  }
}
@media only screen and (max-width: 719px) {
  .main_content .sp_column5 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  .main_content .sp_column5 > * {
    width: calc((100% - 40px) / 5);
  }
}
@media only screen and (max-width: 719px) {
  .main_content .sp_column6 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  .main_content .sp_column6 > * {
    width: calc((100% - 50px) / 6);
  }
}
.main_content .sample {
  background-color: #ccc;
  height: 100px;
  margin-bottom: 1em;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.clear {
  clear: both;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.search {
  border: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  padding: 2px;
}
.search .searchBox {
  width: 100%;
  padding-left: 10px;
}

.gsib_b {
  display: none;
}

.gsc-search-box * {
  border: none;
}
.gsc-search-box td {
  padding: 0;
}
.gsc-search-box table tr td input {
  height: 38px !important;
}
.gsc-search-box table tr td button {
  width: 70px;
  border-radius: 2px;
}

.gsc-search-button {
  position: relative;
  transform: translateX(-10px);
}

.gsib_a {
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #dfe1e5;
}

.gsc-input-box {
  border: none !important;
}

.gsc-input {
  border: none;
  padding: 7px !important;
}

/*** alert ***/
.form_message {
  display: none;
  color: #ffffff;
  font-weight: bold;
  background-color: #d53b4a;
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 30px;
}
.form_message._info {
  background-color: #ededed;
  font-weight: normal;
  color: #313131;
}
.form_message._show {
  display: block;
}

/*** careful ***/
.careful::after {
  content: "*";
  display: inline-block;
  color: #d53b4a;
}

.liajnews_panel_list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 719px) {
  .liajnews_panel_list {
    margin: 0;
    display: block;
  }
}
.liajnews_panel_list > div {
  width: 33.3%;
  padding: 25px 15px;
  margin: 0;
  display: flex;
  box-sizing: border-box;
}
@media only screen and (max-width: 719px) {
  .liajnews_panel_list > div {
    width: auto;
    padding: 5px 0;
  }
}
.liajnews_panel_list > div > a {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  flex-grow: 1;
  text-decoration: none;
  transition: 0.3s all;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .liajnews_panel_list > div > a {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  }
}
.liajnews_panel_list > div > a:hover, .liajnews_panel_list > div > a:active {
  background: #eef8ff;
}
.liajnews_panel_list > div > a:hover .panel_img img, .liajnews_panel_list > div > a:active .panel_img img {
  transform: scale(1.1);
}
.liajnews_panel_list > div > a .panel_main {
  display: block;
}
@media only screen and (max-width: 719px) {
  .liajnews_panel_list > div > a .panel_main {
    display: flex;
  }
}
.liajnews_panel_list > div > a .panel_img {
  aspect-ratio: 70/99;
  overflow: hidden;
}
@media only screen and (max-width: 719px) {
  .liajnews_panel_list > div > a .panel_img {
    width: 40%;
    box-sizing: border-box;
  }
}
.liajnews_panel_list > div > a .panel_img img {
  transition: 0.3s all;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.liajnews_panel_list > div > a .panel_content {
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .liajnews_panel_list > div > a .panel_content {
    width: 60%;
    box-sizing: border-box;
    padding: 10px 10px;
    position: static;
  }
}
.liajnews_panel_list > div > a .panel_content .panel_date {
  font-weight: 700;
  font-size: 115%;
  color: #656565;
  line-height: 1.6;
  margin-bottom: 0.5ex;
}
@media only screen and (max-width: 719px) {
  .liajnews_panel_list > div > a .panel_content .panel_date {
    font-size: 90%;
    margin-bottom: 0.2ex;
  }
}
.liajnews_panel_list > div > a .panel_content .panel_title {
  font-weight: 900;
  font-size: 140%;
  color: #111111;
  line-height: 1.6;
}
@media only screen and (max-width: 719px) {
  .liajnews_panel_list > div > a .panel_content .panel_title {
    font-weight: 700;
    font-size: 100%;
  }
}

.article_date {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-size: 100%;
  margin-bottom: 2em;
}

ul.topics_list {
  margin: 0;
}
ul.topics_list li {
  list-style-image: none !important;
  border-bottom: 1px solid #e0e4e9;
  margin-bottom: 0 !important;
  line-height: 1.4;
  padding-left: 0;
}
ul.topics_list li a {
  width: 100%;
  padding-left: 0;
  background: transparent;
  text-decoration: none !important;
}
ul.topics_list li a:hover {
  text-decoration: none !important;
}
ul.topics_list li a.ext, ul.topics_list li a.pdf {
  color: #1b1b1b;
  padding-left: 0;
  background: transparent;
}
ul.topics_list li a.ext:before, ul.topics_list li a.pdf:before {
  content: none;
}
@media only screen and (max-width: 719px) {
  ul.topics_list li a {
    padding-left: 0;
  }
}
ul.topics_list li a.ext .news_body {
  background: url(../img/ext.png) 0 0.4em no-repeat;
  background-size: 16px;
  padding-left: 1.3em;
}
ul.topics_list li a.pdf .news_body {
  background: url(../img/pdf.png) 0 0.1em no-repeat;
  background-size: 16px;
  padding-left: 1.3em;
}
ul .news_text {
  display: flex;
  column-gap: 40px;
  color: #1b1b1b;
  align-items: center;
  padding: 18px 0;
  box-sizing: border-box;
  font-weight: bold;
}
@media only screen and (max-width: 719px) {
  ul .news_text {
    column-gap: 0;
    flex-direction: column;
    align-items: start;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 520px) {
  ul .news_text {
    display: block;
  }
}
ul .news_text:hover {
  background-color: #e0e4e9;
  opacity: 0.8;
}
ul .news_text .news_head {
  display: flex;
  column-gap: 40px;
  min-width: 295px;
  padding-left: 18px;
}
@media only screen and (max-width: 719px) {
  ul .news_text .news_head {
    column-gap: 20px;
    padding-left: 0px;
    flex-direction: column;
    min-width: inherit;
  }
}
@media only screen and (max-width: 520px) {
  ul .news_text .news_head {
    margin-bottom: 5px;
  }
}
ul .news_text .news_head .date {
  font-family: "Jost";
  font-weight: 500;
  width: 90px;
}
ul .news_text .news_head .icon_area {
  color: #7e8a9d;
  position: relative;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 719px) {
  ul .news_text .news_head .icon_area {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
    margin: 5px 0 -10px;
  }
}
ul .news_text .news_head .icon_area .label {
  min-width: 155px;
  padding-left: 30px;
  min-width: 180px;
  box-sizing: border-box;
  position: relative;
}
ul .news_text .news_head .icon_area .label:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 719px) {
  ul .news_text .news_head .icon_area .label:not(:last-child) {
    margin-right: 10px;
  }
  ul .news_text .news_head .icon_area .label:last-child {
    margin-bottom: 10px;
  }
}
ul .news_text .news_head .icon_area .label::before {
  content: "";
  background: url(../img/index/cow.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 24px;
  left: 0px;
}
ul .news_text .news_head .icon_area .label._exam::before {
  content: "";
  background: url(../img/index/exam.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 17px;
  height: 24px;
}
ul .news_text .news_head .icon_area .label._press::before {
  content: "";
  background: url(../img/index/press.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 21px;
  height: 22px;
}
ul .news_text .news_head .icon_area .label._giken::before {
  content: "";
  background: url(../img/index/giken.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 22px;
  height: 21px;
}
ul .news_text .news_head .icon_area .label._cow::before {
  content: "";
  background: url(../img/index/cow.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 24px;
}
ul .news_text .news_head .icon_area .label._beef::before {
  content: "";
  background: url(../img/index/beef.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 24px;
}
ul .news_text .news_head .icon_area .label._pr::before {
  content: "";
  background: url(../img/index/pr.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 22px;
}
ul .news_text .news_head .icon_area .label._cowexam::before {
  content: "";
  background: url(../img/index/cowexam.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 22px;
}
ul .news_text .news_head .icon_area .label._others::before {
  content: "";
  background: url(../img/index/others.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 22px;
}
ul .news_text .news_head .icon_area .label._ivf::before {
  content: "";
  background: url(../img/index/ivf.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 22px;
}
@media only screen and (min-width: 1200px) {
  ul .news_text .news_body {
    max-width: 550px;
  }
}
@media only screen and (max-width: 719px) {
  ul .news_text .news_body {
    padding-left: 0px;
    padding-top: 0.4em;
  }
}

.icon_new {
  color: #fff;
  background-color: #ff0000;
  padding: 0 10px;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

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