@charset "UTF-8";
/* --------------------------------------------
/	神大消化器内科CSS設定
/　　※Scssで書き出しているため、直接
/  　このファイルを修正しないように！！
---------------------------------------------- */
/* -------------------------------------------------
	サイトベース
-------------------------------------------------- */
html {
  visibility: hidden; }

html.wf-active, html.loading-delay {
  visibility: visible; }

/* --------------------------表示 */
@media screen and (min-width: 600px) {
  .sp-view {
    display: none; } }

@media screen and (min-width: 1025px) {
  .tab-view {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pc-view {
    display: none; } }

/* --------------------------画像 */
.flex {
  display: flex;
  flex-wrap: wrap; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.img-st01 li {
  margin: 0 auto;
  text-align: center; }

.img-st01 li p {
  text-align: left; }

.img-st02 li {
  margin: 0 auto;
  text-align: center; }

.img-st02 li p {
  text-align: left; }

.fa-file-pdf, .fa-external-link-alt {
  padding: 0 0.3em; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.aligncenter, .alignright, .alignleft {
  text-align: center; }

/* pc */
@media only screen and (min-width: 1025px) {
  .flex-img {
    text-align: center; }

  .aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto; }

  .alignright {
    float: right;
    padding-left: 1em; }

  .alignleft {
    float: left;
    padding-right: 1em; }

  .img-st01, .img-st02 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }

  .flex-box {
    display: flex;
    flex-wrap: wrap; }

  .flex-img {
    width: 25%; }

  .flex-text {
    width: 70%;
    margin-left: 5%; }

  .img-st01 li {
    width: 48%;
    padding: 2%; }

  .img-st02 li {
    width: 24%;
    padding: 1%; } }
.flex-split3 li {
  margin: 1%;
  width: 48%;
  box-sizing: border-box; }
  @media screen and (min-width: 1025px) {
    .flex-split3 li {
      width: 30.333%; } }

/* Border Fade */
.hvr-border-fade {
  z-index: 999;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #fff, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #ffcb71, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

/* --------------------------余白 */
.m-t10 {
  margin-top: 10px; }

.m-t20 {
  margin-top: 20px; }

.m-t30 {
  margin-top: 30px; }

.m-t140 {
  margin-top: 40px; }

.m-b10 {
  margin-bottom: 10px; }

.m-b20 {
  margin-bottom: 20px; }

.m-b30 {
  margin-bottom: 30px; }

.m-b40 {
  margin-bottom: 40px; }

.p-b50 {
  margin-bottom: 50px; }

.p-15 {
  padding: 15px; }

.p-0-15 {
  padding: 0 15px; }

.p-10 {
  padding: 10px; }

/* --------------------------横幅 */
.w-20 {
  width: 30%; }

.w-30 {
  width: 30%; }

/* --------------------------文字 */
.colGB {
  color: #196e19;
  font-weight: 500; }

.colRB {
  color: #FF0004;
  font-weight: 500; }

.colbold {
  font-weight: 500; }

.textBig {
  font-size: 1.3em; }

.textMin {
  font-size: 0.8em; }

.sec1 p {
  margin-bottom: 2em; }

.marker_yellow_hoso {
  background: linear-gradient(transparent 60%, #FFCE86 60%); }

.bgcolBl {
  background: #E2F2FF; }

.bgcolOr {
  background: #FFF0DA; }

/* --------------------------ボックス */
.caution {
  border: 1px solid #F9BBBC;
  background: #FCE3E3;
  padding: 1em; }

/* --------------------------リスト */
.disc {
  margin-left: 1em; }
  .disc li {
    list-style: disc; }

.desimal {
  margin-left: 1em; }
  .desimal li {
    list-style: decimal; }

.circle-inside {
  list-style: circle inside; }

.list_basic01 li {
  margin-bottom: 4px; }
  .list_basic01 li:last-child {
    margin-bottom: 0; }
  .list_basic01 li.mark {
    position: absolute;
    left: 0;
    top: 0; }

.list_basic02 li {
  margin-bottom: 1em; }

.dl_basic01 {
  border: 2px solid #ccc;
  padding: 1em;
  border-radius: 4px;
  margin-bottom: 1em; }

.dl_basic01 dt {
  margin-bottom: 0.5em;
  font-weight: 700; }

.dl_basic02 {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em; }
  .dl_basic02 dt {
    position: relative;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 1.2em;
    padding-left: 1em;
    width: 100%; }
    .dl_basic02 dt::after {
      content: '';
      width: 8px;
      height: 30px;
      display: inline-block;
      background-color: #00173d;
      position: absolute;
      top: 0px;
      left: 0; }
    @media screen and (min-width: 1020px) {
      .dl_basic02 dt {
        width: 20%; } }
  .dl_basic02 dd {
    width: 100%;
    padding-bottom: 1em; }
    @media screen and (min-width: 1020px) {
      .dl_basic02 dd {
        width: 75%; } }

.dl_domon {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em; }
  .dl_domon dt {
    position: relative;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 1.2em;
    padding-left: 1em;
    width: 100%; }
    .dl_domon dt::after {
      content: '';
      width: 8px;
      height: 30px;
      display: inline-block;
      background-color: #00173d;
      position: absolute;
      top: 0px;
      left: 0; }
    @media screen and (min-width: 1020px) {
      .dl_domon dt {
        width: 40%; } }
  .dl_domon dd {
    width: 100%;
    padding-bottom: 1em; }
    @media screen and (min-width: 1020px) {
      .dl_domon dd {
        width: 50%; } }

/* --------------------------table */
.table_basic01 {
  width: 100%; }

.table_basic01, .table_basic01 th, .table_basic01 td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 0.8em 1em;
  box-sizing: border-box; }

.table_basic01 th, .table_basic01 thead th, .table_basic01 thead td {
  background-color: #F3F3F3; }

.table_basic01 th {
  font-weight: normal;
  text-align: left; }

.table_basic02 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.table_basic02, .table_basic02 th, .table_basic02 td {
  border-collapse: collapse; }

.table_basic02 th, .table_basic02 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.6em 0.8em;
  box-sizing: border-box; }

.table_basic02 th {
  color: #333;
  background-color: #F3F3F3; }

.table_basic02 thead th {
  background: #FFEAEA; }

/* sp */
@media screen and (max-width: 599px) {
  .table_basic01, .table_basic01 th, .table_basic01 td {
    padding: 0.2em 0.3em; }

  .table_basic02 {
    width: 100%; }

  .table_basic02, .table_basic02 thead, .table_basic02 tbody, .table_basic02 tr, .table_basic02 th, .table_basic02 td {
    width: 100%;
    display: block; }

  .table_basic02 th, .table_basic02 td {
    border-top: none;
    text-align: left;
    border-left: none; } }
/* -------------------------------------------------
	=01 基本
-------------------------------------------------- */
/*
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  -webkit-text-size-adjust: 100%; }

body, html {
  xheight: 100%;
  xmargin: 0 auto; }

#header {
  width: 100%; }
  @media screen and (max-width: 1024px) {
    #header {
      background-color: white;
      height: 70px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2); } }

.head-logo {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 300px;
  z-index: 3; }
  @media screen and (min-width: 1025px) {
    .head-logo {
      width: 500px; } }
  @media screen and (max-width: 359px) {
    .head-logo {
      width: 250px;
      top: 8px; } }

@media screen and (max-width: 1024px) {
  main {
    margin-top: -70px;
    padding-top: 70px; } }

/* --------------------------------------------------------------
	　　　　　　　　　　　　　　ナビゲーション
------------------------------------------------------------------ */
/* -------------------------スマホナビ */
/* OPEN / CLOSE BTNS */
.menu-btn {
  position: absolute;
  top: 8px;
  right: 32px;
  z-index: 999;
  display: inline;
  font-size: 32px; }
  @media screen and (min-width: 1025px) {
    .menu-btn {
      display: none; } }

.menu-btn a {
  display: inline-block;
  text-decoration: none;
  /* safari hack */ }

.btn-open:after {
  color: #273b5b;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s; }

.btn-open:hover:after {
  color: #273b5b; }

.btn-close:after {
  color: #fff;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s; }

.btn-close:hover:after {
  color: #fff; }

/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #273b5b; }
  .overlay h2 {
    width: 80%; }
  .overlay .menu {
    margin: 10% auto;
    width: 80%; }
    .overlay .menu li a {
      text-decoration: none;
      color: #fff;
      display: block; }

.or-main-nav li {
  padding: 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #fff; }
  .or-main-nav li a {
    font-size: 20px; }

.or-sub-nav li, .or-info-nav li {
  padding: 8px;
  border: 1px solid #fff; }

.or-info-nav {
  display: flex; }
  .or-info-nav li {
    width: 33.3333%; }

/* ===================================================サイドバー */
.side {
  font-size: 1em; }
  @media screen and (max-width: 1024px) {
    .side {
      display: none; } }
  @media screen and (min-width: 1025px) {
    .side {
      /*  width: 60px;*/
      height: 100%;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 999 !important;
      background-color: #00173d;
      letter-spacing: .05em; } }

/* ===========ナビ第一階層 */
#global-nav {
  width: clamp(160px, 16vw, 200px);
  height: 100%;
  background: #fff;
  padding-top: clamp(10px, 1.5vh, 20px);
  /*
    padding-top: 20px;
  */
  position: absolute;
  right: 0;
  z-index: 200 !important;
  /*
    transform: translate(200px);
    transition: all .5s; 
  */ }
  #global-nav.open {
    transform: translateZ(0); }
  #global-nav nav ul {
    font-family: "vdl-v7mincho", sans-serif;
    font-weight: 700;
    list-style: none;
    margin-left: 0; }
    #global-nav nav ul li {
      list-style: none;
      text-align: center;
      text-decoration: none; }
      #global-nav nav ul li a {
        text-decoration: none; }
    #global-nav nav ul > li > a {
      display: block;
      /*  padding: 1em;*/
      padding: clamp(10px, 1vh, 1em) 1em; }

#global-nav > nav > ul {
  /*	margin-top: 2em;*/
  margin-top: clamp(15px, 1.5vh, 2em); }

#global-nav nav > ul > li > a {
  color: #222; }

#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
  color: #fff; }

.global-nav__inner {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.global-nav__inner::-webkit-scrollbar {
  display: none; }

/* ========================ナビ第二階層 */
.sub-menu.is-active > a,
#global-nav a:hover {
  background: #00173d; }

#global-nav .global-nav__home:hover {
  background: unset; }

.sub-menu-nav a {
  width: 100%;
  color: #fff; }

.sub-menu:hover .sub-menu-nav {
  text-align: center;
  background: #00173d;
  width: 200px;
  display: block; }

/* sub-menu icon */
#global-nav .sub-menu-head {
  position: relative; }

#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #00173d;
  border-left: 1px solid #00173d;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* sub-menu */
.sub-menu-nav {
  width: 0;
  height: 100%;
  top: 0;
  right: clamp(160px, 16vw, 200px);
  text-align: center;
  position: absolute;
  background: #00173d;
  padding-top: 90px;
  z-index: 0 !important;
  overflow: hidden; }

.sub-menu.is-active > a:after,
.sub-menu-head:hover:after {
  xborder-color: #fff; }

#global-nav .sub-menu-nav a:hover {
  color: #00173d;
  background: #fff; }

.side-info {
  font-size: 0.9em;
  /*	padding: 1.5em;*/
  padding: clamp(10px, 1vh, 1.5em) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .side-info li {
    width: 90%;
    max-width: 160px; }
    .side-info li a {
      padding: 0.5em;
      display: block;
      text-decoration: none;
      color: #222; }

.side-info li.side-info__contact {
  margin-top: clamp(10px, 1vh, 1.5em); }

.side-info li.side-info__contact a {
  background: #00173d;
  color: #fff;
  text-align: center; }

/* ========================ハンバーガー */
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 12px;
  z-index: 999;
  /*   transform: translateX(0);
    transition: transform .5s;
   */ }

/* .menu-trigger.active {
  transform: translateX(-310px);
}
 */
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all .5s; }

.menu-trigger.active span {
  background-color: #fff; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
  background-color: #aaa; }

.menu-trigger span:nth-of-type(2) {
  top: 12px; }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #aaa; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
  background-color: #aaa; }

/* --------------------------------------------------------------
	　　　　　　　　　　　　　　トップコンテンツ
------------------------------------------------------------------ */
/* -----------------スライダー画像 */
.main {
  height: 100%;
  min-height: 100vh;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (min-width: 1025px) {
    .main {
      width: calc(100% - clamp(160px, 16vw, 200px)); } }

@media screen and (min-width: 1025px) {
  .vegas-slid {
    width: calc(100% - clamp(160px, 16vw, 200px)); } }

.parallax {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .parallax .ttl-slider {
    text-align: center;
    xposition: fixed;
    width: 100%;
    top: 0%; }

/* -----スクロールバー */
.scroll {
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: -50%;
  left: 45%;
  z-index: 1;
  display: inline-block;
  text-decoration: none; }
  @media screen and (min-width: 1025px) {
    .scroll {
      left: 50%; } }

.scroll span {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    transform: rotate(-45deg) translate(0, 0); } }
/* -----------------トップ全体設定 */
#Topcont {
  height: 100%;
  transition: all .5s;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  background: #fff; }
  @media only screen and (min-width: 1025px) {
    #Topcont {
      margin-right: 60px; } }

@media screen and (max-width: 1024px) {
  .inner {
    width: 94%;
    margin: 0 auto; } }
@media only screen and (min-width: 1025px) {
  .inner {
    margin: 0 auto;
    max-width: 1025px;
    width: 100%; } }
@media screen and (min-width: 1400px) {
  .inner {
    max-width: 1400px;
    margin: 0 auto; } }

@media only screen and (min-width: 1025px) {
  .topcont {
    width: calc(100% - clamp(160px, 16vw, 200px)); } }

.top-sec {
  padding: 3em 0; }
  @media screen and (min-width: 1025px) {
    .top-sec {
      padding: 5em 0; } }

.ttl02 {
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: center; }
  .ttl02 h2 {
    font-family: "vdl-v7mincho", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    position: relative;
    line-height: 0.6em;
    display: inline-block;
    color: #00173d;
    padding: 0 55px; }
    @media screen and (min-width: 1025px) {
      .ttl02 h2 {
        font-size: 2.3em; } }
    .ttl02 h2 span {
      font-size: 0.4em; }

.ttl02 h2:before, .ttl02 h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #00173d; }

.ttl02 h2:before {
  left: 0; }

.ttl02 h2:after {
  right: 0; }

/* -----------------お知らせ・イベント */
@media screen and (max-width: 1024px) {
  .newsarea .ttl02 {
    margin-bottom: 0; } }
@media screen and (min-width: 1025px) {
  .newsarea {
    display: flex;
    flex-wrap: wrap; } }

#News, #Ivent {
  padding: 0 2%; }
  @media screen and (max-width: 1024px) {
    #News, #Ivent {
      width: 100%; } }
  @media screen and (min-width: 1025px) {
    #News, #Ivent {
      padding: 0 4%;
      width: 50%; } }

#Ivent b {
  font-weight: 500; }
#Ivent p {
  margin-bottom: 1em; }
@media screen and (max-width: 1024px) {
  #Ivent {
    margin-top: 4em; } }

.newsarea-box {
  overflow: auto;
  height: 360px; }
  .newsarea-box table td {
    border-bottom: 1px solid #d2d2d2;
    padding: 1em 0; }
  .newsarea-box table span {
    color: #5b5b5b; }

.btn-hist {
  font-size: 0.9em;
  margin-top: 0.8em;
  text-align: center; }
  .btn-hist a {
    border: 1px solid #273b5b;
    color: #273b5b;
    text-decoration: none;
    padding: 0.2em 1.2em; }

.bnr-special {
  margin: 0 auto;
  width: 90%;
  text-align: center; }
  .bnr-special li {
    margin: 2%;
    margin-bottom: 0;
    width: 46%; }
  .bnr-special a:hover {
    opacity: 0.7;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .bnr-special {
      max-width: 1000px;
      width: 100%; } }

/* -----------------コンテンツ */
#Contents {
  background: #273b5b; }
  #Contents h2 {
    color: #fff; }
  #Contents h2:before, #Contents h2:after {
    border-top: solid 1px #fff; }
  #Contents .btn-main-in {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }

.zoom-with-text {
  margin: 1%;
  xmax-width: 400px;
  /* 幅を指定 */ }
  .zoom-with-text img {
    width: 100%; }

.zoom-with-text-image {
  overflow: hidden;
  padding: 60% 0 0;
  /* 縦横比を指定 */
  position: relative; }

.zoom-with-text-link {
  align-items: center;
  color: #273b5b;
  display: flex;
  flex-wrap: wrap;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 20;
  text-shadow: 2px 2px 20px white, 2px 2px 20px white, -2px 2px 20px white, -2px 2px 20px white, 2px -2px 20px white, 2px -2px 20px white, -2px -2px 20px white; }

.zoom-text {
  font-size: 3em; }

.zoom-min-text {
  padding-left: 1em;
  font-size: 1.5em; }

.zoom-with-text-photo {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .2s ease-in-out;
  xwidth: 100%;
  z-index: 1; }

.zoom-with-text-link:hover + .zoom-with-text-photo {
  transform: scale3d(1.1, 1.1, 1);
  /* hover時の倍率を指定 */ }

#btn-aboutus {
  margin: 1%;
  overflow: hidden;
  padding: 17% 0 0;
  /* 縦横比を指定 */
  position: relative; }
  #btn-aboutus img {
    width: 100%; }

#btn-aboutus-sp, #btn-examination, #btn-study, #btn-education {
  width: 100%; }
  @media screen and (min-width: 599px) {
    #btn-aboutus-sp, #btn-examination, #btn-study, #btn-education {
      width: 48%; } }
  @media screen and (min-width: 1025px) {
    #btn-aboutus-sp, #btn-examination, #btn-study, #btn-education {
      width: 31.333333%; } }

