﻿/*
Theme Name: 碩心館病院
*/

@charset "utf-8";

@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 400;
  src: url("./font/MPLUS1p-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 500;
  src: url("./font/MPLUS1p-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 600;
  src: url("./font/MPLUS1p-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("./font/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("./font/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("./font/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}

/* base
--------------------------------------------*/
* {
  font-family: 'Noto Sans JP','M PLUS 1p','HiraKakuProN-W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
}
html { font-size: 62.5%; }

/* layout
--------------------------------------------*/
#container {
  width: 850px;
  margin: 0 auto;
}

/* body
--------------------------------------------*/
body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
a {
  text-decoration: none;
  color: #000;
}
.en {
  font-family: 'Montserrat';
}

/* header
--------------------------------------------*/
header {
  position: relative;
}
header #siteTitle {
  position: relative;
  z-index: 100;
}
header #siteTitle a {
  display: inline-block;
  padding-left: 80px;
  background-image: url("./images/header/logo.png");
  background-image: image-set(url("./images/header/logo.png") 1x, url("./images/header/logox2.png") 2x);
  background-image: -webkit-image-set(url("./images/header/logo.png") 1x, url("./images/header/logox2.png") 2x);
  background-position: center left;
  background-repeat: no-repeat;
}
header #siteTitle a span {
  display: block;
  line-height: 1.2;
  font-weight: 400;
}
header #siteTitle a span:nth-child(1) {
  font-size: 1.4rem;
}
header #siteTitle a span:nth-child(2) {
  font-weight: 500;
  font-size: 3rem;
  color: #3E8AEB;
}
header #siteTitle a span:nth-child(3) {
  font-size: 1.2rem;
}

/* type2*/
header {
  padding: 20px 0;
}
header #headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
header #headerInner .disc {
  margin-top: 10px;
}
header #headerContent {

}
header .upper {
  display: flex;
  justify-content: end;
  margin-bottom: 16px;
}
header .upper ul {
  display: flex;
}
header .upper ul li {
  margin-right: 20px;
}
header .upper ul li a {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
}
header .upper ul li a:before {
  position: absolute;
  top: calc(50% - 3.5px);
  left: 0;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .upper .fs {
  padding: 0 15px;
  border-radius: 13px;
  background-color: #3E8AEB;
}
header .upper .fs * {
  display: inline-block;
}
header .upper .fs .head {
  line-height: calc(20 / 14);
  font-size: 1.4rem;
  color: #FFF;
}
header .upper .fs .btn {
  line-height: calc(14 / 10);
  vertical-align: 2px;
  padding: 0 13px;
  border: solid 1px #FFF;
  border-radius: 13px;
  cursor: pointer;
  font-size: 1rem;
}
header .upper .fs .normal {
  background-color: #FFF;
  color: #3E8AEB;
}
header .upper .fs .large {
  color: #FFF;
}
header .bottom {
  position: relative;
  padding-right: 90px;
}
header .bottom .menu {
  display: flex;
}
header .bottom .menu li {
  position: relative;
}
header .bottom .menu li:after {
  position: absolute;
  left: 0;
  bottom: -22px;
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  opacity: 0;
  background-color: #3E8AEB;
  transition: all 0.2s;
}
header .bottom .menu li.current:after,
header .bottom .menu li:hover:after {
  opacity: 1;
}
header .bottom .menu li:not(:first-child) {
  margin-left: 40px;
}
header .bottom .menu li a {
  font-weight: 500;
}
header nav ul {
  display: flex;
}
header nav ul li:not(:first-child) {

}
header .headerMenu {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
header .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}

/* menu */
header nav {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #EAF3FF;
  border: solid 25px #FFF;
  box-sizing: border-box;
  overflow-y: scroll;
}
header nav .navMiddle,
header nav .navBottom {
  max-width: 1200px;
  margin: 0 auto;
}
header nav ul {
  display: block;
  width: 100%;
}
header nav > ul {
  margin: 100px 0;
}
header nav ul li {

}
header nav ul li a {
  display: block;
  padding: 10px 10px;
}
header nav .navListType1 {
  display: flex;
  justify-content: center;
}
header nav .navListType1 li {
  width: 135px;
}
header nav .navListType1 li span {
  display: block;
  text-align: center;
}
header nav .navListType2 > li {
  border-bottom: solid 1px #D1D1D1;
}
header nav .navListType2 > li > * {
  font-weight: 400;
  font-size: 2rem;
}
header nav .navListType2 > li > .parent {
  position: relative;
  padding-left: 35px;
  box-sizing: border-box;
}
header nav .navListType2 > li > .parent:before,
header nav .navListType2 > li > .parent:after {
  position: absolute;
  display: block;
  content: "";
}
header nav .navListType2 > li > .parent:before {
  top: 16px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #3E8AEB;
  border-radius: 50%;
}
header nav .navListType2 > li > .parent:after {
  top: 22.5px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header nav .navListType2 > li > .parent .btnToggle {
  position: absolute;
  top: calc(50% - 12.5px);
  right: 0;
  display: block;
  width: 35px;
  height: 25px;
  border-left: solid 1px #D1D1D1;
}
header nav .navListType2 > li > .parent .btnToggle:before,
header nav .navListType2 > li > .parent .btnToggle:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #3E8AEB;
}
header nav .navListType2 > li > .parent .btnToggle:before {
  top: calc(50% - (16px / 2));
  right: calc(8px + 6.5px);
  width: 2px;
  height: 16px;
  transition: all 0.2s;
}
header nav .navListType2 > li > .parent.open .btnToggle:before {
  opacity: 0;
}
header nav .navListType2 > li > .parent .btnToggle:after {
  top: calc(50% - (2px / 2));
  right: 8px;
  width: 16px;
  height: 2px;
}
header nav .navListType2 > li .subNav {
  margin-bottom: 5px;
  padding-left: 5px;
}
header nav .navListType2 > li .subNav li {
  margin-bottom: 0;
}
header nav .navListType2 > li .subNav a {
  font-size: 1.6rem;
}
header nav .navListType3 > li {
  margin-bottom: 0!important;
}
header nav .navListType3 > li a {
  padding: 5px;
}
header nav .navListType3 > li.borderB {
  margin-bottom: 10px!important;
  padding-bottom: 10px;
}

header nav .navBottom {
  justify-content: space-between;
  align-items: end;
}
header nav .navBottom > .text {
  width: calc(100% - 745px - 80px);
  font-size: 1.5rem;
}
header nav .navBottom > .text .bold {
  font-size: 1.8rem;
}
header nav .navBottom > .text a {
  font-weight: 400;
  font-size: 2.6rem;
  color: #3E8AEB;
}
header nav .banners {
  display: flex;
  width: 745px;
}
header nav .banners > * {
  width: calc((100% - 17px) / 2);
  margin-right: 17px;
}
header nav .banners > *:nth-child(2n) {
  margin-right: 0;
}
header nav .banners a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 82px;
  border-radius: 8px;
  box-sizing: border-box;
  background-image: url("./images/header/ic_bus.png");
  background-image: image-set(url("./images/header/ic_bus.png") 1x, url("./images/header/ic_busx2.png") 2x);
  background-image: -webkit-image-set(url("./images/header/ic_bus.png") 1x, url("./images/header/ic_busx2.png") 2x);
  background-position: 35px center;
  background-repeat: no-repeat;
  background-color: #FF6796;
  text-align: center;
  font-weight: 400;
  font-size: 2.2rem;
  color: #FFF;
}
header nav .banners .blue a {
  background-image: url("./images/header/ic_renkei.png");
  background-image: image-set(url("./images/header/ic_renkei.png") 1x, url("./images/header/ic_renkeix2.png") 2x);
  background-image: -webkit-image-set(url("./images/header/ic_renkei.png") 1x, url("./images/header/ic_renkeix2.png") 2x);
  background-color: #3E8AEB;
}
.menuButton {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 100000;
  cursor: pointer;
}
.memberButton {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  z-index: 100000;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-size: 12px; /*add UDW 20161212*/
  height: 21px;
  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 22px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3E8AEB;
}
.underSpHeader .menu-trigger span {
  background-color: #3E8AEB;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menuButton.active {
  position: fixed;
  top: 25px;
  right: 25px;
  transition: all 0.2s;
}
.active .menu-trigger {
  width: 109px;
  height: 71px;
  background-color: #3E8AEB;
}
.active .menu-trigger span {
  left: 21px;
  width: 60%;
  background-color: #FFF;
  color: #FFF;
}
.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(35px) rotate(-25deg);
  transform: translateY(35px) rotate(-25deg);
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-32px) rotate(25deg);
  transform: translateY(-32px) rotate(25deg);
}


/* main
--------------------------------------------*/
#main {

}
#contents {
  margin-bottom: 80px;
  box-sizing: border-box;
}
#contents .content img {
  max-width: 100%;
  height: auto;
}

/* side
--------------------------------------------*/
#side > div {
  margin-bottom: 30px;
  box-sizing: border-box;
}
#side > div .head {
  margin-bottom: 8px;
  padding: 2px 0 5px;
  font-size: 18px;
}
#side  .years > select {
  display: block;
  margin-bottom: 20px;
}
#side  .years > ul {
  margin-bottom: 20px;
}

/* footer
--------------------------------------------*/
footer img {
  max-width: 100%;
  height: auto;
}
footer #page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
  width: auto;
  text-align: center;
}
footer #page-top a {
  position: relative;
  display: inline-block;
  line-height: calc(20 / 14);
  padding-top: 37px;
  font-weight: 500;
  font-size: 1.4rem;
}
footer #page-top a:before,
footer #page-top a:after {
  position: absolute;
  display: block;
  content: "";
}
footer #page-top a:before {
  top: 0;
  left: calc(50% - (25px / 2));
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #3E8AEB;
}
footer #page-top a:after {
  top: 10px;
  left: calc(50% - 4px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer .btnFlex {
  position: fixed;
  top: calc(100vh / 4);
  right: 0;
  z-index: 10;
  opacity: 0.8;
  transition: all 0.2s;
}
footer .btnFlex:hover {
  opacity: 1;
}
footer .btnFlex a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 145px;
  height: 148px;
  border-radius: 8px 0 0 8px;
  background-color: #FF6796;
  text-align: center;
}
footer .btnFlex a img {
  margin-bottom: 10px;
}
footer .btnFlex a span {
  display: block;
  width: 100%;
  line-height: calc(24 / 18);
  font-size: 1.8rem;
  color: #FFF;
}

footer.type1 {
  background-color: #F5F9FD;
}
footer.type1 #footerInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
}
.footerSiteLogo a {
  display: inline-block;
  padding-left: 80px;
  background-image: url("./images/header/logo.png");
  background-image: image-set(url("./images/header/logo.png") 1x, url("./images/header/logox2.png") 2x);
  background-image: -webkit-image-set(url("./images/header/logo.png") 1x, url("./images/header/logox2.png") 2x);
  background-position: center left;
  background-repeat: no-repeat;
}
.footerSiteLogo a span {
  display: block;
  line-height: 1.2;
  font-weight: 400;
}
.footerSiteLogo a span:nth-child(1) {
  font-size: 1.4rem;
}
.footerSiteLogo a span:nth-child(2) {
  font-weight: 500;
  font-size: 3rem;
  color: #3E8AEB;
}
.footerSiteLogo a span:nth-child(3) {
  font-size: 1.2rem;
}
footer.type1 #footerInfo {
  padding-top: 65px;
  padding-bottom: 20px;
  background-color: #FFF;
}
footer.type1 .footerSiteLogo {
  margin-bottom: 50px;
}
footer.type1 .footerSiteTitle {
  margin-bottom: 15px;
}
footer.type1 .footerText {

}
footer.type1 .footerText .fw500 {
  margin-bottom: 10px;
}
footer.type1 .footerText p {
  font-size: 1.5rem;
}
footer.type1 .footerText p:not(:last-child) {
  margin-bottom: 5px;
}
footer.type1 .footerText p a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.4rem;
  color: #3E8AEB;
}
footer.type1 .link {

}
footer.type1 .link a {
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px #000;
  text-align: center;
}
footer.type1 #footerMenu {
  display: flex;
  flex-flow: row-reverse;
}
footer.type1 #footerMenu .col {
  margin-bottom: 0;
}
footer.type1 #footerMenu .col:nth-child(1) {
  width: calc(100% - 245px - 75px);
}
footer.type1 #footerMenu .col:nth-child(2) {
  width: 245px;
  margin-right: 75px;
}
footer.type1 #footerMenu > ul {
  margin-left: 50px;
}
footer.type1 #footerMenu h2 {
  margin-bottom: 5px;
}
footer.type1 #footerMenu li {
  margin-bottom: 5px;
}
footer.type1 #footerMenu .list.typeArrow1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #D1D1D1;
}
footer.type1 #footerMenu .list.typeArrow1 li a {
  font-size: 1.4rem;
}
footer.type1 #footerMenu .list.typeArrow1 li a::before {
  top: calc(50% - 3.5px);
  width: 5px;
  height: 5px;
}
footer.type1 #footerMenu .list.typeArrow2 li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #D1D1D1;
}
footer.type1 #footerMenu .list.typeArrow2 li a {
  font-size: 1.5rem;
}

footer.type1 #copyright {
  padding: 15px 0;
  background-color: #FFF;
  text-align: center;
  font-size: 1rem;
  color: #898989;
}

/* slider
---------------------------------------------*/
.slideContent {
  position: relative;
}
.slideContent .catch {
  position: absolute;
  top: calc(50% - (220px / 2) - (160px / 2));
  left: calc(50% - (813px / 2));
}
.slideContent .catch p {
  text-align: center;
  font-size: 2rem;
  color: #FFF!important;
}
.slider.typeFH {
  width: 100%;
  margin: 0 auto!important;
}
.slider.typeFH img {
  width: 100%;
}
.slider.typeFH .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.typeFH .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.typeFH .slick-slide {
  height: auto!important;
}
.slider.typeFH .slick-dots {
  bottom: 30px;
}
.slider.typeFH .slick-dots button {

}
.slider.typeFH .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.typeFH .slick-dots .slick-active button:before {
  background-color: #FFF;
}
.slider.typeFH img.slideImg {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.slider.type1 {
  width: 100%;
  margin: 0 auto 50px;
}
.slider.type1 img {
  width: 100%;
}
.slider.type1 .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.type1 .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.type1 .slick-slide {
  height: auto!important;
}
.slider.type1 .slick-dots {
  bottom: 30px;
}
.slider.type1 .slick-dots button {

}
.slider.type1 .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.type1 .slick-dots .slick-active button:before {
  background-color: #FFF;
}


.slider.type2 {
  height: 100vh;
  margin-bottom: 50px;
}
.slider.type2 .sliderText {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100%;
}
.slider.type2 .sliderText.right {
  right: 0;
  left: auto;
  justify-content: right;
  margin-right: 100px;
  text-align: right;
}
.slider.type2 .sliderText.left {
  justify-content: left;
  margin-left: 100px; 
  text-align: left;
}
.slider.type2 .sliderText.center {
  justify-content: center;
  text-align: center;
}
.slider.type2 .sliderText img {
  transition: all 5s;
  opacity: 1;
}
.slider.type2 .vegas-transition-fade-out .sliderText img {
  opacity: 0;
}


.carousel .slick-prev,
.carousel .slick-next {
  z-index: 10;
  height: 36px;
}
.carousel .slick-prev {
  left: -20px;
}
.carousel .slick-next {
  right: -20px;
}
.carousel .slick-prev::before,
.carousel .slick-next::before {
  display: block;
  content: "";
  width: 16px;
  height: 36px;
  padding: 0;
  opacity: 1;
  background-repeat: no-repeat;
}
.carousel .slick-prev::before {
  background-image: url(./images/common/arrow_1_left.png);
  background-image: image-set(url("./images/common/arrow_1_left.png") 1x, url("./images/common/arrow_1_leftx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/arrow_1_left.png") 1x, url("./images/common/arrow_1_leftx2.png") 2x);
}
.carousel .slick-next::before {
  background-image: url(./images/common/arrow_1_right.png);
  background-image: image-set(url("./images/common/arrow_1_right.png") 1x, url("./images/common/arrow_1_rightx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/arrow_1_right.png") 1x, url("./images/common/arrow_1_rightx2.png") 2x);
}
.carousel .slick-list {
  /* margin-left: 55px; */
}
.carousel .slick-list .slick-slide {
  margin: 0 5px;
}
.carousel .slick-list li a {
  display: block;
  text-decoration: none;
}
.carousel .slick-list li a img {
  width: 240px;
  height: 160px;
  margin-bottom: 5px;
}

/* main
------------------------------------------------------------------*/

/* contents
-----------------------------------*/
.content {
  padding: 100px 0;
}
#contents .content:first-child {
  padding: 100px 0;
}
#contents .content:not(.bg):not(:first-child) {
  padding: 0 0 100px;
}
#contents .content.bg + .content {
  padding: 100px 0;
}
.content.bg {
  background-color: #F5F9FD;
}
.content .contentInner {
  max-width: 1200px;
  margin: 0 auto;
}
h2 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}
h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.content .contentInner .block:not(:last-child) {
  margin-bottom: 80px;
}
.content .text a {
  text-decoration: underline;
  color: #3E8AEB;
}

