@charset "utf-8";
/* LESS Preset */
/* iPhone Safari 用のハック */
input {
  -webkit-appearance: none;
}
/* Counter reset css */
img:not([alt]) {
  filter: none;
}
/* CSS Preset */
body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 1024px) {
  .default__width--pc {
    max-width: 1024px;
    margin: 0 auto !important;
  }
}
.default__width--sp,
.margin-sp {
  margin-right: 20px;
  margin-left: 20px;
}
/* Padding */
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
/* Margin */
.m0auto {
  margin: 0 auto !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.fc-main {
  color: #00519F;
}
.fc-accent {
  color: #3A9BF7;
}
.fc-attention {
  color: #9F0000;
}
.fc-white {
  color: #fff !important;
}
.td-n {
  text-decoration: none;
}
.td-u {
  text-decoration: underline;
}
.oblique {
  font-style: oblique;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.fw-h {
  font-weight: 900 !important;
}
/* Heavy */
.fw-b {
  font-weight: 700 !important;
}
/* Bold */
.fw-m {
  font-weight: 500 !important;
}
/* Medium */
.fw-l {
  font-weight: 300 !important;
}
/* Light */
.fw-t {
  font-weight: 100 !important;
}
/* Thin */
.fz0 {
  font-size: 0px !important;
}
.fz10 {
  font-size: 10px !important;
}
.fz11 {
  font-size: 11px !important;
}
.fz12 {
  font-size: 12px !important;
}
.fz13 {
  font-size: 13px !important;
}
.fz14 {
  font-size: 14px !important;
}
.fz15 {
  font-size: 15px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz20 {
  font-size: 20px !important;
}
.fz22 {
  font-size: 22px !important;
}
.fz24 {
  font-size: 24px !important;
}
.fz26 {
  font-size: 26px !important;
}
.mohrust-color {
  background: #e56f01 !important;
}
.mohrust-colorDark {
  background: #ca6400 !important;
}
.mohrust-colorBtn {
  background: #ffaa5a !important;
}
.mohrust-colorPale {
  background: #fff6ee !important;
}
.mohrust-colorSolid {
  border: 1px solid #ffaa5a !important;
}
.mohrust-colorTxt {
  color: #e56f01 !important;
}
.mohrust-color a:not(.arrow):hover {
  background: #ffaa5a !important;
}
.sub-menu .link-top a.mohrust-color:hover {
  background: #ffffff !important;
}
.slider-right .mohrust-color:hover {
  background: #ffaa5a !important;
}
.slider-right .mohrust-color a:hover {
  background: #ffaa5a !important;
}
.pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inline;
  }
}
#wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.temp__gnav-sub-btn {
  display: inline-block;
  width: 241px;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  text-decoration: none;
}
.temp__gnav-sub-btn-icon {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  left: 5px;
  top: 5px;
}
.temp__slick-arrow {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 43%;
  right: 37%;
  margin-top: -4px;
  transition: 0.2s;
}
.temp__wrap__news-icon {
  content: '製品情報';
  position: relative;
  top: 0;
  left: 10px;
  font-size: 11px;
  padding: 1px 12px 3px 12px;
  color: #fff;
  background: #3A9BF7;
}
.temp_icon-close {
  position: relative;
}
.temp_icon-close::before,
.temp_icon-close::after {
  display: block;
  content: '';
  position: absolute;
  top: 21px;
  left: 25px;
  width: 61%;
  height: 8%;
  margin: -8% 0 0 -42%;
  background: #fff;
  cursor: pointer;
}
.temp_icon-close::before {
  transform: rotate(-45deg);
}
.temp_icon-close::after {
  transform: rotate(45deg);
}
.temp__select_01 {
  /* styling */
  background-color: white;
  border: thin solid #BFBFBF;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  position: relative;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.temp__select_01::-ms-expand {
  display: none;
}
.temp__select_01.classic {
  background-image: linear-gradient(45deg, transparent 50%, #00519F 50%), linear-gradient(135deg, #00519F 50%, transparent 50%), linear-gradient(to right, #00519F, #00519F);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .row .temp__wrap-select {
    display: flex;
    flex-direction: row;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .temp__wrap-select {
    display: flex;
    flex-direction: column;
  }
}
.temp__wrap-select.arrow::before {
  z-index: 2;
  right: 18px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .temp__wrap-select.arrow::before {
    top: 37px;
  }
}
.temp__wrap-select.arrow:nth-child(2)::before {
  right: 14px;
}
/* Display Switching Preset */
@media screen and (min-width: 1024px) {
  .hide-for-pc {
    display: none;
  }
  .hide-for-sp {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .hide-for-pc {
    display: block;
  }
  .hide-for-sp {
    display: none;
  }
}
/* Arrow icon */
.arrow {
  position: relative;
}
.arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  transition: 0.2s;
}
.arrow-tri {
  position: relative;
}
.arrow-tri::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: -20%;
  margin-top: -4px;
  transition: 0.2s;
}
.arrow-left {
  position: relative;
}
.arrow-left::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: 0.2s;
  left: 10px;
}
.arrow-right {
  position: relative;
}
.arrow-right::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: 0.2s;
  right: 10px;
}
/* icon */
.ico-download_left {
  padding-left: 16px;
}
.ico-download_left span > svg {
  position: sticky;
  top: calc(50% - 5px);
}
.ico-download_left > svg {
  position: absolute;
  top: calc(50% - 10px);
  left: 14px;
}
.ico-download_left p {
  display: inline;
  padding-left: 8px;
}
.ico-download_right span svg {
  position: sticky;
  top: calc(50% - 5px);
}
.ico-download_right > svg {
  position: absolute;
  top: calc(50% - 10px);
  left: 14px;
}
.ico-download_right p {
  display: inline;
  padding-right: 8px;
}
.ico-download_top {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ico-download_top span svg {
  position: relative;
  display: block;
  margin-bottom: 1px;
  left: calc(50% - 10px);
}
.ico-download_top > svg {
  position: absolute;
  top: calc(50% - 10px);
  right: 14px;
}
.ico-download_top p {
  display: inline;
}
.h1-main {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
}
.h2-main {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
}
.h2-main::after {
  content: '';
  width: 60px;
  height: 2px;
  background: #00519F;
  position: absolute;
  bottom: 43px;
  left: calc(50% - (60px/2));
}
.mod__page-title-1 {
  background: #EEF7FF;
  padding: 15px 20px 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mod__page-title-1 {
    margin-bottom: 30px;
  }
}
.mod__page-title-1 > p {
  color: #00519F;
}
.mod__page-title-1 h1 {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
  padding-bottom: 15px;
}
.mod__page-title-1 h2 {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
  padding-bottom: 37px;
}
.mod__page-title-1 h2::after {
  content: '';
  width: 60px;
  height: 2px;
  background: #00519F;
  position: absolute;
  bottom: 43px;
  left: calc(50% - (60px/2));
}
.mod__page-title-1 h2::after {
  bottom: 23px;
}
.mod__page-title-2 {
  background: #EEF7FF;
  padding: 15px 20px 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mod__page-title-2 {
    margin-bottom: 30px;
  }
}
.mod__page-title-2 > p {
  color: #00519F;
}
.mod__page-title-2 h1 {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
  padding-bottom: 15px;
}
.mod__page-title-2 h2 {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
  padding-bottom: 37px;
}
.mod__page-title-2 h2::after {
  content: '';
  width: 60px;
  height: 2px;
  background: #00519F;
  position: absolute;
  bottom: 43px;
  left: calc(50% - (60px/2));
}
.mod__page-title-2 h2::after {
  bottom: 23px;
}
.mod__page-title-2 h1 {
  font-size: 30px;
}
.mod__page-title-2 h2 {
  font-size: 30px;
}
.mod__page-title-3 {
  background: #EEF7FF;
  padding: 15px 20px 0 20px;
  margin-bottom: 40px;
  background: none;
}
@media screen and (max-width: 767px) {
  .mod__page-title-3 {
    margin-bottom: 30px;
  }
}
.mod__page-title-3 > p {
  color: #00519F;
}
.mod__page-title-3 h1 {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
  padding-bottom: 15px;
}
.mod__page-title-3 h2 {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
  padding-bottom: 37px;
}
.mod__page-title-3 h2::after {
  content: '';
  width: 60px;
  height: 2px;
  background: #00519F;
  position: absolute;
  bottom: 43px;
  left: calc(50% - (60px/2));
}
.mod__page-title-3 h2::after {
  bottom: 23px;
}
.mod__page-title-3 h1 {
  font-size: 30px;
}
.mod__page-title-3 h2 {
  font-size: 30px;
}
.mod__category-name {
  font-weight: 400;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00519F;
}
@media screen and (max-width: 1023px) {
  .mod__category-name {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mod__category-name {
    padding-left: 0;
    padding-right: 0;
  }
}
.mod__category-name .icon_movie {
  fill: #00519F;
}
.mod__category-name .category-list {
  position: relative;
  line-height: 1.5;
  background: #00519F;
  border-radius: 15px;
  margin-top: 25px;
  padding: 4px 13px 5px;
  color: #fff;
}
.mod__category-name .category-list.arrow::before {
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: 10px;
  margin-top: -5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod__category-name_2 {
  font-weight: 400;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00519F;
  border: none;
  border-left: 2px solid #00519F;
  padding: 0;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .mod__category-name_2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mod__category-name_2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.mod__category-name_2 .icon_movie {
  fill: #00519F;
}
.mod__category-name_2 .category-list {
  position: relative;
  line-height: 1.5;
  background: #00519F;
  border-radius: 15px;
  margin-top: 25px;
  padding: 4px 13px 5px;
  color: #fff;
}
.mod__category-name_2 .category-list.arrow::before {
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: 10px;
  margin-top: -5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .mod__category-name_2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mod__category-name_2 {
    padding-left: 0;
    padding-right: 0;
  }
}
p + .mod__category-name_3 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  p + .mod__category-name_3 {
    margin-top: 40px;
  }
}
.mod__category-name_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .mod__category-name_3 {
    margin-top: 30px;
  }
}
.mod__category-name_3 img,
.mod__category-name_3 svg {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.mod__category-series-area {
    margin: 0 0 20px 0;
    padding: 30px 0;
    border-bottom: 1px dashed #707070;
}
.mod__category-series-link {
    display: flex;
    width: 100%;
    text-decoration: none;
}
.mod__category-series-img {
    width: 32%;
}
.mod__category-series-info {
    width: 68%;
    padding-left: 30px;
}
.mod__category-series-info dt {
    color: #064391;
    font-weight: bold;
    padding: 0 0 20px 0;
    font-size: 24px;
}
.mod__category-series-info dd {
    color: #2E2E2E;
    padding: 0 0 20px 0;
}
.mod__category-series-info .button {
    margin: 0 auto;
    width: 220px;
}
@media screen and (max-width: 767px) {
    .mod__category-series-area {
        padding: 20px 0;
    }
    .mod__category-series-link {
        display: block;
    }
    .mod__category-series-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .mod__category-series-info {
        width: 100%;
        padding-left: 0;
    }
    .mod__category-series-info dt {
      font-size: 20px;
  }
}
.mod__product-name-box {
  padding: 20px 40px;
  background: #EEF7FF;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mod__product-name-box {
    flex-direction: column;
    padding: 20px;
  }
}
.mod__product-name-box .sub-label {
  color: #919191;
  font-size: 14px;
}
.mod__product-name-box .main-label {
  color: #000;
  font-size: 26px;
}
.mod__product-name-box .type {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .mod__product-name-box .type {
    width: 100%;
  }
}
.mod__product-name-box .type li {
  display: block;
  height: 34px;
  padding: 5px 10px 7px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  transition: 0.2s all;
  cursor: pointer;
}
.mod__product-name-box .type li.active {
  color: #fff;
  background: #00519F;
  pointer-events: none;
}
.mod__product-name-box .type li:not(.active):hover {
  color: #fff;
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
.mod__product-name-box .type li a {
  color: #00519F;
  text-decoration: none;
}
.mod__product-name-box .type li a:not(.active):hover {
  color: #fff;
}
.mod__product-cont {
  padding: 10px 20px 10px 0px;
}
@media screen and (max-width: 1023px) {
  .mod__product-cont {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mod__product-cont {
    padding: 10px 20px;
  }
}
.mod__product-cont .top {
  display: flex;
  flex-wrap: wrap;
}
.mod__product-cont .top .thumb {
  width: 300px;
  height: 300px;
  margin-right: 10px;
}
.mod__product-cont .top .thumb span {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mod__product-cont .top .thumb {
    width: 100%;
    margin: 0 auto;
  }
}
.mod__product-cont .top .no-image {
  width: 340px;
  height: 208px;
  margin-right: 10px;
  background-color: #eee;
  font-size: 11px;
}
.mod__product-cont .top .no-image span {
  display: block;
  width: 340px;
  height: 208px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mod__product-cont .top .no-image span {
    width: 100%;
    height: 100%;
  }
}
.mod__product-cont .top .no-image span span {
  color: #707070;
  height: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mod__product-cont .top .no-image {
    width: 100%;
    height: 120px;
    margin: 0 auto;
  }
}
.mod__product-cont .top .about {
  width: calc(100% - 350px);
}
@media screen and (max-width: 767px) {
  .mod__product-cont .top .about {
    width: 100%;
  }
}
.mod__product-cont .top .about .links h4 {
  width: 100%;
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #BFBFBF;
}
.mod__product-cont .top .about .links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mod__product-cont .top .about .links ul {
    width: 100%;
  }
}
.mod__product-cont .top .about .links ul li {
  border-bottom: 1px solid #BFBFBF;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .mod__product-cont .top .about .links ul li {
    width: 100%;
  }
}
.mod__product-cont .top .about .links ul li a {
  display: block;
  padding: 15px 0 15px 2rem;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  position: relative;
}
.mod__product-cont .top .about .links ul li a:hover {
  color: #3A9BF7;
}
.mod__product-cont .top .about .links ul li a.pdf::before {
  content: url('/assets/img/common/svg/ico_pdf.svg');
  position: absolute;
  left: 0;
  top: 15px;
}
.mod__product-cont .top .about .links ul li a.link::before {
  content: url('/assets/img/common/svg/ico-link-out.svg');
  position: absolute;
  left: 5px;
  top: 18px;
}
.mod__product-cont .top .about .links ul li a.chain::before {
  content: url('/assets/img/common/svg/ico_chain.svg');
  position: absolute;
  left: 2px;
  top: 15px;
}
.mod__product-cont .top .about .links ul li a.excel::before {
  content: url('/assets/img/common/svg/ico_xlsx.svg');
  position: absolute;
  left: 0;
  top: 15px;
}
.mod__product-cont .top .about .more-thumb {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.mod__product-cont .top .about .more-thumb .title {
  margin: 2rem 15px 0 15px;
}
@media screen and (max-width: 767px) {
  .mod__product-cont .top .about .more-thumb .title {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
  }
}
.mod__product-cont .top .about .more-thumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.mod__product-cont .top .about .more-thumb ul li {
  width: 86px;
  height: 86px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.mod__product-cont .top .about .more-thumb ul li:not(.download) {
  border: 1px solid #ccc;
  position: relative;
}
.mod__product-cont .top .about .more-thumb ul li:not(.download)::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #3A9BF7;
}
.mod__product-cont .top .about .more-thumb ul li:not(.download)::after {
  content: url('/assets/img/common/svg/ico_loupe_plus_w.svg');
  position: absolute;
  right: 2px;
  bottom: -3px;
}
.mod__product-cont .top .about .more-thumb ul li:not(.download) a {
  display: block;
  width: 100%;
  height: 100%;
}
.mod__product-cont .top .about .more-thumb ul li:not(.download) > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .mod__product-cont .top .about .more-thumb ul li.download {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.mod__product-cont .top .about .more-thumb ul li.download a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #00519F;
  transition: 0.2s all;
  border: 1px solid #00519F;
  border-radius: 4px;
}
.mod__product-cont .top .about .more-thumb ul li.download a svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  fill: #00519F;
  width: 20px;
  height: 20px;
  transition: 0.2s all;
}
.mod__product-cont .top .about .more-thumb ul li.download a:hover {
  color: #fff;
  background: #00519F;
}
.mod__product-cont .top .about .more-thumb ul li.download a:hover svg {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .mod__product-cont .top .about .more-thumb ul li.download a {
    width: 220px;
    height: 44px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: center;
  }
  .mod__product-cont .top .about .more-thumb ul li.download a svg {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
.mod__product-footer-link {
  margin-bottom: 40px;
  padding: 30px 20px 30px 40px;
  background: #EEF7FF;
}
@media screen and (max-width: 767px) {
  .mod__product-footer-link {
    padding: 20px;
    margin-bottom: 0;
  }
}
.mod__product-footer-link .title {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500 !important;
}
.mod__product-footer-link ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.mod__product-footer-link ul li {
  border-bottom: 1px solid #BFBFBF;
  margin-right: 20px;
}
.mod__product-footer-link ul li.active {
  display: none;
}
@media screen and (max-width: 767px) {
  .mod__product-footer-link ul li {
    margin-right: 0;
    width: 100%;
  }
}
.mod__product-footer-link ul li a {
  display: block;
  width: 220px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300 !important;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .mod__product-footer-link ul li a {
    width: 100%;
  }
}
.mod__product-footer-link ul li a::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
  right: 0;
}
.mod__product-footer-link ul li a:hover {
  color: #3A9BF7;
}
/* 続きを読む */
.readmore {
  position: relative;
  /* 続きを読むボタン */
  /*チェック時にボタンを非表示*/
  /*チェック時に高さを自動に戻す*/
  /*チェック時グラデーション等を削除*/
}
.readmore .readmore-content {
  position: relative;
  overflow: hidden;
  height: 233px;
}
@media screen and (max-width: 767px) {
  .readmore .readmore-content {
    height: 70px;
  }
}
.readmore .readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
.readmore .readmore-label {
  display: table;
  position: absolute;
  bottom: -15px;
  right: 10px;
  z-index: 2;
  color: #00519F;
}
.readmore .readmore-label:before {
  content: '続きを読む';
}
.readmore .readmore-check {
  display: none;
}
.readmore .readmore-check:checked ~ .readmore-label {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
}
.readmore .readmore-check:checked ~ .readmore-label:before {
  content: '閉じる';
}
.readmore .readmore-check:checked ~ .readmore-content {
  height: auto;
}
.readmore .readmore-check:checked ~ .readmore-content::before {
  display: none;
}
/* 続きを読むSPのみ適用 */
@media screen and (max-width: 767px) {
  .readmore__sponly {
    position: relative;
    /* 続きを読むボタン */
    /*チェック時にボタンを非表示*/
    /*チェック時に高さを自動に戻す*/
    /*チェック時グラデーション等を削除*/
  }
  .readmore__sponly .readmore-content {
    position: relative;
    overflow: hidden;
    height: 233px;
  }
  .readmore__sponly .readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  }
  .readmore__sponly .readmore-label {
    display: table;
    position: absolute;
    bottom: -15px;
    right: 10px;
    z-index: 2;
    color: #00519F;
  }
  .readmore__sponly .readmore-label:before {
    content: '続きを読む';
  }
  .readmore__sponly .readmore-check {
    display: none;
  }
  .readmore__sponly .readmore-check:checked ~ .readmore-label {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  }
  .readmore__sponly .readmore-check:checked ~ .readmore-label:before {
    content: '閉じる';
  }
  .readmore__sponly .readmore-check:checked ~ .readmore-content {
    height: auto;
  }
  .readmore__sponly .readmore-check:checked ~ .readmore-content::before {
    display: none;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .readmore__sponly .readmore-content {
    height: 70px;
  }
}
/* Layout Modules */
.mod__ul-2column {
  /* 2レイアウト */
  display: flex;
  flex-wrap: wrap;
}
.mod__ul-2column > li {
  margin: 0 20px 20px 0;
  width: calc((100% - (20px*1)) / 2);
}
@media screen and (min-width: 1024px) {
  .mod__ul-2column > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .mod__ul-2column > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.mod__ul-2column.normal {
  /* 通常タイプ */
}
.mod__ul-2column.normal a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.mod__ul-2column.normal a .title {
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #00519F;
  color: #00519F;
  font-size: 16px;
}
.mod__ul-2column.normal a .text {
  font-size: 14px;
  color: #000;
}
.mod__ul-2column.normal a:hover .title {
  text-decoration: underline;
}
ul.mod__ul-2column-center {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  ul.mod__ul-2column-center {
    display: block;
  }
}
ul.mod__ul-2column-center li {
  margin: 0 20px;
}
ul.mod__ul-2column-center li .image {
  margin: 20px auto 10px;
  width: 320px;
}
@media screen and (min-width: 768px) {
  ul.mod__ul-2column-center li .abstract {
    min-height: 180px;
  }
}
ul.mod__ul-2column-center li img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  ul.mod__ul-2column-center li {
    margin: 0 0 20px;
    width: 100%;
  }
  ul.mod__ul-2column-center li img {
    width: 100%;
  }
}
.mod__ul-3column {
  /* 3レイアウト */
  display: flex;
  flex-wrap: wrap;
}
.mod__ul-3column li {
  margin: 0 20px 10px 0;
  width: calc((100% - (20px*2)) / 3);
}
@media screen and (min-width: 768px) {
  .mod__ul-3column li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mod__ul-3column li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.mod__ul-3column li:nth-child(n+4) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mod__ul-3column li:nth-child(n+4) {
    margin-top: 0;
  }
}
.mod__ul-3column.normal {
  /* 通常タイプ */
}
.mod__ul-3column.normal a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.mod__ul-3column.normal a .title {
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #00519F;
  color: #00519F;
  font-size: 16px;
}
.mod__ul-3column.normal a .title svg {
  fill: #00519F;
}
@media screen and (min-width: 768px) {
  .mod__ul-3column.normal a .title.adjust_height {
    height: 4em;
  }
}
.mod__ul-3column.normal a .text {
  font-size: 14px;
  color: #000;
}
.mod__ul-3column.normal a:hover .title {
  text-decoration: underline;
}
.mod__ul-3column.normal .thumb.medicalsupport {
  display: flex;
  justify-content: center;
}
ul.mod__ul-3column-center {
  /* 動画ライブラリー整形外科領域3カラム用 */
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  ul.mod__ul-3column-center {
    display: block;
  }
}
ul.mod__ul-3column-center li {
  margin-right: 20px;
  width: calc((100% - (20px*2)) / 3);
}
@media screen and (min-width: 768px) {
  ul.mod__ul-3column-center li:nth-child(3n) {
    margin-right: 0;
  }
}
ul.mod__ul-3column-center li .mod__category-name {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  ul.mod__ul-3column-center li .mod__category-name {
    font-size: 20px;
  }
}
ul.mod__ul-3column-center li .image {
  margin: 20px auto 10px;
}
@media screen and (min-width: 768px) {
  ul.mod__ul-3column-center li .abstract {
    min-height: 180px;
  }
}
ul.mod__ul-3column-center li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  ul.mod__ul-3column-center li {
    margin: 0 0 20px;
    width: 100%;
  }
  ul.mod__ul-3column-center li img {
    width: 100%;
  }
}
ul.mod__ul-3column-center li:nth-child(n+4) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  ul.mod__ul-3column-center li:nth-child(n+4) {
    margin-top: 0;
  }
}
.mod__ul-4column {
  /* 4レイアウト */
  /* 複数レイアウト */
  display: flex;
  flex-wrap: wrap;
}
.mod__ul-4column > li {
  margin: 0 20px 20px 0;
  width: calc((100% - (20px*(4 - 1))) / 4);
}
@media screen and (min-width: 1024px) {
  .mod__ul-4column > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .mod__ul-4column > li {
    width: calc((100% - (20px*1)) / 2);
  }
  .mod__ul-4column > li:nth-child(2n) {
    margin-right: 0;
  }
}
.mod__ul-4column > li span {
  display: block;
  width: 100%;
  height: 100%;
}
.mod__ul-5column {
  /* 5レイアウト */
  /* 複数レイアウト */
  display: flex;
  flex-wrap: wrap;
}
.mod__ul-5column > li {
  margin: 0 20px 20px 0;
  width: calc((100% - (20px*(5 - 1))) / 5);
}
@media screen and (min-width: 1024px) {
  .mod__ul-5column > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .mod__ul-5column > li {
    width: calc((100% - (20px*1)) / 2);
  }
  .mod__ul-5column > li:nth-child(2n) {
    margin-right: 0;
  }
}
.mod__ul-5column > li span {
  display: block;
  width: 100%;
  height: 100%;
}
.mod__ul-6column {
  /* 6レイアウト */
  /* 複数レイアウト */
  display: flex;
  flex-wrap: wrap;
}
.mod__ul-6column > li {
  margin: 0 20px 20px 0;
  width: calc((100% - (20px*(6 - 1))) / 6);
}
@media screen and (min-width: 1024px) {
  .mod__ul-6column > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .mod__ul-6column > li {
    width: calc((100% - (20px*1)) / 2);
  }
  .mod__ul-6column > li:nth-child(2n) {
    margin-right: 0;
  }
}
.mod__ul-6column > li span {
  display: block;
  width: 100%;
  height: 100%;
}
/* Card modules */
.mod__card-1-column {
  border: 1px solid #BFBFBF;
  padding: 30px 30px 30px 0;
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mod__card-1-column {
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
  }
}
.mod__card-1-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mod__card-1-column ul {
    flex-direction: column;
  }
}
.mod__card-1-column .thumb {
  width: 192px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mod__card-1-column .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mod__card-1-column .thumb span {
  display: block;
}
.mod__card-1-column .thumb span h3 {
  font-size: 20px;
  color: #00519F;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}
.mod__card-1-column .thumb span svg {
  display: block;
  margin: 0 auto;
  fill: #00519F;
  width: 84px;
  height: auto;
}
.mod__card-1-column .contents {
  width: calc(100% - 192px);
}
@media screen and (max-width: 767px) {
  .mod__card-1-column .contents {
    width: 100%;
  }
}
.mod__card-1-column .contents .title {
  font-weight: 500 !important;
  font-size: 16px;
  margin-bottom: 20px;
}
.mod__card-1-column .contents .text {
  font-weight: 300 !important;
  margin-bottom: 20px;
}
.mod__card-1-column .contents .button {
  display: flex;
  flex-direction: row-reverse;
}
.mod__card-1-column .contents .button a {
  display: block;
  padding: 14px 50px;
  color: #00519F;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00519F;
  border-radius: 4px;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .mod__card-1-column .contents .button a {
    width: 100%;
    padding: 14px 40px;
  }
}
.mod__card-1-column .contents .button a::before {
  border-top: solid 2px #00519F;
  border-right: solid 2px #00519F;
  width: 10px;
  height: 10px;
}
.mod__card-1-column .contents .button a:hover {
  background: #00519F;
  color: #fff;
}
.mod__card-1-column .contents .button a:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 767px) {
  .mod__card-1-column .contents .button {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mod__card-3-column {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.mod__card-3-column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mod__card-3-column ul {
    flex-direction: column;
  }
}
.mod__card-3-column ul li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  border: 1px solid #BFBFBF;
}
.mod__card-3-column ul li:hover {
  border: 1px solid #3A9BF7;
}
@media screen and (max-width: 767px) {
  .mod__card-3-column ul li {
    width: 100%;
  }
}
.mod__card-3-column ul li a {
  display: block;
  padding: 20px;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: 300 !important;
}
.mod__card-3-column ul li a:hover {
  border: 1px solid #3A9BF7;
}
.mod__card-3-column ul li a .thumb h3 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #00519F;
}
.mod__card-3-column ul li a .thumb svg {
  display: block;
  margin: 0 auto;
  fill: #00519F;
  width: 100px;
  height: auto;
}
.mod__card-3-column ul li div img {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .mod__card-3-column ul li {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mod__card-8-column {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.mod__card-8-column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mod__card-8-column ul {
    flex-direction: column;
  }
}
.mod__card-8-column ul li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  border: 1px solid #BFBFBF;
}
.mod__card-8-column ul li:hover {
  border: 1px solid #3A9BF7;
}
@media screen and (max-width: 767px) {
  .mod__card-8-column ul li {
    width: 100%;
  }
}
.mod__card-8-column ul li a {
  display: block;
  padding: 20px;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: 300 !important;
}
.mod__card-8-column ul li a:hover {
  border: 1px solid #3A9BF7;
}
.mod__card-8-column ul li a .thumb h3 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #00519F;
}
.mod__card-8-column ul li a .thumb svg {
  display: block;
  margin: 0 auto;
  fill: #00519F;
  width: 100px;
  height: auto;
}
.mod__card-8-column ul li div img {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .mod__card-8-column ul li {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mod__card-8-column ul {
    flex-direction: unset;
  }
}
.mod__card-8-column ul li {
  width: calc((100% - 8px) / 8);
  height: auto;
  background: #EEF7FF;
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .mod__card-8-column ul li {
    width: calc(50% - 10px);
  }
}
.mod__card-8-column ul li a {
  border: none;
  padding: 15px;
}
@media screen and (max-width: 1023px) {
  .mod__card-8-column ul li a {
    padding: 10px 4px;
  }
}
.mod__card-8-column ul li a:hover {
  border: none;
}
.mod__card-8-column ul li a .thumb h3 {
  font-size: 12px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1023px) {
  .mod__card-8-column ul li a .thumb h3 {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mod__card-8-column ul li a .thumb h3 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.mod__card-8-column ul li a .thumb .circle-category {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.mod__card-8-column ul li a .thumb .circle-category svg {
  width: 40px;
  padding-top: 10px;
}
.mod__card-8-column ul li a .thumb .pickup-link {
  position: relative;
  line-height: 1.5;
  background: #00519F;
  border-radius: 15px;
  margin-top: 15px;
  padding: 4px 7px 5px;
  color: #fff;
}
.mod__card-8-column ul li a .thumb .pickup-link.arrow::before {
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: 10px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mod__card-8-column ul li a .thumb .pickup-link:hover {
  background: #3A9BF7;
}
@media screen and (max-width: 767px) {
  .mod__card-8-column ul li a .thumb .pickup-link {
    width: 70%;
    margin: 15px auto 0;
    font-weight: bold;
  }
}
/* Table like modules */
.val__table_title {
  font-size: 18px;
  font-weight: 500 !important;
  margin-bottom: 10px;
}
.val__table_head-cell {
  padding: 15px 0;
  background: #CAE5FF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  font-weight: 500 !important;
}
@media screen and (max-width: 1023px) {
  [class^="mod__table"] {
    margin-right: 20px;
    margin-left: 20px;
  }
}
[class^="mod__table"] .title {
  font-size: 18px;
  font-weight: 500 !important;
  margin-bottom: 10px;
}
[class^="mod__table"] .head {
  padding: 15px 0;
  background: #CAE5FF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  font-weight: 500 !important;
}
[class^="mod__table"] .table {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
}
[class^="mod__table"] dl {
  display: flex;
  flex-wrap: wrap;
}
[class^="mod__table"] dl dt {
  font-weight: 500 !important;
  border: 1px solid #BFBFBF;
  padding: 15px 0;
  background: #EEF7FF;
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  [class^="mod__table"] dl dt {
    width: 100%;
  }
}
[class^="mod__table"] dl dd {
  font-weight: 300 !important;
  border: 1px solid #BFBFBF;
  padding: 15px 0;
  border-left: none;
  border-top: none;
}
@media screen and (max-width: 767px) {
  [class^="mod__table"] dl dd {
    width: 100%;
  }
}
.mod__table-1-column.one-three dt {
  width: 215px;
}
.mod__table-1-column.one-three dd {
  width: calc(100% - 215px);
}
@media screen and (max-width: 767px) {
  .mod__table-1-column.one-three dt,
  .mod__table-1-column.one-three dd {
    width: 100%;
  }
}
.mod__table-2-column.half-half dt {
  width: 215px;
}
.mod__table-2-column.half-half dd {
  width: calc(50% - 215px);
}
@media screen and (min-width: 768px) {
  .mod__table-2-column.half-half .tow-line {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mod__table-2-column.half-half dt,
  .mod__table-2-column.half-half dd {
    width: 100%;
  }
}
/* ページング */
.mod__paging-1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mod__paging-1 ul {
    margin-right: 20px;
    margin-left: 20px;
    justify-content: center;
  }
}
.mod__paging-1 ul li {
  display: block;
}
@media screen and (max-width: 767px) {
  .mod__paging-1 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mod__paging-1 ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mod__paging-1 ul li.top {
    display: none;
  }
}
.mod__paging-1 ul li.top a {
  padding: 15px 20px;
  width: 240px;
  height: 72px;
  font-size: 15px;
  color: #fff;
  background: #00519F;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s;
}
.mod__paging-1 ul li.top a:hover {
  background: #3A9BF7;
}
@media screen and (min-width: 768px) {
  .mod__paging-1 ul li.sp-top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mod__paging-1 ul li.sp-top {
    display: block;
  }
  .mod__paging-1 ul li.sp-top a {
    padding: 15px 20px;
    margin: 0 auto;
    width: 240px;
    height: 72px;
    font-size: 15px;
    color: #fff;
    background: #00519F;
    text-align: center;
    border-radius: 4px;
  }
}
.mod__paging-1 ul li.next a,
.mod__paging-1 ul li.prev a {
  padding: 15px 20px;
  width: 372px;
  height: 72px;
  background: #fff;
  color: #fff;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .mod__paging-1 ul li.next a,
  .mod__paging-1 ul li.prev a {
    width: 100%;
  }
}
.mod__paging-1 ul li.next a::before,
.mod__paging-1 ul li.prev a::before {
  border-top: solid 2px #00519F;
  border-right: solid 2px #00519F;
  width: 12px;
  height: 12px;
}
.mod__paging-1 ul li.next a span,
.mod__paging-1 ul li.prev a span {
  display: block;
}
.mod__paging-1 ul li.next a span:first-child,
.mod__paging-1 ul li.prev a span:first-child {
  font-size: 12px;
  color: #000;
  transition: 0.2s;
  font-weight: 300 !important;
}
.mod__paging-1 ul li.next a:hover,
.mod__paging-1 ul li.prev a:hover {
  color: #fff;
  background: #00519F;
}
.mod__paging-1 ul li.next a:hover::before,
.mod__paging-1 ul li.prev a:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.mod__paging-1 ul li.next a:hover span:first-child,
.mod__paging-1 ul li.prev a:hover span:first-child {
  color: #fff;
}
.mod__paging-1 ul li.prev a {
  padding-left: 30px;
}
.mod__paging-1 ul li.prev a::before {
  right: inherit;
  left: 3%;
  transform: rotate(225deg);
}
.mod__paging-1.hide-prev .prev {
  width: 372px;
  height: 0px;
}
.mod__paging-1.hide-prev .prev a {
  display: none;
}
.mod__paging-1.hide-next .next {
  width: 372px;
  height: 0px;
}
.mod__paging-1.hide-next .next a {
  display: none;
}
.thumb img:hover {
  opacity: 0.6;
}
/* 画像リンク 中央テキスト */
.mod__img-link_center-text {
  display: block;
  position: relative;
}
.mod__img-link_center-text .thumb {
  position: relative;
}
.mod__img-link_center-text .overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00519F;
  opacity: 0.4;
  transition: 0.2s;
  z-index: 2;
}
.mod__img-link_center-text .title {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #000;
  z-index: 3;
}
.mod__img-link_center-text .title.size-s {
  width: 140px;
}
.mod__img-link_center-text .title.size-m {
  width: 180px;
}
.mod__img-link_center-text:hover .overlay {
  opacity: 0;
}
.mod__btn {
  /* ボタン 基本 白 */
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
}
.mod__btn:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn_blue-main {
  /* ボタン 基本 青 */
  /* ボタン 基本 白 */
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  border: 1px solid #00519F;
  background: #00519F;
}
.mod__btn_blue-main:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn_blue-main:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-main:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-main.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-main.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-main.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn_blue-main.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn_blue-main.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn_blue-main:hover:not(.inactive) {
  color: #00519F;
  background: #fff;
}
.mod__btn_blue-main:hover:not(.inactive).arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-main:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-main.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-main.arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-accent {
  /* ボタン 基本 水色 */
  /* ボタン 基本 青 */
  /* ボタン 基本 白 */
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  border: 1px solid #00519F;
  background: #00519F;
  border: 1px solid #3A9BF7;
  background: #3A9BF7;
}
.mod__btn_blue-accent:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn_blue-accent:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-accent:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-accent.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-accent.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-accent.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn_blue-accent.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn_blue-accent.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn_blue-accent:hover:not(.inactive) {
  color: #00519F;
  background: #fff;
}
.mod__btn_blue-accent:hover:not(.inactive).arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-accent:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-accent.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-accent.arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-accent:hover:not(.inactive) {
  color: #3A9BF7;
  background: #fff;
}
.mod__btn_blue-accent:hover:not(.inactive).arrow::before {
  border-top: solid 1px #3A9BF7;
  border-right: solid 1px #3A9BF7;
}
.mod__btn_blue-accent.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_light-red {
  /* ボタン 基本 薄赤色 */
  /* ボタン 基本 青 */
  /* ボタン 基本 白 */
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  border: 1px solid #00519F;
  background: #00519F;
  border: 1px solid #9e140e;
  background: #f05b55;
}
.mod__btn_light-red:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn_light-red:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_light-red:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_light-red.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_light-red.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_light-red.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn_light-red.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn_light-red.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn_light-red:hover:not(.inactive) {
  color: #00519F;
  background: #fff;
}
.mod__btn_light-red:hover:not(.inactive).arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_light-red:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_light-red.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_light-red.arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_light-red:hover:not(.inactive) {
  border: 1px solid #f05b55;
  color: #f05b55;
  background: #fff;
}
.mod__btn_light-red:hover:not(.inactive).arrow::before {
  border-top: solid 1px #f05b55;
  border-right: solid 1px #f05b55;
}
.mod__btn_light-red.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-login {
  display: inline-block;
  color: #fff !important;
  font-size: 15px;
  width: 216px;
  height: 56px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #00519F;
  transition: 0.2s;
  cursor: pointer;
}
.mod__btn-login:hover {
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
  transition: 0.2s;
}
.mod__btn-pat01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
  line-height: 1.6;
  font-size: 14px;
}
.border_double {
  position: relative;
}
.border_double::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  border: solid 1px #fff;
  border-radius: 3px;
}
.mod__btn-new-tab {
  /* ボタン 別タブ */
  /* ボタン 基本 白 */
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
}
.mod__btn-new-tab:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn-new-tab:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-new-tab:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-new-tab.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-new-tab.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-new-tab.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn-new-tab.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-new-tab.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-new-tab svg {
  fill: #00519F;
  position: relative;
  top: 1px;
  transition: 0.2s;
}
.mod__btn-new-tab:hover:not(.inactive) svg {
  fill: #fff;
}
.mod__btn-new-tab.inactive svg {
  fill: #BFBFBF;
}
.mod__btn_blue-border_double {
  /* ボタン 二重枠 青 */
  /* ボタン 基本 白 */
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  border: 1px solid #3A9BF7;
  background: #3A9BF7;
  position: relative;
}
.mod__btn_blue-border_double:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn_blue-border_double:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-border_double:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-border_double.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-border_double.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn_blue-border_double.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn_blue-border_double.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn_blue-border_double.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn_blue-border_double::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  border: solid 1px #fff;
  border-radius: 3px;
}
.mod__btn_blue-border_double.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-border_double.arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-border_double:hover:not(.inactive) {
  color: #fff;
  background: #00165C;
  border: 1px solid #00165C;
}
.mod__btn_blue-border_double:hover:not(.inactive):after {
  border: solid 1px #fff;
}
.mod__btn_blue-border_double:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn_blue-border_double:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-inactive_gray {
  /* ボタン 非活性1 */
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #BFBFBF;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  background: #E4E4E4;
  transition: 0.2s;
  cursor: inherit;
}
.mod__btn-inactive_gray.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-inactive_gray.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-inactive_darkgray {
  /* ボタン 非活性2 */
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #919191;
  border: 1px solid #919191;
  border-radius: 4px;
  background: #BFBFBF;
  transition: 0.2s;
  cursor: inherit;
}
.mod__btn-inactive_darkgray.arrow::before {
  border-top: solid 1px #919191;
  border-right: solid 1px #919191;
}
.mod__btn-inactive_darkgray.arrow-left::before {
  border-top: solid 1px #919191;
  border-right: solid 1px #919191;
}
.mod__btn-small-blue {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 34px;
  line-height: 32px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #00519F;
  transition: 0.2s;
  cursor: pointer;
}
.mod__btn-small-blue.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-small-blue.arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-small-blue.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-small-blue.arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-small-blue.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn-small-blue.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-small-blue.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-small-blue:hover:not(.inactive) {
  color: #00519F;
  background: #fff;
}
.mod__btn-small-blue:hover:not(.inactive).arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-small-blue:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-small-white {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 34px;
  line-height: 32px;
  text-decoration: none;
  font-size: 14px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
}
.mod__btn-small-white.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-small-white.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-small-white.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-small-white.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-small-white.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn-small-white.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-small-white.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-small-white:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn-small-white:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-small-white:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-tiny-blue {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 34px;
  line-height: 32px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #00519F;
  transition: 0.2s;
  cursor: pointer;
  width: 120px;
  height: 24px;
  font-size: 12px !important;
  line-height: 20px;
  border-radius: 0;
}
.mod__btn-tiny-blue.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-tiny-blue.arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-tiny-blue.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-tiny-blue.arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-tiny-blue.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn-tiny-blue.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-tiny-blue.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-tiny-blue:hover:not(.inactive) {
  color: #00519F;
  background: #fff;
}
.mod__btn-tiny-blue:hover:not(.inactive).arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-tiny-blue:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-tiny-blue.arrow-2:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: relative;
  left: 5px;
}
.mod__btn-tiny-blue.arrow-2.inactive:after {
  border-color: transparent transparent transparent #BFBFBF;
}
.mod__btn-tiny-blue.arrow-2:not(.inactive):hover:after {
  border-color: transparent transparent transparent #00519F;
}
.mod__btn-yellow {
  /* ボタン 基本 白 */
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  color: #00519F;
  border: 1px solid #00519F;
  background: #FFFCA8;
}
.mod__btn-yellow:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn-yellow:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-yellow:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-yellow.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-yellow.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-yellow.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn-yellow.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-yellow.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-yellow svg {
  position: relative;
  top: 3px;
  fill: #00519F;
}
.mod__btn-yellow.inactive svg {
  fill: #BFBFBF;
}
.mod__btn-yellow:hover:not(.inactive) {
  color: #EEF7FF;
  border: 1px solid #3A9BF7;
  background: #3A9BF7;
}
.mod__btn-yellow:hover:not(.inactive) svg {
  fill: #EEF7FF;
}
.mod__btn-yellow:hover:not(.inactive).arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-yellow:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-yellow.arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-yellow.arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-blue-gradient {
  /* ボタン 基本 白 */
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  width: 452px;
  height: 100px;
  color: #fff;
  border: 0;
  background-color: #00519F;
  background: -moz-linear-gradient(top, #00519F, #0092CC 90%, #00C4FF);
  background: -webkit-linear-gradient(top, #00519F, #0092CC 90%, #00C4FF);
  background: linear-gradient(to left, #00519F, #0092CC 90%, #00C4FF);
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.4);
}
.mod__btn-blue-gradient:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn-blue-gradient:hover:not(.inactive).arrow::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-blue-gradient:hover:not(.inactive).arrow-left::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-blue-gradient.arrow::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-blue-gradient.arrow-left::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.mod__btn-blue-gradient.inactive {
  color: #BFBFBF;
  background: #E4E4E4;
  border: 1px solid #BFBFBF;
}
.mod__btn-blue-gradient.inactive.arrow::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-blue-gradient.inactive.arrow-left::before {
  border-top: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
.mod__btn-blue-gradient svg {
  position: relative;
  top: 3px;
  fill: #00519F;
}
.mod__btn-blue-gradient > div {
  display: flex;
  align-items: center;
}
.mod__btn-blue-gradient > div .icon {
  margin-left: 12px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s;
}
.mod__btn-blue-gradient > div .icon svg {
  display: block;
  margin: 0 auto;
  fill: #00519F;
  transition: 0.2s;
}
.mod__btn-blue-gradient > div .text {
  text-align: center;
  width: 100%;
}
.mod__btn-blue-gradient > div .text .title {
  color: #FFF600;
  font-size: 26px;
  line-height: 1.2em;
}
.mod__btn-blue-gradient > div .text .sub {
  line-height: 2em;
}
.mod__btn-blue-gradient > div .text .arrow-downward {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: 0.2s;
  position: relative;
  top: 2px;
  left: 50%;
  bottom: 0;
  margin-top: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.mod__btn-blue-gradient:hover:not(.inactive) {
  background: #3A9BF7;
}
.mod__btn-blue-gradient.inactive svg {
  fill: #BFBFBF;
}
.mod__btn-sink:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.mod__btn-functionary_large {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 184px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #00519F;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  font-weight: 500 !important;
  width: 406px;
  height: auto;
  font-size: 15px;
  padding: 16px 0;
  line-height: 21px;
}
.mod__btn-functionary_large:not(.ico-download_top) {
  padding: 13px;
}
.mod__btn-functionary_large:not(.ico-download_top):not(.ico-download_left) {
  padding: 13px;
}
.mod__btn-functionary_large:not(.ico-download_top):not(.ico-download_right) {
  padding: 13px;
}
.mod__btn-functionary_large svg {
  fill: #fff;
}
.mod__btn-functionary_large:hover:not(.inactive) {
  color: #00519F;
  background: #fff;
}
.mod__btn-functionary_large:hover:not(.inactive) svg {
  fill: #00519F;
}
.mod__btn-functionary_white {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 184px;
  text-decoration: none;
  font-size: 14px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  font-weight: 500 !important;
  width: 220px;
  font-size: 12px;
}
.mod__btn-functionary_white:not(.ico-download_top) {
  padding: 13px;
}
.mod__btn-functionary_white:not(.ico-download_top):not(.ico-download_left) {
  padding: 13px;
}
.mod__btn-functionary_white:not(.ico-download_top):not(.ico-download_right) {
  padding: 13px;
}
.mod__btn-functionary_white svg {
  fill: #00519F;
}
.mod__btn-functionary_white:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn-functionary_white:hover:not(.inactive) svg {
  fill: #fff;
}
.mod__btn-functionary_white_small {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 184px;
  text-decoration: none;
  font-size: 14px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  font-weight: 500 !important;
  width: 220px;
  font-size: 12px;
  width: 86px;
  font-size: 11px;
  line-height: 15px;
}
.mod__btn-functionary_white_small:not(.ico-download_top) {
  padding: 13px;
}
.mod__btn-functionary_white_small:not(.ico-download_top):not(.ico-download_left) {
  padding: 13px;
}
.mod__btn-functionary_white_small:not(.ico-download_top):not(.ico-download_right) {
  padding: 13px;
}
.mod__btn-functionary_white_small svg {
  fill: #00519F;
}
.mod__btn-functionary_white_small:hover:not(.inactive) {
  color: #fff;
  background: #00519F;
}
.mod__btn-functionary_white_small:hover:not(.inactive) svg {
  fill: #fff;
}
.mod__btn-functionary_skyblue {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 184px;
  text-decoration: none;
  font-size: 14px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #EEF7FF;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  font-weight: 500 !important;
}
.mod__btn-functionary_skyblue:not(.ico-download_top) {
  padding: 13px;
}
.mod__btn-functionary_skyblue:not(.ico-download_top):not(.ico-download_left) {
  padding: 13px;
}
.mod__btn-functionary_skyblue:not(.ico-download_top):not(.ico-download_right) {
  padding: 13px;
}
.mod__btn-functionary_skyblue svg {
  fill: #00519F;
}
.mod__btn-functionary_skyblue:hover:not(.inactive) {
  color: #EEF7FF;
  background: #00519F;
}
.mod__btn-functionary_skyblue:hover:not(.inactive) svg {
  fill: #EEF7FF;
}
.mod__btn-functionary_skyblue:not(.ico-download_top) {
  padding: 8px;
}
.mod__btn-functionary_skyblue:not(.ico-download_top):not(.ico-download_left) {
  padding: 8px;
}
.mod__btn-functionary_skyblue:not(.ico-download_top):not(.ico-download_right) {
  padding: 8px;
}
.mod__btn-functionary_skyblue_small {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 184px;
  text-decoration: none;
  font-size: 14px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #EEF7FF;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  font-weight: 500 !important;
  width: 114px;
}
.mod__btn-functionary_skyblue_small:not(.ico-download_top) {
  padding: 13px;
}
.mod__btn-functionary_skyblue_small:not(.ico-download_top):not(.ico-download_left) {
  padding: 13px;
}
.mod__btn-functionary_skyblue_small:not(.ico-download_top):not(.ico-download_right) {
  padding: 13px;
}
.mod__btn-functionary_skyblue_small svg {
  fill: #00519F;
}
.mod__btn-functionary_skyblue_small:hover:not(.inactive) {
  color: #EEF7FF;
  background: #00519F;
}
.mod__btn-functionary_skyblue_small:hover:not(.inactive) svg {
  fill: #EEF7FF;
}
.mod__btn-functionary_skyblue_tiny {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 184px;
  text-decoration: none;
  font-size: 14px;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #EEF7FF;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  font-weight: 500 !important;
  width: 76px;
  height: auto;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 0;
}
.mod__btn-functionary_skyblue_tiny:not(.ico-download_top) {
  padding: 13px;
}
.mod__btn-functionary_skyblue_tiny:not(.ico-download_top):not(.ico-download_left) {
  padding: 13px;
}
.mod__btn-functionary_skyblue_tiny:not(.ico-download_top):not(.ico-download_right) {
  padding: 13px;
}
.mod__btn-functionary_skyblue_tiny svg {
  fill: #00519F;
}
.mod__btn-functionary_skyblue_tiny:hover:not(.inactive) {
  color: #EEF7FF;
  background: #00519F;
}
.mod__btn-functionary_skyblue_tiny:hover:not(.inactive) svg {
  fill: #EEF7FF;
}
.mod__btn-functionary_skyblue_tiny:not(.ico-download_top) {
  padding: 5px 0;
}
.mod__btn-functionary_skyblue_tiny:not(.ico-download_top):not(.ico-download_left) {
  padding: 5px 0;
}
.mod__btn-functionary_skyblue_tiny:not(.ico-download_top):not(.ico-download_right) {
  padding: 5px 0;
}
.mod__btn-functionary_blue {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 184px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #00519F;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  font-weight: 500 !important;
  width: 220px;
  font-size: 12px;
}
.mod__btn-functionary_blue:not(.ico-download_top) {
  padding: 13px;
}
.mod__btn-functionary_blue:not(.ico-download_top):not(.ico-download_left) {
  padding: 13px;
}
.mod__btn-functionary_blue:not(.ico-download_top):not(.ico-download_right) {
  padding: 13px;
}
.mod__btn-functionary_blue svg {
  fill: #fff;
}
.mod__btn-functionary_blue:hover:not(.inactive) {
  color: #00519F;
  background: #fff;
}
.mod__btn-functionary_blue:hover:not(.inactive) svg {
  fill: #00519F;
}
/* 機能ボタン 大 */
.mod__btn-functionary_huge {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 372px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.mod__btn-functionary_huge .sup {
  font-size: 12px;
  color: #000;
  font-weight: 100 !important;
}
.mod__btn-functionary_huge_arrowleft {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 372px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 42px;
}
.mod__btn-functionary_huge_arrowleft .sup {
  font-size: 12px;
  color: #000;
  font-weight: 100 !important;
}
.mod__btn-functionary_huge_arrowleft::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px #00519F;
  border-right: solid 3px #00519F;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  transition: 0.2s;
  left: 12px;
}
.mod__btn-functionary_huge_arrowright {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 372px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 42px;
}
.mod__btn-functionary_huge_arrowright .sup {
  font-size: 12px;
  color: #000;
  font-weight: 100 !important;
}
.mod__btn-functionary_huge_arrowright::after {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px #00519F;
  border-right: solid 3px #00519F;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  transition: 0.2s;
  right: 12px;
}
.mod__btn-functionary_huge_blue {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 372px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  border: 1px solid #00519F;
  background: #00519F;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
  font-size: 15px;
  border-radius: 4px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
.mod__btn-functionary_huge_blue .sup {
  font-size: 12px;
  color: #000;
  font-weight: 100 !important;
}
.mod__btn-functionary_huge_underline {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 372px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid "";
  background: "";
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 335px;
  font-size: 13px;
  color: #333;
  border-bottom: solid 2px #BFBFBF;
}
.mod__btn-functionary_huge_underline .sup {
  font-size: 12px;
  color: #000;
  font-weight: 100 !important;
}
.mod__btn-functionary_huge_underline_arrowleft {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 372px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid "";
  background: "";
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 335px;
  font-size: 13px;
  color: #333;
  border-bottom: solid 2px #BFBFBF;
  padding-left: 30px;
}
.mod__btn-functionary_huge_underline_arrowleft .sup {
  font-size: 12px;
  color: #000;
  font-weight: 100 !important;
}
.mod__btn-functionary_huge_underline_arrowleft::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: 0.2s;
  left: 12px;
}
.mod__btn-functionary_huge_underline_arrowright {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 372px;
  text-decoration: none;
  font-size: 16px;
  color: #00519F;
  border: 1px solid "";
  background: "";
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 335px;
  font-size: 13px;
  color: #333;
  border-bottom: solid 2px #BFBFBF;
}
.mod__btn-functionary_huge_underline_arrowright .sup {
  font-size: 12px;
  color: #000;
  font-weight: 100 !important;
}
.mod__btn-functionary_huge_underline_arrowright::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: 0.2s;
  right: 12px;
}
.mod__btn-smoothscroll {
  color: #00519F;
  font-size: 16px;
  padding: 10px 19px 10px 40px;
  width: 188px;
  height: 44px;
  display: inline-block;
  position: relative;
  border-left: solid 1px #00519F;
  text-decoration: none;
}
.mod__btn-smoothscroll::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
  margin-top: -4px;
  transition: 0.2s;
  position: absolute;
  left: 16px;
  top: calc(50% - 3px);
}
.mod__btn-smoothscroll:last-child {
  padding-right: 18px;
  border-right: solid 1px #00519F;
}
/* Sitemap */
.mod__sitemap * {
  color: #000;
  text-decoration: none;
  list-style: none;
  padding-left: 0;
}
.mod__sitemap *:not(:last-child) {
  margin-bottom: 20px;
}
.mod__sitemap > .mod__sitemap_head {
  position: relative;
  display: block;
  border-bottom: solid 2px #00519F;
  padding-bottom: 10px;
}
.mod__sitemap > .mod__sitemap_head a {
  display: block;
}
.mod__sitemap > .mod__sitemap_head a:hover {
  text-decoration: underline;
}
.mod__sitemap > .mod__sitemap_head a:not(.external):after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #00519F;
  border-right: solid 2px #00519F;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  transition: 0.2s;
  right: 10px;
}
.mod__sitemap > .mod__sitemap_head a.external svg {
  position: absolute;
  top: 14px;
  right: 0;
  width: 18px;
  height: 18px;
  fill: #00519F;
}
.mod__sitemap > li {
  position: relative;
  width: 328px;
  font-size: 26px;
}
.mod__sitemap > li a:hover {
  text-decoration: underline;
}
.mod__sitemap > li a:not(.external):after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: 0.2s;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
  position: relative;
}
.mod__sitemap > li a.external svg {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  fill: #00519F;
}
.mod__sitemap > li li {
  font-size: 14px;
  font-weight: 300 !important;
}
.mod__sitemap > li li li {
  padding-left: 20px;
}
/* Sitemap追記 */
.p-sitemap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-sitemap {
    flex-direction: column;
    padding: 0;
  }
}
.p-sitemap ul.mod__sitemap:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-sitemap ul.mod__sitemap:first-child {
    margin-right: 0;
  }
}
.p-sitemap ul.mod__sitemap > li {
  width: 500px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-sitemap ul.mod__sitemap > li {
    width: 100%;
  }
}
/* Input form */
.placeholder-fw-l::-webkit-input-placeholder {
  font-weight: 300 !important;
}
.placeholder-fw-l:-moz-placeholder {
  font-weight: 300 !important;
}
.placeholder-fw-l::-moz-placeholder {
  font-weight: 300 !important;
}
.placeholder-fw-l:-ms-input-placeholder {
  font-weight: 300 !important;
}
dl.mod__frm_table {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  dl.mod__frm_table .hide-for-sp {
    display: inline;
  }
}
dl.mod__frm_table p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
dl.mod__frm_table label[for="last-name"] {
  margin-right: 10px !important;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  dl.mod__frm_table label[for="last-name"] {
    margin-right: 30px !important;
  }
}
dl.mod__frm_table label[for="first-name"] {
  margin-left: 1em;
}
dl.mod__frm_table label[for="last-name-kana"] {
  margin-right: 10px !important;
}
@media screen and (min-width: 768px) {
  dl.mod__frm_table label[for="last-name-kana"] {
    margin-right: 30px !important;
  }
}
dl.mod__frm_table input[type="text"],
dl.mod__frm_table input[type="tel"] {
  display: inline;
}
dl.mod__frm_table input[type="text"].char_3,
dl.mod__frm_table input[type="tel"].char_3 {
  width: 5em;
}
dl.mod__frm_table input[type="text"].char_5,
dl.mod__frm_table input[type="tel"].char_5 {
  width: 6em;
}
@media screen and (max-width: 767px) {
  dl.mod__frm_table input[type="text"].char_name,
  dl.mod__frm_table input[type="tel"].char_name {
    width: 9em;
  }
}
dl.mod__frm_table input[type="text"].char_long,
dl.mod__frm_table input[type="tel"].char_long {
  width: 50em;
}
@media screen and (max-width: 1023px) {
  dl.mod__frm_table input[type="text"].char_long,
  dl.mod__frm_table input[type="tel"].char_long {
    width: 100%;
  }
}
dl.mod__frm_table input[type="text"].char_100,
dl.mod__frm_table input[type="tel"].char_100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  dl.mod__frm_table .mod__frm-select select {
    width: 100%;
  }
}
dl.mod__frm_table .mod__frm-radio_box {
  top: 1px;
}
dl.mod__frm_table .mod__frm-radio_check {
  top: 5px;
}
dl.mod__frm_table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl.mod__frm_table dt {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 218px;
  background-color: #CAE5FF;
  border-bottom: solid 1px #BFBFBF;
}
dl.mod__frm_table dt:not(.elective):after {
  position: relative;
  margin: auto 0;
  min-width: 33px;
  padding: 0 4px;
  background-color: #9F0000;
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 11px;
  border: solid 1px #9F0000;
  height: 16px;
  text-align: center;
  font-weight: 300 !important;
  height: 19px;
}
@media screen and (max-width: 1023px) {
  dl.mod__frm_table dt:not(.elective):after {
    margin-top: 0;
    top: -1px;
  }
}
dl.mod__frm_table dt span {
  display: block;
  margin: auto 0;
  padding-right: 1em;
}
@media screen and (max-width: 1023px) {
  dl.mod__frm_table dt {
    display: block;
    width: 100%;
  }
  dl.mod__frm_table dt span {
    display: inline;
    margin-top: 0;
    padding-right: 1em;
  }
}
dl.mod__frm_table dt + dd {
  min-height: 70px;
  padding: 15px;
  width: calc(1024px - 218px);
  border-bottom: solid 1px #BFBFBF;
}
dl.mod__frm_table dt + dd ul.flex {
  display: flex;
  flex-wrap: wrap;
}
dl.mod__frm_table dt + dd ul.flex:not(.no-line-height) li {
  height: 50px;
  line-height: 3.7;
}
@media screen and (min-width: 768px) {
  dl.mod__frm_table dt + dd.flex-items-center {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  dl.mod__frm_table dt + dd {
    width: 100%;
  }
}
dl.mod__frm_table dt:first-child,
dl.mod__frm_table dt:first-child + dd {
  border-top: solid 1px #BFBFBF;
}
@media screen and (max-width: 1023px) {
  dl.mod__frm_table dt:first-child + dd {
    border-top: 0;
  }
}
@media screen and (min-width: 768px) {
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 184px;
    text-decoration: none;
    font-size: 14px;
    color: #00519F;
    border: 1px solid #00519F;
    border-radius: 4px;
    background: #EEF7FF;
    transition: 0.2s;
    cursor: pointer;
    overflow: hidden;
    font-weight: 500 !important;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top) {
    padding: 13px;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top):not(.ico-download_left) {
    padding: 13px;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top):not(.ico-download_right) {
    padding: 13px;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive svg {
    fill: #00519F;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:hover:not(.inactive) {
    color: #EEF7FF;
    background: #00519F;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:hover:not(.inactive) svg {
    fill: #EEF7FF;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top) {
    padding: 8px;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top):not(.ico-download_left) {
    padding: 8px;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top):not(.ico-download_right) {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 184px;
    text-decoration: none;
    font-size: 14px;
    color: #00519F;
    border: 1px solid #00519F;
    border-radius: 4px;
    background: #EEF7FF;
    transition: 0.2s;
    cursor: pointer;
    overflow: hidden;
    font-weight: 500 !important;
    width: 76px;
    height: auto;
    font-size: 11px;
    line-height: 14px;
    padding: 5px 0;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top) {
    padding: 13px;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top):not(.ico-download_left) {
    padding: 13px;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top):not(.ico-download_right) {
    padding: 13px;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive svg {
    fill: #00519F;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:hover:not(.inactive) {
    color: #EEF7FF;
    background: #00519F;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:hover:not(.inactive) svg {
    fill: #EEF7FF;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top) {
    padding: 5px 0;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top):not(.ico-download_left) {
    padding: 5px 0;
  }
  dl.mod__frm_table .mod__btn-functionary_skyblue_responsive:not(.ico-download_top):not(.ico-download_right) {
    padding: 5px 0;
  }
}
@media screen and (min-width: 768px) {
  dl.mod__frm_table .mod__anchor-arrow_adjust {
    display: inline;
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  dl.mod__frm_table .mod__anchor-arrow_adjust {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  dl.mod__frm_table label[for="input-address2"] {
    margin-left: 2em;
  }
}
@media screen and (max-width: 1023px) {
  dl.mod__frm_table [id^="input-"] {
    margin-left: 0 !important;
  }
  dl.mod__frm_table [id="input-telephone2"],
  dl.mod__frm_table [id="input-telephone3"],
  dl.mod__frm_table [id="input-post_code2"] {
    margin-left: 10px !important;
  }
}
dl.mod__frm_table.confirm dd {
  display: flex;
}
dl.mod__frm_table.confirm dd span {
  display: block;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .mod__frm .mod__btn-functionary_large {
    font-size: 13px;
  }
}
.mod__frm label {
  position: relative;
  font-weight: 500 !important;
}
@media screen and (min-width: 768px) {
  .mod__frm label + input,
  .mod__frm label > input,
  .mod__frm label > select {
    margin-left: 10px !important;
  }
}
.mod__frm input[type="text"],
.mod__frm input[type="password"],
.mod__frm input[type^="date"],
.mod__frm input[type="tel"] {
  width: 186px;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  border: solid 1px #BFBFBF;
  border-radius: 4px;
  font-weight: 500 !important;
}
.mod__frm input[type="text"]::-webkit-input-placeholder,
.mod__frm input[type="password"]::-webkit-input-placeholder,
.mod__frm input[type^="date"]::-webkit-input-placeholder,
.mod__frm input[type="tel"]::-webkit-input-placeholder {
  font-weight: 300 !important;
}
.mod__frm input[type="text"]:-moz-placeholder,
.mod__frm input[type="password"]:-moz-placeholder,
.mod__frm input[type^="date"]:-moz-placeholder,
.mod__frm input[type="tel"]:-moz-placeholder {
  font-weight: 300 !important;
}
.mod__frm input[type="text"]::-moz-placeholder,
.mod__frm input[type="password"]::-moz-placeholder,
.mod__frm input[type^="date"]::-moz-placeholder,
.mod__frm input[type="tel"]::-moz-placeholder {
  font-weight: 300 !important;
}
.mod__frm input[type="text"]:-ms-input-placeholder,
.mod__frm input[type="password"]:-ms-input-placeholder,
.mod__frm input[type^="date"]:-ms-input-placeholder,
.mod__frm input[type="tel"]:-ms-input-placeholder {
  font-weight: 300 !important;
}
.mod__frm input[type="text"].char_3,
.mod__frm input[type="password"].char_3,
.mod__frm input[type^="date"].char_3,
.mod__frm input[type="tel"].char_3 {
  width: 5em;
}
.mod__frm input[type="text"].char_5,
.mod__frm input[type="password"].char_5,
.mod__frm input[type^="date"].char_5,
.mod__frm input[type="tel"].char_5 {
  width: 6em;
}
.mod__frm input[type="datetime-local"] {
  font-size: 13px;
}
.mod__frm-checkbox {
  position: relative;
}
.mod__frm-checkbox label {
  padding-left: 24px;
  cursor: pointer;
  z-index: 5;
}
.mod__frm-checkbox input[type="checkbox"] {
  display: none;
}
.mod__frm-checkbox_box {
  position: absolute;
  display: inline-block;
  content: '';
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #F4F4F4;
  border: 2px solid #BFBFBF;
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
  z-index: 1;
}
.mod__frm-checkbox_check {
  content: '';
  position: absolute;
  display: none;
  left: 7px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid #3A9BF7;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.mod__frm-checkbox input[type="checkbox"]:checked ~ .mod__frm-checkbox_check {
  display: inline-block;
}
.mod__frm-radio {
  position: relative;
}
.mod__frm-radio label {
  padding-left: 24px;
  cursor: pointer;
}
.mod__frm-radio input[type="radio"] {
  display: none;
}
.mod__frm-radio_box {
  position: absolute;
  display: inline-block;
  content: '';
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #F4F4F4;
  border: 2px solid #BFBFBF;
  border-radius: 10px;
  transition: 0.2s;
  cursor: pointer;
}
.mod__frm-radio_check {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #3A9BF7;
}
.mod__frm-radio input[type="radio"]:checked ~ .mod__frm-radio_check {
  display: inline-block;
}
.mod__frm textarea {
  width: 186px;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  border: solid 1px #BFBFBF;
  border-radius: 4px;
  font-weight: 500 !important;
}
.mod__frm textarea::-webkit-input-placeholder {
  font-weight: 300 !important;
}
.mod__frm textarea:-moz-placeholder {
  font-weight: 300 !important;
}
.mod__frm textarea::-moz-placeholder {
  font-weight: 300 !important;
}
.mod__frm textarea:-ms-input-placeholder {
  font-weight: 300 !important;
}
.mod__frm select {
  position: relative;
  width: 196px;
  height: 40px;
  padding: 8px 10px;
  font-size: 14px;
  border: solid 1px #BFBFBF;
  border-radius: 4px;
  font-weight: 500 !important;
}
.mod__frm select::-webkit-input-placeholder {
  font-weight: 300 !important;
}
.mod__frm select:-moz-placeholder {
  font-weight: 300 !important;
}
.mod__frm select::-moz-placeholder {
  font-weight: 300 !important;
}
.mod__frm select:-ms-input-placeholder {
  font-weight: 300 !important;
}
.mod__frm-select {
  position: relative;
  width: 196px;
}
.mod__frm-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #00519F 50%), linear-gradient(135deg, #00519F 50%, transparent 50%), linear-gradient(to right, #00519F, #00519F);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px,
                5px 5px,
                40px 40px;
  background-repeat: no-repeat;
}
.mod__frm-select_box {
  position: absolute;
}
.mod__frm-select::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: 0.2s;
  right: 16px;
}
.mod__frm-block > * {
  display: block;
}
.mod__frm-block :last-child {
  margin-top: 10px !important;
  margin-left: 0 !important;
}
.mod__frm-error {
  background-color: #FEE;
}
.mod__frm-error .mod__frm-radio_box,
.mod__frm-error .mod__frm-checkbox_box {
  background-color: #FEE;
}
/* Step */
.mod__step {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mod__step dt {
  position: relative;
  top: 8px;
  left: calc((148px + 40px) / 2);
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #BFBFBF;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.mod__step dt.mod__step_active {
  top: 3px;
  left: calc((148px + 50px) / 2);
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #3A9BF7;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 21px;
}
.mod__step dt.mod__step_done {
  background-color: #00519F;
}
.mod__step dt:not(:first-child)::before {
  position: absolute;
  content: '';
  border-bottom: solid 4px #BFBFBF;
  width: 148px;
  top: 50%;
  left: -143px;
  z-index: -1;
}
.mod__step dd {
  top: 50px;
  width: 148px;
  text-align: center;
  padding: 55px 5px 0;
  color: #BFBFBF;
  font-size: 16px;
}
.mod__step dd:not(:first-child) {
  margin-right: -40px;
}
.mod__step dt.mod__step_active + dd {
  color: #3A9BF7;
}
.mod__step dt.mod__step_done + dd {
  color: #00519F;
}
.mod__step_small {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mod__step_small dt {
  position: relative;
  top: 8px;
  left: calc((80px + 36px) / 2);
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #BFBFBF;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 15px;
}
.mod__step_small dt.mod__step_active {
  top: 6px;
  left: calc((80px + 40px) / 2);
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #3A9BF7;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.mod__step_small dt.mod__step_done {
  background-color: #00519F;
}
.mod__step_small dt:not(:first-child)::before {
  position: absolute;
  content: '';
  border-bottom: solid 4px #BFBFBF;
  width: 80px;
  top: 50%;
  left: -75px;
  z-index: -1;
}
.mod__step_small dd {
  top: 40px;
  width: 80px;
  text-align: center;
  padding: 55px 5px 0;
  color: #BFBFBF;
  font-size: 11px;
}
.mod__step_small dd:not(:first-child) {
  margin-right: -40px;
}
.mod__step_small dt.mod__step_active + dd {
  color: #3A9BF7;
}
.mod__step_small dt.mod__step_done + dd {
  color: #00519F;
}
.mod__step_adjust {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .mod__step_adjust {
    left: -45px;
  }
}
@media screen and (max-width: 767px) {
  .mod__step_adjust {
    left: -41px;
  }
}
.mod__step_adjust > * {
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .mod__step_responsive {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .mod__step_responsive dt {
    position: relative;
    top: 8px;
    left: calc((148px + 40px) / 2);
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #BFBFBF;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
  }
  .mod__step_responsive dt.mod__step_active {
    top: 3px;
    left: calc((148px + 50px) / 2);
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #3A9BF7;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
  }
  .mod__step_responsive dt.mod__step_done {
    background-color: #00519F;
  }
  .mod__step_responsive dt:not(:first-child)::before {
    position: absolute;
    content: '';
    border-bottom: solid 4px #BFBFBF;
    width: 148px;
    top: 50%;
    left: -143px;
    z-index: -1;
  }
  .mod__step_responsive dd {
    top: 50px;
    width: 148px;
    text-align: center;
    padding: 55px 5px 0;
    color: #BFBFBF;
    font-size: 16px;
  }
  .mod__step_responsive dd:not(:first-child) {
    margin-right: -40px;
  }
  .mod__step_responsive dt.mod__step_active + dd {
    color: #3A9BF7;
  }
  .mod__step_responsive dt.mod__step_done + dd {
    color: #00519F;
  }
}
@media screen and (max-width: 767px) {
  .mod__step_responsive {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .mod__step_responsive dt {
    position: relative;
    top: 8px;
    left: calc((80px + 36px) / 2);
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #BFBFBF;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
  }
  .mod__step_responsive dt.mod__step_active {
    top: 6px;
    left: calc((80px + 40px) / 2);
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #3A9BF7;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
  }
  .mod__step_responsive dt.mod__step_done {
    background-color: #00519F;
  }
  .mod__step_responsive dt:not(:first-child)::before {
    position: absolute;
    content: '';
    border-bottom: solid 4px #BFBFBF;
    width: 80px;
    top: 50%;
    left: -75px;
    z-index: -1;
  }
  .mod__step_responsive dd {
    top: 40px;
    width: 80px;
    text-align: center;
    padding: 55px 5px 0;
    color: #BFBFBF;
    font-size: 11px;
  }
  .mod__step_responsive dd:not(:first-child) {
    margin-right: -40px;
  }
  .mod__step_responsive dt.mod__step_active + dd {
    color: #3A9BF7;
  }
  .mod__step_responsive dt.mod__step_done + dd {
    color: #00519F;
  }
}
/* Anchor */
.mod__anchor {
  position: relative;
}
.mod__anchor > :first-child {
  color: #000;
  font-weight: 500 !important;
}
.mod__anchor :not(:first-child) {
  padding-left: 1.5em;
  margin-top: 10px !important;
  font-weight: 300 !important;
  font-size: 14px;
}
.mod__anchor a {
  text-decoration: none;
  color: #00519F;
  position: relative;
}
.mod__anchor a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: -20%;
  margin-top: -4px;
  transition: 0.2s;
}
.mod__anchor a:hover {
  text-decoration: underline;
}
.mod__anchor a::before {
  border-color: transparent transparent transparent #00519F;
  transform: rotate(90deg);
  left: -18%;
}
.anchor-1 {
  text-decoration: none;
  color: #00519f;
}
.anchor-1:hover {
  text-decoration: underline;
}
.anchor-1-arrow {
  position: relative;
  text-decoration: none;
  color: #00519f;
}
.anchor-1-arrow:hover {
  text-decoration: underline;
}
.anchor-1-arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #00519F;
  position: relative;
  left: 5px;
  top: 6px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  top: 50%;
  margin-top: -4px;
}
.anchor-2 {
  text-decoration: underline;
  color: #00519f;
}
.anchor-2:hover {
  text-decoration: none;
}
.anchor-2-arrow {
  position: relative;
  text-decoration: underline;
  color: #00519f;
}
.anchor-2-arrow:hover {
  text-decoration: none;
}
.anchor-2-arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #00519F;
  position: relative;
  left: 5px;
  top: 6px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  top: 50%;
  margin-top: -4px;
}
/* Block (Card) */
.clamp-line,
.clamp-line-2,
.clamp-line-3,
.clamp-line-4,
.clamp-line-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clamp-line-2 {
  -webkit-line-clamp: 2;
  height: 3em;
}
.clamp-line-3 {
  -webkit-line-clamp: 3;
  height: 4.3em;
}
.clamp-line-4 {
  -webkit-line-clamp: 4;
  height: 6em;
}
.clamp-line-5 {
  -webkit-line-clamp: 5;
  height: 7.2em;
}
.mod__block_1 {
  display: inline-block;
  width: 241px;
  height: 273px;
  border: solid 1px #E1E1E1;
  padding-top: 19px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 21px;
  text-align: center;
  transition: 0.2s;
  font-weight: 700 !important;
}
.mod__block_1:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_1 img {
  display: block;
  width: 200px;
  height: 200px;
  margin-bottom: 6px;
  border: solid 1px #E1E1E1;
}
.mod__block_2 {
  display: inline-block;
  width: 328px;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 700 !important;
}
.mod__block_2:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_2 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_3 {
  display: inline-block;
  width: 328px;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 700 !important;
  height: auto;
}
.mod__block_3:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_3 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_3 img {
  height: 100%;
}
.mod__block_4 {
  display: inline-block;
  width: 328px;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-decoration: none;
  transition: 0.2s;
  width: 502px;
  padding: 0;
  text-align: center;
  font-weight: 700 !important;
}
.mod__block_4:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_4 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_4 > img {
  height: 214px;
  margin-bottom: 0;
}
.mod__block_4 dl {
  text-align: left;
  padding: 15px;
  word-break: break-word;
  font-weight: 300 !important;
}
.mod__block_4 dl dt {
  color: #00519F;
  margin-bottom: 5px;
}
.mod__block_4 dl dd {
  color: #000;
  font-size: 13px;
}
.mod__block_5 {
  display: inline-block;
  width: 328px;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  width: 502px;
  padding: 0;
  text-align: center;
  font-weight: 700 !important;
}
.mod__block_5:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_5 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_5 > div {
  display: inline-block;
}
.mod__block_5 > div.image {
  max-height: 136px;
}
.mod__block_5 > div.image img {
  width: 241px;
  height: 100%;
  margin-bottom: 0;
  border: 0;
}
.mod__block_5 > div.desc {
  padding: 15px;
  margin: auto 0;
  word-break: break-word;
  width: calc(502px - 241px);
}
.mod__block_5 dl {
  text-align: left;
  font-weight: 300 !important;
}
.mod__block_5 dl dt {
  color: #00519F;
  margin-bottom: 5px;
}
.mod__block_5 dl dd:not(.image) {
  font-size: 12px;
}
.mod__block_6 {
  display: inline-block;
  width: 328px;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  width: 502px;
  padding: 0;
  text-align: center;
  font-weight: 700 !important;
}
.mod__block_6:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_6 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_6 > div {
  display: inline-block;
}
.mod__block_6 > div.image {
  max-height: 136px;
}
.mod__block_6 > div.image img {
  width: 241px;
  height: 100%;
  margin-bottom: 0;
  border: 0;
}
.mod__block_6 > div.desc {
  padding: 15px;
  margin: auto 0;
  word-break: break-word;
  width: calc(502px - 241px);
}
.mod__block_6 dl {
  text-align: left;
  font-weight: 300 !important;
}
.mod__block_6 dl dt {
  color: #00519F;
  margin-bottom: 5px;
}
.mod__block_6 dl dd:not(.image) {
  font-size: 12px;
}
.mod__block_6 > div.image {
  margin: auto 0;
  padding: 15px 0 15px 15px;
}
.mod__block_6 > div.image img {
  width: 179px;
  border: solid 1px #E1E1E1;
}
.mod__block_6 > div.desc {
  width: calc(502px - (179px + 15px));
}
.mod__block_7 {
  display: inline-block;
  width: 328px;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  width: 502px;
  padding: 0;
  text-align: center;
  font-weight: 700 !important;
}
.mod__block_7:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_7 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_7 > div {
  display: inline-block;
}
.mod__block_7 > div.image {
  max-height: 136px;
}
.mod__block_7 > div.image img {
  width: 241px;
  height: 100%;
  margin-bottom: 0;
  border: 0;
}
.mod__block_7 > div.desc {
  padding: 15px;
  margin: auto 0;
  word-break: break-word;
  width: calc(502px - 241px);
}
.mod__block_7 dl {
  text-align: left;
  font-weight: 300 !important;
}
.mod__block_7 dl dt {
  color: #00519F;
  margin-bottom: 5px;
}
.mod__block_7 dl dd:not(.image) {
  font-size: 12px;
}
.mod__block_7 > div.image {
  max-height: 100%;
  margin: auto 0;
  padding: 15px 0 15px 15px;
}
.mod__block_7 > div.image img {
  width: 120px;
  height: 120px;
  border: solid 1px #E1E1E1;
}
.mod__block_7 > div.desc {
  width: calc(502px - (120px + 15px));
}
.mod__block_8 {
  display: inline-block;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  width: 502px;
  padding: 0;
  text-align: center;
  font-weight: 700 !important;
  display: block;
  width: 328px;
  color: #000;
  padding-bottom: 20px;
}
.mod__block_8:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_8 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_8 > div {
  display: inline-block;
}
.mod__block_8 > div.image {
  max-height: 136px;
}
.mod__block_8 > div.image img {
  width: 241px;
  height: 100%;
  margin-bottom: 0;
  border: 0;
}
.mod__block_8 > div.desc {
  padding: 15px;
  margin: auto 0;
  word-break: break-word;
  width: calc(502px - 241px);
}
.mod__block_8 dl {
  text-align: left;
  font-weight: 300 !important;
}
.mod__block_8 dl dt {
  color: #00519F;
  margin-bottom: 5px;
}
.mod__block_8 dl dd:not(.image) {
  font-size: 12px;
}
.mod__block_8 > div.image {
  max-height: 100%;
  padding: 20px 0 0;
}
.mod__block_8 > div.image img {
  width: 160px;
  height: 160px;
  border: solid 1px #E1E1E1;
}
.mod__block_8 > div.desc {
  width: 328px;
  padding: 15px 20px 0;
}
.mod__block_8 > div :not(.button).desc {
  padding-bottom: 20px;
}
.mod__block_8 > div.button {
  margin: 0 auto;
  padding-top: 15px;
}
.mod__block_9 {
  display: inline-block;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-decoration: none;
  transition: 0.2s;
  width: 502px;
  padding: 0;
  text-align: center;
  font-weight: 700 !important;
  width: 328px;
  background: 0;
}
.mod__block_9:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_9 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_9 > img {
  height: 214px;
  margin-bottom: 0;
}
.mod__block_9 dl {
  text-align: left;
  padding: 15px;
  word-break: break-word;
  font-weight: 300 !important;
}
.mod__block_9 dl dt {
  color: #00519F;
  margin-bottom: 5px;
}
.mod__block_9 dl dd {
  color: #000;
  font-size: 13px;
}
.mod__block_9 .image img {
  height: 185px;
}
.mod__block_9 .desc dl {
  padding-top: 10px;
}
.mod__block_9 .desc dt::after {
  content: '';
  display: block;
  height: 1px;
  border-bottom: solid 1px #00519F;
  margin: 10px 0;
}
.mod__block_9 .desc dd {
  font-size: 14px;
}
.mod__block_10 {
  display: inline-block;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-decoration: none;
  transition: 0.2s;
  width: 502px;
  padding: 0;
  text-align: center;
  font-weight: 700 !important;
  width: 328px;
  background-color: #fff;
}
.mod__block_10:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_10 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_10 > img {
  height: 214px;
  margin-bottom: 0;
}
.mod__block_10 dl {
  text-align: left;
  padding: 15px;
  word-break: break-word;
  font-weight: 300 !important;
}
.mod__block_10 dl dt {
  color: #00519F;
  margin-bottom: 5px;
}
.mod__block_10 dl dd {
  color: #000;
  font-size: 13px;
}
.mod__block_10 .desc dl {
  padding-top: 10px;
  padding-bottom: 0;
}
.mod__block_10 .movie_info {
  display: flex;
  justify-content: space-around;
  padding: 10px 15px 15px;
}
.mod__block_10 .movie_info dl {
  display: flex;
  padding: 0;
}
.mod__block_10 .movie_info dl svg {
  fill: #707070;
  width: 11px;
  height: 11px;
}
.mod__block_10 .movie_info dl dt {
  color: #707070;
  font-size: 11px;
  font-weight: 300 !important;
  margin-right: 10px;
}
.mod__block_10 .movie_info dl dd {
  color: #000;
  font-size: 11px;
  font-weight: 500 !important;
}
.mod__block_11 {
  display: inline-block;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-decoration: none;
  transition: 0.2s;
  width: 502px;
  padding: 0;
  text-align: center;
  font-weight: 700 !important;
  width: 328px;
  width: 246px;
  background-color: #fff;
}
.mod__block_11:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_11 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_11 > img {
  height: 214px;
  margin-bottom: 0;
}
.mod__block_11 dl {
  text-align: left;
  padding: 15px;
  word-break: break-word;
  font-weight: 300 !important;
}
.mod__block_11 dl dt {
  color: #00519F;
  margin-bottom: 5px;
}
.mod__block_11 dl dd {
  color: #000;
  font-size: 13px;
}
.mod__block_11 .desc dl {
  padding-top: 10px;
  padding-bottom: 0;
}
.mod__block_11 .movie_info {
  display: flex;
  justify-content: space-around;
  padding: 10px 15px 15px;
}
.mod__block_11 .movie_info dl {
  display: flex;
  padding: 0;
}
.mod__block_11 .movie_info dl svg {
  fill: #707070;
  width: 11px;
  height: 11px;
}
.mod__block_11 .movie_info dl dt {
  color: #707070;
  font-size: 11px;
  font-weight: 300 !important;
  margin-right: 10px;
}
.mod__block_11 .movie_info dl dd {
  color: #000;
  font-size: 11px;
  font-weight: 500 !important;
}
.mod__block_11 .desc dt {
  font-size: 12px;
}
.mod__block_12 {
  display: inline-block;
  width: 328px;
  border: solid 1px #E1E1E1;
  padding-bottom: 15px;
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  width: 502px;
  padding: 0;
  text-align: center;
  font-weight: 700 !important;
  width: 1025px;
  background-color: #fff;
}
.mod__block_12:hover {
  border: solid 1px #3A9BF7;
}
.mod__block_12 img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 6px;
  border-bottom: solid 1px #E1E1E1;
}
.mod__block_12 > div {
  display: inline-block;
}
.mod__block_12 > div.image {
  max-height: 136px;
}
.mod__block_12 > div.image img {
  width: 241px;
  height: 100%;
  margin-bottom: 0;
  border: 0;
}
.mod__block_12 > div.desc {
  padding: 15px;
  margin: auto 0;
  word-break: break-word;
  width: calc(502px - 241px);
}
.mod__block_12 dl {
  text-align: left;
  font-weight: 300 !important;
}
.mod__block_12 dl dt {
  color: #00519F;
  margin-bottom: 5px;
}
.mod__block_12 dl dd:not(.image) {
  font-size: 12px;
}
.mod__block_12 > div.image {
  max-height: 100%;
}
.mod__block_12 > div.image img {
  width: 492px;
  height: 247px;
}
.mod__block_12 > div.desc {
  width: calc(1025px - 492px);
}
.mod__block_12 > div.desc dt {
  font-size: 26px;
}
.mod__block_12 > div.desc dd {
  font-size: 14px;
}
.movie-list {
  display: flex;
  flex-wrap: wrap;
}
.movie-list > li {
  width: calc(33.33% - 13.33px);
  /* IE11対応 */
  margin-top: 20px;
  margin-right: 20px;
}

.movie-list#auto_filtered_by_series_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.movie-list#auto_filtered_by_series_list li {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .movie-list > li {
    width: 100%;
    margin-right: 0;
  }
}
.movie-list > li a.mod__block_10 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.movie-list > li a.mod__block_10 div.image {
  min-height: 0%;
}
.movie-list > li a.mod__block_10 img {
  height: auto;
}
.movie-list > li a.mod__block_10 div.desc dt {
  overflow: hidden;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .movie-list > li a.mod__block_10 div.desc dt {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .movie-list > li a.mod__block_10 div.desc dt {
    font-size: 15px;
    letter-spacing: -0.04rem;
  }
}
.movie-list > li a.mod__block_10 div.desc dd {
  max-height: 76px;
  height: 76px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  word-break: break-all;
}
.movie-list > li a.mod__block_10 div.desc dd::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  bottom: 0;
  right: 5px;
  background: linear-gradient(to right, rgba(100, 180, 225, 0) 65%, #fff 75%, #fff 83%);
}
.movie-list > li a.mod__block_10 div.desc dd::after {
  position: absolute;
  content: " …続きを見る";
  bottom: 0;
  right: 0;
  background: #fff;
}
.movie-list > li a.mod__block_10 .button {
  margin-top: auto;
}
.movie-list > li a.mod__block_10 .button .mod__btn-functionary_white {
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .movie-list > li a.mod__block_10 .movie_info {
    padding: 10px 5px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .movie-list > li a.mod__block_10 .movie_info dt {
    margin-right: 5px;
  }
}
.movie-list :nth-child(3n) {
  margin-right: 0;
}
.main__movie {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main__movie {
    width: 100%;
    height: 100%;
  }
}
.main__movie video {
  border: solid 1px #BFBFBF;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main__movie video.online-order {
    width: 640px;
    height: 480px;
  }
  .main__movie video:not(.online-order) {
    width: 711px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .main__movie video {
    width: 100%;
    height: 100%;
  }
}
.main__movie .movie-mainStream {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main__movie .movie-mainStream {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
  }
}
@media screen and (max-width: 767px) {
  .main__movie .movie-mainStream iframe,
  .main__movie .movie-mainStream .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.main__movie .layer_icon_play {
  position: absolute;
  display: inline-block;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .main__movie .layer_icon_play.online-order {
    width: 640px;
    height: 480px;
  }
  .main__movie .layer_icon_play:not(.online-order) {
    width: 711px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .main__movie .layer_icon_play {
    width: 90%;
    height: 189px;
  }
}
.main__movie .layer_icon_play > input {
  display: none;
}
.main__movie .layer_icon_play .icon_play {
  display: inline-block;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  top: 30%;
  left: 40%;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #ccc;
  font-size: 200px;
}
@media screen and (max-width: 767px) {
  .main__movie .layer_icon_play .icon_play {
    top: 18%;
    left: 32%;
    width: 0.6em;
    height: 0.6em;
  }
}
.main__movie .layer_icon_play .icon_play::before {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  width: 100px;
  height: 10px;
  border: 0.2em solid transparent;
  border-left: 0.4em solid currentColor;
  box-sizing: border-box;
  content: "";
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .main__movie .layer_icon_play .icon_play::before {
    border: 0.15em solid transparent;
    border-left: 0.3em solid currentColor;
  }
}
.movie_list dl {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_list dl {
    display: flex;
    justify-content: space-around;
    width: 711px;
  }
}
.movie_list dl dt {
  position: relative;
  top: 8px;
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  .movie_list dl {
    width: 100%;
  }
  .movie_list dl dd {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% / 4 - 4px);
    margin-top: 0;
    margin-bottom: 10px !important;
    padding-left: 0;
  }
}
.movie_list dl .mod__btn-small-white,
.movie_list dl .mod__btn-small-blue {
  width: 100px;
}
.movie_list dl .mod__btn-small-blue:hover:not(.inactive) {
  background: #00519F;
  color: #fff;
}
.movie_info dl {
  display: flex;
  padding: 0;
}
.movie_info dl dt {
  color: #707070;
  font-size: 11px;
  font-weight: 300 !important;
  margin-right: 10px;
}
.movie_info dl dt svg {
  fill: #707070;
  width: 11px;
  height: 11px;
  position: relative;
  top: 1px;
}
.movie_info dl dd {
  color: #000;
  font-size: 11px;
  font-weight: 500 !important;
}
@media screen and (min-width: 1024px) {
  .movie_info dl.chapter-movie {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .movie_info dl.chapter-movie dt {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .movie_info dl.chapter-movie dd {
    width: 250px;
  }
}
.movie-text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .movie-text p {
    font-size: 14px;
  }
}
.movie_info,
.movie-recommend {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .movie-recommend {
    display: block;
    width: 100%;
  }
}
.movie-recommend li {
  width: calc((100% - 38px) / 4);
  margin-top: 20px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .movie-recommend li {
    width: 100%;
    margin-right: 0;
  }
}
.movie-recommend li a.mod__block_11 {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .movie-recommend li a.mod__block_11 {
    display: flex;
    flex-direction: column;
  }
}
.movie-recommend li a.mod__block_11 div.image {
  min-height: 0%;
}
.movie-recommend li a.mod__block_11 div.image img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.movie-recommend li a.mod__block_11 div.desc {
  padding: 10px;
}
.movie-recommend li a.mod__block_11 div.desc dl {
  padding: 0;
}
.movie-recommend li a.mod__block_11 div.desc dl dt {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .movie-recommend li a.mod__block_11 div.desc dl dt {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .movie-recommend li a.mod__block_11 div.desc dl dt {
    font-size: 15px;
    letter-spacing: -0.04rem;
  }
}
.movie-recommend li:nth-child(4n) {
  margin-right: 0;
}
/* ※動画詳細ページ用 */
@media screen and (max-width: 767px) {
  .mod__category-name {
    font-size: 20px;
  }
  .mod__category-name_2 {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .conts-inner {
    padding: 0 20px 30px;
  }
}
.conts-inner h3 {
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 26px;
  border-bottom: solid 2px #00519F;
}
@media screen and (max-width: 767px) {
  .conts-inner h3 {
    margin-top: 25px;
    font-size: 20px;
  }
}
.conts-inner h3 svg {
  width: 50px;
  height: 50px;
  fill: #00519F;
}
.conts-inner h3 + p {
  margin-top: 20px;
}
.conts-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px !important;
  border-radius: 5px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .conts-link {
    padding-bottom: 20px !important;
  }
}
.conts-link__list {
  border-left: solid 1px #00519F;
}
@media screen and (max-width: 767px) {
  .conts-link__list {
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #00519F;
    border-left: none;
  }
}
.conts-link__list:last-child {
  border-right: solid 1px #00519F;
}
@media screen and (max-width: 767px) {
  .conts-link__list:last-child {
    border-right: none;
  }
}
.conts-link__list a {
  text-decoration: none;
  color: #00519F;
}
.conts-link__list span {
  padding: 0 40px;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .conts-link__list span {
    display: block;
    padding-right: 0;
    line-height: 1.3;
  }
}
.conts-link + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .conts-link + h3 {
    margin-top: 30px;
  }
}
.mod__block_13 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #BFBFBF;
}
.mod__block_13:nth-child(1) {
  margin-top: 40px;
}
.mod__block_13:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mod__block_13:last-child {
    margin-bottom: 0;
  }
}
.mod__block_13__imgblock {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .mod__block_13__imgblock {
    margin: 0 auto;
  }
}
.mod__block_13__imgblock img {
  margin: 0 auto;
}
.mod__block_13 dl {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .mod__block_13 dl {
    width: 100%;
  }
}
.mod__block_13 dl dt {
  color: #00519F;
}
@media screen and (max-width: 767px) {
  .mod__block_13 dl dt {
    margin-top: 15px;
    font-size: 20px;
  }
}
.mod__block_13 dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mod__block_13 dl dd {
    margin-top: 15px;
    font-size: 14px;
  }
}
.mod__block_13 div.button {
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod__block_13 div.button {
    width: 66%;
    margin: 0 auto;
    padding-top: 15px;
  }
}
.mod__block_13 div.button .mod__btn-functionary_white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mod__block_13 div.button .mod__btn-functionary_white:hover {
  color: #fff;
  background-color: #00519F;
}
.mod__block_13 div.button .mod__btn-functionary_white > span {
  margin-right: 10px;
}
.mod__block_13 div.button .mod__btn-functionary_white a {
  text-decoration: none;
}
.mod__block_13 div.button img {
  position: absolute;
  top: calc(50% - 10px);
  left: 14px;
}
.mod__block_14 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
}
.mod__block_14:last-child {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .mod__block_14:last-child li:last-child a {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mod__block_14:last-child {
    margin-bottom: 0;
  }
}
.mod__block_14 li {
  width: 240px;
  margin: 25px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .mod__block_14 li {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.mod__block_14 li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .mod__block_14 li .mod__btn {
    width: 100%;
  }
}
.mod__block_15 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #BFBFBF;
}
.mod__block_15:nth-child(1) {
  margin-top: 40px;
}
.mod__block_15:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mod__block_15:last-child {
    margin-bottom: 0;
  }
}
.mod__block_15__imgblock {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .mod__block_15__imgblock {
    margin: 0 auto;
  }
}
.mod__block_15__imgblock img {
  margin: 0 auto;
}
.mod__block_15 dl {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .mod__block_15 dl {
    width: 100%;
  }
}
.mod__block_15 dl dt {
  color: #00519F;
}
@media screen and (max-width: 767px) {
  .mod__block_15 dl dt {
    margin-top: 15px;
    font-size: 20px;
  }
}
.mod__block_15 dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mod__block_15 dl dd {
    margin-top: 15px;
    font-size: 14px;
  }
}
.mod__block_15 div.button {
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod__block_15 div.button {
    width: 66%;
    margin: 0 auto;
    padding-top: 15px;
  }
}
.mod__block_15 div.button .mod__btn-functionary_white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mod__block_15 div.button .mod__btn-functionary_white:hover {
  color: #fff;
  background-color: #00519F;
}
.mod__block_15 div.button .mod__btn-functionary_white > span {
  margin-right: 10px;
}
.mod__block_15 div.button .mod__btn-functionary_white a {
  text-decoration: none;
}
.mod__block_15 div.button img {
  position: absolute;
  top: calc(50% - 10px);
  left: 14px;
}
.mod__block_15 dl dt {
  margin-top: 8px;
  color: inherit;
  font-size: 22px !important;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .mod__block_15 dl dt {
    font-size: 20px !important;
  }
}
.mod__block_15 dl dd {
  font-size: 16px !important;
  position: relative;
  margin-top: 0px;
}
.mod__block_15 dl dd .category {
  color: #fff;
  background-color: #3A9BF7;
  padding: 3px 10px;
  margin-right: 10px;
}
.mod__block_15 dl dd .kind {
  color: #fff;
  background-color: #25005C;
  padding: 3px 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .mod__block_15 dl dd .kind {
    margin-left: 0;
  }
}
.mod__block_15 dl dd div svg {
  position: absolute;
  top: 6px;
  fill: #00519F;
}
@media screen and (max-width: 767px) {
  .mod__block_15 dl dd div svg {
    top: 2px;
  }
}
.mod__block_15 dl dd div.date {
  padding-left: 26px;
  font-size: 22px !important;
}
@media screen and (max-width: 767px) {
  .mod__block_15 dl dd div.date {
    font-size: 18px !important;
  }
}
.mod__block_15 div.button {
  width: auto;
}
.mod__block_16 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #BFBFBF;
}
.mod__block_16:nth-child(1) {
  margin-top: 40px;
}
.mod__block_16:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mod__block_16:last-child {
    margin-bottom: 0;
  }
}
.mod__block_16__imgblock {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .mod__block_16__imgblock {
    margin: 0 auto;
  }
}
.mod__block_16__imgblock img {
  margin: 0 auto;
}
.mod__block_16 dl {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .mod__block_16 dl {
    width: 100%;
  }
}
.mod__block_16 dl dt {
  color: #00519F;
}
@media screen and (max-width: 767px) {
  .mod__block_16 dl dt {
    margin-top: 15px;
    font-size: 20px;
  }
}
.mod__block_16 dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mod__block_16 dl dd {
    margin-top: 15px;
    font-size: 14px;
  }
}
.mod__block_16 div.button {
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod__block_16 div.button {
    width: 66%;
    margin: 0 auto;
    padding-top: 15px;
  }
}
.mod__block_16 div.button .mod__btn-functionary_white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mod__block_16 div.button .mod__btn-functionary_white:hover {
  color: #fff;
  background-color: #00519F;
}
.mod__block_16 div.button .mod__btn-functionary_white > span {
  margin-right: 10px;
}
.mod__block_16 div.button .mod__btn-functionary_white a {
  text-decoration: none;
}
.mod__block_16 div.button img {
  position: absolute;
  top: calc(50% - 10px);
  left: 14px;
}
.mod__block_16 dl dt {
  margin-top: 8px;
  color: inherit;
  font-size: 22px !important;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .mod__block_16 dl dt {
    font-size: 20px !important;
  }
}
.mod__block_16 dl dd {
  font-size: 16px !important;
  position: relative;
  margin-top: 0px;
}
.mod__block_16 dl dd .category {
  color: #fff;
  background-color: #3A9BF7;
  padding: 3px 10px;
  margin-right: 10px;
}
.mod__block_16 dl dd .kind {
  color: #fff;
  background-color: #25005C;
  padding: 3px 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .mod__block_16 dl dd .kind {
    margin-left: 0;
  }
}
.mod__block_16 dl dd div svg {
  position: absolute;
  top: 6px;
  fill: #00519F;
}
@media screen and (max-width: 767px) {
  .mod__block_16 dl dd div svg {
    top: 2px;
  }
}
.mod__block_16 dl dd div.date {
  padding-left: 26px;
  font-size: 22px !important;
}
@media screen and (max-width: 767px) {
  .mod__block_16 dl dd div.date {
    font-size: 18px !important;
  }
}
.mod__block_16 div.button {
  width: auto;
}
.mod__block_16 img {
  height: 120px;
}
@media screen and (max-width: 767px) {
  .mod__block_16 img {
    width: 100%;
    height: 100%;
  }
}
.mod__block_16 dl {
  width: 600px;
}
.mod__block_17 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #BFBFBF;
  align-items: flex-start;
}
.mod__block_17:nth-child(1) {
  margin-top: 40px;
}
.mod__block_17:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mod__block_17:last-child {
    margin-bottom: 0;
  }
}
.mod__block_17__imgblock {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .mod__block_17__imgblock {
    margin: 0 auto;
  }
}
.mod__block_17__imgblock img {
  margin: 0 auto;
}
.mod__block_17 dl {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .mod__block_17 dl {
    width: 100%;
  }
}
.mod__block_17 dl dt {
  color: #00519F;
}
@media screen and (max-width: 767px) {
  .mod__block_17 dl dt {
    margin-top: 15px;
    font-size: 20px;
  }
}
.mod__block_17 dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mod__block_17 dl dd {
    margin-top: 15px;
    font-size: 14px;
  }
}
.mod__block_17 div.button {
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod__block_17 div.button {
    width: 66%;
    margin: 0 auto;
    padding-top: 15px;
  }
}
.mod__block_17 div.button .mod__btn-functionary_white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mod__block_17 div.button .mod__btn-functionary_white:hover {
  color: #fff;
  background-color: #00519F;
}
.mod__block_17 div.button .mod__btn-functionary_white > span {
  margin-right: 10px;
}
.mod__block_17 div.button .mod__btn-functionary_white a {
  text-decoration: none;
}
.mod__block_17 div.button img {
  position: absolute;
  top: calc(50% - 10px);
  left: 14px;
}
@media screen and (min-width: 1024px) {
  .mod__block_17 dl {
    width: 700px;
  }
}
.mod__block_17 dl dt {
  margin-top: 8px;
  color: inherit;
  font-size: 22px !important;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .mod__block_17 dl dt {
    font-size: 20px !important;
  }
}
.mod__block_17 dl dd {
  font-size: 16px !important;
  position: relative;
  margin-top: 0px;
}
.mod__block_17 dl dd.seminar {
  line-height: 30px;
}
.mod__block_17 dl dd.seminar .category {
  font-size: 12px !important;
  white-space: nowrap;
  color: #fff;
  background-color: #3A9BF7;
  padding: 3px 8px;
}
.mod__block_17 dl dd.seminar .sponsor {
  font-size: 12px !important;
  white-space: nowrap;
  color: #fff;
  background-color: #8ad176;
  padding: 3px 8px;
}
.mod__block_17 dl dd.seminar .seminar_kind {
  font-size: 12px !important;
  white-space: nowrap;
  color: #fff;
  background-color: #ef7023;
  padding: 3px 8px;
}
.mod__block_17 dl dd.seminar-text dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.mod__block_17 dl dd.seminar-text dt,
.mod__block_17 dl dd.seminar-text dd {
  margin-top: 0;
  font-size: 16px !important;
}
.mod__block_17 dl dd.seminar-text dl.type1 dt {
  width: 3.2em;
}
.mod__block_17 dl dd.seminar-text dl.type1 dd {
  width: calc(100% - 3.2em);
}
.mod__block_17 dl dd.seminar-text dl.type2 dt {
  width: 4em;
}
.mod__block_17 dl dd.seminar-text dl.type2 dd {
  width: calc(100% - 4em);
}
.mod__block_17 dl dd div svg {
  position: absolute;
  top: 6px;
  fill: #00519F;
}
@media screen and (max-width: 767px) {
  .mod__block_17 dl dd div svg {
    top: 2px;
  }
}
.mod__block_17 dl dd div.date {
  padding-left: 26px;
  font-size: 22px !important;
}
@media screen and (max-width: 767px) {
  .mod__block_17 dl dd div.date {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .mod__block_17 div.button {
    width: 100%;
  }
}
.mod__block_17 div.button img.pdf-image {
  display: inline;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .mod__block_17 div.button img.pdf-image {
    width: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .mod__block_17 div.button .mod__btn_blue-main {
    width: 170px;
  }
}
.mod__block_18 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
}
.mod__block_18 .image {
  width: 144px;
  height: 204px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .mod__block_18 .image {
    max-width: 100%;
    margin: 0 auto;
  }
}
.mod__block_18 .desc {
  width: calc(100% - 165px);
  font-size: 14px;
  line-height: 2.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mod__block_18 .desc {
    width: 100%;
    line-height: 2;
  }
}
.mod__block_18 .desc ul {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 10px 15px 50px;
  padding: 0 !important;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .mod__block_18 .desc ul {
    margin: 7px;
  }
}
.mod__block_18 .desc ul li {
  width: calc(50% - 10px);
  margin: 0px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .mod__block_18 .desc ul li {
    width: 100%;
    padding: 0;
  }
}
/* 2行固定表示 */
.two-line {
  max-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  word-break: break-all;
}
.two-line:before,
.two-line:after {
  background: #fff;
  position: absolute;
}
.two-line::before {
  content: " …";
  top: 18px;
  right: 0;
}
.two-line::after {
  content: "";
  height: 100%;
  width: 100%;
}
/* Header */
header {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
  /* PC header */
  /* SP header */
}
header .wrap-pc-header .wrap__logo-login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0 0 0;
}
header .wrap-pc-header .wrap__logo-login .left #logo {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .wrap-pc-header .wrap__logo-login .left #logo #logo-text {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
header .wrap-pc-header .wrap__logo-login .left #logo #logo-left {
  display: block;
  width: 328px;
  height: auto;
}
header .wrap-pc-header .wrap__logo-login .right {
  margin-bottom: 1rem;
  /* 未ログイン状態 */
  /* ログイン状態 */
}
header .wrap-pc-header .wrap__logo-login .right .top-hisamitsu {
  text-align: right;
  height: 19px;
}
header .wrap-pc-header .wrap__logo-login .right .top-hisamitsu a {
  display: inline-block;
  width: 85px;
  text-align: right;
}
header .wrap-pc-header .wrap__logo-login .right .btn-menu {
  display: flex;
  margin-top: 0.5rem;
}
header .wrap-pc-header .wrap__logo-login .right .btn-menu li:first-child {
  margin-right: 0.5rem;
}
header .wrap-pc-header .wrap__logo-login .right .btn-menu li a.registration,
header .wrap-pc-header .wrap__logo-login .right .btn-menu li a.login {
  display: block;
  width: 108px;
  height: 37px;
  text-align: center;
  background: white;
  color: #00519F;
  border: #00519F 1px solid;
  text-decoration: none;
  border-radius: 4px;
  line-height: 35px;
  transition: 0.2s;
}
header .wrap-pc-header .wrap__logo-login .right .btn-menu li a.registration:hover,
header .wrap-pc-header .wrap__logo-login .right .btn-menu li a.login:hover {
  background: #00519F;
  border: #00519F 1px solid;
  color: white;
}
header .wrap-pc-header .wrap__logo-login .right .btn-menu li a.registration {
  background: #3A9BF7;
  color: white;
  border: none;
}
header .wrap-pc-header .wrap__logo-login .right .btn-menu li a.registration:hover {
  background: #00519F;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link {
  line-height: 1.5;
  background: #00519F;
  border-radius: 15px;
  padding: 2px 29px 5px;
  position: relative;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link.arrow::before {
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: 17px;
  margin-top: -5px;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link:hover {
  background: #3A9BF7;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link a {
  display: flex;
  align-items: baseline;
  color: #fff;
  text-decoration: none;
  position: relative;
  left: -7px;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link a:hover {
  text-decoration: none;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link img {
  position: relative;
  top: 1px;
  left: -8px;
  padding-right: 2px;
}


/* オンラインの面談追加 */
header .wrap-pc-header .wrap__logo-login .right .btn-menu li:nth-child(-n+2) {
  margin-right: 0.5rem;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link.__color_white{
  background:white;
  border: 2px solid #00519F;
  border-radius:100px;
  box-sizing: border-box;
  padding: 0px 27px 3px; 
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link.__color_white a{
  color:#00519F;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link.__color_white.arrow::before {
  transition:border-color 0s;
  border-color:#00519F;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link.__color_white:hover {
  border-color:#3A9BF7;
  background: #3A9BF7;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link.__color_white.arrow:hover:before {
  border-color:#fff;
}
header .wrap-pc-header .wrap__logo-login .right .head-right-mr .mr-link.__color_white:hover a {
  color:#fff;
}

/*  */

header .wrap-pc-header .wrap__logo-login .right .menu-login {
  width: 168px;
}
header .wrap-pc-header .wrap__logo-login .right .menu-login .user-name {
  font-size: 16px;
  text-align: right;
}
header .wrap-pc-header .wrap__logo-login .right .menu-login ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
header .wrap-pc-header .wrap__logo-login .right .menu-login ul li {
  margin-left: 10px;
  font-size: 11px;
}
header .wrap-pc-header .wrap__logo-login .right .menu-login ul li a {
  text-decoration: none;
  color: #000;
}
header .wrap-pc-header .wrap__logo-login .right .menu-login ul li a.member-change::before {
  content: url('/assets/img/common/svg/ico_header_gear.svg');
  position: relative;
  top: 3px;
  right: 2px;
}
header .wrap-pc-header .wrap__logo-login .right .menu-login ul li a.logout::before {
  content: url('/assets/img/common/svg/ico_header_logout.svg');
  position: relative;
  top: 3px;
  right: 2px;
}
header .wrap-pc-header .area-gnav {
  position: relative;
}
header .wrap-pc-header .wrap-gnav {
  background: #00519F;
}
header .wrap-pc-header .wrap-gnav .mega-menu {
  display: flex;
  font-weight: 100 !important;
}
header .wrap-pc-header .wrap-gnav .mega-menu li {
  width: 250px;
  flex-basis: auto;
  background: #00519F;
  border-left: white 1px solid;
}
header .wrap-pc-header .wrap-gnav .mega-menu li:last-child {
  border-right: white 1px solid;
}
header .wrap-pc-header .wrap-gnav .mega-menu li#sizai {
  width: 274px;
}
header .wrap-pc-header .wrap-gnav .mega-menu li a {
  width: 100%;
  position: relative;
  color: white;
  text-decoration: none;
  display: inline-block;
  height: 80px;
  line-height: 76px;
  text-align: left;
  transition: 0.2s;
  font-size: 16px;
}
header .wrap-pc-header .wrap-gnav .mega-menu li a:hover {
  background: #3A9BF7;
}
header .wrap-pc-header .wrap-gnav .mega-menu li a span.blank::after {
  content: url('/assets/img/common/svg/ico_open-window_l.svg');
  position: relative;
  top: 1px;
  left: 5px;
}
header .wrap-pc-header .wrap-gnav .mega-menu li a img:not(.inner) {
  position: relative;
  display: inline;
  width: 50px;
  height: 50px;
  top: 16px;
  margin: 0 10px 0 15px;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 {
  display: flex;
  font-weight: 100 !important;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li {
  flex-basis: auto;
  background: #00519F;
  border-left: white 1px solid;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li:last-child {
  border-right: white 1px solid;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li#products,
header .wrap-pc-header .wrap-gnav .mega-menu-5 li#seminar,
header .wrap-pc-header .wrap-gnav .mega-menu-5 li#ryoiki {
  width: 194px;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li#support {
  width: 204px;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li#sizai {
  width: 234px;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li#sizai a {
  line-height: 1.2em;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li#gnav_logo {
  width: 0;
  display: none;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li a {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  color: white;
  text-decoration: none;
  height: 60px;
  line-height: 76px;
  text-align: left;
  transition: 0.2s;
  font-size: 16px;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li a:hover {
  background: #3A9BF7;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li a span.blank::after {
  content: url('/assets/img/common/svg/ico_open-window_l.svg');
  position: relative;
  top: 1px;
  left: 5px;
}
header .wrap-pc-header .wrap-gnav .mega-menu-5 li a img:not(.inner) {
  position: relative;
  display: inline;
  width: 35px;
  height: 35px;
  margin: 0 10px 0 15px;
}
header .wrap-pc-header .wrap-gnav .scrollThreshould li#products,
header .wrap-pc-header .wrap-gnav .scrollThreshould li#seminar,
header .wrap-pc-header .wrap-gnav .scrollThreshould li#ryoiki {
  width: 140px !important;
}
header .wrap-pc-header .wrap-gnav .scrollThreshould li#support {
  width: 170px !important;
}
header .wrap-pc-header .wrap-gnav .scrollThreshould li#sizai {
  width: 200px !important;
}
header .wrap-pc-header .wrap-gnav .scrollThreshould li#gnav_logo {
  display: block !important;
  width: 265px !important;
  border-left: 0 !important;
}
header .wrap-pc-header .wrap-gnav .scrollThreshould li img:not(.inner) {
  width: 25px !important;
  height: 25px !important;
  margin: 0 6px 0 10px !important;
}
header .wrap-pc-header .wrap-gnav .scrollThreshould li img.g-logo {
  width: 244px !important;
  height: 20px !important;
  margin: 0 !important;
}
header .wrap-pc-header .sub-menu {
  width: 100%;
  background: #3A9BF7;
  position: absolute;
  z-index: 10;
}
header .wrap-pc-header .sub-menu > li {
  display: none;
  padding-top: 20px;
}
header .wrap-pc-header .sub-menu li.seminar {
  justify-content: center;
}
header .wrap-pc-header .sub-menu > li.active {
  display: flex;
}
header .wrap-pc-header .sub-menu .link-top a {
  display: inline-block;
  width: 241px;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  text-decoration: none;
  padding-left: 10px;
  color: white;
  background: #00519F;
  transition: 0.2s;
}
header .wrap-pc-header .sub-menu .sub-pages li a.blue{
  color: white;
  background: #00519F;
}
header .wrap-pc-header .sub-menu .sub-pages li a.blue:hover,header .wrap-pc-header .sub-menu .link-top a:hover {
  background: white;
  color: #00519F;
}header .wrap-pc-header .sub-menu .sub-pages li a.blue:before{
  border-color: #fff;
}
header .wrap-pc-header .sub-menu .sub-pages li a.blue:hover:before,header .wrap-pc-header .sub-menu .link-top a:hover::before {
  border-color: #00519F;
}
header .wrap-pc-header .sub-menu li.products .sub-pages li a {width: 100%;height: 100%;/* line-height: 1.6; */}
header .wrap-pc-header .sub-menu li:not(.products) .sub-pages li:nth-child(3n) {
  margin-right: 0;
}
header .wrap-pc-header .sub-menu .products .sub-pages {
  margin-left: 0;
}
header .wrap-pc-header .sub-menu .products .sub-pages li {
  margin-left: 0;
}
header .wrap-pc-header .sub-menu .products .sub-pages li:nth-child(4n) {
  margin-right: 0;
}
header .wrap-pc-header .sub-menu .sub-pages {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
header .wrap-pc-header .sub-menu .sub-pages li {
  margin-right: 20px;
}
header .wrap-pc-header .sub-menu .sub-pages li:nth-child(3n) {
  margin-right: 20px;
}
header .wrap-pc-header .sub-menu .sub-pages li a {
  display: inline-block;
  width: 241px;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  text-decoration: none;
  font-size: 13px;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #00519F;
  background: white;
  transition: 0.2s;
}
header .wrap-pc-header .sub-menu .sub-pages li a::before {
  border-color: #00519F;
}

header .wrap-pc-header .sub-menu .products {
  gap: 20px;
}
header .wrap-pc-header .sub-menu .products .sub-pages {
  gap: 10px;
  width: 100%;
  margin-left: 0;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
}
header .wrap-pc-header .sub-menu .products .sub-pages li {
  margin: 0;
}
header .wrap-pc-header .sub-menu .products .sub-pages li a{
  margin: 0;
}

header .wrap-pc-header .sub-menu .sub-pages li a img {
  position: absolute;
  top: 4px;
  stroke: #00519f;
  fill: #00519f;
  transition: 0.2s;
}
header .wrap-pc-header .sub-menu .sub-pages li a img.external {
  display: inline;
  position: relative;
  top: 0;
  height: 0.9em;
  margin-left: 3px;
  stroke: none;
}
header .wrap-pc-header .sub-menu .sub-pages li a span {
  padding-left: 36px;
}
header .wrap-pc-header .sub-menu .sub-pages li a:hover {
  color: #3A9BF7;
}
header .wrap-pc-header .sub-menu .sub-pages li a:hover::before {
  border-color: #3A9BF7;
}
header .wrap-pc-header .sub-menu .sub-pages li a:hover::after {
  border-color: #3A9BF7;
}
header .wrap-pc-header .sub-menu .sub-pages li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
header .wrap-pc-header .sub-menu .sub-pages li a:hover img.external {
  stroke: none;
}
header .wrap-sp-header .top {
  height: 51px;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #00519F;
}
header .wrap-sp-header .top .wrap-toggle_btn {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #00519F;
}
header .wrap-sp-header .top .wrap-toggle_btn .label {
  position: absolute;
  top: 33px;
  left: 10px;
  color: #fff;
  font-size: 10px;
}
header .wrap-sp-header .top .wrap-toggle_btn .label.menu {
  display: block;
}
header .wrap-sp-header .top .wrap-toggle_btn .label.close {
  display: none;
}
header .wrap-sp-header .top .wrap-toggle_btn.open .label.menu {
  display: none;
}
header .wrap-sp-header .top .wrap-toggle_btn.open .label.close {
  display: block;
}
header .wrap-sp-header .top #logo {
  width: 180px;
  margin: 0 auto;
  font-size: 10px;
}
header .wrap-sp-header .top .login {
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 8px 10px;
  font-size: 12px;
  text-decoration: none;
  color: #00519F;
  border: 1px solid #00519F;
  border-radius: 4px;
}
header .wrap-sp-header .top .state-login {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  color: #00519F;
}
header .wrap-sp-header .toggle_btn {
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 10;
}
header .wrap-sp-header .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
header .wrap-sp-header .toggle_btn span:nth-child(1) {
  top: 4px;
}
header .wrap-sp-header .toggle_btn span:nth-child(2) {
  top: 14px;
}
header .wrap-sp-header .toggle_btn span:nth-child(3) {
  bottom: 4px;
}
header .wrap-sp-header .toggle_btn.open span {
  background-color: #fff;
}
header .wrap-sp-header .toggle_btn.open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
header .wrap-sp-header .toggle_btn.open span:nth-child(2) {
  opacity: 0;
}
header .wrap-sp-header .toggle_btn.open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
header .wrap-sp-header nav {
  display: block;
  position: fixed;
  top: 51px;
  left: -100vw;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 10;
  opacity: 0;
}
header .wrap-sp-header nav .inner {
  background: #00519F;
}
header .wrap-sp-header nav .inner .user-name {
  font-size: 14px;
  padding: 10px 20px 0 20px;
}
header .wrap-sp-header nav .inner .menu {
  padding: 0 20px 10px 20px;
  display: flex;
  border-bottom: 1px solid #fff;
}
header .wrap-sp-header nav .inner .menu.no-border {
  border-bottom: 0;
}
header .wrap-sp-header nav .inner .menu p {
  margin-right: 1rem;
}
header .wrap-sp-header nav .inner .menu p a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
header .wrap-sp-header nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .wrap-sp-header nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
header .wrap-sp-header nav .inner ul li a:not([class^="mod__btn"] ) {
  display: block;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  transition-duration: 0.2s;
}
header .wrap-sp-header nav .inner ul li a:hover {
  background: #e4e4e4;
}
header .wrap-sp-header nav .inner ul li.link::after {
  content: url('/assets/img/common/svg/ico_open-window_l.svg');
  position: absolute;
  top: 25%;
  right: 9px;
}
header .wrap-sp-header nav .inner ul li.accordion span {
  display: block;
  position: relative;
}
header .wrap-sp-header nav .inner ul li.accordion span .extention-box {
  width: 44px;
  height: 44px;
  background: #3A9BF7;
  position: absolute;
  top: 0;
  right: 0;
}
header .wrap-sp-header nav .inner ul li.accordion span .extention-box .arrow::before {
  z-index: 10;
  width: 10px;
  height: 10px;
  top: 20px;
  right: 16px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.2s;
}
header .wrap-sp-header nav .inner ul li.accordion.open span .extention-box .arrow::before {
  top: 25px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .wrap-sp-header nav .inner ul li.accordion ul {
  display: none;
  border-top: 1px solid #fff;
  background: #3A9BF7;
}
header .wrap-sp-header nav .inner ul li.accordion ul li {
  padding-left: 0.5rem;
}
header .wrap-sp-header nav .inner ul li.accordion ul li:last-child {
  border-bottom: none;
}
header .wrap-sp-header nav .inner ul li.accordion ul li img {
  position: relative;
  display: inline;
  left: 5px;
  top: -1px;
}
header .wrap-sp-header .open nav {
  left: 0;
  opacity: 1;
}
header .wrap-sp-header #mask {
  display: none;
  transition: all 0.5s;
}
header .wrap-sp-header .open #mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
/* パンくず */
.breadcrumb {
  margin: 10px 0;
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    padding: 0 20px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  margin-right: 27px;
  position: relative;
  font-size: 13px;
  list-style-type: none;
}
.breadcrumb ul li:not(:last-child)::after {
  content: '>';
  position: absolute;
  top: 0px;
  right: -17px;
}
.breadcrumb ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li:last-child {
    max-width: 100%;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
}
/* slick setting */
.slider {
  width: 73%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .slider {
    width: 100%;
  }
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-next {
  top: 45%;
  right: 0;
}
.slick-prev {
  top: 45%;
  left: 0;
}
.slick-next:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 43%;
  right: 37%;
  margin-top: -4px;
  transition: 0.2s;
}
.slick-prev:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 43%;
  right: 37%;
  margin-top: -4px;
  transition: 0.2s;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 24%;
}
button.slick-arrow {
  display: block;
  color: #000;
  width: 36px;
  height: 41px;
  background: #00519F;
  content: '';
  opacity: 0.3;
  z-index: 5;
}
button.slick-arrow:hover {
  background: #00519F;
}
.slick-dots {
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -33px;
  }
}
.slick-dots li {
  width: 30px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    height: 10px;
  }
}
.slick-dots li button {
  width: 30px;
  height: 6px;
}
.slick-dots li button::before {
  content: '';
  background: #00519F;
  width: 30px;
  height: 6px;
}
/* end slick setting */
/* スライドバナー右横ボタン */
.wrap__carousel {
  display: flex;
  gap:10px
}
@media screen and (max-width: 767px) {
  .wrap__carousel {
    flex-wrap: wrap;
  }
  .wrap__carousel button.slick-arrow {
    display: none !important;
  }
}
.wrap__carousel .slider-right {
  width: 100%;
  /* max-width: 267px; */
}
.wrap__carousel .slider-right .arrow-right {
  background: #00519F;
  padding: 0.8rem 0.6rem;
  width: 100%;
  height: calc((100% - 35px) / 3);
  max-height: 76px;
}
.wrap__carousel .slider-right .arrow-right::after {
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  top: 41%;
  right: 7%;
  transform: none;
  margin-top: 0;
}
.wrap__carousel .slider-right .arrow-right:hover {
  background: #3A9BF7;
}
@media screen and (max-width: 1023px) {
  .wrap__carousel .slider-right .arrow-right {
    font-size: 1.7vw;
    padding: 0.6rem;
  }
}
.wrap__carousel .slider-right .arrow-right a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.wrap__carousel .slider-right .arrow-right a span {
  width: 5vw;
  height: 5vw;
  max-width: 50px;
  max-height: 50px;
  background: #fff;
  padding: 9px;
  border-radius: 10% 10%;
  margin: 0 0.6rem 0 0.3rem;
}
@media screen and (max-width: 1023px) {
  .wrap__carousel .slider-right .arrow-right a span {
    margin: 0 0.3rem 0 0;
  }
}
.wrap__carousel .slider-right .arrow-right a img {
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .wrap__carousel .slider-right {
    /* display: none; */
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* 今月のトピックス */
.wrap__topics h2 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  left: 14px;
}
.wrap__topics h2 img {
  position: relative;
  display: inline;
  left: -7px;
  top: 3px;
}
.wrap__topics .topics_5 {
  width: 100%;
  max-width: 100%;
}
.wrap__topics .topics_5 .slick-slide {
  margin: 0 5px 20px 5px;
}
.wrap__topics .topics_5 .slick-slide a.mod__block_11 {
  width: 100%;
}
.wrap__topics .topics_5 .slick-slide a.mod__block_11 img {
  height: auto;
}
.wrap__topics .topics_5 .slick-slide a.mod__block_11 dl {
  margin: 5px;
  padding: 0;
}
.wrap__topics .topics_5 .slick-slide a.mod__block_11 dl dt {
  max-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  word-break: break-all;
}
.wrap__topics .topics_5 .slick-slide a.mod__block_11 dl dt:before,
.wrap__topics .topics_5 .slick-slide a.mod__block_11 dl dt:after {
  background: #fff;
  position: absolute;
}
.wrap__topics .topics_5 .slick-slide a.mod__block_11 dl dt::before {
  content: " …";
  top: 18px;
  right: 0;
}
.wrap__topics .topics_5 .slick-slide a.mod__block_11 dl dt::after {
  content: "";
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap__topics {
    margin-top: 20px;
  }
}
/* News */
.wrap__news {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .wrap__news {
    flex-direction: column;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 15px;
  }
}
.wrap__news .title {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .wrap__news .title {
    display: flex;
  }
}
.wrap__news .title h2 {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .wrap__news .title h2 {
    margin-right: 15px;
  }
}
.wrap__news .title a {
  display: block;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  width: 110px;
  margin-top: 10px;
  padding: 4px 0 6px 13px;
  color: #fff;
  background: #00519F;
  border-radius: 4px;
  transition: 0.2s;
  border: 1px solid #00519F;
}
@media screen and (max-width: 1023px) {
  .wrap__news .title a {
    margin-top: 3px;
  }
}
.wrap__news .title a:hover {
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
.wrap__news .list {
  width: 100%;
  margin-bottom: 40px;
}
.wrap__news .list li a {
  display: flex;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.wrap__news .list li a:hover .txt {
  text-decoration: underline;
}
.wrap__news .list li a .thumb {
  display: block;
  width: 113px;
  height: auto;
  margin-right: 10px;
}
.wrap__news .list li a .body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wrap__news .list li a .body .date {
  font-size: 12px;
  display: flex;
  margin-bottom: 5px;
}
.wrap__news .list li a.type-info .date .temp__wrap__news-icon--site {
  background: #00519F;
}
@media screen and (max-width: 1023px) {
  .wrap__news .list li a .thumb + .body {
    width: calc(100% - 123px);
  }
}
/* Product List */
.wrap__product-top {
  margin-right: 20px;
  margin-left: 20px;
  margin: 0;
  padding: 0 20px 40px;
  /* 製品に関するお知らせ */
  /* 製品に関するお知らせEND */
}
.wrap__product-top .mod__btn-functionary_huge {
  display: block;
  width: 770px;
  text-align: center;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .wrap__product-top .mod__btn-functionary_huge {
    width: 100%;
  }
}
.wrap__product-top .mod__btn-functionary_huge a {
  color: #000;
  text-decoration: none;
}
.wrap__product-top .mod__btn-functionary_huge a div {
  display: inline-block;
  color: #00519F;
  margin-right: 30px;
}
.wrap__product-top .mod__btn-functionary_huge a div .icon.newspaper {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 3vw;
  height: 3vw;
  background-image: url(/assets/img/common/icon_newspaper.png);
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .wrap__product-top .mod__btn-functionary_huge a div .icon.newspaper {
    width: 42px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .wrap__product-top .mod__btn-functionary_huge a div {
    display: block;
    margin-right: 0;
  }
}
.wrap__product-top .mod__ul-4column,
.wrap__product-top .mod__ul-5column,
.wrap__product-top .mod__ul-6column {
  margin-bottom: 40px;
}
.wrap__product-top .mod__ul-4column li,
.wrap__product-top .mod__ul-5column li,
.wrap__product-top .mod__ul-6column li {
  padding: 20px;
  border: 1px solid #E1E1E1;
}
.wrap__product-top .mod__ul-4column li a,
.wrap__product-top .mod__ul-5column li a,
.wrap__product-top .mod__ul-6column li a {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
}
.wrap__product-top .mod__ul-4column li a span:first-child,
.wrap__product-top .mod__ul-5column li a span:first-child,
.wrap__product-top .mod__ul-6column li a span:first-child {
  margin-bottom: 10px;
}
.wrap__product-top .mod__ul-4column li a:hover,
.wrap__product-top .mod__ul-5column li a:hover,
.wrap__product-top .mod__ul-6column li a:hover {
  text-decoration: underline;
}
.wrap__product-top .mod__ul-4column li a.character-only,
.wrap__product-top .mod__ul-5column li a.character-only,
.wrap__product-top .mod__ul-6column li a.character-only {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .wrap__product-top .mod__ul-4column li a.character-only,
  .wrap__product-top .mod__ul-5column li a.character-only,
  .wrap__product-top .mod__ul-6column li a.character-only {
    height: 197px;
  }
}
.wrap__product-top .mod__ul-4column li a.character-only svg,
.wrap__product-top .mod__ul-5column li a.character-only svg,
.wrap__product-top .mod__ul-6column li a.character-only svg {
  margin-left: 3px;
}
.wrap__product-top .mod__ul-4column li a.character-only span:first-child,
.wrap__product-top .mod__ul-5column li a.character-only span:first-child,
.wrap__product-top .mod__ul-6column li a.character-only span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Ryoiki List */
.wrap__ryoiki-top {
  padding: 40px 20px;
  background: #EEF7FF;
}
.wrap__ryoiki-top .ryoiki-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap__ryoiki-top .ryoiki-list {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.wrap__ryoiki-top .ryoiki-list li {
  width: 142px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .wrap__ryoiki-top .ryoiki-list li {
    width: 130px;
  }
}
.wrap__ryoiki-top .ryoiki-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #00519F;
  text-decoration: none;
  text-align: center;
}
.wrap__ryoiki-top .ryoiki-list li a .circle {
  width: 142px;
  height: 142px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .wrap__ryoiki-top .ryoiki-list li a .circle {
    width: 130px;
    height: 130px;
  }
}
.wrap__ryoiki-top .ryoiki-list li a .circle svg {
  display: block;
  margin: 0 auto;
  fill: #00519F;
  transition: 0.2s;
}
.wrap__ryoiki-top .ryoiki-list li a:hover .circle {
  background: #00519F;
}
.wrap__ryoiki-top .ryoiki-list li a:hover .circle svg {
  fill: #fff;
}
/* Footer */
footer {
  background: #00519F;
  color: #fff;
}
footer a {
  display: table;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
footer a:hover {
  text-decoration: underline;
}
footer a.new-tab img:not(.noadjust) {
  position: relative;
  display: inline;
  left: 5px;
  top: -1px;
}
footer .sub {
  margin-top: 5px;
  padding-left: 24px;
}
footer .sub a {
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
}
footer .sub a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -3px;
  transition: 0.2s;
}
footer .info {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  footer .info {
    width: 100%;
  }
}
footer .info h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
footer .info p {
  margin-bottom: 5px;
  font-size: 12px;
}
footer .info .phone a {
  margin-bottom: 5px;
  font-size: 24px;
}
footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-links li {
  padding: 0 15px;
  margin-bottom: 10px;
  border-right: 1px solid #fff;
}
footer .footer-links li:last-child {
  border: none;
}
footer .footer-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
footer .footer-links li a:hover {
  text-decoration: underline;
}
footer .footer-links li a img:not(.noadjust) {
  position: relative;
  display: inline;
  left: 5px;
  top: -1px;
}
footer .copyright {
  display: block;
  padding: 10px;
  font-size: 9px;
  text-align: center;
  background: #00407E;
}
/* モーダルCSS */
.modal_h3 {
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 3px solid #000;
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalArea .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
}
.modalArea .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1024px;
  max-height: 90%;
  padding: 25px 40px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
}
.modalArea .modalWrapper::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (max-width: 767px) {
  .modalArea .modalWrapper {
    padding: 25px 20px;
  }
}
.modalArea .modalWrapper .top {
  display: flex;
  justify-content: space-between;
}
.modalArea .modalWrapper .top .left {
  width: 230px;
}
.modalArea .modalWrapper .top .left .logo-text {
  font-size: 12px;
  font-weight: bold;
}
.modalArea .modalWrapper .top .right {
  width: 90px;
}
.modalArea .modalWrapper .lead p {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .modalArea .modalWrapper .lead p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modalArea .modalWrapper .lead h2 {
    font-size: 5vw;
  }
}
.modalArea .modalWrapper .menu .left {
  padding: 20px 30px;
  border: 1px solid #BFBFBF;
}
@media screen and (max-width: 767px) {
  .modalArea .modalWrapper .menu .left {
    padding: 20px;
  }
}
.modalArea .modalWrapper .menu .left h3 {
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 3px solid #000;
  color: #00519F;
  border-color: #00519F;
}
.modalArea .modalWrapper .menu .left form > span {
  display: block;
}
.modalArea .modalWrapper .menu .left form > span h4 {
  margin-bottom: 5px;
}
.modalArea .modalWrapper .menu .left form > span input[type='text'],
.modalArea .modalWrapper .menu .left form > span input[type='password'] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: solid 1px #bfbfbf;
  background-color: #F4F4F4;
  border-radius: 4px;
}
.modalArea .modalWrapper .menu .left form > span input[type='text']::placeholder,
.modalArea .modalWrapper .menu .left form > span input[type='password']::placeholder {
  color: #919191;
}
.modalArea .modalWrapper .menu .left form .keepLogin {
  display: flex;
  justify-content: center;
}
.modalArea .modalWrapper .menu .left form .keepLogin input[type='checkbox'] {
  position: relative;
  top: 2px;
  margin-right: 5px;
  appearance: auto;
  -webkit-appearance: auto;
}
.modalArea .modalWrapper .menu .left form .keepLogin label {
  cursor: pointer;
}
.modalArea .modalWrapper .menu .left form .modal-btn-login input[type="submit"] {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  width: 216px;
  height: 56px;
  text-align: center;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #00519F;
  transition: 0.2s;
  cursor: pointer;
}
.modalArea .modalWrapper .menu .left form .modal-btn-login input[type="submit"]:hover {
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
  transition: 0.2s;
}
.modalArea .modalWrapper .menu .left .forget {
  text-align: center;
}
.modalArea .modalWrapper .menu .left .forget a {
  font-size: 14px;
  color: #00519F;
  text-decoration: none;
  position: relative;
}
.modalArea .modalWrapper .menu .left .forget a::before {
  border-color: transparent transparent transparent #00519F;
  left: inherit;
  right: -10px;
  top: 58%;
  border-width: 3px 0 3px 5px;
}
.modalArea .modalWrapper .menu .left .forget a:hover {
  text-decoration: underline;
}
.modalArea .modalWrapper .menu .right {
  border: 1px solid #BFBFBF;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .modalArea .modalWrapper .menu .right {
    padding: 20px;
  }
}
.modalArea .modalWrapper .menu .right h3 {
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 3px solid #000;
  color: #3A9BF7;
  border-color: #3A9BF7;
}
.modalArea .modalWrapper .menu .right .job-menu li:last-child {
  width: 100%;
  margin-right: 0;
}
.modalArea .modalWrapper .menu .right .job-menu li a {
  display: block;
  position: relative;
  padding: 16px 0;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.2s;
}
.modalArea .modalWrapper .menu .right .job-menu li a::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.modalArea .modalWrapper .menu .right .job-menu li a:hover {
  color: #fff;
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
.modalArea .modalWrapper .menu .right .job-menu li a:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#modalArea .modalWrapper {
  overflow-y: scroll;
}
.mod__frm_login {
  display: flex;
  justify-content: center;
}
.mod__frm_login .modalWrapper {
  width: 580px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.mod__frm_login .modalWrapper::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (max-width: 767px) {
  .mod__frm_login .modalWrapper {
    padding: 0 20px;
  }
}
.mod__frm_login .modalWrapper .menu .left {
  padding: 20px 30px;
  border: 1px solid #BFBFBF;
}
@media screen and (max-width: 767px) {
  .mod__frm_login .modalWrapper .menu .left {
    padding: 20px;
  }
}
.mod__frm_login .modalWrapper .menu .left h3 {
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 3px solid #000;
  color: #00519F;
  border-color: #00519F;
}
.mod__frm_login .modalWrapper .menu .left form > span {
  display: block;
}
.mod__frm_login .modalWrapper .menu .left form > span h4 {
  margin-bottom: 5px;
}
.mod__frm_login .modalWrapper .menu .left form > span input[type='text'],
.mod__frm_login .modalWrapper .menu .left form > span input[type='password'] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: solid 1px #bfbfbf;
  background-color: #F4F4F4;
  border-radius: 4px;
}
.mod__frm_login .modalWrapper .menu .left form > span input[type='text']::placeholder,
.mod__frm_login .modalWrapper .menu .left form > span input[type='password']::placeholder {
  color: #919191;
}
.mod__frm_login .modalWrapper .menu .left form .keepLogin {
  display: flex;
  justify-content: center;
}
.mod__frm_login .modalWrapper .menu .left form .keepLogin input[type='checkbox'] {
  position: relative;
  top: 2px;
  margin-right: 5px;
  appearance: auto;
  -webkit-appearance: auto;
}
.mod__frm_login .modalWrapper .menu .left form .keepLogin label {
  cursor: pointer;
}
.mod__frm_login .modalWrapper .menu .left form .modal-btn-login input[type="submit"] {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  width: 216px;
  height: 56px;
  text-align: center;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #00519F;
  transition: 0.2s;
  cursor: pointer;
}
.mod__frm_login .modalWrapper .menu .left form .modal-btn-login input[type="submit"]:hover {
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
  transition: 0.2s;
}
.mod__frm_login .modalWrapper .menu .left .forget {
  text-align: center;
}
.mod__frm_login .modalWrapper .menu .left .forget a {
  font-size: 14px;
  color: #00519F;
  text-decoration: none;
  position: relative;
}
.mod__frm_login .modalWrapper .menu .left .forget a::before {
  border-color: transparent transparent transparent #00519F;
  left: inherit;
  right: -10px;
  top: 58%;
  border-width: 3px 0 3px 5px;
}
.mod__frm_login .modalWrapper .menu .left .forget a:hover {
  text-decoration: underline;
}
.mod__frm_login .modalWrapper a {
  color: #00519F;
  text-decoration: none;
}
.mod__frm_login .modalWrapper .modal-registration {
  padding: 20px 0 20px 0;
  background: #EEF7FF;
}
.mod__frm_login .modalWrapper .modal-registration a {
  color: #fff;
}
.mod__frm_login .modalWrapper .bold-fs16-text {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod__frm_login .modalWrapper .bold-fs16-text {
    font-size: 14px;
  }
}
.authorizedLink img {
  position: relative;
  display: inline;
  left: 4px;
  top: 0;
  width: 12px;
  height: 12px;
}
/* 外部リンクモーダル */
.modalArea_externalLink {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalArea_externalLink .modalBg_externalLink {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
}
.modalArea_externalLink .modalWrapper_externalLink {
  position: absolute;
  top: 50%;
  left: 50%;
  display: table;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1024px;
  max-height: 90%;
  padding: 25px 40px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.modalArea_externalLink .modalWrapper_externalLink::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (max-width: 767px) {
  .modalArea_externalLink .modalWrapper_externalLink {
    padding: 25px 20px;
  }
}
.modalArea_externalLink .modalWrapper_externalLink .close_button {
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  top: -13px;
  right: -13px;
  text-align: center;
  border: 1px solid #707070;
  color: #707070;
  background: #fff;
  border-radius: 100%;
  width: 3em;
  line-height: 3em;
  cursor: pointer;
  transition: 0.2s;
}
.modalArea_externalLink .modalWrapper_externalLink .close_button:hover {
  background: #cacaca;
}
.modalArea_externalLink .modalWrapper_externalLink .lead .title {
  font-size: 20px;
  color: #00519F;
}
@media screen and (max-width: 767px) {
  .modalArea_externalLink .modalWrapper_externalLink .lead .title {
    font-size: 5vw;
  }
}
.modalArea_externalLink .modalWrapper_externalLink .lead p {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .modalArea_externalLink .modalWrapper_externalLink .lead p {
    width: 100%;
  }
}
.modalArea_externalLink .modalWrapper_externalLink .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modalArea_externalLink .modalWrapper_externalLink .menu ul {
    flex-direction: column;
  }
}
.modalArea_externalLink .modalWrapper_externalLink .menu ul .left {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .modalArea_externalLink .modalWrapper_externalLink .menu ul .left {
    margin: 0 0 20px 0;
  }
}
.modalArea_externalLink .modalWrapper_externalLink .menu ul .left a {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  width: 240px;
  height: 52px;
  text-align: center;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #00519F;
  transition: 0.2s;
  text-decoration: none;
  line-height: 45px;
}
.modalArea_externalLink .modalWrapper_externalLink .menu ul .left a:hover {
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
.modalArea_externalLink .modalWrapper_externalLink .menu ul .right span {
  display: block;
  margin: 0 auto;
  color: #00519F;
  font-size: 18px;
  width: 240px;
  height: 52px;
  text-align: center;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  text-decoration: none;
  line-height: 45px;
  cursor: pointer;
}
.modalArea_externalLink .modalWrapper_externalLink .menu ul .right span:hover {
  color: #fff;
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
/* ログイン画面-新規訪問 モーダル */
@media screen and (min-width: 768px) {
  .modalArea .modalWrapper_login {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .modalArea .modalWrapper_login {
    width: 83%;
  }
}
.modalArea .modalWrapper_login .close_button {
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  top: -13px;
  right: -13px;
  text-align: center;
  border: 1px solid #707070;
  color: #707070;
  background: #fff;
  border-radius: 100%;
  width: 3em;
  line-height: 3em;
  cursor: pointer;
  transition: 0.2s;
}
.modalArea .modalWrapper_login .close_button:hover {
  background: #cacaca;
}
.modalArea .modalWrapper_login .bold-fs16-text {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modalArea .modalWrapper_login .bold-fs16-text {
    font-size: 14px;
  }
}
.modalArea .modalWrapper_login a {
  color: #00519F;
  text-decoration: none;
}
.modalArea .modalWrapper_login p a:hover {
  text-decoration: underline;
}
.modalArea .modalWrapper_login .mod__btn_blue-border_double {
  width: 216px;
}
.modalArea .modalWrapper_login .modal-registration {
  padding: 20px 0 20px 0;
  background: #EEF7FF;
}
.modalArea .modalWrapper_login .modal-registration a {
  color: #fff;
}
.page-back {
  display: block;
  margin: 0 auto;
  color: #00519F;
  font-size: 18px;
  width: 216px;
  height: 52px;
  text-align: center;
  border: 1px solid #00519F;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s;
  text-decoration: none;
  line-height: 45px;
  cursor: pointer;
}
.page-back:hover {
  color: #fff;
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
@media screen and (min-width: 768px) {
  #modalArea_selectAddress .modalWrapper_externalLink {
    width: 60%;
  }
}
#modalArea_selectAddress ul#address_list {
  padding-left: 0;
  max-height: 300px;
  list-style: none;
  overflow-y: auto;
}
#modalArea_selectAddress ul#address_list li {
  padding: 7px 12px 9px 12px;
  text-decoration: none;
  cursor: pointer;
  border-top: solid 1px #BFBFBF;
  border-left: solid 1px #BFBFBF;
  border-right: solid 1px #BFBFBF;
}
#modalArea_selectAddress ul#address_list li:last-child {
  border-bottom: solid 1px #BFBFBF;
}
#modalArea_selectAddress ul#address_list li:hover {
  text-decoration: underline;
}
a.modalArea_movie {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modalArea .modalWrapper_movie {
    width: auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .modalArea .modalWrapper_movie {
    width: 83%;
  }
}
.modalArea .modalWrapper_movie .close_button {
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  top: -13px;
  right: -13px;
  text-align: center;
  border: 1px solid #707070;
  color: #707070;
  background: #fff;
  border-radius: 100%;
  width: 3em;
  line-height: 3em;
  cursor: pointer;
  transition: 0.2s;
}
.modalArea .modalWrapper_movie .close_button:hover {
  background: #cacaca;
}
/* パスワード設定・変更画面　使用可能記号モーダル */
#modalArea_symbol .modalWrapper_symbol {
  width: 480px;
}
@media screen and (max-width: 767px) {
  #modalArea_symbol .modalWrapper_symbol {
    width: 90%;
    padding: 25px 15px;
  }
}
#modalArea_symbol .modalWrapper_symbol p.title_symbol {
  font-size: 14px;
  font-weight: bold;
  color: #004DA3;
}
#modalArea_symbol .modalWrapper_symbol table {
  width: 400px;
  font-size: 12px;
  border: #707070 solid 1px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #modalArea_symbol .modalWrapper_symbol table {
    width: 100%;
    font-size: 11px;
  }
}
#modalArea_symbol .modalWrapper_symbol table thead tr {
  background-color: #EEF7FF;
}
#modalArea_symbol .modalWrapper_symbol table thead tr th {
  border: #333 solid 1px;
  font-weight: normal;
}
#modalArea_symbol .modalWrapper_symbol table tbody tr td {
  border: #333 solid 1px;
}
#modalArea_symbol .modalWrapper_symbol table tbody tr td:first-child {
  width: 48%;
}
#modalArea_symbol .modalWrapper_symbol table tbody tr td:nth-child(3) {
  width: 34%;
}
#modalArea_symbol .modalWrapper_symbol table tbody tr td:nth-child(2),
#modalArea_symbol .modalWrapper_symbol table tbody tr td:last-child {
  width: 9%;
  text-align: center;
  padding-bottom: 3px;
}
#modalArea_symbol .modalWrapper_symbol .close_button {
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  top: -13px;
  right: -13px;
  text-align: center;
  border: 1px solid #707070;
  color: #707070;
  background: #fff;
  border-radius: 100%;
  width: 3em;
  line-height: 3em;
  cursor: pointer;
  transition: 0.2s;
}
#modalArea_symbol .modalWrapper_symbol .close_button:hover {
  background: #cacaca;
}
/* お問い合わせ特殊 モーダル */
#modalArea_contactRegist .left {
  width: 100%;
}
#modalArea_contactRegist a {
  width: 320px;
}
@media screen and (max-width: 1023px) {
  #modalArea_contactRegist a {
    width: 100%;
    height: 60px;
    line-height: 20px;
    padding: 10px;
  }
}
/* 追従ボタン等 */
.wrap_sticky-btn {
  width: 70px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
}
.wrap_sticky-btn .top a {
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s all;
}
.wrap_sticky-btn .top a.registration {
  width: 70px;
  height: 70px;
  margin: 0 auto 12px auto;
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
.wrap_sticky-btn .top a.registration span {
  display: block;
  width: 66px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 0 13px 0;
  border-radius: 3px;
  position: relative;
  top: 1px;
  left: 1px;
  font-size: 13px;
}
.wrap_sticky-btn .top a.registration:hover {
  background: #fff;
}
.wrap_sticky-btn .top a.registration:hover span {
  color: #3A9BF7;
  border: 1px solid #3A9BF7;
}
.wrap_sticky-btn .top a.contact {
  padding: 8px 10px;
  margin-bottom: 10px;
  width: 70px;
  height: 55px;
  font-size: 13px;
  color: #00519F;
  border: 1px solid #00519F;
  background: #fff;
}
.wrap_sticky-btn .top a.contact:hover {
  background: #00519F;
  color: #fff;
}
.wrap_sticky-btn .top a.contact-mr {
  padding: 8px 10px;
  margin-bottom: 10px;
  width: 70px;
  height: 131px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #993300;
  background: #d95e37;
  line-height: 1.4;
  font-weight: bold;
}
.wrap_sticky-btn .top a.contact-mr:hover {
  background: rgba(217, 94, 55, 0.7);
  color: #fff;
}
.wrap_sticky-btn .top a.contact-mr img {
  display: inline;
  position: relative;
  top: 3px;
  margin-bottom: 5px;
}
.wrap_sticky-btn .top a.bookmark-movie {
  padding: 8px 10px;
  margin-bottom: 10px;
  width: 70px;
  height: 80px;
  font-size: 13px;
  color: #00519F;
  border: 1px solid #00519F;
  background: #fff;
}
.wrap_sticky-btn .top a.bookmark-movie:hover {
  background: #00519F;
  color: #fff;
}
.wrap_sticky-btn .top a.watch-later {
  padding: 12px 6px;
  margin-bottom: 10px;
  width: 70px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #993300;
  background: #d95e37;
  line-height: 1.4;
}
.wrap_sticky-btn .top a.watch-later:hover {
  background: rgba(217, 94, 55, 0.7);
  color: #fff;
}
.wrap_sticky-btn .top a.watch-later img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.wrap_sticky-btn .bottom {
  display: flex;
  flex-direction: row-reverse;
}
.wrap_sticky-btn .bottom .scrollTop {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #3A9BF7;
  background: #3A9BF7;
  transition: all 0.2s;
}
.wrap_sticky-btn .bottom .scrollTop svg {
  width: 19px;
  height: 23px;
  fill: #fff;
  position: relative;
  top: 20%;
  left: 23%;
}
.wrap_sticky-btn .bottom .scrollTop:hover {
  background: #fff;
}
.wrap_sticky-btn .bottom .scrollTop:hover svg {
  fill: #3A9BF7;
}
@media screen and (max-width: 767px) {
  .wrap_sticky-btn .bottom .scrollTop {
    width: 30px;
    height: 30px;
  }
  .wrap_sticky-btn .bottom .scrollTop svg {
    width: auto;
    height: 17px;
    top: 16%;
    left: 25%;
  }
}
/* -------------
製品ページ
------------- */
.product-body .location-pc {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.product-body .location-pc li {
  border-right: 1px solid #000;
}
.product-body .location-pc li:first-child {
  border-left: 1px solid #000;
}
.product-body .location-pc li a {
  padding: 10px 18px;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
.product-body .location-pc li a:hover {
  color: #00519F;
}
.product-body .location-pc li a.active {
  color: #00519F;
  pointer-events: none;
  position: relative;
}
.product-body .location-pc li a.active::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: -20%;
  margin-top: -4px;
  transition: 0.2s;
}
.product-body .location-pc li a.active::before {
  border-color: transparent transparent transparent #00519F;
  top: 3px;
  left: inherit;
  right: 46%;
  transform: rotate(90deg);
}
.product-body .location-sp {
  height: 44px;
  font-size: 14px;
  display: flex;
}
.product-body .location-sp .title {
  display: block;
  width: 90px;
  height: 100%;
  color: #fff;
  background: #00519F;
  text-align: center;
  line-height: 44px;
}
.product-body .location-sp .select {
  position: relative;
  width: calc(100% - 90px);
  line-height: 44px;
  border-top: 1px solid #00519F;
  border-bottom: 1px solid #00519F;
}
.product-body .location-sp .select::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
  transform: rotate(135deg);
}
.product-body .location-sp .select span {
  padding-left: 10px;
  color: #00519F;
}
.product-body .location-sp .select ul {
  display: none;
  width: calc(100% + 1px);
  position: absolute;
  top: 43px;
  left: -1px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: solid 1px #00519F;
  border-top: none;
  background: #fff;
  z-index: 6;
}
.product-body .location-sp .select ul li {
  padding-left: 10px;
}
.product-body .location-sp .select ul li a {
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
.product-body .location-sp .select ul li a.active {
  color: #00519F;
  pointer-events: none;
  padding-left: 0.5rem;
}
.product-body .location-sp .select ul li a.active::before {
  content: '-';
  position: relative;
  right: 5px;
}
/* Dark box カスタマイズ */
#darkbox {
  background: #ffffff none no-repeat 50% 50% / contain;
  box-shadow: none;
  position: relative;
  width: 620px;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  min-height: 65%;
  margin: 0 auto;
  padding: 40px 60px;
  background-size: contain;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
#over_wrap_darkbox {
  color: #fff;
  font: 14px/1.4 sans-serif;
  position: fixed;
  z-index: 999;
  top: 24px;
  left: 24px;
  bottom: 24px;
  right: 24px;
  background: rgba(0, 0, 0, 0.6) none no-repeat 50% 50% / contain;
  box-shadow: 0 0 0 24px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#over_wrap_darkbox.show {
  opacity: 1;
  visibility: visible;
}
#darkbox_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #3A9BF7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  opacity: 0.3;
}
#darkbox_close:hover {
  opacity: 1;
}
#darkbox_close::before,
#darkbox_close::after {
  display: block;
  content: '';
  position: absolute;
  top: 21px;
  left: 25px;
  width: 61%;
  height: 8%;
  margin: -8% 0 0 -42%;
  background: #fff;
  cursor: pointer;
}
#darkbox_close::before {
  transform: rotate(-45deg);
}
#darkbox_close::after {
  transform: rotate(45deg);
}
#darkbox_prev,
#darkbox_next {
  height: 40px;
  width: 35px;
  top: 50%;
  margin-top: -15px;
  border: none;
  background: #3A9BF7;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.3;
}
#darkbox_prev:hover,
#darkbox_next:hover {
  opacity: 1;
}
#darkbox_prev::before,
#darkbox_next::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 13px;
  margin-top: -4px;
}
#darkbox_next {
  right: 0;
}
#darkbox_prev {
  left: 0;
}
#darkbox_prev::before {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 13px;
}
#darkbox_stats {
  display: none;
}
#darkbox_description {
  position: inherit;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
  color: #000;
  font-size: 16px;
  font-weight: 500 !important;
}
#darkbox_title {
  color: #000;
  font-size: 20px;
  font-weight: 500 !important;
  margin: 0 auto;
  text-align: center;
}
span.tag-1 {
  min-width: 30px;
  padding: 0 4px;
  background-color: #25005C;
  color: #fff;
  display: inline-block;
  font-size: 7px;
  border: solid 1px #25005C;
  height: 16px;
  text-align: center;
  font-weight: 300 !important;
}
span.tag-2 {
  min-width: 80px;
  padding: 0 20px;
  color: #25005C;
  display: inline-block;
  font-size: 9px;
  border: solid 1px #25005C;
  height: 16px;
  text-align: center;
  font-weight: 500 !important;
}
span.tag-3 {
  min-width: 80px;
  padding: 4px 20px;
  display: inline-block;
  font-size: 9px;
  border: solid 1px #25005C;
  height: 16px;
  text-align: center;
  font-weight: 500 !important;
  height: 24px;
  color: #00519F;
  border: solid 1px #00519F;
}
.movie-tag {
  text-align: left;
  padding: 4px 0 4px 10px;
  margin-bottom: -8px;
}
/* ------------------------
資材オンラインオーダー
------------------------ */
.wrap__sizai-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    background: #fff;
    left: -100%;
    z-index: 6;
  }
}
.wrap__sizai-body .wrap__sizai-nav form {
  width: 250px;
  padding: 10px;
  background: #EEF7FF;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-nav form {
    width: 100%;
  }
}
.wrap__sizai-body .wrap__sizai-nav form .top {
  background: #00519F;
  padding: 10px;
  margin-bottom: 10px;
}
.wrap__sizai-body .wrap__sizai-nav form .top > p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.wrap__sizai-body .wrap__sizai-nav form .top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-nav form .top ul {
    justify-content: space-around;
  }
}
.wrap__sizai-body .wrap__sizai-nav form .top ul li {
  background: #fff;
  font-size: 14px;
  width: 100px;
  height: 40px;
  color: #00519F;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  transition: 0.2s;
}
.wrap__sizai-body .wrap__sizai-nav form .top ul li:hover {
  color: #fff;
  background: #3A9BF7;
}
.wrap__sizai-body .wrap__sizai-nav form .type {
  /*** カスタム チェックボックス ***/
}
.wrap__sizai-body .wrap__sizai-nav form .type > li {
  background: #00519F;
  border-radius: 4px;
  margin-bottom: 10px;
}
.wrap__sizai-body .wrap__sizai-nav form .type > li > span {
  display: block;
  padding: 10px 10px;
  font-size: 16px;
  color: #fff;
}
.wrap__sizai-body .wrap__sizai-nav form .type > li ul {
  padding: 0;
  background: #fff;
  color: #000;
  list-style-type: none;
}
.wrap__sizai-body .wrap__sizai-nav form .type > li ul li {
  padding: 10px 0 10px 10px;
  font-size: 14px;
}
.wrap__sizai-body .wrap__sizai-nav form .type > li ul li:not(:last-child) {
  border-bottom: 1px solid #EEF7FF;
}
.wrap__sizai-body .wrap__sizai-nav form .type > li ul li label .box {
  top: 1px;
}
.wrap__sizai-body .wrap__sizai-nav form .type label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.wrap__sizai-body .wrap__sizai-nav form .type label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.wrap__sizai-body .wrap__sizai-nav form .type label input:checked ~ .box {
  background: #fff;
}
.wrap__sizai-body .wrap__sizai-nav form .type label input:checked ~ .box:after {
  display: block;
}
.wrap__sizai-body .wrap__sizai-nav form .type label .box {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #F4F4F4;
  border: 2px solid #BFBFBF;
  border-radius: 4px;
  transition: 0.2s;
}
.wrap__sizai-body .wrap__sizai-nav form .type label .box:after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #3A9BF7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-nav form .wrap_sizai-submit {
    position: sticky;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(238, 247, 255, 0.5);
    padding: 10px 0;
  }
  #search_form .wrap_sizai-submit:last-child{
    padding-bottom: 120px;
  }
}
.wrap__sizai-body .wrap__sizai-nav form .wrap_sizai-submit .sizai-submit {
  position: relative;
}
.wrap__sizai-body .wrap__sizai-nav form .wrap_sizai-submit .sizai-submit input {
  display: block;
  width: 230px;
  height: 52px;
  padding: 0 0 0 30px;
  color: #fff;
  background: #00519F;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-nav form .wrap_sizai-submit .sizai-submit input {
    width: 100%;
  }
}
.wrap__sizai-body .wrap__sizai-nav form .wrap_sizai-submit .sizai-submit svg {
  fill: #fff;
  position: absolute;
  top: 17px;
  left: 35px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
    .wrap__sizai-body .wrap__sizai-nav form .wrap_sizai-submit .sizai-submit input {
        display: inline-block;
        vertical-align: middle;
      }
    .wrap__sizai-body .wrap__sizai-nav form .wrap_sizai-submit .sizai-submit svg {
        top: 6px;
        transform-box: fill-box;
      }
}
.wrap__sizai-body .wrap__sizai-nav .sp-controller {
  display: none;
  font-size: 16px;
  font-weight: 500 !important;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-nav .sp-controller {
    width: 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 51px;
    right: 0;
  }
}
.wrap__sizai-body .wrap__sizai-nav .sp-controller .sticky {
  display: flex;
  flex-direction: column;
}
.wrap__sizai-body .wrap__sizai-nav .sp-controller .sticky .close {
  width: 70px;
  height: 70px;
  border-left: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
.wrap__sizai-body .wrap__sizai-nav .sp-controller .sticky .close .close-inner {
  display: block;
  width: 40px;
  height: 40px;
  background: #3A9BF7;
  margin: 15px auto;
}
.wrap__sizai-body .wrap__sizai-nav .sp-controller .sticky .ryoiki {
  height: 70px;
  padding-top: 22px;
  background: #EEF7FF;
  border-bottom: 1px solid #BFBFBF;
}
.wrap__sizai-body .wrap__sizai-nav .sp-controller .sticky .prod,
.wrap__sizai-body .wrap__sizai-nav .sp-controller .sticky .symptoms,
.wrap__sizai-body .wrap__sizai-nav .sp-controller .sticky .assist {
  height: 70px;
  padding-top: 22px;
  border-left: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background: #00519F;
  color: #fff;
}
.wrap__sizai-body .wrap__sizai-nav .sp-controller .sticky .assist {
  padding-top: 10px;
}
.wrap__sizai-body .wrap__sizai-cont {
  width: 744px;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-cont {
    width: 100%;
    padding: 0 20px;
  }
}
.wrap__sizai-body .wrap__sizai-cont .btn__order-sidebar {
  padding: 20px;
}
.wrap__sizai-body .wrap__sizai-cont .btn__order-sidebar span {
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
  background: #00519F;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
}
.wrap__sizai-body .wrap__sizai-cont .sizai-kv {
  margin-bottom: 20px;
}
.wrap__sizai-body .wrap__sizai-cont .sorting-box {
  padding: 10px;
  background: #EEF7FF;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-cont .sorting-box {
    padding: 10px 20px;
  }
}
.wrap__sizai-body .wrap__sizai-cont .sorting-box .state-label {
  font-size: 18px;
}
.wrap__sizai-body .wrap__sizai-cont .sorting-box .count {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-cont .sorting-box .count {
    margin: 12px 0;
    text-align: center;
  }
}
.wrap__sizai-body .wrap__sizai-cont .sorting-box > div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-cont .sorting-box > div {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-cont .sorting-box > div .select-box {
    display: flex;
    justify-content: center;
  }
}
.wrap__sizai-body .wrap__sizai-cont .lead-box {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 300 !important;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-body .wrap__sizai-cont .lead-box {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont {
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  padding: 15px;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont:last-child {
  border-bottom: 1px solid #BFBFBF;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form {
    flex-direction: column;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left {
  border-right: 1px solid #BFBFBF;
  max-width: 57%;
  width: 54%;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left {
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left .top {
  display: flex;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left .top .thumb {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left .top .text {
  width: calc(100% - 100px);
  font-size: 12px;
  font-weight: 300 !important;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left .top .text {
    width: calc(100% - 100px);
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left .top .text .title {
  font-size: 16px;
  font-weight: 700 !important;
  padding-bottom: 10px;
  color: #00519F;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left .bottom {
  margin-top: 10px;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left .bottom a {
  text-decoration: none;
  color: #00519F;
  width: 100px;
  border: 1px solid #00519F;
  border-radius: 4px;
  font-size: 14px;
  padding: 12px 0;
  display: block;
  text-align: center;
  background: #EEF7FF;
  transition: 0.2s;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left .bottom a:hover {
  color: #fff;
  background: #00519F;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .left .bottom a {
    font-size: 12px;
    width: 90px;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 43%;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right {
    width: 100%;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right.is-button {
  justify-content: space-between;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .column {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .column {
    justify-content: center;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .row {
    display: flex;
    justify-content: center;
    padding-left: 16px;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .row .temp__wrap-select {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .row .temp__wrap-select {
    margin: 0 5px 0 0;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .row .temp__wrap-select.arrow::before {
  top: 20px;
  right: 17px;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .row .temp__wrap-select select {
  width: 138px;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .row .temp__wrap-select label {
  position: relative;
  top: 7px;
  left: 0;
  font-size: 12px;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  /* IE独自 */
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .row .cart-btn {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .info {
    margin: 10px 0;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .info p {
  font-size: 11px;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .info p.red {
  color: #9F0000;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .button {
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .button {
    justify-content: center;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .button a {
  display: block;
  width: 144px;
  padding: 14px 0 14px 40px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #00519F;
  border-radius: 4px;
  color: #00519F;
  transition: 0.2s;
  position: relative;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .button a:first-child {
  margin-right: 5px;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .button a svg {
  position: absolute;
  top: 13px;
  left: 14px;
  fill: #00519f;
  stroke: rgba(0, 0, 0, 0);
  stroke-miterlimit: 10;
  transition: 0.2s;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .button a:hover {
  color: #fff;
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .button a:hover svg {
  fill: #fff;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .cart-btn {
  position: relative;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .cart-btn input[name=cart] {
  display: block;
  width: 144px;
  height: 42px;
  padding-left: 20px;
  color: #fff;
  background: #00519F;
  border: 1px solid #00519F;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .cart-btn input[name=cart] {
    width: 98px;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .cart-btn svg {
  position: absolute;
  top: 10px;
  right: 85px;
  z-index: 2;
  fill: #fff;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .cart-btn svg {
    left: 16px;
  }
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .cart-btn:hover input {
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont form .right .cart-btn:hover svg {
  fill: #fff;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-pager ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-pager ul li {
  display: block;
  background: #f4f4f4;
  border-radius: 4px;
  margin: 5px 2px;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-pager ul li a {
  display: block;
  text-decoration: none;
  color: #00519F;
  padding: 5px 12px;
  font-size: 12px;
  transition: 0.2s;
  border-radius: 4px;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-pager ul li a.prev,
.wrap__sizai-body .wrap__sizai-cont .wrap-pager ul li a.next,
.wrap__sizai-body .wrap__sizai-cont .wrap-pager ul li a.current {
  color: #fff;
  background: #00519F;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-pager ul li a.current {
  pointer-events: none;
}
.wrap__sizai-body .wrap__sizai-cont .wrap-pager ul li a:hover {
  color: #fff;
  background: #3A9BF7;
}
/* 資材オーダー 追従カート */
.cart-box {
  display: block;
  width: 270px;
  min-height: 115px;
  padding: 10px;
  background: #fff;
  position: fixed;
  left: calc((100vw - 1024px) / 2 + 765px);
  bottom: 0px;
  border-radius: 4px;
  z-index: 6;
  box-shadow: 0px 4px 8px #00000080;
  overflow: auto;
}
@media screen and (max-width: 1023px) {
  .cart-box {
    width: auto;
    left: 20px;
    right: 20px;
  }
}
.cart-box .top {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background: #00165C;
  border-radius: 4px;
  text-decoration: none;
}
.cart-box .top::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 55%;
  transition: 0.2s;
}
.cart-box .top.open::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
}
.cart-box .top .count {
  padding: 5px;
  background: #fff;
  font-size: 12px;
  color: #00165C;
  margin-left: 16px;
}
.cart-box .top .count .num {
  padding: 0 4px;
  font-size: 18px;
  font-weight: 500 !important;
}
.cart-box .inner-accordion {
  display: none;
}
.cart-box .info {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #9F0000;
}
.cart-box form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cart-box form ul li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0;
}
.cart-box form ul li:last-child {
  padding-bottom: 60px;
}
.cart-box form ul li .title {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .cart-box form ul li .temp__wrap-select {
    flex-direction: row;
    max-width: none;
  }
  .cart-box form ul li .temp__wrap-select::before {
    top: 20px;
  }
  .cart-box form ul li .temp__wrap-select > label {
    display: block;
    margin: 10px 5px 0 0;
  }
}
.cart-box form ul li .temp__wrap-select .temp__select_01 {
  padding: 8px 50px 8px 8px;
  cursor: pointer;
}
.cart-box form ul li .flex {
  display: flex;
  justify-content: flex-end;
}
.cart-box #cart_box_submit {
  display: block;
  height: 40px;
  color: #fff;
  background: #00519F;
  border: 1px solid #00519F;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
}
.cart-box .remove {
  display: block;
  margin-left: 10px;
  padding: 10px 14px;
  width: 58px;
  font-size: 14px;
  text-decoration: none;
  color: #3A9BF7;
  border: 1px solid #3A9BF7;
  border-radius: 4px;
  transition: 0.2s;
}
.cart-box .remove:hover {
  color: #fff;
  border: 1px solid #00519F;
  background: #00519F;
}
.cart-box .submit-button {
  position: fixed;
  left: calc((100vw - 1024px) / 2 + 765px);
  bottom: 0;
  display: block;
  width: 270px;
  height: 53px;
  padding: 10px;
  background-color: #fff;
  padding-top: 5px;
  z-index: 6;
}
@media screen and (max-width: 1023px) {
  .cart-box .submit-button {
    width: auto;
    left: 20px;
    right: 20px;
  }
}
.cart-box .submit-button input {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cart-box .submit-button input {
    margin: 0 auto;
  }
}
/* 資材オーダー 確認画面 */
header.sizai-confirm {
  position: relative;
}
header.sizai-confirm .wrap-pc-header {
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 2px solid #00519F;
}
.attention__sizai-confirm {
  text-align: left;
  width: 50%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .attention__sizai-confirm {
    width: 100%;
  }
}
.wrap__sizai-confirm {
  justify-content: space-between;
}
.wrap__sizai-confirm .wrap__sizai-body {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-confirm .wrap__sizai-body {
    width: 100%;
  }
}
.wrap__sizai-confirm .wrap__sizai-cont {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-confirm .wrap__sizai-cont {
    width: 100%;
  }
}
.wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list .box-sizai-cont {
    border-right: none;
    border-left: none;
  }
}
.wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .left {
  max-width: 100% !important;
  width: calc(100% - 222px) !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .left {
    width: 100% !important;
  }
}
.wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right {
  justify-content: center !important;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right {
    width: 100% !important;
  }
}
.wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right .column {
  justify-content: flex-end !important;
}
.wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right .temp__wrap-select {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right .temp__wrap-select {
    display: inline-block;
  }
}
.wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right .temp__wrap-select.arrow::before {
  right: 27px;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right .temp__wrap-select.arrow::before {
    top: 20px;
  }
}
.wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right .temp__wrap-select .temp__select_01 {
  margin-left: 2px;
}
.wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right .cart-btn input[name=remove] {
  display: block;
  width: 60px;
  height: 42px;
  color: #00519F;
  background: #fff;
  border: 1px solid #00519F;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.wrap__sizai-confirm .wrap__sizai-cont .wrap-sizai-list form .right .cart-btn input[name=remove]:hover {
  color: #fff;
}
.wrap__sizai-confirm .order-address {
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #BFBFBF;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .wrap__sizai-confirm .order-address {
    margin-bottom: 0;
    border-right: none;
    border-left: none;
  }
}
.wrap__sizai-confirm .order-address li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .wrap__sizai-confirm .wrap_buttons_confirm {
    margin-bottom: 85px;
    width: 100%;
    text-align: center;
  }
}
.wrap__sizai-confirm .wrap_buttons_confirm input:not(:last-child) {
  margin-bottom: 10px;
}
footer.sizai-confirm {
  position: absolute;
  bottom: 0;
  background: #00519F;
  width: 100%;
}
.flex-center {
  width: 100%;
  display: flex;
  justify-content: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .registration-complete {
    padding: 0 180px;
  }
}
dl.information {
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  background-color: #eee;
  padding: 30px;
}
dl.information dt {
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 700 !important;
}
dl.information dd {
  font-size: 14px;
}
dl.information-2 {
  padding: 25px;
  border: solid 1px #BFBFBF;
  background-color: #eee;
}
dl.information-2 dt {
  margin-bottom: 15px !important;
  padding-left: 20px !important;
  font-weight: 500 !important;
  font-size: 16px;
}
dl.information-2 dt svg {
  position: relative;
  top: 4px;
  fill: #00519F;
}
dl.information-2 dd {
  font-size: 14px;
}
dl.information-3 {
  padding: 25px;
  border: solid 1px #BFBFBF;
  background-color: #eee;
}
dl.information-3 dt {
  margin-bottom: 15px !important;
  font-weight: 500 !important;
  font-size: 16px;
}
dl.information-3 dt svg {
  position: relative;
  top: 4px;
  fill: #00519F;
}
dl.information-3 dd {
  font-size: 14px;
}
dl.information-alert {
  padding: 25px;
  border: solid 1px #9F0000;
  background-color: #FEE;
  color: #9F0000;
}
dl.information-alert dt {
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  font-size: 16px;
}
dl.information-alert dd {
  font-size: 14px;
}
dl.information-alert dd > ul {
  margin-top: 10px !important;
  padding-left: 11px;
  list-style: none;
}
dl.information-alert dd > ul > li::before {
  content: '';
  position: relative;
  display: inline-block;
  top: -2px;
  left: -8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: solid 1px #9F0000;
  background: #9F0000;
}
dl.information-alert dd > ul li ul {
  list-style: none;
  padding-left: 24px;
}
dl.information-alert dd > ul li ul > li::before {
  content: '';
  position: relative;
  display: inline-block;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: solid 1px #9F0000;
  left: -8px;
}
ul.information-alert {
  padding: 20px 20px 20px 32px;
  border: solid 1px #9F0000;
  background-color: #FEE;
  color: #9F0000;
  font-size: 14px;
  list-style: none;
}
ul.information-alert > li::before {
  content: '';
  position: relative;
  display: inline-block;
  top: -2px;
  left: -8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: solid 1px #9F0000;
  background: #9F0000;
}
ul.information-alert li ul {
  list-style: none;
  padding-left: 24px;
}
ul.information-alert li ul > li::before {
  content: '';
  position: relative;
  display: inline-block;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: solid 1px #9F0000;
  left: -8px;
}
.medical__dl_List_tbl {
  font-size: 16px;
}
@media print, screen and (min-width: 1024px) {
  .medical__dl_List_tbl {
    font-size: 8px;
  }
}
.medical__dl_List_tbl span.icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.medical__dl_List_tbl .icon.pdf img {
  width: 24px;
  height: 24px;
  fill: #00519F;
}
.medical__dl_List_tbl .icon.blank-large img {
  width: 24px;
  height: 24px;
  fill: #00519F;
}
.medical__dl_List_tbl .icon.excel img {
  width: 24px;
  height: 24px;
  fill: #00519F;
}
.medical__dl_List_tbl .icon.down svg {
  width: 22px;
  height: 22px;
  fill: #00519F;
}
.medical__dl_List_tbl .icon.link img {
  width: 24px;
  height: 24px;
  fill: #00519F;
}
@media print, screen and (max-width: 767px) {
  .medical__dl_List_tbl .icon.pdf img {
    width: 4vw;
    height: 4vw;
  }
  .medical__dl_List_tbl .icon.blank-large img {
    width: 4vw;
    height: 4vw;
  }
  .medical__dl_List_tbl .icon.excel img {
    width: 4vw;
    height: 4vw;
  }
  .medical__dl_List_tbl .icon.down svg {
    width: 4vw;
    height: 4vw;
  }
  .medical__dl_List_tbl .icon.link img {
    width: 4vw;
    height: 4vw;
  }
}
.writing-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .writing-rl {
    font-size: 14px;
    line-height: 1.3;
  }
}
.medical__dl_info {
  padding: 0 16px;
}
.medical__dl_info .medical__info_in {
  margin: 0 auto 32px;
}
.medical__dl_info .medical__info_search {
  margin: 0 0 22px;
}
.medical__dl_List_tbl {
  padding: 0 16px 20px;
}
.medical__dl_List_tbl__in {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1150px;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.medical__dl_List_tbl table {
  width: 650px;
  border: 0;
}
.medical__dl_List_tbl table thead {
  background-color: #f4f4f4;
}
.medical__dl_List_tbl table thead th {
  padding: 5px 0 40px;
  /*font-size: 3.73333vw;*/
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 50px;
  border: 0;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.medical__dl_List_tbl table thead th:first-child {
  text-align: center;
  vertical-align: middle;
  width: 200px;
}
.medical__dl_List_tbl table thead th:last-child {
  border-right: 0;
}
.medical__dl_List_tbl table thead th .icon {
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.medical__dl_List_tbl table tbody {
  white-space: normal;
}
.medical__dl_List_tbl table tbody tr::before {
  display: inline-block;
}
.medical__dl_List_tbl table tbody tr:last-child th,
.medical__dl_List_tbl table tbody tr:last-child td {
  border-bottom: 1px solid #bfbfbf;
}
.medical__dl_List_tbl table tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.medical__dl_List_tbl table tbody th {
  padding: 10px 7px 10px 26px;
  /*font-size: 3.73333vw;*/
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  border: 0;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px dotted #bfbfbf;
  position: relative;
  z-index: 0;
}
.medical__dl_List_tbl table tbody th::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #00529f;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(0);
}
.medical__dl_List_tbl table tbody td {
  padding: 10px 7px;
  font-size: 3.73333vw;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px dotted #bfbfbf;
}
.medical__dl_List_tbl table tbody td:last-child {
  border-right: 0;
}
.medical__dl_List_tbl table tbody td .circle_blue {
  color: #00519f;
}
@media print, screen and (min-width: 768px) {
  .medical__dl_info .medical__info_in {
    margin: 0 auto;
  }
  .medical__dl_List_tbl__in {
    padding: 52px 64px;
  }
}
@media print, screen and (min-width: 768px) {
  .medical__dl_info .medical__info_search {
    margin: 0 0 22px;
    padding: 10px 50px 36px;
  }
  .medical__dl_List_tbl {
    padding: 0px 16px 60px;
  }
  .medical__dl_List_tbl table {
    width: 100%;
  }
  .medical__dl_List_tbl table thead th {
    padding: 16px 0 30px;
    width: 76px;
    height: 248px;
    font-size: 1.6em;
    font-weight: 700;
  }
  .medical__dl_List_tbl table thead th:first-child {
    width: 339px;
    font-size: 1.8em;
  }
  .medical__dl_List_tbl table thead th .icon {
    bottom: 13px;
  }
  .medical__dl_List_tbl table tbody th {
    width: 340px;
    font-size: 1.8em;
    font-weight: 400;
    text-align: left;
  }
  .medical__dl_List_tbl table tbody td {
    font-size: 1.8em;
  }
}
/* 医療関係者の皆様へ　＞　商品詳細 */
.medical_DL {
  margin: 0 auto 5px;
  padding: 15px;
}
.medical_DL_in {
  margin: 0 auto;
  padding: 15px;
  max-width: 1150px;
  background-color: #f4f4f4;
}
.medical_DL h1 {
  margin: 0;
  font-size: 4.8vw;
  font-weight: 700;
}
.medical_DL h1 .small {
  display: block;
  font-size: 2.93333vw;
  font-weight: 400;
}
.medical_DL .item_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.medical_DL .item_switcher li {
  margin: 0 10px 0 0;
  padding: 0;
  color: #333333;
  font-size: 4vw;
  cursor: pointer;
}
.medical_DL .item_switcher li.is-active {
  color: #00519f;
  font-weight: 700;
  border-bottom: 3px solid #00519f;
}
.medical_DL .item_switcher li:hover {
  opacity: 0.7;
}
.medical_DL .item_switcher.hidden {
  display: none;
}
.medical_DL .itemWrap {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.medical_DL .itemWrap.is-show {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.medical_DL .itemWrap .left {
  margin: 0 0 10px;
}
.medical_DL .itemWrap .main_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 20px;
  background-color: #fff;
}
.medical_DL .itemWrap .main_img img {
  margin: 0;
  width: 100%;
}
.medical_DL .itemWrap .thumbWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.medical_DL .itemWrap .thumbWrap li {
  -ms-flex: 0 0 24%;
  -webkit-box-flex: 0;
  flex: 0 0 24%;
  max-width: 24%;
  margin-right: 1%;
}
.medical_DL .itemWrap .thumbWrap li:nth-of-type(4n) {
  margin-right: 0;
}
.medical_DL .itemWrap .thumbWrap li figure {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  padding: 10px;
  height: 16vw;
  background-color: #fff;
  position: relative;
}
.medical_DL .itemWrap .thumbWrap li figcaption {
  font-size: 3.46667vw;
  text-align: center;
}
.medical_DL .itemWrap .dl_list li {
  padding: 6px 0;
  border-bottom: 1px dotted #777777;
}
.medical_DL .itemWrap .dl_list li:last-child {
  border: 0;
}
.medical_DL .itemWrap .dl_list li a {
  display: inline-block;
  margin-left: 16px;
  text-indent: -16px;
  font-size: 3.46667vw;
}
.medical_DL .itemWrap .dl_list li .small {
  font-size: 80%;
}
.medical_DL .itemWrap .dl_list li .icon {
  margin-right: 4px;
}
.medical_DL__table {
  margin: 0;
  background-color: #fff;
}
.medical_DL__table th,
.medical_DL__table td {
  padding: 10px 0 10px 12px;
  font-size: 3.2vw;
  font-weight: 400;
  border-bottom: 1px dotted #777777;
}
.medical_DL__table th {
  width: 40%;
  text-align: left;
  background-color: #e5e5e5;
}
.medical_DL__table2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  border-top: 1px solid #bfbfbf;
}
.medical_DL__table2 dt,
.medical_DL__table2 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 9px 0 10px 12px;
  font-size: 3.2vw;
  font-weight: 400;
  border-top: 1px dotted #777777;
}
.medical_DL__table2 dt:nth-of-type(1),
.medical_DL__table2 dd:nth-of-type(1) {
  border: 0;
}
.medical_DL__table2 dt {
  -ms-flex: 0 0 52%;
  -webkit-box-flex: 0;
  flex: 0 0 52%;
  max-width: 52%;
  text-align: left;
  background-color: #e5e5e5;
}
.medical_DL__table2 dd {
  -ms-flex: 0 0 48%;
  -webkit-box-flex: 0;
  flex: 0 0 48%;
  max-width: 48%;
}
.medical_DL .codeWrap h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #333333;
  font-size: 4.8vw;
  font-weight: 500;
  background: none;
  border: 0;
}
.medical_DL .codeWrap .codeItem {
  margin: 0 0 18px;
}
.medical_DL .codeWrap .codeItem_ttl {
  padding: 9px 8px;
  color: #00519f;
  font-size: 3.73333vw;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.medical_DL .codeWrap .codeItem_ttl::before,
.medical_DL .codeWrap .codeItem_ttl::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #00519f;
  position: absolute;
  top: 50%;
  right: 8px;
}
.medical_DL .codeWrap .codeItem_ttl::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.medical_DL .codeWrap .codeItem_ttl::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.medical_DL .codeWrap .codeItem_ttl.open::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.medical_DL .codeWrap .codeItem_ttl.open::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.medical_DL .codeWrap .codeItem_cont {
  display: none;
}
.medical_DL .codeWrap .codeItem_cont.is-cutrrent {
  display: block;
}
.block02 {
  margin: 0 0 10px;
  padding: 12px 0;
}
.block03 {
  padding: 0 0 10px;
}
.block04 {
  padding: 0 0;
}
.block04 .medical__info_search {
  margin: 0;
  padding: 15px 24px;
}
@media print, screen and (min-width: 768px) {
  .medical_DL {
    padding: 15px;
  }
  .medical_DL_in {
    padding: 15px;
  }
  .medical_DL h1 {
    margin: 0;
    font-size: 2.6em;
  }
  .medical_DL h1 .small {
    font-size: 61.5%;
  }
  .medical_DL .item_switcher li {
    font-size: 2em;
  }
  .medical_DL .itemWrap .thumbWrap li figcaption {
    margin-top: 8px;
    height: 87px;
    font-size: 2em;
  }
  .medical_DL .itemWrap .dl_list li a {
    margin-left: 42px;
    padding: 8px 4px;
    font-size: 2em;
    text-indent: -42px;
  }
  .medical_DL .itemWrap .dl_list li a .icon {
    margin-right: 20px;
  }
  .medical_DL__table th,
  .medical_DL__table td {
    padding: 7px 0 7px 12px;
    font-size: 2em;
  }
  .medical_DL__table th {
    width: 27%;
  }
  .medical_DL__table2 dt,
  .medical_DL__table2 dd {
    padding: 10px 0 10px 12px;
    font-size: 2em;
    line-height: 1.5;
  }
  .medical_DL__table2 dt:nth-of-type(1),
  .medical_DL__table2 dt:nth-of-type(2),
  .medical_DL__table2 dd:nth-of-type(1),
  .medical_DL__table2 dd:nth-of-type(2) {
    border: 0;
  }
  .medical_DL__table2 dt {
    -ms-flex: 0 0 22%;
    -webkit-box-flex: 0;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .medical_DL__table2 dd {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    flex: 0 0 28%;
    max-width: 28%;
    background-color: #FFF;
  }
  .medical_DL__table2 dt:nth-of-type(1),
  .medical_DL__table2 dt:nth-of-type(3),
  .medical_DL__table2 dt:nth-of-type(5),
  .medical_DL__table2 dt:nth-of-type(7),
  .medical_DL__table2 dt:nth-of-type(9) {
    border-left: 1px solid #bfbfbf;
  }
  .medical_DL__table2 dd:nth-of-type(2),
  .medical_DL__table2 dd:nth-of-type(4),
  .medical_DL__table2 dd:nth-of-type(6),
  .medical_DL__table2 dd:nth-of-type(8),
  .medical_DL__table2 dd:nth-of-type(9) {
    border-right: 1px solid #bfbfbf;
  }
  .medical_DL__table2 dt:nth-of-type(8),
  .medical_DL__table2 dd:nth-of-type(8),
  .medical_DL__table2 dt:nth-of-type(9),
  .medical_DL__table2 dd:nth-of-type(9) {
    border-bottom: 1px solid #bfbfbf;
  }
  .medical_DL .codeWrap h3 {
    margin: 0 0 26px;
    padding: 0;
    color: #333333;
    font-size: 2.6em;
    font-weight: 500;
    background: none;
    border: 0;
  }
  .medical_DL .codeWrap .codeItem {
    margin: 0 0 34px;
    padding: 0;
  }
  .medical_DL .codeWrap .codeItem_ttl {
    font-size: 2.2em;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
  }
  .medical_DL .codeWrap .codeItem_ttl::before,
  .medical_DL .codeWrap .codeItem_ttl::after {
    right: 17px;
  }
  .medical__info_search {
    margin: 0;
    padding: 10px 50px 56px;
  }
  .block03 {
    display: block;
    padding: 0 0 20px;
  }
  .block04 .medical__info_search {
    padding: 15px 50px 48px;
  }
}
@media print, screen and (min-width: 1024px) {
  .medical_DL_in {
    margin: 0 auto 60px;
    padding: 42px 63px 60px;
  }
  .medical_DL .itemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .medical_DL .itemWrap .left {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .medical_DL .itemWrap .right {
    -ms-flex: 0 0 49%;
    -webkit-box-flex: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .medical_DL .itemWrap .main_img {
    height: 352px;
  }
  .medical_DL .itemWrap .thumbWrap li figure {
    height: 90px;
  }
  .medical_DL .itemWrap .thumbWrap .dl_list li {
    padding: 0;
  }
  .block01 {
    margin: 0 0 20px;
  }
  .block02 {
    margin: 0 0 30px;
  }
}
/* 2019/10/23 追記 */
.mayaku__block01 {
  padding-bottom: 30px;
}
.mayaku__block01 .titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mayaku__block01 .titleWrap ul {
  margin: 20px auto 10px;
  font-weight: 700;
  font-size: 3.73333vw;
}
.mayaku__block01 .titleWrap ul li {
  padding: 0 3px;
}
.mayaku__block01 .sidousen_ttl {
  font-size: 2.4vw;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.mayaku__block03 {
  margin-bottom: 20px;
}
.mayaku__block03 h3 {
  font-weight: 500;
  font-size: 4.8vw;
}
.mayaku__block03 .dl_list li {
  padding: 6px 0;
  border-bottom: 1px dotted #777777;
}
.mayaku__block03 .dl_list li:last-child {
  border: 0;
}
.mayaku__block03 .dl_list li a {
  display: inline-block;
  margin-left: 16px;
  text-indent: -16px;
  font-size: 3.46667vw;
}
.mayaku__block03 .dl_list li .small {
  font-size: 80%;
}
.mayaku__block03 .dl_list li .icon {
  margin-right: 4px;
}
@media print, screen and (min-width: 768px) {
  .mayaku__block01 .titleWrap ul {
    margin: 0 0 10px;
    font-size: 1.3em;
  }
  .mayaku__block01 .sidousen_ttl {
    padding-bottom: 10px;
    font-size: 2.4em;
  }
  .mayaku__block03 h3 {
    font-size: 2.6em;
  }
  .mayaku__block03 .dl_list li a {
    margin-left: 42px;
    padding: 8px 4px;
    font-size: 2em;
    text-indent: -42px;
  }
  .mayaku__block03 .dl_list li a .icon {
    margin-right: 20px;
  }
}
.medical__dl_List_tbl {
  padding: 0;
}
.medical__dl_List_tbl__in {
  -ms-overflow-x: hidden;
}
.medical__dl_List_tbl__in table tbody a {
  text-decoration: none;
}
.medical__dl_List_tbl__in table tbody a:hover {
  text-decoration: underline;
}
.medical__dl_List_tbl__in table tbody th a {
  color: #000;
}
.medical__dl_List_tbl__in table tbody td a {
  color: #00519F;
}
@media print, screen and (min-width: 769px) {
  .medical__dl_List_tbl__in {
    padding: 0;
  }
  .medical__dl_List_tbl {
    padding: 0;
  }
}
.medical__fentos {
  margin: 40px auto;
  padding: 24px 0px;
  max-width: 1150px;
  border: 1px solid #bfbfbf;
}
.medical__fentos h3 {
  margin-bottom: 22.5px;
  font-size: 4.8vw;
  text-align: center;
  color: #00519f;
  font-weight: normal;
}
.medical__fentos_link {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}
.medical__fentos_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.medical__fentos_link ul li {
  max-width: 480px;
  width: 100%;
}
.medical__fentos_link ul li:first-child {
  margin-bottom: 20px;
}
.medical__fentos_link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 60px;
  margin-bottom: 10px;
  font-size: 4vw;
  font-weight: bold;
}
.medical__fentos_link ul li a.b_blue {
  color: #00519f;
  background-color: #cee8f5;
  line-height: 1.5;
}
.medical__fentos_link ul li a.b_orange {
  color: #ec6c01;
  background-color: #f3d8bd;
}
.medical__fentos_link ul li a .learning {
  margin-right: 16px;
  width: 33px;
  height: 32px;
  background: url(/assets/img/common/icon_learning.png) no-repeat;
  background-size: contain;
}
.medical__fentos_link ul li a .doctor {
  margin-right: 16px;
  width: 30px;
  height: 41px;
  background: url(/assets/img/common/icon_doctor.png) no-repeat;
  background-size: contain;
}
.medical__fentos_link ul li p {
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .medical__fentos {
    margin: 40px auto 17px;
    padding: 70px 0px 60px;
  }
  .medical__fentos h3 {
    margin-bottom: 45px;
    font-size: 3.6em;
  }
  .medical__fentos_link {
    max-width: 1024px;
    margin: 0 auto;
  }
  .medical__fentos_link ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medical__fentos_link ul li a {
    height: 100px;
    margin-bottom: 20px;
    font-size: 2.4em;
    line-height: 1.5;
  }
  .medical__fentos_link ul li a .learning {
    width: 57px;
    height: 55px;
  }
  .medical__fentos_link ul li a .doctor {
    width: 54px;
    height: 69px;
  }
  .medical__fentos_link ul li p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .medical__fentos {
    padding: 20px 0px;
  }
}
.medical__fentos h3 {
  font-size: 17px;
}
.medical__fentos_link ul {
  padding: 0;
  margin: 0;
}
.medical__fentos_link ul li {
  max-width: 450px;
  list-style: none;
  margin: 0 auto;
}
.medical__fentos_link ul li a {
  font-size: 15px;
  text-decoration: none;
}
.medical__fentos_link ul li p {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .medical__fentos {
    max-width: 1024px;
    margin: 20px auto;
    padding: 20px 0px 10px;
  }
  .medical__fentos h3 {
    font-size: 29px;
    margin-bottom: 25px;
  }
  .medical__fentos_link ul {
    padding: 0 28px;
  }
  .medical__fentos_link ul li a {
    font-size: 19px;
    height: 90px;
  }
  .medical__fentos_link ul li p {
    font-size: 15px;
  }
}
.medical__fentos_link svg {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
.contact-product a {
  color: #00519F;
  position: relative;
  text-decoration: none;
}
.contact-product a.external svg {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  fill: #00519F;
}
.contact-product a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #00519F;
  right: -15px;
  position: absolute;
  top: 53%;
  margin-top: -4px;
  transition: 0.2s;
}
.contact-product a:hover {
  text-decoration: underline;
}
.contact-order a {
  color: #00519F;
}
.contact-warning {
  padding: 20px;
  border: 1px solid #00519F;
}
@media screen and (max-width: 767px) {
  .contact-warning {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.contact-warning h2 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-warning h2 {
    font-size: 24px;
  }
}
.contact-warning ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 2em;
}
.contact-btn {
  width: 520px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    display: block;
    width: 100%;
  }
}
.contact-btn a:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact-btn a:first-child {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.contact-btn a {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact-btn a {
    margin: 0 auto;
  }
}
.contact-page-mr-btn {
  position: relative;
  width: 400px;
  height: 60px;
  margin: 20px auto 0;
  background: #00519F;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .contact-page-mr-btn {
    width: 100%;
  }
}
.contact-page-mr-btn::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 35px;
  margin-top: -3px;
  transition: 0.2s;
}
.contact-page-mr-btn:hover {
  border: 2px solid #00519F;
  background: #fff;
}
.contact-page-mr-btn:hover::before {
  border-color: #00519F;
}
.contact-page-mr-btn .contact-page-mr-btn-link {
  color: #fff;
  text-decoration: none;
}
.contact-page-mr-btn .contact-page-mr-btn-link:hover {
  color: #00519F;
}
.contact-page-mr-btn .contact-page-mr-btn-link span {
  display: block;
  margin: 0 28%;
  padding: 15px 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contact-page-mr-btn .contact-page-mr-btn-link span {
    font-size: 18px;
    margin: 0 27%;
  }
}
.contact-page-mr-btn-reg {
  text-align: center;
  padding-top: 10px;
}
.contact-page-mr-btn-reg .contact-page-mr-btn-reg-link {
  color: #00519F;
  text-decoration: none;
}
.contact-page-mr-btn-reg .contact-page-mr-btn-reg-link:hover {
  text-decoration: underline;
}
main.l-main .margin-sp {
  margin-left: 0;
  margin-right: 0;
}
main.l-main .p-tdds__mv figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__mv figure {
    margin-bottom: 0;
  }
}
main.l-main .p-tdds__mv p {
  padding: 25px 20px 28px 25px;
  background-color: #EEF7FF;
}
main.l-main .p-tdds__mv p span {
  color: #1B957A;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__section--patch,
  main.l-main .p-tdds__section--systemic,
  main.l-main .p-tdds__section--movie,
  main.l-main .p-tdds__section--pamphlet {
    margin-right: 20px;
    margin-left: 20px;
  }
}
main.l-main .p-tdds__section--movie ul.mod__ul-2column-center li {
  width: 497px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__section--movie ul.mod__ul-2column-center li {
    width: 100%;
  }
}
main.l-main .p-tdds__section--movie ul.mod__ul-2column-center li:first-child {
  margin: 0 30px 40px 0;
}
main.l-main .p-tdds__section--movie ul.mod__ul-2column-center h3 {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  main.l-main .p-tdds__section--movie ul.mod__ul-2column-center h3 {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
}
main.l-main .p-tdds__section--movie ul.mod__ul-2column-center .tdds__movie .movie-mainStream {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
main.l-main .p-tdds__section--movie ul.mod__ul-2column-center .tdds__movie .movie-mainStream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.l-main .p-tdds__section--movie ul.mod__ul-2column-center .tdds__movie-txt {
  font-size: 14px;
}
main.l-main .p-tdds__section--movie ul.mod__ul-2column-center .tdds__movie-txt dt {
  font-size: 20px;
  color: #00519F;
}
main.l-main .p-tdds__section--patch ul,
main.l-main .p-tdds__section--systemic ul {
  padding: 10px;
}
main.l-main .p-tdds__section--patch ul li,
main.l-main .p-tdds__section--systemic ul li {
  position: relative;
  padding-left: 7px;
  padding-bottom: 8px;
}
main.l-main .p-tdds__section--patch ul li::after,
main.l-main .p-tdds__section--systemic ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -0.5em;
  width: 8px;
  height: 8px;
  background: url(/assets/img/tdds/svg/ico_list-disk.svg) no-repeat;
}
main.l-main .p-tdds__sectionTxt dt span {
  padding: 0 2px;
  background: #00519F;
  margin-right: 11px;
}
main.l-main .p-tdds__sectionImg img {
  border: 1px solid #E1E1E1;
}
@media screen and (min-width: 1024px) {
  main.l-main .p-tdds__sectionImg.twoColumn {
    width: 50%;
  }
}
main.l-main .p-tdds__sectionPatchBox {
  display: flex;
  border: 1px solid #E1E1E1;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionPatchBox {
    flex-direction: column;
  }
}
main.l-main .p-tdds__sectionPatchBox p {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF7FF;
  border-right: 1px solid #E1E1E1;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionPatchBox p {
    width: 100%;
    padding: 3vw;
    border-bottom: 1px solid #E1E1E1;
  }
}
main.l-main .p-tdds__sectionPatchBox ul {
  width: 70%;
  padding: 10px 20px;
}
main.l-main .p-tdds__sectionPatchBox ul :last-child {
  width: 81%;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionPatchBox ul {
    width: 100%;
  }
}
main.l-main .p-tdds__sectionPatchBox figure {
  width: 20%;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionPatchBox figure {
    width: 100%;
    padding: 0 20vw;
  }
}
main.l-main .p-tdds__sectionPatchTxt {
  text-align: right;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionPatchTxt {
    text-align-last: right;
    text-align: left;
    text-align: justify;
  }
}
main.l-main .p-tdds__sectionSystemic {
  display: flex;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionSystemic {
    flex-direction: column;
  }
}
main.l-main .p-tdds__sectionSystemic dl.p-tdds__sectionTxt {
  width: 100%;
}
main.l-main .p-tdds__sectionSystemic dl.p-tdds__sectionTxt p {
  color: #00519F;
}
@media screen and (min-width: 1024px) {
  main.l-main .p-tdds__sectionSystemic dl.p-tdds__sectionTxt.twoColumn {
    width: 50%;
  }
}
main.l-main .p-tdds__sectionPoint {
  padding: 30px 40px 30px 62px;
  background-color: #EEF7FF;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionPoint {
    padding: 6vw 8vw;
  }
}
main.l-main .p-tdds__sectionPoint dt {
  font-size: 26px;
  color: #00519F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionPoint dt {
    font-size: 5.5vw;
  }
}
main.l-main .p-tdds__sectionPoint dt img {
  margin: 0 auto;
}
main.l-main .p-tdds__sectionPoint dd {
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionPoint dd {
    margin-left: 6vw;
  }
}
main.l-main .p-tdds__sectionPoint dd::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  width: 18px;
  height: 13px;
  border-left: 4px solid #3A9BF7;
  border-bottom: 4px solid #3A9BF7;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  main.l-main .p-tdds__sectionPoint dd::after {
    top: 0.5em;
    left: -1.2em;
    width: 4vw;
    height: 2vw;
  }
}
/* ↓ 「ARTにおける凍結融解胚移植とホルモン補充療法」ページここから ↓ */
main.l-main .margin-sp {
  margin-left: 0;
  margin-right: 0;
}
main.l-main .bg-light {
  background-color: #EEF7FF;
  margin-right: 5px;
  padding: 4px 10px;
}
main.l-main .p-est__section {
  color: #616161;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__section {
    margin-right: 20px;
    margin-left: 20px;
  }
}
main.l-main .p-est__sectionAnchorLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
main.l-main .p-est__sectionAnchorLink li {
  line-height: 1.5;
  width: auto;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionAnchorLink li {
    width: 100%;
  }
}
main.l-main .p-est__sectionAnchorLink li a {
  display: block;
  background: #FEF4F3;
  color: #616161;
  margin-top: 20px;
  margin-right: 12px;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionAnchorLink li a {
    padding: 0;
    margin-right: 0;
  }
}
main.l-main .p-est__sectionTxt dt span {
  padding: 0 2px;
  background: #00519F;
  margin-right: 11px;
}
main.l-main .p-est__sectionImg img {
  padding: 10px 100px;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionImg img {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  main.l-main .p-est__sectionImg.twoColumn {
    width: 50%;
  }
}
main.l-main .p-est__sectionFreezethawed {
  padding: 30px 22px;
  background-color: #F9EBEB;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionFreezethawed {
    padding: 6vw 5vw;
  }
}
main.l-main .p-est__sectionPeriod {
  display: flex;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionPeriod {
    flex-direction: column;
  }
}
main.l-main .p-est__sectionPeriod dl.p-est__sectionTxt {
  width: 100%;
}
main.l-main .p-est__sectionPeriod dl.p-est__sectionTxt p {
  color: #00519F;
}
main.l-main .p-est__sectionPeriod .p-est__sectionImg img {
  padding: 90px 50px 50px 10px;
  max-width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionPeriod .p-est__sectionImg img {
    padding: 1vw 5vw;
  }
}
main.l-main .p-est__sectionSkincareTxt {
  padding-left: 3em;
  text-indent: -3em;
}
main.l-main .p-est__sectionSkincare .pointPink {
  color: #F29CA6;
}
main.l-main .p-est__sectionSkincare .pointPink span {
  color: #616161;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionSkincare .pointPink span {
    padding-left: 0;
  }
}
main.l-main .p-est__sectionSkincare .twoColumn dd {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionSkincare .twoColumn dd {
    flex-direction: column;
  }
}
main.l-main .p-est__sectionSkincare .twoColumn dd .p-est__sectionImg {
  width: 33%;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionSkincare .twoColumn dd .p-est__sectionImg {
    width: 100%;
  }
}
main.l-main .p-est__sectionSkincare .twoColumn dd .p-est__sectionImg img {
  padding: 10px 40px;
  max-width: 335px;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__sectionSkincare .twoColumn dd .p-est__sectionImg img {
    max-width: 100%;
  }
}
main.l-main .p-est__sectionSkincare ul {
  padding: 10px;
}
main.l-main .p-est__sectionSkincare ul li {
  position: relative;
  padding-left: 7px;
  padding-bottom: 8px;
}
main.l-main .p-est__sectionSkincare ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -0.5em;
  width: 8px;
  height: 8px;
  background: url(/assets/img/tdds/svg/ico_list-disk.svg) no-repeat;
}
main.l-main .p-est__section .mod__ul-4column li .classification {
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__section .mod__ul-4column li {
    width: calc(100% - (20px*1));
  }
}
main.l-main .p-est__section .mod__ul-4column li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #00519F;
}
main.l-main .p-est__section .mod__ul-4column li a .title:hover {
  text-decoration: underline;
}
main.l-main .p-est__section .mod__ul-4column li a .button {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  main.l-main .p-est__section .mod__ul-4column li a .button {
    margin-top: 0;
  }
}
main.l-main .p-est__section .mod__ul-4column li a .button .mod__btn-small-white {
  width: 194px;
  height: 42px;
  border-radius: 50px;
}
main.l-main .p-est__section .mod__ul-4column li a .button .mod__btn-small-white.arrow::before {
  right: 20px;
}
main.l-main .p-est__section .mod__ul-4column li a .button .download {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.l-main .p-est__section .mod__ul-4column li a .button .download span {
  width: auto;
  height: auto;
  padding-right: 5px;
}
main.l-main .p-est__section .mod__ul-4column li a .button .download span svg {
  vertical-align: text-top;
  fill: #00519F;
}
main.l-main .p-est__section .mod__ul-4column li a .button .download:hover:not(.inactive) svg {
  fill: #fff;
}
/* ↑ 「ARTにおける凍結融解胚移植とホルモン補充療法」ページここまで */
/* ↓ 「産婦人科 主訴・症状から考える診断コンパクトガイド」ページここから ↓ */
.p-compactguide__mv {
  display: inline-block;
  position: relative;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .p-compactguide__mv {
    margin: 20px auto;
  }
}
.p-compactguide__wrap {
  display: flex;
}
.p-compactguide__wrap ul {
  list-style: none;
  padding-left: 0;
}
.p-compactguide__wrap ul:first-child {
  width: calc(100% - 274px);
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul:first-child {
    width: 100%;
  }
}
.p-compactguide__wrap ul li svg {
  fill: #00519F;
}
.p-compactguide__wrap ul li div {
  position: relative;
}
.p-compactguide__wrap ul li div.text {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li div.text {
    font-size: 14px;
    margin-left: 15px;
    letter-spacing: -0.03rem;
  }
}
.p-compactguide__wrap ul li div > svg {
  position: absolute;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li div > svg {
    width: 16px;
    height: 16px;
  }
}
.p-compactguide__wrap ul li.image {
  height: 137px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.image {
    display: flex;
    justify-content: center;
  }
}
.p-compactguide__wrap ul li.detail {
  flex: 1;
}
.p-compactguide__wrap ul li.detail dd:not(:first-child) {
  margin-top: 8px;
}
.p-compactguide__wrap ul li.detail .cal-buttons {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.detail .cal-buttons {
    display: block;
  }
}
.p-compactguide__wrap ul li.detail .cal-buttons li {
  margin: 0 6px 6px 0;
}
.p-compactguide__wrap ul li.detail .cal-buttons li a.cal {
  width: 137px;
  height: 25px;
  text-align: center;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-compactguide__wrap ul li.detail .cal-buttons li a.cal:hover:not(.inactive) {
  border: 1px solid #00519f;
  color: #fff;
  background: #00519f;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.detail .cal-buttons li a.cal {
    width: 100%;
  }
}
.p-compactguide__wrap ul li.abstract h3 {
  border-left: 4px solid #00519F;
  padding-left: 11px;
}
.p-compactguide__wrap ul li.buttons {
  position: relative;
  padding: 25px 80px;
  background-color: #f0f0f0;
  width: calc(100% - 50px);
}
@media screen and (max-width: 1023px) {
  .p-compactguide__wrap ul li.buttons {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.buttons {
    width: 100%;
    padding: 20px;
  }
}
.p-compactguide__wrap ul li.buttons > div {
  display: flex;
  justify-content: space-between;
}
.p-compactguide__wrap ul li.buttons > div a {
  margin: 0;
}
.p-compactguide__wrap ul li.buttons > div a:first-child {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.buttons > div a:first-child {
    margin: 0;
  }
}
.p-compactguide__wrap ul li.buttons p {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.buttons p {
    flex-wrap: wrap;
  }
}
.p-compactguide__wrap ul li.buttons p a.anchor-1-arrow:first-child {
  margin-right: 10px;
}
.p-compactguide__wrap ul li.buttons p a.anchor-1-arrow:after {
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.buttons p a.anchor-1-arrow {
    width: 100%;
  }
}
.p-compactguide__wrap ul li.buttons button {
  position: relative;
  margin: 0;
}
.p-compactguide__wrap ul li.buttons button:first-child {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.buttons button:first-child {
    margin: 0;
  }
}
.p-compactguide__wrap ul li.buttons button > div {
  display: inline;
}
.p-compactguide__wrap ul li.buttons button svg {
  position: absolute;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.buttons button svg {
    top: 7px;
    left: -3px;
    width: 15px;
    height: 15px;
  }
}
.p-compactguide__wrap ul li.buttons button:hover svg {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul li.buttons > div {
    display: flex;
    justify-content: center;
  }
  .p-compactguide__wrap ul li.buttons a,
  .p-compactguide__wrap ul li.buttons button {
    width: 135px;
  }
  .p-compactguide__wrap ul li.buttons button.close {
    line-height: 18px;
    font-size: 14px;
  }
}
.p-compactguide__wrap ul li.buttons .attention {
  display: block;
  padding: 0;
}
.p-compactguide__wrap ul li.buttons .attention li {
  margin: 8px 0;
  padding-left: 1em;
}
.p-compactguide__wrap ul li.buttons .attention li:before {
  content: '※';
  margin-left: -1em;
}
@media screen and (min-width: 768px) {
  .p-compactguide__wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
  }
  .p-compactguide__wrap ul li {
    margin-right: 50px;
  }
  .p-compactguide__wrap ul li:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul {
    width: 100%;
    padding-left: 0;
  }
  .p-compactguide__wrap ul:not(:first-child) {
    display: none;
  }
  .p-compactguide__wrap ul li:not(:first-child) {
    margin-top: 20px;
  }
}
.p-compactguide__wrap .movie-pickup {
  width: 274px;
  height: max-content;
  background-color: #EEF7FF;
  padding: 12px 12px 20px;
}
.p-compactguide__wrap .movie-pickup .icon_movie {
  fill: #00519F;
  padding-right: 5px;
}
.p-compactguide__wrap .movie-pickup li {
  width: 244px;
  margin: 12px 0 0 0;
}
.p-compactguide__wrap .movie-pickup li a.mod__block_11 {
  width: 100%;
  height: 100%;
}
.p-compactguide__wrap .movie-pickup li a.mod__block_11 div.image {
  min-height: 0%;
}
.p-compactguide__wrap .movie-pickup li a.mod__block_11 div.image img {
  width: 244px;
  height: 137px;
  margin-bottom: 0;
}
.p-compactguide__wrap .movie-pickup li a.mod__block_11 div.desc dl {
  margin: 6px;
  padding: 0;
}
.p-compactguide__wrap .movie-pickup li a.mod__block_11 div.desc dl dt {
  max-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  word-break: break-all;
  max-height: 34px !important;
  height: auto !important;
  margin-bottom: 0;
}
.p-compactguide__wrap .movie-pickup li a.mod__block_11 div.desc dl dt:before,
.p-compactguide__wrap .movie-pickup li a.mod__block_11 div.desc dl dt:after {
  background: #fff;
  position: absolute;
}
.p-compactguide__wrap .movie-pickup li a.mod__block_11 div.desc dl dt::before {
  content: " …";
  top: 18px;
  right: 0;
}
.p-compactguide__wrap .movie-pickup li a.mod__block_11 div.desc dl dt::after {
  content: "";
  height: 100%;
  width: 100%;
}
.p-compactguide__wrap .movie-pickup li a.mod__block_11 div.desc dl dt::before {
  bottom: 0;
}
.p-compactguide__wrap div.date {
  padding-left: 26px;
}
.p-compactguide__wrap button.close,
.p-compactguide__wrap button.close:hover {
  background-color: #BFBFBF;
  border-color: #707070;
  color: #fff;
  cursor: initial;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap button.close,
  .p-compactguide__wrap button.close:hover {
    font-size: 14px !important;
  }
}
.p-compactguide__wrap ul.top {
  margin: 16px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul.top {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap ul:not(:first-child) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-compactguide__wrap .movie-pickup {
    display: none !important;
  }
}
.p-compactguide__section {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .p-compactguide__section {
    margin: 0 !important;
  }
}
.p-compactguide__section .p-compactguide__mv {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__section .p-compactguide__mv {
    margin: 0 auto 10px;
  }
}
.p-compactguide__section .p-compactguide__mv--commentary {
  margin: 0 auto 20px;
}
.p-compactguide__section .p-compactguide__btn a {
  position: absolute;
  top: 43%;
  right: 2%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-compactguide__section .p-compactguide__btn a {
    top: 45%;
    right: 0;
    left: 0;
    width: 60%;
    margin: 0 auto;
  }
}
.p-compactguide__section .p-compactguide__btn a:last-child {
  top: 57%;
}
@media screen and (max-width: 767px) {
  .p-compactguide__section .p-compactguide__btn a:last-child {
    top: 54%;
  }
}
@media screen and (max-width: 767px) {
  .p-compactguide__section--comment {
    margin: 20px 0 !important;
  }
}
.p-compactguide__section--comment dt {
  color: #00519F;
  background-color: #f0f0f0;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__section--comment dt {
    text-align: center;
    padding: 10px 20px 0 20px;
  }
}
.p-compactguide__sectionComment dl {
  display: flex;
  flex-direction: row-reverse;
  border: #f0f0f0 20px solid;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionComment dl {
    display: block;
    padding: 20px 10px;
    border: #f0f0f0 10px solid;
  }
}
.p-compactguide__sectionComment dl dd:first-child {
  max-width: 156px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionComment dl dd:first-child {
    max-width: 100%;
  }
}
.p-compactguide__sectionComment dl dd:first-child p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionComment dl dd:first-child p {
    text-align: center;
  }
}
.p-compactguide__sectionComment dl dd:last-child {
  width: calc(100% - 200px);
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionComment dl dd:last-child {
    width: 100%;
  }
}
.p-compactguide__sectionComment dl img {
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionComment dl img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-compactguide__section--search {
    padding-bottom: 20px;
  }
}
.p-compactguide__section--search dl dt {
  color: #00519F;
}
.p-compactguide__section--search dl dt:first-child {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__section--search dl .readmore__sponly .readmore-label {
    display: block;
    width: 100%;
    height: 30px;
    color: #ffffff;
    background: #00519F;
    top: 10px;
    right: 0;
  }
  .p-compactguide__section--search dl .readmore__sponly .readmore-label:before {
    content: '';
    z-index: 10;
    width: 10px;
    height: 10px;
    top: 13px;
    left: 167px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.2s;
  }
  .p-compactguide__section--search dl .readmore__sponly .readmore-check:checked ~ .readmore-label:before {
    content: '';
    top: 17px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-compactguide__section--search dl .readmore__sponly .readmore-content {
    height: 0;
  }
  .p-compactguide__section--search dl .readmore__sponly .readmore-content > li {
    border-bottom: 1px solid #ccc;
  }
  .p-compactguide__section--search dl .readmore__sponly .readmore-content .menu_contents li {
    width: 100% !important;
    font-size: 14px;
    margin: 0 !important;
    padding: 10px 0 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .p-compactguide__section--search dl .readmore__sponly .readmore-content .menu_contents li:first-child {
    border-top: 1px solid #ccc;
  }
  .p-compactguide__section--search dl .readmore__sponly .readmore-content .menu_contents li a {
    display: inline-block;
    width: 100% !important;
    height: auto!important;
    color: #00519F;
    text-decoration: none;
    background: #ffffff !important;
    padding: 7px 0 0 0 !important;
  }
}
.p-compactguide__section--search dl .readmore-content {
  position: relative;
}
.p-compactguide__section--search dl .readmore-content .menu_list {
  display: block;
  position: relative;
}
.p-compactguide__section--search dl .readmore-content .menu_list .mod__btn:hover:not(.inactive) {
  color: #00519F;
  background: #EEF7FF;
}
@media screen and (min-width: 768px) {
  .p-compactguide__section--search dl .readmore-content .menu_list:hover .menu_contents {
    display: block !important;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .p-compactguide__section--search dl .readmore-content .menu_contents {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    z-index: 10;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .p-compactguide__section--search dl .readmore-content .menu_contents li {
    width: 100% !important;
    font-size: 14px;
    margin: 0 !important;
  }
  .p-compactguide__section--search dl .readmore-content .menu_contents li a {
    display: inline-block;
    width: 100% !important;
    height: auto!important;
    color: #00519F;
    text-decoration: none;
    background: #ffffff !important;
    padding: 7px 0!important;
  }
  .p-compactguide__section--search dl .readmore-content .menu_contents li a:hover {
    color: #ffffff;
    background: #00519F !important;
    width: 100%;
    padding: 7px 0;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .p-compactguide__section--search dl .readmore-content .menu_contents li {
    padding: 10px 0 20px;
  }
}
.p-compactguide__sectionSearch .mod__block_14 {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionSearch .mod__block_14 {
    display: block;
    border-top: 1px solid #fff;
  }
}
.p-compactguide__sectionSearch .mod__block_14 li {
  width: calc(33.33% - 10.33px);
  margin: 25px 15px 0 0px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionSearch .mod__block_14 li {
    width: 100%;
    margin: 38px 15px 0 0;
  }
}
.p-compactguide__sectionSearch .mod__block_14 li:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionSearch .mod__block_14 li:first-child {
    border-top: 2px solid #00519F;
  }
}
.p-compactguide__sectionSearch .mod__block_14 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionSearch .mod__block_14 li:not(:first-child) {
    margin-top: 0;
  }
}
.p-compactguide__sectionSearch .mod__block_14 li a {
  max-width: 100%;
  justify-content: left;
  padding: 0 10px;
  text-align: left;
  background: #EEF7FF;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionSearch .mod__block_14 li a {
    border: none;
    border-radius: 0;
  }
}
.p-compactguide__sectionSearch .mod__block_14 li a.pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionSearch .mod__block_14 li a.pc {
    display: none !important;
  }
}
.p-compactguide__sectionSearch .mod__block_14 li a.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-compactguide__sectionSearch .mod__block_14 li a.sp {
    display: flex;
  }
}
.p-compactguide__section .p-commentary__section,
.p-compactguide__section .p-commentary__section--datail {
  width: 100%;
  margin-right: 20px !important;
}
.p-compactguide__section .p-commentary__section--datail div {
  border: #f0f0f0 20px solid;
  padding: 20px;
}
.p-compactguide__section .movie-recommend,
.p-compactguide__section h3.seminar-movie {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .p-compactguide__section .movie-recommend,
  .p-compactguide__section h3.seminar-movie {
    display: block !important;
  }
}
/* ↑ 「産婦人科 主訴・症状から考える診断コンパクトガイド」ページここまで */
/* 「お知らせ一覧」ページここから */
@media screen and (max-width: 1023px) {
  .news-top .product-body {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.news-top .product-body .location-pc {
  justify-content: left;
}
.news-top .product-body .location-pc li {
  padding: 0px 18px;
  color: #000;
  cursor: pointer;
}
.news-top .product-body .location-pc li:hover {
  background-color: #EEF7FF;
}
.news-top .product-body .location-pc li.active {
  background-color: #EEF7FF;
}
.news-top .wrap__news {
  display: none;
}
.news-top .show {
  display: block;
}
/* 「お知らせ一覧」ページここまで */
/* 「404・500エラー」ページここから */
.error__message .conts-inner {
  padding: 0 20px 30px;
}
.error__messageTitle {
  border-bottom: 2px solid #00519F;
  padding-top: 30px;
}
.error__messageTitle h2 {
  font-size: 96px;
}
.error__messageTitle p {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .error__messageTitle p {
    padding-bottom: 20px;
  }
}
.error__messageText {
  margin-bottom: 60px;
}
.error__message ul.mod__block_14 {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .error__message ul.mod__block_14 {
    margin-top: 20px;
  }
}
/* 「404・500エラー」ページここまで */
/* ----- /久光取得CSS ----- */
.seminar-detail {
  display: flex;
}
.seminar-detail ul {
  list-style: none;
  padding-left: 0;
}
.seminar-detail ul:first-child {
  width: calc(100% - 274px);
}
@media screen and (max-width: 767px) {
  .seminar-detail ul:first-child {
    width: 100%;
  }
}
.seminar-detail ul li svg {
  fill: #00519F;
}
.seminar-detail ul li div {
  position: relative;
}
.seminar-detail ul li div.text {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li div.text {
    font-size: 14px;
    margin-left: 15px;
    letter-spacing: -0.03rem;
  }
}
.seminar-detail ul li div > svg {
  position: absolute;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li div > svg {
    width: 16px;
    height: 16px;
  }
}
.seminar-detail ul li.image {
  height: 137px;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.image {
    display: flex;
    justify-content: center;
  }
}
.seminar-detail ul li.detail {
  flex: 1;
}
.seminar-detail ul li.detail dd:not(:first-child) {
  margin-top: 8px;
}
.seminar-detail ul li.detail .cal-buttons {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.detail .cal-buttons {
    display: block;
  }
}
.seminar-detail ul li.detail .cal-buttons li {
  margin: 0 6px 6px 0;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.detail .cal-buttons li {
    margin: 0 0 20px 0;
  }
}
.seminar-detail ul li.detail .cal-buttons li a.cal {
  width: 140px;
  height: 44px;
  text-align: center;
  color: #000;
  border: 3px solid #848484;
  border-radius: 25px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 10px;
  line-height: 15px;
}
.seminar-detail ul li.detail .cal-buttons li a.cal span {
  display: block;
  font-size: 15px;
}
.seminar-detail ul li.detail .cal-buttons li a.cal:hover:not(.inactive) {
  border: 1px solid #00519f;
  color: #fff;
  background: #00519f;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.detail .cal-buttons li a.cal {
    width: 100%;
  }
}
.seminar-detail ul li.abstract h3 {
  border-left: 4px solid #00519F;
  padding-left: 11px;
}
.seminar-detail ul li.buttons {
  position: relative;
  padding: 25px 80px;
  background-color: #f0f0f0;
  width: calc(100% - 50px);
}
@media screen and (max-width: 1023px) {
  .seminar-detail ul li.buttons {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.buttons {
    width: 100%;
    padding: 20px;
  }
}
.seminar-detail ul li.buttons > div {
  /* display: flex; */
  /* justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 0.5em 1em;
}
.seminar-detail ul li.buttons > div a {
  margin: 0;
  width: 100%;
}

.seminar-detail ul li.buttons > div a.mod__btn_light-red.disabled {
  line-height:1.2em;
  display:flex;
  flex-direction:column;
  justify-content:center;
}


.seminar-detail ul li.buttons > div a:first-child {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.buttons > div a:first-child {
    margin: 0;
  }
}
.seminar-detail ul li.buttons p {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.buttons p {
    flex-wrap: wrap;
  }
}
.seminar-detail ul li.buttons p a.anchor-1-arrow:first-child {
  margin-right: 10px;
}
.seminar-detail ul li.buttons p a.anchor-1-arrow:after {
  top: 0;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.buttons p a.anchor-1-arrow {
    width: 100%;
  }
}
.seminar-detail ul li.buttons button {
  position: relative;
  margin: 0;
  width: 100%;

}
.seminar-detail ul li.buttons button:first-child {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.buttons button:first-child {
    margin: 0;
  }
}
.seminar-detail ul li.buttons button > div {
  display: inline;
}
.seminar-detail ul li.buttons button svg {
  position: absolute;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.buttons button svg {
    top: 7px;
    left: -3px;
    width: 15px;
    height: 15px;
  }
}
.seminar-detail ul li.buttons button:hover svg {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .seminar-detail ul li.buttons > div {
    display: flex;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 0.5em 1em;
  }
  .seminar-detail ul li.buttons a,
  .seminar-detail ul li.buttons button {
    /* width: 135px; */
    width: 100%;
    }
  .seminar-detail ul li.buttons button.close {
    line-height: 18px;
    font-size: 14px;
  }
}
.seminar-detail ul li.buttons .attention {
  display: block;
  padding: 0;
}
.seminar-detail ul li.buttons .attention li {
  margin: 8px 0;
  padding-left: 1em;
}
.seminar-detail ul li.buttons .attention li:before {
  content: '※';
  margin-left: -1em;
}
@media screen and (min-width: 768px) {
  .seminar-detail ul {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
  }
  .seminar-detail ul li {
    margin-right: 50px;
  }
  .seminar-detail ul li:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .seminar-detail ul {
    width: 100%;
    padding-left: 0;
  }
  .seminar-detail ul:not(:first-child) {
    display: none;
  }
  .seminar-detail ul li:not(:first-child) {
    margin-top: 20px;
  }
}
.seminar-detail .movie-pickup {
  width: 274px;
  height: max-content;
  background-color: #EEF7FF;
  padding: 12px 12px 20px;
}
.seminar-detail .movie-pickup .icon_movie {
  fill: #00519F;
  padding-right: 5px;
}
.seminar-detail .movie-pickup li {
  width: 244px;
  margin: 12px 0 0 0;
}
.seminar-detail .movie-pickup li a.mod__block_11 {
  width: 100%;
  height: 100%;
}
.seminar-detail .movie-pickup li a.mod__block_11 div.image {
  min-height: 0%;
}
.seminar-detail .movie-pickup li a.mod__block_11 div.image img {
  width: 244px;
  height: 137px;
  margin-bottom: 0;
}
.seminar-detail .movie-pickup li a.mod__block_11 div.desc dl {
  margin: 6px;
  padding: 0;
}
.seminar-detail .movie-pickup li a.mod__block_11 div.desc dl dt {
  max-height: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  word-break: break-all;
  max-height: 34px !important;
  height: auto !important;
  margin-bottom: 0;
}
.seminar-detail .movie-pickup li a.mod__block_11 div.desc dl dt:before,
.seminar-detail .movie-pickup li a.mod__block_11 div.desc dl dt:after {
  background: #fff;
  position: absolute;
}
.seminar-detail .movie-pickup li a.mod__block_11 div.desc dl dt::before {
  content: " …";
  top: 18px;
  right: 0;
}
.seminar-detail .movie-pickup li a.mod__block_11 div.desc dl dt::after {
  content: "";
  height: 100%;
  width: 100%;
}
.seminar-detail .movie-pickup li a.mod__block_11 div.desc dl dt::before {
  bottom: 0;
}
.seminar-detail div.date {
  padding-left: 26px;
}
.seminar-detail button.close,
.seminar-detail button.close:hover {
  background-color: #BFBFBF;
  border-color: #707070;
  color: #fff;
  cursor: initial;
}
@media screen and (max-width: 767px) {
  .seminar-detail button.close,
  .seminar-detail button.close:hover {
    font-size: 14px !important;
  }
}
h3.seminar-movie {
  position: relative;
  padding-left: 60px;
}
h3.seminar-movie span.icon_movie {
  position: absolute;
  top: -10px;
  left: 0px;
}
.seminar-archive .conts-link {
  line-height: 2.8;
}
.seminar-archive .conts-link__list {
  border-left: none;
}
.seminar-archive .conts-link__list:last-child {
  border-right: none;
}
.seminar-archive .conts-link__list:last-child span {
  border-right: solid 1px #00519F;
}
@media screen and (max-width: 767px) {
  .seminar-archive .conts-link__list:last-child span {
    border-right: none;
  }
}
.seminar-archive .conts-link__list span {
  border-left: solid 1px #00519F;
}
.expo202105 {
  margin-bottom: -60px;
  padding-bottom: 40px !important;
  background-image: url(/assets/img/lp/expo202105/img_background.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: right bottom;
}
@media screen and (min-width: 768px) {
  .expo202105 .letter-spaceing-little-tight {
    letter-spacing: -1px;
  }
}
.expo202105 .keyvisual {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .expo202105 .keyvisual {
    margin: 0;
  }
}
.expo202105 .summary-text {
  background-color: #fff;
  padding: 20px;
}
.expo202105 .buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .expo202105 .buttons {
    margin: 0 20px;
  }
}
.expo202105 .buttons .mod__btn-blue-gradient {
  padding: 14px;
}
@media screen and (max-width: 1023px) {
  .expo202105 .buttons .mod__btn-blue-gradient:last-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .expo202105 .buttons .mod__btn-blue-gradient {
    padding: 10px 5px;
  }
  .expo202105 .buttons .mod__btn-blue-gradient .icon {
    width: 45px;
    height: 45px;
  }
  .expo202105 .buttons .mod__btn-blue-gradient .icon svg {
    width: 45px;
    height: 45px;
  }
  .expo202105 .buttons .mod__btn-blue-gradient .title {
    font-size: 16px;
  }
  .expo202105 .buttons .mod__btn-blue-gradient .sub {
    font-size: 14px;
  }
}
.expo202105 .headline {
  display: flex;
  justify-content: center;
}
.expo202105 .headline .title {
  width: 944px;
  height: auto;
  padding: 10px 10px 14px;
  background-color: #00519F;
  font-size: 28px;
  font-weight: 500;
  color: #FFF600;
  border-radius: 30px;
  border: 0;
  background: -moz-linear-gradient(bottom, #0066BF, #0092CC 90%, #32AFE5);
  background: -webkit-linear-gradient(bottom, #0066BF, #0092CC 90%, #32AFE5);
  background: linear-gradient(to top, #0066BF, #0092CC 90%, #32AFE5);
}
@media screen and (max-width: 1023px) {
  .expo202105 .headline .title {
    margin: 0 10px;
    font-size: 18px;
  }
}
.expo202105 .point {
  color: #DE3D00;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .expo202105 .point {
    font-size: 18px !important;
    text-align: left;
  }
}
.expo202105 .watch-movie {
  display: flex;
  justify-content: flex-end;
  margin-top: -1.5em;
  padding-right: 20px;
}
.expo202105 .watch-movie a {
  margin: 0;
}
.expo202105 .online-seminar {
  padding: 20px 0 30px;
  background-color: #EEF7FF;
}
.expo202105 .online-seminar .instructor {
  background-color: #fff;
}
.expo202105 .online-seminar .instructor:not(:last-child) {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .expo202105 .online-seminar .instructor {
    margin: 0 40px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor {
    margin: 0 10px;
    padding: 10px;
  }
}
.expo202105 .online-seminar .instructor .category-name {
  color: #00A95F;
}
.expo202105 .online-seminar .instructor .category-name svg {
  position: relative;
  top: 6px;
  width: 26px;
  height: 26px;
  fill: #00A95F;
}
.expo202105 .online-seminar .instructor .seminar-name {
  border-bottom: solid 2px #00519F;
  padding-bottom: 10px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .seminar-name {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .expo202105 .online-seminar .instructor .teacher {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .teacher .thumbnail {
    display: flex;
    justify-content: center;
  }
}
.expo202105 .online-seminar .instructor .teacher .thumbnail img {
  width: 185px;
  height: 185px;
  min-width: 185px;
}
@media screen and (min-width: 768px) {
  .expo202105 .online-seminar .instructor .teacher .introduction {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .teacher .introduction {
    flex: 1;
  }
}
.expo202105 .online-seminar .instructor .teacher .introduction .seminar-schedule {
  margin-left: 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .teacher .introduction .seminar-schedule {
    font-size: 18px;
  }
}
.expo202105 .online-seminar .instructor .teacher .introduction .seminar-schedule svg {
  position: relative;
  top: 3px;
  margin-left: -20px;
  fill: #00519F;
}
.expo202105 .online-seminar .instructor .teacher .introduction .name {
  display: flex;
}
.expo202105 .online-seminar .instructor .teacher .introduction .name dt {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .teacher .introduction .name dt {
    min-width: 2em;
  }
}
.expo202105 .online-seminar .instructor .teacher .introduction .name dd {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .teacher .introduction .abstract {
    width: 100%;
  }
}
.expo202105 .online-seminar .instructor .teacher .introduction .abstract dt {
  font-size: 15px;
}
.expo202105 .online-seminar .instructor .reserve-seminar {
  border: solid 1px #00519F;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .expo202105 .online-seminar .instructor .reserve-seminar .information {
    margin: 0 auto;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .reserve-seminar .information div {
    letter-spacing: -1.5px;
  }
}
.expo202105 .online-seminar .instructor .non-registration {
  border: solid 1px #00519F;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .non-registration {
    padding: 10px;
    text-align: left;
  }
}
.expo202105 .online-seminar .instructor .non-registration .point {
  text-align: center;
}
.expo202105 .online-seminar .instructor .non-registration .buttons {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .expo202105 .online-seminar .instructor .non-registration .buttons a:first-child {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .non-registration .buttons a:first-child {
    margin-right: 8px;
  }
}
.expo202105 .online-seminar .instructor .non-registration .mod__btn-functionary_large {
  width: 340px;
  height: 52px;
}
@media screen and (max-width: 1023px) {
  .expo202105 .online-seminar .instructor .non-registration .mod__btn-functionary_large {
    width: 132px;
    height: 76px;
    font-size: 13px;
    line-height: 1.3em;
  }
}
.expo202105 .online-seminar .instructor .other-seminar .mod__category-name_2 {
  font-size: 18px;
}
.expo202105 .online-seminar .instructor .other-seminar ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.expo202105 .online-seminar .instructor .other-seminar ul li {
  display: inline;
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .other-seminar ul li {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .expo202105 .online-seminar .instructor .other-seminar ul li:not(:first-child) {
    margin-left: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .expo202105 .online-seminar .instructor .other-seminar ul li:not(:first-child) {
    margin-top: 10px;
  }
}
.expo202105 .online-seminar .instructor .other-seminar ul img {
  height: 164px;
}
.expo202105 .online-seminar .instructor .other-seminar ul a {
  width: 292px;
  height: 203px;
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .instructor .other-seminar ul a {
    width: 100%;
  }
}
.expo202105 .online-seminar .instructor .other-seminar ul a .desc dl {
  padding-top: 0;
}
.expo202105 .online-seminar .instructor .other-seminar ul a .desc dt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .expo202105 .online-seminar .mod__btn-yellow,
  .expo202105 .online-seminar .mod__btn_blue-main,
  .expo202105 .online-seminar .mod__btn_light-red {
    width: 200px;
  }
}
.expo202105 .online-seminar .mod__btn-yellow.close {
  background-color: #BFBFBF;
  border-color: #707070;
  color: #fff;
  cursor: initial;
}
.expo202105 .online-seminar .mod__btn-yellow.close svg {
  fill: #fff;
}
.expo202105 .ondemand-seminar {
  padding: 20px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .expo202105 .ondemand-seminar {
    padding: 20px 10px 20px;
  }
}
.expo202105 .ondemand-seminar .attention ul {
  list-style: none;
}
.expo202105 .ondemand-seminar .attention li:before {
  content: '※';
  margin-left: -20px;
  padding-right: 4px;
}
.expo202105 .ondemand-seminar .attention li {
  margin-left: 20px;
}
.expo202105 .ondemand-seminar .categories dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #004C9B;
  padding: 10px 10px 10px 20px;
  margin-top: 5px !important;
  font-size: 18px !important;
  cursor: pointer;
}
.expo202105 .ondemand-seminar .categories dt .slide-button {
  position: relative;
  width: 49px;
  height: 29px;
  background-color: #3A9BF7;
  border-radius: 6px;
}
.expo202105 .ondemand-seminar .categories dt .slide-button:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 11px;
  left: 19px;
  margin-top: -4px;
  transition: 0.2s;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.expo202105 .ondemand-seminar .categories dt.open .slide-button:before {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.expo202105 .ondemand-seminar .categories dd {
  margin-top: 15px !important;
}
.expo202105 .ondemand-seminar .categories dd ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .expo202105 .ondemand-seminar .categories dd li {
    padding-left: 20px;
    display: flex;
  }
}
.expo202105 .ondemand-seminar .categories dd li:not(:first-child) {
  padding-top: 15px;
  border-top: solid 1px #707070;
}
.expo202105 .ondemand-seminar .categories dd li:not(:last-child) {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .expo202105 .ondemand-seminar .categories dd li .thumbnail {
    margin-top: 10px !important;
    padding: 0 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .expo202105 .ondemand-seminar .categories dd li .thumbnail.pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .expo202105 .ondemand-seminar .categories dd li .thumbnail.pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .expo202105 .ondemand-seminar .categories dd li .thumbnail.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .expo202105 .ondemand-seminar .categories dd li .thumbnail.sp {
    display: flex;
    justify-content: center;
  }
}
.expo202105 .ondemand-seminar .categories dd li .thumbnail img {
  display: inline-block;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .expo202105 .ondemand-seminar .categories dd li .thumbnail img {
    width: 185px;
    height: 185px;
  }
}
.expo202105 .ondemand-seminar .categories dd li .introduction {
  flex: 1;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .expo202105 .ondemand-seminar .categories dd li .introduction {
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .expo202105 .ondemand-seminar .categories dd li .introduction {
    margin-left: 0;
    padding: 0 20px;
  }
  .expo202105 .ondemand-seminar .categories dd li .introduction p {
    margin-top: 5px !important;
  }
}
.expo202105 .ondemand-seminar .categories dd li .introduction .title-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.expo202105 .ondemand-seminar .categories dd li .introduction .title-link:hover span:nth-child(2) {
  text-decoration: underline;
}
.expo202105 .ondemand-seminar .categories dd li .introduction .title {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .expo202105 .ondemand-seminar .categories dd li .introduction .title {
    font-size: 18px;
  }
}
.expo202105 .ondemand-seminar .categories dd li .introduction .category-label {
  color: #fff;
  background-color: #3A9BF7;
  padding: 3px 10px;
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .expo202105 .ondemand-seminar .categories dd li .introduction .category-label {
    display: block;
    text-align: center;
  }
}
.mayaku_news {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .mayaku_news {
    margin: 0 15px;
  }
}
.mayaku_news ul {
  padding: 0;
}
.mayaku_news li {
  margin: 0 auto;
  list-style-type: none;
  list-style-position: outside;
}
.mayaku_news a {
  color: inherit;
  text-decoration: none;
}
.mayaku_news a:hover,
.mayaku_news a:focus,
.mayaku_news a:active {
  color: inherit;
  outline: none;
  text-decoration: underline;
}
.mayaku_news .medical__mayaku {
  padding: 0;
}
.mayaku_news .medical__mayaku h2 {
  margin: 10px auto 30px;
  text-align: center;
  font-size: 6.4vw;
  font-weight: normal;
  border: none;
  color: #00519F;
}
.mayaku_news .medical__whatsnew_in {
  margin: 0 auto;
  padding: 12px 0;
  border: 1px solid #BFBFBF;
}
.mayaku_news .medical__whatsnew h2 {
  margin: 0 auto 22px;
  text-align: center;
  color: #165dd9;
  font-size: 6.13vw;
  font-weight: 400;
}
.mayaku_news .medical__whatsnew h2 .icon.newspaper {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 5vw;
  height: 5vw;
  background-image: url(/assets/img/common/icon_newspaper.png);
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.mayaku_news .medical__whatsnew .whatsnew__wrapper {
  padding: 0 16px 10px;
}
.mayaku_news .medical__whatsnew .whatsnew__wrapper a.whatsnew__bottom {
  color: #00519F;
}
.mayaku_news .medical__whatsnew .whatsnew__wrapper a.whatsnew__bottom:hover {
  color: #fff;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher {
  padding: 0 16px 0;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li {
  -ms-flex: 0 0 32%;
  -webkit-box-flex: 0;
  flex: 0 0 32%;
  max-width: 32%;
  margin: 0 0 15px;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li a {
  font-size: 2.1em;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher .space-around {
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher.whatsnew__switcher_col4 ul li {
  -ms-flex: 0 0 24%;
  -webkit-box-flex: 0;
  flex: 0 0 24%;
  max-width: 24%;
  margin: 0 0 15px;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 0 13px;
  font-weight: bold;
  line-height: 1.11;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active a,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover a {
  opacity: 0.7;
  text-decoration: none;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active a::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover a::after {
  content: "";
  display: block;
  margin-left: -6.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #00529f transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active.all a::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover.all a::after {
  border-color: #00529f transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active.news a::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover.news a::after {
  border-color: #25005C transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active.info a::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover.info a::after {
  border-color: #3A9BF7 transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-2) a,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-2):hover a {
  color: #00519F;
  border-bottom: 3px solid #00519F;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-2) a::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-2):hover a::after {
  border-color: #00529f transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-1) a,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-1):hover a {
  color: #25005C;
  border-bottom: 3px solid #25005C;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-1) a::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-1):hover a::after {
  border-color: #25005C transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n) a,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n):hover a {
  color: #3A9BF7;
  border-bottom: 3px solid #3A9BF7;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n) a::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n):hover a::after {
  border-color: #3A9BF7 transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__item {
  margin-bottom: 12px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #707070;
}
.mayaku_news .medical__whatsnew .whatsnew__item .category .cate {
  display: inline-block;
  text-align: center;
}
.mayaku_news .medical__whatsnew .whatsnew__item .category .c1 {
  padding: 2px 25px;
}
.mayaku_news .medical__whatsnew .whatsnew__item .category .c2 {
  padding: 2px 4px;
}
.mayaku_news .medical__whatsnew .whatsnew__item .category .cate2 {
  padding: 0px 8px 1px;
  vertical-align: middle;
}
.mayaku_news .medical__whatsnew .whatsnew__item:last-child {
  margin-bottom: 0;
  border: 0;
}
.mayaku_news .medical__whatsnew .whatsnew__list {
  margin: 0 auto 10px;
}
.mayaku_news .whatsnew__item .category {
  margin-bottom: 7px;
}

.mayaku_news .whatsnew__item .category:has(> :nth-child(2)){
  display:flex;
  align-items:center;
}
.mayaku_news .whatsnew__item .category .cate {
  color: #fff;
  font-size: 3.2vw;
  min-width: 110px;
  display: inline-block;
  padding: 4px 6px;
  text-align: center;
  box-sizing: border-box;
}
.mayaku_news .whatsnew__item .category .c1 {
  padding: 1px 4px;
  background-color: #25005C;
  vertical-align: middle;
}
.mayaku_news .whatsnew__item .category .c2 {
  background-color: #3A9BF7;
}
.mayaku_news .whatsnew__item .category .c3 {
  background-color: #00519F;
}
.mayaku_news .whatsnew__item .category .cate2 {
  margin-left: 10px;
  color: #00165c;
  font-size: 3.2vw;
  border: 1px solid #6475a9;
  vertical-align: middle;
  padding: 0 4px;
}
.mayaku_news .whatsnew__item .date {
  margin-bottom: 0;
  font-size: 3.73vw;
  font-weight: 700;
}
.mayaku_news .whatsnew__item .ttl {
  margin: 0;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1.41;
}
@media print, screen and (min-width: 768px) {
  .mayaku_news .medical__whatsnew {
    padding: 0;
  }
  .mayaku_news .medical__whatsnew h2 {
    margin: 0 auto 35px;
    font-size: 3.3em;
  }
  .mayaku_news .medical__whatsnew h2 .icon.newspaper {
    width: 42px;
    height: 38px;
  }
  .mayaku_news .medical__whatsnew .whatsnew__switcher {
    padding: 0 66px 0;
  }
  .mayaku_news .medical__whatsnew .whatsnew__switcher ul li {
    -ms-flex: 0 0 32%;
    -webkit-box-flex: 0;
    flex: 0 0 32%;
    max-width: 32%;
  }
  .mayaku_news .medical__whatsnew .whatsnew__switcher ul li a {
    padding: 0 0 22px;
  }
  .mayaku_news .medical__whatsnew .whatsnew__item {
    padding-bottom: 18px;
  }
  .mayaku_news .medical__whatsnew .whatsnew__item .category .cate {
    min-width: 150px;
  }
  .mayaku_news .medical__whatsnew .whatsnew__item .category .cate2 {
    font-size: 1.8em;
  }
  .mayaku_news .medical__whatsnew .whatsnew__item .category .c1,
  .mayaku_news .medical__whatsnew .whatsnew__item .category .c2,
  .mayaku_news .medical__whatsnew .whatsnew__item .category .c3 {
    padding: 4px 5px;
    font-size: 1.8em;
  }
  .mayaku_news .medical__mayaku h2 {
    margin: 20px auto;
    font-size: 4.2em;
  }
}
@media print, screen and (min-width: 768px) {
  .mayaku_news .whatsnew__switcher ul li a {
    padding: 0 0 20px;
    font-size: 2.6em;
  }
  .mayaku_news .whatsnew__wrapper {
    padding: 12px 16px;
  }
  .mayaku_news .whatsnew__list {
    margin: 0 auto 20px;
  }
  .mayaku_news .whatsnew__item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 16px;
    width: 90%;
  }
  .mayaku_news .whatsnew__item .category {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mayaku_news .whatsnew__item .category .cate {
    font-size: 1.4em;
    vertical-align: middle;
    min-width: 110px;
    display: inline-block;
    padding: 4px 0;
    text-align: center;
  }
  .mayaku_news .whatsnew__item .category .cate2 {
    padding: 0px 8px 1px;
    font-size: 1.8em;
  }
  .mayaku_news .whatsnew__item .date {
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    font-size: 1.8em;
  }
  .mayaku_news .whatsnew__item .ttl {
    -ms-flex: 0 0 calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
    font-size: 2em;
  }
}
@media print, screen and (min-width: 1024px) {
  .mayaku_news .whatsnew__switcher {
    padding: 20px 0;
  }
  .mayaku_news .whatsnew__wrapper {
    padding: 12px 0;
  }
}
.mayaku_news.__newsIndex .medical__whatsnew_in{
  border:none;
}


.mayaku_news.__newsIndex .medical__whatsnew .whatsnew__switcher{
  padding: 0;
}
.mayaku_news.__newsIndex .medical__whatsnew .whatsnew__item{
  width: 100%;
}
.journal-agreement h1 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  text-align: center;
  color: #00519F;
}
.journal-agreement .mod__frm {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .journal-agreement .mod__frm {
    width: 100%;
  }
}
.journal-agreement .mod__frm .buttons {
  display: flex;
}
@media screen and (max-width: 767px) {
  .journal-agreement .mod__frm .buttons a {
    margin: 10px;
  }
}
.journal-agreement .mod__frm_table {
  padding: 20px;
  border: solid 1px #BFBFBF;
}
@media screen and (max-width: 767px) {
  .journal-agreement .mod__frm_table {
    padding: 10px;
  }
}
.journal-agreement .mod__frm_table .title {
  color: #00519F;
}
.job-check {
  margin: 0 auto;
  border: 1px solid #BFBFBF;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .job-check {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .job-check {
    margin: 20px;
  }
}
.job-check.url {
  border: 0;
}
@media screen and (min-width: 1024px) {
  .job-check.url {
    width: 60%;
  }
}
.job-check h3 {
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 3px solid #000;
  color: #3A9BF7;
  border-color: #3A9BF7;
}
.job-check ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-check .job-menu li:last-child {
  width: 100%;
  margin-right: 0;
}
.job-check .job-menu li a {
  display: block;
  position: relative;
  padding: 16px 0;
  font-size: 16px;
  color: #00519F;
  border: 1px solid #00519F;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.2s;
}
.job-check .job-menu li a::before {
  border-top: solid 1px #00519F;
  border-right: solid 1px #00519F;
}
.job-check .job-menu li a:hover {
  color: #fff;
  background: #3A9BF7;
  border: 1px solid #3A9BF7;
}
.job-check .job-menu li a:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.zicthoru2023 {
  margin-bottom: -60px;
  padding-bottom: 40px !important;
  background-image: url(/assets/img/lp/zicthoru/img_background.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
}
.zicthoru2023 .maincolor {
  color: #F36100;
}
.zicthoru2023 .maincolor2 {
  color: #FFA05F;
}
.zicthoru2023 .keyvisual {
  width: 100%;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.zicthoru2023 .button_area {
  width: 87.33%;
  margin: 0 auto 48px;
  background: rgba(255, 255, 255, 0.562);
  border-radius: 10px;
  padding: 20px 0 0 0;
}
.zicthoru2023 .buttons {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.zicthoru2023 .buttons .mr70 {
  margin-right: 70px;
}
.zicthoru2023 .summary-text a {
  padding-right: 25px;
}
.zicthoru2023 .live_area,
.zicthoru2023 .ondemand_area,
.zicthoru2023 .endlive_area {
  border-radius: 4px;
  padding: 30px 30px 1px 30px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.562);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.zicthoru2023 .headline {
  display: flex;
  justify-content: center;
}
.zicthoru2023 .headline .title {
  width: 100%;
  height: auto;
  padding: 10px 10px 14px;
  background-color: #F36100;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 10px;
  border: 0;
}
.zicthoru2023 .online-seminar .instructor {
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.562);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.zicthoru2023 .online-seminar .instructor .teacher {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
}
.zicthoru2023 .online-seminar .instructor .teacher .thumbnail img {
  width: 190px;
  height: 269px;
  min-width: 190px;
}
.zicthoru2023 .online-seminar .instructor .teacher .introduction .seminar-schedule {
  display: flex;
  font-size: 24px;
}
.zicthoru2023 .online-seminar .instructor .teacher .introduction .name {
  display: flex;
}
.zicthoru2023 .online-seminar .instructor .teacher .introduction .name dt {
  font-size: 15px;
}
.zicthoru2023 .online-seminar .instructor .teacher .introduction .name dd {
  margin-left: 20px;
  flex-basis: 80%;
}
.zicthoru2023 .online-seminar .instructor .teacher .introduction .dotted {
  border-bottom: 5px dotted #F36100;
}
.zicthoru2023 .online-seminar .instructor .teacher .introduction .abstract {
  display: flex;
}
.zicthoru2023 .online-seminar .instructor .teacher .introduction .abstract dt {
  font-size: 14px;
  border: 1px solid #F36100;
  height: max-content;
  padding: 2px;
  border-radius: 30px;
  margin-right: 15px;
  flex-basis: 103px;
}
.zicthoru2023 .online-seminar .instructor .teacher .introduction .abstract dd {
  flex-basis: 80%;
}
.zicthoru2023 .online-seminar .instructor .accepting,
.zicthoru2023 .online-seminar .instructor .calendar {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.zicthoru2023 .online-seminar .instructor:not(:last-child) {
  margin-bottom: 30px !important;
}
.zicthoru2023 .online-seminar .instructor .category-name {
  font-size: 32px;
  width: 100%;
}
.zicthoru2023 .online-seminar .instructor .category-name svg {
  position: relative;
  top: 4px;
  fill: #F36100;
}
.zicthoru2023 .online-seminar .instructor .seminar-name {
  font-size: 24px;
  width: 100%;
}
.zicthoru2023 .online-seminar .instructor .non-registration {
  background-color: #EEF6FF;
  margin: 0 20px;
  padding: 20px;
}
.zicthoru2023 .online-seminar .instructor .non-registration .point {
  text-align: center;
}
.zicthoru2023 .online-seminar .instructor .non-registration .buttons {
  display: flex;
  justify-content: center;
}
.zicthoru2023 .online-seminar .instructor .non-registration .mod__btn {
  display: flex;
}
.zicthoru2023 .online-seminar .instructor .non-registration .mod__btn svg {
  position: absolute;
  top: 33%;
  left: 24%;
  fill: #00519F;
}
.zicthoru2023 .online-seminar .instructor .non-registration .mod__btn:hover svg {
  fill: #fff;
}
.zicthoru2023 .online-seminar .instructor .non-registration .mod__btn .text {
  margin-left: 35%;
}
.zicthoru2023 .online-seminar .instructor .non-registration .mod__btn-functionary_large {
  width: 340px;
  height: 52px;
}
.zicthoru2023 .online-seminar .non-registration .close {
  display: block !important;
  background-color: #BFBFBF;
  border-color: #707070;
  color: #fff;
  cursor: initial;
}
.zicthoru2023 .online-seminar .non-registration .close svg {
  fill: #fff;
}
.zicthoru2023 .online-seminar .accepting .info_same {
  font-weight: bold;
  padding-bottom: 20px;
}
.zicthoru2023 .online-seminar .accepting .info_time {
  text-align: left;
  padding: 0 0 10px 100px;
}
.zicthoru2023 .online-seminar .accepting .attention {
  display: block;
  padding: 0;
}
.zicthoru2023 .online-seminar .accepting .attention li {
  margin: 8px 0;
  padding-left: 1em;
}
.zicthoru2023 .online-seminar .accepting .attention li:before {
  content: '※';
  margin-left: -1em;
}
.zicthoru2023 .online-seminar .accepting .here {
  display: flex;
  justify-content: space-around;
}
.zicthoru2023 .online-seminar .accepting .here a.anchor-1-arrow:first-child {
  margin-right: 10px;
}
.zicthoru2023 .online-seminar .accepting .here a.anchor-1-arrow:after {
  top: 0;
}
.zicthoru2023 .ondemand-seminar {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.562);
  padding: 20px;
  box-shadow: 0px 5px 5px 0px rgba(255, 160, 95, 0.3);
}
.zicthoru2023 .ondemand-seminar .categories ul {
  background-color: #FFFFFF;
  width: 960px;
  margin: 0 auto;
  list-style: none;
  padding: 20px;
}
.zicthoru2023 .ondemand-seminar .categories li {
  display: flex;
}
.zicthoru2023 .ondemand-seminar .categories li:not(:last-child) {
  margin-bottom: 15px !important;
}
.zicthoru2023 .ondemand-seminar .categories li .introduction {
  flex: 1;
  margin-left: 10px;
}
.zicthoru2023 .ondemand-seminar .categories li .introduction .title {
  font-size: 16px;
  display: flex;
}
.zicthoru2023 .ondemand-seminar .categories li .introduction .category-label {
  padding: 0px 10px;
  font-size: 14px !important;
  border: 1px solid;
  height: max-content;
}
.zicthoru2023 .ondemand-seminar .categories li .introduction .detail {
  flex-basis: 80%;
}
.zicthoru2023 #seminar-archive .archive-txt {
  background-color: #FFFFFF;
  width: 960px;
  margin: 0 auto;
  font-size: 27px;
  border-radius: 10px 10px 0 0;
}
.zicthoru2023 #seminar-archive .mod__ul-3column {
  background-color: #FFFFFF;
  width: 960px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.zicthoru2023 #seminar-archive .mod__ul-3column li {
  border: 1px solid #CECECE;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 10px;
}
.zicthoru2023 #seminar-archive .mod__ul-3column li a {
  text-decoration: none;
  color: #000000;
}
.zicthoru2023 #seminar-archive .mod__ul-3column li a img {
  border: 1px solid #D4D4D4;
}
.zicthoru2023 #other .archive-txt {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  font-size: 27px;
  border-radius: 10px 10px 0 0;
}
.zicthoru2023 #other .mod__ul-3column {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.zicthoru2023 #other .mod__ul-3column li {
  border: 1px solid #CECECE;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 10px;
}
.zicthoru2023 #other .mod__ul-3column li a {
  text-decoration: none;
  color: #000000;
}
.zicthoru2023 #other .mod__ul-3column li a img {
  width: 100%;
  border: 1px solid #D4D4D4;
}
.zicthoru2023 .contact-mr .contact-mr-txt {
  background-color: #FFFFFF;
  width: 960px;
  margin: 0 auto;
}
.zicthoru2023 .contact-mr h3 {
  width: 960px;
  height: auto;
  font-size: 28px;
  padding: 0;
  margin: 0 auto 20px;
}
.zicthoru2023 .point {
  color: #00519F;
  text-align: center;
  font-size: 28px;
}
.zicthoru2023 .watch-movie {
  display: flex;
  justify-content: flex-end;
  margin-top: -1.5em;
  padding-right: 20px;
}
.zicthoru2023 .watch-movie a {
  margin: 0;
}
.zicthoru2023 .online-seminar .instructor .teacher .movie-anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 75px 30px 90px;
}
.zicthoru2023 .online-seminar .instructor .teacher .movie-anchor a {
  padding: 10px 20px;
  color: #F36100;
  text-decoration: none;
  border: 2px solid #F36100;
  border-radius: 50px;
  width: 155px;
  display: block;
  text-align: center;
}
.zicthoru2023 .online-seminar .instructor .teacher .movie-anchor-top {
  margin: 0 auto;
  width: 225px;
}
.zicthoru2023 .online-seminar .instructor .teacher .movie-anchor-top a {
  position: relative;
  padding: 10px 20px;
  color: #F36100;
  text-decoration: none;
  border: 2px solid #F36100;
  border-radius: 50px;
  display: block;
}
.zicthoru2023 .online-seminar .instructor .teacher .movie-anchor-top a::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #F36100;
  border-right: solid 1px #F36100;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 53%;
  right: 20px;
  margin-top: -4px;
  transition: 0.2s;
}
.zicthoru2023 .categories .introduction .seminar-schedule svg {
  position: relative;
  top: 4px;
  fill: #F36100;
}
@media screen and (max-width: 767px) {
  .zicthoru2023 .keyvisual {
    margin: 0;
  }
  .zicthoru2023 .summary-text p {
    font-size: 22px;
    margin: 0;
    padding-top: 5px;
    letter-spacing: 0.1rem;
  }
  .zicthoru2023 .summary-text .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    clear: both;
    padding: 5px 0 10px;
  }
  .zicthoru2023 .summary-text a {
    margin-bottom: 10px !important;
    padding-right: 8px;
  }
  .zicthoru2023 .buttons {
    display: block;
  }
  .zicthoru2023 .buttons .img-number {
    width: 20%;
    float: left;
    margin-right: 5px;
  }
  .zicthoru2023 .point {
    font-size: 18px !important;
    text-align: left;
  }
  .zicthoru2023 .online-seminar .instructor {
    padding: 10px;
  }
  .zicthoru2023 .online-seminar .instructor .teacher {
    background-color: unset;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .thumbnail {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .introduction {
    flex: 1;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .introduction .seminar-schedule {
    font-size: 16px;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .introduction .name dt {
    min-width: 2em;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .introduction .abstract {
    display: block;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .introduction .abstract dt {
    font-size: 18px;
    width: 100%;
    margin: 10px auto;
  }
  .zicthoru2023 .online-seminar .instructor .non-registration {
    margin: 0;
    padding: 10px;
    text-align: left;
  }
  .zicthoru2023 .online-seminar .instructor .non-registration .buttons {
    display: block;
  }
  .zicthoru2023 .online-seminar .instructor .non-registration .buttons a:first-child {
    margin-right: 8px;
  }
  .zicthoru2023 .online-seminar .instructor .non-registration .mod__btn {
    width: 200px;
  }
  .zicthoru2023 .online-seminar .instructor .accepting {
    background-color: unset;
  }
  .zicthoru2023 .online-seminar .instructor .accepting .info_time {
    padding: 0 0 10px 0;
  }
  .zicthoru2023 .online-seminar .instructor .calendar {
    background-color: unset;
  }
  .zicthoru2023 .online-seminar .mod__btn-yellow {
    width: 200px;
  }
  .zicthoru2023 .online-seminar .mod__btn_blue-main {
    width: 200px;
  }
  .zicthoru2023 .online-seminar .mod__btn_light-red {
    width: 200px;
  }
  .zicthoru2023 .online-seminar .accepting .here {
    flex-wrap: wrap;
  }
  .zicthoru2023 .online-seminar .accepting .here a.anchor-1-arrow {
    width: 100%;
  }
  .zicthoru2023 .ondemand-seminar {
    background-color: #FFFFFF;
    padding: 10px;
  }
  .zicthoru2023 .ondemand-seminar .categories ul {
    padding: 0;
  }
  .zicthoru2023 .ondemand-seminar .categories li {
    padding-left: 20px;
    display: contents;
  }
  .zicthoru2023 .ondemand-seminar .categories li .thumbnail {
    display: flex;
    justify-content: center;
  }
  .zicthoru2023 .ondemand-seminar .categories li:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .zicthoru2023 .ondemand-seminar .categories li .introduction {
    margin-left: 0;
    padding: 0;
  }
  .zicthoru2023 .ondemand-seminar .categories li .introduction h5 {
    font-size: 18px !important;
    margin: 10px 0 !important;
  }
  .zicthoru2023 .ondemand-seminar .categories li .introduction p {
    margin-top: 5px !important;
  }
  .zicthoru2023 .ondemand-seminar .categories li .introduction .category-label {
    display: block;
    text-align: center;
  }
  .zicthoru2023 #seminar-archive {
    background-color: rgba(255, 255, 255, 0.562);
  }
  .zicthoru2023 #seminar-archive .archive-txt {
    font-size: 21px;
    padding: 0 !important;
    background-color: unset;
  }
  .zicthoru2023 #seminar-archive .mod__ul-3column {
    background-color: unset;
  }
  .zicthoru2023 #other .archive-txt {
    font-size: 21px;
    padding: 0 !important;
  }
  .calendar {
    font-size: 12px !important;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .movie-anchor {
    display: block;
    margin: 0 auto;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .movie-anchor a {
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .zicthoru2023 .summary-text p {
    font-size: 26px;
    margin: 0 20px;
    letter-spacing: 0.1rem;
  }
  .zicthoru2023 .online-seminar .instructor .teacher {
    display: flex;
    padding: 25px 30px 25px 15px;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .introduction {
    margin-left: 20px;
  }
  .zicthoru2023 .online-seminar .instructor .teacher .introduction dl {
    padding-left: 72px;
  }
  .zicthoru2023 .online-seminar .instructor .non-registration .buttons a:first-child {
    margin-right: 20px !important;
  }
  .zicthoru2023 .ondemand-seminar .categories li .introduction {
    line-height: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .zicthoru2023 .online-seminar .instructor .teacher {
    width: 100%;
  }
  .zicthoru2023 .online-seminar .instructor .accepting {
    width: 100%;
  }
  .zicthoru2023 .online-seminar .instructor .calendar {
    width: 100%;
  }
  .zicthoru2023 .online-seminar .instructor .category-name {
    width: 100%;
    font-size: 26px;
    padding-top: 10px;
  }
  .zicthoru2023 .online-seminar .instructor .seminar-name {
    font-size: 16px;
    width: 100%;
  }
  .zicthoru2023 .online-seminar .instructor .non-registration .mod__btn-functionary_large {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 1.3em;
  }
  .zicthoru2023 .ondemand-seminar .categories ul {
    width: 100%;
  }
  .zicthoru2023 #seminar-archive .archive-txt {
    width: 100%;
  }
  .zicthoru2023 #seminar-archive .mod__ul-3column {
    width: 100%;
  }
  .zicthoru2023 #other .archive-txt {
    width: 100%;
  }
  .zicthoru2023 #other .mod__ul-3column {
    width: 100%;
  }
  .zicthoru2023 .contact-mr .contact-mr-txt {
    width: 100%;
  }
  .zicthoru2023 .contact-mr h3 {
    width: 100%;
    font-size: 24px;
  }
  .zicthoru2023 .headline .title {
    width: 100%;
    font-size: 22px;
  }
}
/* 2022年3月　カレンダー用CSS追加 */
/* クリック無効 */
.unclickable {
  pointer-events: none !important;
  cursor: default !important;
}
/* プルダウンメニュー */
.wrap__pull-down {
  background-color: #f5f5f5;
  padding: 1rem;
}
.wrap__pull-down > span {
  font-weight: bold;
  font-size: 14px;
}
.wrap__pull-down .select {
  display: flex;
  flex-wrap: wrap;
}
.wrap__pull-down [class^="pull-down--"] {
  margin-right: 1rem;
}
.wrap__pull-down select {
  color: #00519f;
  border: 1px solid #00519f;
  height: 2.5rem;
  width: 18rem;
  font-size: 14px;
  background: #fff;
  padding-left: 0.25rem;
}
.wrap__pull-down .select .categ-select,
.wrap__pull-down .select .kind-select {
  position: relative;
  width: 196px;
}
.wrap__pull-down .select .categ-select select,
.wrap__pull-down .select .kind-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #00519F 50%), linear-gradient(135deg, #00519F 50%, transparent 50%), linear-gradient(to right, #00519F, #00519F);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 40px 40px;
  background-repeat: no-repeat;
}
.wrap__pull-down .select .categ-select::after,
.wrap__pull-down .select .kind-select::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: 0.2s;
  right: 16px;
}
/* コントローラー */
.wrap__controller {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem;
}
.wrap__controller .left span {
  border: 1px solid #999;
  padding: 0.2rem 0.6rem;
  border-radius: 5px;
}
.controller__label--this-month {
  border: none !important;
  font-weight: bold;
}
.wrap__controller .right {
  float: none !important;
  display: flex;
}
.controller__this-month {
  cursor: pointer;
}
.controller__this-month:hover,
.controller__last-month:hover,
.controller__next-month:hover {
  background: #cbcbcb;
}
@media only screen and (max-width: 767px) {
  #compt-view-cal {
    display: none;
  }
  #compt-view-list {
    display: block !important;
  }
  .wrap__pull-down .select {
    display: block;
  }
  .wrap__pull-down select {
    width: 100%;
    margin: 0.5rem 0;
  }
}
/* エラー表示 */
.error-no-seminar,
.error-no-seminar-rightList {
  display: none;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #8a6d3b;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  z-index: 10;
}
/* テーブル 月 */
.wrap__calendar--month table {
  width: 100%;
  border-spacing: 0px;
}
.wrap__calendar--month table .day.head th {
  color: #999;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 1.5rem;
  width: 14.28%;
  font-size: 14px;
}
.wrap__calendar--month table .day.head th:last-child {
  border-right: 1px solid #ccc;
}
.wrap__calendar--month table [class^="week-"] td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  min-height: 1.5rem;
  width: calc(100% / 7);
  vertical-align: top;
  height: 130px;
}
.wrap__calendar--month table [class^="week-"] td .day {
  display: block;
  font-weight: normal;
  margin: 4px 0 0 10px;
  color: #999;
}
.wrap__calendar--month table [class^="week-"] td .contents {
  width: 90%;
  display: block;
  font-size: 11px;
  min-height: 2rem;
  z-index: 5;
  margin: 2px 5% 5px 5%;
}
.wrap__calendar--month table [class^="week-"] td:first-child .day {
  font-weight: normal;
}
.wrap__calendar--month table [class^="week-"] td:first-child .day {
  color: red;
}
.wrap__calendar--month table [class^="week-"] td:last-child {
  border-right: 1px solid #ccc;
}
.wrap__calendar--month table [class^="week-"] td:last-child .day {
  color: #00519f;
}
.wrap__calendar--month .inner-contents {
  text-decoration: none;
  position: relative;
  word-break: break-all;
}
.wrap__calendar--month .inner-contents a {
  color: #000;
  text-decoration: none;
}
.wrap__calendar--month .inner-contents span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap__calendar--month .inner-contents .tool-chip span {
  white-space: normal;
}
.wrap__calendar--month .inner-contents span.kind {
  text-align: center;
  color: #fff;
  padding: 2px 10px;
}
.wrap__calendar--month .inner-contents span.kind.seminar {
  background-color: #00519f;
}
.wrap__calendar--month .inner-contents span.kind.explanation {
  background-color: #3A9BF7;
}
.wrap__calendar--month .inner-contents > span.time {
  font-size: 11px;
  color: #333;
  margin-bottom: 2px;
}
.wrap__calendar--month .inner-contents:hover .tool-chip {
  display: block;
  border-radius: 4px;
}
.wrap__calendar--month .inner-contents .gray_out span {
  color: #999;
}
.wrap__calendar--month .inner-contents .gray_out span.kind {
  color: #fff;
  background-color: #999;
}
.wrap__calendar--month .inner-contents .tool-chip {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  color: #000;
  background-color: #fff;
  top: 5px;
  right: -330%;
  max-width: 430px;
  min-width: 430px;
  z-index: 100;
}
.wrap__calendar--month tr td:nth-child(n+5) .inner-contents .tool-chip {
  left: -330%;
}
.wrap__calendar--month .inner-contents .tool-chip .title {
  font-weight: bold;
  font-size: 17px;
}
.wrap__calendar--month .inner-contents .tool-chip ul {
  margin: 0.5rem 0;
  list-style: none;
  padding: 0 20px;
  font-size: 15px;
}
.wrap__calendar--month .inner-contents .tool-chip ul li {
  display: flex;
  margin-bottom: 0.25rem;
  padding: 5px 0;
}
.wrap__calendar--month .inner-contents .tool-chip ul li svg {
  fill: #ccc;
  margin-top: 1px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.wrap__calendar--month .inner-contents .tool-chip ul li.time svg {
  margin-top: 3px;
  margin-left: 1px;
  margin-right: 7px;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}
.wrap__calendar--month .inner-contents .tool-chip ul li.subtitle {
  font-size: 17px;
  font-weight: bold;
  color: #00519f;
}
.wrap__calendar--month .inner-contents .tool-chip ul li.subtitle svg {
  margin-top: 3px;
  margin-right: 2px;
}
.wrap__calendar--month .inner-contents .tool-chip ul li span span {
  font-size: 11px;
}
.wrap__calendar--month .inner-contents .tool-chip .btn_area {
  display: flex;
  justify-content: center;
}
.wrap__calendar--month .inner-contents .tool-chip .btn_area .detail {
  background-color: #FFF;
  border: 1px solid #00519f;
  border-radius: 4px;
  margin: 10px 0 20px 0px;
}
.wrap__calendar--month .inner-contents .tool-chip .btn_area .detail a {
  display: flex;
  color: #00519f;
  width: 100%;
}
.wrap__calendar--month .inner-contents .tool-chip .btn_area .detail a span {
  padding: 8px 80px;
  font-size: 15px;
}
.wrap__calendar--month .inner-contents .tool-chip .btn_area .detail a img {
  margin: 10px 10px 10px 5px;
  width: 8px;
  height: 12px;
}
.wrap__calendar--month table [class^="week-"] td .contents .inner-contents {
  max-width: 130px;
  padding: 2px 5px 5px 5px;
}
/* @media screen and (max-width: 767px) {
  .wrap__calendar--month .inner-contents span {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }
} */
/* @media screen and (max-width: 414px) {
  .wrap__calendar--month .inner-contents .tool-chip {
    position: fixed;
    top: 25%;
    right: 12%;
  }
}
@media screen and (max-width: 375px) {
  .wrap__calendar--month .inner-contents .tool-chip {
    top: 15%;
    right: 8%;
  }
}
@media screen and (max-width: 360px) {
  .wrap__calendar--month .inner-contents .tool-chip {
    right: 5%;
  }
}
@media screen and (max-width: 320px) {
  .wrap__calendar--month .inner-contents .tool-chip {
    right: 0;
  }
} */
/* ページ全体 */
.c-editcontainer {
  padding: 0;
}
/* start　現在予約中のWeb講演会 */
#reserve-contents {
  text-align: left;
}
#reserve-contents .reserve-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  margin: -10px 0 10px 0;
}
#reserve-contents .reserve-title .item-icon {
  font-size: 30px;
  margin-right: 5px;
}
#reserve-contents .reserve-title .item-icon svg {
  fill: #00519F;
}
#reserve-contents .reserve-area {
  font-weight: bold;
  font-size: 20px;
}
#reserve-contents .reserve-area .reserve-item {
  display: flex;
  width: 100%;
  border: solid 1px #DDD;
  margin-bottom: 10px;
}
#reserve-contents .reserve-area .reserve-item.not-seminar {
  text-align: center;
  display: inline-block;
  /* display: none; */
}
#reserve-contents .reserve-area .reserve-item.not-seminar p {
  font-size: 14px;
  font-weight: normal;
}
#reserve-contents .reserve-area .reserve-item .reserve-datetime {
  display: flex;
  align-items: center;
  background-color: #eef7ff;
  min-width: 154px;
  width: 15%;
  padding: 10px;
}
#reserve-contents .reserve-area .reserve-item .date {
  font-size: 14px;
  margin-bottom: 5px;
}
#reserve-contents .reserve-area .reserve-item .time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: normal;
  margin: 0 5px 0 0;
}
#reserve-contents .reserve-area .reserve-item .time svg {
  margin-right: 5px;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar {
  width: 75%;
  padding: 10px 0 0 10px;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar dl {
  margin: 0 0 5px 0;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar dl:nth-of-type(n+2) {
  border-top: solid 1px #DDD;
  padding-top: 5px;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar .seminar-title {
  color: #00519f;
  font-size: 17px;
  margin-bottom: 5px;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar .seminar-member {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar,
#reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar .calendar-title,
#reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar .calendar-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 3px 0;
  margin: 0;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #DDD;
  font-weight: normal;
  font-size: 13px;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar .calendar-title img {
  max-width: 100%;
  margin: -2px 5px 0 0;
  width: 14px;
  height: 14px;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar .calendar-list {
  margin-left: 15px;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar .calendar-list .date {
  margin-right: 10px;
  font-size: 13 px;
}
#reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar .calendar-list a {
  color: #00519f;
}
#reserve-contents .reserve-area .reserve-item .reserve-button-area {
  display: flex;
  align-items: center;
  margin: 10px 20px;
}
#reserve-contents .reserve-area .reserve-item .reserve-button-area .button {
  background-color: #00519f;
  color: #fff;
  font-size: 12px;
  min-width: 100px;
  width: 10%;
  height: 37px;
  margin: 0 10px;
  padding: 10px 0;
  border-radius: 3px;
}
#reserve-contents .reserve-area .reserve-item .reserve-button-area .button span {
  margin: 0px 25px 0px 30px;
}
#reserve-contents .reserve-area .reserve-item .reserve-button-area .button img {
  max-width: 100%;
  margin-bottom: 2px;
}
#reserve-contents .reserve-open {
  display: none;
  text-align: center;
}
#reserve-contents .reserve-open div {
  color: #00519f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 3px 20px 5px 20px;
}
#reserve-contents .reserve-open div:hover {
  background-color: #eef7ff;
}
#reserve-contents .reserve-open div span {
  margin-right: 20px;
}
#reserve-contents .reserve-open div img {
  width: 9px;
  height: auto;
  transform: rotate(-90deg);
  margin-top: 3px;
}
#reserve-contents .reserve-open div.selected img {
  transform: rotate(90deg);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #reserve-contents .reserve-area .reserve-item {
    display: block;
  }
  #reserve-contents .reserve-area .reserve-item .reserve-datetime {
    display: block;
    text-align: center;
    width: 100%;
  }
  #reserve-contents .reserve-area .reserve-item .reserve-datetime dl {
    margin: 0;
  }
  #reserve-contents .reserve-area .reserve-item .reserve-seminar {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  #reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar {
    display: list-item;
    flex-wrap: unset;
    border-bottom: solid 1px #DDD;
  }
  #reserve-contents .reserve-area .reserve-item .reserve-button-area .button {
    margin: 10px auto;
  }
  .wrap__calendar--month .inner-contents > span.time {
    font-size: 10px;
    margin-bottom: 0;
  }
  .wrap__calendar--month table [class^="week-"] td .contents {
    width: 94%;
    margin: 2px 3%;
    font-size: 10px;
  }
  .wrap__calendar--month table [class^="week-"] td .contents .inner-contents {
    max-width: 122px;
    padding: 2px;
  }
}
@media screen and (max-width: 320px) {
  #reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar .calendar-list {
    margin-left: 5px;
  }
  #reserve-contents .reserve-area .reserve-item .reserve-seminar .calendar .calendar-list .date {
    margin-right: 5px;
  }
}
/* end　現在予約中のWeb講演会 */
/* start　絞込機能 */
#calendar-contents {
  text-align: left;
}
#calendar-contents .calendar-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 0 0;
}
#calendar-contents .calendar-area {
  width: 100%;
}
#calendar-contents .calendar-title .item-icon {
  font-size: 30px;
  margin: -2px 5px 0 0;
}
#calendar-contents .calendar-title .item-icon svg {
  fill: #00519F;
}
#calendar-contents .calendar-controller {
  display: flex;
}
#calendar-contents .calendar-controller .viewswticher.date-controller {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #calendar-contents {
    display: none;
  }
}
.viewswticher {
  display: flex;
  list-style: none;
  border-bottom: 2px solid #00519f;
  padding: 0;
  margin: 0;
}
.viewswticher li {
  padding: 0.5em 1em;
}
.viewswticher #show-cal-main,
.viewswticher #show-cal-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #00519f;
  padding: 12px 0;
  cursor: pointer;
}
.viewswticher #show-cal-main.is-active,
.viewswticher #show-cal-list.is-active {
  background-color: #00519f;
  color: #fff;
}
.viewswticher #show-cal-main {
  border-left: 2px solid #00519f;
  border-top: 2px solid #00519f;
  border-radius: 0.3em 0 0 0;
}
.viewswticher #show-cal-list {
  border-right: 2px solid #00519f;
  border-top: 2px solid #00519f;
  border-radius: 0 0.3em 0 0;
}
.viewswticher #show-cal-controller {
  padding-left: 0;
}
.viewswticher #show-cal-main {
  min-width: 290px;
}
.viewswticher #show-cal-list {
  min-width: 220px;
}
.viewswticher #show-cal-main img,
.viewswticher #show-cal-list img {
  margin-right: 5px;
}
.viewswticher #show-cal-main svg {
  fill: #fff;
  margin-right: 5px;
}
.viewswticher #show-cal-main svg.fill-color {
  fill: #00519f;
}
.viewswticher #show-cal-controller .wrap__controller {
  margin: 0;
}
.viewswticher #show-cal-controller .wrap__controller .left {
  display: flex;
}
.viewswticher #show-cal-controller .wrap__controller .select-date {
  margin-bottom: 0px;
}
.viewswticher #show-cal-controller .wrap__controller .select-button {
  display: flex;
}
.viewswticher #show-cal-controller .wrap__controller .select-button span {
  display: flex;
  align-items: center;
}
.viewswticher #show-cal-controller .wrap__controller .select-button span img {
  width: 7px;
  height: auto;
}
.viewswticher #show-cal-controller .wrap__controller .select-button span.controller__last-month img {
  transform: rotate(180deg);
  margin-right: 5px;
  margin-top: 2px;
}
.viewswticher #show-cal-controller .wrap__controller .select-button span.controller__next-month img {
  margin-left: 5px;
  margin-top: 2px;
}
.viewswticher #show-cal-controller .wrap__controller .left .controller__label--this-month {
  font-size: 20px;
  padding-left: 0;
  padding-right: 20px;
}
.viewswticher #show-cal-controller .wrap__controller .left .controller__last-month,
.viewswticher #show-cal-controller .wrap__controller .left .controller__this-month,
.viewswticher #show-cal-controller .wrap__controller .left .controller__next-month {
  color: #00519f;
  border: 1px solid #00519f;
  font-size: 14px;
}
.viewswticher #show-cal-controller .wrap__controller .left .controller__this-month {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #calendar-contents .calendar-controller {
    display: block;
  }
  #calendar-contents .calendar-controller .viewswticher.date-controller {
    border-bottom: unset;
  }
  .viewswticher #show-cal-main,
  .viewswticher #show-cal-list {
    width: 100%;
    min-width: unset;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 320px) {
  .viewswticher #show-cal-controller {
    padding-right: 0;
  }
  .viewswticher #show-cal-controller .wrap__controller .left .controller__this-month {
    margin: 0 5px;
  }
  .viewswticher #show-cal-controller .wrap__controller .left .controller__label--this-month {
    font-size: 18px;
    padding-right: 10px;
  }
}
/* end　絞込機能 */
/* start　メインカレンダー */
.wrap__calendar .wrap__pull-down {
  background-color: #f5f6f7;
}
#calendar_list_search_area.wrap__pull-down {
    display: none !important;
}
#calendar_search_area.wrap__pull-down .select span {
  margin: 10px 40px 10px 5px;
  font-size: 14px;
  font-weight: bold;
}
#calendar_search_area.wrap__pull-down .select select {
  width: 276px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #calendar_list_search_area.wrap__pull-down {
      display: block !important;
  }
  #calendar_search_area.wrap__pull-down .select select {
    width: 100%;
  }
  .wrap__pull-down [class^="pull-down--"] {
    margin-right: 0;
  }
}
/* end　メインカレンダー */
/* start　一覧　メインカレンダー */
#list-contents {
  text-align: left;
}
#list-contents .list-title {
  font-weight: bold;
  font-size: 20px;
}
#list-contents .list-title .item-icon {
  font-size: 30px;
  margin-right: 5px;
}
#list-contents .list-area {
  font-size: 20px;
  margin-top: 20px;
}
#list-contents .list-area .list-item li {
  display: block;
}
#list-contents .list-area .list-item .mod__block_15:nth-child(1) {
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  #list-contents .list-area .list-item {
    margin-top: 10px !important;
  }
  #list-contents .list-area .list-item .mod__block_15:nth-child(1) {
    margin-top: 0;
  }
}
.mod__block_15 dl dd div.date span {
  font-size: 14px;
  font-weight: normal;
}
/* end　一覧　メインカレンダー */
/* start 共通CSS */
.pageWrapper #test.score-container {
  margin-bottom: 20px;
}
/* end 共通CSS */
/* start 暫時対応 記載エリア */
/* end 暫時対応 記載エリア */
/* 2022年4月　動画ページ用CSS追加 */
.watch_btn_area {
  display: block;
  margin: 15px 0;
}
.watch_btn_area .btn_item {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .watch_btn_area .btn_item {
    flex-wrap: wrap;
  }
}
.watch_btn_area .btn_item .see-later-button,
.watch_btn_area .btn_item .like-button,
.watch_btn_area .btn_item .contact-mr-button {
  width: 160px;
  height: 35px;
  border: 2px solid #00519F;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 20px;
  margin: 0 10px;
  cursor: pointer;
}
.watch_btn_area .btn_item .see-later-button,
.watch_btn_area .btn_item .like-button {
  display: flex;
  border: 2px solid #00519F;
  color: #00519F;
  font-size: 13px;
  padding: 3px 0 4px 0;
  background-color: #fff;
}
.watch_btn_area .btn_item .see-later-button svg,
.watch_btn_area .btn_item .like-button svg {
  width: 14px;
  height: 14px;
  fill: #00519F;
  margin-top: 1px;
  margin-right: 8px;
}
.watch_btn_area .btn_item .see-later-button.active:hover,
.watch_btn_area .btn_item .like-button.active:hover {
  background-color: #00519F;
  color: #fff;
}
.watch_btn_area .btn_item .see-later-button.active:hover svg,
.watch_btn_area .btn_item .like-button.active:hover svg {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .watch_btn_area .btn_item .see-later-button {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .watch_btn_area .btn_item .like-button {
    width: 45%;
    margin-bottom: 15px;
  }
}
.watch_btn_area .btn_item .see-later-button.close {
  width: 165px;
  border: 2px solid #999;
  color: #999;
}
.watch_btn_area .btn_item .see-later-button.close svg {
  display: none;
}
.watch_btn_area .btn_item .see-later-button.close:hover {
  background-color: #00519F;
  border: 2px solid #00519F;
  color: #fff;
}
.watch_btn_area .btn_item .like-button.close {
  border: 2px solid #999;
  color: #999;
}
.watch_btn_area .btn_item .like-button.close svg {
  fill: #999;
}
.watch_btn_area .btn_item .contact-mr-button {
  color: #fff;
  background: #00519f;
  position: relative;
  font-size: 13px;
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .watch_btn_area .btn_item .contact-mr-button {
    width: 100%;
    margin-bottom: 15px;
  }
}
.watch_btn_area .btn_item .contact-mr-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.watch_btn_area .btn_item .contact-mr-button:hover {
  color: #00519f;
  background: #fff;
}
.watch_btn_area .btn_item .contact-mr-button:hover::before {
  border-color: #00519f;
}
.see_later_movie {
  display: block;
  text-align: center;
}
.see_later_movie .title {
  display: none;
  text-align: left;
  border-left: 4px solid #00519F;
  padding-left: 11px;
}
.see_later_movie .movie_slider {
  width: 100%;
}
.see_later_movie .movie_slider .slick-slide .mod__block_11 {
  margin-right: 5px;
  margin-left: 5px;
}
.see_later_movie .movie_slider .mod__block_11 img {
  height: auto;
  margin-bottom: 0;
}
.see_later_movie .movie_slider .mod__block_11 .desc {
  height: 75px;
}
.see_later_movie .movie_slider .mod__block_11 .desc dl {
  padding-top: 10px;
  padding-bottom: 10px;
}
.see_later_movie .movie_slider .mod__block_11 dl dt {
  color: #00519F;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.see_later_movie .movie_slider .movie_delete {
  display: flex;
  justify-content: center;
}
.see_later_movie .movie_slider .movie_delete .delete-button {
  display: flex;
  width: 200px;
  border: 2px solid #00519F;
  color: #00519F;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-decoration: none;
  border-radius: 8px;
  padding: 3px 0 4px 0;
  margin: 5px;
  cursor: pointer;
  background-color: #fff;
}
.see_later_movie .movie_slider .movie_delete .delete-button.active:hover {
  background-color: #00519F;
  color: #fff;
}
.see_later_movie .movie_slider .movie_delete .delete-button svg {
  fill: #00519F;
  margin-top: 1px;
  margin-right: 10px;
}
.see_later_movie .movie_slider .movie_delete .delete-button.active:hover svg {
  fill: #fff;
}
.see_later_movie .movie_slider .movie_delete .delete-button.close {
  border: 2px solid #999;
  color: #999;
  cursor: default;
}
.see_later_movie .movie_slider .movie_delete .delete-button.close svg {
  fill: #999;
}
@media screen and (max-width: 640px) {
  .see_later_movie .movie_slider {
    width: 100%;
  }
}
/*-----------矢印表示----------*/
.see_later_movie .slick-next {
  right: 0!important;
}
.see_later_movie .slick-prev {
  left: 0!important;
}
.see_later_movie .slick-arrow {
  z-index: 2!important;
}
/* 22年5月 施設検索CSS追加 */
#facility_search_area .msg {
  display: none;
  color: #9F0000;
  font-size: 14px !important;
  font-weight: 500 !important;
}
#facility_search_area .mod__table tr th:first-child,
#facility_search_area .mod__table tr td:first-child {
  border-left: solid 1px #BFBFBF;
}
#facility_search_area .cell {
  padding: 5px 10px;
  border-right: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
}
#facility_search_area .nonmember {
  background-color: #cae5ff80;
}
@media screen and (max-width: 767px) {
  #facility_search_area .temp__wrap-select {
    display: inline-flex;
    flex-direction: column;
  }
  #facility_search_area .temp__wrap-select.arrow::before {
    top: 43px;
  }
}
#facility_search_area .wrap-pager ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#facility_search_area .wrap-pager ul li {
  display: block;
  background: #f4f4f4;
  border-radius: 4px;
  margin: 5px 2px;
}
#facility_search_area .wrap-pager ul li input {
  display: block;
  text-decoration: none;
  color: #00519F;
  border: 1px solid #00519F;
  padding: 5px 12px;
  font-size: 12px;
  transition: 0.2s;
  border-radius: 4px;
}
#facility_search_area .wrap-pager ul li input.back,
#facility_search_area .wrap-pager ul li input.next,
#facility_search_area .wrap-pager ul li input.current {
  color: #fff;
  background: #00519F;
}
#facility_search_area .wrap-pager ul li input.current {
  pointer-events: none;
}
#facility_search_area .wrap-pager ul li input:hover {
  color: #fff;
  background: #3A9BF7;
  cursor: pointer;
}
#facility_search_area #search-title,
#facility_search_area #result,
#facility_search_area #search_page {
  display: none;
}
#facility_search_area form dl.information-alert {
  display: none;
}
#facility_search_area #result-table table tbody .cell.area_name {
  background-color: #CAE5FF;
  color: #00519F;
}
#bookmark_movie_area .info_empty {
  display: none;
  text-align: center;
}
#bookmark_movie_area .see_later_movie {
  display: block;
}
#bookmark_movie_area .see_later_movie .movie_slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#bookmark_movie_area .see_later_movie .movie_slider .mod__block_11 {
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #bookmark_movie_area .see_later_movie .movie_slider {
    justify-content: center;
  }
}


