@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

a {
	text-decoration: none;
	color: #2C31A6;
}

.op:hover {
	opacity: 0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
-moz-opacity:0.8;
-khtml-opacity: 0.8;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
}

.red {
	color: #ed2828;
}

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

#menu-icon{
	position: absolute;
	right: 0;
	top: 25px;
	margin-right: 20px;
	display: none;
	z-index: 101;
}

#menu-icon span{
	border: 2px solid #2C31A6;
	width: 30px;
	margin-bottom: 5px;
	display: block;
	-webkit-transition: all .2s;
	transition:all .1s;
}

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

	nav >ul>li {
		text-align: center;
	}

	nav >ul>li a {
		font-size: 1.5rem;
		color: #fff;
		font-size: 1.5rem;
		display: block;
		text-align: left;
		color: #2C31A6;
		background: #fff;
	}

	nav >ul>li >a span {
		color: #a89147;
		font-size: 1.2rem;
	}

}

@media only screen and (max-width: 480px) {
	nav >ul>li >a {
		display: block;
		padding: 5px 0;
		color: #fff;
		font-size: 1.8rem;
	}
}

@media only screen and (min-width: 900px) {
	nav{
		display: block!important
	}
}

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

	.mdd_title2 {
		padding: 15px;
		font-size: 1.5rem;
		background: #efefef;
		color: #2C31A6;
		text-align: left;
	}

	nav	{
		display: none;
		width: 100%;
		height: calc(100% - 65px);
		clear: both;
		float: none;
		overflow: scroll;
		background: rgba(94,105,160,0.7);
		z-index: 999;
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
	}

nav ul > li a {
	padding: 15px;
}
	
nav ul > li .gnav_title {
	text-align: left;
	box-sizing: border-box;
	padding: 15px;
	display: block;
	background: #E3E7F7;
	color: #2C31A6;
	font-size: 1.8rem;
	position: relative;
	border-bottom: 1px solid #c9d1ed;
}

.mdd_link_inner div a {
	border-bottom: 1px solid #c9d1ed;
}

nav ul > li #gnav_1:after,
nav ul > li #gnav_2:after,
nav ul > li #gnav_3:after,
nav ul > li #gnav_4:after,
nav ul > li #gnav_5:after,
nav ul > li #gnav_6:after {
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 22px;
	right: 15px;
}

nav ul > li #gnav_1.gnav_active:after,
nav ul > li #gnav_2.gnav_active:after,
nav ul > li #gnav_3.gnav_active:after,
nav ul > li #gnav_4.gnav_active:after,
nav ul > li #gnav_5.gnav_active:after,
nav ul > li #gnav_6.gnav_active:after	{
	content: "\f068";
}

nav ul > li .gnav_title span {
	display: none;
}

	#menu-icon {
		display: inline;
		cursor: pointer;
	}
	
	.mdd_title {
		display: none;
	}

/*
	#menu-icon.active span {
		border: 2px solid #fff;
	}
*/

	#menu-icon.active .first{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin-top: 10px;
	}

	#menu-icon.active .second {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		position: relative;
		top: -9px;
	}

	#menu-icon.active .third {
		display: none;
	}

	.mdd_wrap {
		display: none;
	}

}

.swiper-pagination-bullet-active {
	background: #2c31a6 !important;
}

.swiper-pagination-bullet {
	border-radius: 0 !important;
	width: 20px !important;
	height: 5px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px !important;
}


/* =======================================
top
========================================== */

#top_visit .top_visit_inner ul li a {
	background-position: top right;
	background-size: 40% 100%;
	background-repeat: no-repeat;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#top_visit .top_visit_inner ul li:nth-child(1) a {
	background-image: url(../image/link_bg7.png);
}

#top_visit .top_visit_inner ul li:nth-child(2) a {
	background-image: url(../image/link_bg2.png);
}

#top_visit .top_visit_inner ul li:nth-child(3) a {
	background-image: url(../image/link_bg3.png);
}

#top_visit .top_visit_inner ul li:nth-child(4) a {
	background-image: url(../image/link_bg4.png);
}

#top_visit .top_visit_inner ul li:nth-child(5) a {
	background-image: url(../image/link_bg5.png);
}

#top_visit .top_visit_inner ul li:nth-child(6) a {
	background-image: url(../image/link_bg6.png);
}

#top_visit .top_visit_inner ul li a:hover {
	background-color: #2C31A6;
}

#top_visit .top_visit_inner ul li a p {
	line-height: 1.1;
	color: #333;
}

#top_visit .top_visit_inner ul li a:hover p {
	color: #fff;
}

#top_visit .top_visit_inner ul li a p.fa-stack .fa-circle {
	color: #2C31A6;
}

#top_visit .top_visit_inner ul li a:hover p.fa-stack .fa-circle {
	color: #fff;
}

#top_visit .top_visit_inner ul li a:hover p.fa-stack .fa-inverse {
	color: #2C31A6;
}

.top_access_inner .access_detail_txt i {
	color: #6980c6;
}

.top_news_btn {
	text-align: right;
	margin-top: 20px;
}

.top_news_btn a {
	margin: 40px auto 0;
	font-size: 1.5rem;
	color: #333;
	text-decoration: underline;
}

.top_topics_txt {
	color: #333;
}

.top_topics_btn {
	text-align: right;
	width: 95%;
	max-width: 1200px;
	margin: 20px auto 0;
}

.top_topics_btn a {
	font-size: 1.5rem;
	color: #333;
	text-decoration: underline;
}

.to_youtube_btn a img {
	width: 100%;
	}
	
@media only screen and (min-width: 800px) {
	#topics34 .topics_img_type2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
 	-webkit-flex-wrap: wrap;
 	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	}
	#topics34 .topics_img_type2 div {
		width: 48%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 799px) {
	#topics34 .topics_img_type2 div {
		width: 95%;
		margin-bottom: 20px;
	}
}

	#topics34 .topics_img_type2 div img {
			width: 100%;
		}
		
#topics35 .topics_img_type1 {
	max-width: 720px;
	width: 100%;
}

#topics35 .topics_img_type1 img {
	width: 100%;
}
	
/* =======================================
page
========================================== */

.pankuzu {
	width: 100%;
	background: #E3E7F7;
	padding-top: 90px;
}

.pankuzu p a {
	color: #2C31A6;
}

.main_bg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	background: #EFEFEF;
}

.main_bg_img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.page_title {
	margin: 0 auto;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	box-sizing: border-box;
	border-top: 5px solid #E3E7F7;
}

.page_title_icon {
	margin: -50px auto 0;
}

.page_title h2 span {
 color: #2C31A6;
}

.page_title2 {
	text-align: center;
	padding-top: 100px;
	border-top: 1px solid #ccc;
}

.page_title2 h2 {
	font-size: 2.3rem;
	line-height: 1.6;
}

.page_title2 h2 span {
	font-size: 1.8rem;
	color: #2C31A6;
}

.inner h3 {
	width: 100%;
	padding: 15px 10px 15px 25px;
	position: relative;
	margin: 15px auto;
	font-weight: bold;
	background: #efefef;
	border-radius: 3px;
	box-sizing: border-box;
}

.inner h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 8px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #2C31A6;
	border-radius: 4px;
}

.inner h4 {
	position: relative;
	padding: 7px 0 7px 15px;
	border-left: 6px solid #cedaea;
	color: #2C31A6;
	font-weight: bold;
	margin: 15px 0;
}

.inner h4::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #2C31A6;
}

.inner h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
}

.inner h5 {
	border-bottom: 2px solid #D0D6FA;
	font-size: 1.6rem;
	padding: 5px 0;
	font-weight: bold;
	line-height: 28px;
	margin: 15px 0 10px;
}

.inner h6 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #f1f1f1;
	color: #2C31A6;
	padding: 10px;
	margin: 15px 0 10px;
}


/* =======================================
treatment
========================================== */

#treatment .message_box {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}

#treatment .treatment_img {
	width: 100%;
}

#treatment .treatment_img img {
	width: 100%;
	margin-bottom: 15px;
}

#treatment .treatment_contents {
	width: 100%;
}

#treatment .treatment_contents p {
	font-size: 1.5rem;
	line-height: 25px;
	margin-bottom: 10px;
	}
	
#treatment 	.interview_sheet_t4 {
		line-height: 20px !important;
		margin: 20px 0 40px !important;
	}

#treatment .treatment_contents p span.treatment_txt {
	font-weight: bold;
	color: #2C31A6;
}

#treatment .treatment_img_type2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#treatment .treatment_img_type2 .treatment_img_type2_img {
	margin-right: 20px;
}

#treatment .treatment_9_img_title {
	font-weight: bold;
}

.treatment_1_1 {
	max-width: 720px;
}

.treatment_1_2 {
	max-width: 800px;
}

.treatment_2_1 .treatment_img_detail_img p {
	width: 100%;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 0 !important;
}

.treatment_2_1 .treatment_img_detail_img img {
	width: 100%;
}

.treatment_4_1 {
	max-width: 327px;
	margin: 20px auto;
}

.treatment4_txt {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 580px;
	margin: 0 auto;
}

.treatment_4_2 {
	max-width: 575px;
	width: 100%;
}

.treatment_4_3 {
	max-width: 589px;
	margin-bottom: 20px;
	width: 100%;
}

.treatment_4_3 img {
	width: 100%;
}

.treatment_4_4 {
	max-width: 533px;
	margin-bottom: 20px;
	width: 100%;
}

.treatment_4_4 img {
	width: 100%;
}

.treatment_4_5 {
	max-width: 817px;
	width: 100%;
	margin: 30px 0;
}

.treatment_4_5 img {
	width: 100%;
}

.treatment_9_1 {
	max-width: 865px;
}

.treatment_5_1 {
	max-width: 398px;
}

