@charset "UTF-8";

/* ==========================================================
 html5 elements
========================================================== */

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}


/* ==========================================================
 reseting
========================================================== */

body {
  line-height: 1.6;
  color: #333;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#link3 {
padding-top: 140px;
margin-top: -140px;
}

body.is_scroll_nav {
	padding-top: 98px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  body.is-locked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
	.col-xs-12 .img_c{
		text-align: center;
		width: 100%;
	}
	.photo-ttl3{
		width: 100%;
		padding-bottom: 50px;
	}
}

	.col-xs-12 .img_c{
		text-align: center;
		width: 100%;
	}

	.photo-ttl2{
		margin: 0 auto;
		width: 300px;
		padding-bottom: 50px;
	}
@media screen and (min-width: 768px) {
	.photo-ttl3{
		margin: 0 auto;
		width: 500px;
		padding-bottom: 50px;
	}
}


input,
textarea,
select,
button {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body,
  input,
  textarea,
  select,
  button {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

input,
textarea,
select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

i_b02 {
  border: 0;
  height: auto;
  vertical-align: top;
  margin-left:20px;
}

address,
caption,
code,
em,
th,
i {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-size: 100%;
  font-weight: normal;
}

a,
input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

sup,
sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/* ==========================================================
 base Link
========================================================== */

a {
  color: #3e3a39;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}


/* ==========================================================
 clearfix
========================================================== */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.contents:before,
.contents:after {
  content: "";
  display: table;
}

.clearfix:after,
.contents:after {
  clear: both;
}


/* For IE 6/7
---------------------------------------------------------- */

.clearfix,
.contents {
  *zoom: 1;
}


/* ==========================================================
 layout
========================================================== */

html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}


/* ==========================================================
 wrapper
========================================================== */

.wrapper {
  width: 100%;
  background: #fff;
  overflow: hidden;
}


/* ==========================================================
 header
========================================================== */

.header {
  position: relative;
  border-bottom: 1px solid #eee;
}

.header.scroll_nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
}

.header-in {
  position: relative;
}

.header-logo {
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 150px;
}

.header-logo:hover {
  opacity: 0.7;
}

.header-logo img {
  width: 100%;
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-links li {
  margin-left: 20px;
}

.header-links li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 769px) {
	.header-in .header-logo,
	.header-in .header-utility-pc,
	.header-in .header-utility-pc ul .txt-cmn-link,
	.header-in .header-contact .box-tel,
	.header-in .header-contact .box-mail{
		transition-duration: 0.5s;
		transition-timing-function: ease;
	}
  .header-in {
    height: 126px;
  }
	.header.scroll_nav .header-in {
		height: 98px;
	}
	.header.scroll_nav .header-in .header-logo {
		width: 116px;
		top: 13px;
	}
	.header.scroll_nav .header-in .header-utility-pc {
		top: 10px;
	}
	.header.scroll_nav .header-in .header-contact {
		padding-top: 3px;
	}
	.header.scroll_nav .header-in .header-contact .box-tel{
		font-size: 16px;
		background-size: 15px;
		padding-left: 20px;
	}
	.header.scroll_nav .header-in .header-contact .box-mail{
		font-size: 15px;
	}
	.header-utility-pc {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-links {
    float: left;
  }
  .header-search {
    position: relative;
    float: left;
    margin-left: 30px;
  }
  .header-search .btn-open-search {
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(/common/img/hospital/common/btn_search_01.png) 0 0 no-repeat;
    background-color: #5387DB;
    background-size: 100%;
    text-indent: -9999px;
    cursor: pointer;
  }
  .header-search .btn-open-search:hover {
    opacity: 0.7;
  }
  .header-search .box-modal-search {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 2;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  }
  .header-search .box-modal-search:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 2px;
    width: 16px;
    height: 10px;
    background: url(/common/img/hospital/common/ico_arrow_balloon.png) 0 bottom no-repeat;
    background-size: 16px 9px;
  }
  .header-search .box-modal-search .box-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
  }
  .header-search .box-modal-search .box-search input {
    width: 210px;
    padding: 0 5px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .header-search .box-modal-search .box-search button {
    display: block;
    width: 34px;
    height: 30px;
    background-color: #5387DB;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .header-search .box-modal-search .box-search button:hover {
    opacity: 0.7;
  }
  .header-contact {
    clear: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
  }
  .header-contact li {
    margin-left: 24px;
    line-height: 1;
  }
  .header-contact .box-tel {
    display: inline-block;
    padding-left: 24px;
    background-image: url(/common/img/hospital/common/ico_tel_01.png);
    background-size: 18px 18px;
    background-position: 0 center;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #5387DB;
    line-height: 1;
  }
  .header-contact .box-mail {
    display: inline-block;
    padding-left: 24px;
    background-image: url(/common/img/hospital/common/ico_mail_01.png);
    background-size: 18px 10px;
    background-position: 0 center;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #5387DB;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  body {
    padding-top: 51px;
  }
  .header-in {
    height: 50px;
    background-color: #fff;
  }
  .header-logo {
    top: 10px;
    left: 15px;
    width: 95px;
  }
  .header-utility-sp {
    position: absolute;
    top: 4px;
    right: 10px;
    overflow: hidden;
  }
  .header-utility-sp .btn-mail {
    float: left;
    display: block;
    width: 59px;
  }
  .header-utility-sp .btn-mail img {
    width: 100%;
  }
  .header-utility-sp .btn-open-gnav {
    float: left;
    display: block;
    width: 45px;
    margin-left: 10px;
  }
  .header-utility-sp .btn-open-gnav img {
    width: 100%;
  }
  .header-utility-sp .btn-open-gnav .close {
    display: none;
  }
  .header-utility-sp .btn-open-gnav.is-open .open {
    display: none;
  }
  .header-utility-sp .btn-open-gnav.is-open .close {
    display: block;
  }
}



/* ==========================================================
/* box-site-nav
---------------------------------------------------------- */
.box-site-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.box-site-nav .list-nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.box-site-nav .list-nav li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  border-left: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}

.box-site-nav .list-nav li:last-child {
  border-right: 1px solid #ccc;
}

.box-site-nav .list-nav li span {
  display: block;
  width: 100%;
	height: 20px;
}

.box-site-nav.col-03 .list-nav li {
  width: 33.333%;
}
.box-site-nav.col-02 .list-nav li ul,
.box-site-nav.col-03 .list-nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px dotted #ccc;
	z-index: 1;
}
.box-site-nav.col-02 .list-nav li ul li,
.box-site-nav.col-02 .list-nav li ul li a,
.box-site-nav.col-03 .list-nav li ul li,
.box-site-nav.col-03 .list-nav li ul li a {
	display: block;
	width: 100%;
}
.box-site-nav.col-02 .list-nav li ul li,
.box-site-nav.col-03 .list-nav li ul li {
	border-left: none;
	height: auto;
	opacity: 1;
	background: none !important;
}
.box-site-nav.col-02 .list-nav li ul li:last-child,
.box-site-nav.col-03 .list-nav li ul li:last-child {
	border-right: none;
}
.box-site-nav.col-02 .list-nav li ul li a,
.box-site-nav.col-03 .list-nav li ul li a {
	padding: 8px 5px;
	border-bottom: 1px dotted #ccc;
	background: #fff;
}
.box-site-nav.col-02 .list-nav li ul li a:hover,
.box-site-nav.col-03 .list-nav li ul li a:hover {
	background: #eee;
}

@media screen and (min-width: 769px) {
	.box-site-nav .list-nav li a img  {
		transition-duration: 0.5s;
		transition-timing-function: ease;
	}
	.header.scroll_nav .box-site-nav .list-nav li {
		height: 35px;
	}
	.header.scroll_nav .box-site-nav .list-nav li a img {
		max-width: 100px;
		vertical-align: middle;
	}
	.header.scroll_nav .box-site-nav.col-02 .list-nav li ul li,
	.header.scroll_nav .box-site-nav.col-03 .list-nav li ul li {
		height: auto;
	}
}

@media screen and (max-width: 768px) {
  .box-site-nav {
    display: none;
  }
}

.box-news-detail .box-date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.box-news-detail .box-date-wrap .box-date {
  display: inline-block;
  padding-right: 10px;
}

.box-news-detail .box-date-wrap .box-tag {
  display: inline-block;
}

.box-news-detail .ttl-news {
  margin-bottom: 35px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #999;
  font-size: 24px;
  line-height: 1.4;
}

.box-news-detail .box-detail {
  margin-bottom: 40px;
}

.box-news-detail .box-detail p {
  margin-bottom: 28px;
}

.box-news-detail .box-detail p:last-child {
  margin-bottom: 0;
}

.box-news-detail .box-link-pdf {
  margin-bottom: 75px;
  text-align: right;
}

.box-news-detail .box-link-pdf .link-pdf {
  background-position: 0 4px;
}

.box-news-detail .list-news-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px 0 50px -40px;
}

.box-news-detail .list-news-img li {
  width: 50%;
  margin-top: 40px;
  padding-left: 40px;
}

.box-news-detail .list-news-img li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .box-news-detail .box-date-wrap {
    margin-bottom: 6px;
  }
  .box-news-detail .box-date-wrap .box-date {
    padding-right: 5px;
  }
  .box-news-detail .ttl-news {
    margin-bottom: 16px;
    padding-bottom: 6px;
    font-size: 20px;
  }
  .box-news-detail .box-detail {
    margin-bottom: 35px;
    line-height: 1.38;
  }
  .box-news-detail .box-detail p {
    margin-bottom: 20px;
  }
  .box-news-detail .box-detail p:last-child {
    margin-bottom: 0;
  }
  .box-news-detail .box-link-pdf {
    margin-bottom: 35px;
    text-align: left;
  }
  .box-news-detail .box-link-pdf .link-pdf {
    background-position: 0 1px;
  }
  .box-news-detail .list-news-img {
    display: block;
    margin: 0 0 30px;
  }
  .box-news-detail .list-news-img li {
    width: 100%;
    margin: 0 0 15px;
    padding-left: 0;
  }
  .box-news-detail .list-news-img li:last-child {
    margin-bottom: 0;
  }
}


/* ==========================================================
 nav-global
========================================================== */

@media screen and (min-width: 769px) {
	.nav-global .list-gnav>li .box-link,
	.nav-global .list-gnav>li .txt-jp{
		transition-duration: 0.5s;
		transition-timing-function: ease;
	}
	.header.scroll_nav .nav-global .list-gnav>li .box-link{
		padding: 2px;
	}
	.header.scroll_nav .list-gnav>li .txt-jp {
		margin-bottom: 6px;
	}
  .nav-global {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-global .mod-search {
    display: none;
  }
  .nav-global .btn-tel {
    display: none;
  }
  .list-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
    align-items: center;

  }
  .list-gnav>li {
    position: relative;
    width: 25%;
  }
  .list-gnav>li .box-link {
    display: block;
    position: relative;
    padding: 5px;
    cursor: pointer;
	transition:all .5s ease-out;
  }
  .list-gnav>li .box-link:hover {
    opacity: 0.7;
	transition:all .5s ease-out;
  }
  .list-gnav>li .box-link:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #5387DB;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .list-gnav>li .txt-jp {
    display: block;
    margin-bottom: 8px;
    line-height: 1.1;
    text-align: center;
  }
  .list-gnav>li .txt-en {
    display: block;
    line-height: 1.1;
    font-size: 13px;
    color: #5387DB;
    text-align: center;
  }
  .box-gnav-sub {
    display: none;
    position: absolute;
    /*top: 53px;*/
    top: 39px;
    left: 2px;
    z-index: 1;
    width: 98.5%;
    padding: 15px 25px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  }
/*
  .box-gnav-sub:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 16px;
    height: 10px;
    margin-left: 5px;
    background: url(/common/img/hospital/common/ico_arrow_balloon.png) 0 bottom no-repeat;
    background-size: 16px 9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
*/
	.header.scroll_nav .box-gnav-sub {
		top: 48px;
	}
  .list-sub-01>li {
    padding: 2px 0;
  }
  .list-sub-01>li:last-child .list-sub-02 {
    margin-bottom: 0;
  }
  .list-sub-02 {
    padding: 3px 0 8px 15px;
  }
  .list-sub-02>li a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
  }
  .list-sub-02>li a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #5387DB;
  }
}