/* 「興味がある領域」モーダル表示 */
#modalArea_interested.modalArea .modalWrapper {
  overflow-y: scroll;
  width: 83%;
}
#modalArea_interested #title_main {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
#modalArea_interested #title_sub {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
#modalArea_interested .modalWrapper .menu .left {
  width: 100%;
}

#modalArea_interested dl.mod__frm_table dt {
  width: 100%;
}
#modalArea_interested dl.mod__frm_table dd {
  width: 100%;
  padding: 0 0 15px 0;
}
#modalArea_interested dl.mod__frm_table dd ul li{
  height: auto;
}

@media screen and (max-width: 1023px) {
#modalArea_interested dl.mod__frm_table dt,
#modalArea_interested dl.mod__frm_table dd {
    display: block;
    width: 100%;
  }
}

#modalArea_interested dl.mod__frm_table ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem 0;
  color: #666;
}
#modalArea_interested dl.mod__frm_table ul span {
  display: block;
  width: calc((100% - 1.5rem) / 2);
  margin-left: 0 !important;
  position: relative;
  left: 5rem;
}
#modalArea_interested dl.mod__frm_table dt + dd {
  border: none;
}
#modalArea_interested .mod__frm-checkbox label {
  font-size: 20px;
  position: relative;
  left: 5px;
  bottom: 3px;
}
#modalArea_interested .mod__btn-functionary_large {
  font-size: 20px;
}