.treatment_5_2 {
	max-width: 867px;
}

.treatment_5_3 {
	max-width: 803px;
}

.treatment_5_4 {
	max-width: 802px;
}

.treatment_5_5 {
	max-width: 828px;
}

.treatment_5_6 {
	max-width: 352px;
}

.treatment_5_7 {
	max-width: 361px;
}

.treatment_5_8 {
	max-width: 316px;
}

.treatment_6_1 {
	max-width: 399px;
}

.treatment_7_1 {
	max-width: 333px;
}

.treatment_7_2 {
	max-width: 581px;
}

.treatment_8_1 {
	max-width: 339px;
}

.treatment_8_2 {
	max-width: 353px;
	margin: 40px auto !important;
}

.treatment_8_3 {
	max-width: 157px;
	margin: 40px auto !important;
}

.treatment_8_4 {
	max-width: 492px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}

/* =======================================
access
========================================== */

#access .access_contents {
	width: 100%;
}

#access .access_contents p {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#access .access_map {
	width: 100%;
	height: 550px;
}

#access .access_map iframe {
	width: 100%;
	height: 100%;
}

/* =======================================
about
========================================== */

#about .about_contents div.iframe{
	margin:auto;
	width:100%;
	position: relative;
	padding-top: 56.25%;
}

#about .about_contents div.iframe iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* =======================================
nurse
========================================== */

#nurse ul.nurse_news span.type_01 {
	background: url(../image/type_01.gif) no-repeat left center;
	padding-left: 65px;
	padding-top: 3px;
}

#nurse ul.nurse_news span.type_02 {
	background: url(../image/type_02.gif) no-repeat left center;
	padding-left: 65px;
	padding-top: 3px;
}

#nurse ul.nurse_news span.type_03 {
	background: url(../image/type_03.gif) no-repeat left center;
	padding-left: 65px;
	padding-top: 3px;
}

/* =======================================
clinicaldepartment
========================================== */

.cardiology_top,
.cardiovascular_top	{
	margin-bottom: 40px;
	width: 100%;
}

.cardiology_top img,
.cardiovascular_top img	{
	width: 100%;
}

.cardiovascular_top p {
	margin-top: 15px;
}


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

footer {
	width: 100%;
	color: #2C31A6;
}

footer .copyright {
	width: 100%;
	background: #333;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
}

#footer_sitemap {
	background: #fff;
	width: 100%;
	padding: 50px 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#footer_sitemap .sitemap_inner {
	max-width: 1280px;
}

#footer_sitemap .sitemap_inner div {
	padding: 0 10px;
}

#footer_sitemap .sitemap_inner div:last-child {
	border-right: none;
}

#footer_sitemap .sitemap_inner h4 {
	color: #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

#footer_sitemap .sitemap_inner h4 i {
	padding-right: 5px;
}

#footer_sitemap .sitemap_title {
	margin-top: 10px;
	color: #333;
	font-weight: bold;
}

#footer_sitemap .sitemap_inner ul {
	padding-left: 5px;
}

#footer_sitemap .sitemap_inner ul li a {
	color: #333;
}

#footer_sitemap .sitemap_inner ul li a i {
	color: #2C31A6;
	padding-right: 3px;
}

footer .footer_inner p.foot_add {
	color: #333;
}

/* =======================================
equipment
========================================== */

#equipment_swiper .swiper-button-prev::after,
#equipment_swiper .swiper-container-rtl .swiper-button-next::after,
#equipment_swiper .swiper-button-next::after,
#equipment_swiper .swiper-container-rtl .swiper-button-prev::after {
	content: '' !important;
}

#equipment_swiper .swiper-custom-button {
	background-image: none !important;
	color: #2C31A6;
	text-align: center;
}

/* =======================================
facility
========================================== */

#facility_swiper .swiper-button-prev::after,
#facility_swiper .swiper-container-rtl .swiper-button-next::after,
#facility_swiper .swiper-button-next::after,
#facility_swiper .swiper-container-rtl .swiper-button-prev::after {
	content: '' !important;
}

#facility_swiper .swiper-custom-button{
	background-image: none !important;
	color: #2C31A6;
	text-align: center;
}

#privacy .caution_txt {
	margin-top: 20px;
}

.anesthesiology_top img {
	width: 100%;
}

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

.doctor_detail_arrow div a {
	font-size: 2rem;
	color: #fff;
	background: #2C31A6;
	display: block;
	padding: 10px 20px;
	border-radius: 5px;
}

.floormap_img_new {
	width: 100%;
}

.floormap_img_new img {
	width: 100%;
}

/* =======================================
consultation
========================================== */

#consultation .consultation_link_box {
	margin-top: 40px;
}

#consultation_table{
	display:block;
	margin:20px auto;
	line-height:30px;
	font-size:1.7rem;
	text-align:center;
	padding:10px;
	background: #DCE1F5;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ced4ed;
}

#consultation_table span {
	font-size: 1.3rem;
	color: #333;
}

#consultation_table img{
	vertical-align: middle;
	}
	
	#consultation .interview_sheet a {
		text-decoration: underline;
	}
	
		#consultation .interview_sheet a img {
		padding-bottom: 6px;
	}
	
	
/* =======================================
literature header
========================================== */
	
#literature #literature_header_area h1,
#literature #literature_title	{
	background: #fff;
	padding: 35px 0;
	text-align: center;
	width: 100%;
	}
	
	@media (min-width: 700px) {
		#literature_header_pc {
			display: block;
		}
		
		#literature_header_sp {
			display: none;
		}
		
#literature_header_pc .ttl_museum_btn {
			border-right: none !important;
			margin-left: 20px;
		}
		
	}
	
	@media (max-width: 699px) {
		#literature_header_pc {
			display: none;
		}
		
		#literature_header_sp {
			display: block;
			background: #515b23;
			height: 55px;
			position: fixed;
			width: 100%;
		}
		
		#literature_header_sp	.sp_hbg_menu {
			width: 30px;
			height: 25px;
			position: absolute;
			top: 12px;
			right: 15px;
		}
		
		#literature_header_sp	.sp_hbg_menu span {
			position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
		}
		
		#literature_header_sp	.sp_hbg_menu span:first-of-type{
  top: 0;
		}
		
		#literature_header_sp	.sp_hbg_menu span:nth-of-type(2){
  top: 50%;
		}
		
		#literature_header_sp	.sp_hbg_menu span:last-of-type{
  top: 100%;
		}
		
		#literature_header_sp	.head_literature_menu {
	  background: #737B4E;
  position: fixed;
  top: 55px;
  width: 100%;
			left: 0;
			transform: translateX(100%);
		}
		
		#literature_header_sp	.head_literature_menu li {
			color: #fff;
			text-align: center;
			font-size: 1.5rem;
		}
		
		#literature_header_sp	.sp_hbg_menu.active span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
		#literature_header_sp	.sp_hbg_menu.active span:nth-of-type(2){
  opacity: 0;
}
		#literature_header_sp	.sp_hbg_menu.active span:last-of-type{
  top: 50%;
  transform: rotate(-45deg);
}
		#literature_header_sp	.head_literature_menu.active{
  transform: translateX(0);
		}
		
		#count_box_sp {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 3px;
  border: 2px solid #F4F0EC;
  background: #000;
  color: #fff;
  letter-spacing: .1rem;
		}
		
		#literature_header_sp .hlmenu_title {
			padding: 15px 0;
		}
		
	#literature_header_sp .ttl_btn {
			width: 100%;
		box-sizing: border-box;
  background: #737B4E;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 10px 20px;
			position: relative;
			display: block;
			border-top: 1px solid #fff;
			color: #fff;
}

#literature_header_sp .ttl_btn:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

#literature_header_sp .ttl_btn.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

#literature_header_sp .menu {
  display: none;
}
		
		
#literature_header_sp .menu ul li {
		padding: 13px;
		background: #EEF1E6;
		border-top: 1px solid #667534;
		}
		
#literature_header_sp .menu ul li a {
			color: #667534;
			font-size: 1.4rem;
		}
		
		#literature .literature_header h1,
		#literature #literature_title {
			padding-top: 90px !important;
		}
		
#literature_header_sp .ttl_museum_btn {
			border-top: 1px solid #fff;
		}
		
#literature_header_sp .ttl_museum_btn a {
			color: #fff;
			padding: 10px 20px;
			display: block;
		}
		
		
		
		
	}
	
	
/* =======================================
literature
========================================== */

	
#literature .literature_header h1 {
	background: #fff;
	padding: 35px 0;
	text-align: center;
	width: 100%;
}

#literature .literature_header h1 a {
	color: #fff;
	text-decoration: none;
}

#literature .literature_header_inner {
	margin: 0 auto;
}

#literature .literature_header_inner ul.head_literature_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 700px) {
	#literature .literature_header_inner ul.inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 900px) {
	#head_link > ul .menu {
		top: 34px !important;
	}
}

#literature .literature_header_inner ul li {
	padding: 6px 15px 7px;
	font-size: 1.3rem;
	border-right: 1px solid #6b7540;
}

#literature .literature_header_inner ul li.literature_head_link {
	width: 100%;
}

#literature .literature_header_inner ul li:hover {
	background: #6b7540;
}
	
#literature .literature_top img {
	width: 100%;
}

#head_link {
	background: #515b23;
	box-sizing: border-box;
}

#head_link ul li {
		color: #fff;
}

#head_link > ul > li:hover .menu {
	transition: max-height 1s ease-in;
	max-height: 9999px;
}

#head_link > ul > li > a {
	width: 100%;
	display: block;
	transition: all 0.2s ease-in;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#head_link > ul .menu {
	transition: max-height 0.5s ease-out;
	max-height: 0;
	overflow: hidden;
	text-align: center;
	position: absolute;
	background-color: #6b7540;
}