/* type1 */
.content.type1 {
  background-image: url("./images/top/type1_bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.content.type1 .contentInner .block .text {
  width: 680px;
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.98);
}
.content.type1 .contentInner .block.right {
  display: flex;
  justify-content: flex-end;
}
.content.type1 .contentInner .block .text p {
  margin-bottom: 35px;
}

/* type2 */
.content.type2 {

}
.content.type2 .block {
  position: relative;
  margin-bottom: 100px;
  padding-left: 130px;
}
.content.type2 .block:not(:last-child) {
  margin-bottom: 150px;
}
.content.type2 .block .image {
  position: absolute;
  top: 0;
  right: 0;
}
.content.type2 .block .image img {
  width: 500px;
}
.content.type2 .block .text {
  width: 500px;
}
.content.type2 .block .text p {
  margin-bottom: 35px;
}
.content.type2 .block:nth-child(even) {
  padding-left: 560px;
}
.content.type2 .block:nth-child(even) .text {

}
.content.type2 .block:nth-child(even) .image {
  left: 0;
}


/* type3 */
.content.type3 {

}
.content.type3 .contentInner h2 {
  margin-bottom: 80px;
  text-align: center;
}
.content.type3 .contentInner .block {
  display: flex;
  align-items: flex-start;
}
.content.type3 .contentInner .block:nth-child(even) {
  flex-flow: row-reverse;
}
.content.type3 .contentInner .block .image {
  width: 700px;
}
.content.type3 .contentInner .block .image img {
  width: 100%;
  height: auto;
}
.content.type3 .contentInner .block .text {
  width: 523px;
  margin-top: 120px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #eee;
}
.content.type3 .contentInner .block:nth-child(even) .text {
  margin-right: -30px;
}
.content.type3 .contentInner .block:nth-child(odd) .text {
  margin-left: -30px;
}
.content.type3 .contentInner .block .text p:not(:last-child) {
  margin-bottom: 35px;
}


/* type4 */
.content.type4 {
  position: relative;
  background-image: url("./images/top/type4_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content.type4:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35,24,21,0.8);
}
.content.type4 > * {
  color: #FFF;
}
.content.type4 .contentInner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.content.type4 .contentInner h2 {
  margin-bottom: 80px;
}
.content.type4 .contentInner .text {
  margin-bottom: 80px;
}



/* type5 */
.content.type5 {

}
.content.type5 .contentInner h2 {
  margin-bottom: 80px;
  text-align: center;
}
.content.type5 .contentInner h2 .jp {

}
.content.type5 .contentInner h2 .en {

}
.content.type5 .contentInner .block {
  display: flex;
  align-items: flex-start;
}
.content.type5 .contentInner .block:nth-child(even) {
  flex-flow: row-reverse;
}
.content.type5 .contentInner .block .image {
  width: 1100px;
}
.content.type5 .contentInner .block .image img {
  width: 100%;
  height: auto;
}
.content.type5 .contentInner .block .text {
  width: 400px;
  margin-top: 120px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #eee;
}
.content.type5 .contentInner .block:nth-child(even) .text {
  margin-right: -30px;
}
.content.type5 .contentInner .block:nth-child(odd) .text {
  margin-left: -30px;
}
.content.type5 .contentInner .block .text p:not(:last-child) {
  margin-bottom: 35px;
}

/* content contact */
#contentContact {
  text-align: center;
}
#contentContact .text p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#contentContact .text .tel {
  margin-bottom: 0;
  font-size: 3.8rem;
  color: #02227E;
}
#contentContact .text .tel a {
  color: #02227E;
}
#contentContact .text .small {
  font-size: 1.2rem;
  color: #02227E;
}


