.pbMainArea {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1200px) {
  .pbMainArea {
    width: calc(100% - 180px);
    max-width: calc(100% - 180px);
    margin: 0 auto;
  }
}

.topicPath {
  display: none;
}

/*==================================================
  topVi
==================================================*/
.topViWrap {
  overflow: visible;
}

.topViWrap .pbNestedWrapper {
  overflow: visible;
}

.topVi {
  position: relative;
  left: 0;
  top: 0;
}

.topVi img {
  width: 100%;
}

@media print, screen and (min-width: 1200px) {
  .topVi {
    height: 480px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topVi {
    height: 460px;
  }
}

@media print, screen and (min-width: 1480px) {
  .topVi {
    height: 560px;
  }
}

/*==================================================
  topViSlide
==================================================*/
.topViSlide {
  position: relative;
  overflow: hidden;
}

.topViSlide ul {
  margin: 0;
  padding: 0;
}

.topViSlide ul li {
  width: 100%;
  height: 240px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .topViSlide ul li {
    width: 100%;
    height: 400px;
  }
}

@media print, screen and (min-width: 1200px) {
  .topViSlide ul li {
    height: 480px;
    background-size: auto;
  }
}

@media print, screen and (min-width: 1400px) {
  .topViSlide ul li {
    background-size: cover;
  }
}

@media print, screen and (min-width: 1480px) {
  .topViSlide ul li {
    height: 560px;
  }
}

.topViSlide .bx-wrapper {
  margin: 0 auto;
}

.topViSlide .bx-wrapper .bx-viewport {
  box-shadow: none;
  border-width: 0;
  left: 0;
}

.topViSlide .bx-wrapper .bx-pager,
.topViSlide .bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .topViSlide .bx-wrapper .bx-pager,
  .topViSlide .bx-wrapper .bx-controls-auto {
    top: auto;
    bottom: 20px;
  }
}

.topViSlide .bx-wrapper .bx-pager {
  padding: 0;
  z-index: 10;
}

.topViSlide .bx-wrapper .bx-pager.bx-default-pager a:hover,
.topViSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #17194C !important;
}

.topViSlide .bx-wrapper .bx-pager.bx-default-pager a {
  width: 30px;
  height: 5px;
  border-radius: 0;
}

@media print, screen and (min-width: 1200px) {
  .topViSlide .bx-wrapper .bx-pager.bx-default-pager a {
    width: 60px;
    height: 10px;
  }
}

/*==================================================
  topViBnr
==================================================*/
.topViBnr {
  padding: 20px 0;
  background-color: #17194C;
}