#head_link > ul .menu .menu_inner li {
	display: inline-block;
	font-weight: bold;
	text-align: center;
		border-right: none;
}

#head_link > ul .menu .menu_inner li a {
	color: #fff;
	font-size: 1.1rem;
	cursor: pointer;
	display: block;
}

#literature .literature_main {
	background: #EFEDEA;
	width: 100%;
	height: 100%;
}

#literature .literature_top_main {
	background: #EFEDEA;
	width: 100%;
	height: 100%;
}

#literature .literature_main_inner {
	background: #fff;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.7;
}

#literature .literature_main_inner span {
	font-size: 1.1rem;
}

#literature .literature_main_inner span.red {
	color: #e51919;
}

#literature .literature_top_main_inner {
	background-color: #fff;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.7;
		margin: 0 auto;
		padding-bottom: 600px !important;
	background-image: url(../image/literature/literature_bg_img.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#literature .literature_main h2 {
	background: url(../image/literature/literature_title_bg.jpg) repeat;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-family: serif;
	line-height: 2.2;
	}
	
	#literature .literature_museum_bnr {
		max-width: 316px;
		width: 100%;
		margin: 20px auto;
	}
	
	#literature .literature_main h2.literature_mintxt p {
	font-size: 1.3rem;
	margin-top: 0 !important;
}
	
#literature .literature_museum_img .pdf_link img {
	width: 27px;
	padding-right: 3px;
}
	
#literature .literature_museum_img {
	max-width: 1000px;
	width: 70%;
	margin: 0 auto;
}

#literature .literature_museum_img img {
	width: 100%;
}
	
	#literature	.literature_museum_b {
		width:100%;
		height: 1px;
		background: #000;
		margin: 60px 0;
}

#literature .literature_main h2 span {
	font-size: 1.3rem;
	letter-spacing: .2rem;
	padding: 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
#literature .literature_main h2.literature6_title p {
		line-height: 1.5 !important;
		margin-top: 10px;
	}
	

	
#literature .literature_img1 {
	width: 100%;
	margin: 20px 0;
}

#literature .literature_img1 img {
	width: 100%;
}

#literature .literature_img2 {
	text-align: center;
	margin: 20px auto;
	width: 100%;
	max-width: 1000px;
}

#literature .literature_img2 img {
	width: 100%;
}

#literature .literature_txt {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
}

#literature .txt_right {
	text-align: right;
}

#literature footer {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #000;
	margin: 0;
}

#literature .txt_border {
	text-decoration: underline;
}

#literature .note_txt {
	font-size: 0.6rem;
	font-weight: bold;
	writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode:horizontal-tb;
}

#literature .literature_img6 {
	text-align: center;
	margin: 10px 0 50px;
}

#literature .literature_img6 img {
	margin-bottom: 10px;
	max-width: 388px;
	width: 100%;
}

#literature .literature_img7 {
	margin: 40px 0;
	text-align: center;
}

#literature .literature_img7 img {
	max-width: 654px;
	width: 100%;
	}
	
	#literature .literature_img8 {
	margin: 40px 0;
	text-align: center;
}

#literature .literature_img8 img {
	max-width: 1000px;
	width: 100%;
}

#literature .literature_link {
	margin: 20px 0;
}

#literature h3 {
	padding: 10px;
	background: #EEF1E6;
	color: #667534;
	margin: 10px 0 25px;
}

#literature .literature_link a {
	color: #fff;
	background: #515B23;
	padding: 12px 20px;
	display: inline-block;
	font-size: 1.2rem;
	border-radius: 7px;
	margin-bottom: 20px;
}

#literature .literature_youtube {
	margin: 80px 0;
	padding-top: 50px;
	border-top: 1px solid #ccc;
}

#literature .literature_youtube h3 {
	font-size: 1.7rem;
	color: #333;
}

#literature .literature_youtube h3 i {
	font-size: 1.7rem;
	color: #F30817;
}

#literature .literature_footer_logo img {
	width: 100%;
}

#literature .literature_img5 .literature_img5_txt {
	padding: 20px;
	background: #667534;
	color: #fff;
	font-family: serif;
}
	
#literature .literature_txt {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#literature rt {
	transform: translateX(-.25em);
}

#literature .literature2_img1 {
	width: 100%;
	margin: 50px 0 0;
}

#literature .literature2_img1 div,
#literature .literature2_img4 div	{
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

#literature .literature2_img1 div .zoom_icon,
#literature .literature2_img4 div .zoom_icon	{
	position: absolute;
	top: -20px;
	right: 0;
	color: #000;
}

#literature div .img_txt {
	text-align: right;
	margin-top: 10px;
}

#literature .literature2_img1 div img {
	width: 100%;
}

#literature ol.literature2_list {
	position: relative;
}

#literature ol.literature2_list li {
	padding-left: 20px;
}

#literature ol.literature2_list li span.list_style {
	position: absolute;
	left: 0;
	color: #333;
	font-size: 1.5rem;
}

#literature ol.literature2_list li .literature2_list_img {
	text-align: center;
	margin: 20px 0;
}

#literature ol.literature2_list li .literature2_list_img img {
	max-width: 650px;
	width: 100%;
	margin: 20px auto;
}

#literature .literature2_img2 {
	max-width: 577px;
	width: 100%;
	margin: 0 auto;
}

#literature .literature2_img2 img {
	margin: 10px 0;
	width: 100%;
}

#literature .literature2_img3 {
	max-width: 1000px;
	width: 100%;
	margin: 10px auto;
}

#literature .literature2_img3 img {
	width: 100%;
	margin-bottom: 10px;
}

#literature .literature2_img4 {
	max-width: 654px;
	width: 100%;
	margin: 0 auto;
}

#literature .literature2_img4 p {
	text-align: right;
}

#literature .literature2_table {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

#literature .literature2_table th {
	text-align: center;
	padding: 10px 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#literature .literature2_table td {
	padding: 10px 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.literature2_table_bottom_txt {
	margin: 20px 0 50px;
	text-align: right;
}

#literature .literature2_img4 {
	width: 100%;
	max-width: 750px;
	margin: 30px auto 10px;
}

#literature .literature2_img4 img {
	width: 100%;
}

#literature .detail_1,
#literature .detail_2 {
	text-align: left;
}

#literature .detail_3 {
	text-align: right;
}

#literature .literature3_img1,
#literature .literature4_img1	{
	max-width: 1000px;
	width: 100%;
	margin: 10px auto;
}

#literature .literature3_img1 img,
#literature .literature4_img1 img	{
	width: 100%;
	margin: 10px auto;
}

#literature .literature3_img1 p,
#literature .literature4_img1 p	{
	text-align: right;
	margin: 5px 0;
}

#literature .literature4_img2 {
	margin: 10px auto;
}

#literature .literature4_img2 img {
	width: 100%;
}

#literature .l_frame {
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
}

#literature .literature4_img3 {
	max-width: 500px;
	width: 100%;
	margin: 20px auto;
}

#literature .literature4_img3 img {
	width: 100%;
}

#literature .l_frame_top,
#literature .l_frame_bottom {
	width: 100%;
}
#literature .l_frame_top img,
#literature .l_frame_bottom img {
	width: 100%;
}

#literature .l_frame_middle {
	width: 100%;
	background: url(../image/literature/l_frame_middle.jpg) repeat-y;
	background-size: 100%;
}

#literature .l_frame_middle .l_frame_middle_inner {
	width: 90%;
	margin: 0 auto;
}

#literature .literature4_bottom_txt {
	text-align: right;
	margin-top: 50px;
}

#literature .literature4_table {
	margin: 20px auto;
}

#literature .literature4_table th {
	width: 70px;
}

#literature p span.cau_txt {
	color:#ff0000;
	font-size: 1.5rem;
}

#literature .literature5_img {
	margin: 30px auto;
}


#literature .literature5_img div {
	width: 100%;
	max-width: 1000px;
	margin-bottom: 20px;
}

#literature .literature5_img div img {
	width: 100%;
}

#literature .literature5_btn {
	margin: 10px 0;
}

.literature_5_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.literature_5_list dt {
	width: 3%;
}

.literature_5_list dd {
	width: 97%;
}

.literature_5_table {
	margin: 10px 0;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	width: 100%;
}

.literature_5_table th,
.literature_5_table td {
	padding: 10px;
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.literature_5_table_box {
	max-width: 400px;
	width: 90%;
	margin: 20px auto;
}

.literature5_bottom_box {
	margin: 30px 0 10px;
}

.literature5_bottom_box .literature5_bottom_img img {
	width: 100%;
}

.literature5_bottom_box p {
	margin-bottom: 20px;
}

.literature5_bottom_box2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.literature5_bottom_box2 div:nth-child(1) {
	margin-right: 50px;
	}
	
#literature .literature6_img {
		margin: 30px auto;
		width: 100%;
	}
	
#literature .literature6_img img {
		width: 100%;
	}
	
#literature .literature6_img	.text_right {
		text-align: right;
}
	
#literature	.txt_blue {
		color: #4b88ea;
		font-size: 1.5rem !important;
	}
	
	#literature	.literature6_img2,
	#literature	.literature6_img4	{
		margin: 20px auto;
	}
	
	#literature	.literature6_img2 div img,
	#literature	.literature6_img4 div img	{
		width: 100%;
	}
	
#literature .literature6_img3 {
		margin: 30px auto;
		width: 100%;
		max-width: 800px;
	}
	
#literature .literature6_img3 img {
		width: 100%;
	}
	
#literature .literature6_img5 {
		margin: 30px auto;
		width: 100%;
		max-width: 530px;
	}
#literature .literature6_img5 img {
		width: 100%;
	}
	
#literature .literature7_img {
		width: 100%;
		margin: 15px auto;
	}
	