/* button
-----------------------------------*/
.more.type1 a {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  background-color: #3b3b3b;
  text-align: center;
  color: #FFF;
}
.more.type1 a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more.type2 a {
  position: relative;
  display: inline-block;
  width: 155px;
  padding: 5px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
.more.type2.cWhite a {
  border: solid 1px #FFF;
  color: #FFF;
}

/* button
-----------------------------------*/
.button a:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
.button.type1 a {
  position: relative;
  display: inline-block;
  max-width: 330px;
  width: 100%;
  line-height: calc(23 / 16);
  padding: 15px;
  border: solid 1px #3E8AEB;
  background-color: #3E8AEB;
  border-radius: 27px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
}
.button.type1.long a {
  max-width: none;
}
.button.type1.bgPink a {
  border: solid 1px #FF6796;
  background-color: #FF6796;
}
.button.type1 a:before,
.button.type1 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.button.type1 a:after {
  top: calc(50% - 3px);
  left: 30px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.type1.icPdf a {
  background-image: url("./images/common/ic_pdf_w.png");
  background-image: image-set(url("./images/common/ic_pdf_w.png") 1x, url("./images/common/ic_pdf_wx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_pdf_w.png") 1x, url("./images/common/ic_pdf_wx2.png") 2x);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
.button.type1 a.alignL {
  padding-left: 60px;
  text-align: left;
}
.button.type1 + .button.type1 {
  margin-top: 15px;
}


.button.type2 a {
  position: relative;
  display: block;
  line-height: calc(32 / 16);
  padding: 16px 25px 16px 50px;
  border: solid 2px #3E8AEB;
  background-color: #FFF;
  text-decoration: none;
  font-weight: 500;
  color: #3E8AEB;
}
.button.type2 a:before,
.button.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.button.type2 a:before {

}
.button.type2 a:after {
  top: calc(50% - 3px);
  right: 23px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button.type3 a {
  position: relative;
  display: inline-block;
  padding-right: 118px;
  text-decoration: none;
}
.button.type3 a:before,
.button.type3 a:after {
  position: absolute;
  display: block;
  content: "";
}
.button.type3 a:before {
  top: calc(50% - 22px);
  right: 0;
  width: 90px;
  height: 90px;
  border: solid 1px #FFF;
  border-radius: 50%;
}
.button.type3 a:after {
  top: calc(50% - -16px);
  right: 40px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.type3 a span {
  display: block;
  font-weight: 400;
}
.button.type3 a .small {
  line-height: calc(32 / 16);
}
.button.type3 a .middle {
  line-height: calc(30 / 20);
  font-weight: 500;
  font-size: 2rem; 
}
.button.type3 a .large {
  line-height: calc(78 / 64);
  font-size: 6.4rem;
}

.button.type4 a {
  position: relative;
  display: block;
  line-height: calc(23 / 16);
  max-width: 300px;
  padding: 13px 25px 13px 55px;
  box-sizing: border-box;
  border: solid 2px #3E8AEB;
  background-color: #3E8AEB;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
}
.button.type4 a:before {
  position: absolute;
  top: calc(50% - 3px);
  left: 23px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s;
}

.button.type5 a {
  position: relative;
  display: block;
  line-height: calc(22 / 18);
  padding: 20px 20px 20px 40px;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #EAF3FF;
  text-decoration: none;
  font-size: 1.8rem;
}
.button.type5 a:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.type5.ic a {
  padding: 20px 20px 20px 65px;
  background-position: 18px center;
  background-repeat: no-repeat;
}
.button.type5.ic1 a {
  background-image: url("./images/departments/ic1.png");
  background-image: image-set(url("./images/departments/ic1.png") 1x, url("./images/departments/ic1x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic1.png") 1x, url("./images/departments/ic1x2.png") 2x);
}
.button.type5.ic2 a {
  background-image: url("./images/departments/ic2.png");
  background-image: image-set(url("./images/departments/ic2.png") 1x, url("./images/departments/ic2x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic2.png") 1x, url("./images/departments/ic2x2.png") 2x);
}
.button.type5.ic3 a {
  background-image: url("./images/departments/ic3.png");
  background-image: image-set(url("./images/departments/ic3.png") 1x, url("./images/departments/ic3x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic3.png") 1x, url("./images/departments/ic3x2.png") 2x);
}
.button.type5.ic4 a {
  background-image: url("./images/departments/ic4.png");
  background-image: image-set(url("./images/departments/ic4.png") 1x, url("./images/departments/ic4x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic4.png") 1x, url("./images/departments/ic4x2.png") 2x);
}
.button.type5.ic5 a {
  background-image: url("./images/departments/ic5.png");
  background-image: image-set(url("./images/departments/ic5.png") 1x, url("./images/departments/ic5x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic5.png") 1x, url("./images/departments/ic5x2.png") 2x);
}
.button.type5.ic6 a {
  background-image: url("./images/departments/ic6.png");
  background-image: image-set(url("./images/departments/ic6.png") 1x, url("./images/departments/ic6x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic6.png") 1x, url("./images/departments/ic6x2.png") 2x);
}
.button.type5.ic7 a {
  background-image: url("./images/departments/ic7.png");
  background-image: image-set(url("./images/departments/ic7.png") 1x, url("./images/departments/ic7x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic7.png") 1x, url("./images/departments/ic7x2.png") 2x);
}
.button.type5.ic8 a {
  background-image: url("./images/departments/ic8.png");
  background-image: image-set(url("./images/departments/ic8.png") 1x, url("./images/departments/ic8x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic8.png") 1x, url("./images/departments/ic8x2.png") 2x);
}
.button.type5.ic9 a {
  background-image: url("./images/departments/ic9.png");
  background-image: image-set(url("./images/departments/ic9.png") 1x, url("./images/departments/ic9x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic9.png") 1x, url("./images/departments/ic9x2.png") 2x);
}
.button.type5.ic10 a {
  background-image: url("./images/departments/ic10.png");
  background-image: image-set(url("./images/departments/ic10.png") 1x, url("./images/departments/ic10x2.png") 2x);
  background-image: -webkit-image-set(url("./images/departments/ic10.png") 1x, url("./images/departments/ic10x2.png") 2x);
}
.button.type6 {

}
.button.type6 > * {
  position: relative;
  display: block;
  line-height: 1.6;
  padding: 15px 15px;
  border-radius: 5px;
  background-color: #EAF3FF;
  text-align: center;
  font-size: 2rem;
}
.button.type6.current > * {
  position: relative;
  padding: 12px 15px;
  background-color: #3E8AEB;
  font-size: 2.4rem;
  color: #FFF;
}
.button.type6.current > *:after {
  position: absolute;
  left: calc(50% - (21px / 2));
  bottom: -18px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid #3e8aeb;
  border-bottom: 0;
}
.button.type6.pink > * {
  background-color: #FFEFED;
}
.button.type6.pink.current > * {
  background-color: #FFA59A;
}
.button.type6.pink.current > *:after {
  border-top: 18px solid #FFA59A;
}
.button.type8 {
  margin-bottom: 20px;
  text-align: center;
}
.button.type8 a {
  display: inline-block;
  width: 253px;
  line-height: 53px;
  border-radius: 27px;
  background-color: #FF6796;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFF;
}
.button.type10 a {
  position: relative;
  display: inline-block;
  max-width: 240px;
  width: 100%;
  line-height: calc(23 / 16);
  padding: 15px;
  border: solid 1px #3E8AEB;
  background-color: #3E8AEB;
  border-radius: 27px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
}
.button.type10 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
  top: calc(50% - 3px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.type11 a {
  position: relative;
  display: inline-block;
  max-width: 380px;
  width: 100%;
  line-height: calc(23 / 16);
  padding: 15px;
  border: solid 1px #3E8AEB;
  background-color: #3E8AEB;
  background-image: url("./images/common/ic_pdf_w.png");
  background-image: image-set(url("./images/common/ic_pdf_w.png") 1x, url("./images/common/ic_pdf_wx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_pdf_w.png") 1x, url("./images/common/ic_pdf_wx2.png") 2x);
  background-position: calc(50% + 70px) center;
  background-repeat: no-repeat;
  border-radius: 27px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
}

.buttons.type1 {
  display: flex;
  margin-bottom: 50px;
}
.buttons.type1 li {
  width: calc((100% - (10px * 5)) / 6);
  margin-right: 10px;
}
.buttons.type1 li:last-child {
  margin-right: 0;
}
.buttons.type1 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 73px;
  line-height: calc(20 / 16);
  padding: 0 15px;
  border: solid 1px #3E8AEB;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.2s;
  text-align: center;
  font-size: 1.6rem;
}
.buttons.type1 li.current a,
.buttons.type1 li:hover a {
  background-color: #3E8AEB;
  font-weight: 600;
  color: #FFF;
}

/* bread crumbs
-----------------------------------*/
.breadcrumb {
  display: inline-block;
  line-height: 1;
  margin-left: calc((100vw - 1200px) / 2);
  background-color: #FFF;
  position: relative;
  top: -44px;
  padding: 14px 24px;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
  color: #3E8AEB;
}
.breadcrumb li * {
  font-size: 1.4rem; 
  color: #3E8AEB;
}
.breadcrumb li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  margin: 0 10px;
}

/* common
-----------------------------------*/
.alignC {
  text-align: center;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!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;
}
.mb80 {
  margin-bottom: 80px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.mb120 {
  margin-bottom: 120px!important;
}
.mb140 {
  margin-bottom: 140px!important;
}
.mb160 {
  margin-bottom: 160px!important;
}
.mb180 {
  margin-bottom: 180px!important;
}
.mb200 {
  margin-bottom: 200px!important;
}

.cols2,
.cols3,
.cols4 {
  display: flex;
  flex-wrap: wrap;
}
.cols2 > *,
.cols3 > *,
.cols4 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}
.cols2 > *:nth-child(2n),
.cols3 > *:nth-child(3n),
.cols4 > *:nth-child(4n) {
  margin-right: 0;
}
.cols2 > * {
  width: calc((100% - (40px * 1)) / 2);
}
.cols3 > * {
  width: calc((100% - (40px * 2)) / 3);
}
.cols4 > * {
  width: calc((100% - (40px * 3)) / 4);
}
.cols2.rev {
  flex-flow: row-reverse;
}
.cols2.rev > *:nth-child(odd) {
  margin-right: 0;
}
.cols2.rev > *:nth-child(even) {
  margin-right: 40px;
}

.layoutCols2 {
  position: relative;
  display: flex;
  flex-flow: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
}
.layoutCols2 .colsMain {
  width: calc(100% - 280px - 80px);
}
.layoutCols2 .colsSide {
  width: 280px;
  margin-right: 80px;
}
.layoutCols2 .colsSide .inner {
  width: 280px;
}
.layoutCols2 .colsSide .inner .bn {
  margin-top: 30px;
}
.layoutCols2 .fixedSide {
  width: 280px;
}
.layoutCols2 .fixedSide .list {
  margin-bottom: 30px;
}
.layoutCols2 .colsSide .button.type2 {
  margin-bottom: 15px;
}
.layoutCols2 .colsSide .button.type2 a {
  padding: 16px 20px 16px 15px;
}
.layoutCols2 .colsSide .button.type2 a:after {
  right: 15px;
}
.layoutCols2 .colsSide .button.type2 a span {
  font-size: 1.6rem;
}

.content {
  line-height: calc(30 / 16);
}
.content .block:not(:last-child) {
  margin-bottom: 40px;
}
.content .image {
  margin-bottom: 20px;
}
.content .image > img:not(:last-child) {
  margin-bottom: 20px;
}
.content .text:not(:last-child) {
  margin-bottom: 40px;
}
.content .text p:not(:last-child) {
  margin-bottom: 20px;
}

.content .section {
  margin-bottom: 60px;
}

.content .small {
  font-size: 1.4rem;
}
.fw400 {
  font-weight: 400!important;
}
.fw500 {
  font-weight: 500!important;
}
.fw600 {
  font-weight: 600!important;
}
.bold {
  font-weight: 600;
}
.blue {
  color: #3E8AEB;
}
.pink {
  color: #FF6796;
}
.red {
  color: #FF6796;
}
.req {
  color: #FF6796;
}

.fz16 {
  font-size: 1.6rem!important;
}
.fz18 {
  font-size: 1.8rem!important;
}

.borderB {
  padding-bottom: 25px;
  border-bottom: solid 1px #707070;
}
.line-through {
  text-decoration: line-through; 
}

.head.type1 {
  margin-bottom: 40px;
}
.head.type1 span {
  display: block;
}
.head.type1 .jp {
  line-height: calc(56 / 38);
  font-weight: 500;
  font-size: 3.8rem;
}
.head.type1 .en {
  font-size: 1.2rem;
  font-weight: 300;
  color: #3E8AEB;
}
.head.type2 {
  line-height: calc(33 / 22);
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: solid 1px #D1D1D1;
  font-weight: 500;
  font-size: 2.2rem;
}
.head.type3 {
  line-height: calc(56 / 38);
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 3.8rem;
}
.head.type4 {
  line-height: calc(36 / 24);
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 2.4rem;
  color: #FF6796;
}
.head.type5 {
  position: relative;
  line-height: calc(42 / 28);
  margin-bottom: 25px;
  padding-left: 28px;
  padding-bottom: 8px;
  border-bottom: solid 1px #D1D1D1;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 2.8rem;
}
.head.type5:before {
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3E8AEB;
}
.head.type5.pink {
  color: #000;
}
.head.type5.pink:before {
  background-color: #FFA59A;
}
.head.type5 span {
  vertical-align: middle;
  margin-left: 16px;
}
.head.type6 {
  line-height: calc(33 / 22);
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 2.2rem;
}
.head.type7 {
  position: relative;
  margin-bottom: 50px;
}
.head.type7 span {
  display: inline-block;
  padding-right: 30px;
  background-color: #FFF;
  font-weight: 500;
  font-size: 2.6rem;
  color: #3E8AEB;
}
.head.type7:before {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.head.type8 {
  line-height: calc(42 / 28);
  margin-bottom: 20px;
  font-size: 2.8rem;
}
.head.type9 {
  line-height: calc(36 / 20);
  margin-bottom: 15px;
  font-size: 2rem;
  color: #3E8AEB;
}
.head.type9.pink {
  color: #FFA59A;
}
.head.type10 {
  line-height: calc(28 / 20);
  margin-bottom: 20px;
  padding: 13px 10px;
  border-radius: 6px;
  background-color: #3E8AEB;
  text-align: center;
  font-size: 2rem;
  color: #FFF;
}
.head.type10.bgGray {
  background-color: #989898;
}
.head.type11 {
  position: relative;
  line-height: calc(30 / 16);
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 1.6rem;
  color: #3E8AEB;
}
.head.type11:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #3E8AEB;
}
.head.type12 {
  line-height: calc(33 / 22);
  margin-bottom: 25px;
  padding: 9px 25px;
  border-radius: 6px;
  background-color: #F5F9FD;
  font-size: 2.2rem;
  color: #3E8AEB;
}
.head.type12.pink {
  background-color: #FFEFED;
  color: #FC9386;
}
.head.type13 {
  line-height: calc(27 / 18);
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.head.type14 {
  line-height: calc(33 / 22);
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: #3E8AEB;
}
.head.type14.pink {
  color: #FFA59A;
}
.head.type15 {
  line-height: calc(27 / 18);
  padding: 10px;
  box-sizing: border-box;
  background-color: #FF6796;
  text-align: center;
  font-weight: 500px;
  font-size: 1.8rem;
  color: #FFF;
}
.head.type16 {
  position: relative;
  line-height: calc(30 / 18);
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3E8AEB;
}
.head.type16:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #3E8AEB;
}
.head.type17 {
  line-height: calc(30 / 20);
  margin-bottom: 30px;
  padding: 10px 25px;
  border-radius: 6px;
  background-color: #F5F9FD;
  font-size: 2rem;
}
.head.type18 {
  line-height: calc(36 / 24);
  font-size: 2.4rem;
  color: #3E8AEB;
}
.head.type19 {
  line-height: calc(30 / 18);
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #3E8AEB;
}
.head.type20 {

}
.head.type20 > * {
  display: block;
}
.head.type20 .en {
  line-height: calc(37 / 30);
  margin-left: 13px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 3rem;
  color: #676767;
}
.head.type20 .jp {
  line-height: calc(61 / 40);
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 4rem;
  color: #3E8AEB;
}
.head.type21 {
  line-height: calc(37 / 30);
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 3rem;
  color: #676767;
}
.head.type22 {
  line-height: calc(46 / 28);
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #D1D1D1;
  font-weight: 500;
  font-size: 2.8rem;
}
.head.type23 {
  line-height: calc(43 / 26);
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 2.6rem;
  color: #3E8AEB;
}
.head.type23 .num {
  line-height: calc(43 / 19);
  margin-left: 10px;
  font-size: 1.9rem;
}
.head.type24 {
  line-height: calc(51/ 34);
  text-align: center;
  font-size: 3.4rem;
}
.head.type25 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #EAF3FF;
  font-weight: 400;
  font-size: 3rem;
  color: #3E8AEB;
}
.head.type26 {
  font-weight: 500;
  font-size: 2.2rem;
  color: #3E8AEB;
}
.head.type26 span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}
.head.typeTimeSchedule {
  position: relative;
  margin-bottom: 20px;
}
.head.typeTimeSchedule span {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  padding: 9px 10px 9px 55px;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #D5DBE3;
  background-image: url("./images/common/ic_time.png");
  background-image: image-set(url("./images/common/ic_time.png") 1x, url("./images/common/ic_timex2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_time.png") 1x, url("./images/common/ic_timex2.png") 2x);
  background-position: 20px center;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 1.8rem;
}
.head.typeTimeSchedule:after {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D5DBE3;
}

.panels.type1 {
  display: flex;
  flex-wrap: wrap;
}
.panels.type1 .panel {
  position: relative;
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
  margin-bottom: 20px;
  padding: 15px;
  border: solid 1px #C1D9F8;
  box-sizing: border-box;
}
.panels.type1 .panel:nth-child(2n) {
  margin-right: 0;
}
.panels.type1 .panel .head {
  position: relative;
  line-height: calc(27 / 18);
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.8rem;
}
.panels.type1 .panel .head:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 2px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panels.type1 .panel .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panels.type1 .panel .link a {
  display: block;
  width: 100%;
  height: 100%;
}

.panel.type1 {
  padding: 35px 40px;
  border-radius: 6px;
  background-color: #EAF3FF;
}
.panel.type2 {
  padding: 35px 40px;
  border: solid 1px #3E8AEB;
  border-radius: 6px;
}
.panel.type3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px;
  border: solid 1px #3E8AEB;
}
.panel.type3 .block.typeCol3 {
  line-height: calc(28 / 22);
  margin-bottom: 0;
  font-weight: 500;
  font-size: 2.2rem;
  color: #3E8AEB;
}
.panel.type3 .block.typeCol3:nth-child(2) {
  margin: 0 30px;
}
.panel.type4 {
  border: solid 1px #FF6796;
  border-radius: 5px;
}
.panel.type4 >.head {
  line-height: calc(33 / 22);
  margin-bottom: 0;
  padding: 23px 80px;
  border-radius: 5px 5px 0 0 ;
  background-image: url("./images/common/ic_bus_w.png");
  background-image: image-set(url("./images/common/ic_bus_w.png") 1x, url("./images/common/ic_bus_wx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_bus_w.png") 1x, url("./images/common/ic_bus_wx2.png") 2x);
  background-position: 35px center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: #FF6796;
  font-weight: 500;
  font-size: 2.2rem;
  color: #FFF;
}
.panel.type4 .upper {
  padding: 30px 20px;
  text-align: center;
}
.panel.type4 .upper .title {
  line-height: calc(40 / 27);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 2.7rem;
  color: #FF6796;
}
.panel.type4 .upper .subTitle {
  line-height: calc(32 / 21);
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 2.1rem;
}
.panel.type4 .bottom {
  padding: 40px 20px 25px;
  background-image: url("./images/access/ic1.png"), url("./images/access/ic2.png");
  background-image: image-set(url("./images/access/ic1.png") 1x, url("./images/access/ic1x2.png") 2x), image-set(url("./images/access/ic2.png") 1x, url("./images/access/ic2x2.png") 2x);
  background-image: -webkit-image-set(url("./images/access/ic1.png") 1x, url("./images/access/ic1x2.png") 2x), -webkit-image-set(url("./images/access/ic2.png") 1x, url("./images/access/ic2x2.png") 2x);
  background-position: 88px bottom, calc(100% - 88px) bottom;
  background-repeat: no-repeat;
  background-color: #FFEFED;
  text-align: center;
}
.panel.type4 .bottom .head {
  line-height: calc(30 / 20);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 2rem;
}
.panel.type4 .bottom .tel {
  line-height: calc(44 / 30);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 3rem;
}
.panel.type4 .bottom .tel span {
  line-height: calc(44 / 20);
  font-weight: 500;
  font-size: 2rem;
}

.panel.type5 {
  line-height: calc(30 / 20);
  margin-bottom: 10px;
  padding: 10px 25px;
  border-radius: 6px;
  background-color: #FFEFED;
  font-weight: 500;
  font-size: 2rem;
}
.panel.type6 {
  padding: 20px 35px;
  border: solid 1px #707070;
  box-sizing: border-box;
}
.panel.type7 {
  border-radius: 33px;
  background-color: #FFEFED;
  border: solid 1px #FFEFED;
}
.panel.type7 > .upper,
.panel.type7 > .bottom {
  box-sizing: border-box;
}
.panel.type7 > .upper {
  padding: 70px 40px 50px;
  border-bottom: solid 4px #FFF;
  text-align: center;
}
.panel.type7 > .bottom {
  padding: 40px 80px;
}
.panel.type7 > .bottom > * {
  margin-bottom: 0;
}
.panel.type7 > .bottom p {
  font-size: 1.5rem;
}
.panel.type8 {
  margin-bottom: 60px;
  padding: 35px 40px;
  box-sizing: border-box;
  background-color: #F4F4F4;
}

.blocks.type1 {

}
.blocks.type1 .block {
  display: flex;
  margin-bottom: 20px!important;
}
.blocks.type1 .block:last-child {
  margin-bottom: 0;
}
.blocks.type1 .block .head {
  margin-right: 38px;
  font-weight: 400;
  font-size: 1.8rem;
}
.blocks.type1 .block .head:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  vertical-align: 2px;
  margin-right: 10px;
  background-color: #3E8AEB;
  border-radius: 50%;
}
.blocks.type1 .block .text {
  font-weight: 500;
  font-size: 1.8rem;
}
.blocks.type2 {

}
.blocks.type2 .block {
  margin-bottom: 0!important;
  padding: 30px 0;
  border-bottom: solid 1px #EAF3FF;
}
.blocks.type2 .block .col {
  margin-bottom: 0;
}

.blocks.type3 {

}
.blocks.type3 .block {
  position: relative;
  margin-bottom: 0!important;
  padding-bottom: 20px;
  box-sizing: border-box;
  border: solid 1px #3E8AEB;
}
.blocks.type3 .block .head {
  line-height: calc(36 / 24);
  margin-bottom: 0;
  padding: 20px;
  background-color: #EAF3FF;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}
.blocks.type3 .block .head span {
  display: block;
  line-height: calc(20 / 14);;
  font-weight: 400;
  font-size: 1.4rem;
}
.blocks.type3 .block .text {
  padding: 15px;
}
.blocks.type3 .block .button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: block;
  width: calc(100% - (15px * 2));
  line-height: calc(23 / 16);
  padding: 5px;
  border-radius: 21px;
  border: solid 1px #000;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
}

.blocks.type4 {
  display: flex;
}
.blocks.type4 .block {
  width: calc((100% - (60px * 2)) / 3);
  margin-right: 60px;
}
.blocks.type4 .block:nth-child(3n) {
  margin-right: 0;
}

/*Add UDW 20250807*/
.blocks.type4 .block {
  width: calc((100% - (60px * 2)) / 2);
  margin-right: 60px;
}
/*Add UDW 20250807*/
.blocks.type4 .block:nth-child(2n) {
  margin-right: 0;
}

.blocks.type4 .block:nth-child(even) {
  margin-top: 60px;
}
.blocks.type4 .block .upper {
  position: relative;
}
.blocks.type4 .block .upper .head {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 240px;
  margin-bottom: 0;
  padding: 30px 40px 20px;
  box-sizing: border-box;
  border-radius: 40px 0 40px 0;
  background-color: #FFF;
}
.blocks.type4 .block .upper .head > * {
  display: block;
  font-weight: 400;
}
.blocks.type4 .block .upper .head .name {
  line-height: calc(38 / 24);
  font-family: 'Montserrat';
  font-size: 2.4rem;
}
.blocks.type4 .block .upper .head .pos {
  line-height: calc(34 / 18);
  font-size: 1.8rem;
}
.blocks.type5 {
  margin-bottom: 40px;
}
.blocks.type5 .block {
  display: flex;
  margin-bottom: 0!important;
  padding: 60px 0;
  border-bottom: solid 1px #B4B4B4;
}
.blocks.type5 .block:first-child {
  border-top: solid 1px #B4B4B4;
}
.blocks.type5 .block .head {
  width: 200px;
  line-height: calc(38 / 22);
  margin-right: 40px;
  font-weight: 400;
  font-size: 2.2rem;
  color: #3E8AEB;
}
.blocks.type5 .block .text {
  width: calc(100% - 200px - 40px);
}
.blocks.type6 {
  margin-bottom: 20px;
}
.blocks.type6 .block {
  display: flex;
  align-items: center;
  margin-bottom: 15px!important;
  padding: 20px 15px;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #FFF;
}
.blocks.type6 .block:last-child {
  margin-bottom: 0!important;
}
.blocks.type6 .block .head {
  width: 130px;
  margin-right: 20px;
}
.blocks.type6 .block .head + * {
  width: calc(100% - 130px - 20px);
}

