@charset "UTF-8";
/*----------------------------------------
media query
----------------------------------------*/
/*----------------------------------------

	Default CSS
	default setting
	
-----------------------------------------*/
body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, strong, em, p {
  font-style: normal;
  font-weight: normal;
}
th {
  text-align: left;
  font-weight: normal;
}
li {
  list-style: none;
  vertical-align: bottom;
}
li img {
  vertical-align: top;
}
img, table, th, td {
  border: 0;
}
hr {
  display: none;
}
input, textarea, select {
  color: #333333;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
/*----------------------------------------
	body setting
-----------------------------------------*/
body {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
/*----------------------------------------
	link setting
-----------------------------------------*/
a:link, a:visited {
  color: #111;
  text-decoration: none;
}
a:hover, a:active {
  color: #111;
  text-decoration: none;
}
.anchor {
  _display: inline-block;
  padding-top: 100px;
  margin-top: -100px;
}
/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0.1px;
  line-height: 0.1px;
}
.clearfix {
  display: inline-block;
  position: relative;
  /* DW */
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nomal {
  position: static;
  overflow: none;
}
/* End hide from IE-mac */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
input:not([type="radio"]), textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.8rem;
  line-height: 1.6;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.relative {
  position: relative;
}
.wight {
  color: #fff;
}
.pdt-5 {
  padding-top: 5rem;
}
.mgt-2 {
  margin-top: 2rem;
}
.mgt-5 {
  margin-top: 5rem;
}
.mgb-2 {
  margin-bottom: 2rem;
}
.mgb-5 {
  margin-bottom: 5rem;
}
.mgb-7 {
  margin-bottom: 7rem;
}
.mgb-15 {
  margin-bottom: 15rem;
}
/*
 フォントサイズ
*****************/
@media screen and (min-width: 1201px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  p {
    font-size: 1.8rem;
  }
  section {
    margin-top: 5rem;
    margin-bottom: 10rem;
  }
  .pc-only {
    padding-bottom: 28rem;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  p {
    font-size: 2rem;
  }
  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 3.2rem;
    color: #8C7129;
  }
  h3 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  p {
    font-size: 2rem;
  }
  section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
    color: #8C7129;
    text-align: center;
  }
  h2 span {
    display: inline-block;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  p {
    font-size: 1.6rem;
  }
  section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
img {
  ＿width: 100%;
  height: auto;
  vertical-align: middle;
}
a:link, a:visited, a:hover {
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
:focus {
  outline: none;
}
.mb-30 {
  margin-bottom: 30px;
}
.bottom-g {
  margin-bottom: 30px;
}
.footer {
  margin-top: 30px;
  background-color: #EF857D;
  font-size: 1.2rem;
  color: #fff;
  padding: 0.7rem 0;
}
.center-align {
  text-align: center;
}
/*  ヘッダーまわり
******************************/
.head-wrap {
  position: relative;
}
.head-wrap .mainimg {
  height: auto;
  width: 100vw;
}
.head-wrap .mainimg img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.head-wrap #top-head {
  top: 0;
  left: 0;
  content: '';
  width: 100vw;
  height: auto;
  background-color: rgba(255, 255, 255, 0.90);
  display: flex;
  position: fixed;
  z-index: 999;
}
.head-wrap h2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 3rem;
}
.head-wrap h2 .title-small {
  font-size: 2.1rem;
}
.head-info {
  position: absolute;
  bottom: 10%;
  left: 5%;
  background-color: rgba(82, 82, 82, 0.50);
  width: 400px;
  height: auto;
  padding: 2rem;
  color: #fff;
  border-radius: 10px;
}
.head-info .title {
  color: #5BB0E4;
  margin-bottom: 2rem;
}
.head-time {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 700px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.85);
}
/*  フッター
******************************/
footer {
  background-color: #EFF9FF;
  font-size: 1.6rem;
  padding-top: 3rem;
}
footer img {
  width: 60%;
  height: auto;
}
.footer-navi {
  margin-right: 4rem;
}
.google-maps {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.blue-back {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #354A7F;
  padding: 5px 0;
}
/*  共通
******************************/
.lightBlue {
  font-size: 1.6rem;
  color: #545454;
  margin-bottom: 2rem;
}
.lightBlue span {
  font-size: 3rem;
  color: #5BB0E4;
  padding-right: 2rem;
}
.width40 {
  width: 80%;
  height: auto;
}
.inline-title {
  font-weight: 400;
  color: #B16C00;
  margin-bottom: 1rem;
}
.title-black {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.cate-title {
  text-align: center;
  margin-bottom: 8rem;
  padding-top: 3rem;
}
.relative {
  position: relative;
}
.borderBox {
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
  background-color: #fff;
  height: 100%;
}
.borderBox p {
  height: 100%;
}
.title-braun {
  color: #B16C00;
  margin: 5rem 0 2rem;
  font-weight: 600;
}
.title-black {
  color: #252525;
  margin: 5rem 0 2rem;
  font-weight: 600;
  font-size: 1.8rem;
}
.back-glay {
  background-color: rgba(231, 231, 231, 0.50);
  padding: 3rem 2rem;
}
.red {
  font-weight: 600;
  color: #8C0204;
}
.title-small {
  font-size: 1.8rem;
}
.list-style li {
  list-style: disc;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.list-style-02 li {
  list-style: '※';
  margin-bottom: 1rem;
  margin-left: 1rem;
}
/*  トップ
******************************/
.logo-img {
  width: 20vw;
}
.line {
  margin-top: 2rem;
}
.line-title {
  color: #41B200;
  border-top: 1px solid #2F8100;
  border-bottom: 1px solid #2F8100;
  font-size: 2.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.line-text {
  padding: 2rem;
}
.medical-wrap {
  background: url("../images/top-back.png") no-repeat border-box left top/contain content-box;
  background-size: 100% auto;
}
.medical-inner {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.medical-wrap h3 {
  font-size: 2.4rem;
}
.news_list {
  height: 300px;
  overflow: auto;
}
.line {
  max-height: 300px;
}
.line img {
  width: 40%;
  height: auto;
}
/****
   クリニック紹介
****************************/
.clinic-bk-blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background-color: #ECF8FF;
  padding-top: 5rem;
  z-index: -1;
}
.img-position {
  position: relative;
}
.img-position .docter-01 {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.img-position .docter-02 {
  position: absolute;
  bottom: -5%;
  right: -10%;
}
.clinic-bk-pink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background-color: #FFF3FA;
  padding-top: 5rem;
  z-index: -1;
}
.img-position {
  position: relative;
}
.img-position .docter-03 {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.img-position .docter-04 {
  position: absolute;
  bottom: -5%;
  right: -10%;
}
.clinic-wrap {
  background: url("../images/clinic-005.jpg") no-repeat border-box left top/contain content-box;
  background-size: 100% auto;
  _position: relative;
}
.medical-inner-02 {
  padding-top: 15%;
  text-align: center;
}
.medical-inner-02 h3 {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 0.5rem 5rem;
  background-color: #354A7F;
  border-radius: 15px;
  display: inline-block;
}
.medical-inner-02 h4 {
  font-size: 1.8rem;
  color: #B16C00;
  margin-bottom: 1rem;
}
/****
   診療科目について
****************************/
.sub-medical-navi li {
  padding: 0 2rem;
}
.medicalbox-01 {
  padding-left: 10rem;
}
.medical-bk-blue::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateY(10%) translateX(-50%);
  -webkit- transform: translateY(10%) translateX(-50%);
  width: 30%;
  height: 70%;
  background-color: #ECF8FF;
  _padding-top: 5rem;
  z-index: -1;
}
.medical-bk-pink::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateY(10%) translateX(-50%);
  -webkit- transform: translateY(10%) translateX(-50%);
  width: 30%;
  height: 70%;
  background-color: #FFF3FA;
  _padding-top: 5rem;
  z-index: -1;
}
.Nephrology-info h3 {
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 3rem;
  background-color: #354A7F;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 3rem;
}
.self-check {
  padding-left: 2rem;
}
.self-check li {
  position: relative;
  line-height: 1.8;
}
.self-check li::after {
  content: '';
  display: block;
  position: absolute;
  top: 1.3rem;
  left: -1.5rem;
  width: 10px;
  height: 5px;
  border-left: 3px solid #F20000;
  border-bottom: 3px solid #F20000;
  transform: rotate(-45deg);
}

.consul-time img {
    width: 100%;
    height: auto;
}


/*
 感染症対策
 ============================*/
.taisaku {
  border: 1px solid #ccc;
  padding: 0 2rem 1rem;
  text-align: left;
}
.infec-box {
  text-align: left;
}
.infec-box .title-braun {
  margin: 0 0 1rem;
}
/*
 アクセスマップ
 ============================*/
.accessInfo dt {
  padding-bottom: 7px;
  color: #B92A2C;
}
.accessInfo dd {
  padding: 0 0 15px 0px;
}
/*
 新着情報
 ============================*/
.news_list {
  border: solid 1px #ddd;
  padding: 1rem 2rem;
  margin-top: 2rem;
}
ul.news_list li {
  margin-bottom: 10px;
  padding-bottom: 7px;
  _border-bottom: 1px dotted #CCCCCC;
}
.news_title {
  font-weight: bold;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* for macIE \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
ul#newsList {}
ul#newsList li {
  color: #666;
  _font-size: 12px;
  margin: 0;
  padding: 10px 10px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #ccc;
  line-height: 150%;
  list-style-type: none;
}
#newsList a {
  color: #9D3500;
  text-decoration: none;
}
#newsList a:hover {
  color: #9D3500;
  text-decoration: none;
}
.catName {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px;
}
.newMark {
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
}
.comment {
  display: block;
  padding: 7px 0 7px 112px;
  float: left;
  overflow: hidden;
}
.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}
.up_ymd {
  margin-right: 15px;
}
#newsList .title {
  margin-right: 15px;
}
/*
 新着情報　詳細ページ
 ==============================*/