@media screen and (max-width: 1023px) {
  #modalArea_interested.modalArea .modalWrapper {
    overflow-y: scroll;
  }
  #modalArea_interested.modalArea .modalWrapper .bold-fs16-text {
    font-size: 16px;
  }
  #modalArea_interested dl.mod__frm_table ul {
    flex-direction: column;
    gap: 1rem;
  }
  #modalArea_interested dl.mod__frm_table ul span {
    width: 100%;
    left: 0;
  }
  #modalArea_interested .mod__frm-checkbox label,
  #modalArea_interested .mod__btn-functionary_large {
    font-size: 16px;
  }
  #modalArea_interested .mod__frm-checkbox label {
    left: 0;
    bottom: 0;
  }

  #modalArea_interested #title_main {
    font-size: 20px;
  }
  #modalArea_interested #title_sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.productSearch-box{
  border: 1px solid #aaa;
  background:#fff;
  padding: 1em;
}
.productSearch-box .title{
}

.productSearch-box .productSearch-input-inner{
  position: relative;
}
.productSearch-box .productSearch-input-inner .medicalSearch-button{
  position: absolute;
  top: 50%;
  right:0;
  background: none;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.productSearch-box .productSearch-input-inner input{
  width:100%;
  background-color: #fafafa;
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 2;
  padding-left: 0.5em;
  padding-right: 1.6em;
}
.productSearch-box .productSearch-input-inner input:focus-visible{
  /* outline:none; */
}

.productSearch-box ul.kana-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(38px, 1fr));
  grid-template-rows:1fr;
  gap: 0.25em;
}