#literature .literature7_img img {
		width: 100%;
	}
	
	#literature .literature16_txt_box {
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
		padding: 10px 0;
		text-align: left;
		font-style: italic;
		font-family: serif;
		margin-top: 30px;
	}
	
	#literature .literature16_txt_box p {
		text-align: center;
	}
	
	#literature .literature16_txt_box2 {
		border-bottom: 1px dotted #000;
		padding: 10px 10px;
		margin-bottom: 10px;
	}
	
	#literature	.underline_red {
		border-bottom: 1px solid #ff0000;
	font-size:1.5rem !important;
	}
	
	#literature	.underline_black {
		border-bottom: 1px solid #000;
	font-size:1.5rem !important;
	}
	
	#literature	.literature16_list {
		margin: 0 0 20px 20px;
	}
	
	#literature	.literature16_list li {
		list-style-type: upper-latin;
	}
	
	#literature	.bg_line {
		background: #fff100;
		font-size:1.5rem !important;
	}
	
	#literature	.literature16_img {
		max-width: 500px;
		margin:0 auto;
	}
	
	#literature	.literature16_img img {
		width: 100%;
	}
	
#hospitalization table.hospital_03 th.fee_th {
	border-bottom: 1px solid #ccc;
}

#clinical_department .cardiology_doctor_box {
	width: 100%;
	margin: 20px 0;
	box-sizing: border-box;
	padding: 20px;
	background: linear-gradient(#edeff7, #fff);
}

	#clinical_department .cardiology_doctor_img {
		width: 25%;
	}

	#clinical_department .cardiology_doctor_img img {
		width: 100%;
	}

	#clinical_department .cardiology_doctor_txt {
		width: 75%;
		box-sizing: border-box;
		font-size: 1.5rem;
	}

	#clinical_department .cardiology_doctor_txt p {
		text-align: right;
		margin-top: 20px;
	}

	#clinical_department .to_doctor_btn {
		margin: 50px auto 30px;
	}

	#clinical_department .to_doctor_btn a {
		width: 100%;
		display: block;
		padding: 15px;
		background: #2C31A6;
		color: #fff;
		cursor: pointer;
		font-size: 1.6rem;
		text-align: center;
		font-weight: bold;
		border-radius: 5px;
		box-sizing: border-box;
	}

	#clinical_department .cardiology_link_btn {
		margin-bottom: 50px;
	}
	
	#clinical_department .clb_cont {
		margin-bottom:0 !important;
	}

	#clinical_department .cardiology_link_btn li	{
	list-style-type: none !important;
	}

	#clinical_department .cardiology_link_btn li a {
		display: block;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		font-size: 1.5rem;
		color: #2C31A6;
		background: #DCE1F5;
		cursor: pointer;
		border-radius: 5px;
	}

	#clinical_department .sharing_table {
	width: 100%;
	margin: 0 0 30px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

	#clinical_department .sharing_table th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	background: #efefef;
	font-size: 1.4rem;
	}

	#clinical_department .sharing_table td {
	border-bottom: 1px solid #ccc;
	padding: 20px 5px;
	border-right: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-size: 1.4rem;
}

#clinical_department .sharing_table thead th,
#clinical_department .sharing_table thead td {
	background: #DCE1F5;
}
	
#clinical_department .sharing_table thead th {
	width: 10%;
}

#clinical_department .sharing_table thead td {
	width: 15%;
}

#clinical_department .sharing_tclose_table	thead th {
	background: #DCE1F5;
}

#clinical_department .sharing_tclose_table	tbody td {
	text-align: left;
	padding: 20px;
}

#clinical_department .cardiology_treatment {
	margin: 20px auto;
}

#clinical_department .cardiology_treatment p {
	background: #E3E7F7;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
}

#clinical_department .cardiology_treatment ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
	
#clinical_department .cardiology_treatment ul li {
	text-align: center;
	box-sizing: border-box;
}

#clinical_department .cardiology_treatment ul li i {
	font-size: 3.5rem;
	color: #2C31A6;
}

#clinical_department .cardiology_treatment ul li p {
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}

#clinical_department .cardiology_treatment ul li:nth-child(1) p {
	background: #89C681;
}

#clinical_department .cardiology_treatment ul li:nth-child(2) p {
	background: #66A9DD;
}

#clinical_department .cardiology_treatment ul li:nth-child(3) p {
	background: #F4AD53;
}

#clinical_department .cardiology_bottom {
	width: 100%;
	margin: 40px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}

#clinical_department .cardiology_bottom img {
	width: 100%;
}

#clinical_department .cardiology_bottom_img {
	width: 25%;
}

#clinical_department .cardiology_bottom_img img {
	width: 100%;
}

#clinical_department .cardiology_bottom_txt {
	width: 75%;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 1.5rem;
}

#clinical_department .cardiology_bottom_txt p {
	font-size: 1.8rem;
	padding: 10px;
}

#clinical_department .cardiology_mail_btn a {
	padding: 15px;
	background: #DCE1F5;
	cursor: pointer;
	border: 1px solid #ced4ed;
	color: #2C31A6;
	margin: 40px auto;
	display: block;
	font-size: 1.5rem;
	text-align: center;
}

.doc_banner_img {
	margin-top: 30px;
}

.doc_banner_img,
.doc_banner_img img	{
	width: 100%;
}

@media (min-width: 640px) {
	#top_cd ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
			 flex-wrap: wrap;
	}
	#top_cd ul li {
	width: 48%;
	margin-bottom: 4%;
	}
}

@media (max-width: 639px) {
 #top_cd ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}

#top_cd {
	width: 95%;
	max-width: 1200px;
	margin: 50px auto 20px;
}

#top_cd ul li {
	position: relative;
}

#top_cd ul li a img {
	width: 100%;
}

#top_cd ul li div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#top_cd ul li a {
	color: #fff;
	cursor: pointer;
}

#top_cd ul li div p {
	text-align: center;
	box-sizing: border-box;
}

#top_cd ul li div p.cd_link1 {
	font-size: 1.4rem;
	background: rgba(92,159,254,.6);
	padding: 5px;
}

#top_cd .open {
opacity: 1;
}

#top_cd ul li div p.cd_link2 {
	font-size: 2.1rem;
	padding: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#top_cd ul li:nth-child(1) div p.cd_link2 {
	background: linear-gradient(90deg, rgba(44,49,166,.6), rgba(45,51,168,.6));
	transition:all 1.0s;
}

#top_cd ul li:nth-child(2) div p.cd_link2 {
	background: linear-gradient(90deg, rgba(45,51,168,.6),rgba(69,107,212,.6));
	}
	
#top_cd ul li:nth-child(3) div p.cd_link2 {
	background: linear-gradient(90deg, rgba(44,49,166,.6), rgba(45,51,168,.6));
	transition:all 1.0s;
}

#top_cd ul li:nth-child(4) div p.cd_link2 {
	background: linear-gradient(90deg, rgba(45,51,168,.6),rgba(69,107,212,.6));
}

#top_cd ul li:nth-child(1) div p.cd_link2:hover {
	background: linear-gradient(90deg, rgba(44,49,166,.9), rgba(45,51,168,.9));
}

#top_cd ul li:nth-child(2) div p.cd_link2:hover {
	background: linear-gradient(90deg, rgba(45,51,168,.9),rgba(69,107,212,.9));
	}
	
#top_cd ul li:nth-child(3) div p.cd_link2:hover {
	background: linear-gradient(90deg, rgba(44,49,166,.9), rgba(45,51,168,.9));
}

#top_cd ul li:nth-child(4) div p.cd_link2:hover {
	background: linear-gradient(90deg, rgba(45,51,168,.9),rgba(69,107,212,.9));
}

	
#top_message {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}

	#top_message .top_message_img {
		display: inline-block;
		position: relative;
	}
	
	/*
	#top_message .top_message_img:before {
		content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0px 8px rgba(255,255,255,0.6);
	}
*/

#top_message .top_message_img img {
	width: 100%;
}

#top_message .top_message_txt {
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.7;
}

#top_message .top_message_line {
	width: 1px;
	height: 80px;
	margin: 30px auto 50px;
	background: #ccc;
}



@-webkit-keyframes loadingLogo {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes loadingLogo {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes loadingBg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
@keyframes loadingBg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
	transform: translateY(-100%); } }
	
.loading.-open {
	-webkit-animation: loadingBg 0.4s ease 1.6s 1 both;
	animation: loadingBg 0.4s ease 1.6s 1 both;
}

.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background: -moz-linear-gradient(top, #004f97 0%, #2989d8 66%, #7bc0e5 100%);
	background: -webkit-linear-gradient(top, #004f97 0%,#2989d8 66%,#7bc0e5 100%);
	background: linear-gradient(to bottom, #004f97 0%,#2989d8 66%,#7bc0e5 100%);
}

	.loading img {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: loadingLogo 0.7s linear 0s 1 both;
    animation: loadingLogo 0.7s linear 0s 1 both;
	}
	
	.moveIn.-show {
  animation: loadingLogo 0.2s ease 0.3s both;
	}
	
	
	
	
	
	
	#facility .hes-gallery {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#facility .hes-gallery div {
		position: relative;
		margin-bottom: 2%;
		cursor: pointer;
	}
	
	#facility .hes-gallery div p {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		width: 100%;
		font-size: 1.3rem;
		box-sizing: border-box;
		background: linear-gradient(90deg, rgba(45,51,168,.6),rgba(69,107,212,.6));
		box-sizing: border-box;
		    z-index: 2;
    pointer-events: none;
	}
	
	@media (min-width: 640px) {
	#facility .hes-gallery div {
		width: 32%;
		}
	#facility .hes-gallery::after {
        content: "";
        display: block;
        width: 32%;
        height: 0;
    }
	#facility .hes-gallery div p {
			font-size: 1.3rem;
			padding: 5px 10px;
		}
	}
	
	@media (max-width: 639px) {
	#facility .hes-gallery div {
		width: 48%;
		}
		
	#facility .hes-gallery div p {
			font-size: 1rem;
			padding: 0 3px;
		}
	}
	
	#facility .hes-gallery div img {
		width: 100%;
		z-index:1;
	}
	
	#hg-bg::after {
		z-index: 777;
	}
	
	#facility .facility_top_txt {
		margin: 10px 0 30px;
		text-align: center;
	}
	
	#hgallery {
		background-color: rgba(0, 0, 0, 0.6) !important;
	}
	
	.wave {
		background:url(../image/wave.png) bottom repeat-x;
		background-size: 20px;
	}
	
	