.btn-sub li {
  background: #fff;
  text-align: center;
  height: 100px;
  line-height: 100px;
  margin: 1%;
  font-size: 1.4em;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .btn-sub li {
      margin-bottom: 1em; } }
  @media screen and (min-width: 1025px) {
    .btn-sub li {
      width: 31%; } }
  .btn-sub li i {
    color: #627799;
    padding-right: 2em; }
  .btn-sub li a {
    color: #222;
    display: block;
    text-decoration: none; }
@media screen and (min-width: 1025px) {
  .btn-sub {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 1025px) {
  .top-banner_contact {
    justify-content: center; } }
.contact-text {
  width: fit-content;
  margin-inline: auto;
  padding: 0 5%; }

.top-banner_contact li i {
  padding-right: 0.5em; }

/* -----------------リンク */
#Link {
  background: #f0f0f0; }
  #Link ul {
    display: flex;
    flex-wrap: wrap; }
    #Link ul li {
      box-sizing: border-box;
      padding: 1%; }
      #Link ul li img {
        width: 100%; }
        #Link ul li img:hover {
          opacity: 0.6;
          -webkit-transition: 0.4s ease-in-out;
          -moz-transition: 0.4s ease-in-out;
          -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
      @media screen and (max-width: 1024px) {
        #Link ul li {
          width: 50%; } }
      @media only screen and (min-width: 1025px) {
        #Link ul li {
          width: 33.333%; } }