.block.type1 {
  margin-bottom: 30px!important;
  box-sizing: border-box;
  border: solid 1px #D1D1D1;
  border-radius: 5px;
  background-color: #F5F9FD;
}
.block.type1 .head {
  line-height: calc(28 / 20);
  margin-bottom: 0;
  padding: 10px 10px 9px;
  border-radius: 5px 5px 0 0;
  background-color: #3E8AEB;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  color: #FFF;
}
.block.type1 .text {
  padding: 20px;
  text-align: center;
}
.block.type1 .text p {
  font-weight: 500;
  font-size: 1.8rem;
}
.block.type1 .text .large {
  font-size: 2.2rem;
}
.block.type1 .text .small {
  display: flex;
  justify-content: center;
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
}
.block.type1 .text .small span {
  display: block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #D1D1D1;
}
.block.type2 {
  margin-bottom: 0!important;
}
.block.type2 > .head {
  position: relative;
  line-height: calc(33 / 22);
  padding: 14px 35px 14px 25px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #EAF3FF;
  cursor: pointer;
  font-weight: 500;
  font-size: 2.2rem;
}
.block.type2 > .head:before,
.block.type2 > .head:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #000;
}
.block.type2 > .head:before {
  top: calc(50% - (16px / 2));
  right: calc(26px + 6.5px);
  width: 2px;
  height: 16px;
  transition: all 0.2s;
}
.block.type2 > .head.open:before {
  opacity: 0;
}
.block.type2 > .head:after {
  top: calc(50% - (2px / 2));
  right: 26px;
  width: 16px;
  height: 2px;
}
.block.type2 > .body {
  display: none;
  margin-bottom: 12px;
  padding-bottom: 20px;
}
.block.type3 {
  margin-bottom: 0!important;
}
.block.type3 > .head {
  position: relative;
  line-height: calc(38 / 26);
  padding: 14px 25px;
  border-radius: 5px;
  box-sizing: border-box;
  border-left: solid 7px #3E8AEB;
  background-color: #EAF3FF;
  cursor: pointer;
  font-weight: 500;
  font-size: 2.6rem;
}
.block.type3 > .head:before,
.block.type3 > .head:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #000;
}
.block.type3 > .head:before {
  top: calc(50% - (16px / 2));
  right: calc(26px + 6.5px);
  width: 2px;
  height: 16px;
  transition: all 0.2s;
}
.block.type3 > .head.open:before {
  opacity: 0;
}
.block.type3 > .head:after {
  top: calc(50% - (2px / 2));
  right: 26px;
  width: 16px;
  height: 2px;
}
.block.type3 > .head .small {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
.block.type3 > .head .middle {
  line-height: calc(27 / 18);
  font-weight: 400;
  font-size: 1.8rem;
}
.block.type3 > .head .large {
  margin-right: 30px;
}
.block.type3 > .body {
  display: none;
  margin-bottom: 12px;
  padding-bottom: 20px;
}
.block.type3 > .body .image {
  float: left;
  width: 216px;
  margin-right: 55px;
}
.block.type3 > .body .text {
  float: right;
  width: calc(100% - 216px - 55px);
}
.block.type3 > .body .text p {
  margin-bottom: 10px!important;
}

.block.typeLatest {

}
.block.typeLatest .image {
  width: 300px;
  margin-right: 80px;
}
.block.typeLatest .col {
  width: clac(100% - 300px - 80px);
}

.block.typeList1 {
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  border: solid 2px #FF6796;
}
.block.typeList1 > * {
  box-sizing: border-box;
}
.block.typeList1 .head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  margin-bottom: 0;
  background-color: #FF6796;
  text-align: center;
  font-size: 1.8rem;
  color: #FFF;
}
.block.typeList1 ul {
  width: calc(100% - 235px);
  padding: 35px 40px;
}

.block.typeList2 {

}
.block.typeList2 .head {
  line-height: calc(27 / 18);
  max-width: 290px;
  margin-bottom: 0;
  padding: 8px 20px 8px 50px;
  border-radius: 6px 6px 0 0;
  background-position: 20px center;
  background-color: #3E8AEB;
  font-weight: 500;
  font-size: 1.8rem;
  color: #FFF;
}
.block.typeList2 .list {
  padding: 25px 50px;
  border-radius: 0 6px 6px 6px;
  border: solid 2px #3E8AEB;
}
.block.typeList2.pink .head {
  background-color: #FFA59A;
}
.block.typeList2.pink .list {
  border: solid 2px #FFA59A;
}


.column2 {
  column-count: 2;
  column-gap: 100px;
}

.pageLinks.type1 {
  display: flex;
  justify-content: center;
  background-color: #3E8AEB;
}
.pageLinks.type1 li {
  width: calc(1200px / 4);
  border-right: solid 2px #FFF;
  box-sizing: border-box;
}
.pageLinks.type1 li:first-child {
  border-left: solid 2px #FFF;
}
.pageLinks.type1 li a {
  display: block;
  width: 100%;
  line-height: calc(27 / 18);
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #FFF;
}

.list.type1 {

}
.list.type1 li {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.list.type1 li:last-child {
  margin-bottom: 0;
}
.list.type1 .date {
  width: 90px;
  line-height: calc(20 / 14);
  margin-right: 30px;
  font-size: 1.4rem;
  color: #FF6796;
}
.list.type1 .date p {
  line-height: calc(27 / 18);
  width: calc(100% - 90px - 30px);
  font-size: 1.8rem;
}
.list.type2 {
  display: flex;
  flex-wrap: wrap;
}
.list.type2 li {
  margin-right: 10px;
  margin-bottom: 15px;
}
.list.type2 li a {
  display: inline-block;
  line-height: calc(23 / 16);
  padding: 5px 30px;
  border: solid 2px #FFF;
  border-radius: 24px;
  font-weight: 500;
  color: #FFF;
}
.list.type2 li a:hover {
  background-color: #FFF;
  transition: all 0.2s;
  color: #3E8AEB!important;
}
.list.type3 li {
  line-height: calc(22 / 15);
  margin-bottom: 18px;
  font-size: 1.5rem;
}
.list.type4 li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  border: solid 1px #D1D1D1;
  box-sizing: border-box;
}
.list.type4 li a:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.list.type5 > li {
  position: relative;
  display: block;
  line-height: calc(30 / 16);
  padding-left: 15px;
}
.list.type5 > li:after {
  position: absolute;
  top: 14px;
  left: 2px;
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
}

.list.type6 {
  margin-bottom: 20px;
}
.list.type6 > li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.list.type6 > li .head {
  width: 82px;
  margin-right: 30px;
  margin-bottom: 0;
  padding: 5px;
  border-radius: 5px;
  background-color: #3E8AEB;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  color: #FFF;
}
.list.type6 > li p {
  width: calc(100% - 82px - 30px);
}

.list.type7 {
  margin-bottom: 40px;
}
.list.type7 li {
  display: flex;
  margin-bottom: 10px;
}
.list.type7 li .head {
  line-height: calc(30 / 16);
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.list.type7 li p {

}

.list.type8 li {
  position: relative;
  line-height: calc(30 / 16);
  padding-left: 20px;
  font-weight: 600;
  font-size: 1.6rem;
}
.list.type8 li:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFA59A;
}

.list.type9 {
  margin-bottom: 20px;
}
.list.type9 li {
  position: relative;
  line-height: calc(30 / 16);
  padding-left: 18px;
  font-weight: 400;
  font-size: 1.6rem;
}
.list.type9 li:before {
  position: absolute;
  top: 11.5px;
  left: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFA59A;
}

.list.type10 > li {
  position: relative;
  display: block;
  line-height: calc(34 / 18);
  padding-left: 30px;
  font-size: 1.8rem;
}
.list.type10 > li:after {
  position: absolute;
  top: 9px;
  left: 2px;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #3E8AEB;
}

.list.type11 > li {
  position: relative;
  display: block;
  line-height: calc(30 / 16);
  padding-left: 30px;
}
.list.type11 > li:after {
  position: absolute;
  top: 12px;
  left: 2px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}

.list.type12 > li {
  position: relative;
  display: block;
  line-height: calc(32 / 16);
  padding-left: 28px;
  font-size: 1.6rem;
}
.list.type12 > li:after {
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3E8AEB;
}

.list.type13 {
  margin-bottom: 30px;
}
.list.type13 li {
  position: relative;
  line-height: calc(30 / 16);
  padding-left: 30px;
  font-size: 1.6rem;
}
.list.type13 li:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFA59A;
}

.list.type14 li:not(:last-child) {
  margin-bottom: 5px;
}
.list.type14 li > * {
  margin-bottom: 0;
}
.list.type14 li .head {
  width: 100px;
  margin-right: 40px;
}
.list.type14 li .head + * {
  width: calc(100% - 100px - 40px);
}

.list.type15 li {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 2rem;
}
.list.type15 li:after {
  position: absolute;
  top: 10.5px;
  left: 0;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #000;
}
.list.type16 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  box-sizing: border-box;
  background-image: url("./images/common/ic_check.png");
  background-image: image-set(url("./images/common/ic_check.png") 1x, url("./images/common/ic_checkx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_check.png") 1x, url("./images/common/ic_checkx2.png") 2x);
  background-position: 0 8px;
  background-repeat: no-repeat;
  font-size: 1.6rem;
}

.list.typeNum li {
  position: relative;
  padding-left: 30px;
}
.list.typeNum .num {
  position: absolute;
  top: 0;
  left: 0;
}

.list.typeQA {
  border-bottom: solid 1px #D1D1D1;
}
.list.typeQA dt {
  border-top: solid 1px #D1D1D1;
  cursor: pointer;
  font-weight: 500;
}
.list.typeQA dt:first-child {
  border-top: none;
}
.list.typeQA dt:before,
.list.typeQA dt:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #3E8AEB;
}
.list.typeQA dt:before {
  top: calc(50% - (15px / 2));
  right: calc(26px + 6.5px);
  width: 2px;
  height: 15px;
  transition: all 0.2s;
}
.list.typeQA dt.open:before {
  opacity: 0;
}
.list.typeQA dt:after {
  top: calc(50% - (2px / 2));
  right: 26px;
  width: 15px;
  height: 2px;
}
.list.typeQA dd {
  display: none;
}
.list.typeQA dt,
.list.typeQA dd {
  position: relative;
  padding: 27px 100px 27px 70px;
  font-size: 1.8rem;
}
.list.typeQA dd {
  padding-top: 0!important;
}
.list.typeQA dt span,
.list.typeQA dd span {
  position: absolute;
  left: 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 2.6rem;
  color: #3E8AEB;
}
.list.typeQA dt span {
  top: 18px;
}
.list.typeQA dd span {
  top: -8px;
}

.list.typeObj1 {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-top: -90px;
}
.list.typeObj1 li { 
  margin-right: 40px;
}
.list.typeObj1 li:last-child {
  margin-right: 0;
}
.list.typeObj1 li a {
  position: relative;
  display: block;
  padding-bottom: 25px;
  text-align: center;
}
.list.typeObj1 li a:after {
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list.typeObj1 li a span {
  display: block;
}
.list.typeObj1 li a .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -15px #000;
  -webkit-box-shadow: 0px 0px 20px -15px #000;
}
.list.typeObj1 li a .text {
  font-weight: 500;
  font-size: 2rem;
}
.list.typeObj2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}
.list.typeObj2 li { 
  width: calc((100% - (52px * 4)) / 5);
  margin-right: 52px;
  margin-bottom: 40px;
}
.list.typeObj2 li:nth-child(5n) {
  margin-right: 0;
}
.list.typeObj2 li a {
  position: relative;
  display: block;
  text-align: center;
}
.list.typeObj2 li a span {
  display: block;
}
.list.typeObj2 li a .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 142px;
  margin-bottom: 15px;
  background-color: #EAF3FF;
  border-radius: 50%;
}
.list.typeObj2 li a .text {
  line-height: calc(22 / 16);
  font-weight: 500;
  font-size: 1.6rem;
}
.list.typeArrow1 {

}
.list.typeArrow1 li {
  margin-bottom: 15px;
}
.list.typeArrow1 li > a,
.list.typeArrow1 li > span {
  position: relative;
  display: block;
  padding-left: 25px;
}
.list.typeArrow1 li > a:before,
.list.typeArrow1 li > span:before {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list.typeArrow1 li.current > a {
  font-weight: bold;
  color: #3E8AEB;
}
.list.typeArrow2 {

}
.list.typeArrow2 li {
  margin-bottom: 15px;
}
.list.typeArrow2 li a {
  position: relative;
  padding-left: 30px;
}
.list.typeArrow2 li a:before,
.list.typeArrow2 li a:after {
  position: absolute;
  display: block;
  content: "";
}
.list.typeArrow2 li a:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #3E8AEB;
  border-radius: 50%;
}
.list.typeArrow2 li a:after {
  top: calc(50% - 4.2px);
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.archiveList.type1 {
  margin-bottom: 40px;
}
.archiveList.type1 li {
  padding: 20px 0;
  border-bottom: solid 1px #707070;
}
.archiveList.type1 li .info {
  margin-bottom: 15px;
}
.archiveList.type1 li .info > * {
  display: inline-block;
}
.archiveList.type1 li .info .date {
  margin-right: 15px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #3E8AEB;
}
.archiveList.type1 li .info .cat {
  line-height: calc(15 /10);
  padding: 7px 20px;
  border-radius: 24px;
  background-color: #D1D1D1;
  font-size: 1rem;
}
.info .cat {
  color: #FFF;
}
.info .cat.cat1 {
  background-color: #FF6796!important;
}
.info .cat.cat2 {
  background-color: #3E8AEB!important;
}
.info .cat.cat3 {

}
.info .cat.cat4 {
  background-color: #3ED0EB!important;
}
.info .cat.cat5 {
  background-color: #3ED0EB!important;
}
.archiveList.type1 li .title {
  margin-bottom: 0;
  line-height: calc(30 / 16);
  font-weight: 400;
  font-size: 1.6rem;
}
.archiveList.type1 li .title a {
  position: relative;
  display: block;
}
.archiveList.type1 li .title a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archiveList.type2 li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #D1D1D1;
}
.archiveList.type2 li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.archiveList.type2 li a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.archiveList.type2 li a .image {
  width: 213px;
  margin-right: 50px;
  margin-bottom: 0;
}
.archiveList.type2 li a .block {
  width: calc(100% - 213px - 50px);
}
.archiveList.type2 li a .block .date {
  line-height: calc(22 / 15);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.5rem;
  color: #3E8AEB;
}
.archiveList.type2 li a .block .title {
  line-height: calc(28 / 16);
  font-weight: 400;
  font-size: 1.6rem;
}

.archiveList.type3 li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #D1D1D1;
}
.archiveList.type3 li a {
  position: relative;
  display: block;
  padding-right: 20px;
  line-height: calc(27 / 18);
  font-weight: 400;
  font-size: 1.8rem;
}
.archiveList.type3 li a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archiveList.type4 li {
  width: calc((100% - (55px * 2)) / 3);
  margin-right: 55px;
}
.archiveList.type4 li:nth-child(3n) {
  margin-right: 0;
}