@media screen and (max-width: 768px) {
  .nav-global {
    display: none;
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow-y: auto;
    background-color: #5387DB;
  }
  .nav-global .mod-search {
    padding: 15px 15px 45px;
    border-bottom: 1px solid #fff;
  }
  .nav-global .mod-search .box-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .nav-global .mod-search .box-search input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 36px;
    background-color: #fff;
    padding: 0 5px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
  }
  .nav-global .mod-search .box-search button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71px;
    flex: 0 0 71px;
    height: 36px;
    background: url(/common/img/hospital/common/btn_search_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }
  .nav-global .mod-search .list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-global .mod-search .list-links li {
    margin-left: 44px;
  }
  .nav-global .mod-search .list-links li:first-child {
    margin-left: 0;
  }
  .nav-global .mod-search .list-links .txt-cmn-link {
    color: #fff;
  }
  .nav-global .mod-search .list-links .txt-cmn-link:before {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid #fff !important;
  }
  .nav-global .btn-tel {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .nav-global .btn-tel .number {
    display: inline-block;
    padding-left: 25px;
    background: url(/common/img/hospital/common/ico_tel_yellow.png) 0 2px no-repeat;
    background-size: 17px auto;
    font-size: 22px;
    line-height: 1.1;
    color: #D9DB52;
  }
  .list-gnav>li {
    border-bottom: 1px solid #fff;
  }
  .list-gnav>li .box-link {
    display: block;
    position: relative;
    padding: 12px 15px;
    background-color: #4A67D9;
    line-height: 1;
  }
  .list-gnav>li .box-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .list-gnav>li .box-link.is-active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .list-gnav>li .txt-jp {
    color: #fff;
  }
  .list-gnav>li .txt-en {
    display: none;
  }
  .box-gnav-sub {
    display: none;
    background-color: #759FE2;
  }
  .list-sub-01 {
    padding: 5px 15px;
    border-top: 1px solid #98B7E9;
  }
  .list-sub-01>li {
    padding: 5px 0;
  }
  .list-sub-01 .txt-cmn-link {
    color: #fff;
  }
  .list-sub-01 .txt-cmn-link:before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .list-sub-02 {
    padding: 5px 0 0 15px;
  }
  .list-sub-02>li {
    padding: 2px 0;
  }
  .list-sub-02>li a {
    position: relative;
    padding-left: 15px;
    color: #fff;
  }
  .list-sub-02>li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


/* ==========================================================
 nav-breadcrumb
========================================================== */

.nav-breadcrumb {
  max-width: 1080px;
  overflow: hidden;
  margin: 0 auto 18px;
  text-align: left;
}

.nav-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}

.nav-breadcrumb li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1;
}

.nav-breadcrumb li:before {
  content: ">";
  position: absolute;
  top: -1px;
  left: 5px;
}

.nav-breadcrumb li:first-child {
  padding-left: 0;
}

.nav-breadcrumb li:first-child:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-breadcrumb {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .nav-breadcrumb .wrap {
    overflow: auto;
  }
  .nav-breadcrumb ul {
    padding: 10px 0;
    white-space: nowrap;
  }
  .nav-breadcrumb li {
    padding-left: 15px;
    font-size: 12px;
  }
  .nav-breadcrumb li:before {
    content: ">";
    position: absolute;
    top: -1px;
    left: 5px;
  }
  .nav-breadcrumb li:last-child {
    padding-right: 15px;
  }
}


/* ==========================================================
 contents
========================================================== */


/* ==========================================================
 footer
========================================================== */

.footer {
  position: relative;
}

.footer-top {
  padding: 60px 0;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.ttl-footer-menu {
  margin-bottom: 30px;
  text-align: center;
}

.ttl-footer-menu img {
  width: 182px;
}

.list-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -15px 0;
}

.list-footer-menu li {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 10px;
}

.list-footer-menu a {
  display: block;
  padding: 3px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
}

.footer-bottom {
  padding: 40px 0 45px;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
*/  margin-bottom: 20px;
}


.footer-logo .logo-01 {
  width: 130px;
}

.footer-logo .logo-01 img {
  width: 100%;
}

.footer-logo .logo-02 {
  width: 200px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-logo .logo-03 {
  width: 200px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-logo .logo-02 img {
  width: 100%;
}

.footer-logo .logo-03 img {
  width: 100%;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.list-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-footer-links li {
  margin-left: 20px;
  line-height: 1;
}

.list-footer-links li:first-child {
  margin-left: 0;
}

.list-footer-links li.corpo img {
	width: 150px;
}

.footer-copyright {
  font-size: 14px;
  color: #000;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .btn-pagetop {
    position: absolute;
    top: -25px;
    right: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #5387DB;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-pagetop a {
    position: absolute;
    top: -13px;
    left: -13px;
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: url(/common/img/hospital/common/txt_pagetop.png) center no-repeat;
    text-indent: -9999px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .btn-pagetop a {
    display: block;
    padding: 18px 0;
    background-color: #5387DB;
    color: #fff;
    text-align: center;
  }
  .btn-pagetop a:hover {
    opacity: 1;
  }
  .btn-pagetop a:active {
    opacity: 1;
  }
  .btn-pagetop a:focus {
    opacity: 1;
  }
  .btn-pagetop a:visited {
    opacity: 1;
  }
  .footer-top {
    padding: 22px 0 16px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .ttl-footer-menu {
    margin-bottom: 15px;
  }
  .ttl-footer-menu img {
    width: 181px;
  }
  .list-footer-menu {
    display: block;
    margin: 0;
  }
  .list-footer-menu li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .list-footer-menu li:last-child {
    margin-bottom: 0;
  }
  .list-footer-menu a {
    padding: 3px 10px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-logo {
    display: block;
    margin-bottom: 35px;
  }
  .footer-logo .logo-02 {
    max-width: 320px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .footer-links {
    display: block;
  }
  .footer-links .logo {
    display: block;
    margin: 35px -15px 0;
    border-top: 1px solid #000;
    padding: 35px 15px 30px;
    text-align: center;
  }
  .list-footer-links {
    display: block;
  }
  .list-footer-links li {
    margin: 0 0 10px 0;
  }
  .list-footer-links li:last-child {
    margin-bottom: 0;
  }
  .footer-copyright {
    font-size: 12px;
    text-align: center;
  }
}


/* ==========================================================
 grid
========================================================== */


/* grid-cmn
---------------------------------------------------------- */


/* ==========================================================
 area
========================================================== */


/* area-cmn
---------------------------------------------------------- */


/* ==========================================================
 section
========================================================== */


/* sec-cmn-section
---------------------------------------------------------- */

.sec-cmn-section .ttl-cmn-section {
  position: relative;
}

.sec-cmn-section .ttl-cmn-section:before,
.sec-cmn-section .ttl-cmn-section:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.sec-cmn-section .ttl-cmn-section:before {
  top: -5px;
  left: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #5387DB;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec-cmn-section .ttl-cmn-section:after {
  right: 0;
  bottom: -5px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #5387DB;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .sec-cmn-section {
    overflow: hidden;
  }
  .sec-cmn-section .ttl-cmn-section {
    float: left;
    width: 15%;
    padding: 56px 0;
    margin-bottom: 0;
  }
  .sec-cmn-section .ttl-cmn-section .txt-jp {
    display: inline-block;
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
  }
  .sec-cmn-section .ttl-cmn-section .txt-en {
    margin-top: -2px;
  }
  .sec-cmn-section .box-content {
    float: left;
    width: 85%;
    padding-left: 6%;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .sec-cmn-section .ttl-cmn-section {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    padding: 0 20px 0 25px;
    margin-bottom: 25px;
  }
  .sec-cmn-section .ttl-cmn-section:before {
    top: -3px;
    border-width: 5px;
  }
  .sec-cmn-section .ttl-cmn-section:after {
    bottom: -3px;
    border-width: 5px;
  }
  .sec-cmn-section .box-content {
    width: auto;
  }
}


/* section last margin */

section:last-of-type {
  margin-bottom: 0;
}


/* ==========================================================
 box
========================================================== */


/* box-cmn-container
---------------------------------------------------------- */

@media screen and (min-width: 769px) {
  .box-cmn-container {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .box-cmn-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}


/* ==========================================================
 hero
========================================================== */


/* hero-cmn-01
---------------------------------------------------------- */

.hero-cmn-01 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hero-cmn-01 {
    height: 300px;
  }
  .hero-cmn-01 .box-text {
    position: absolute;
    top: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 180px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hero-cmn-01 .box-text .txt-jp {
    display: inline-block;
    width: 28px;
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
  }
  .hero-cmn-01 .box-text.two-rows .txt-jp {
    width: 52px;
  }
  .hero-cmn-01.news {
    background-image: url(/common/img/hospital/chuo/news/img_hero_news_pc.jpg);
  }
  .hero-cmn-01.outpatient {
    background-image: url(/common/img/hospital/chuo/img_hero_outpatient_pc.jpg);
  }
  .hero-cmn-01.other {
    background-image: url(/common/img/hospital/chuo/bg_cooperation_pc.jpg);
  }
  .hero-cmn-01.outpatient .box-text .txt-jp {
    letter-spacing: 1em;
  }
  .hero-cmn-01.outpatient.space-default .box-text .txt-jp {
    letter-spacing: .3em;
  }
}

@media screen and (max-width: 768px) {
  .hero-cmn-01 {
    padding-top: 46.875%;
  }
  .hero-cmn-01 .box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
  }
  .hero-cmn-01.news {
    background-image: url(/common/img/hospital/chuo/news/img_hero_news_sp.jpg);
  }
  .hero-cmn-01.outpatient {
    background-image: url(/common/img/hospital/chuo/img_hero_outpatient_sp.jpg);
  }
  .hero-cmn-01.other {
    background-image: url(/common/img/hospital/chuo/bg_cooperation_sp.jpg);
  }
  .hero-cmn-01.outpatient .box-text .txt-jp {
    /*margin-left: 7px;*/
    letter-spacing: 0.5em;
  }
  .hero-cmn-01.outpatient.space-default .box-text .txt-jp {
    letter-spacing: .3em;
  }
}


/* ==========================================================
 module
========================================================== */


/* ==========================================================
 title
========================================================== */


/* ttl-cmn-section
---------------------------------------------------------- */

.ttl-cmn-section {
  margin-bottom: 30px;
  text-align: center;
	font-size: 28px;
}

.ttl-cmn-section .txt-jp {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  color: #222;
  letter-spacing: 0.3em;
}

.ttl-cmn-section .txt-jp.txt-lineh {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .2em;
}

.ttl-cmn-section .txt-en {
  display: block;
  font-size: 13px;
  line-height: 1.1;
  color: #3972B7;
}

@media screen and (max-width: 768px) {
  .ttl-cmn-section {
    margin-bottom: 20px;
		font-size: 24px;
  }
  .ttl-cmn-section .txt-jp {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .ttl-cmn-section .txt-en {
    font-size: 12px;
  }
}


/* ttl-cmn-02
---------------------------------------------------------- */


/* ttl-cmn-03
---------------------------------------------------------- */


/* ==========================================================
 text
========================================================== */


/* txt-cmn
---------------------------------------------------------- */

.txt-cmn-link {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.txt-cmn-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #5387DB;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-cmn-link2 {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.txt-cmn-link2 img {
	max-width:100%;
}


.txt-cmn-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #5387DB;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



/* ==========================================================
 list
========================================================== */


/* list-cmn
---------------------------------------------------------- */


/* ==========================================================
 table
========================================================== */


/* table-cmn
---------------------------------------------------------- */


/* ==========================================================
 button
========================================================== */


/* btn-cmn
---------------------------------------------------------- */

.btn-cmn-link {
  position: relative;
  display: block;
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px;
  background-color: #5387DB;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.btn-cmn-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 13px;
  height: 13px;
  background: url(/common/img/hospital/common/ico_link_01.png);
  background-position: 0 0;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .btn-cmn-link {
    padding: 8px;
  }
  .btn-cmn-link:before {
    right: 6px;
  }
}


/* pagetop
---------------------------------------------------------- */

.btn-cmn-pagetop {
  text-align: right;
}


/* ==========================================================
 link
========================================================== */


/* link-cmn
---------------------------------------------------------- */


/* ==========================================================
 icon
========================================================== */


/* ico-cmn
---------------------------------------------------------- */


/* ==========================================================
 figure
========================================================== */


/* fig-cmn
---------------------------------------------------------- */


/* ==========================================================
 image
========================================================== */


/* img-cmn-adjust
---------------------------------------------------------- */


/* ==========================================================
 form
========================================================== */


/* base Form
---------------------------------------------------------- */


/* type="text" */


/* type="checkbox" */


/* type="radio" */


/* select */

.select-cmn-01 {
  position: relative;
  height: 30px;
  padding-right: 30px;
  border: 1px solid #E5E5D9;
  background-color: #fff;
}

.select-cmn-01:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #5387DB;
}

.select-cmn-01 .txt-selected {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  line-height: 30px;
}

.select-cmn-01 .txt-selected:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 11px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #fff;
}

.select-cmn-01 select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  opacity: 0;
}


/* textarea */


/* button */


/* class Form
---------------------------------------------------------- */


/* form-cmn-input
---------------------------------------------------------- */


/* form-cmn-check
---------------------------------------------------------- */


/* form-cmn-radio
---------------------------------------------------------- */


/* form-cmn-select
---------------------------------------------------------- */


/* form-cmn-textarea
---------------------------------------------------------- */


/* form-cmn-button
---------------------------------------------------------- */


/* ==========================================================
 is
========================================================== */


/* opacity hover
---------------------------------------------------------- */

.is-opacity {
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}

.is-opacity:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
}


/* css animation
---------------------------------------------------------- */

.is-animate {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/* ==========================================================
 style
========================================================== */

.s-fw-n {
  font-weight: normal;
}

.s-fw-b {
  font-weight: bold;
}

.s-ta-l {
  text-align: left !important;
}

.s-ta-c {
  text-align: center !important;
}

.s-ta-r {
  text-align: right !important;
}

.s-va-t {
  vertical-align: top !important;
}

.s-va-m {
  vertical-align: middle !important;
}

.s-va-b {
  vertical-align: bottom !important;
}

.s-ov-h {
  overflow: hidden;
}

.s-clear {
  clear: both;
}

.s-hide {
  display: none;
}

.s-txt-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.s-bg-n {
  background: none !important;
}

.s-mt-00 {
  margin-top: 0 !important;
}

.s-mb-00 {
  margin-bottom: 0 !important;
}

.s-ml-00 {
  margin-left: 0 !important;
}

.s-mr-00 {
  margin-right: 0 !important;
}

.list-style-none {
  padding-left: 0 !important;
}
.list-style-none li {
	list-style: none !important;
}

/* ==========================================================
 width
========================================================== */
.wid-full {
  width: 100% !important;
  max-width: 100% !important;
}

/* ==========================================================
 margin
========================================================== */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}

/* ==========================================================
 rwd switch
========================================================== */


/* pc
---------------------------------------------------------- */

.only-sp,
.no-pc {
  display: none !important;
}


/* sp
---------------------------------------------------------- */

@media screen and (max-width: 768px) {
  .only-pc,
  .no-sp {
    display: none !important;
  }
  .only-sp,
  .no-pc {
    display: block !important;
  }
  img.only-sp,
  img.no-pc {
    display: inline-block !important;
  }
  .box-tel.only-sp,
  .box-tel.no-pc {
    display: inline-block !important;
  }
}


/* ==========================================================
  Top
========================================================== */


/* hero-top
---------------------------------------------------------- */

.hero-top {
  position: relative;
  background-position: center;
  background-size: cover;
}

.hero-top .txt-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .hero-top {
    height: 300px;
    background-image: url(/common/img/hospital/chuo/img_hero_top_pc.jpg);
  }
}

@media screen and (max-width: 768px) {
  .hero-top {
    height: auto;
    padding-top: 40.3%;
    background-image: url(/common/img/hospital/chuo/img_hero_top_sp.jpg);
  }
  .hero-top .txt-hero {
    width: 100%;
  }
  .hero-top .txt-hero img {
    width: 100%;
  }
}


/* sec-top-cate
---------------------------------------------------------- */

.sec-top-cate {
  border-bottom: 2px solid #EBEBE4;
}

.list-top-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-top-cate li {
	position: relative;
	overflow: hidden;
}

.list-top-cate a {
  display: block;
  padding: 22px 0 25px;
  text-align: center;
}

/*.list-top-cate li a:before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}*/

.list-top-cate li a:hover {
  opacity: 1;
}

.list-top-cate li a .rhombus {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    width: 83px;
    height: 83px;
    margin: 0 auto;
    z-index: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s cubic-bezier(.17,.84,.44,1) 0s;
}

.list-top-cate li a .rhombus:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto 0;
	border-top: 41px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 41px solid transparent;
}

.list-top-cate li a .rhombus:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 41px;
	width: 0;
	height: 0;
	margin: auto 0;
	border-top: 41px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 41px solid transparent;
}