h2.detailTitl {
  font-size: 16px;
  _color: #369;
  margin: 10px 0px 10px 0;
  font-weight: normal;
  _border: 1px solid #3D79B6;
  _border-bottom: 3px solid #3D79B6;
  padding: 5px 10px;
}
#up_ymd {
  font-size: 13px;
  margin: 15px 0 5px 10px;
}
#detail {
  margin-top: 15px;
}
.detailUpfile {
  margin: 5px 0 35px;
  text-align: center;
}
.backORcloseBtn {
  text-align: center;
  line-height: 100%;
  margin-top: 15px;
}
.backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}
.detailUpfile img {
  max-width: 100%;
  height: auto;
}
.pNav {
  font-size: 11px;
}
/****
   メニュー  
****************************/
/*#top-head::after {
  content: '';
  width: 100%;
  height: 2rem;
  background: #fff;
  opacity: 0.9;
  display: flex;
  position: fixed;
  z-index: 999;
}*/
#top-head .inner {
  float: left;
  width: 100vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}
/*logo style*/
.inner h1 a {
  color: #20b2aa;
  text-decoration: none;
  font-weight: bold;
  margin: 1rem 0;
}
/*nav style*/
#top-head nav ul {
  display: flex;
  list-style-type: none;
}
#top-head nav ul li {
  padding: 16px;
}
/*nav link style*/
#top-head nav ul li .nav-item-child {
  text-decoration: none;
}
#top-head nav ul li a:hover {
  color: #20b2aa;
}
#nav_toggle {
  display: none;
}
.head-addres {
  display: inline-block;
}
.navi-box {
  display: inline-block;
}
.nabi-s {
  color: #5BB0E4;
}


