@charset "UTF-8";
/*共通*/
/*
<weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name
*/
.main_content {
  padding-top: 75px;
  background: url(../img/kosaka_laboratory.svg);
  background-size: 613px 167px;
  background-size: auto;
  background-position: right 25px;
  background-repeat: no-repeat; /* 繰り返しを防止 */
}

.slider_css-wrapper {
  margin-top: 98px;
}
@media screen and (max-width: 767px) {
  .slider_css-wrapper {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .slider_css,
  .lows_content {
    padding-top: 0;
  }
}
.slider_css .top-h1,
.slider_css .inner h1,
.lows_content .top-h1,
.lows_content .inner h1 {
  /*width: 1100px;*/
  margin: 0 auto;
  padding: 65px 0;
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.slider_css #sec_single .ttlarea h1,
.lows_content #sec_single .ttlarea h1 {
  text-align: left;
}
.slider_css .h2_style01,
.lows_content .h2_style01 {
  display: inline-block;
  border-bottom: #ccc solid 6px;
  padding: 10px 0;
  margin-bottom: 25px;
  -o-border-image: linear-gradient(to right, #dfe7f5, #fef4dd) 1;
     border-image: linear-gradient(to right, #dfe7f5, #fef4dd) 1;
}
.slider_css .h2_style01 h2,
.lows_content .h2_style01 h2 {
  display: inline-block;
  border-left: none;
  font-size: 42px;
  line-height: 1.2;
  color: #4d4d4d;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .slider_css .h2_style01 h2,
  .lows_content .h2_style01 h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.slider_css h3:not(.title),
.lows_content h3:not(.title) {
  font-size: 23px;
  color: #4d4d4d;
  background: none;
  background-image: linear-gradient(90deg, #dfe7f5, #fef4dd);
  border-left: 2px solid #2B5BBD;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.slider_css h4,
.lows_content h4 {
  font-size: 22px;
  padding: 0 0 0 12px;
  color: #4d4d4d;
  border-bottom: none;
  border-left: 3px solid #2B5BBD;
  margin-bottom: 15px;
}

.gallery-item a {
  z-index: 998;
}

.list-circle ul li {
  list-style: disc;
  margin-bottom: 5px;
}

/*
フッター
*/
.footer-inner .logo {
  width: 200px;
  float: none;
  margin: 0 auto;
}
.footer-inner .access {
  float: none;
  display: inline-block;
  text-align: center;
  padding-left: 0;
  margin-top: 30px;
}

.copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 50px;
}

.header-pc-only,
--.header-sp-only {
  display: none !important;
}

.menu-trigger {
  display: none;
}
.menu-trigger-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger-btn {
    display: block;
  }
}
.menu-trigger-btn {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger-btn {
    top: 10px;
  }
  .admin-bar .menu-trigger-btn {
    top: 56px;
  }
}
.menu-trigger-btn span {
  display: none;
}
.menu-trigger-btn .mark {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #2B5BBD;
  border-radius: 0;
  border: 0;
}
.menu-trigger-btn .mark:before,
.menu-trigger-btn .mark i, .menu-trigger-btn .mark:after {
  content: "";
  height: 3px;
  width: 22px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s all ease;
}
.menu-trigger-btn .mark:before {
  transform: translate(-50%, -10.5px);
}
.menu-trigger-btn .mark i {
  transform: translate(-50%, -1.5px);
}
.menu-trigger-btn .mark:after {
  transform: translate(-50%, 7.5px);
}
.menu-trigger:checked + .menu-trigger-btn .mark i {
  width: 0;
}
.menu-trigger:checked + .menu-trigger-btn .mark:before {
  transform: translate(-50%, -1.5px) rotate(135deg);
}
.menu-trigger:checked + .menu-trigger-btn .mark:after {
  transform: translate(-50%, -1.5px) rotate(-135deg);
}

@media screen and (max-width: 766.9px) {
  html #wpadminbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.site-header {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .site-header {
    flex-direction: column;
  }
}
@media screen and (min-width: 767px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
@media screen and (max-width: 766.9px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header .main_logo {
  background-color: #2B5BBD;
}
@media screen and (min-width: 767.1px) {
  .site-header .main_logo {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .site-header .main_logo {
    width: 160px;
  }
}
.site-header .main_logo a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767.1px) {
  .site-header .main_logo a {
    width: 200px;
    min-height: 98px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .main_logo a {
    width: 160px;
    min-height: 60px;
  }
}
.site-header .main_logo a img {
  max-width: 132px;
  height: auto;
}
.site-header .main_menu {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-header .main_menu {
    display: none;
    border-top: 1px solid #DDD;
    flex-direction: column;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    padding-bottom: 50px;
  }
  body.admin-bar .site-header .main_menu {
    max-height: calc(100vh - 106px);
  }
  #sptoggle:checked + * + .site-header .main_menu {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .site-header nav.global-nav {
    position: static;
  }
}
.site-header nav.global-nav ul.menu {
  display: flex;
}
@media screen and (min-width: 767.1px) {
  .site-header nav.global-nav ul.menu {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .site-header nav.global-nav ul.menu {
    flex-direction: column;
    width: 100%;
  }
}
.site-header nav.global-nav ul.menu li.menu-item {
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-header nav.global-nav ul.menu li.menu-item {
    border-bottom: 1px solid #DDD;
  }
}
@media screen and (max-width: 992px) {
  .site-header nav.global-nav ul.menu li.menu-item.menu-item-home {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-header nav.global-nav ul.menu li.menu-item:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 767.1px) {
  .site-header nav.global-nav ul.menu li.menu-item.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 9.31px;
    height: 5.16px;
    background-image: url("../img/common/arrow-down-gray.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.site-header nav.global-nav ul.menu li.menu-item a {
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (min-width: 767.1px) {
  .site-header nav.global-nav ul.menu li.menu-item a {
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 15px 15px;
    min-height: 98px;
  }
  .site-header nav.global-nav ul.menu li.menu-item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .site-header nav.global-nav ul.menu li.menu-item a {
    color: #2B5BBD;
    display: flex;
    align-items: center;
    font-size: 14px;
    min-height: 60px;
    padding: 0.5em 20px;
  }
}
@media screen and (min-width: 767.1px) {
  .site-header nav.global-nav ul.menu li.menu-item .sub-menu {
    display: none !important;
    position: absolute;
    top: calc(100% - 1px);
    left: 15px;
    background-color: #2B5BBD;
    color: #fff;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .site-header nav.global-nav ul.menu li.menu-item .sub-menu {
    margin-left: 10px;
  }
}
.site-header nav.global-nav ul.menu li.menu-item .sub-menu {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .site-header nav.global-nav ul.menu li.menu-item .sub-menu li.menu-item:first-child {
    border-top: 1px solid #DDD;
  }
}
@media screen and (min-width: 767.1px) {
  .site-header nav.global-nav ul.menu li.menu-item .sub-menu li.menu-item a {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    min-width: 160px;
    max-width: 260px;
    width: auto;
    padding: 13px 30px 13px 1em;
    height: auto;
    min-height: auto;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    transition: 0.3s background-color ease;
  }
  .site-header nav.global-nav ul.menu li.menu-item .sub-menu li.menu-item a:after {
    content: "";
    width: 5.16px;
    height: 9.31px;
    background-image: url("../img/common/arrow-right-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  .site-header nav.global-nav ul.menu li.menu-item .sub-menu li.menu-item a:hover {
    background-color: #4d4d4d;
  }
}
@media screen and (max-width: 767px) {
  .site-header nav.global-nav ul.menu li.menu-item .sub-menu li.menu-item a {
    font-weight: normal;
  }
}
@media screen and (min-width: 767.1px) {
  .site-header nav.global-nav ul.menu li.menu-item:hover a:after {
    opacity: 1;
  }
}
@media screen and (min-width: 767.1px) {
  .site-header nav.global-nav ul.menu li.menu-item:hover .sub-menu {
    display: block !important;
  }
}
.site-header nav.global-nav ul.menu > li.menu-item > a:after {
  content: "";
  background-color: #2B5BBD;
  height: 6px;
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  bottom: 0;
  opacity: 0;
  transition: 0.3s opacity ease;
}
.site-header .site-sub-header {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .site-header .site-sub-header {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.site-header .site-sub-actions {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .site-header .site-sub-actions {
    padding-right: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.site-header .sns-list {
  display: flex;
  list-style: none;
  gap: 10px;
}
.site-header .sns-list li {
  display: inline-block;
}
.site-header .sns-list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background-color: #F4F4F4;
}
.site-header .sns-list li a img {
  max-width: 38px;
  height: auto;
}
.site-header .language-menu {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .site-header .language-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.site-header .language-menu li a {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 10px;
  min-width: 41px;
  text-align: center;
  border-radius: 12px;
}
html[lang=ja] .site-header .language-menu li a.link-lang-jp, html[lang=en] .site-header .language-menu li a.link-lang-en {
  background-color: #4d4d4d;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .site-header .language-menu li a {
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .sub-nav {
    border-top: 1px solid #DDD;
    width: 100%;
  }
}
.site-header .sub-nav .menu {
  display: flex;
  list-style: none;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .site-header .sub-nav .menu {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .site-header .sub-nav .menu li {
    border-bottom: 1px solid #DDD;
  }
}
.site-header .sub-nav .menu li a {
  font-size: 11px;
  line-height: 1.4545454546;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .site-header .sub-nav .menu li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #2B5BBD;
    padding: 0.5em 20px;
    min-height: 60px;
  }
}

@media screen and (min-width: 767.1px) {
  #footer,
  #footer-second {
    background-image: url(../img/kosaka_laboratory_w.svg);
    background-size: 613px 167px;
    background-size: auto;
    background-position: right 50%;
    background-repeat: no-repeat; /* 繰り返しを防止 */
  }
}

@media screen and (max-width: 767px) {
  .footer-navigation {
    display: none;
  }
}
.footer-navigation .footer-nav {
  padding-bottom: 36px;
}
.footer-navigation .footer-nav ul.menu li.menu-item {
  display: block;
}
.footer-navigation .footer-nav ul.menu li.menu-item a {
  display: block;
  color: #FFF;
  font-size: 12px;
  line-height: 2;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  min-width: 100px;
}
.footer-navigation .footer-nav ul.menu li.menu-item > ul.sub-menu {
  margin-top: 6px;
}
.footer-navigation .footer-nav ul.menu li.menu-item > ul.sub-menu li.menu-item a {
  padding-right: 15px;
}
.footer-navigation .footer-nav > ul.menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1100px;
}
.footer-navigation .footer-nav > ul.menu > li.menu-item {
  display: block;
}
.footer-navigation .footer-nav > ul.menu > li.menu-item > a {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.wp-block-buttons,
.wp-block-button {
  margin-bottom: 22px;
}

.wp-block-button__link {
  margin-left: auto;
  display: inline-block;
  background-color: #2b5bbd !important;
  color: #FFF;
  text-decoration: none;
  font-size: 15px !important;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  padding: 0.8em 2em 0.8em 1em !important;
  min-width: 160px;
  position: relative;
  border-radius: 0 !important;
}
.wp-block-button__link::after {
  content: "";
  width: 5.16px;
  height: 9.31px;
  background-image: url("../img/common/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.wp-block-button__link:hover {
  opacity: 1 !important;
  background-color: #1e3d7c !important;
  color: #FFF !important;
}
.wp-block-button__link[href$=".pdf"] {
  background: none;
}
.wp-block-button__link[href$=".pdf"]::after {
  width: 20px;
  height: 80%;
  background-image: url("../img/common/icon-pdf-w.svg");
  background-position: center center;
  right: 10px;
}

.wp-block-list a {
  color: #2b5bbd;
}

.anchor-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.anchor-links li {
  display: inline-block;
}
.anchor-links li a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  color: #2b5bbd;
  vertical-align: middle;
}
.anchor-links li a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: center center url("../img/common/arrow-down-blue.svg") no-repeat;
  background-size: contain;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .anchor-links {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .anchor-links li {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
table, tr, th, td {
  border-color: #CCCCCC !important;
}

th {
  background-color: #F0F0F0;
}

thead, .wp-block-table thead {
  border-color: #CCCCCC !important;
  border-width: 2px;
}
thead th, thead td, .wp-block-table thead th, .wp-block-table thead td {
  background-color: #DFE7F4;
}

#fancybox-wrap {
  padding: 0 40px 70px;
}
@media (max-width: 768px) {
  #fancybox-wrap {
    padding: 0 10px 50px;
  }
}/*# sourceMappingURL=style_renewal.css.map */