.arrowList.type1 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type1 li a:before,
.arrowList.type1 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type1 li a:before {
  top: calc(50% - 8.5px);
  right: 23px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  background-color: #FFF;
  border-radius: 50%;
}
.arrowList.type1 li a:after {
  top: calc(50% - 2px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowList.type2 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type2 li a:before,
.arrowList.type2 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type2 li a:before {
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowList.type2 li a:after {
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #5C5C5C;
}

.arrowList.type3 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type3 li a:before,
.arrowList.type3 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type3 li a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
  background-color: #02227E;
}
.arrowList.type3 li a:after {
  top: calc(50% - 2.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(45deg);
}

.arrowDown.type1 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type1 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type1 a:before,
.arrowDown.type1 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type1 a:before {
  left: calc(50% - (18px / 2));
  bottom: -10px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  border-radius: 50%;
}
.arrowDown.type1 a:after {
  left: calc(50% - (4.5px / 2));
  bottom: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type2 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type2 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type2 a:before,
.arrowDown.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type2 a:before {
  left: calc(50% - (1.4px / 2));
  bottom: -33px;
  width: 1.4px;
  height: 42px;
  background-color: #000;
}
.arrowDown.type2 a:after {
  left: calc(50% - (11.4px / 2));
  bottom: -33px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #000;
  border-right: 1.4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type3 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type3 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type3 a:before,
.arrowDown.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type3 a:before {
  left: calc(50% - 0.5px);
  bottom: -15px;
  width: 1px;
  height: 25px;
  background-color: #02227E;
}
.arrowDown.type3 a:after {
  left: calc(50% - 0.5px);
  bottom: -11px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(135deg);
}

.icImportant {
  padding-left: 25px;
  background-image: url("./images/common/icImportant.png");
  background-image: image-set(url("./images/common/icImportant.png") 1x, url("./images/common/icImportantx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/icImportant.png") 1x, url("./images/common/icImportantx2.png") 2x);
  background-position: center left;
  background-repeat: no-repeat;
}
.icTel {
  padding-left: 25px;
  background-image: url("./images/common/icTel.png");
  background-image: image-set(url("./images/common/icTel.png") 1x, url("./images/common/icTelx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/icTel.png") 1x, url("./images/common/icTelx2.png") 2x);
  background-position: center left;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 2rem;
}
.icFukidashi {
  padding-left: 35px;
  background-image: url("./images/common/ic_fukidashi.png");
  background-image: image-set(url("./images/common/ic_fukidashi.png") 1x, url("./images/common/ic_fukidashix2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_fukidashi.png") 1x, url("./images/common/ic_fukidashix2.png") 2x);
  background-position: center left;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 2rem;
}
.icNote {
  padding-left: 35px;
  background-image: url("./images/common/ic_note.png");
  background-image: image-set(url("./images/common/ic_note.png") 1x, url("./images/common/ic_notex2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_note.png") 1x, url("./images/common/ic_notex2.png") 2x);
  background-position: center left;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 2rem;
}
.icBook {
  padding-left: 35px;
  background-image: url("./images/common/ic_book.png");
  background-image: image-set(url("./images/common/ic_book.png") 1x, url("./images/common/ic_bookx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_book.png") 1x, url("./images/common/ic_bookx2.png") 2x);
  background-position: center left;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 2rem;
}
.icMarker {
  padding-left: 35px;
  background-image: url("./images/common/ic_marker.png");
  background-image: image-set(url("./images/ic_marker.png") 1x, url("./images/common/ic_markerx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_marker.png") 1x, url("./images/common/ic_markerx2.png") 2x);
  background-position: left 3px;
  background-repeat: no-repeat;
}
.icTrain {
  padding-left: 35px;
  background-image: url("./images/common/ic_train.png");
  background-image: image-set(url("./images/ic_train.png") 1x, url("./images/common/ic_trainx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_train.png") 1x, url("./images/common/ic_trainx2.png") 2x);
  background-position: left 3px;
  background-repeat: no-repeat;
}
.icBus {
  padding-left: 35px;
  background-image: url("./images/common/ic_bus.png");
  background-image: image-set(url("./images/ic_bus.png") 1x, url("./images/common/ic_busx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_bus.png") 1x, url("./images/common/ic_busx2.png") 2x);
  background-position: left 3px;
  background-repeat: no-repeat;
}

/* table */
table {
  width: 100%;
}
table th,
table td {
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}
table th {

}
table td {
  
}

table.type1 {

}
table.type1 th,
table.type1 td {
 border: solid 1px #B4B4B4;
}
table.type1 thead th {
  text-align: center;
}
table.type1 th {
  background-color: #EFEFEF;
}
table.type1 td {
  
}
table.type1.timeTable {
  min-width: 840px;
}
table.type1.timeTable tr > *:nth-child(1) {
  width: 175px;
}
table.type1.timeTable td,
table.type1.timeTable th {
  vertical-align: middle;
  padding: 16px 20px;
}
table.type1.timeTable th {
  line-height: calc(20 / 16);
}
table.type1.timeTable td {
  text-align: center;
  color: #3E8AEB;
}
table.type1.timeTable td .circle {
  display: block;
  line-height: 1;
  text-align: center;
}
table.type1.timeTable td span:not(.circle) {
  line-height: 1;
  font-size: 1.5rem;
}
.attention.type1 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 100%;
  min-width: 840px;
  height: 73px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.attention.type1 span {
  display: inline-block;
  width: 140px;
  background-color: #FF6796;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #FFF;
}
.attention.type2 {
  position: absolute;
  left: calc(215px + 45px);
  bottom: calc(54px / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: calc(100% - 215px - (45px * 2));
  min-width: 535px;
  height: 47px;
  background-color: #FF6796;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #FFF;
}

table.type2 {
  margin-bottom: 40px;
}
table.type2 th,
table.type2 td {
 border: solid 1px #D1D1D1;
}
table.type2 thead th {
  border-right: none;
  background-color: #EAF3FF;
  text-align: center;
}
table.type2 thead td {
  background-color: #F5F9FD;
}
table.type2 tbody th {
  border-right: none;
  background-color: #F5F9FD;
}
table.type2 td {
  
}

table.type3 {

}
table.type3 th,
table.type3 td {
  vertical-align: middle;
  padding: 15px 25px;
  border: solid 1px #D1D1D1;
}
table.type3 th {
  width: 175px;
  background-color: #EAF3FF;
}
table.type3 td {
  
}

table.typeList {

}
table.typeList th,
table.typeList td {
 display: list-item;
 list-style: none;
}
table.typeList th {
  padding-bottom: 0;
  border-bottom: none;
}
table.typeList td {
  
}
table.noBorder * {
  border: none;
}
table.noBorder th {
  width: 280px;
  padding-left: 0;
  vertical-align: top;
}
table.noBorder th .req {
  margin-right: 16px;
}

input[type="text"],
input[type="email"],
select,
textarea {
  padding: 10px 25px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
}
select {
  padding: 10px 35px 10px 20px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("./images/common/ic_arrow_down.png");
  background-image: image-set(url("./images/common/ic_arrow_down.png") 1x, url("./images/common/ic_arrow_downx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_arrow_down.png") 1x, url("./images/common/ic_arrow_downx2.png") 2x);
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
}
input[name="zip"] {
  display: inline-block;
  width: 150px;
  margin-bottom: 10px;
}
input[name="address"] {
  display: inline-block;
  width: calc(100% - 38px);
}
.fz12 {
  font-size: 1.2rem;
}

.mw_wp_form .submit {
  text-align: center;
}
.mw_wp_form .submit .button {
  position: relative;
  display: inline-block;
  max-width: 470px;
  width: 100%;
  line-height: calc(30 / 20);
  padding: 20px 55px;
  border-radius: 40px;
  box-sizing: border-box;
  border: none;
  background-color: #3ED0EB;
  cursor: pointer;
  text-align: left;
  font-size: 2rem;
}
.mw_wp_form .submit .button:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mw_wp_form .submit .button[name="submitBack"] {
  background-color: #F5F5F5;
}
.mw_wp_form .submit .button[name="submitBack"]:after {
  display: none;
}
.mw_wp_form_confirm table + .text {
  display: none;
}

/* tabs */
.tabs {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 auto;
}
.tabs li {

}
.tabs li:not(:first-child) {
  margin-right: -2px;
}
.tabs li.current {
  height: 72px;
  background-color: #8FCC9B;
  font-weight: bold;
  font-size: 2.4rem;
  color: #FFF;
}
.tabContents .tabContent {
  display: none;
}
.tabContents #tab1 {
  display: block;
}
.tabContent {
  padding: 70px 0;
}

.tabLinks.cols2 > * {
  width: calc((100% - (15px * 1)) / 2);
  margin-right: 15px;
}
.tabLinks.cols2 > *:nth-child(2n) {
  margin-right: 0;
}
.tabLinks.cols3 > * {
  width: calc((100% - (15px * 2)) / 3);
  margin-right: 15px;
}
.tabLinks.cols3 > *:nth-child(3n) {
  margin-right: 0;
}


.tabBlock.type1 {
  
}
.tabBlock.type1 .tabs {
  
}
.tabBlock.type1 .tabs li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 33px;
  width: auto;
  margin-right: 10px;
  padding: 0 30px;
  border-radius: 24px;
  background-color: #E5E5E5;
  text-align: center;
  font-size: 1.4rem!important;
  cursor: pointer;
}
.tabBlock.type1 .tabs li:last-child {
  margin-right: 0;
}
.tabBlock.type1 .tabs li.current {
  background-color: #3E8AEB;
  font-weight: 500;
  color: #FFF;
}
.tabBlock.type1 .tabs li > * {
  display: block;
  width: 100%;
}
.tabBlock.type1 .tabContent {
  padding: 50px 0 0;
}


.tabBlock.type2 {
  
}
.tabBlock.type2 .tabs {
  
}
.tabBlock.type2 .tabs li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 82px;
  width: calc((100% - (15px * 2)) / 3);
  margin-right: 15px;
  border-radius: 10px 10px 0 0;
  background-color: #EAF3FF;
  text-align: center;
  cursor: pointer;
}
.tabBlock.type2 .tabs li:last-child {
  margin-right: 0;
}
.tabBlock.type2 .tabs li.current {
  background-color: #3E8AEB;
  color: #FFF;
}
.tabBlock.type2 .tabs li > * {
  display: block;
  width: 100%;
}
.tabBlock.type2 .tabContent {
  padding: 40px;
  border: solid 2px #3E8AEB;
}

.tabBlock.type3 {
  
}
.tabBlock.type3 .tabs {
  
}
.tabBlock.type3 .tabs li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 41px;
  width: calc((100% - (20px * 3)) / 4);
  margin-right: 20px;
  border-radius: 5px 5px 0 0;
  background-color: #C1D9F8;
  text-align: center;
  cursor: pointer;
}
.tabBlock.type3 .tabs :last-child {
  margin-right: 0;
}
.tabBlock.type3 .tabs li.current {
  background-color: #3E8AEB;
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFF;
}
.tabBlock.type3 .tabContent {
  padding: 0;
}
.tabBlock.type3 .tabContent .slick-slide {
  text-align: center;
}
.tabBlock.type3 .tabContent .slick-slide img {
  margin-bottom: 8px;
}


/* page */
#pageHeader {
  position: relative;
}
#pageHeader .pageImage {
  height: 530px;
}
#pageHeader .pageImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pageHeader .title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
#pageHeader .title * {
  display: block;
  width: 100%;
  color: #FFF;
}
#pageHeader .title.black * {
  color: #000;
}
#pageHeader .title.blue * {
  color: #3E8AEB;
}
#pageHeader .title .small {
  margin-bottom: 40px;
  font-weight: 300;
}
#pageHeader .title .middle {
  font-weight: 500;
  font-size: 2.8rem;
}
#pageHeader .title .large {
  font-weight: 500;
  font-size: 5.4rem;
}
.pageTitle {
  position: relative;
  max-width: 1200px;
  line-height: calc(51 / 34);
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: solid 1px #D1D1D1;
  box-sizing: border-box;
  font-size: 3.4rem;
}
.pageTitle span {

}
.pageLinks.list.type4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 130px;
}
.pageLinks.list.type4 li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 13px;
}
.pageLinks.list.type4 li:nth-child(2n) {
  margin-right: 0;
}
.pageLinks.list.type4 li a {
  padding: 10px 20px;
  font-size: 1.8rem;
}
.pageLinks.list.type4 li a:after {
  right: 20px;
}

.colsSide .head {
  position: relative;
  line-height: calc(30 / 20);
  margin-bottom: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #D1D1D1;
  font-size: 2rem!important;
}
.colsSide .head:before,
.colsSide .head:after {
  position: absolute;
  display: block;
  content: "";
}
.colsSide .head:before {
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #3E8AEB;
  border-radius: 50%;
}
.colsSide .head:after {
  top: 11px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-template-page-shinryouka .colsSide .head {
  margin-bottom: 0;
}
.page-template-page-shinryouka .colsSide .head:not(:first-child) {
  margin-top: 20px;
}
.page-template-page-shinryouka .colsSide .head span {
  position: relative;
  display: block;
  cursor: pointer;
}
.page-template-page-shinryouka .colsSide .head span:before,
.page-template-page-shinryouka .colsSide .head span:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #000;
}
.page-template-page-shinryouka .colsSide .head span:before {
  top: calc(50% - (16px / 2));
  right: calc(26px + 6.5px);
  width: 2px;
  height: 16px;
  transition: all 0.2s;
}
.page-template-page-shinryouka .colsSide .head span.open:before {
  opacity: 0;
}
.page-template-page-shinryouka .colsSide .head span:after {
  top: calc(50% - (2px / 2));
  right: 26px;
  width: 16px;
  height: 2px;
}
.page-template-page-shinryouka .colsSide  ul {
  display: none;
  background-color: #F5F9FD;
}
.page-template-page-shinryouka .colsSide ul li {
  margin-bottom: 0;
  padding: 18px 20px;
  border-bottom: solid 1px #D1D1D1;
}
.page-template-page-shinryouka .colsSide ul li.hasChild {
  position: relative;
  cursor: pointer;
}
.page-template-page-shinryouka .colsSide ul li.hasChild.open {
  padding-bottom: 0;
}
.page-template-page-shinryouka .colsSide ul li.hasChild:before,
.page-template-page-shinryouka .colsSide ul li.hasChild:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #3E8AEB;
}
.page-template-page-shinryouka .colsSide ul li.hasChild:before {
  top: calc(26px);
  right: calc(26px + 6.5px);
  width: 2px;
  height: 16px;
  transition: all 0.2s;
}
.page-template-page-shinryouka .colsSide ul li.hasChild.open:before {
  opacity: 0;
}
.page-template-page-shinryouka .colsSide ul li.hasChild:after {
  top: calc(33px);
  right: 26px;
  width: 16px;
  height: 2px;
}
.page-template-page-shinryouka .colsSide ul li.hasChild span {
  display: block;
}
.page-template-page-shinryouka .colsSide ul li.hasChild span:after {
  position: absolute;
  top: -4px;
  right: 40px;
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #D1D1D1;
}
.page-template-page-shinryouka .colsSide ul li.hasChild.open span {
  padding-bottom: 18px;
}
.page-template-page-shinryouka .colsSide ul li.hasChild.open span:before {
  top: calc(50% - 13px);
}
.page-template-page-shinryouka .colsSide .child {
  width: calc(100% + (20px * 2));
  margin-left: -20px;
  border-top: solid 1px #D1D1D1;
  box-sizing: border-box;
}
.page-template-page-shinryouka .colsSide .child li {
  padding-left: 44px;
}
.page-template-page-shinryouka .colsSide .child li:last-child {
  border-bottom: none;
}

/* archive */
body:not(.single) .pagenation {
  text-align: center;
}
body:not(.single) .pagenation .page-numbers:not(.prev):not(.next) {
  margin: 0 5px;
  padding: 7px 13px;
  border-radius: 50%;
  background-color: #EFEFEF;
  transition: all 0.4s;
}
body:not(.single) .pagenation .page-numbers.current,
body:not(.single) .pagenation .page-numbers:not(.prev):not(.next):hover {
  background-color: #3E8AEB!important;
  color: #FFF;
}