#paper .paper_link {
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}

#paper .paper_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#paper .paper_link ul li {
	width: 48%;
}

#paper .paper_link ul li a {
	display: block;
	padding: 15px;
	color: #2C31A6;
	background: #E3E7F7;
	font-size: 1.5rem;
	text-align: center;
}

#paper table.paper_detail_1_table {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px 0 50px;
}

#paper table.paper_detail_1_table th {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #efefef;
	padding: 10px;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
}

#paper table.paper_detail_1_table td {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
	font-size: 1.5rem;
	vertical-align:middle;
	word-break: break-all;
}
	
	#paper_cont2 .paper_detail_2 {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#paper_cont2 table.paper_detail_1_table {
		width: 100%;
		min-width: 700px;
	}
	
	#radiology .radiology_staff {
		margin: 30px 0;
	}
	
	#radiology .radiology_staff_detail p:nth-child(1) {
		font-size: 1.7rem;
		border-bottom: 3px solid #2C31A6;
		margin-bottom: 10px;
	}
	
	#radiology .radiology_staff_detail p:nth-child(3) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -10px;
	}
	
	#radiology .radiology_staff_detail p:nth-child(3) span:first-child {
		margin-right: 20px;
	}
	
	#radiology .radiology_staff_detail p:nth-child(4) span {
		border-left: 5px solid #2C31A6;
		padding: 3px 0 3px 8px;
		margin-left: -10px;
	}
	
	#radiology .radiology_staff_detail p:nth-child(5) {
		padding: 10px;
		background: #e3e7f7;
		margin-top: 10px;
	}
	
	#radiology .radiology_staff_h {
		margin-left: 75px;
	}
		
	
	#radiology .radiology_staff_detail p {
		line-height: 1.8 !important;
	}
	


@media only screen and (min-width: 700px) {
	#radiology .radiology_staff_cont {
		margin-bottom: 50px;
	}
	
	#radiology .radiology_staff .radiology_staff_cont {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	
	#radiology .radiology_staff_img {
		width: 20%;
	}
	
	#radiology .radiology_staff_img img {
		width: 100%;
	}
	
	#radiology .radiology_staff_detail {
		width: 80%;
		line-height: 25px;
	}
	#radiology .radiology_staff_detail p {
		padding-left: 30px;
	}
	#radiology .rsi_pc {
		display: block;
	}
	#radiology .radiology_staff_img_sp {
		display: none;
	}
}

@media only screen and (max-width: 699px) {
	#radiology .radiology_staff_img,
	#radiology .radiology_staff_img_sp	{
		width: 70%;
		margin: 20px auto;
	}
	
	#radiology .radiology_staff_img img,
	#radiology .radiology_staff_img_sp img	{
		width: 100%;
	}
	
	#radiology .radiology_staff_detail {
		width: 100%;
		line-height: 25px;
	}
	
	#radiology .radiology_staff_img_sp {
		display: block;
		margin-top: 50px;
	}
	
	#radiology .rsi_pc {
		display: none;
	}
}

.paper_detail_1_table td a {
	text-decoration: underline;
}




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


.el_link_box {
	width: 100%;
}

.el_link_box li {
		height: 150px;
		position: relative;
}

.el_link_box li a {
	box-shadow: 3px 3px 6px 7px rgba(0,0,0,0.08);
	font-weight: bold;
	background-position: center right;
	background-size: 40%;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding: 15px;
	cursor: pointer;
	background-size: 40%;
	}
	
	.el_link_box li a p {
		position: absolute;
top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		
	}

#el .el_link_box li:nth-child(1) a {
	background-image: url(../image/el/el_link_img1.jpg);
}

#el .el_link_box li:nth-child(2) a {
	background-image: url(../image/el/el_link_img2.jpg);
}

#el .el_link_box li:nth-child(3) a {
	background-image: url(../image/el/el_link_img3.jpg);
}

#el .el_link_box li:nth-child(4) a {
	background-image: url(../image/el/el_link_img4.jpg);
}

#el .el_link_box li:nth-child(5) a {
	background-image: url(../image/el/el_link_img5.jpg);
}

#el .el_link_box li:nth-child(6) a {
	background-image: url(../image/el/el_link_img6.jpg);
}

#el .el_link_box li:nth-child(7) a {
	background-image: url(../image/el/el_link_img7.jpg);
}

#el .el_link_box li:nth-child(8) a {
	background-image: url(../image/el/el_link_img8.jpg);
}




#top_equipmentlist {
		width: 95%;
		margin: 0 auto;
}

#top_equipmentlist div {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 0px;
}

#top_equipmentlist div img {
	width: 100%;
}

.el_side_img div img {
	width: 100%;
}

.el_one_img,
.el_one_img2,
.el_one_img3	{
	margin-bottom: 20px;
}
	
.el_one_img div {
	max-width: 800px;
	width: 100%;
	}
	
.el_one_img3 div {
	max-width: 900px;
	width: 100%;
	margin:50px auto;
}
	
	.equipment9 .el_one_img div {
		margin-top: 40px;
}
	
.el_one_img2 div {
	max-width: 400px;
	width: 100%;
	margin: 10px auto;
}
	
.el_one_img div img,
.el_one_img2 div img,
.el_one_img3 div img	{
	width: 100%;
}

.el_btn {
	max-width: 200px;
	text-align: center;
	width: 95%;
	margin: 20px auto;
}

.el_btn a {
	width: 100%;
	display: block;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1.5rem;
	background: #2C31A6;
	color: #Fff;
}
	
#top_message {
	width: 95%;
	max-width: 950px;
		margin: 30px auto 20px;
	box-sizing: border-box;
		padding: 20px;
		background: #efefef;
		text-align: center;
	}
	
#top_message p span {
	border-bottom: 2px solid #ff0000;
	}

#top_message ul li {
		list-style-type: disc;
	}
	
	#top_message ul li span {
		color: #ff0000;
	}
	
	#visiting_cover {
		background-color: rgba(0,0,0,0.6);
		width: 100%;
		height: 100%;
		background-size: cover;
		position:relative;
		margin: 100px 0;
	}
	
#visiting_cover .visiting_cover_txt {
		position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
		margin: auto;
		color: #fff;
		font-weight: bold;
	}
	
#checkup	.checkup_step {
		padding: 15px;
		box-sizing: border-box;
		border-radius: 5px;
		background: #BBD3ED;
		margin: 10px 0;
		text-align: center;
		font-size: 1.5rem;
		line-height: 2;
	}
	
#checkup	.checkup_step span {
		font-weight: bold;
	}
	
#checkup	.checkup_step_arrow {
		text-align: center;
		margin: 10px 0;
	}
	
#checkup	.checkup_step_arrow i {
		color: #BBD3ED;
		font-size: 3rem;
	}
	
	#checkup	.checkup_img_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 20px 0;
	}
	
	#checkup	.checkup_img_box div:nth-child(1) {
		width: 60%;
	}
	
		#checkup	.checkup_img_box div:nth-child(2) {
		width: 35%;
	}
	
	#checkup	.checkup_img_box div img {
		width: 100%;
	}
	
#checkup	.checkup_table1 {
		margin: 20px 0;
	}
	
#checkup	.checkup_table1 table,
#checkup	.checkup_table2 table	{
		width: 100%;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	
#checkup	.checkup_table1 th,
#checkup	.checkup_table1 td,
#checkup	.checkup_table2 th,
#checkup	.checkup_table2 td	{
		padding: 10px;
		box-sizing: border-box;
		font-size: 1.5rem;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: center;
		vertical-align: middle;
	}
	
	#checkup	.checkup_table1 th,
#checkup	.checkup_table2 th	{
		background: #efefef;
	}
	
	#checkup	.checkup_tel_box p.checkup_tel_txt {
		color: #2C31A6;
	}
	
#checkup	.checkup_tel_box p span {
		font-size: 2rem;
	}
	
	#online	.online_img_box {
		margin: 20px 0;
	}
	
#online	.online_img_box img {
	width: 100%;
	}
	
	.eq_link_btn {
		width: 200px;
		margin: 40px auto;
	}
	
	.eq_link_btn a	{
		display: block;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		font-size: 1.5rem;
		color: #2C31A6;
		background: #DCE1F5;
		cursor: pointer;
		border-radius: 5px;
		text-align: center;
	}
	
	.literature6_img_type1 {
		margin: 20px auto;
		max-width: 500px;
		width: 100%;
	}
	
	.literature6_img_type1 img {
		width: 100%;
	}
	
	.literature6_img_type2 {
		margin: 20px auto;
		max-width: 667px;
		width: 100%;
	}
	
	.literature6_img_type1 img {
		width: 100%;
	}
	
	.literature_main .red_font {
		font-size: 1.5rem !important;
		color: #ff0000;
	}
	
	.literature6_img_type3 {
		width: 48%;
		margin: 20px auto;
	}
	
	.literature6_img_type3 img {
		width: 100%;
	}
	
	#literature .literature_6_dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	}
	
	#literature .literature_6_dl dt {
		width: 5%;
	}
	
	#literature .literature_6_dl dd {
		width: 95%;
	}
	