/****
   採用情報  
****************************/
.recruit-h4 h4 {
    font-size: 2rem;
}


.c-caption--mid {
    margin-top: 5rem;
}.c-caption--mid h2 {
    color: #5BB0E4;
}

.recruit {
    margin-top: 2rem;
    border: 1px solid #ddd;
    margin-bottom: 5rem;
}
.recruit tr {
    border-bottom: 1px solid #ddd;
}
.recruit th {
    background-color: #5BB0E4;
    color: #fff;
    padding: 2rem;
}
.recruit td {
    padding: 2rem;
}
.staff-t {
    margin-bottom: 1.6rem;
}
.title-staff {
    font-weight: 600;
    color: #6C6C6C;
}
/*============================
mobile style
============================*/
@media screen and (min-width: 1201px) {
  .head-time img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {
  /*hamburger menu style*/
  .toggle-wrap {
    width: 100%;
    text-align: right;
  }
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 0.7rem;
  }
  #nav_toggle div {
    position: relative;
  }
  /*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #404040;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 10px;
  }
  #nav_toggle span:nth-child(3) {
    top: 20px;
  }
  /*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
    _width: 80%;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
  /*nav link style*/
  #top-head nav ul li a {
    display: block;
  }
  .logo-img {
    width: 65vw;
  }
  .sircle-img {
    display: none;
  }
  .text-box {
    padding: 3rem;
  }
  .video-wrapper::after {
    height: 97%;
  }
  .float-xl-end .navi-box a {
    font-size: 1.6rem;
  }
  .head-info {
    position: absolute;
    top: 30%;
    left: 5%;
    bottom: inherit;
    background-color: rgba(82, 82, 82, 0.50);
    width: 90%;
    height: auto;
    padding: 2rem;
    color: #fff;
    border-radius: 10px;
  }
  .head-time-sp {
    position: inherit;
    width: auto;
    height: 150px;
    overflow-x: scroll;
    margin-bottom: 1rem;
  }
  .head-time {
    position: inherit;
    width: auto;
    _height: 150px;
    margin-bottom: 1rem;
  }
  .head-time img {
    padding: 1rem 0;
    width: auto;
    height: 150px;
  }
  .news_list {
    padding: 1rem;
  }
  .comment {
    padding: 7px 0;
  }
  .line-text {
    padding: 0 1rem;
  }
  .line img {
    width: 40%;
    height: auto;
  }
  /*===========
    scrollbar
    ===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  .width40 {
    width: 100%;
  }
  .medical-wrap {
    background: none;
  }
  .medical-inner {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
  .f-menu li {
    list-style: inside;
  }
  /*===========
    下層ページ
    ===========*/
  .head-wrap h2 {
    width: 80%;
    font-size: 2.3rem;
    letter-spacing: 0.5rem;
  }
  .head-wrap h2 .title-small {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .head-wrap h2 {
    top: 70%;
  }
  .head-wrap .mainimg-subpage {
    max-height: 300px;
    width: 100%;
    text-align: center;
  }
  .head-wrap .mainimg-subpage img {
    object-fit: cover;
    height: 200px;
    width: 100%;
  }
  h2.lightBlue {
    font-weight: 400;
    text-align: left;
  }
  .cate-title {
    margin-bottom: 2rem;
  }
  .lightBlue span {
    font-size: 2.5rem;
    padding-right: 0;
  }
  .img-position {
    text-align: center;
  }
  .img-position .docter-01, .img-position .docter-02 {
    width: 48%;
    height: auto;
    position: static;
    display: inline;
  }
  .img-position .docter-03, .img-position .docter-04 {
    width: 48%;
    height: auto;
    position: static;
    display: inline;
  }
  .clinic-wrap {
    background: none;
  }
  .medical-inner-02 {
    padding-top: 0;
  }
  .medical-inner-02 .mgt-5 {
    margin-top: 2rem;
  }
  .medical-inner-02 h3 {
    font-size: 1.8rem;
  }
  .sub-medical-navi li:before {
    content: ""; /* 空の要素作成 */
    width: 7px; /* 幅指定 */
    height: 7px; /* 高さ指定 */
    display: inline-block; /* インラインブロックにする */
    background-color: #5BB0E4; /* 背景色指定 */
    border-radius: 50%; /* 要素を丸くする */
    margin-right: 7px;
  }
  .sub-medical-navi li {
    font-size: 1.6rem;
  }
  .medicalbox-01 {
    padding-left: 0rem;
  }
  .medical-bk-blue::after {
    content: "";
    position: static;
    display: none;
  }
  .medical-bk-pink::after {
    content: "";
    position: static;
    display: none;
  }
  .medical-info .mgb-15 {
    margin-bottom: 5rem;
  }
  .list-style li {
    margin-left: 1rem;
  }
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
    .consul-time {
        height: 150px;
        width: auto;
        overflow-x: scroll;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
   .consul-time img {
        height: 100%;
        width: auto;
        _margin-bottom: 1rem;
    }
    
    .recruit th {
        width: 100%;
        display: inline-block;
    }
    .recruit td {
        width: 100%;
        display: inline-block;
    }
}