.list-top-cate li a:hover .rhombus {
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    transform: scale(7);
    transition: all 0.5s cubic-bezier(.47,0,.74,.71) 0s;
}

.list-top-cate li figure {
    position: relative;
    width: 83px;
    height: 83px;
    margin: 0 auto;
}

.list-top-cate li figure img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    transition: all 0.4s cubic-bezier(.47,0,.74,.71) 0s;
	width: 56px;
	height: 56px;
}

.list-top-cate li a:hover figure img {
    -webkkit-transform: scale(1.6);
    transform: scale(1.6);
}

/* 初診・再診の方 */
.list-top-cate li:nth-child(1) .rhombus:before,
.list-top-cate li:nth-child(1) a:hover .rhombus:before{
    border-right: 41px solid #f09ea0;
}
.list-top-cate li:nth-child(1) a .rhombus:after,
.list-top-cate li:nth-child(1) a:hover .rhombus:after{
	border-left: 41px solid #f09ea0;
}

/* 入院・お見舞いの方 */
.list-top-cate li:nth-child(2) .rhombus:before,
.list-top-cate li:nth-child(2) a:hover .rhombus:before{
    border-right: 41px solid #f2b678;
}
.list-top-cate li:nth-child(2) a .rhombus:after,
.list-top-cate li:nth-child(2) a:hover .rhombus:after{
	border-left: 41px solid #f2b678;
}

/* 人間ドックについて */
.list-top-cate li:nth-child(3) .rhombus:before,
.list-top-cate li:nth-child(3) a:hover .rhombus:before{
    border-right: 41px solid #e6d564;
}
.list-top-cate li:nth-child(3) a .rhombus:after,
.list-top-cate li:nth-child(3) a:hover .rhombus:after{
	border-left: 41px solid #e6d564;
}

/* 医療機関の方 */
.list-top-cate li:nth-child(4) .rhombus:before,
.list-top-cate li:nth-child(4) a:hover .rhombus:before{
    border-right: 41px solid #bedd84;
}
.list-top-cate li:nth-child(4) a .rhombus:after,
.list-top-cate li:nth-child(4) a:hover .rhombus:after{
	border-left: 41px solid #bedd84;
}

/* 診療時間・内容 */
.list-top-cate li:nth-child(5) .rhombus:before,
.list-top-cate li:nth-child(5) a:hover .rhombus:before{
    border-right: 41px solid #6acfda;
}
.list-top-cate li:nth-child(5) a .rhombus:after,
.list-top-cate li:nth-child(5) a:hover .rhombus:after{
	border-left: 41px solid #6acfda;
}

/* 予防接種 */
.list-top-cate li:nth-child(6) .rhombus:before,
.list-top-cate li:nth-child(6) a:hover .rhombus:before{
    border-right: 41px solid #a6c1f3;
}
.list-top-cate li:nth-child(6) a .rhombus:after,
.list-top-cate li:nth-child(6) a:hover .rhombus:after{
	border-left: 41px solid #a6c1f3;
}

/* 企業健診について */
.list-top-cate li:nth-child(7) .rhombus:before,
.list-top-cate li:nth-child(7) a:hover .rhombus:before{
    border-right: 41px solid #c2b4ea;
}
.list-top-cate li:nth-child(7) a .rhombus:after,
.list-top-cate li:nth-child(7) a:hover .rhombus:after{
	border-left: 41px solid #c2b4ea;
}

/* 採用情報 */
.list-top-cate li:nth-child(8) .rhombus:before,
.list-top-cate li:nth-child(8) a:hover .rhombus:before{
    border-right: 41px solid #f7b5d9;
}
.list-top-cate li:nth-child(8) a .rhombus:after,
.list-top-cate li:nth-child(8) a:hover .rhombus:after{
	border-left: 41px solid #f7b5d9;
}

.list-top-cate .text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 15px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-top-cate .text:before {
  border-left-color: #5387DB !important;
}

.list-top-cate a:hover .text {
	color: #fff;
	margin-top: 13px;
	font-size: 22px;
}

@media screen and (min-width: 769px) {
  .list-top-cate {
    padding: 0 10px;
  }
  .list-top-cate li {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .sec-top-cate {
    border-width: 1px;
  }
  .list-top-cate {
    margin: 0 -15px;
  }
  .list-top-cate li {
    width: 50%;
  }
  .list-top-cate a {
    padding: 20px 0;
  }
  .list-top-cate li a:before {
    width: 60px;
    height: 60px;
  }
  .list-top-cate li a .rhombus {
    top: 10px;
    width: 60px;
    height: 60px;
  }
  .list-top-cate li a .rhombus:before {
    border-top: 30px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 30px solid transparent;
  }
  .list-top-cate li a .rhombus:after {
    left: 30px;
    border-top: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 30px solid transparent;
  }
  .list-top-cate li a:hover .rhombus {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    transform: scale(10);
  }

  .list-top-cate li:nth-child(1) .rhombus:before,
  .list-top-cate li:nth-child(2) .rhombus:before,
  .list-top-cate li:nth-child(3) .rhombus:before,
  .list-top-cate li:nth-child(4) .rhombus:before,
  .list-top-cate li:nth-child(5) .rhombus:before,
  .list-top-cate li:nth-child(6) .rhombus:before,
  .list-top-cate li:nth-child(7) .rhombus:before,
  .list-top-cate li:nth-child(8) .rhombus:before,
  .list-top-cate li:nth-child(1) a:hover .rhombus:before,
  .list-top-cate li:nth-child(2) a:hover .rhombus:before,
  .list-top-cate li:nth-child(3) a:hover .rhombus:before,
  .list-top-cate li:nth-child(4) a:hover .rhombus:before,
  .list-top-cate li:nth-child(5) a:hover .rhombus:before,
  .list-top-cate li:nth-child(6) a:hover .rhombus:before,
  .list-top-cate li:nth-child(7) a:hover .rhombus:before,
  .list-top-cate li:nth-child(8) a:hover .rhombus:before{
    border-right-width: 30px;
  }

  .list-top-cate li:nth-child(1) a .rhombus:after,
  .list-top-cate li:nth-child(2) a .rhombus:after,
  .list-top-cate li:nth-child(3) a .rhombus:after,
  .list-top-cate li:nth-child(4) a .rhombus:after,
  .list-top-cate li:nth-child(5) a .rhombus:after,
  .list-top-cate li:nth-child(6) a .rhombus:after,
  .list-top-cate li:nth-child(7) a .rhombus:after,
  .list-top-cate li:nth-child(8) a .rhombus:after,
  .list-top-cate li:nth-child(1) a:hover .rhombus:after,
  .list-top-cate li:nth-child(2) a:hover .rhombus:after,
  .list-top-cate li:nth-child(3) a:hover .rhombus:after,
  .list-top-cate li:nth-child(4) a:hover .rhombus:after,
  .list-top-cate li:nth-child(5) a:hover .rhombus:after,
  .list-top-cate li:nth-child(6) a:hover .rhombus:after,
  .list-top-cate li:nth-child(7) a:hover .rhombus:after,
  .list-top-cate li:nth-child(8) a:hover .rhombus:after{
	border-left-width: 30px;
  }

  .list-top-cate li figure,
  .list-top-cate li figure img {
	width: 40px;
	height: 40px;
  }

  .list-top-cate .text {
    font-size: 16px;
    margin-top: 20px;
  }
  .list-top-cate a:hover .text {
		font-size: 18px;
		margin-top: 18px;
  }
}


/* sec-top-news
---------------------------------------------------------- */

.sec-top-news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}

.box-news-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.box-news-heading .link-news {
  display: inline-block;
  padding-right: 20px;
  background-image: url(/common/img/hospital/common/ico_link_02.png);
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1.1;
}

.box-news-content {
  min-height: 100px;
}

/*.box-news-content .tab-content {
  display: none;
}*/

.list-news-01 li {
  padding: 8px 0;
  overflow: hidden;
}

.list-news-01 .date {
  float: left;
  width: 120px;
  color: #000;
}

.list-news-01 .txt-link {
  overflow: hidden;
}

.list-news-01 .txt-cmn-link {
  color: #000;
}
  .select-news-tab .list-tab a.is-active {
    background-color: #5387DB;
    color: #fff;
  }