#literature .literature_main_inner span.border_bottom {
		border-bottom: 1px solid #000;
		font-size: 1.5rem !important;
	}
	
	
	.radiology_img_6 div,
.radiology_img_9 div	{
		margin: 30px 0;
	}
#radiology .radiology_img_6 div img,
	#radiology .radiology_img_9 div img {
		width: 100%;
	}
	
	.radiology_img_type1,
	.radiology_img_type2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
		margin: 15px 0;
		  align-items: center;
  justify-content: center;
	}
	
	
	.radiology_img_type1 div:nth-child(1){
		width: 46%;
		align-self: flex-start;
	}
	
	.radiology_img_type1 div:nth-child(2){
		width: 8%;
		text-align: center;
	}
	.radiology_img_type1 div:nth-child(2) i {
		font-size: 3rem;
		color: #2C31A6;
	}
	.radiology_img_type1 div:nth-child(3){
		width: 46%;
		align-self: flex-start;
	}
	
	.radiology_img_type1 div img {
		width: 100%;
	}
	
	
	
	
	
	.radiology_img_type2 div:nth-child(1),
	.radiology_img_type2 div:nth-child(3){
		width: 28%;
		align-self: flex-start;
	}
	
	.radiology_img_type2 div:nth-child(5){
		width: 39%;
		align-self: flex-start;
	}
	
	.radiology_img_type2 div:nth-child(2),
	.radiology_img_type2 div:nth-child(4){
		width: 6%;
		text-align: center;
	}
	.radiology_img_type2 div:nth-child(2) i,
	.radiology_img_type2 div:nth-child(4) i {
		font-size: 2.2rem;
		color: #2C31A6;
	}
	
	.radiology_img_type2 div img {
		width: 100%;
	}
	
	#literature	.literature7_img_type2 {
		margin: 15px 0;
	}
	
	#literature	.blue_txt {
		color: #5082d3;
		font-size: 1.5rem !important;
	}
	
		#literature	.literature7_img_2 {
		width: 60%;
		margin: 15px auto;
	}
	
	#literature	.literature7_img_2 img {
		width: 100%;
	}
	
	#literature	.underline_txt {
		border-bottom: 1px solid #000;
		font-size:1.5rem !important;
	}
	
	#literature	.underline_txt_red {
		border-bottom: 1px solid #f00;
		font-size:1.5rem !important;
	}
	
	#literature	.underline_txt_blk {
		border-bottom: 1px solid #000;
		font-size:1.5rem !important;
	}
	
	#literature	.underline_txt_blue {
		border-bottom: 1px solid #4b88ea;
		font-size:1.5rem !important;
	}
	
	#literature	.underline_txt_bk {
		border-bottom: 1px solid #000;
		font-size:1.5rem !important;
	}
	
	#literature	.literature8_img {
		width: 100%;
		text-align: center;
		margin: 20px auto;
	}
	
	#literature	.literature8_img img {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	#literature	.literature9_img {
		width: 100%;
		text-align: center;
		margin: 20px auto;
	}
	
	#literature	.literature9_img img {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	#literature	.txt_r {
		text-align: right;
		margin: 10px 0;
	}
	
	#literature	.txt_lr {
		width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 10px auto;
	}
	
	#literature	.literature8_img_2 {
		width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 10px auto;
	}
	
	#literature	.literature8_img_2 div:first-child {
		margin-right: 20px;
	}
	
	#literature	.literature8_img_2 div img {
		width: 100%;
	}
	
	#literature	.literature8_img_3 {
		width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		margin: 10px auto;
	}
	
	#literature	.literature8_img_3 div:first-child {
		margin-right: 20px;
	}
	
	#literature	.literature8_img_3 div img {
		width: 100%;
	}
	
	#literature	.literature8_dl {
		width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
		display: flex;
		margin-top: 80px;
		padding-top: 20px;
		border-top: 1px solid #000;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	
	#literature	.literature8_dl2 {
		width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
		display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	
	#literature	.literature8_dl dt,
	#literature	.literature8_dl2 dt	{
		width: 6%;
		margin-right:2%;
	}
	
	#literature	.literature8_dl dd,
	#literature	.literature8_dl2 dd	{
		width: 92%;
	}
	
	#literature	.literature8_table {
		width: 100%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		margin-top: 20px;
	}
	
	#literature	.literature8_table th {
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		padding: 10px;
		text-align: center;
	}
	
	#literature	.literature8_table td {
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		padding: 10px;
		text-align: center;
		vertical-align: middle;
	}
	
#literature	.txt_red {
		color: #ff0000;
		font-size: 1.5rem !important;
	}
	
	#literature	img.literature9_img_4 {
		width: 90%;
	}
	
	#literature	.literature9_img2 div img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#vaccine_box {
		position: relative;
	}
	
	
#visiting_cover_vaccine_txt{
position: absolute;
top: 100px;
left: 50%;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);
margin: auto;
margin-bottom: auto;
color: #000;
		font-weight: bold;
		padding: 30px;
		border: 1px solid #000;
		background: #fff;
		z-index:99;
		width: 80%;
	}
	
	#visiting_cover_vaccine_txt p {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#literature.literature9 .literature_6_dl dt,
	#literature.literature9 .literature_6_dl dd,
	#literature.literature9 .literature_6_dl dd .txt_blue	{
		font-family: serif;
		font-size: 1.3rem !important;
	}
	
	#rsv_change #ent_date,
	#vaccine_cxl .cxl_date_input	{
		width: 200px !important;
		margin-bottom: 10px;
	}
	
	#rsv_change .contact_message2 {
	background: #F9DED9;
	padding: 20px;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 20px;
	color: #000;
	font-weight: bold;
	}
	
	#rsv_change .contact_message2 .cm_title {
		font-size: 25px;
		font-weight: bold;
		color: #ed2828;
	}
	
	#rsv_change .contact_message2 .cm_title img {
		width:30px;
		padding: 0 5px 5px 0;
	}
	
	#rsv_change .contact_message2 .cm_uline {
		text-decoration: underline;
	}
	
	.font_b {
		font-weight: bold;
	}
	
	.font_b span {
		font-size: 20px;
	}
	
	.reg_cnt_info_box {
		padding: 15px;
		border: 3px solid #D0D6FA;
		margin: 20px 0;
		box-sizing: border-box;
	}
	
.reg_net_form_btn {
	
	}
	
	.reg_btn {
		text-align: center;
		padding: 15px;
		width:100%;
		font-size: 18px;
		font-weight: bold;
		box-sizing: border-box;
	}
	
	#reg_net_btn {
		background: #d2e7f7;
		color: #439cdb;
	}
	
	.reg_net_rsv_btn a {
		display: block;
		width: 90%;
		max-width: 300px;
margin: 20px 0;
line-height: 30px;
font-size: 1.5rem;
text-align: center;
padding: 10px;
background: #DCE1F5;
font-weight: bold;
cursor: pointer;
		border: 1px solid #ced4ed;
		border-radius: 5px;
	}
	
	.reg_net_area_box {
		padding: 15px;
		border: 3px solid #D0D6FA;
		margin: 20px 0;
		box-sizing: border-box;
		font-size: 16px;
	}
	
	.reg_net_area_box span {
		font-size: 19px;
		font-weight: bold;
		color: #2C31A6;
	}
	
	.reg_blue_txt {
		color: #5082d3;
	}
	
	.reg_net_form_btn a img {
		width: 300px;
		margin: 20px 0 10px;
	}
	
	#reg_fax_btn {
		background: #ceead0;
		color: #5cb563;
		margin: 20px 0;
	}
	
	#literature10_table {
		width: 100%;
		max-width: 700px;
		margin: 10px 0;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	
	#literature10_table th,
	#literature10_table td	{
		padding: 10px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		text-align: center;
		vertical-align: middle;
	}
	
	.literature10 .literature_6_dl {
		margin: 20px 0;
	}
	
	.literature11_title {
		max-width: 400px;
		margin: 20px 0 10px;
	}
	
	.literature11_title img {
		width: 100%;
	}
	
#ablation .ablation_img_2,
#ablation .ablation_img_2 img	{
	width:100%;
	margin: 10px auto;
}
	
#ablation .ablation_img_box {
	margin: 20px 0 0;
	}
	
#ablation .ablation_doctor .ablation_doctor_2 {
		position: relative;
	}
	
#ablation .ablation_doctor .ablation_doctor_2 .ablation_doctor_2_txt img {
	width: 100%;
	}
	
	.top_ablation .ablation_banner {
		max-width: 600px;
		width: 95%;
		margin: 70px auto 20px;
		border: 1px solid #dfdfdf;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}
	
	.top_ablation .ablation_banner img{
		width: 100%;
	}
	
	#literature .literature_7_dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	}
	
	#literature .literature_7_dl dt {
		width: 15%;
	}
	
	#literature .literature_7_dl dd {
		width: 85%;
	}
	
	
	.treat4_doctor1 {
		width: 100%;
		max-width: 650px;
		margin: 20px auto;
	}
	
	.treat4_doctor1_img img {
		width: 100%;
	}
	
	.treat4_doctor1_txt {
		line-height: 24px !important;
		font-size: 1.5rem;
		margin: 10px 0;
	}
	
.treat4_doctor1 a {
	font-size: 1.5rem;
	color: #fff;
	background: #2C31A6;
	display: block;
	padding: 5px;
	border-radius: 5px;
	max-width: 150px;
	text-align: center;
	margin: -30px 0 10px auto;
	}
	