header .wrap-sp-header nav .inner ul li.accordion ul.kana-list li{
  padding-left: 0;
}
.productSearch-box ul.kana-list li a{
  
}
.productSearch-box ul.kana-list li a{
  display: block!important;
  text-align: center!important;
  border: 2px solid #0070c0!important;
  border-radius: 0.5em!important;
  padding: 0.35em!important;
  width: 100%!important;
  color: #0070c0!important;
  text-decoration: none!important;
  transition: 0.25s!important;
}
.productSearch-box ul.kana-list li a:hover{
  background: #3A9BF7!important;
  border-color: #3A9BF7!important;
  color: #fff!important;
}
    ul li.disabled a.first-letter{
    background: #ccc !important;
    border-color: #ccc !important;
    pointer-events: none !important;
    color: #fff !important;
    }



/* jquery ui */
.ui-autocomplete{
  background:rgba(102,102,102,0.9)!important;
  color:white!important;
  width: 100% !important;
  overflow-y: scroll;
  max-height: 250px;
  z-index: 1;
  position: absolute!important;
}
.ui-autocomplete li .ui-menu-item-wrapper{
  font-size: 3.46667vw;
  padding: 0.2em 0.5em;
  cursor: pointer;
  width: 100%;
}
.ui-autocomplete li div:hover{
  background: rgba(255,255,255,0.2);
}
@media print, screen and (min-width: 768px){
  .ui-autocomplete{
    /* z-index: 1000000; */
    /* width: 420px !important; */
  }
  .ui-autocomplete li .ui-menu-item-wrapper{
    font-size: 1em;
  }
}
@media print, screen and (min-width: 992px){
  .ui-autocomplete{
    /* width: 526px !important; */
  }
}
.ui-helper-hidden-accessible{
  display: none;
}