/* --------------------------------------------------------------
	　　　　　　　　　　　　　　下層コンテンツ
------------------------------------------------------------------ */
.contents-box {
  background: #eff0f1;
  padding: 1em clamp(5px, 2vw, 1em); }
  @media only screen and (min-width: 1025px) {
    .contents-box {
      padding: 2em clamp(1em, 1.5vw, 2em);
      width: calc(100% - clamp(160px, 16vw, 200px)); } }

.sec2 {
  margin: 4em 0; }

.sec2:first-child {
  margin-top: 0; }

.sec3 {
  margin-top: 3.5em; }

.sec4 {
  margin-top: 3em; }

/* ----------------------------------------------------下層１ */
/* ------------------------見出し背景 */
#About .Kaso1 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k1-about.jpg");
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    #About .Kaso1 .ttl1 {
      height: 600px; } }

#Treat .Kaso1 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k1-treat.jpg");
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    #Treat .Kaso1 .ttl1 {
      height: 600px; } }

#Study .Kaso1 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k1-study.jpg");
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 1025px) {
    #Study .Kaso1 .ttl1 {
      height: 600px; } }

#Education .Kaso1 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k1-education.jpg");
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    #Education .Kaso1 .ttl1 {
      height: 600px; } }

#Woman .Kaso1 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k1-woman.jpg");
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    #Woman .Kaso1 .ttl1 {
      height: 600px; } }