.top_banner_area .top_banner_cont1,
.top_banner_area .top_banner_cont2,
.top_banner_area .top_banner_cont3	{
		border: 1px solid #dfdfdf;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
	
.top_banner_area .top_banner_cont1 img,
.top_banner_area .top_banner_cont2 img,
.top_banner_area .top_banner_cont3 img	{
	width: 100%;
	}
	
	.el_one_img2 p {
		text-align: center;
		font-size: 1.1rem !important;
		margin: 10px 0 !important;
	}
	
#eq8 .ablation_doctor .ablation_doctor_2 {
		position: relative;
	}
	
#eq8 .ablation_doctor .ablation_doctor_2 .ablation_doctor_2_txt img {
	width: 100%;
	}
	
	#ablation .ablation_doctor2 {
		max-width: 500px;
		width: 95%;
		margin: 10px auto;
	}
	
	#ablation .ablation_doctor2 img {
		width: 100%;
		margin-bottom: 20px;
	}
	
		#onlinevisit table.calendar_table{
		width:100%;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
	}
	
	#onlinevisit table.calendar_table td p {
		padding: 5px;
		font-size: 22px !important;
	}
	
	#onlinevisit table.calendar_table td.week_td {
		font-size: 16px;
		background: #f2f2f2;
		padding: 5px;
	}
	
	#onlinevisit table.calendar_table td.today {
		background: #fffbef;
	}
	
	#onlinevisit table.calendar_table th,
	#onlinevisit table.calendar_table td{
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
		text-align:center;
		vertical-align:middle;
		font-weight: bold;
	}
	#onlinevisit .holiday{
		color:#db4343;
	}
	#onlinevisit .sat{
		color:#2870e2;
	}
	#onlinevisit table.time_table{
		width:100%;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
	}
	
	#onlinevisit table.time_table th,
	#onlinevisit table.time_table td{
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
		text-align:center;
		vertical-align:middle;
	}
	
	#onlinevisit table.time_table td {
		cursor: pointer;
	}

	#onlinevisit table.calendar_table thead .calendar_table_month_title {
		padding: 15px 10px;
		font-size: 23px;
		font-weight: bold;
		background: #E3E7F7;
	}
	
	#onlinevisit table.calendar_table thead .calendar_table_month_title span {
		padding: 0 10px;
		cursor: pointer;
	}
	
	#onlinevisit .onlinevisit_contents {
		font-size: 17px;
		margin: 10px 0;
		font-weight: bold;
	}
	
	#onlinevisit table.calendar_table td.visit_o_box {
		cursor: pointer;
	}
	
	#onlinevisit table.calendar_table td.visit_o_box:hover {
		background: #e8f3ff;
	}
	
	#onlinevisit table.calendar_table td.visit_o_box p span.visit_o {
		color: #db4343;
	}
	
#onlinevisit table.calendar_table td.visit_x_box {
	color: #ccc !important;
}
	
#onlinevisit table.calendar_table td.visit_x_box p {
	color: #ccc !important;
	}
	
	#onlinevisit .time_title	{
		font-size: 17px;
		margin: 20px 0 10px;
		font-weight: bold;
	}
	
	#onlinevisit #time_table th {
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
		background: #F2F2F2;
	}
	
	#onlinevisit #time_table td {
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	
	#onlinevisit #time_table td span {
		padding: 7px 10px;
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
		border-radius: 5px;
		color: #2C31A6;
		background: #E2E6F6;
	}
	
	#onlinevisit #time_table td span:hover {
		opacity: 0.8;
	}
	
	#onlinevisit #visit_form_box {
		max-width: 200px;
		width: 90%;
		margin: 20px auto;
	}
	
	#onlinevisit #visit_form_box input[type="submit"] {
		background: #2C31A6;
		color: #fff;
		border: none;
		border-radius: 5px;
		width: 100%;
		padding: 15px;
		font-size: 17px;
		cursor: pointer;
	}
	
	#onlinevisit .contact_table th {
		border-top: 1px solid #EFEFEF;
	}
	
	#onlinevisit .contact_table td {
		border-top: 1px solid #EFEFEF;
	}
	
	#onlinevisit .online_en_contact_btn .online_en_contact_btn_l input {
		display: inline-block;
		background: #2C31A6;
		color: #fff;
		width: 100%;
		padding: 17px 10px;
		border-radius: 5px;
		font-size: 15px;
		text-align: center;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	
		#onlinevisit .online_en_contact_btn .online_en_contact_btn_r input {
		display: inline-block;
		background: #E3E7F7;
		padding: 15px 10px 16px;
		border-radius: 5px;
		color: #2C31A6;
		width: 100%;
		font-size: 15px;
		text-align: center;
		box-sizing: border-box;
	}
	
	#onlinevisit .online_en_contact_btn .online_en_contact_btn_r a {
		display: inline-block;
		background: #E3E7F7;
		padding: 15px 10px 16px;
		border-radius: 5px;
		color: #2C31A6;
		width: 100%;
		font-size: 15px;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
	}
	
	#onlinevisit .online_en_contact_btn_conf {
		background: #EFEFEF !important;
		color: #333 !important;
		border: #EFEFEF !important;
	}
	
	#onlinevisit .online_en_contact_conf_btn .online_en_contact_conf_btn_l input {
		display: inline-block;
		background: #E3E7F7;
		padding: 15px 10px 16px;
		border-radius: 5px;
		color: #2C31A6;
		width: 100%;
		font-size: 15px;
		text-align: center;
		box-sizing: border-box;
	}
	
		#onlinevisit .online_en_contact_conf_btn .online_en_contact_conf_btn_r input {
		display: inline-block;
		background: #2C31A6;
		padding: 15px 10px 16px;
		border-radius: 5px;
		color: #fff;
		width: 100%;
		font-size: 15px;
		text-align: center;
		box-sizing: border-box;
	}
	
	.red_txt {
		color: #e51919;
		font-size: 1.5rem !important;
		line-height: 1.7;
	}
	
	.literature12_title {
		font-size: 2.7rem;
		color: #4b88ea;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	
	.literature12_title .literature12_title_min {
		font-size: 1.5rem;
	}
	
	.literature12_title .literature12_title_min2 {
		font-size: 1.8rem !important;
		text-align: center;
		display: block;
	}
	
	.literature12_img_1 {
		width: 100%;
	}
	
	.literature12_img_1 img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#literature .literature_12_dl dt {
		width: 30% !important;
	}
	
	#literature .literature_12_dl dd {
		width: 70% !important;
	}
	
	#literature .literature12_detail_box {
		margin-top: 100px;
	}
	
	#literature .literature12_detail_box .literature12_detail_title {
		margin: 20px 0;
	}
	
	#literature .literature12_detail_box .literature12_detail_title span {
		font-size: 1.5rem;
	}
	
	#literature .literature12_detail_box .literature12_detail_title img {
		max-width: 400px;
	}
	
	#literature .literature12_table {
		width: 100%;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
	}
	
	#literature .literature12_table .literature12_table_l {
		width: calc(100% - 60px);
		padding: 15px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	
	#literature .literature12_table .literature12_table_r {
		width: 60px;
		text-align: center;
		padding: 15px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		box-sizing: border-box;
	}
	
	#literature .literature12_img_3 {
	display: -webkit-box;
	display: -ms-flexbox;
		display: flex;
  justify-content: center;
		margin: 20px 0;
	}
	
	#literature .literature12_img_3 div {
		max-width: 245px;
		width: 48%;
	}
	
	#literature .literature12_img_3 div img {
		width: 100%;
	}
	
	#literature .literature12_img_3 div:nth-child(1n) {
		margin-right: 20px;
	}
	
	#literature .literature12_detail_box .literature12_detail_title2 {
		margin-bottom: 20px;
	}
	
	#literature .literature12_detail_box .literature12_detail_title2 img {
		max-width: 270px;
	}
	
	#literature .literature12_detail_box	.literature12_detail_title_txt {
		font-size: 1.8rem !important;
	}
	
		#literature .literature_12_dl_2 dt {
		width: 13% !important;
	}
	
	#literature .literature_12_dl_2 dd {
		width: 87% !important;
	}
	
	#literature .literature12_img_2 div img {
		width: 100%;
	}
	
	
	#literature .literature14_detail_title1 {
		max-width: 450px;
		width: 95%;
		margin: 65px 0 10px;
	}
	
	#literature .literature14_detail_title2 {
		max-width: 600px;
		width: 95%;
		margin: 110px 0 15px;
	}
	
	#literature .literature14_detail_title1 img,
	#literature .literature14_detail_title2 img	{
		width: 100%;
	}
	
	#literature .literature14_img_2 {
	display: -webkit-box;
	display: -ms-flexbox;
		display: flex;
  justify-content: center;
		margin: 20px 0;
	}
	
	#literature .literature14_img_2 div:nth-child(1) {
		width: 64%;
	}
	
	#literature .literature14_img_2 div:nth-child(2) {
		width: 31%;
	}
	
	#literature .literature14_img_2 div img {
		width: 100%;
	}
	
	#literature	.literature14_title_txt {
		color:#30ae2d;
		text-align: center;
		font-size: 3.1rem;
		margin: 10px auto 20px;
	}
	
#literature .literature_14_dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	}
	
	#literature .literature15_ol {
		margin-left: 20px;
	}
	
#literature .literature15_ol li {
		list-style-type: decimal !important;
	}
	