@media screen and (min-width: 769px) {
  .select-news-tab .select {
    display: none;
  }
  .select-news-tab .list-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .select-news-tab .list-tab li {
    margin-left: 20px;
  }
  .select-news-tab .list-tab li:first-child {
    margin-left: 0;
  }
  .select-news-tab .list-tab a {
    position: relative;
    display: block;
    min-width: 150px;
    padding: 8px;
    background-color: #fff;
    color: #aaa;
    line-height: 1.1;
    text-align: center;
  }
  .select-news-tab .list-tab a.is-active:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #5387DB;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 990px) {
  .sec-top-news .box-news-heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sec-top-news .box-news-heading .select-news-tab {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .sec-top-news .box-news-heading .select-news-tab li {
    width: 25%;
    margin: 0;
    padding: 1%;
  }
  .sec-top-news .box-news-heading .select-news-tab a {
    min-width: auto;
    max-width: 100%;
  }
  .sec-top-news .box-news-heading .link-news {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .sec-top-news {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .box-news-heading {
    display: block;
    margin-bottom: 15px;
  }
  .box-news-heading .link-news {
    display: none;
  }
  .select-news-tab {
    position: relative;
  }
  .select-news-tab .select {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    line-height: 26px;
  }
  .select-news-tab .select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 27px;
    height: 24px;
    background: url(/common/img/hospital/common/ico_select_01.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .select-news-tab .list-tab {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
  }
  .select-news-tab .list-tab li {
    width: 100% !important;
  }
  .select-news-tab .list-tab a {
    display: block;
    padding: 5px;
    text-align: center;
  }
  .list-news-01 li {
    padding: 6px 0;
  }
  .list-news-01 .date {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .list-news-01 .txt-cmn-link:before {
    top: 6px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


/* sec-top-cooperation
---------------------------------------------------------- */

.sec-top-cooperation {
  padding: 70px 0 55px;
  background-image: url(/common/img/hospital/chuo/bg_cooperation_pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-top-cooperation .ttl-cmn-section {
  margin-bottom: 35px;
}

.sec-top-cooperation .ttl-cmn-section .txt-jp {
  letter-spacing: 0.3em;
}

.sec-top-cooperation .box-cooperation {
  width: 630px;
  margin: 0 auto;
  padding: 30px 25px 22px;
  background-color: #fff;
}

.sec-top-cooperation .box-cooperation .title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
  text-align: center;
}

.sec-top-cooperation .box-cooperation .text {
  margin-bottom: 20px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sec-top-cooperation {
    padding: 35px 15px 15px;
    background-image: url(/common/img/hospital/chuo/bg_cooperation_sp.jpg);
  }
  .sec-top-cooperation .ttl-cmn-section {
    margin-bottom: 20px;
  }
  .sec-top-cooperation .box-cooperation {
    width: 100%;
    padding: 20px 15px 10px;
  }
  .sec-top-cooperation .box-cooperation .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .sec-top-cooperation .box-cooperation .text {
    margin-bottom: 20px;
    font-size: 13px;
  }
}


/* sec-top-access
---------------------------------------------------------- */

.sec-top-access {
  padding-top: 65px;
  padding-bottom: 60px;
}

.sec-top-access .map {
  position: relative;
  padding-top: 29.24%;
  margin-bottom: 30px;
}

.sec-top-access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-top-access .box-info .title {
  margin-bottom: 10px;
}

.sec-top-access .box-info .address {
  margin-bottom: 15px;
}

.sec-top-access .box-info .list-contact .box {
  padding-left: 30px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 1.1;
  color: #5387DB;
}

.sec-top-access .box-info .list-contact .box-tel {
  background-image: url(/common/img/hospital/common/ico_tel_01.png);
  background-size: 18px 18px;
}

.sec-top-access .box-info .list-contact .box-fax {
  background-image: url(/common/img/hospital/common/ico_print.png);
  background-size: 21px 18px;
}

.sec-top-access .box-time dt {
  float: left;
  width: 108px;
  margin-bottom: 10px;
}

.sec-top-access .box-time dt:last-of-type {
  margin-bottom: 0;
}

.sec-top-access .box-time dd {
  padding-left: 108px;
  margin-bottom: 10px;
}

.sec-top-access .box-time dd:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .sec-top-access .box-info {
    width: 50%;
    float: left;
  }
  .sec-top-access .box-info .list-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
  }
  .sec-top-access .box-info .list-contact li {
    margin-left: 20px;
  }
  .sec-top-access .box-time {
    width: 50%;
    padding-left: 10px;
    float: right;
  }
}

@media screen and (max-width: 768px) {
  .sec-top-access {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec-top-access .map {
    padding-top: 86.2%;
    margin-bottom: 15px;
  }
  .sec-top-access .box-info {
    margin-bottom: 25px;
  }
  .sec-top-access .box-info .title {
    margin-bottom: 15px;
  }
  .sec-top-access .box-info .address {
    margin-bottom: 12px;
  }
  .sec-top-access .box-info .list-contact li {
    margin-bottom: 12px;
  }
  .sec-top-access .box-info .list-contact li:last-child {
    margin-bottom: 0;
  }
  .sec-top-access .box-time dt {
    width: 95px;
    margin-bottom: 12px;
  }
  .sec-top-access .box-time dd {
    padding-left: 95px;
    margin-bottom: 12px;
  }
	.sec-top-access .box-info .list-contact .box {
		font-size: 18px;
	}
}


/* sec-inner-access
---------------------------------------------------------- */

.sec-inner-access {
  padding-top: 10px;
}

.sec-inner-access .box-content {
  overflow: hidden;
}

.sec-inner-access .box-info {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}

.sec-inner-access .box-time {
  padding-left: 0;
}

.sec-inner-access .box-time dt {
  float: none;
  width: 100%;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: bold;
  background: url(/common/img/hospital/common/ico_train_01.png) no-repeat left .1em;
  background-size: 24px;
}

.sec-top-access.sec-inner-access .box-time dt:last-of-type {
  margin-bottom: 10px;
}

.sec-inner-access .box-time:last-child dt {
  background: url(/common/img/hospital/common/ico_car_01.png) no-repeat left .1em;
  background-size: 24px;
}

.sec-inner-access .box-time.parking {
	float: none;
	width: 100%;
	margin-top: 25px;
}

.sec-inner-access .box-time.parking:last-child dt {
  background: url(/common/img/hospital/common/ico_parking.png) no-repeat left .1em;
  background-size: 24px;
}

.sec-inner-access .box-time dd {
  padding-left: 0;
}

.sec-inner-access .box-time dd ul {
  padding-left: 1.8em;
}

.sec-inner-access .box-time dd ul li {
  list-style: outside;
}

.sec-inner-access .box-time dd ul li ol.list_decimal {
  padding: 0 0 0 1em;
  margin: 0;
}

.sec-inner-access .box-time dd ul li ol.list_decimal li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -1.6em;
}

.sec-inner-access .box-time dd ul li ol.list_decimal li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.sec-inner-access .box-time dd ul.list-sub {
	padding-left: 0;
}

.sec-inner-access .box-time dd ul.list-sub li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
}

.sec-inner-access .box-time p {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .sec-inner-access .box-time {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .sec-inner-access .box-time:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-inner-access .box-info,
  .sec-inner-access .box-time {
    margin-bottom: 25px;
  }
  .sec-inner-access .box-time:last-child {
    margin-bottom: 0;
  }
}


/* ==========================================================
 News
========================================================== */


/* mod-news-list
---------------------------------------------------------- */

.mod-news-list {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 60px;
}

.mod-news-list .select-years {
  width: 150px;
}

@media screen and (min-width: 769px) {
  .mod-news-list .box-news-heading {
    margin-bottom: 20px;
  }
  .mod-news-list .select-news-tab {
    padding-right: 20px;
  }
  .mod-news-list .select-news-tab a {
    background-color: #f8f8f8;
  }
  .mod-news-list .list-news-01 {
    margin-bottom: 60px;
    background: url(/common/img/hospital/common/bg_dotted_line.jpg) 0 0 repeat-x;
  }
  .mod-news-list .list-news-01 li {
    padding: 20px 0;
    background: url(/common/img/hospital/common/bg_dotted_line.jpg) 0 bottom repeat-x;
  }
  .mod-news-list .list-news-01 li:first-child {
    border-top: 1px dotted #ddd;
  }
}

@media screen and (max-width: 768px) {
  .mod-news-list {
    padding-top: 0;
    padding-bottom: 45px;
  }
  .mod-news-list .list-news-01 {
    margin-bottom: 40px;
  }
}


/* nav-cmn-pagination
---------------------------------------------------------- */

.nav-cmn-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-cmn-pagination>* {
  margin-left: 10px;
}

.nav-cmn-pagination>*:first-child {
  margin-left: 0;
}

.nav-cmn-pagination .number,
.nav-cmn-pagination .dot {
  position: relative;
  width: 30px;
  height: 30px;
  padding-top: 8px;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 1;
}

.nav-cmn-pagination .number.is-active {
  background-color: #5387DB;
  color: #fff;
}

.nav-cmn-pagination .dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  background: url(/common/img/hospital/common/ico_dot.png) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-cmn-pagination .btn {
  width: 100px;
  height: 30px;
  padding-top: 9px;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 1;
}

.nav-cmn-pagination .btn .txt-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-cmn-pagination>* {
    margin-left: 6px;
  }
  .nav-cmn-pagination .btn {
    width: 30px;
    height: 30px;
    padding-top: 7px;
  }
  .nav-cmn-pagination .btn .txt-pc {
    display: none;
  }
  .nav-cmn-pagination .btn .txt-sp {
    display: inline-block;
  }
}


/* article-news-detail
---------------------------------------------------------- */

.article-news-detail {
  padding-top: 10px;
  padding-bottom: 60px;
}

.article-news-detail .heading-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.article-news-detail .heading-post .date {
  color: #000;
  font-weight: bold;
}

.article-news-detail .heading-post .tag {
  margin-left: 34px;
  padding: 4px 7px;
  border: 1px solid #5387DB;
  color: #5387DB;
  line-height: 1;
}

.article-news-detail .ttl-news {
  margin-bottom: 35px;
  padding-bottom: 12px;
  border-bottom: 3px solid #5387DB;
  font-size: 24px;
}

.article-news-detail .txt-para {
  margin-bottom: 40px;
  line-height: 1.8;
}

.article-news-detail .btn-pdf {
  display: block;
  max-width: 800px;
  padding: 3px;
  margin: 0 auto 40px;
  border: 1px solid #5387DB;
  text-align: center;
}

.article-news-detail .btn-pdf .txt-cmn-link {
  padding-right: 24px;
  background-image: url(/common/img/hospital/common/ico_pdf.png);
  background-position: right center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .article-news-detail {
    padding-right: 80px;
    padding-left: 80px;
  }
  .article-news-detail .list-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .article-news-detail .list-images li {
    width: 50%;
    margin-bottom: 40px;
  }
  .article-news-detail .list-images li:nth-child(odd) {
    padding-right: 2.1%;
  }
  .article-news-detail .list-images li:nth-child(even) {
    padding-left: 2.1%;
  }
  .article-news-detail .list-images li img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .article-news-detail {
    padding-top: 10px;
    padding-bottom: 45px;
  }
  .article-news-detail .heading-post {
    margin-bottom: 10px;
  }
  .article-news-detail .heading-post .date {
    font-size: 12px;
  }
  .article-news-detail .heading-post .tag {
    margin-left: 10px;
    padding: 3px 4px;
    font-size: 11px;
  }
  .article-news-detail .ttl-news {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-width: 2px;
    font-size: 22px;
    line-height: 1.2;
  }
  .article-news-detail .txt-para {
    margin-bottom: 25px;
  }
  .article-news-detail .btn-pdf {
    margin-top: 10px;
    padding: 8px;
  }
  .article-news-detail .btn-pdf .txt-cmn-link {
    padding-right: 20px;
  }
  .article-news-detail .list-images {
    margin-bottom: 40px;
  }
  .article-news-detail .list-images li {
    margin-bottom: 30px;
  }
  .article-news-detail .list-images li:last-child {
    margin-bottom: 0;
  }
  .article-news-detail .list-images li img {
    width: 100%;
  }
}


/* ==========================================================
 Outpatient
========================================================== */


/* article-outpatient
---------------------------------------------------------- */

.article-outpatient .sec-top-news {
  padding-top: 0;
  background-color: #fff;
}

.article-outpatient .sec-top-news .list-news-01 li:first-child {
  padding-top: 0;
}


/* sec-outpatient-nav
---------------------------------------------------------- */

.sec-outpatient-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F8F8F8;
  border-top: 1px solid #DFDFD0;
  border-bottom: 1px solid #DFDFD0;
}

.sec-outpatient-nav .box-medical-treatment .title {
  position: relative;
  left: 50%;
  display: inline-block;
  padding: 0 40px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #5387DB;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-outpatient-nav .box-medical-treatment .title:before,
.sec-outpatient-nav .box-medical-treatment .title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #5387DB;
}

.sec-outpatient-nav .box-medical-treatment .title:before {
  left: -15px;
}

.sec-outpatient-nav .box-medical-treatment .title:after {
  right: -15px;
}

.sec-outpatient-nav .box-medical-treatment .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.8%;
}

.sec-outpatient-nav .box-medical-treatment .list-nav li {
  width: 50%;
  padding: 0 1.8%;
}

.sec-outpatient-nav .box-medical-treatment .list-nav a {
  position: relative;
  display: block;
  padding: 15px 15px 15px 60px;
  background-color: #fff;
  background-position: 10px center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  line-height: 1.1;
}

.sec-outpatient-nav .box-medical-treatment .list-nav a.recipients {
  background-image: url(/common/img/hospital/common/ico_cate_01.png);
}

.sec-outpatient-nav .box-medical-treatment .list-nav a.vaccination {
  background-image: url(/common/img/hospital/common/ico_cate_06.png);
}

.sec-outpatient-nav .box-medical-treatment .list-nav a:before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -2px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #5387DB;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .sec-outpatient-nav .nav-anchor {
    margin-bottom: 35px;
  }
  .sec-outpatient-nav .nav-anchor .select {
    display: none;
  }
  .sec-outpatient-nav .nav-anchor .list-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
  }
  .sec-outpatient-nav .nav-anchor .list-anchor li {
    width: 50%;
    padding: 0 2%;
  }
  .sec-outpatient-nav .nav-anchor .list-anchor a {
    display: block;
    position: relative;
    padding: 15px 0 12px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 5px solid #5387DB;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.15em;
  }
  .sec-outpatient-nav .nav-anchor .list-anchor a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .article-outpatient .ttl-cmn-section {
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-outpatient-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sec-outpatient-nav .nav-anchor {
    position: relative;
    margin-bottom: 25px;
  }
  .sec-outpatient-nav .nav-anchor .select {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    line-height: 26px;
  }
  .sec-outpatient-nav .nav-anchor .select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 27px;
    height: 24px;
    background: url(/common/img/hospital/common/ico_select_01.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sec-outpatient-nav .nav-anchor .list-anchor {
    display: none;
    position: absolute;
    /* top: 28px; */
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
  }
  .sec-outpatient-nav .nav-anchor .list-anchor a {
    display: block;
    padding: 5px;
    text-align: center;
  }
  .sec-outpatient-nav .box-medical-treatment .title {
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.1;
  }
  .sec-outpatient-nav .box-medical-treatment .title:before,
  .sec-outpatient-nav .box-medical-treatment .title:after {
    display: none;
  }
  .sec-outpatient-nav .box-medical-treatment .list-nav {
    display: block;
    margin: 0;
  }
  .sec-outpatient-nav .box-medical-treatment .list-nav li {
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
  }
  .sec-outpatient-nav .box-medical-treatment .list-nav li:last-child {
    margin-bottom: 0;
  }
  .sec-outpatient-nav .box-medical-treatment .list-nav a {
    padding: 13px 13px 13px 60px;
    background-position: 15px center;
    background-size: 30px 30px;
  }
}


/* sec-diagnosis
---------------------------------------------------------- */

.sec-diagnosis {
  padding-top: 30px;
  padding-bottom: 50px;
}

.list-diagnosis-links a,
.list-diagnosis-links span{
  display: block;
  padding: 6px;
  border: 1px solid #5387DB;
  font-weight: bold;
  text-align: center;
  font-size:16px;
}
.list-diagnosis-links span.no-border {
	border: none;
	padding: 0;
}


.list-diagnosis-links03 a,
.list-diagnosis-links03 span{
  display: block;
  padding: 6px;
  border: 1px solid #78B97F;
  font-weight: bold;
  text-align: center;
}
.list-diagnosis-links03 span.no-border {
	border: none;
	padding: 0;
}

@media screen and (min-width: 769px) {
  .list-diagnosis-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px -2% 0;
  }
  .list-diagnosis-links li {
    width: 33.33%;
    padding: 0 2%;
    margin-bottom: 10px;
  }
}


@media screen and (min-width: 769px) {
  .list-diagnosis-links03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px -2% 0;
  }
  .list-diagnosis-links03 li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 768px) {
  .sec-diagnosis {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .list-diagnosis-links li {
    margin-bottom: 5px;
  }
  .list-diagnosis-links a,
	.list-diagnosis-links span{
    display: block;
    padding: 6px;
  }
}

@media screen and (max-width: 768px) {
  .sec-diagnosis {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .list-diagnosis-links03 li {
    margin-bottom: 5px;
  }
  .list-diagnosis-links03 a,
	.list-diagnosis-links03 span{
    display: block;
    padding: 6px;
  }
}




/* sec-information
---------------------------------------------------------- */

.sec-information {
  padding-top: 60px;
  padding-bottom: 30px;
}

.table-information {
  width: 100%;
}

.table-information th {
  vertical-align: middle;
  width: 30%;
  padding: 8px;
  background-color: #F6F9FD;
  border: 1px solid #ccc;
  text-align: center;
}

.table-information td {
  vertical-align: middle;
  width: 70%;
  padding: 8px 8px 8px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .sec-information {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .table-information {
    display: block;
  }
  .table-information tbody {
    display: block;
  }
  .table-information tr {
    display: block;
  }
  .table-information tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
  .table-information th {
    display: block;
    width: 100%;
    padding: 4px;
  }
  .table-information td {
    display: block;
    width: 100%;
    padding: 4px;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
  }
}


/* sec-schedule
---------------------------------------------------------- */

.sec-schedule {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .sec-schedule .ttl-cmn-section {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
}

.mod-table {
  margin-bottom: 15px;
}

.mod-table .txt-date {
  text-align: right;
}

.mod-table .mod-table-in {
  overflow: auto;
}

.mod-table .bdb-dotted {
  border-bottom: 1px dotted #ccc;
}

.mod-table .bdt-none {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .mod-table .mod-table-in {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) 0 0/20px 100%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right/20px 100%;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

.table-schedule {
  width: 1080px;
}

.table-schedule small {
  display: block;
  font-size: 11px;
}

.table-schedule .txt-red {
  color: #D90000;
}

.table-schedule thead th {
  height: 40px;
}

.table-schedule th,
.table-schedule td {
  width: 120px;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 1.4;
}

.table-schedule th {
  background-color: #F6F9FD;
}

.table-schedule th.col-01 {
  width: 120px;
}

.table-schedule th.col-02 {
  width: 240px;
}

.table-schedule th.col-03 {
  width: 360px;
}

.table-schedule td {
  height: 50px;
}

@media screen and (max-width: 768px) {
  .table-schedule {
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #fff 15px) 0 0/50px 100%, -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff 15px) right/50px 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), #fff 15px) right/50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
  }
}

.list-note li {
  position: relative;
  padding-left: 15px;
  line-height: 1.8;
}

.list-note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .sec-schedule {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.dr_list{
	margin-bottom:40px;
}

.dr_listg{
	margin-bottom:40px;
}

.dr_list ul {
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.dr_listg ul {
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.dr_list ul li {
    width: 48%;
    list-style: none;
    padding-bottom: 30px;
    margin-bottom: 0;
    position: relative;
	background-color:#F6F9FD;
}

.dr_listg ul li {
    width: 48%;
    list-style: none;
    padding-bottom: 30px;
    margin-bottom: 0;
    position: relative;
	background-color:#f9fced;
}


.dr_list ul li:first-child{
    margin-right:4%;
}
.dr_list ul img {
    width:100%;
    margin:0;
    padding:0;
}
.dr_list ul li h4 {
    font-weight:bold;
    font-size:110%;
    text-align:center;
    margin-bottom:15px;
    margin-top:20px;
}

.dr_list ul li p {
    padding:0 9%;
    font-size:90%;
}

.dr_listg ul li:first-child{
    margin-right:4%;
}
.dr_listg ul img {
    width:100%;
    margin:0;
    padding:0;
}
.dr_listg ul li h4 {
    font-weight:bold;
    font-size:110%;
    text-align:center;
    margin-bottom:15px;
    margin-top:20px;
}

.dr_listg ul li p {
    padding:0 9%;
    font-size:90%;
}

.dr_list .prof {
  padding:0 9%;
  font-size:84%;
}
.dr_list .prof_group {
  display: flex;
}
.dr_list .prof_group dt {
  flex: 0 0 auto;
  margin-right: 4px;
}
.dr_list .prof_group dt::after {
  content: '：';
  display: inline;
}
.dr_list .prof_group dd {
  flex: 1 1 auto;
}


@media screen and (max-width: 768px) {
  .dr_list .prof_group {
    display: block;
  }
  .dr_list .prof_group dt {
    border-top: 1px #ccc solid;
    font-weight: bold;
  }
  .dr_list .prof_group dt::after {
    display: none;
  }
  .dr_list .prof_group dd {
    padding-left: 1em;
    font-size: 90%;
  }
}

/* ==========================================================
 About
========================================================== */


/* article-about
---------------------------------------------------------- */

.article-about .sec-top-lead {
  margin-bottom: 50px;
}

.article-about .sec-top-lead h3 {
  margin-bottom: 50px;
}

.article-about .box-menu .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.8%;
}

.article-about .box-menu .list-nav li {
  width: 50%;
  padding: 0 1.8%;
  margin-bottom: 20px;
}

.article-about .box-menu .list-nav a {
  position: relative;
  display: block;
  padding: 20px 15px 20px 15px;
  background-color: #fff;
  background-position: 10px center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
}

.article-about .box-menu .list-nav a:before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -2px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #5387DB;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.article-about .sec-idea {
  background: url(/common/img/hospital/chuo/bg_about.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 50px;
}

.article-about .sec-idea p {
  font-size: 20px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .article-about .sec-top-lead {
    margin-bottom: 30px;
  }
  .article-about .sec-top-lead h3 {
    margin-bottom: 20px;
  }
  .article-about .box-menu .list-nav li {
    width: 100%;
    padding: 0 1.8%;
    margin-bottom: 1%;
  }
  .article-about .box-menu .list-nav a {
    padding: 15px;
  }
  .article-about .sec-idea {
    padding: 35px 0;
    margin-bottom: 30px;
  }
  .article-about .sec-idea p {
    font-size: 18px;
  }
}


/* article-about-feature
---------------------------------------------------------- */

.article-about-feature .title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #5387DB;
}

.article-about-feature .box-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}

.article-about-feature .box-content:first-of-type {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}

.article-about-feature .box-content:last-child {
  margin-bottom: 50px;
  padding-bottom: 0;
  border-bottom: none;
}

.article-about-feature .box-content dl dt {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}

.article-about-feature .box-content dd p {
  margin-bottom: 20px;
}

.article-about-feature .box-content .list {
  background: #F6F9FD;
  padding: 15px;
}

.article-about-feature .box-content ul {
  padding-left: 1.5em;
}

.article-about-feature .box-content ul li {
  list-style: outside;
}

.article-about-feature .box-content .ttl-sub {
  font-weight: bold;
}

.article-about-feature .box-content .list-diagnosis-links {
  padding-left: 0;
}

.article-about-feature .box-content .list-diagnosis-links li {
  list-style: none;
}

.article-about-feature .box-content .list-diagnosis-links .txt-cmn-link {
  padding-right: 24px;
  background-image: url(/common/img/hospital/common/ico_pdf.png);
  background-position: right center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.article-about-feature .box-content .list-diagnosis-links .txt-cmn-link {
	border: none;
	padding: 0 24px 0 0;
}

/* article-about-outline
---------------------------------------------------------- */

.article-about-outline .box-cmn-container {
  padding-bottom: 60px;
}

.article-about-outline .table-information td {
  padding: 8px 20px;
}

@media screen and (max-width: 768px) {
  .article-about-outline .box-cmn-container {
    padding-bottom: 45px;
  }
  .article-about-outline .table-information td {
    padding: 4px;
  }
}


/* article-about-sisetsu
---------------------------------------------------------- */

.article-about-sisetsu .sec-outpatient-nav {
  margin-bottom: 60px;
}

.article-about-sisetsu #sec01,
.article-about-sisetsu #sec02,
.article-about-sisetsu #sec03,
.article-about-sisetsu #sec04,
.article-about-sisetsu #sec05 {
  margin-bottom: 60px;
}

.article-about-sisetsu .sec-sisetsu {
  margin-bottom: 40px;
}

.article-about-sisetsu #sec01 .ttl-cmn-section .txt-jp,
.article-about-sisetsu #sec02 .ttl-cmn-section .txt-jp {
  font-size: 26px;
}

.article-about-sisetsu .title-02 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #5387DB;
}

.article-about-sisetsu .box-content {
  background: #F6F9FD;
  padding: 15px;
  margin-bottom: 30px;
}

.article-about-sisetsu .row {
  margin-bottom: 20px;
}

.article-about-sisetsu .sec-sisetsu:last-child,
.article-about-sisetsu .sec-sisetsu:last-child .row:last-child,
.article-about-sisetsu .box-content:last-child,
.article-about-sisetsu .box-content .row:last-child {
  margin-bottom: 0;
}

.article-about-sisetsu .txt-img {
  float: left;
  width: 55%;
}

.article-about-sisetsu div.txt-img dl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.article-about-sisetsu div.txt-img dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.article-about-sisetsu .txt-img dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.article-about-sisetsu .box-photo {
  float: right;
  width: 43%;
  text-align: center;
}

.article-about-sisetsu .box-photo .ph-img {
  display: inline-block;
  /*	width: 45%;*/
  margin: 0 2%;
}

.article-about-sisetsu .box-photo .ph-img img {
  /*	width: 100%;*/
}

.article-about-sisetsu .list {
  padding-left: 1.5em;
}

.article-about-sisetsu .list li {
  list-style: outside;
}

.article-about-sisetsu .box-help {
  color: #fff;
  text-align: center;
  background: #5387DB;
  padding: 10px;
  max-width: 769px;
  margin: 0 auto;
}

.article-about-sisetsu .box-help-in {
  border: 4px double #fff;
  padding: 20px 10px;
}

.article-about-sisetsu p {
  margin-bottom: 20px;
}

.article-about-sisetsu p:last-child {
  margin-bottom: 0;
}

.article-about-sisetsu .txt-em {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .article-about-sisetsu .sec-outpatient-nav .nav-anchor {
    margin-bottom: 0;
  }
  .article-about-sisetsu .sec-outpatient-nav .nav-anchor .list-anchor li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .article-about-sisetsu .sec-outpatient-nav {
    margin-bottom: 35px;
  }
  .article-about-sisetsu .box-content {
    margin-bottom: 20px;
  }
  .article-about-sisetsu #sec01 .ttl-cmn-section .txt-jp,
  .article-about-sisetsu #sec02 .ttl-cmn-section .txt-jp,
  .article-about-sisetsu #sec03 .ttl-cmn-section .txt-jp,
  .article-about-sisetsu #sec04 .ttl-cmn-section .txt-jp,
  .article-about-sisetsu #sec05 .ttl-cmn-section .txt-jp  {
    font-size: 20px;
  }
  .article-about-sisetsu .title-02 {
    font-size: 18px;
  }
  .article-about-sisetsu #sec01,
  .article-about-sisetsu #sec02,
  .article-about-sisetsu #sec03,
  .article-about-sisetsu #sec04,
  .article-about-sisetsu #sec05 {
    margin-bottom: 40px;
  }
  .article-about-sisetsu .sec-outpatient-nav .nav-anchor {
    margin-bottom: 0;
  }
  .article-about-sisetsu .sec-sisetsu {
    margin-bottom: 30px;
  }
  .article-about-sisetsu .txt-img,
  .article-about-sisetsu .box-photo {
    float: none;
    width: 100%;
  }
  .article-about-sisetsu .box-photo {
    margin-top: 20px;
  }
  .article-about-sisetsu .txt-em {
    font-size: 16px;
  }
}


/* article-about-medical
---------------------------------------------------------- */

.article-about-medical .box-content:first-of-type {
  border-top: none;
}

.article-about-medical .box-content:last-child {
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}

.article-about-medical .box-yakkyoku .box-container {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: flex-start;
}

.article-about-medical .box-yakkyoku.center .box-container {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: center;
}

.article-about-medical .box-yakkyoku .box-container .box-items {
  padding-right: 1em;
}

.article-about-medical .box-yakkyoku p {
  text-align: center;
  margin-bottom: .5em;
}

.article-about-medical .box-yakkyoku img {
  margin-bottom: .3em;
}

.article-about-medical .box-help {
  color: #fff;
  text-align: center;
  background: #5387DB;
  padding: 10px;
  max-width: 769px;
  margin: 0 auto;
}

.article-about-medical .box-help-in {
  border: 4px double #fff;
  padding: 20px 10px;
}

.article-about-medical .box-help img {
  vertical-align: middle;
}

.article-about-medical .box-help a {
  color: #FFF;
}
.article-about-medical .box-help a:hover .box-help-in {
  opacity: .5;
}

.article-about-medical .txt-em {
  font-weight: bold;
  font-size: 20px;
}

.article-about-medical .txt-em-2 {
  font-weight: 600;
  font-size: 24px;
}

.article-about-medical .txt-em-2 a {
  color: #fff;
}

.article-about-medical .box-message {
  background: #F5FAFD;
	padding: 15px;
	margin-bottom: 30px;
}



@media screen and (max-width: 768px) {
  .article-about-feature .title {
    font-size: 20px;
  }
  .article-about-feature .box-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .article-about-feature .box-content:first-of-type {
    padding-top: 20px;
  }
  .article-about-feature .box-content:last-child {
    margin-bottom: 30px;
  }
  .article-about-feature .box-content dl dt {
    font-size: 18px;
  }
  .article-about-feature .box-content .list {
    padding: 10px;
  }
  .article-about-feature .box-content .ttl-sub {
    margin-bottom: 3px;
  }
  .article-about-medical .box-content:first-of-type {
    padding-top: 0;
  }
  .article-about-medical .box-content:last-child {
    padding-bottom: 20px;
  }
}


/* ==========================================================
 Ambulatory
========================================================== */


/* article-amb-exam
---------------------------------------------------------- */

.article-amb-exam .table-flow {
  text-align: center;
}

.article-amb-exam .table-flow th,
.article-amb-exam .table-flow td {
  width: 50%;
  text-align: center;
}

.article-amb-exam .table-flow .ttl-flow {
  color: #fff;
  background: #5387DB;
  padding: 10px;
}

.article-amb-exam .table-flow ul li {
  margin-bottom: 40px;
}

.article-amb-exam .table-flow ul li.col-sm-6:nth-child(1),
.article-amb-exam .table-flow ul li.col-sm-6:nth-child(2) {
  margin-bottom: 20px;
}

.article-amb-exam .table-flow ul li .wrap-flow {
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
}

.article-amb-exam .table-flow ul li .wrap-flow:after {
  content: url(/common/img/arrow03.png);
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.article-amb-exam .table-flow ul li:last-child .wrap-flow:after {
  content: none;
}

.article-amb-exam .table-flow .wrap-flow h5 {
  color: #5387DB;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.article-amb-exam .table-flow .wrap-flow h5:last-child {
  margin-bottom: 0;
}

.article-amb-exam .table-flow ul li .con-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.article-amb-exam #sec02 .box-content {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .article-amb-exam .table-flow ul li {
    margin-bottom: 30px;
  }
  .article-amb-exam .table-flow ul li .wrap-flow:after {
    bottom: -32px;
  }
	.article-amb-exam .table-flow .wrap-flow h5 {
		font-size: 18px;
	}
}