#Domon .Kaso1 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k1-domon.jpg");
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    #Domon .Kaso1 .ttl1 {
      height: 600px; } }

#History .Kaso1 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k1-about.jpg");
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    #History .Kaso1 .ttl1 {
      height: 600px; } }

#Suidock .Kaso1 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k1-suidock.jpg");
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    #Suidock .Kaso1 .ttl1 {
      height: 600px; } }

#Liver-center .Kaso1 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k1-liver_center.jpg");
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    #Liver-center .Kaso1 .ttl1 {
      height: 600px; } }

.Kaso1 {
  /* ------------------見出し文字 */
  /* ------------------コンテンツ */ }
  @media only screen and (min-width: 1025px) {
    .Kaso1 .ttl1 {
      width: calc(100% - clamp(160px, 16vw, 200px)); } }
  .Kaso1 .ttl1 h1 {
    font-family: "vdl-v7mincho", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: auto;
    width: 80%;
    height: 3.2rem; }
    @media only screen and (min-width: 1025px) {
      .Kaso1 .ttl1 h1 {
        font-size: 4em; } }
  .Kaso1 .sec1 {
    background: #fff;
    padding: 1em;
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
    .Kaso1 .sec1 h2 {
      margin-bottom: 1em;
      padding-bottom: 0.3em;
      color: #00173d;
      font-family: "vdl-v7mincho", sans-serif;
      font-weight: 700;
      font-style: normal;
      border-bottom: 1px solid #00173d; }
      @media only screen and (min-width: 1025px) {
        .Kaso1 .sec1 h2 {
          font-size: 2em; } }
      .Kaso1 .sec1 h2 span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 0.9em;
        background: #506e94;
        display: inline-block;
        text-align: center;
        margin-right: 0.5em;
        line-height: 40px; }
        @media only screen and (min-width: 1025px) {
          .Kaso1 .sec1 h2 span {
            font-size: 1em;
            width: 50px;
            height: 50px;
            line-height: 50px; } }
        .Kaso1 .sec1 h2 span i {
          color: #fff; }
    .Kaso1 .sec1 h3 {
      background: #00173d;
      color: #fff;
      padding: 0.5em 1em;
      margin-bottom: 1em; }
    .Kaso1 .sec1 h4 {
      border-left: solid 7px #00173d;
      padding-left: 0.5em;
      font-size: 1.2em;
      margin-bottom: 1em; }
    .Kaso1 .sec1 ul li {
      width: 100%;
      margin-bottom: 4%; }
      .Kaso1 .sec1 ul li a {
        border: 1px solid #00173d;
        font-size: 1.2em;
        font-weight: 700;
        font-style: normal;
        color: #00173d;
        display: block;
        box-sizing: border-box;
        text-decoration: none;
        padding: 1em;
        position: relative; }
        .Kaso1 .sec1 ul li a:after {
          font-family: "Font Awesome 5 Free";
          content: "\f105";
          position: absolute;
          color: #00173d;
          right: 14px;
          padding-left: 0.5em;
          font-weight: 700;
          font-style: normal; }
        .Kaso1 .sec1 ul li a:hover {
          background: #EDF4FF; }
    @media only screen and (min-width: 1025px) {
      .Kaso1 .sec1 ul {
        display: flex;
        flex-wrap: wrap; }
        .Kaso1 .sec1 ul li {
          width: 46%;
          margin: 1% 2%; }
          .Kaso1 .sec1 ul li a {
            padding: 1.5em 1em; } }
    @media only screen and (min-width: 1025px) {
      .Kaso1 .sec1 {
        padding: 2.5em; } }

/* ----------------------------------------------------下層1（特殊トップ） */
.sec_another {
  background: #fff;
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.sec_another .ttl02 {
  font-size: 1em; }

/* ----------------------------------------------------下層2 */
/* ------------------------見出し背景 */
#About .Kaso2 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k2-about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    #About .Kaso2 .ttl1 {
      height: 400px; } }

#Treat .Kaso2 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k2-treat.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    #Treat .Kaso2 .ttl1 {
      height: 400px; } }