.medical__whatsnew .category .label{
font-size:1.5em;
vertical-align: middle;
margin-left: 1em;
border: 1px solid #aaa;
padding: 0.25em 0.75em;
}



.mayaku_news .medical__whatsnew .whatsnew__switcher ul li button {
font-size: 2.1em;
cursor:pointer;
}

.mayaku_news .medical__whatsnew .whatsnew__switcher ul li button {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
text-align: center;
padding: 0 0 13px;
font-weight: bold;
line-height: 1.11;
background:#fff;
border:none;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active button,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover button {
opacity: 0.7;
text-decoration: none;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active button::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover button::after {
content: "";
display: block;
margin-left: -6.5px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 6.5px 0 6.5px;
border-color: #00529f transparent transparent transparent;
position: absolute;
left: 50%;
top: 100%;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active.all button::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover.all button::after {
border-color: #00529f transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active.news button::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover.news button::after {
border-color: #25005C transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li.active.info button::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:hover.info button::after {
border-color: #3A9BF7 transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-2) button,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-2):hover button {
color: #00519F;
border-bottom: 3px solid #00519F;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-2) button::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-2):hover button::after {
border-color: #00529f transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-1) button,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-1):hover button {
color: #25005C;
border-bottom: 3px solid #25005C;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-1) button::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n-1):hover button::after {
border-color: #25005C transparent transparent transparent;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n) button,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n):hover button {
color: #3A9BF7;
border-bottom: 3px solid #3A9BF7;
}
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n) button::after,
.mayaku_news .medical__whatsnew .whatsnew__switcher ul li:nth-of-type(3n):hover button::after {
border-color: #3A9BF7 transparent transparent transparent;
}



/* セミナーページ　カレンダーボタン調整 */
.seminar-detail ul li.detail .cal-buttons{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap:0.5em;padding-bottom:6px;
}
.seminar-detail ul li.detail .cal-buttons li{
    margin:0;
}
.seminar-detail ul li.detail .cal-buttons li a.cal{ width:100%;}


/* セミナーページ　サムネイル調整 */
#list-contents .list-area .list-item li{
    display: grid;
    grid-template:
      "thumb  title" auto
      "content  content" auto
      "button  button" auto /
    minmax(240px,30%) 1fr;
    gap: 1em;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
#list-contents .list-area .list-item li{
    display: grid;
    grid-template:
      " title" auto
      "thumb" auto
      "content" auto
      "button" auto /
    auto;
    gap: 1em;
    align-items: flex-start;
  }
}