/* article-amb-vacci
---------------------------------------------------------- */

.article-amb-vacci .lead-txt {
  text-align: center;
  margin-bottom: 40px !important;
  font-size: 16px;
}

.article-amb-vacci .table-schedule thead th:nth-child(1),
.article-amb-vacci .table-schedule thead th:nth-child(3) {
  width: 200px;
}

.article-amb-vacci .table-schedule thead th:nth-child(2) {
  width: 680px;
}

@media screen and (max-width: 768px) {
  .article-amb-vacci .lead-txt {
    margin-bottom: 30px !important;
    font-size: 14px;
  }
  .article-amb-vacci .table-schedule {
    width: 680px;
  }
  .article-amb-vacci .table-schedule thead th:nth-child(1),
  .article-amb-vacci .table-schedule thead th:nth-child(3) {
    width: 130px;
  }
  .article-amb-vacci .table-schedule thead th:nth-child(2) {
    width: 420px;
  }
}


/* ==========================================================
 Hospitalization
========================================================== */


/* article-hos-gui
---------------------------------------------------------- */

.article-hos-gui .sec-outpatient-nav {
  margin-bottom: 60px;
}

.article-hos-gui .section-exam {
  margin-bottom: 60px;
}

.article-hos-gui .title-02 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #5387DB;
}