/* single */
body.single #contents .content .contentInner .article {
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: solid 1px #D1D1D1;
}
body.single #contents .content .info {
  margin-bottom: 20px;
}
body.single #contents .content .info .date {
  line-height: calc(22 / 15);
  margin-right: 18px;
  font-size: 1.5rem;
  color: #3E8AEB;
}
body.single #contents .content .info .cat {
  line-height: calc(15 /10);
  padding: 7px 20px;
  border-radius: 24px;
  background-color: #D1D1D1;
  vertical-align: 3px;
  font-size: 1rem;
}
body.single #contents .content h1 {
  line-height: calc(46 / 28);
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: solid 1px #D1D1D1;
  font-size: 4.6rem;
}
body.single #contents .content h2.wp-block-heading {
  position: relative;
  line-height: calc(46 / 22);
  padding-left: 30px;
  font-size: 2.2rem;
  color: #3E8AEB;
}
body.single #contents .content h2.wp-block-heading:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 28px;
  background-color: #3E8AEB;
}
body.single #contents .content p,
body.single #contents .content .wp-block-image {
  margin-bottom: 30px;
}
body.single #contents .content .colsMain .button {
  margin-top: -83px;
}

/*Add UDW 20250826*/
body.single #contents .content .colsMain ol {
  list-style: decimal;
}
body.single #contents .content .colsMain ul {
  list-style: disc;
}

.pagenation {
  position: relative;
}
.pagenation .screen-reader-text {
  display: none;
}
.pagenation .nav-links {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.pagenation .nav-links .nav-previous,
.pagenation .nav-links .nav-next {
  width: 100%;
  max-width: 177px;
}
.pagenation .nav-links .nav-previous {
  
}
.pagenation .nav-links .nav-next {
  margin-left: auto;
}
.pagenation .nav-links .nav-previous span,
.pagenation .nav-links .nav-next span {
  display: block;
  text-align: center;
}
.pagenation .nav-links .nav-previous a,
.pagenation .nav-links .nav-next a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 177px;
}
.pagenation .nav-links .nav-previous a,
.pagenation .nav-links .nav-next a {
  position: relative;
  display: block;
  max-width: 240px;
  width: 100%;
  line-height: calc(23 / 16);
  padding: 15px;
  border: solid 1px #3E8AEB;
  border-radius: 27px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
  color: #3E8AEB;
}
.pagenation .nav-links .nav-previous a:after,
.pagenation .nav-links .nav-next a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
}
.pagenation .nav-links .nav-previous a:after {
  left: 30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagenation .nav-links .nav-next a:after {
  right: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* TOP */
body.home .block.typeList1 {
  max-width: 990px;
  margin: 0 auto;
}
body.home #content2 .image {
  position: relative;
  width: calc(((100vw - 1200px) / 2) + ((100% - 40px) / 2));
  margin-left: calc((1200px - 100vw) / 2);
  overflow: hidden;
}
body.home #content2 .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.home #content2 .section:last-child {
  margin-bottom: 0;
}
body.home #content3 {
  background-image: url("./images/top/2-1.jpg");
  background-image: image-set(url("./images/top/2-1.jpg") 1x, url("./images/top/2-1x2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/top/2-1.jpg") 1x, url("./images/top/2-1x2.jpg") 2x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home #content5 {
  padding-bottom: 0!important;
}
body.home #content5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home #content6 .contentInner {
  max-width: 920px;
}
body.home #content7 .contentInner {
  max-width: 500px;
}
body.home #content8 {
  position: relative;
  background-image: url("./images/top/6_bg.jpg");
  background-image: image-set(url("./images/top/6_bg.jpg") 1x, url("./images/top/6_bgx2.jpg") 2x);
  background-image: -webkit-image-set(url("./images/top/6_bg.jpg") 1x, url("./images/top/6_bgx2.jpg") 2x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home #content8:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #3E8AEB;
}
body.home #content8 * {
  color: #FFF;
}
body.home #content8 .contentInner {
  position: relative;
  z-index: 1;
}
body.home #content8 .button {
  width: 50%;
}
body.home #content8 ul {
  max-width: 50%;
}
body.home #content9 .contentInner {
  align-items: center;
  background-color: #EAF3FF;
}
body.home #content9 .contentInner iframe {
  margin-bottom: 0;
}

/* 外来診療のご案内 outpatient */
body.outpatient #content2 .list.type4 {
  margin-bottom: 75px;
}
body.outpatient #content2 .list.type4 li {
  width: calc((100% - (10px * 3)) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
}
body.outpatient #content2 .list.type4 li:nth-child(4n) {
  margin-right: 0;
}
body.outpatient #content2 .block {
  position: relative;
}
body.outpatient #content2 .block .button {
  position: absolute;
  top: -6px;
  right: 0;
}
body.outpatient #content2 .block .button a {
  display: block;
  width: 155px;
  padding: 9px 15px;
  font-size: 1.4rem;
}
body.outpatient #content2 #d12 {
  padding-top: 50px;
}

/* 入院される方へ hospitalization */
body.hospitalization #content1 .button.type1.icPdf {
  margin-bottom: 30px;
}
body.hospitalization #content4 .cols2.rev .image {
  width: 237px;
}
body.hospitalization #content4 .cols2.rev .text {
  width: calc(100% - 40px - 237px);
}
body.hospitalization #content4 .cols2.rev .text .head {
  margin-bottom: 6px;
  font-size: 1.6rem;
  color: #3E8AEB;
}
body.hospitalization #content5 .button a {
  max-width: 370px;
}

/* 診療科・部門 departments */
body.departments .content .cols2 > * {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 20px;
}
body.departments .content .cols2 > *:nth-child(2n) {
  margin-right: 0;
}
body.departments #content1 {
  padding-top: 0!important;
}

/* 総合内科・腫瘍内科 general-oncology */
body.general-oncology #content1 {
  padding-bottom: 0!important;
}
body.general-oncology #content1 .panel.type1 {
  margin-bottom: 30px;
}

/* 総合内科・腫瘍内科 general-oncology */
body.infectious-disease #content4 .cols2 .image {
  width: 225px;
}
body.infectious-disease #content4 .cols2 .text {
  margin-right: 40px;
  width: calc(100% - 40px - 225px);
}

/* 糖尿病内科 diabetes */
body.diabetes .timeTable {
  margin-bottom: 100px;
}
body.diabetes .panel.type2 .text {
  margin-bottom: 20px;
}
body.diabetes .panel.type2 .button a {
  max-width: 230px;
}
body.diabetes #block2 .image {
  width: 209px;
}
body.diabetes #block2 .col {
  width: calc(100% - 209px - 60px);
  margin-right: 60px;
}
body.diabetes #block3 ul {
  margin-bottom: 20px;
}
body.diabetes .carousel {
  overflow: hidden;
}
body.diabetes .carousel .slick-list {
  margin-left: -45px;
}
body.diabetes .carousel .slick-slide {
  width: 194px;
}
body.diabetes .carousel .slick-slide img {
  max-width: none;
  width: 100%;
}

/* 消化器内科 gastroenterology */
body.gastroenterology #content3 .image {
  width: 326px;
}
body.gastroenterology #content3 .col {
  width: calc(100% - 326px - 40px);
}
body.gastroenterology #content4 .image {
  width: 326px;
}
body.gastroenterology #content4 .col {
  width: calc(100% - 326px - 40px);
}

/* 人間ドック health-checkup */
body.health-checkup .block.type1 {
  text-align: center;
}
body.health-checkup .block.type1 .text {
  position: relative;
}
body.health-checkup .block.type1 .large {
  margin-bottom: 0;
  font-size: 3rem;
}
body.health-checkup .block.type1 .small {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
body.health-checkup .block.type1 .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.health-checkup .block.type1 .link a {
  display: block;
  width: 100%;
  height: 100%;
}
body.health-checkup .block.type1 .link a:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3E8AEB;
  border-right: 2px solid #3E8AEB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.health-checkup .tabBlock.type2 .tabs li {
  line-height: calc(26 / 20);
  font-size: 2rem;
}
body.health-checkup .tabBlock.type2 .tabs li span {
  line-height: calc(26 / 16);
  font-size: 1.6rem;
}
body.health-checkup .section table td {
  text-align: center;
}
body.health-checkup .section table td span {
  display: block;
  line-height: calc(18 / 10);
  font-size: 1rem;
}
body.health-checkup .section table tbody th {
  width: 150px;
} 
body.health-checkup #tab1 .section table tr > *:nth-child(2),
body.health-checkup #tab1 .section table tr > *:nth-child(3),
body.health-checkup #tab2 .section table tr > *:nth-child(2),
body.health-checkup #tab3 .section table tr > *:nth-child(3) {
  width: 37%;
}
body.health-checkup #tab3 table tr > *:nth-child(1) {
  width: 27%;
}
body.health-checkup #tab3 table tr > *:nth-child(2) {

}
body.health-checkup #tab3 table tr > *:nth-child(3) {
  width: 23%;
}
body.health-checkup #tab3 table tbody tr > *:nth-child(3) {
  text-align: center;
  vertical-align: middle;
  color: #3E8AEB;
}


/* ご挨拶・理念 philosophy */
body.philosophy #content1 .cols2 .image {
  width: 270px;
}
body.philosophy #content1 .cols2 .image span {
  display: block;
  line-height: calc(30 / 16);
  text-align: right;
  font-size: 1.6rem;
}
body.philosophy #content1 .cols2 .sentence {
  width: calc(100% - 270px - 65px);
  margin-right: 65px;
}

/* 交通アクセス access */
body.access iframe {
  margin-bottom: 70px;
}

/* 看護部について nurse */
body.nurse #content2 .cols2 .head {
  width: 105px;
  margin-right: 60px;
}
body.nurse #content2 .cols2 .list {
  width: calc(100% - 105px - 60px);
}
body.nurse #content3 .cols2 .image {
  width: 249px;
}
body.nurse #content3 .cols2 .image span {
  display: block;
  line-height: calc(24 / 16);
}
body.nurse #content3 .cols2 .col {
  width: calc(100% - 249px - 60px);
  margin-right: 60px;
}
body.nurse #content3 ul {
  margin-bottom: 30px;
}
body.nurse #content4 .cols2 .image,
body.nurse #content5 .cols2 .image,
body.nurse #content6 .cols2 .image {
  width: 298px;
}
body.nurse #content4 .cols2 .col,
body.nurse #content5 .cols2 .col,
body.nurse #content6 .cols2 .col {
  width: calc(100% - 298px - 90px);
  margin-right: 90px;
}

/*Add UDW 20250804*/
body.nurse #contents #content3.content {
  padding-bottom: 30px;
}
body.nurse #content4 .cols2 .image {
  width: 100%;
}
body.nurse #content4 .cols2 .col {
  width: calc((100% - (40px * 1)) / 2);
  margin-right: auto;
}

/* 地域・医療連携 community */
.panel.type1 .text_image {
  position: relative
}
.panel.type1 .text_image .text {
  max-width: 425px;
}
.panel.type1 .text_image .image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
.panel.type1 .text_image .image img {
  margin-bottom: 0;
}

/* リハビリテーション科 rehab */
body.rehab .content .head.type18 {
  margin-bottom: 10px;
}

/* 栄養管理部 nutrition */
body.nutrition #content5 ul {
  margin-bottom: 20px;
}
body.nutrition .col .image {
  margin-bottom: 10px;
}

/* 薬剤部 pharmacy */
body.pharmacy .content .cols2 {
  align-items: center;
}

/* 検査部 lab */
body.lab .content .cols2 .image img {
  margin-bottom: 5px;
}
body.lab .content .cols2 .image span {
  display: inline-block;
  margin-bottom: 15px;
}

/* 心不全チーム heart-failure */
body.heart-failure .content .head.type24 {

}
body.heart-failure .content .panel.type7 {
  margin-top: -55px;
}

/* 採用情報 recruit*/
body.recruit #pageHeader .pageImage {
  height: 770px;
}
body.recruit .pageLinks.type1 {
  margin-top: -44px;
  margin-bottom: 90px;
}
body.recruit #content1 {
  overflow: hidden;
}
body.recruit #content1 .text {
  line-height: calc(34 / 18);
  margin-bottom: 10px;
  font-size: 1.8rem;
}
body.recruit #content1 .image {
  width: 100vw;
  margin-left: calc((1200px - 100vw) / 2);
  margin-bottom: 80px;
}
body.recruit #content1 .image + .text {
  max-width: 930px;
  margin-bottom: 80px;
}
body.recruit #content1 .head.type9 {
  margin-bottom: 60px;
}
body.recruit #content1 .cols2 > .head {
  margin-right: 80px;
}
body.recruit #content1 .cols2 > .col {
  width: calc(100% - 280px - 80px);
  padding-top: 40px;
}
body.recruit #content2 {
  margin-top: 300px;
}
body.recruit #content2 .contentInner {
  margin-top: -300px;  
}
body.recruit #content3 .cols2 .colsSide {
  position: relative;
  width: 280px;
  margin-right: 78px;
}
body.recruit #content3 .cols2 .colsMain {
  width: calc(100% - 280px - 78px);
}
body.recruit #content3 table.type3 {
  margin-bottom: 20px;
}

/* 採用フォーム recruit form*/
body.recruit-form td .fz12 {
  max-width: 690px;
}
body.recruit-form table {
  margin-bottom: 75px;
}
body.recruit-form table + .text {
  padding-top: 50px;
  border-top: solid 1px #707070;
}

/* お問い合わせフォーム contact*/
body.contact #content1 .icTel {
  padding: 0 34px;
  background-position: 0px center;
  background-size: 24px;
  font-weight: 600;
  font-size: 3.2rem;
}
body.contact td .fz12 {
  max-width: 690px;
}
body.contact table {
  margin-bottom: 75px;
}
body.contact table + .text {
  padding-top: 50px;
  border-top: solid 1px #707070;
}

@media screen and (max-width:1200px) {

  /* breadcrumb */
  .breadcrumb {
    width: auto;
    margin-left: 20px;
  }

  /* main */
  .content .contentInner {
    width: 100%;
    padding: 0 20px 0;
    box-sizing: border-box;
  }
  .page-template-default .content .contentInner {
    padding: 0 20px;
  }
  .layoutCols2 .colsMain {
    width: calc(100% - 280px - 40px);
  }
  .layoutCols2 .fixedSide {
    margin-right: 40px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .layoutCols2 .colsSide .inner {
    width: 100%;
  }

  /* header */
  header #siteTitle {
    margin-left: 20px;
  }
  header .upper {
    margin-right: 20px;
  }
  .menuButton {
    right: 20px;
  }
  header nav .navMiddle, header nav .navBottom {
    padding: 0 20px;
    box-sizing: border-box;
  }
  header nav .navBottom {
    display: block;
  }
  header nav .navBottom > * {
    width: 100%!important;
  }
  header nav .navBottom > .text {
    text-align: center;
  }

  /* footer */
  footer.type1 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type1 #footerMenu {

  }
  footer.type1 #copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type2 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* common */
  .pageLinks.type1 li:first-child {
    border-left: none;
  }
  .pageLinks.type1 li:last-child {
    border-right: none;
  }
  .pageLinks.list.type4 {
    width: calc(100% - 20px);
  }
  .tabLinks {
    width: calc(100% - 20px);
  }
  .tabLinks > * {
    margin-right: 20px;
  }
  .tabLinks > *:last-child {
    margin-right: 0!important;
  }
  .tabLinks.cols2 > * {
    width: calc((100% - (20px * 1)) / 2);
  }
  .tabLinks.cols3 > * {
    width: calc((100% - (20px * 2)) / 3);
  }

  /* page */
  .pageTitle {
    width: calc(100% - (20px * 1));
  }

  /* TOP */
  body.home #content2 .image {  
    width: calc(((100% - 40px) / 2) + 20px);
    margin-left: -20px;
  }

  /* recruit */
  body.recruit .content .contentInner {
    padding: 0 20px;
  }
  body.recruit #content1 .image {
    width: 100vw;
    margin-left: -20px;
  }

}