@media print, screen and (min-width: 768px) {
  .topViBnr {
    padding: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .topViBnr {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
  }
}

.topViBnr ul {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1200px) {
  .topViBnr ul {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
}

.topViBnr ul li {
  width: 200px !important;
  height: 200px !important;
  margin: 0 10px 20px 10px;
  padding: 3px;
  border-radius: 100%;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .topViBnr ul li {
    width: auto !important;
    transition: all .2s;
  }
  .topViBnr ul li:hover {
    transform: scale(1.1);
    z-index: 1000;
  }
}

.topViBnr ul li:first-child {
  display: block;
}

.topViBnr ul li img {
  border-radius: 100%;
  overflow: hidden;
  z-index: 9;
}

@media print, screen and (min-width: 768px) {
  .topViBnr ul li {
    width: 100%;
    height: 460px;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 20;
  }
  .topViBnr ul li:nth-child(1) {
    width: 140px !important;
    height: 140px !important;
    top: 3%;
    left: 30px;
  }
  .topViBnr ul li:nth-child(2) {
    width: 140px !important;
    height: 140px !important;
    top: 3%;
    right: 30px;
  }
  .topViBnr ul li:nth-child(3) {
    width: 130px !important;
    height: 130px !important;
    top: 43%;
    left: 10px;
  }
  .topViBnr ul li:nth-child(4) {
    width: 130px !important;
    height: 130px !important;
    top: 43%;
    right: 10px;
  }
  .topViBnr ul li:nth-child(5) {
    width: 100px !important;
    height: 100px !important;
    top: 76%;
    left: 100px;
  }
  .topViBnr ul li:nth-child(6) {
    width: 100px !important;
    height: 100px !important;
    top: 76%;
    right: 100px;
  }
  .topViBnr ul li.large {
    width: 140px !important;
    height: 140px !important;
  }
}

@media print, screen and (min-width: 1200px) {
  .topViBnr ul li {
    width: 100%;
    height: 400px;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 20;
  }
  .topViBnr ul li:nth-child(1) {
    width: 200px !important;
    height: 200px !important;
    top: 10px;
    left: 30px;
  }
  .topViBnr ul li:nth-child(2) {
    width: 200px !important;
    height: 200px !important;
    top: 10px;
    right: 30px;
  }
  .topViBnr ul li:nth-child(3) {
    width: 130px !important;
    height: 130px !important;
    top: 220px;
    left: 0;
  }
  .topViBnr ul li:nth-child(4) {
    width: 130px !important;
    height: 130px !important;
    top: 220px;
    right: 0;
  }
  .topViBnr ul li:nth-child(5) {
    width: 130px !important;
    height: 130px !important;
    top: 340px;
    left: 100px;
  }
  .topViBnr ul li:nth-child(6) {
    width: 130px !important;
    height: 130px !important;
    top: 340px;
    right: 100px;
  }
  .topViBnr ul li.large {
    width: 200px !important;
    height: 200px !important;
  }
}

.topViBnr ul a {
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 1200px) {
  .topViBnr ul a {
    padding: 0;
  }
}

.topViBnr ul a:after {
  display: none;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  left: calc(50% - 15px);
  background-color: #17194C;
  z-index: 100;
  border-radius: 100%;
  border: 2px solid #FFF;
  background-image: url(/library/common2020/images/icon_arrow_s_white_right.png);
  background-size: 5px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}

.topViBnr .slick-slide {
  height: auto;
}

/*==================================================
  info-particles-js
==================================================*/
#info-particles-js {
  width: 100%;
  height: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}

/*==================================================
  topInfo
==================================================*/
.topInfo {
  padding: 40px 15px;
  overflow: hidden;
  position: relative;
  background: #222577;
  background: linear-gradient(to bottom, #222577 0%, #10102d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}

@media print, screen and (min-width: 1200px) {
  .topInfo {
    padding: 60px 0;
  }
}

.topInfo .topInfo__mt {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  color: #fff;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 1200px) {
  .topInfo .topInfo__mt {
    margin-bottom: 60px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.topInfo .topInfo__mt:after {
  width: 50px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  background-color: #fff;
}

.topInfo .topInfo__list {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  z-index: 20;
}

@media print, screen and (min-width: 768px) {
  .topInfo .topInfo__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1200px) {
  .topInfo .topInfo__list {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topInfo .topInfo__list {
    padding: 0;
  }
}

.topInfo .topInfo__list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eaedee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 768px) {
  .topInfo .topInfo__list li {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media print, screen and (min-width: 1200px) {
  .topInfo .topInfo__list li:hover {
    background: #eeeeee;
    background: linear-gradient(to bottom, #eeeeee 0%, #eaedee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  }
}

.topInfo .topInfo__list li a {
  margin: 0;
  padding: 10px;
  display: block;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 1200px) {
  .topInfo .topInfo__list li a {
    padding: 15px;
  }
}

.topInfo .topInfo__list li a .topInfo__pht {
  width: 90px;
  margin: 0 auto 0 0;
}

@media print, screen and (min-width: 1200px) {
  .topInfo .topInfo__list li a .topInfo__pht {
    width: 150px;
  }
}

.topInfo .topInfo__list li a .topInfo__text {
  width: calc(100% - 105px);
  margin: 0 0 0 auto;
}

@media print, screen and (min-width: 1200px) {
  .topInfo .topInfo__list li a .topInfo__text {
    width: calc(100% - 170px);
  }
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__date {
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media print, screen and (min-width: 1200px) {
  .topInfo .topInfo__list li a .topInfo__text .topInfo__date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__tag {
  padding: 2px 8px;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  border-radius: 15px;
  background-color: #333;
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__tag.topInfo__tag--nyushi {
  background-color: #f87a2f;
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__tag.topInfo__tag--info {
  background-color: #e85e91;
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__tag.topInfo__tag--event {
  background-color: #12a1d6;
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__tag.topInfo__tag--covid19 {
  background-color: #8e2a20;
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__tag.topInfo__tag--news {
  background-color: #9cc204;
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__tag.topInfo__tag--shinsai {
  background-color: #5fb094;
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__title {
  width: 100%;
  margin-top: 6px;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 1200px) {
  .topInfo .topInfo__list li a .topInfo__text .topInfo__title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.topInfo .topInfo__list li a .topInfo__text .topInfo__title .iconNew {
  padding: 2px 8px;
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: normal;
}

.topInfo .topInfo__btn {
  text-align: center;
  position: relative;
  z-index: 20;
}

.topInfo .topInfo__btn a {
  padding: 15px 20px 15px 35px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  background-image: url(/library/common2020/images/icon_arrow_s_white_right.png);
  background-size: 5px 7px;
  background-position: 20px center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1200px) {
  .topInfo .topInfo__btn a {
    transition: all .2s;
  }
  .topInfo .topInfo__btn a:hover {
    background-position: 25px center;
  }
}

/*==================================================
  pickup-particles-js
==================================================*/
#pickup-particles-js {
  width: 100%;
  height: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}

/*==================================================
  topPickup
==================================================*/
.topPickup {
  padding: 40px 15px;
  position: relative;
  overflow: hidden;
  background: #ECECEC;
  background: linear-gradient(to bottom, #ECECEC 0%, #ECECEC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}

@media print, screen and (min-width: 1200px) {
  .topPickup {
    padding: 60px 0;
  }
}

/*==================================================
  topPickupTitle
==================================================*/
.topPickupTitle p {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 1200px) {
  .topPickupTitle p {
    margin-bottom: 60px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.topPickupTitle p:after {
  width: 50px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  background-color: #17194C;
}

/*==================================================
  topPickupList
==================================================*/
.topPickupList {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}

.topPickupList > .pbNestedHorizontalWrapper {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 576px) {
  .topPickupList > .pbNestedHorizontalWrapper {
    justify-content: start;
  }
}

@media print, screen and (min-width: 1200px) {
  .topPickupList > .pbNestedHorizontalWrapper {
    width: 100%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topPickupList > .pbNestedHorizontalWrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.topPickupList .topPickupList__box {
  width: 48% !important;
  margin: 0 1% 4% 1%;
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .topPickupList .topPickupList__box {
    width: 32% !important;
    margin: 0 2% 4% 0;
  }
  .topPickupList .topPickupList__box:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .topPickupList .topPickupList__box {
    width: 23.8% !important;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
  }
  .topPickupList .topPickupList__box:nth-child(3n) {
    margin-right: 1.6%;
  }
  .topPickupList .topPickupList__box:nth-child(4n) {
    margin-right: 0;
  }
}

.topPickupList .topPickupList__box .topPickupList__pht {
  overflow: hidden;
}

.topPickupList .topPickupList__box .topPickupList__pht p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.topPickupList .topPickupList__box .topPickupList__pht img {
  transition: all .2s;
}

.topPickupList .topPickupList__box .topPickupList__pht img:hover {
  transform: scale(1.1);
}

.topPickupList .topPickupList__box .topPickupList__title p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.topPickupList .topPickupList__box .topPickupList__title a {
  width: 100%;
  padding: 10px 10px 10px 30px;
  display: block;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  background: #222577;
  background: linear-gradient(to bottom, #222577 0%, #10102d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}

.topPickupList .topPickupList__box .topPickupList__title a:before {
  width: 5px;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 17px;
  background-image: url(/library/common2020/images/icon_arrow_s_white_right.png);
  background-size: 5px 7px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1200px) {
  .topPickupList .topPickupList__box .topPickupList__title a:before {
    transition: all .2s;
  }
}

@media print, screen and (min-width: 1200px) {
  .topPickupList .topPickupList__box .topPickupList__title a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .topPickupList .topPickupList__box .topPickupList__title a:hover:before {
    left: 20px;
  }
}

/*==================================================
  topBnrList
==================================================*/
.topBnrList {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

@media print, screen and (min-width: 1200px) {
  .topBnrList {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px 20px 40px 20px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topBnrList {
    padding-right: 0;
    padding-left: 0;
  }
}

/*==================================================
  topDep
==================================================*/
.topDep {
  width: 100%;
  padding: 40px 15px;
  background-color: #f4f8fd;
}

@media print, screen and (min-width: 1200px) {
  .topDep {
    padding: 60px 0 40px 0;
    background-image: url(/library/common2020/images/top/topdep_bg.png);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
  }
}

.topDep .topDep__mt {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 1200px) {
  .topDep .topDep__mt {
    margin-bottom: 60px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.topDep .topDep__mt:after {
  width: 50px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  background-color: #17194C;
}

@media print, screen and (min-width: 1200px) {
  .topDep__area {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1400px) {
  .topDep__area {
    padding-right: 0;
    padding-left: 0;
  }
}

.topDep__area > .pbNestedHorizontalWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topDep__area .topDep__igaku,
.topDep__area .topDep__sangyoHoken {
  width: 100% !important;
  margin-bottom: 20px;
  background-color: #fff;
}

@media print, screen and (min-width: 576px) {
  .topDep__area .topDep__igaku,
  .topDep__area .topDep__sangyoHoken {
    width: 49% !important;
  }
}

.topDep__area .topDep__other {
  width: 100% !important;
  margin-bottom: 20px;
  background-color: #fff;
}

@media print, screen and (min-width: 576px) {
  .topDep__area .topDep__other {
    width: 49% !important;
  }
}

@media print, screen and (min-width: 768px) {
  .topDep__area .topDep__other {
    width: 32% !important;
  }
}

@media print, screen and (min-width: 1200px) {
  .topDep__area .topDep__other .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.topDep__block a {
  display: inline-block;
  text-decoration: none;
}

.topDep__block .pht {
  margin: 0;
  overflow: hidden;
}

.topDep__block .pht img {
  width: 100%;
}

@media print, screen and (min-width: 1200px) {
  .topDep__block .pht img {
    transition: all .2s;
  }
}

@media print, screen and (min-width: 1200px) {
  .topDep__block .pht:hover img {
    transform: scale(1.05);
  }
}

.topDep__block .title {
  margin: 0;
  padding: 15px 15px 8px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  line-height: 1;
  color: #17194C;
}

@media print, screen and (min-width: 1200px) {
  .topDep__block .title {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 20px 20px 10px 20px;
  }
}

.topDep__block .title__en {
  margin: 0;
  padding: 0 15px 12px 15px;
  position: relative;
  color: #8b8caf;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  text-transform: uppercase;
}

@media print, screen and (min-width: 1200px) {
  .topDep__block .title__en {
    padding: 0 20px 20px 20px;
  }
}

.topDep__block .title__en:before {
  width: calc(100% - 30px);
  height: 1px;
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  background-color: #DADDDF;
}

@media print, screen and (min-width: 1200px) {
  .topDep__block .title__en:before {
    left: 20px;
    width: calc(100% - 40px);
  }
}

.topDep__block .title__en:after {
  width: 100px;
  height: 1px;
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  background-color: #17194C;
}

@media print, screen and (min-width: 1200px) {
  .topDep__block .title__en:after {
    left: 20px;
  }
}

.topDep__list {
  padding: 15px;
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .topDep__list {
    padding: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .topDep__list.topDep__list--2col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .topDep__list.topDep__list--2col ul li {
    width: 48%;
  }
}

.topDep__list ul {
  margin: 0 !important;
  padding: 0 !important;
}

.topDep__list ul li {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  list-style-type: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.topDep__list ul li a {
  padding-left: 12px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  background-image: url(/library/common2020/images/icon_arrow_s_primary_right.png);
  background-size: 5px 7px;
  background-repeat: no-repeat;
  background-position: 0 6px;
}

@media print, screen and (min-width: 1200px) {
  .topDep__list ul li a {
    transition: all .2s;
  }
  .topDep__list ul li a:hover {
    background-position: 4px 6px;
    text-decoration: underline;
  }
}

/*==================================================
  hospital-particles-js
==================================================*/
#hospital-particles-js {
  width: 100%;
  height: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}

/*==================================================
  topHospital
==================================================*/
.topHospital {
  width: 100%;
  padding: 40px 15px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .topHospital {
    padding: 60px 0 60px 0;
  }
}

.topHospital .topHospital__mt {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  text-align: center;
  position: relative;
  z-index: 20;
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__mt {
    margin-bottom: 60px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.topHospital .topHospital__mt:after {
  width: 50px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  background-color: #17194C;
}

.topHospital .topHospital__inner {
  padding: 0 15px;
  position: relative;
  z-index: 20;
}

@media print, screen and (min-width: 576px) {
  .topHospital .topHospital__inner {
    max-width: 520px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__inner {
    max-width: none;
    width: 740px;
  }
}

.topHospital .topHospital__block {
  width: 240px;
  margin: 0 auto 40px auto;
}

@media print, screen and (min-width: 576px) {
  .topHospital .topHospital__block {
    margin: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__block {
    width: 330px;
  }
}

.topHospital .topHospital__block a {
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__block a:hover .topHospital__pht img {
    transform: scale(1.1);
  }
}

.topHospital .topHospital__block .topHospital__pht {
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #FFF;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
}

.topHospital .topHospital__block .topHospital__pht img {
  transition: all .2s;
}

.topHospital .topHospital__block .topHospital__title {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.topHospital .topHospital__block .topHospital__title .topHospital__ja {
  margin-bottom: 8px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #17194C;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__block .topHospital__title .topHospital__ja {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.topHospital .topHospital__block .topHospital__title .topHospital__en {
  display: block;
  font-size: 8px;
  font-size: 0.5rem;
  color: #8b8caf;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  text-transform: uppercase;
}

/*==================================================
  hospital-particles-js
==================================================*/
#hospital-particles-js {
  width: 100%;
  height: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}

/*==================================================
  topHospital
==================================================*/
.topHospital {
  width: 100%;
  padding: 40px 15px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .topHospital {
    padding: 60px 0 60px 0;
  }
}

.topHospital .topHospital__mt {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  text-align: center;
  position: relative;
  z-index: 20;
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__mt {
    margin-bottom: 60px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.topHospital .topHospital__mt:after {
  width: 50px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  background-color: #17194C;
}

.topHospital .topHospital__inner {
  padding: 0 15px;
  position: relative;
  z-index: 20;
}

@media print, screen and (min-width: 576px) {
  .topHospital .topHospital__inner {
    max-width: 520px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__inner {
    max-width: none;
    width: 740px;
  }
}

.topHospital .topHospital__block {
  width: 240px;
  margin: 0 auto 40px auto;
}

@media print, screen and (min-width: 576px) {
  .topHospital .topHospital__block {
    margin: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__block {
    width: 330px;
  }
}

.topHospital .topHospital__block a {
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__block a:hover .topHospital__pht img {
    transform: scale(1.1);
  }
}

.topHospital .topHospital__block .topHospital__pht {
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #FFF;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
}

.topHospital .topHospital__block .topHospital__pht img {
  transition: all .2s;
}

.topHospital .topHospital__block .topHospital__title {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.topHospital .topHospital__block .topHospital__title .topHospital__ja {
  margin-bottom: 8px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #17194C;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
}

@media print, screen and (min-width: 1200px) {
  .topHospital .topHospital__block .topHospital__title .topHospital__ja {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.topHospital .topHospital__block .topHospital__title .topHospital__en {
  display: block;
  font-size: 8px;
  font-size: 0.5rem;
  color: #8b8caf;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  text-transform: uppercase;
}

/*==================================================
  topKanrenLink
==================================================*/
.topKanrenLink {
  padding: 40px 15px;
  background-color: #f4f8fd;
}

@media print, screen and (min-width: 1200px) {
  .topKanrenLink {
    padding: 60px 0;
  }
}

.topKanrenLink .topKanrenLink__inner {
  width: 100%;
}

@media print, screen and (min-width: 1200px) {
  .topKanrenLink .topKanrenLink__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topKanrenLink .topKanrenLink__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.topKanrenLink .topKanrenLink__inner ul {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 576px) {
  .topKanrenLink .topKanrenLink__inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1200px) {
  .topKanrenLink .topKanrenLink__inner ul {
    justify-content: start;
  }
}

.topKanrenLink .topKanrenLink__inner ul li {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #DADDDF;
}

@media print, screen and (min-width: 576px) {
  .topKanrenLink .topKanrenLink__inner ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

@media print, screen and (min-width: 1200px) {
  .topKanrenLink .topKanrenLink__inner ul li {
    width: 23.8% !important;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
  }
  .topKanrenLink .topKanrenLink__inner ul li:nth-child(4n) {
    margin-right: 0;
  }
}

.topKanrenLink .topKanrenLink__inner ul li a {
  margin: 0;
  padding: 15px 15px 15px 25px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  background-image: url(/library/common2020/images/icon_arrow_s_primary_right.png);
  background-repeat: no-repeat;
  background-position: 15px 22px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1200px) {
  .topKanrenLink .topKanrenLink__inner ul li a {
    transition: all .2s;
  }
  .topKanrenLink .topKanrenLink__inner ul li a:hover {
    background-position: 19px 22px;
  }
}
/*# sourceMappingURL=top.css.map */

@media print, screen and (min-width: 1200px) {
    .pbMainArea {
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    left: 200px;
    margin: 0;
  }
}

/* トップページ_スマホ時のサイドナビ */
.second-sp {
	background-color: #f4f8fd;
}
.pbMainArea .second-sp p {
	margin: 0;
}
.second-sp a:link {
    padding: 7px;
    text-decoration: none;
}
.second-sp span {
	color: #333;
}
.second-sp .nestColBox {
	margin:10px 0;
	border: 5px double #878af7;
	background-color: #ffffff;
}
@media print, screen and (max-width: 576px) {
	.shNav .shNav__list.second {
		display:none;
	}
	.second-sp .nestColBox:first-child {
		margin-top: 20px;
	}
	.second-sp .nestColBox:last-child {
		margin-bottom: 20px;
	}
	.second-sp .nestColBox {
		margin: 0 20px 10px 20px;
	}
}
@media print, screen and (min-width: 577px) {
	.second-sp:not(.MSM_NestedBlock) {
		display: none;
	}
}