#Study .Kaso2 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k2-study.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
  background-position: center; }
  @media only screen and (min-width: 1025px) {
    #Study .Kaso2 .ttl1 {
      height: 400px; } }

#Education .Kaso2 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k2-education.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    #Education .Kaso2 .ttl1 {
      height: 400px; } }

#Woman .Kaso2 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k2-woman.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    #Woman .Kaso2 .ttl1 {
      height: 400px; } }

#Domon .Kaso2 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k2-domon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    #Domon .Kaso2 .ttl1 {
      height: 400px; } }

#History .Kaso2 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k2-about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    #History .Kaso2 .ttl1 {
      height: 400px; } }

#Sitemap .Kaso2 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k2-sitemap.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    #Sitemap .Kaso2 .ttl1 {
      height: 400px; } }

#Suidock .Kaso2 .ttl1 {
  background: url("../img/cont/ttl/ttl1-k2-suidock.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    #Suidock .Kaso2 .ttl1 {
      height: 400px; } }

.Kaso2 {
  /* ------------------見出し文字 */
  /* ------------------コンテンツ */ }
  @media only screen and (min-width: 1025px) {
    .Kaso2 .ttl1 {
      width: calc(100% - clamp(160px, 16vw, 200px)); } }
  .Kaso2 .ttl1 h1 {
    font-family: "vdl-v7mincho", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: auto; }
    @media only screen and (min-width: 1025px) {
      .Kaso2 .ttl1 h1 {
        font-size: 2.5em;
        height: 100px;
        line-height: 100px; } }
  @media only screen and (min-width: 1025px) {
    .Kaso2 .contents-box .inner {
      display: flex; } }
  .Kaso2 .sec1 {
    background: #fff;
    padding: 1em;
    margin-bottom: 1.5em; }
    .Kaso2 .sec1 a {
      color: #3b5681; }
    .Kaso2 .sec1 h1 {
      font-size: 2em;
      border-bottom: 1px solid #00173d;
      font-family: "vdl-v7mincho", sans-serif;
      line-height: 1.2em;
      padding-bottom: 0.3em;
      margin-bottom: 1.5em;
      margin-top: 0.8em; }
    @media only screen and (min-width: 1025px) {
      .Kaso2 .sec1 {
        width: 78%;
        padding: 4em; } }
    .Kaso2 .sec1 h2 {
      background: #00173d;
      color: #fff;
      padding: 0.5em 1em;
      margin-bottom: 1em; }
    .Kaso2 .sec1 h3 {
      border-left: solid 7px #00173d;
      padding-left: 0.5em;
      font-size: 1.2em;
      margin-bottom: 1em; }

/* -------------ページ内リンク------- */
.sidebar {
  font-family: "vdl-v7mincho", sans-serif; }
  .sidebar dt {
    font-weight: 700;
    font-style: normal;
    font-size: 1.3em;
    background: #00173d;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .sidebar dt:after {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -14px;
        content: '>';
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transition: all, 0.25s, linear;
        -o-transition: all, 0.25s, linear;
        -webkit-transition: all, 0.25s, linear;
        transition: all, 0.25s, linear; }
      .sidebar dt.active:after {
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); } }
    @media only screen and (min-width: 1025px) {
      .sidebar dt {
        padding: 1em; } }
  .sidebar dd {
    font-weight: 700;
    font-style: normal; }
    .sidebar dd li {
      background: #fff;
      border-top: 1px solid #00173d; }
      .sidebar dd li a {
        display: block;
        color: #00173d;
        padding: 0.8em;
        text-decoration: none; }
        .sidebar dd li a:hover {
          background: #EDF4FF; }
      .sidebar dd li .child {
        display: none; }
        .sidebar dd li .child a {
          padding-left: 2em; }
    @media only screen and (max-width: 1024px) {
      .sidebar dd {
        display: none; } }
  @media only screen and (max-width: 1024px) {
    .sidebar {
      border-bottom: 2px solid #00173d; } }
  @media only screen and (min-width: 1025px) {
    .sidebar {
      width: 22%; } }

.parent {
  cursor: pointer;
  padding: 0.8em;
  position: relative;
  top: 0;
  left: 0; }
  .parent:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    content: '>';
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear; }

.parent.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* --------------------------------------パンくず */
.pankuzu {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #d4d8dd; }
  @media only screen and (min-width: 1025px) {
    .pankuzu {
      width: calc(100% - clamp(160px, 16vw, 200px)); } }
  .pankuzu ul {
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .pankuzu ul {
        padding: 1em 0; } }
    .pankuzu ul li {
      display: inline-block; }
      .pankuzu ul li a {
        color: #3b5681;
        text-decoration: none;
        position: relative;
        display: block;
        float: left; }
        @media screen and (max-width: 1024px) {
          .pankuzu ul li a:after {
            font-family: "Font Awesome 5 Free";
            content: "\f101";
            padding: 0 0.6em;
            font-weight: 700;
            font-style: normal; } }
      @media only screen and (min-width: 1025px) {
        .pankuzu ul li {
          height: 30px; }
          .pankuzu ul li a {
            padding: 5px 0 5px 40px; }
            .pankuzu ul li a:before {
              content: " ";
              display: block;
              width: 0;
              height: 0;
              border-top: 20px solid transparent;
              border-bottom: 20px solid transparent;
              border-left: 20px solid white;
              position: absolute;
              top: 50%;
              margin-top: -20px;
              margin-left: 1px;
              left: 100%;
              z-index: 1; }
            .pankuzu ul li a:after {
              content: " ";
              display: block;
              width: 0;
              height: 0;
              border-top: 20px solid transparent;
              border-bottom: 20px solid transparent;
              border-left: 20px solid #d4d8dd;
              position: absolute;
              top: 50%;
              margin-top: -20px;
              left: 100%;
              z-index: 2; } }

.breadcrumb li:last-child a:after {
  border: 0; }

.breadcrumb li a:hover {
  background: #76470a; }

.breadcrumb li a:hover:after {
  border-left-color: #76470a !important; }

/* ----------------------------------------------------------下層個別設定 */
/* -------------------教室紹介（旧） */
.member-list-main {
  margin-bottom: 1em;
  border: 1px solid #d5d5d5;
  padding: 0.5em; }
  .member-list-main dt {
    border-left: #d5d5d5 3px solid;
    font-weight: 500;
    color: #666;
    padding-left: 0.5em; }
  .member-list-main dd {
    padding: 0.2em 0 0 1em; }
  @media screen and (min-width: 1025px) {
    .member-list-main {
      display: flex;
      width: 100%;
      border: none;
      margin-bottom: 0.5em;
      border-bottom: 1px dashed #d5d5d5; }
      .member-list-main dt, .member-list-main dd {
        margin: 0; }
      .member-list-main dt {
        width: 30%;
        padding-left: 1em; }
        .member-list-main dt:before {
          top: 10px; }
      .member-list-main dd {
        width: 70%; } }

/* -------------------教室紹介 */
.main-member {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.member-list-p {
  width: 100%;
  text-align: center;
  margin: 1%; }
  .member-list-p dt {
    font-weight: 500;
    font-size: 1.1em; }
    .member-list-p dt span {
      font-size: 0.8em;
      padding-right: 1em;
      font-weight: normal; }
  .member-list-p dd {
    font-size: 0.9em; }
  @media screen and (max-width: 640px) {
    .member-list-p {
      width: 98%; } }
  @media screen and (min-width: 641px) {
    .member-list-p {
      width: 48%; } }
  @media screen and (min-width: 1025px) {
    .member-list-p {
      width: 30.333%; } }

/* -------------------教授挨拶 */
.professor-box .professor-ph {
  margin-bottom: 0.5em; }
  .professor-box .professor-ph dt {
    text-align: center; }
  .professor-box .professor-ph dd span {
    font-family: "vdl-v7mincho", sans-serif;
    font-size: 1.8em;
    display: inline-block; }
@media screen and (min-width: 1025px) {
  .professor-box {
    display: flex;
    flex-wrap: wrap; }
    .professor-box .professor-text {
      width: 65%;
      margin-left: 5%; }
    .professor-box .professor-ph {
      width: 30%; } }

/* -------------------担当医表 */
#person table thead {
  text-align: center; }
#person table td {
  width: 20%;
  font-size: 0.8em; }
#person table span {
  font-size: 1.2em;
  font-weight: bold; }

/* -------------------同門のみなさんへ */
.btn-limit {
  width: 400px;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .btn-limit {
      width: 100%; } }
  .btn-limit a {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    background-color: #f39800;
    /*ボタン色*/
    border-radius: 5px;
    /*角丸*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700; }
    .btn-limit a:hover {
      background-color: #f9c500;
      /*ボタン色*/ }

@media screen and (max-width: 1019px) {
  .domon-table th, .domon-table td {
    display: block;
    text-align: left;
    width: 100%; } }
/* -------------------研修医・大学生の声 */
.achive-box {
  display: flex;
  flex-wrap: wrap; }

.achive-box dt {
  width: 10%; }

.achive-box dd {
  width: 85%;
  padding-left: 5%; }

.voice-in {
  background: #FEFAEF;
  border-radius: 4px;
  padding: 1.5em;
  margin-bottom: 2em; }

.btn-voice {
  padding: 1em;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f1e767;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  margin-bottom: 1em;
  position: relative; }

.btn-voice::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 9px;
  height: 9px;
  margin: -4px 15px 0 0;
  border-top: solid 2px #f39800;
  border-right: solid 2px #f39800;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.voice-in h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.8em;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 1em; }

@media screen and (min-width: 1020px) {
  .btn-voice {
    display: flex;
    flex-wrap: wrap; } }
/* ----------------------------------------------------膵がん精密検診 */
.suidock-contents {
  padding: 2em 1em; }
  @media only screen and (min-width: 1025px) {
    .suidock-contents {
      width: 80%;
      margin: 0 auto;
      padding: 3em 1em; } }

.suidock-nav {
  display: flex;
  flex-wrap: wrap; }
  .suidock-nav li {
    background: #506e94;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease; }
    .suidock-nav li:hover {
      background: #287ae2; }
    @media only screen and (max-width: 1024px) {
      .suidock-nav li {
        border-bottom: 1px solid #fff;
        font-size: 0.9em; } }
    @media only screen and (min-width: 1025px) {
      .suidock-nav li {
        width: 20%;
        border-left: 1px solid #fff;
        display: grid;
        align-content: center; } }
    @media only screen and (max-width: 1024px) {
      .suidock-nav li:nth-child(even) {
        border-right: 1px solid #fff; } }
    .suidock-nav li:first-child {
      border-left: none; }
    .suidock-nav li a {
      padding: 1em 0.5em;
      color: #fff;
      display: block;
      font-weight: 500;
      text-decoration: none; }

.riskbox {
  border: 2px solid #ff6e6e; }
  .riskbox dt {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    padding: 0.5em;
    background: #ff6e6e;
    color: #fff; }
    .riskbox dt i {
      padding-right: 0.3em; }
  .riskbox dd {
    padding: 1em; }
    .riskbox dd ul {
      display: flex;
      flex-wrap: wrap; }
      .riskbox dd ul li {
        margin: 0 1%;
        width: 98%; }
        @media only screen and (min-width: 1025px) {
          .riskbox dd ul li {
            width: 48%; } }

.suidock-pu {
  display: flex;
  flex-wrap: wrap; }
  .suidock-pu li {
    position: relative;
    margin: 1%;
    overflow: hidden;
    width: 98%;
    height: 200px;
    text-align: center;
    transition: .3s ease-in-out; }
    .suidock-pu li:hover {
      opacity: 0.6; }
    .suidock-pu li a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-weight: 500; }
    @media only screen and (min-width: 640px) {
      .suidock-pu li {
        width: 48%; } }
    @media only screen and (min-width: 1200px) {
      .suidock-pu li {
        width: 23%; } }

.suidock-pu__item {
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 0;
  display: block;
  transition: .3s ease-in-out; }
  .suidock-pu__item:hover {
    transform: scale(1.2); }

.suidock-pu__text {
  position: absolute;
  background: #273b5b;
  width: 100%;
  display: block;
  padding: 0.8em;
  font-size: 1.1em;
  z-index: 1;
  pointer-events: none; }

#suidock-pu__course {
  background: url("../img/cont/suidock-pu01.jpg") no-repeat;
  background-size: cover; }

#suidock-pu__examination {
  background: url("../img/cont/suidock-pu02.jpg") no-repeat;
  background-size: cover; }

#suidock-pu__flow {
  background: url("../img/cont/suidock-pu03.jpg") no-repeat;
  background-size: cover; }

#suidock-pu__contact {
  background: url("../img/cont/suidock-pu04.jpg") no-repeat;
  background-size: cover; }

/* -------------------更新履歴 */
.hist-box {
  width: 100%; }

.hist-box td {
  padding: 0.8em;
  border-bottom: 1px solid #ccc; }

.hist-box td span {
  color: #555;
  font-size: 0.8em; }

.hist-box td p {
  padding: 0;
  margin: 0; }

/* --------------------サイトマップ */
#sitemap-sec a {
  color: #333;
  text-decoration: none; }

#sitemap-sec a:hover {
  text-decoration: underline; }

#sitemap-sec ul li {
  font-weight: 500;
  position: relative;
  text-indent: 1.4em;
  margin-top: 2em; }

#sitemap-sec ul li::after,
#sitemap-sec ul li::before {
  display: block;
  content: '';
  position: absolute; }

#sitemap-sec ul li::after {
  top: .35em;
  left: 0em;
  width: 17px;
  height: 17px;
  background-color: #00173d; }

#sitemap-sec ul li::before {
  z-index: 2;
  top: 11px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#sitemap-sec ul li .sitemap-ul-in {
  border-top: 1px solid #ccc;
  padding-left: 2em; }

#sitemap-sec ul li .sitemap-ul-in li {
  list-style: disc;
  font-weight: 300;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 0.2em; }

#sitemap-sec ul li .sitemap-ul-in li::after, #sitemap-sec ul li .sitemap-ul-in li::before {
  background: none;
  border: none; }