.article-hos-gui .title-03 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.article-hos-gui .title-03 span {
  font-size: 20px;
  margin-right: 5px;
}

.article-hos-gui .box-con-small {
  margin-bottom: 30px;
}

.article-hos-gui .box-con-small.border-btm {
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}

.article-hos-gui .box-con-small p {
  margin-bottom: 10px;
}

.article-hos-gui .box-con-small p:last-child {
  margin-bottom: 0;
}

.article-hos-gui .list-01 {
  margin-bottom: 20px;
}

.article-hos-gui .list-01 dt {
  font-weight: bold;
  margin-bottom: 3px;
}

.article-hos-gui .list-01 dd {
  background: #F6F9FD;
  padding: 10px;
}

.article-hos-gui .list-02 {
  background: #F6F9FD;
  padding: 20px;
  margin-bottom: 20px;
}

.article-hos-gui .list-02 dt {
  font-weight: bold;
}

.article-hos-gui .list-02 dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.article-hos-gui .list-02 .col-sm-6 dl:last-child {
  margin-bottom: 0;
}

.article-hos-gui .list-note {
  font-size: 15px;
}

.article-hos-gui .list-note dt {
  font-weight: bold;
}

.article-hos-gui .list-note dd {
  margin-bottom: 10px;
}

.article-hos-gui .photo img {
  width: 100%;
}

.article-hos-gui #sec05 .row-10 p {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .article-hos-gui .sec-outpatient-nav .nav-anchor {
    margin-bottom: 0;
  }
  .article-hos-gui .sec-outpatient-nav .nav-anchor .list-anchor li {
    width: 25%;
    padding: 0 .5%;
  }
  .article-hos-gui p.photo-ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .article-hos-gui .sec-outpatient-nav {
    margin-bottom: 40px;
  }
  .article-hos-gui .title-02 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .article-hos-gui .title-03 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .article-hos-gui .title-03 span {
    font-size: 18px;
    margin-right: 3px;
  }
  .article-hos-gui .table-schedule {
    width: 770px;
  }
  .article-hos-gui .box-con-small {
    margin-bottom: 20px;
  }
  .article-hos-gui .box-con-small.border-btm {
    padding-bottom: 20px;
  }
  .article-hos-gui .section-exam {
    margin-bottom: 40px;
  }
  .article-hos-gui #sec05 .row-10 p {
    margin-top: 2px;
    margin-bottom: 10px;
  }
  .article-hos-gui .list-02 {
    padding: 15px;
    margin-bottom: 15px;
  }
  .article-hos-gui .list-02 .col-sm-6 dl:last-child {
    margin-bottom: 15px;
  }
  .article-hos-gui .list-02 .col-sm-6:last-child dl:last-child {
    margin-bottom: 0;
  }
	.article-hos-gui .list-note {
		font-size: 13px;
	}
}


/* article-hos-reg
---------------------------------------------------------- */

.article-hos-reg .sec-top-lead {
  margin-bottom: 40px;
}

.article-hos-reg .box-content:last-child {
  margin-bottom: 40px;
}

.article-hos-reg .table-flow ul.list-diagnosis-links {
  max-width: 769px;
  margin: 0 auto;
}

.article-hos-reg .table-flow ul.list-diagnosis-links li {
  margin-bottom: 0;
}

.article-hos-reg .table-flow ul.list-diagnosis-links .txt-cmn-link {
  padding-right: 24px;
  background-image: url(/common/img/hospital/common/ico_pdf.png);
  background-position: right center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .article-hos-reg .table-flow ul.list-diagnosis-links li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .article-hos-reg .table-flow ul.list-diagnosis-links li:first-child {
    margin-bottom: 10px;
  }
}


/* sec-sitemap
---------------------------------------------------------- */

.sec-sitemap {
  padding-top: 10px;
  padding-bottom: 60px;
}

.sec-sitemap .box-content {
  margin-bottom: 30px;
}

.sec-sitemap .box-content:last-child {
  margin-bottom: 0;
}

.sec-sitemap .box-content h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

.sec-sitemap .box-content h3 a {
  background: url(/common/img/hospital/common/ico_link_02.png) no-repeat left .3em;
  padding-left: 20px;
	font-weight: 500;
}

.sec-sitemap .box-content ul.list-sub-01 li {
  border-bottom: 1px dotted #cccccc;
}

.sec-sitemap .box-content ul.list-sub-01 li a {
  padding-top: 3px;
  padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .sec-sitemap {
    padding-top: 0;
    padding-bottom: 45px;
  }
  .sec-sitemap .box-content {
    margin-bottom: 20px;
  }
  .sec-sitemap .box-content h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .sec-sitemap .box-content h3 a {
    background-position: left .25em;
  }
  .sec-sitemap .box-content ul.list-sub-01 {
    padding: 0;
    border-top: none;
  }
  .sec-sitemap .box-content ul.list-sub-01 li a {
    color: #3e3a39;
  }
  .sec-sitemap .box-content ul.list-sub-01 .txt-cmn-link:before {
    border-left: 6px solid #5387DB !important;
  }
}


/* sec-examination
---------------------------------------------------------- */

.sec-examination .table-schedule thead th {
  width: 180px;
}

.sec-examination .table-schedule thead th:last-child {
  width: 720px;
}

.sec-examination .table-schedule tbody td:nth-child(3) {
  text-align: left;
  padding: 5px 20px;
}

.sec-examination .row .mod-table .table-schedule {
  width: 100%;
}

.sec-examination .row .table-schedule tbody th {
  width: 400px;
}

.sec-examination .row .mod-table .ttl-sub {
  margin-bottom: 5px;
  font-weight: bold;
}

.box-inquiry {
  max-width: 769px;
  margin: 0 auto;
  margin-bottom:40px;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
}

.box-inquiry .title-02 {
  margin-bottom: 10px;
  color: #333 !important;
}