@media screen and (max-width:1140px) {
  .panel.type1 .text_image .text {
    max-width: none;
    width: 100%;
  }
  .panel.type1 .text_image .image {
    position: relative;
    text-align: right;
  }
}

@media screen and (max-width:1100px) {

  .mw_wp_form form table th,
  .mw_wp_form form table td {
    display: list-item;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
  }

  /* TOP */
  body.home #content7 .button {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  body.home #content7 .button:nth-child(2n) {
    margin-right: 0;
  }

}

@media screen and (max-width:1000px) {

  /* common */
  .blocks.type3 {
    display: block;
  }
  .blocks.type3 .block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px!important;
  }
  .blocks.type3 .block:last-child {
    margin-bottom: 0!important;
  }

  .column2 {
    column-gap: 40px;
  }

  .panel.type7 > .bottom {
    padding: 40px 40px;
  }

  /* gastroenterology */
  body.gastroenterology #content3 .cols2 {
    display: block;
  }
  body.gastroenterology #content3 .cols2 > * {
    width: 100%;
    margin-right: 0;
  }
  body.gastroenterology #content3 .cols2 > .image {
    text-align: center;
  }

  /* nurse */
  body.nurse #content3 .cols2,
  body.nurse #content4 .cols2,
  body.nurse #content5 .cols2,
  body.nurse #content6 .cols2 {
    display: block;
  }
  body.nurse #content3 .cols2 > *,
  body.nurse #content4 .cols2 > *,
  body.nurse #content5 .cols2 > *,
  body.nurse #content6 .cols2 > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  body.nurse #content3 .cols2 > .image,
  body.nurse #content4 .cols2 > .image,
  body.nurse #content5 .cols2 > .image,
  body.nurse #content6 .cols2 > .image {
    text-align: center;
  }

  /* nursing-roles */
  body.nursing-roles .content .cols2:not(.tabLinks) {
    display: block;
  }
  body.nursing-roles .content .cols2:not(.tabLinks) > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  body.nursing-roles .content .cols2:not(.tabLinks) > .image {
    text-align: center;
  }

}

@media screen and (max-width:900px) {
  .layoutCols2 {
    display: block;
  }
  .layoutCols2 > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .layoutCols2 .colsSide {
    width: calc(100% - (20px * 2)) !important;
    margin-left: 20px;
    padding-left: 0;
  }

  .content .contentInner {
    padding: 0 20px;
  }

  .pageTitle {
    width: calc(100% - (20px * 2));
    margin-left: 20px;
  }

  .blocks.type4 {
    flex-wrap: wrap;
  }
  .blocks.type4 .block {
    width: calc((100% - 40px) / 2);
    margin-top: 0!important;
    margin-right: 40px!important;
    margin-bottom: 40px!important;
  }
  .blocks.type4 .block:nth-child(2n) {
    margin-right: 0!important;
  }
  .blocks.type4 .block img {
    width: 100%;
  }

  /* page */
  .pageLinks.list.type4 {
    width: calc(100% - 40px);
    margin: 0 auto 130px;
  }

  /* recruit */
  body.recruit #content1 .cols2 {
    display: block;
  }
  body.recruit #content1 .cols2 > .col {
    width: 100%;
  }
  body.recruit .contentInner.cols2 {
    display: block;
  }
  body.recruit .contentInner.cols2 > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  body.recruit .colsSide .list {
    display: flex;
    flex-wrap: wrap;
  }
  body.recruit .colsSide .list li {
    width: calc((100% - (20px * 3)) / 4);
    margin-right: 20px;
  }
  body.recruit .colsSide .list li:nth-child(4n) {
    margin-right: 0;
  }

}

@media screen and (max-width:880px) {

  /* common */
  .head.type5 span {
    display: block;
    margin-left: 0;
  }

  .list.type1 .date {
    margin-right: 10px;
  }
  .list.typeObj2 {
    justify-content: normal;
  }
  .list.typeObj2 li,
  .list.typeObj2 li:nth-child(5n) {
    width: calc((100% - (52px * 3)) / 4);
    margin-right: 52px;
  }
  .list.typeObj2 li:nth-child(4n) {
    margin-right: 0;
  }

  .pageLinks.list.type4 {
    display: block;
    margin-bottom: 80px;
  }
  .pageLinks.list.type4 li {
    width: 100%;
    margin-right: 0;
  }

  .block.type3 > .body .image,
  .block.type3 > .body .text {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .block.type3 > .body .image {
    text-align: center;
  }
  .block.typeList2 .list {
    padding: 20px 20px;
  }
    

  /* header */
  #headerContent .upper {
    display: none;
  }
  #headerContent .bottom .menu {
    display: none;
  }
  header nav .navMiddle {
    flex-wrap: wrap;
  }
  header nav .navMiddle .navListType2 {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  header nav .navMiddle .navListType2:nth-child(2) {
    margin-right: 0;
  }
  header nav .navMiddle .navListType3 {
    width: 100%;
  }
  .menuButton {
    top: -17px;
    right: 20px;
  }

  /* TOP */
  .list.typeObj1 {
    margin-top: -80px;
  }
  .list.typeObj1 li a .image {
    width: 150px;
    height: 150px;
  }

  /* outpatient */
  body.outpatient #content1 .cols2 {
    display: block;
  }
  body.outpatient #content1 .cols2 > * {
    width: 100%;
    margin-right: 0;
  }
  body.outpatient #content2 .list.type4 li {
    width: calc((100% - (20px * 1)) / 2);
    margin-right: 20px;
  }
  body.outpatient #content2 .list.type4 li:nth-child(2n) {
    margin-right: 0;
  }

}

@media screen and (max-width:813px) {

  .slideContent .catch {
    left: 0;
    text-align: center;
  }
  .slideContent .catch img {
    width: calc(100% - (20px * 2));
  }

  /* hospitalization */
  body.hospitalization .head.typeTimeSchedule + .cols2 {
    display: block;
  }
  body.hospitalization .head.typeTimeSchedule + .cols2 > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  body.hospitalization .head.typeTimeSchedule + .cols2 .image {
    text-align: center;
  }

}

@media screen and (max-width:768px) {

  /* common */
  .list.type1 .date {
    margin-right: 10px;
  }
  .block.typeList1 {
    display: block;
  }
  .block.typeList1 .head {
    width: 100%;
    padding: 8px 20px;
  }
  .block.typeList1 ul {
    width: 100%;
    padding: 20px 25px;
  }

  /* header */
  header nav .navBottom .banners {
    display: block;
  }
  header nav .navBottom .banners > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  header nav .navBottom .banners > *:not(:last-child) {
    margin-bottom: 20px;
  }

  /* TOP */
  body.home #content2 {
    padding-top: 0;
  }
  body.home #content2 .contentInner {
    display: block;
  }
  body.home #content2 .contentInner > * {
    width: 100%;
    margin-right: 0;
  }
  body.home #content2 .contentInner > .col {
    margin-bottom: 0;
  }
  body.home #content2 .image {
    width: 100vw;
  }
  body.home #content7 .contentInner {
    display: block;
  }
  body.home #content7 .contentInner > * {
    width: 100%;
    margin-right: 0;
  }
  body.home #content8 {
    padding-top: 340px!important;
    padding-bottom: 20px!important;
    background-image: url("./images/top/6_bg_sp.jpg");
    background-image: image-set(url("./images/top/6_bg_sp.jpg") 1x, url("./images/top/6_bg_spx2.jpg") 2x);
    background-image: -webkit-image-set(url("./images/top/6_bg_sp.jpg") 1x, url("./images/top/6_bg_spx2.jpg") 2x);
  }
  body.home #content8::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(50% + 20px + 20px);
  }
  body.home #content8 .button {
    width: 100%;
  }
  body.home #content8 ul {
    max-width: 100%;
  }
  body.home #content9 .contentInner {
    display: block;
    padding: 0;
  }
  body.home #content9 .contentInner > * {
    width: 100%;
    margin-right: 0;
  }
  body.home #content9 .contentInner iframe {
    margin-bottom: 40px;
  }
  body.home #content9 .contentInner .col {
    padding: 0 20px 40px;
    box-sizing: border-box;
  }

  /* gastroenterology */
  body.gastroenterology .blocks.type2 .block {
    display: block;
  }
  body.gastroenterology .blocks.type2 .block > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  body.gastroenterology .blocks.type2 .block > .image {
    text-align: center;
  }
  body.gastroenterology .blocks.type2 .block > .image img {
    /* width: 100%; */
  }

  /* nutrition */
  body.nutrition .content .cols3:not(.blocks) {
    display: block;
  }
  body.nutrition .content .cols3:not(.blocks) > * {
    width: 100%;
    margin-right: 0;
  }
  body.nutrition .content .cols3:not(.blocks) img {
    width: 100%;
  }

  /* rehab */
  body.rehab .content .cols2 {
    display: block;
  }
  body.rehab .content .cols2 > * {
    width: 100%;
    margin-right: 0;
  }
  body.nutrition .content .cols2 img {
    width: 100%;
  }

  /* pharmacy */
  body.pharmacy .content .cols2 {
    display: block;
  }
  body.pharmacy .content .cols2 > * {
    width: 100%;
    margin-right: 0;
  }
  body.pharmacy .content .cols2 img {
    width: 100%;
  }

  /* pharmacy */
  body.radiology .content .cols2 {
    display: block;
  }
  body.radiology .content .cols2 > * {
    width: 100%;
    margin-right: 0;
  }
  body.radiology .content .cols2 img {
    width: 100%;
  }

  /* lab */
  body.lab .content .cols2 {
    display: block;
  }
  body.lab .content .cols2 > * {
    width: 100%;
    margin-right: 0;
  }
  body.lab .content .cols2 img {
    width: 100%;
  }

  /* hospital */
  body.hospital .panels.type1 {
    display: block;
  }
  body.hospital .panels.type1 > * {
    width: 100%;
    margin-right: 0;
  }

  /* philosophy */
  body.philosophy .content .cols2 {
    display: block;
  }
  body.philosophy .content .cols2 > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  body.philosophy .content .cols2 img {
    width: 100%!important;
  }

}