#literature .literature16_img_2 div img {
    width: 100%;
	}
	
	#literature	.literature16_img5 img {
    width: 100%;
	}
	
	#literature	.literature16_img5 p {
		text-align: right;
	}
	#literature .literature16_img_6 img,
	#literature .literature16_img7 img {
		width: 100%;
	}
	
	#literature .literature_orange_txt {
		color: #f78c42;
		text-shadow: 1px 2px 3px #dd854b;
		font-size: 2.3rem !important;
		margin-top: 10px;
	}
	
	#literature .literature17_title {
  font-size: 2.7rem;
  color: #4b88ea;
  line-height: 1.6;
  margin-top: 40px;
	}
	
	#literature .literature_blk_b_txt {
		margin-top: 20px;
}
	
	#literature .literature_blk_b_txt span {
		font-size: 2.5rem !important;
		font-weight: bold;
}
	
	#literature .literature17_btm {
		border-top: 2px dotted #000;
		margin-top: 20px;
		padding-top: 20px;
		font-size: 1.2rem !important;
	}
	
	.vaccine_top_txt {
		text-decoration: underline;
		font-size: 2rem !important;
		font-weight: bold;
	}
	
	.literature18_img {
		text-align: right !important;
	}
	
		.literature9_img4 img {
		width: 100%;
	}
	
	.literature20_img_w {
		max-width: 400px;
		margin: 10px auto;
	}
	
	.literature20_img_w img {
		width: 100%;
	}
	
	.radiology_contents h4 {
		margin-top: 30px;
	}
	
	.radiology_contents .top_title_type1 {
		font-size: 1.8rem;
		color: #2C31A6;
		border-bottom: 3px solid #CEDAEA;
		padding: 0 0 3px 3px;
		margin-bottom: 10px;
	}
	
	.radiology_img_new1 .radiology_img_new1_l{
		width: 49.5%;
	}
	
	.radiology_img_new1 .radiology_img_new1_r{
		width: 49.5%;
	}
	
	.radiology_img_new2 {
		width: 100%;
		margin: 20px auto 10px;
		text-align: center;
	}
	
	.radiology_img_new2 img {
		width: 100%;
		max-width: 500px;
	}
	
	.radiology_img_new1 .radiology_img_new3_l{
		width: 46%;
	}
	
	.radiology_img_new1 .radiology_img_new3_r{
		width: 53%;
	}
	
	.radiology_img_new4 {
		width: 100%;
		margin: 20px auto 10px;
	}
	
	.radiology_img_new4 img {
		width: 100%;
	}
	
	.radiology_img_new1 .radiology_img_new5_l {
		width: 33%;
	}
	
	.radiology_img_new1 .radiology_img_new5_c {
		width: 33%;
	}
	
	.radiology_img_new1 .radiology_img_new5_r {
		width: 33%;
	}
	
	.radiology_img_new1 .radiology_img_new6_l{
		width: 50%;
	}
	
	.radiology_img_new1 .radiology_img_new6_r{
		width: 49%;
	}
	
	.radiology_img_new1 .radiology_img_new7_1 {
		width: 24%;
	}
	
	.radiology_img_new1 .radiology_img_new7_2 {
		width: 24%;
	}
	
	.radiology_img_new1 .radiology_img_new7_3 {
		width: 24%;
	}
	
	.radiology_img_new1 .radiology_img_new7_4 {
		width: 24%;
	}
	
	.radiology_img_new1 .radiology_img_new8_1 {
		width: 55%;
	}
	
	.radiology_img_new1 .radiology_img_new8_2 {
		width: 40%;
		padding-top: 46px;
	}
	
	#literature .literature21_img img {
		width:100%;
	}
	
.hospital_04 {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 15px;
}

.hospital_04 th {
	background: #d9def7;
	border-right: 1px solid #ccc;
	padding: 7px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	font-size: 1.3rem;
	word-break: break-all;
	}
	
.hospital_04 th.hospital_04_title {
	border-bottom: 1px solid #ccc;
	}

.hospital_04 td {
	border-top: 1px solid #ccc;
	padding: 7px;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	font-size: 1.3rem;
 word-break: break-all;
	}
	
	#coverage h3 {
		margin-top: 30px;
	}
	
#coverage ol {
	line-height: 1.5;
	font-size: 1.5rem;
	margin: 20px 0 20px 30px;
}
	
#coverage ol li {
	list-style-type: decimal !important;
	}
	
#clinic #clinic_consultation_table table {
	font-size: 1.6rem;
	margin-bottom: 15px;
	width: 100%;
	border-right: 1px solid #ded5ec;
	border-top: 1px solid #ded5ec;
	border-left: 1px solid #ded5ec;
}
	
#clinic #clinic_consultation_table table {
	font-size: 1.6rem;
}
	
#clinic #clinic_consultation_table table tr th {
	background: #C5CBEA;
	padding: 10px 5px;
	text-align: center;
	border-bottom: 1px solid #efebf6;
	width: 140px;
}
	
#clinic #clinic_consultation_table table tr td {
	padding: 10px 5px;
	border-bottom: 1px solid #ded5ec;
	border-left: 1px solid #ded5ec;
	text-align: center;
	color: #2C31A6;
	background: #fff;
	font-weight: bold;
}
	
#clinic #clinic_consultation_table table tr td.week {
	background: #EFEFEF;
	border-left: 1px solid #ccc;
	color: #333;
	}
	
#clinic	.clinic_txt1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	}
	
	#clinic	.clinic_txt1 dt {
	margin-right: 1%;
	padding: 1%;
	box-sizing: border-box;
	border: 2px solid #2C31A6;
		font-weight: bold;
	font-size: 1.4rem;
	color: #2C31A6;
	text-align: center;
	margin-bottom: 10px;
}
	
#clinic	.clinic_txt1 dd {
	font-size: 1.4rem;
	padding: 1%;
	box-sizing: border-box;
	margin-bottom: 10px;
	}
	
#clinic	.clinic_address_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	
#clinic	.clinic_address_box .clinic_address {
	font-size: 1.5rem;
	}
	
.top_eq10_inner {
	width: 95%;
	max-width: 800px;
	margin: 30px auto 20px;
	}
	
.top_eq10_inner .top_eq10_img,
.top_eq10_inner .top_eq10_img img {
	width: 100%;
	}
	
	#mnc .mnc_img_box1 {
		max-width: 959px;
		margin: 50px auto 40px;
		width: 100%;
	}
	
	#mnc .mnc_img_step {
		width: 390px;
		margin: 10px auto;
	}
	
	#mnc .mnc_img_box1 img,
	.mnc_img_step_arrow img,
	#mnc .mnc_img_step img	{
		width: 100%;
	}
	
	#mnc .mnc_img_step p {
		padding: 3px;
		text-align: center;
		font-weight: bold;
		color: #2C31A6;
		background: #EFEFEF;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	
	.mnc_img_step_arrow {
		width: 65px;
		margin: 10px auto;
	}
	
	#mnc h4 {
		margin-top: 40px;
	}
	
	#mnc .mnc_btn {
		max-width: 500px;
		width: 100%;
		margin-top: 20px;
	}
	
	#mnc .mnc_btn a {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		padding: 15px 10px;
		line-height: 15px;
		border-radius: 50vh;
		color: #fff;
		font-size: 1.5rem;
		background: #2C31A6;
		text-align: center;
	}
	
	#literature .literature24_txt {
		border:none !important;
	}
	
#literature .literature24_title {
  font-size: 2.7rem;
  color: #f2b100;
  line-height: 1.6;
  margin-top: 40px;
	}
	
#literature .ul_txt {
		border-bottom: 1px solid #000;
		font-size: 1.5rem !important;
	}
	
#literature .ul_txt2 {
		border-bottom: 1px solid #000 !important;
		font-size: 1.3rem !important;
	}
	
#literature .ul_txt3 {
		border-bottom: 1px solid #000 !important;
		font-size: 1.2rem !important;
	}
	
#literature .ul_txt4 {
		border-bottom: 1px solid #f00;
		font-size: 1.5rem !important;
	}
	
#literature .literature_link1 {
		color: #e51919;
		border-bottom: 1px solid #e51919 !important;
	}
	
#literature .literature_link2 {
		color: #000;
		border-bottom: 1px solid #000 !important;
	}
	
	#literature .literature24_dd_img	{
		width:90%;
		margin: 20px auto;
	}
	
#literature .literature24_dd_img img	{
	width:100%;
	}
	
	#literature .literature24_txt2 {
		font-size: 1.8rem;
		font-weight:bold;
	}
	
#literature .literature24_btm {
	border-top: 2px dotted #000;
	border-bottom: 2px dotted #000;
	margin: 20px 0;
	padding: 20px 0;
	font-size: 1.2rem !important;
}
	
#literature .literature24_blue_txt_box {
		color: #2c77dd;
		margin: 30px 0;
		font-size: 1.2rem;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	
	#literature .literature24_blue_txt_box_inner {
		padding: 10px;
		border: 2px solid #000;
		margin: 10px 0;
	}
	
	#literature .literature24_blue_txt_box_inner span {
		font-size: 1rem !important;
	}
	
	#literature .literature24_blue_txt_box .red_txt {
		font-size: 1.2rem !important;
	}
	
	#privacy .guideline_txt {
		margin: 0 0 20px 50px;
	}

.checkup2_txt {
	text-align: center !important;
	font-size: 1.7rem !important;
	margin-bottom: 20px;
}

.checkup2_txt span {
	text-decoration: underline !important;
}

#checkupfaq p span {
	text-decoration: underline;
}

.clinical_department_page {
	margin-top: 80px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

.course_detail {
	margin-bottom: 70px;
}

#course .course_title_type1 {
	padding: 10px;
	background: #e3e7f7;
	color: #2C31A6;
	margin: 40px 0 30px;
}

#patientvoice .patientvoice_contents {
	padding: 20px;
	background: #fffbea;
	margin-bottom: 40px;
}

#patientvoice .patientvoice_contents img {
	width: 100%;
}

.ticketpage_img {
	max-width: 1000px;
	width: 100%;
}

.ticketpage_img img {
	width: 100%;
}

#literature .literature25_btm {
	border-top: 2px dotted #000;
	margin: 20px 0;
	padding: 20px 0;
	font-size: 1.2rem !important;
}