.box-inquiry .box-tel {
  background-image: url(/common/img/hospital/common/ico_tel_01.png);
  background-size: 18px 18px;
  padding-left: 22px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 1.1;
  color: #5387DB;
}

@media screen and (min-width: 769px) {
  .sec-examination .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
  }
  .sec-examination .row .mod-table {
    width: 50%;
    padding: 0 2%;
  }
  .box-inquiry p {
    display: inline-block;
    margin: 0 1%;
  }
	.box-inquiry p img {
		vertical-align: middle;
	}
}

@media screen and (max-width: 768px) {
  .sec-examination .table-schedule {
    width: 820px;
  }
  .sec-examination .table-schedule thead th {
    width: 130px;
  }
  .sec-examination .table-schedule thead th:last-child {
    width: 560px;
  }
  .article-about-sisetsu p {
    margin-bottom: 10px;
  }
}


/* sec-right
---------------------------------------------------------- */

.sec-right {
  max-width: 920px;
  padding-top: 10px;
  padding-bottom: 60px;
}

.sec-right .lead-txt {
  margin-bottom: 40px;
}

.sec-right .box-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}

.sec-right .box-content:nth-child(2) {
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}

.sec-right .box-content:last-child {
  margin-bottom: 0;
}

.sec-right .box-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.sec-right .box-content ol {
	padding-left: 20px;
}

.sec-right .box-content ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

.sec-right .box-content ol li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sec-right .lead-txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .sec-right .box-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec-right .box-content:nth-child(2) {
    padding-top: 20px;
  }
  .sec-right .box-content h3 {
    font-size: 16px;
  }
}


/* ==========================================================
 chuo theme
========================================================== */
#chuo .article-hos-reg .table-flow ul.list-diagnosis-links .txt-cmn-link {
	border: none;
}
@media screen and (max-width: 768px) {
  #chuo .hero-top .txt-hero {
    width: 70%;
  }
}


/* ==========================================================
 gakken theme
========================================================== */

#gakken {
  /* header */
  /* footer */
  /* ttl-cmn */
  /* txt-cmn */
  /* input select */
  /* nav-cmn-pagination */
  /* btn-cmn */
  /* top page */
  /* news */
  /* outpatient */
}

#gakken .header-search .btn-open-search {
  background-color: #78B97F;
}

#gakken .header-search .box-modal-search .box-search button {
  background-color: #78B97F;
}

#gakken .box-tel {
  background-image: url(/common/img/hospital/common/ico_tel_01_green.png);
  color: #78B97F;
}

#gakken .box-mail {
  background-image: url(/common/img/hospital/common/ico_mail_01_green.png);
  color: #78B97F;
}

#gakken .box-fax {
  background-image: url(/common/img/hospital/common/ico_print_green.png);
  color: #78B97F;
}

#gakken .btn-pagetop {
  background-color: #78B97F;
}

#gakken .footer-top {
  border-color: #DFDFD0;
  background-color: #F2F1ED;
}

#gakken .footer-top .list-footer-menu a {
  border-color: #DFDFD0;
}

#gakken .ttl-cmn-section:before {
  border-right-color: #78B97F;
}

#gakken .ttl-cmn-section:after {
  border-left-color: #78B97F;
}

#gakken .ttl-cmn-section .txt-en {
  margin-top: 0;
  color: #78B97F;
}

#gakken .txt-cmn-link:before {
  border-left-color: #78B97F;
}
#gakken .txt-cmn-link.txt-em-2:before {
  border-left-color: #FFF;
}

#gakken .select-cmn-01:before {
  background-color: #78B97F;
}

#gakken .nav-cmn-pagination .btn,
#gakken .nav-cmn-pagination .dot {
  background-color: #F0EFE8;
}

#gakken .nav-cmn-pagination .number {
  background-color: #F0EFE8;
}

#gakken .nav-cmn-pagination .number.is-active {
  background-color: #78B97F;
}

#gakken .btn-cmn-link {
  background-color: #78B97F;
}

#gakken .btn-cmn-link:before {
  background-image: url(/common/img/hospital/common/ico_link_01_green.png);
}

#gakken .list-top-cate .text:before {
  border-left-color: #78B97F !important;
}

#gakken .sec-sitemap .box-content h3 a {
  background: url(/common/img/hospital/common/ico_link_02_green.png) no-repeat left .3em;
  padding-left: 20px;
}

#gakken .hero-top {
  background-image: url(/common/img/hospital/gakken/img_hero_top.jpg);
	background-position: center 75%;
}

#gakken .sec-top-news {
  background-color: #F2F1ED;
}

#gakken .select-news-tab .list-tab a.is-active {
  background-color: #78B97F;
}

#gakken .select-news-tab .list-tab a.is-active:before {
  border-top-color: #78B97F;
}

#gakken .box-news-heading .link-news {
  background-image: url(/common/img/hospital/common/ico_link_02_green.png);
}

#gakken .sec-top-cooperation {
  background-image: url(/common/img/hospital/gakken/bg_cooperation.jpg);
}

#gakken .mod-news-list .list-tab a {
  background-color: #F0EFE8;
}

#gakken .article-news-detail .tag {
  border-color: #78B97F;
  color: #78B97F;
}

#gakken .article-news-detail .ttl-news {
  border-color: #78B97F;
}

#gakken .article-news-detail .btn-pdf {
  border-color: #78B97F;
}

#gakken .article-outpatient .sec-top-news {
  background-color: #fff;
}

#gakken .sec-outpatient-nav .list-anchor a {
  border-bottom-color: #78B97F;
}

#gakken .sec-outpatient-nav .box-medical-treatment .title {
  color: #78B97F;
}

#gakken .sec-outpatient-nav .box-medical-treatment .title:before,
#gakken .sec-outpatient-nav .box-medical-treatment .title:after {
  background-color: #78B97F;
}

#gakken .sec-outpatient-nav .box-medical-treatment .list-nav a:before {
  border-top-color: #78B97F;
}

#gakken .table-information th,
#gakken .table-schedule th,
#gakken .table-sisetsu th
 {
  background-color: #f9fced;
}

#chuo .table-sisetsu th{
  background-color: #F6F9FD;
}

#gakken .list-diagnosis-links a {
  border-color: #78B97F;
}

#gakken .sec-inner-access .box-time dt {
  background: url(/common/img/hospital/common/ico_train_green.png) no-repeat left .1em;
  background-size: 24px;
}

#gakken .sec-inner-access .box-time:nth-child(2) dt {
  background: url(/common/img/hospital/common/ico_car_green.png) no-repeat left .1em;
  background-size: 24px;
}

#gakken .sec-inner-access .box-time:nth-child(3) dt {
  background: url(/common/img/hospital/common/ico_parking_green.png) no-repeat left .1em;
  background-size: 24px;
}

#gakken .article-about .box-menu .list-nav a:before {
  border-top: 6px solid #78B97F;
}

#gakken .article-about .sec-idea {
  background: url(/common/img/hospital/gakken/bg_about.jpg) no-repeat center;
  background-size: cover;
}

#gakken .article-about-feature .line-none.box-content {
  margin-bottom: 0;
  border-bottom: none;
}

#gakken .article-about-feature .line-none.box-content:first-of-type {
  padding-top: 10px;
  border-top: none;
}

#gakken .article-about-feature .box-content dl dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#gakken .article-about-feature .title {
  color: #78B97F;
}

#gakken .article-about-feature .box-content .list {
  background-color: #f9fced;
}

#gakken .article-about-outline .box-content .list {
  background: #f9fced;
  padding: 18px;
}
#gakken .article-about-feature .box-content ol.list-decimal li {
  list-style: inside;
  list-style-type: decimal;
  padding-left: 10px;
}

#gakken .article-about-sisetsu .title-02 {
  color: #78B97F;
}

#gakken .article-about-sisetsu .box-content {
  background: #f9fced;
}

#gakken .article-about-sisetsu .box-help {
  background: #78B97F;
}

#gakken .article-about-medical .box-message {
  background: #f9fced;
	padding: 15px;
	margin-bottom: 30px;
}

#gakken .article-about-medical .box-help {
  background: #78B97F;
}
#gakken .article-about-medical .box-help img {
  vertical-align: middle;
}
#gakken .article-about-medical .box-help a {
  color: #FFF;
}
#gakken .article-about-medical .box-help a:hover .box-help-in {
  opacity: .5;
}

#gakken .article-about-sisetsu .txt-img.txt-wide {
  width: 100%;
}

#gakken .ttl-style-1 {
  font-size: 18px;
  font-weight: 600;
}

#gakken .article-amb-exam .table-flow .ttl-flow {
  background: #78B97F;
}
#gakken .article-amb-exam .table-flow .ttl-flow.step-four {
  background: #78B97F;
}

#gakken .article-amb-exam .table-flow h5 {
  color: #78B97F;
}

#gakken .article-about-care .table-flow .ttl-flow.step-four {
  background: #78B97F;
}

#gakken .article-about-care .table-flow h5 {
  color: #78B97F;
}

#gakken .article-about-care .table-flow .wrap-flow h5 {
  color: #78B97F;
}

#gakken .article-about-care .table-flow {
  text-align: center;
}

#gakken .article-about-care .table-flow th,
#gakken .article-about-care .table-flow td {
  width: 50%;
  text-align: center;
}

#gakken .article-about-care .table-flow .ttl-flow.step-four {
  color: #fff;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  padding: 10px;
}

#gakken .article-about-care .table-flow ul li {
  margin-bottom: 40px;
}

#gakken .article-about-care .table-flow ul li.col-sm-6:nth-child(1),
#gakken .article-about-care .table-flow ul li.col-sm-6:nth-child(2) {
  margin-bottom: 20px;
}

#gakken .article-about-care .table-flow ul li .ttl-flow.step-four {
  height: 190px;
  padding: 20px;
  position: relative;
}

#gakken .article-about-care .table-flow ul li .wrap-flow {
  height: 190px;
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
}

#gakken .article-about-care .table-flow ul li .wrap-flow:after {
  content: url(/common/img/arrow03.png);
  position: absolute;
  top: 40%;
  right: -22px;
  margin: auto;
  transform: rotate(-90deg);
}

#gakken .article-about-care .table-flow ul li:last-child .wrap-flow:after {
  content: none;
}

#gakken .article-about-care .table-flow .wrap-flow h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

#gakken .article-about-care .table-flow .ttl-flow.step-four h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

#gakken .article-about-care .table-flow .wrap-flow h5:last-child {
  margin-bottom: 0;
}

#gakken .article-about-care .table-flow ul li .con-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

#gakken .article-amb-exam.about-care #sec02 .box-content {
  margin-bottom: 60px;
}

#gakken .box-inquiry .box-tel {
  background-image: url(/common/img/hospital/common/ico_tel_01_green.png);
  color: #78B97F;
}

#gakken .article-hos-gui .title-02 {
  color: #78B97F;
}

#gakken .list-diagnosis-links .two-column a {
  width: 100%;
  display: block;
  padding: 6px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3em;
}

#gakken .list-diagnosis-links span.box-border {
  display: block;
  padding: 6px;
  border: 1px solid #78B97F;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#gakken .article-hos-reg .pdf .txt-cmn-link {
  padding-right: 24px;
  background-image: url(/common/img/hospital/common/ico_pdf.png);
  background-position: right center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

#gakken .article-hos-gui .list-01 dd {
  background: #f9fced;
}

#gakken .article-hos-gui .list-02 {
  background: #f9fced;
}

#gakken .article-amb-exam .table-flow ul.list-pdf li {
  margin-bottom: 1em;
  display: inline;
  margin-right: 1.5em;
}

#gakken .article-amb-exam .table-flow h6 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #78B97F;
}
#gakken .article-amb-exam .table-flow dt {
  font-weight: 700;
  margin-bottom: .5em;
}
#gakken .article-about-feature .box-content.line-top {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}

@media screen and (min-width: 769px) {
  #gakken .nav-global .list-gnav .box-link:before {
    border-left-color: #78B97F;
  }
  #gakken .nav-global .list-gnav .box-link .txt-en {
    color: #78B97F;
  }
  #gakken .nav-global .list-sub-02 a:before {
    background-color: #78B97F;
  }
  #gakken .sec-inner-access .box-time {
    width: 100%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
  }
  #gakken .sec-inner-access .box-time:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  #gakken .list-diagnosis-links.two-column li {
    margin-bottom: 3em;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #gakken .btn-pagetop a {
    background-color: #78B97F;
  }
  #gakken .sec-outpatient-nav .list-anchor a {
    border: none;
  }
  #gakken .list-diagnosis-links.two-column li {
    margin-bottom: 3em;
  }
  #gakken .article-about-care .table-flow ul li {
    margin-bottom: 30px;
  }
  #gakken .article-about-care .table-flow ul li .wrap-flow:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
  }
  #gakken .article-about-care .table-flow ul li .ttl-flow.step-four {
    height: auto;
  }
  #gakken .article-about-care .table-flow ul li .wrap-flow {
    height: auto;
  }
  #gakken .nav-global {
    background-color: #418c49;
  }
  #gakken .list-gnav>li .box-link:before {
    border-left: 5px solid #78B97F;
  }
  #gakken .list-gnav>li .txt-en {
    color: #78B97F;
  }
  #gakken .list-gnav>li .box-link {
    background-color: #78B97F;
  }
  #gakken .list-sub-01 {
    border-top: 1px solid #78B97F;
  }
  #gakken .box-gnav-sub {
    background-color: transparent;
  }
}