@media screen and (max-width:720px) {
  .list.typeObj1 {
    flex-wrap: wrap;
  }
  .list.typeObj1 li {
    width: calc((100% - (40px * 1)) / 2);
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .list.typeObj1 li:nth-child(2n) {
    margin-right: 0;
  }
  .list.typeObj1 li a .image {
    margin: 0 auto 20px;
  }
  .list.typeObj2 li,
  .list.typeObj2 li:nth-child(5n) {
    width: calc((100% - (20px * 3)) / 4);
    margin-right: 20px;
  }
  .list.typeObj2 li a .image {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width:640px) {

  /* header */
  header #siteTitle {
    width: 100%;
  }
  header .search {
    width: 100%;
    text-align: center;
  }

  /* main */
  #contents {
    width: 100%;
    margin: 0 0 30px;
  }
  .content .contentInner {
    padding: 0 20px;
  }
  #contents .content:not(.bg):not(:first-child) {
    padding: 0 0 60px;
  }
  .article {
    margin: 0 10px 30px;
  }
  #side {

  }

  /* header */
  header.type1 {
    padding: 10px 20px;
  }
  header.type2 {
    padding: 10px 0;
  }
  header.type3 {
    padding: 10px 20px;
  }
  header.type4 {
    padding: 10px 20px;
  }
  header.type5 {
    padding: 10px 20px;
  }
  header #headerInner {
    width: 100%!important;
  }
  header.type3 #headerInner #siteTitle {
    text-align: left;
  }
  header.type4 #headerInner {
    text-align: left;
  }
  header nav {
    border: solid 20px #FFF;
  }
  header nav .navListType1 {
    flex-wrap: wrap;
  }
  header nav .navListType1 > * {
    width: calc((100% - 20px) / 2)!important;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  header nav .navListType1 > *:nth-child(2n) {
    margin-right: 0;
  }
  header nav .navListType1 > *:nth-child(3),
  header nav .navListType1 > *:nth-child(4) {
    margin-bottom: 0;
  }
  header nav .navListType2:first-child {
    margin-bottom: 0;
  }
  header nav .banners a {
    background-size: 30px;
    font-size: 1.8rem;
  }
  header nav .banners .blue a {
    background-size: 40px;
    background-position: 29px center;
  }
  .menuButton.active {
    top: 20px;
    right: 20px;
  }

  /* slider */
  .slider.type1 .slick-list {
    height: 500px;
    margin-left: calc( (100vw - ((500 / 540) * 1100px)) / 2 );
  }
  .slider.type1 .slick-slide img {
    width: calc((500 / 540) * 1100px);
    height: 100%;
  }
  .slider .slick-dots button::before {
    width: 5px;
    height: 5px;
  }
  .slider .slick-dots {
    bottom: 10px;
  }
  .carousel .slick-prev {
    left: 25px;
  }
  .carousel .slick-next {
    right: 25px;
  }
  .carousel .slick-list {
    margin: 0;
  }
  .carousel .slick-slide a {
    width: 100% !important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .carousel .slick-list li a img {
    max-width: 100%;
    height: auto;
  }

  /* main */
  .content .contentInner {

  }
  #contents .content:first-child {
    padding: 40px 0;
  }

  /* footer */
  footer .btnFlex a {
    width: 65px;
    height: 95px;
  }
  footer .btnFlex a img {
    width: 25px;
  }
  footer .btnFlex a span {
    font-size: 1.2rem;
  }
  footer #footerInner {
    width: 100%!important;
    box-sizing: border-box;
  }
  footer.type1 #footerInner {
    display: block;
    padding-top: 40px;
    padding-bottom: 0;
  }
  footer.type1 #footerMenu {
    display: block;
    margin-bottom: 40px;
  }
  footer.type1 #footerMenu > * {
    width: 100%;
  }
  footer.type1 #footerMenu .list.typeArrow2:first-child {
    margin-bottom: 0;
  }
  footer.type1 #copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer.type2 #footerInner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type2 #footerMenu ul {
    width: 100%;
  }

  /* common */
  .pc {
    display: none!important;
  }

  .alignC_sp {
    text-align: center;
  }
  .alignL_sp {
    text-align: left;
  }
  .alignR_sp {
    text-align: right;
  }

  .mb10_sp {
    margin-bottom: 10px!important;
  }
  .mb20_sp {
    margin-bottom: 20px!important;
  }
  .mb30_sp {
    margin-bottom: 30px!important;
  }
  .mb40_sp {
    margin-bottom: 40px!important;
  }
  .mb50_sp {
    margin-bottom: 50px!important;
  }
  .mb60_sp {
    margin-bottom: 60px!important;
  }
  .mb80_sp {
    margin-bottom: 80px!important;
  }
  .mb100_sp {
    margin-bottom: 100px!important;
  }
  .mb120_sp {
    margin-bottom: 120px!important;
  }
  .mb140_sp {
    margin-bottom: 140px!important;
  }
  .mb160_sp {
    margin-bottom: 160px!important;
  }
  .mb180_sp {
    margin-bottom: 180px!important;
  }
  .mb200_sp {
    margin-bottom: 200px!important;
  }

  .cols1_sp {
    display: block;
  }
  .cols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 40px;
  }
  .cols2_sp,
  .cols3_sp,
  .cols4_sp {
    display: flex;
    flex-wrap: wrap;
  }
  .cols2_sp > *,
  .cols3_sp > *,
  .cols4_sp > * {
    margin-right: 20px!important;
    margin-bottom: 40px;
  }
  .cols2_sp > *:nth-child(2n),
  .cols3_sp > *:nth-child(3n),
  .cols4_sp > *:nth-child(4n) {
    margin-right: 0!important;
  }
  .cols2_sp > * {
    width: calc((100% - (20px * 1)) / 2)!important;
  }
  .cols3_sp > * {
    width: calc((100% - (20px * 2)) / 3)!important;
  }
  .cols4_sp > * {
    width: calc((100% - (20px * 3)) / 4)!important;
  }

  .layoutCols1_sp {
    display: block;
  }
  .layoutCols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .layoutCols1_sp .colsMain {
    margin-bottom: 40px;
  }
  .layoutCols1_sp .colsMain > .content:last-child {
    padding-bottom: 40px!important;
  }
  .layoutCols2 .colsSide {
    width: calc(100% - (20px * 2))!important;
    margin-left: 20px;
    padding-left: 0;
  }
  .layoutCols2 .colsSide .inner {
    width: 100%;
  }

  .content .block:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .image {
    margin-bottom: 20px;
  }
  .content .text:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .head.type8 {
    font-size: 2.6rem;
  }
  .head.type20 .jp {
    font-size: 2.8rem;
  }
  .head.type20 .en {
    margin-left: 0;
    font-size: 2.4rem;
  }
  .head.type26 {
    line-height: 1.3;
  }
  .head.type26 span {
    margin-right: 0;
  }

  .block.type2 > .head {
    font-size: 1.8rem;
  }

  .block.type3 > .head {
    padding: 12px 25px;
  }
  .block.type3 > .head .large {
    font-size: 2.3rem;
  }
  .block.type3 > .head .middle {
    font-size: 1.6rem;
  }
  .block.type3 > .head .small {
    font-size: 1.4rem;
  }
  .block.type3 > .body .image,
  .block.type3 > .body .text {
    float: none;
    width: 100%;
  }
  .block.type3 > .body .image {
    text-align: center;
  }

  .blocks.type4 {
    display: block;
  }
  .blocks.type4 .block {
    width: 100%;
    margin-right: 0;
  }
  .blocks.type5 .block {
    padding: 30px 0;
  }
  .blocks.type6 .block {
    display: block;
  }
  .blocks.type6 .block > * {
    width: 100%!important;
  }

  .panel.type1 {
    padding: 20px 20px;
  }
  .panel.type3 {
    display: block;
  }
  .panel.type3 > * {
    text-align: center;
  }
  .panel.type3 .block.typeCol3:nth-child(2) {
    margin: 10px 30px;
  }
  .panel.type4 .upper .title {
    font-size: 2.2rem;
  }
  .panel.type4 .upper .subTitle {
    font-size: 1.9rem;
  }
  .panel.type4 .upper .fz18 {
    font-size: 1.6rem!important;
  }
  .panel.type4 .bottom {
    background-position: 15px bottom, calc(100% - 15px) bottom;
    background-size: 50px auto, 35px auto;
  }
  .panel.type7 > .bottom .image {
    margin-bottom: 20px;
  }
  .panel.type7 > .bottom .head {
    margin-bottom: 10px;
  }
  .panels.type1 {
    display: block;
  }
  .panels.type1 > * {
    width: 100%!important;
  }

  .button.type1 a {
    max-width: none;
  }
  .button.type3 a {
    box-sizing: border-box;
    width: 100%;
  }
  .button.type5 a {
    padding: 20px 20px 20px 20px;
  }
  .button.type6 > * {
    font-size: 1.6rem;
  }
  .button.type6.current > * {
    font-size: 1.9rem;
  }

  .buttons.type1 {
    display: block;
    width: auto;
    padding-bottom: 10px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .buttons.type1 li {
    display: inline-block;
    min-width: 90px;
    vertical-align: middle;
  }

  .pageLinks.type1 {
    flex-wrap: wrap;
  }
  .pageLinks.type1 li {
    width: calc(100% / 2);
  }
  .pageLinks.type1 li:nth-child(1),
  .pageLinks.type1 li:nth-child(2) {
    border-bottom: solid 2px #FFF;
  }
  .pageLinks.type1 li:nth-child(2n) {
    border-right: none;
  }
  .pageLinks.list.type4 {
    display: block;
    width: calc(100% - (20px * 2));
    margin-left: 20px;
  }
  .pageLinks.list.type4 li {
    width: 100%;
    margin-right: 0;
  }

  .tabLinks {
    width: calc(100% - (20px * 2));
    margin-left: 20px;
  }

  .tabBlock.type2 .tabContent {
    padding: 40px 20px;
  }
  .tabBlock.type3 .tabs li {
    width: calc((100% - (10px * 3)) / 4);
    margin-right: 10px;
  }
  .tabBlock.type2 .tabContent table.type2 {
    min-width: 800px;
  }

  .list.type4 li a {
    font-size: 1.4rem;
  }
  .list.type6 > li .head {
    margin-right: 20px;
  }
  .list.type7 li {
    display: block;
  }
  .list.type7 li > * {
    width: 100%;
  }

  .list.typeObj2 li,
  .list.typeObj2 li:nth-child(4n),
  .list.typeObj2 li:nth-child(5n) {
    width: calc((100% - (20px * 1)) / 2);
    margin-right: 20px;
  }
  .list.typeObj2 li:nth-child(2n) {
    margin-right: 0;
  }
  .list.typeObj2 li a .image {
    margin: 0 auto 15px;
  }

  .list.typeQA dt,
  .list.typeQA dd {
    padding: 27px 50px 27px 50px;
    font-size: 1.6rem;
  }
  .list.typeQA dd {
    padding-right: 25px;
  }

  .archiveList.type2 li a {
    display: block;
    padding-right: 0;
  }
  .archiveList.type2 li a:after {
    display: none;
  }
  .archiveList.type2 li a > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .archiveList.type2 li a .image {
    margin-bottom: 20px;
  }
  .archiveList.type2 li a .image img {
    max-width: none;
    width: 100%;
  }

  /* table */
  table.type3 th,
  table.type3 td {
    display: list-item;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
  }
  table.type3 tr:last-child td {
    border: solid 1px #D1D1D1;
  }

  table.typeList_sp {

  }
  table.typeList_sp th,
  table.typeList_sp td {
   display: list-item;
   list-style: none;
  }
  table.typeList_sp th {
    padding-bottom: 0;
    border-bottom: none;
  }
  table.typeList_sp td {
    
  }

  /* page */
  #pageHeader .pageImage {
    height: 280px;
  }
  #pageHeader .title {
    top: -25px;
  }
  #pageHeader .title .large {
    font-size: 4rem;
  }
  #pageHeader .title .small {
    margin-bottom: 10px;
  }
  .pageTitle {
    font-size: 3.2rem;
  }
  .pageImage img {
    margin-left: 0;
    height: 100%;
  }
  .breadcrumb {
    width: auto;
    margin-left: 10px;
  }
  .breadcrumb li,
  .breadcrumb li * {
    font-size: 1rem;
  }
  .pageTitle {
    width: calc(100% - (20px * 2));
    margin-left: 20px;
  }

  /* single */
  body.single #contents .content h1 {
    font-size: 3rem;
  }
  body.single #contents .content .colsMain .button {
    margin-top: 0;
  }
  .pagenation .nav-links .nav-previous,
  .pagenation .nav-links .nav-next {
    width: 100%;
    max-width: 160px;
  }
  .pagenation .nav-links .nav-previous a,
  .pagenation .nav-links .nav-next a {
    max-width: 160px;
  }

  /* TOP */
  body.home #content4 {
    padding-top: 60px!important;
  }
  body.home #content6 .tabBlock.type1 .tabs {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  body.home #content6 .tabBlock.type1 .tabs li {
    display: inline-block;
    padding: 0px 12px;
    border-radius: 13px;
    height: 30px;
  }
  body.home #content7 .contentInner > * {
    margin-bottom: 20px;
  }

  /* outpatient */
  body.outpatient #content2 .block .button a {
    display: block;
    width: 125px;
    padding: 9px 15px 9px 22px;
    font-size: 1.2rem;
  }
  body.outpatient #content2 .block .button.type1 a::after {
    top: calc(50% - 2.5px);
    left: 16px;
    width: 4px;
    height: 4px;
  }

  /* 人間ドック health-checkup */
  body.health-checkup .tabBlock.type2 .tabs li {
    font-size: 1.6rem;
  }
  body.health-checkup .tabBlock.type2 .tabs li span {
    font-size: 1.2rem;
  }

  /* recruit*/
  .column2 {
    column-count: 1;
  }
  body.recruit #pageHeader .pageImage {
    height: 360px;
  }
  body.recruit table.type3 tr > *{
    display: list-item;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
  }
  body.recruit .colsSide .list li {
    width: calc((100% - (20px * 1)) / 2);
  }
  body.recruit .colsSide .list li:nth-child(2n) {
    margin-right: 0;
  }
  body.recruit #content1 {
    padding-bottom: 0!important;
  }
  body.recruit #content1 .cols2 > .head {
    width: 220px !important;
    height: 220px !important;
    margin-bottom: 0;
  }

  /* contact*/
  body.contact  .pageTitle {
    width: 100%;
    margin-left: 0;
    font-size: 2.8rem;
  }
  body.contact #contents .content:first-child {
    margin-bottom: 40px;
  }

}

@media screen and (max-width:550px) {
  .blocks.type5 .block {
    display: block;
  }
  .blocks.type5 .block > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .blocks.type5 .block .head {
    margin-bottom: 20px;
  }

}

@media screen and (max-width:400px) {

  /* common */
  .button.type3 a::before {
    top: auto;
    bottom: 0;
    width: 55px;
    height: 55px;
  }
  .button.type3 a::after {
    top: auto;
    bottom: 20px;
    right: 23px;
  }

  /* TOP */
  body.home .list.type2 li {
    width: calc((100% - 10px) / 2);
  }
  body.home .list.type2 li:nth-child(2n) {
    margin-right: 0;
  }
  body.home .list.type2 li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

}

@media screen and (min-width:641px) {
  header {
    min-max-width: 1200px;
    box-sizing: border-box;
  }
  header #siteTitle {

  }
  header #headerLeft {
    margin-bottom: 20px;
  }
  .slider {
    min-max-width: 1200px;
  }
  #main {
    min-max-width: 1200px;
  }
  #contents {

  }
  #side {

  }
  footer {
    min-max-width: 1200px;
  }

  /* menu */
  /*
  header nav {
    clear: both;
    display: block!important;
    opacity: 1!important;
  }
  header nav ul {

  }
  header nav ul li {
    text-align: center;
  }
  header nav ul li .subNav {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 0;
    opacity: 0;
    background-color: rgba(35,24,21,0.9);
    transition: all 0.4s;
    overflow: hidden;
  }
  header nav ul li.open .subNav {
    display: block!important;
    height: 200px;
    opacity: 1;
    overflow: inherit;
  }
  header nav ul li .subNav:after {
    position: absolute;
    left: 0;
    top: -35px;
    display: block;
    content: "";
    width: 100%;
    height: 50px;
  }
  header nav ul li .subNav ul {
    justify-content: center;
  }
  .menuButton {
    display: none;
  }*/

  /* common */
  .sp {
    display: none!important;
  }
}

@media screen and (min-width:1840px) {

  /*page*/
  .pageImage img {
    width: 100%;
    margin-left: 0;
  }

}






/*Add UDW 20250901*/
/*フォントの装飾*/
.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

/*フォントサイズの設定*/
.f08em{ font-size: 0.8em!important; }
.f09em{ font-size: 0.9em!important; }
.f10em{ font-size: 1.0em!important; }
.f11em{ font-size: 1.1em!important; }
.f12em{ font-size: 1.2em!important; }
.f13em{ font-size: 1.3em!important; }
.f14em{ font-size: 1.4em!important; }
.f15em{ font-size: 1.5em!important; }
.f16em{ font-size: 1.6em!important; }
.f17em{ font-size: 1.7em!important; }
.f18em{ font-size: 1.8em!important; }
.f19em{ font-size: 1.9em!important; }
.f20em{ font-size: 2.0em!important; }
.f21em{ font-size: 2.1em!important; }
.f22em{ font-size: 2.2em!important; }
.f23em{ font-size: 2.3em!important; }
.f24em{ font-size: 2.4em!important; }
.f25em{ font-size: 2.5em!important; }
.f26em{ font-size: 2.6em!important; }
.f27em{ font-size: 2.7em!important; }
.f28em{ font-size: 2.8em!important; }
.f29em{ font-size: 2.9em!important; }
.f30em{ font-size: 3.0em!important; }

.f08rem{ font-size: 0.8rem!important; }
.f09rem{ font-size: 0.9rem!important; }
.f10rem{ font-size: 1.0rem!important; }
.f11rem{ font-size: 1.1rem!important; }
.f12rem{ font-size: 1.2rem!important; }
.f13rem{ font-size: 1.3rem!important; }
.f14rem{ font-size: 1.4rem!important; }
.f15rem{ font-size: 1.5rem!important; }
.f16rem{ font-size: 1.6rem!important; }
.f17rem{ font-size: 1.7rem!important; }
.f18rem{ font-size: 1.8rem!important; }
.f19rem{ font-size: 1.9rem!important; }
.f20rem{ font-size: 2.0rem!important; }
.f21rem{ font-size: 2.1rem!important; }
.f22rem{ font-size: 2.2rem!important; }
.f23rem{ font-size: 2.3rem!important; }
.f24rem{ font-size: 2.4rem!important; }
.f25rem{ font-size: 2.5rem!important; }
.f26rem{ font-size: 2.6rem!important; }
.f27rem{ font-size: 2.7rem!important; }
.f28rem{ font-size: 2.8rem!important; }
.f29rem{ font-size: 2.9rem!important; }
.f30rem{ font-size: 3.0rem!important; }

/*フォントの色設定*/
.red{ color: #e00000!important; }/*赤*/
.blue{ color: #0329ce!important; }/*青*/
.green{ color: #01995e!important; }/*緑*/
.yellow{ color: #ffe400!important; }/*黄*/
.navy{ color: #133d94!important; }/*紺*/
.orange{ color: #eca100!important; }/*橙*/
.pink{ color: #eb67b5!important; }/*ピンク*/
.purple{ color: #9940d2!important; }/*紫*/
.olive{ color: #9bb814!important; }/*オリーブ*/
.lime{ color: #2abe0d!important; }/*黄緑*/
.aqua{ color: #0baedd!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #999!important; }/*灰*/
.white{ color: #fff!important; }/*白*/
.brown{ color: #4b1c1c!important; }/*茶*/

/*周りのブロックからの距離（margin）*/
.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }

.m120{ margin: 120px!important; }
.m120-t{ margin-top: 120px!important; }
.m120-r{ margin-right: 120px!important; }
.m120-b{ margin-bottom: 120px!important; }
.m120-l{ margin-left: 120px!important; }

.m150{ margin: 150px!important; }
.m150-t{ margin-top: 150px!important; }
.m150-r{ margin-right: 150px!important; }
.m150-b{ margin-bottom: 150px!important; }
.m150-l{ margin-left: 150px!important; }

.m200{ margin: 200px!important; }
.m200-t{ margin-top: 200px!important; }
.m200-r{ margin-right: 200px!important; }
.m200-b{ margin-bottom: 200px!important; }
.m200-l{ margin-left: 200px!important; }

.m300{ margin: 300px!important; }
.m300-t{ margin-top: 300px!important; }
.m300-r{ margin-right: 300px!important; }
.m300-b{ margin-bottom: 300px!important; }
.m300-l{ margin-left: 300px!important; }