/* --------------------------------------------------------------
	　　　　　　　　　　　　　　フッター
------------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  #page-top {
    background: #506e94;
    text-align: center;
    font-size: 1.2em; }
    #page-top a {
      text-decoration: none;
      display: inline-block;
      padding: 1em;
      color: #fff;
      display: block; } }
@media screen and (min-width: 1025px) {
  #page-top {
    position: fixed;
    bottom: 20px;
    /*    right: 110px;*/
    right: 210px;
    font-size: 1.2em;
    z-index: 98; }
    #page-top a {
      background: #506e94;
      text-decoration: none;
      color: #fff;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      display: inline-block;
      border-radius: 50px; } }

@media screen and (min-width: 1025px) {
  .footer {
    width: calc(100% - clamp(160px, 16vw, 200px)); } }

.foot-nav ul a {
  color: #222;
  text-decoration: none; }
@media screen and (max-width: 1024px) {
  .foot-nav ul {
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap; }
    .foot-nav ul li {
      width: 42%;
      margin: 0 4%;
      border-bottom: 1px solid #ccc; }
      .foot-nav ul li a {
        display: block;
        padding: 0.7em; } }
@media only screen and (min-width: 1025px) {
  .foot-nav ul {
    padding: 2em 0;
    text-align: center; }
    .foot-nav ul li {
      display: inline-block; }
      .foot-nav ul li a {
        border-left: 1px solid #aaa;
        padding: 0 0.5em; }
      .foot-nav ul li:first-child a {
        border-left: none; } }

.foot-info {
  color: #fff;
  background: #00173d;
  padding: 2em clamp(10px, 2vw, 2em); }
  @media only screen and (min-width: 1025px) {
    .foot-info .inner {
      display: flex;
      /*    padding-right: 60px;*/
      padding-right: 0; } }

.foot-address address {
  font-size: 0.9em;
  margin-left: 1em;
  font-style: normal; }
@media only screen and (min-width: 1025px) {
  .foot-address {
    width: 60%;
    display: flex; } }

.foot-subnav a {
  color: #fff;
  text-decoration: none; }
@media only screen and (max-width: 1024px) {
  .foot-subnav ul {
    margin-top: 1em;
    display: flex; }
    .foot-subnav ul li {
      border: 1px solid #fff;
      width: 48%;
      margin: 1%;
      text-align: center; }
      .foot-subnav ul li a {
        display: block; } }
@media only screen and (min-width: 1025px) {
  .foot-subnav {
    text-align: right;
    width: 40%; }
    .foot-subnav ul li {
      display: inline-block; }
      .foot-subnav ul li a {
        border-left: 1px solid #aaa;
        padding: 0 0.5em; }
      .foot-subnav ul li:first-child a {
        border-left: none; } }

small {
  color: #a1a1a1; }

.fa-house-chimney-medical, .fa-up-right-from-square, .fa-location-dot {
  position: relative; }

.fa-house-chimney-medical:before {
  content: ""; }

.fa-up-right-from-square:before {
  content: "\f35d"; }

.fa-location-dot:before {
  content: "\f3c5"; }

.relationship__list {
  border-collapse: collapse; }
  .relationship__list th {
    border: solid 1px #000000;
    padding: 1em; }
  .relationship__list td {
    border: solid 1px #000000;
    padding: 1em; }
  @media screen and (max-width: 600px) {
    .relationship__list {
      width: 100%; }
      .relationship__list td {
        border-left: none; } }
.relationship__headline {
  background-color: #EDF4FF; }
  @media screen and (max-width: 600px) {
    .relationship__headline .pc {
      display: none; } }
.relationship__ceter {
  text-align: center;
  font-size: 14px; }
  @media screen and (min-width: 601px) {
    .relationship__ceter a {
      padding: 25px; } }

@media screen and (max-width: 600px) {
  td.bt {
    border-top: none; }

  .d-ib {
    display: inline-block;
    text-decoration: underline; }

  td.pc {
    display: none; }

  .bb {
    border-bottom: none; } }
@media only screen and (min-width: 1025px) {
  .top-banner .bnr-special {
    max-width: 965px; } }
@media screen and (min-width: 1400px) {
  .top-banner li {
    width: 23%; } }
@media screen and (max-width: 1399px) {
  .top-banner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .top-banner li {
      width: 45%; } }
@media screen and (max-width: 598px) {
  .top-banner li {
    width: 98%; } }