/* ==========================================================
 yawata theme
========================================================== */

#yawata {
  /* header */
  /* footer */
  /* ttl-cmn */
  /* txt-cmn */
  /* input select */
  /* nav-cmn-pagination */
  /* btn-cmn */
  /* top page */
  /* news */
  /* outpatient */
}

#yawata .header-search .btn-open-search {
  background-color: #3C9FDB;
}

#yawata .header-search .box-modal-search .box-search button {
  background-color: #3C9FDB;
}

#yawata .box-tel {
  background-image: url(/common/img/hospital/common/ico_tel_01_yawata.png);
  color: #3C9FDB;
}

#yawata .box-mail {
  background-image: url(/common/img/hospital/common/ico_mail_01_yawata.png);
  color: #3C9FDB;
}

#yawata .box-fax {
  background-image: url(/common/img/hospital/common/ico_print_yawata.png);
  color: #3C9FDB;
}

#yawata .btn-pagetop {
  background-color: #3C9FDB;
}

#yawata .ttl-cmn-section:before {
  border-right-color: #3C9FDB;
}

#yawata .ttl-cmn-section:after {
  border-left-color: #3C9FDB;
}

#yawata .ttl-cmn-section .txt-en {
  color: #3C9FDB;
}

#yawata .txt-cmn-link:before {
  border-left-color: #3C9FDB;
}

#yawata .txt-cmn-link.txt-em-2:before {
  border-left-color: #FFF;
}

#yawata .select-cmn-01:before {
  background-color: #3C9FDB;
}

#yawata .nav-cmn-pagination .number.is-active {
  background-color: #3C9FDB;
}

#yawata .btn-cmn-link {
  background-color: #3C9FDB;
}

#yawata .btn-cmn-link:before {
  background-image: url(/common/img/hospital/common/ico_link_01_yawata.png);
}

#yawata .list-top-cate .text:before {
  border-left-color: #3C9FDB !important;
}

#yawata .sec-sitemap .box-content h3 a {
  background: url(/common/img/hospital/common/ico_link_02_yawata.png) no-repeat left .3em;
  padding-left: 20px;
}

#yawata .hero-top {
  background-image: url(/common/img/hospital/yawata/img_hero_top.jpg);
	background-position: center 20%;
}

#yawata .select-news-tab .list-tab a.is-active {
  background-color: #3C9FDB;
}

#yawata .select-news-tab .list-tab a.is-active:before {
  border-top-color: #3C9FDB;
}

#yawata .box-news-heading .link-news {
  background-image: url(/common/img/hospital/common/ico_link_02_yawata.png);
}

#yawata .sec-top-cooperation {
  background-image: url(/common/img/hospital/yawata/bg_cooperation.jpg);
}

#yawata .article-news-detail .tag {
  border-color: #3C9FDB;
  color: #3C9FDB;
}

#yawata .article-news-detail .ttl-news {
  border-color: #3C9FDB;
}

#yawata .article-news-detail .btn-pdf {
  border-color: #3C9FDB;
}

#yawata .article-outpatient .sec-top-news {
  background-color: #fff;
}

#yawata .sec-outpatient-nav .list-anchor a {
  border-bottom-color: #3C9FDB;
}

#yawata .sec-outpatient-nav .box-medical-treatment .title {
  color: #3C9FDB;
}

#yawata .sec-outpatient-nav .box-medical-treatment .title:before,
#yawata .sec-outpatient-nav .box-medical-treatment .title:after {
  background-color: #3C9FDB;
}

#yawata .sec-outpatient-nav .box-medical-treatment .list-nav a:before {
  border-top-color: #3C9FDB;
}

#yawata .table-information th,
#yawata .table-schedule th {
  background-color: #F5FAFD;
}

#yawata .list-diagnosis-links a {
  border-color: #3C9FDB;
}
#yawata .list-diagnosis-links.one-column a {
  width: 100%;
  font-size: 16px;
}
#yawata .list-diagnosis-links.one-column a dd {
  width: 100%;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}
#yawata .list-diagnosis-links a span.color-yawata {
  padding: .8em 1em;
  font-size: 20px;
}

#yawata .list-diagnosis-links span.box-border {
  display: block;
  padding: 6px;
  border: 1px solid #3C9FDB;
  /*font-size: 16px;*/
  font-weight: bold;
  text-align: center;
}

#yawata .article-about-feature .box-content .list-diagnosis-links .txt-cmn-link {
  background-image: none;
}

#yawata .sec-inner-access .box-time dt {
  background: url(/common/img/hospital/common/ico_train_yawata.png) no-repeat left .1em;
  background-size: 24px;
}

#yawata .sec-inner-access .box-time:last-child dt {
  background: url(/common/img/hospital/common/ico_car_yawata.png) no-repeat left .1em;
  background-size: 24px;
}

#yawata .article-about .box-menu .list-nav a:before {
  border-top: 6px solid #3C9FDB;
}

#yawata .article-about .sec-idea {
  background: url(/common/img/hospital/yawata/bg_about.jpg) no-repeat center;
  background-size: cover;
}

#yawata .article-about-feature .title {
  color: #3C9FDB;
}

#yawata .article-about-feature .line-none.box-content {
  margin-bottom: 30px;
  border-bottom: none;
}

#yawata .article-about-feature .line-none.box-content:first-of-type {
  padding-top: 10px;
  border-top: none;
}

#yawata .article-about-feature .box-content dl dt {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#yawata .article-about-feature .box-content .list {
  background-color: #F5FAFD;
}

#yawata .article-about-outline .box-content .list {
  background: #F5FAFD;
  padding: 18px;
}

#yawata .article-about-sisetsu .title-02 {
  color: #3C9FDB;
}

#yawata .article-about-sisetsu .box-content {
  background: #F5FAFD;
}

#yawata .article-about-sisetsu .box-help {
  background: #3C9FDB;
}

#yawata .article-about-medical .box-message {
  background: #F5FAFD;
	padding: 15px;
	margin-bottom: 30px;
}

#yawata .article-about-medical .box-help {
  background: #3C9FDB;
}

#yawata .article-about-sisetsu .txt-img.txt-wide {
  width: 100%;
}

#yawata .ttl-style-1 {
  font-size: 1.1rem;
  font-weight: 600;
}

#yawata .article-amb-exam .table-flow .ttl-flow {
  background: #3C9FDB;
}

#yawata .article-amb-exam .table-flow .wrap-flow h5 {
  color: #3C9FDB;
}

#yawata .box-inquiry .box-tel {
  background-image: url(/common/img/hospital/common/ico_tel_01_yawata.png);
  color: #3C9FDB;
}

#yawata .article-hos-gui .title-02 {
  color: #3C9FDB;
}
#yawata .table-sisetsu {
  width: 100%;
}

#yawata .table-sisetsu th {
  vertical-align: middle;
  padding: 8px;
  background-color: #F5FAFD;
  border: 1px solid #ccc;
  text-align: center;
}

#yawata .table-sisetsu td {
  vertical-align: middle;
  padding: 8px 8px 8px 13px;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media screen and (min-width: 769px) {
  #yawata {
    /* top page */
  }
  #yawata .nav-global .list-gnav .box-link:before {
    border-left-color: #3C9FDB;
  }
  #yawata .nav-global .list-gnav .box-link .txt-en {
    color: #3C9FDB;
  }
  #yawata .nav-global .list-sub-02 a:before {
    background-color: #3C9FDB;
  }
  #yawata .hero-top {
    background-image: url(/common/img/hospital/yawata/img_hero_top.jpg);
  }
  #yawata .hero-top .txt-hero {
    top: 15%;
    margin-left: -270px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  #yawata .hero-top .txt-hero {
    left: 0;
    margin-left: -60px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 769px) {
  #yawata .list-diagnosis-links.one-column li {
    margin-bottom: 3em;
    width: 100%;
  }
  #yawata .list-diagnosis-links.one-column {
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #yawata .header-logo img {
/*    height: 28px;
*/
	  padding-top: 8px;
	}
  #yawata .btn-pagetop a {
    background-color: #3C9FDB;
  }
  #yawata .table-sisetsu {
    font-size: 13px;
  }
  #yawata .table-sisetsu tr td {
    border-bottom: 1px solid #ccc;
  }
  #yawata .table-sisetsu th {
    padding: 4px;
  }
  #yawata .table-sisetsu td {
    padding: 4px;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
  }
  #yawata .sec-examination .table-sisetsu {
    width: 820px;
  }
  #yawata .nav-global {
    background-color: #2a7aab;
  }
  #yawata .list-gnav>li .box-link:before {
    border-left: 5px solid #3C9FDB;
  }
  #yawata .list-gnav>li .txt-en {
    color: #3C9FDB;
  }
  #yawata .list-gnav>li .box-link {
    background-color: #3C9FDB;
  }
  #yawata .list-sub-01 {
    border-top: 1px solid #3C9FDB;
  }
  #yawata .box-gnav-sub {
    background-color: transparent;
  }
  #yawata .list-diagnosis-links.one-column li {
    margin-bottom: 3em;
  }
}


/*レイアウト*/


/*マージン*/

.mB10 {
  margin-bottom: 10px;
}

.mB20 {
  margin-bottom: 20px;
}


/*テキスト*/

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.color-gakken {
  color: #78B97F;
}
.color-yawata {
  color: #3C9FDB;
}
/*サブボックス1*/

.box-subbox1 {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}

#gakken .box-subbox1 {
  border: 1px solid #78B97F;
}

#yawata .box-subbox1 {
  border: 1px solid #3C9FDB;
}

.box-subbox1 span {
  font-weight: 700;
}

#gakken .box-subbox1 span {
  color: #78B97F;
}

#yawata .box-subbox1 span {
  color: #3C9FDB;
}


/*サブボックス2*/

.box-subbox2 {
  background-color: #ccc;
  padding: 1em;
  margin: 1em 0;
  text-align: center;
}

#gakken .box-subbox2 {
  background-color: #ddefdf;
  padding: 1em;
  margin: 1em 0;
}

#yawata .box-subbox2 {
  background-color: #e6f0f7;
  padding: 1em;
  margin: 1em 0;
  font-weight: 600;
}

.box-subbox2 p {
  font-weight: 700;
}

.box-subbox2 span.font-large {
  font-size: 1.5rem;
  padding-left: 1em;
}

#gakken .box-subbox2 span {
  color: #43984c;
}

#gakken .box-center {
  margin: 0 auto;
  width: 80%;
}
#gakken .box-subbox2.box-in {
  padding: 20px;
}

#gakken .box-subbox2 span.font-large {
  font-size: 2rem;
}
#gakken .box-subbox2 ul {
  list-style: disc;
  padding-left: 30px;
}
#gakken .box-subbox2 .ttl-style-1 {
  padding: 15px;
  color: #43984c;
}

#yawata .box-subbox2 span {
  color: #3C9FDB;
}

@media screen and (max-width: 768px) {
  #gakken .box-center {
    width: 100%;
  }
  #gakken .box-subbox2.box-in {
    padding: 10px;
  }
}
/*サブボックス3*/

.box-subbox3 {
  background-color: #ccc;
  padding: 1em;
  margin: 1em 0;
  text-align: center;
}


/*テーブル*/

.table-sisetsu {
  width: 100%;
}

.table-sisetsu th {
  vertical-align: middle;
  padding: 8px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  text-align: center;
}

.table-sisetsu td {
  vertical-align: middle;
  padding: 8px 8px 8px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .table-sisetsu {
    font-size: 13px;
  }
  .table-sisetsu tr td {
    border-bottom: 1px solid #ccc;
  }
  .table-sisetsu th {
    padding: 4px;
  }
  .table-sisetsu td {
    padding: 4px;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
  }
  .table-sisetsu td.sp-txt-left {
    text-align: left;
  }
}


/*スマホ改行*/

@media screen and (max-width: 767px) {
  .sp-br {
    display: none;
  }

  .pagetop
    {
    position: fixed;
    bottom: 16px;
    right: -15px;
    }
	.sp-ttl{
		display: none;
	}

}

@media screen and (min-width: 768px) {
.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
	.sp-ttl2{
	display: none;
}
}

.pagetop a
    {
    display: block;
    text-decoration: none;
    }


.pagetop:hover
{
    opacity: 0.85 ;
}