/* アイコン */
span.icon_question {
    display: inline-block;
    vertical-align:middle;
    background: url(/assets/img/common/icon_question.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  a:hover span.icon_question {
    background: url(/assets/img/common/icon_question_w.png) no-repeat;
    background-size: contain;
  }
  
  span.icon_symptom {
    display: inline-block;
    vertical-align:middle;
    background: url(/assets/img/common/icon_symptom.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  a:hover span.icon_symptom {
    background: url(/assets/img/common/icon_symptom_w.png) no-repeat;
    background-size: contain;
  }
  
  span.icon_therapy {
    display: inline-block;
    vertical-align:middle;
    background: url(/assets/img/common/icon_therapy.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  a:hover span.icon_therapy {
    background: url(/assets/img/common/icon_therapy_w.png) no-repeat;
    background-size: contain;
  }
  
  span.icon_advice {
    display: inline-block;
    vertical-align:middle;
    background: url(/assets/img/common/icon_advice.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  a:hover span.icon_advice {
    background: url(/assets/img/common/icon_advice_w.png) no-repeat;
    background-size: contain;
  }
  
  span.icon_data {
    display: inline-block;
    vertical-align:middle;
    background: url(/assets/img/common/icon_data.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  a:hover span.icon_data {
    background: url(/assets/img/common/icon_data_w.png) no-repeat;
    background-size: contain;
  }
  
  span.icon_qa {
    display: inline-block;
    vertical-align:middle;
    background: url(/assets/img/common/icon_qa.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  a:hover span.icon_qa {
    background: url(/assets/img/common/icon_qa_w.png) no-repeat;
    background-size: contain;
  }
  span.icon_pdf {
    display: inline-block;
    vertical-align:middle;
    background: url(/assets/img/common/icon_pdf.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  a:hover span.icon_pdf {
    background: url(/assets/img/common/icon_pdf_w.png) no-repeat;
    background-size: contain;
  }


  span.icon_exclamation {
    display: inline-block;
    vertical-align:middle;
    background: url(/assets/img/common/icon_exclamation.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  span.icon_paper {
    display: inline-block;
    vertical-align:middle;
    background: url(/assets/img/common/icon_paper.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
/* link hover style*/
.link-opacity-75-hover:hover{opacity:0.75;}




.allow-link-list li a{
  border-bottom:1px solid #ccc;
  padding-bottom: 0.5em;
  display:block;
  color:inherit;
  text-decoration:none;
  position:relative;
  margin-bottom: 0.5em;
}
.allow-link-list li a:after{
  content:'';
      width: 0.5em;
    height: 0.5em;
    border: 0px;
    border-top: solid 1px #21529b;
    border-right: solid 1px #21529b;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    transition: 0.2s;
}




.mod__btn_light-red.disabled {
  pointer-events:none;
  background-color: #BFBFBF;
  border-color: #707070;
}