@charset "UTF-8";
/* Font
============================================================================================================ */

body {
	font-family: "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic ", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color: #444;
}
/* ヘルパー
============================================================================================================ */

/*margin*/

.mb0 {
	margin-bottom: 0 !important;
}
.mb0_5r {
	margin-bottom: 0.5rem !important;
}
.mb1r {
	margin-bottom: 1rem !important;
}
.mb2r {
	margin-bottom: 2rem !important;
}
.mb3r {
	margin-bottom: 3rem !important;
}
.mb4r {
	margin-bottom: 4rem !important;
}
.mb5r {
	margin-bottom: 5rem !important;
}
.mb6r {
	margin-bottom: 6rem !important;
}
.mb7r {
	margin-bottom: 7rem !important;
}
.mb8r {
	margin-bottom: 8rem !important;
}
.mb9r {
	margin-bottom: 9rem !important;
}
.mb10r {
	margin-bottom: 10rem !important;
}
.mt_2r {
	margin-top: -2rem !important;
}
.mt_1r {
	margin-top: -1rem !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt1r {
	margin-top: 1rem !important;
}
.mt2r {
	margin-top: 2rem !important;
}
.mt3r {
	margin-top: 3rem !important;
}
.mt4r {
	margin-top: 4rem !important;
}
.mt5r {
	margin-top: 5rem !important;
}
.mt6r {
	margin-top: 6rem !important;
}
/*padding*/

.pd1r {
	padding: 1rem !important;
}
.pd2r {
	padding: 2rem !important;
}
.pd3r {
	padding: 3rem !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt1r {
	padding-top: 1rem !important;
}
.pt2r {
	padding-top: 2rem !important;
}
.pt3r {
	padding-top: 3rem !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb1r {
	padding-bottom: 1rem !important;
}
.pb2r {
	padding-bottom: 2rem !important;
}
/*display*/

.db {
	display: block !important;
}
.di {
	display: inline !important;
}
/*text*/

.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}
/*color*/

.clrRed {
	color: #cb3f3f !important;
}
.clrGreen {
	color: #2bdadc !important;
}
.clrBlue {
	color: #2c96e8 !important;
}
.clrOrange {
	color: #ea6854 !important;
}
.clrYellow {
	color: #f7ec41 !important;
}
.clrPink {
	color: #f6add4 !important;
}
.clrWhite {
	color: #fff !important;
}
/*font-weight*/

.fwNorm {
	font-weight: 400 !important;
}
.fwMed {
	font-weight: 500 !important;
}
.fwBold {
	font-weight: 600 !important;
}
/*font-size*/

.fs80 {
	font-size: 80% !important;
}
.fs90 {
	font-size: 90% !important;
}
.fs100 {
	font-size: 100% !important;
}
.fs105 {
	font-size: 105% !important;
}
.fs110 {
	font-size: 110% !important;
}
.fs120 {
	font-size: 120% !important;
}
.fs130 {
	font-size: 130% !important;
}
.fs140 {
	font-size: 140% !important;
}
.fs150 {
	font-size: 150% !important;
}
.fs160 {
	font-size: 160% !important;
}
.fs170 {
	font-size: 170% !important;
}
.fs180 {
	font-size: 180% !important;
}
.fs190 {
	font-size: 190% !important;
}
.fs200 {
	font-size: 200% !important;
}
/*text-decoration*/

.txtdecoU {
	border-bottom: solid 3px #d6e24a;
}
.txtdecoN {
	text-decoration: none !important;
}
/*clear*/

.clear {
	clear: both !important;
}
/*radius*/

.radius, .radius img {
	border-radius: 0.75rem !important;
}
.view-sp {
	display: none;
}
@media print, screen and (max-width: 48.000em) {
	.view-pc, .view-sp {
		display: none;
	}
}
/* table
============================================================================================================ */

.table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.5rem;
	
}
.table th, .table td {
	vertical-align: top;
	padding: 0 0.65rem 1rem 0.65rem;
	font-size: 0.875rem;
}
.table th {
	text-align: left;
}
.table_noline, .table_noline th, .table_noline td {
	border: none;
	padding: 0.5rem 0;
	text-align: left;
	vertical-align: top;
}
.timetable th, .timetable td {
	padding: 8px;
	font-size: 0.875rem;
	text-align: center;
}
.timetable tr:last-child td {
	border: none;
}
/* bl_card
============================================================================================================ */

.bl_card {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2.5rem;
}
.bl_card.reverse {
	flex-direction: row-reverse;
}
.bl_card .image {
	flex-basis: 42%;
}
.bl_card .text {
	flex-basis: 54%;
}
.bl_card_3_7 .image {
	flex-basis: 30%;
}
.bl_card_3_7 .text {
	flex-basis: 67%;
}
@media print, screen and (max-width: 40.000em) {
	.bl_card {
		display: block;
	}
	.bl_card .image {
	margin-bottom:1.5rem;
}
}
/* header
============================================================================================================ */

.ly_header_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.ly_header_logo {
	margin-right: auto;
	margin-left: 1.5rem;
}
.ly_header_logo h1 {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 0;
}
@media print, screen and (max-width: 64.000em) {}
@media print, screen and (max-width: 48.000em) {
	.ly_header_wrap {
		display: block;
	}
	.ly_header {
		height: 64px;
	}
	.ly_header_logo {
		margin: 0 0 0 1rem;
		padding-top: 0.5rem;
	}
}
@media print, screen and (max-width: 40em) {
	.ly_header_logo {
		max-width: 200px;
		width: 100%;
	}
}
/* navigation
============================================================================================================ */

.sitenavi-container {
	overflow: visible;
	margin: 0 auto 0 !important;
}
.sitenavi .dropmenu {
	*zoom: 1;
	width: 100%;
	list-style-type: none;
	margin: 0 auto 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.sitenavi .dropmenu {
	display: block;
}
}
.sitenavi .dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.sitenavi .dropmenu:after {
	clear: both;
}
.sitenavi .dropmenu>li {
	position: relative;
	margin: 0;
	width: auto;
	padding: 0;
	white-space: nowrap;
	text-align: center;
}
.sitenavi .dropmenu li a {
	display: block;
	margin: 0;
	padding:2rem 2rem;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}
.sitenavi li:last-child a{
	padding:2rem 2.5rem;
	background:#00479d;
	color:#fff;
	display:block;
}
.sitenavi .dropmenu>li>a:hover {
	/*color: #fff;*/
}
.sitenavi .dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.sitenavi .dropmenu li ul li {
	width: 150%;
}
.sitenavi .dropmenu li ul li a {
	padding: 13px 15px;
	border-top: 1px solid #eee;
	background: #fff;
	color: #333;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border-right: none;
}
.sitenavi .dropmenu li li a:hover {
	background: #f09bad;
}
.sitenavi .dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.sitenavi .dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
}
.sitenavi .hide-for-small {
	display: inline !important;
}
@media screen and (max-width: 64em) {
	.sitenavi .dropmenu li a {
		padding: 2rem 1.25rem;
	}
	
}
.ly_footer_inner {
	padding: 5rem 0;
	display: flex;
	justify-content: space-between;
}
.ly_footer_inner .info{
	flex-basis: 60%;
}
.ly_footer_inner .links {
	flex-basis: 35%;
}
.ly_footer_inner .info .exp{
	font-size: 13px;
}
.ly_footer_inner .tel {
	color: #0065b5;
	font-weight: 600;
}
.ly_footer_inner .numb {
	font-size: 140%;
}
.ly_footer_inner .timetable .small {
	font-size: 10px;
	letter-spacing: 0;
	white-space: nowrap;
	display: block;
	color: #6a91bf;
}
.ly_footer_inner .timetable td, .ly_footer_inner .timetable th {
	padding: 1rem 0.5rem;
	text-align: center;
}

.ly_footer .links li a {
	position: relative;
	padding-left: 2rem;
	font-size: 0.875rem;
}
.ly_footer .links li {
	padding: 0.25rem 0;
}
.ly_footer .links li a:before {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/arrowBlue.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
}
.copyright {
	font-size: 0.75rem;
	margin: 0;
	color: #fff;
	background-color: #00479d;
	padding: 2rem 1rem;
}
@media screen and (max-width: 40em) {
	.ly_footer_inner {
		display: block;
		padding: 4rem 0 3rem;
	}
	.copyright {
		padding: 2rem 1rem 6rem;
	}
}
.ly_mobileContact {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.65rem;
	z-index:10;
}
.ly_mobileContact .tel {
	width: 82%;
	display: none;
}
.ly_mobileContact .mail {
	width: 42%;
	display: none;
}
.ly_mobileContact .pagetop {
	width: 16%;
	max-width: 60px;
	border: solid 1px #0d2252;
	display: none;
}
.ly_mobileContact .mail {
	width: 40%;
}
.ly_mobileContact .button {
	display: block;
	padding: 1rem 0;
	max-width:100%;
	border: solid 1px #fff;
}
.ly_mobileContact .button::after {
	content: none;
}
@media print, screen and (max-width: 40.000em) {
	.ly_mobileContact {
		justify-content: space-between;
		background-color: rgba(17, 40, 104, 0.75);
	}
	.ly_mobileContact .tel, .ly_mobileContact .mail {
		display: block;
	}
	.ly_mobileContact .pagetop {
		border: none;
	}
}
@media print, screen and (max-width: 30.000em) {
	.ly_mobileContact .button {
		padding: 0.8125rem 0;
	}
}
.ly_pageTitle {
	/*background: #f0f6fc;*/
	background: rgb(240, 246, 252);
	background: linear-gradient(47deg, rgba(240, 246, 252, 1) 0%, rgba(217, 235, 255, 1) 100%);
	position: relative;
	height: 300px;
}

@media print, screen and (max-width: 40.000em) {
	.ly_pageTitle {
		height: 300px;
	}
}
.ly_pageTitle h1 {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	font-size: 2.25rem;
	letter-spacing: 2px;
	color: #111;
}
@media screen and (max-width: 40em) {
	.ly_pageTitle h1 {
		font-size: 1.85rem;
	}
}
.ly_pageTitle h1:after {
	content: attr(data-text);
	display: block;
	margin-top: 0.5rem;
	color: #2c96e8;
	letter-spacing: 2px;
	font-size: 1.25rem;
	font-weight: 500;
	font-family: Century Gothic, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic ", "Yu Gothic", Verdana, Meiryo, sans-serif;
	text-transform: uppercase;
}
.ly_pageLead {
	font-size: 1.65rem;
	text-align: center;
	margin-bottom: 4rem;
	line-height: 1.85;
	position: relative;
}
@media print, screen and (max-width: 40.000em) {
.ly_pageLead {
	font-size: 1.5rem;
}
}
.ly_pageLead:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	/*下線の上下位置調整*/
	display: inline-block;
	width: 140px;
	/*下線の幅*/
	height: 1px;
	/*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	/*位置調整*/
	background-color: #00479d;
	/*下線の色*/
}
.ly_pageLink {
	display: flex;
	justify-content: space-between;
}
.ly_pageLink li {
	flex-basis: 23%;
	margin-bottom:1rem;
}
.ly_pageLink a {
	background-color: #00479d;
	display: block;
	color: #fff;
	text-align: center;
	padding: 0.65rem 1rem;
	font-size: 0.875rem;
	border-radius: 2px;
	position: relative;
}
.ly_pageLink a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	margin-top: -8px;
	transform: rotate(45deg);
}
.ly_pageLink_2 li {
	flex-basis: 47.5%;
}
.ly_pageLink_3 li {
	flex-basis: 31%;
}
.ly_pageLink_5 li {
	flex-basis: 19%;
}
@media print, screen and (max-width: 40.000em) {
.ly_pageLink {
	display: block;
}
}
.ly_sectionLink {
	display: flex;
	margin-bottom: 2.5rem;
	flex-wrap:wrap;
}
.ly_sectionLink li {
	margin-right: 2rem;
}
.ly_sectionLink li a {
	text-decoration: underline;
}
.section_title {
	display: block;
	font-weight: 600;
	color: #000;
	font-size: 1.5rem;
}
.section_title.datatext {
	display: block;
	font-weight: 600;
	color: #000;
	font-size: 1.5rem;
}
.section_title.datatext::after {
	content: attr(data-text);
	display: block;
	margin-top: 1em;
	color: #2c96e8;
	font-size: 0.875rem;
	margin-bottom: 2rem;
}
.section_title2 {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.section_title2::before {
	content: "";
	width: 28px;
	display: block;
	height: 28px;
	margin-right: 0.5rem;
	border: solid 4px #2c96e8;
	border-radius: 50%;
}
.section_title2::after {
	content: "";
	background-color: #b5cee5;
	flex-grow: 1;
	margin-left: 0.5em;
	height: 1px;
}
.section_title3 {
	font-size: 1.25rem;
	margin: 1.5rem 0 1rem;
	/*border-left:solid 3px #2c96e8;
  padding:0.65rem 1rem;*/
	color: #2c96e8;
}
.section_title4 {
	font-size: 1rem;
	margin: 1.5rem 0 1rem;
	color: #444;
}
.section_title4::before {
	content: "◎";
	margin-right: 0.35rem;
	color: #2c96e8;
}
@media print, screen and (max-width: 48.000em) {}
@media print, screen and (max-width: 40.000em) {
	.section_title {
		font-size: 1.35rem;
	}
	.section_title2 {
		font-size: 1.125rem;
	}
	.section_title3 {
		font-size: 1.125rem;
	}
	.section_title4 {
		font-size: 1rem;
	}
}
/* toppage
============================================================================================================ */
.siteRoot_slide {
	position: relative;
	overflow: hidden;
	z-index: -1;
}
.siteRoot_slide .text {
	position: absolute;
	top: 40%;
	left: 10%;
	transform: translateX(-10%) translateY(-40%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2em;
	-moz-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	-ms-text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.siteRoot_slide .text .en {
	font-size: 1.125rem;
	opacity: 0.5;
	-moz-text-shadow: 0px 2px 25px rgba(47, 80, 137, 0.4);
	-webkit-text-shadow: 0px 2px 25px rgba(47, 80, 137, 0.4);
	-ms-text-shadow: 0px 2px 25px rgba(47, 80, 137, 0.4);
	text-shadow: 0px 2px 25px rgba(47, 80, 137, 0.4);
}
@media screen and (max-width: 64em) {
	.siteRoot_slide .text {
		font-size: 1.4rem;
	}
	.siteRoot_slide img {
		height: 450px;
		width: 100%;
		object-fit: cover;
		object-position: 70% center;
	}
}
@media screen and (max-width: 48em) {
	.siteRoot_slide .text {
		left: 5%;
		transform: translateX(-5%) translateY(-45%);
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_slide img {
		height: 65vh;
	}
	.siteRoot_slide .slide:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: black;
		opacity: 0.035;
		z-index: 1;
	}
	.siteRoot_slide .item1 img {
		object-position: 60% center;
	}
	.siteRoot_slide .item2 img {
		object-position: 70% center;
	}
	.siteRoot_slide .item3 img {
		object-position: 80% center;
	}
	.siteRoot_slide .text {
		left: 5%;
		top: 30%;
		z-index: 2;
		font-size: 1.35rem;
		transform: translateX(-5%) translateY(-30%);
		-moz-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
		-webkit-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
		-ms-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
		text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
	}
}
.siteRoot_timetable {
	background-color: #fff;
	padding: 2rem 3rem 0.5rem;
	width: 680px;
	box-sizing: border-box;
	margin: -180px 0 0 auto;
	z-index: 3;
	position: relative;
}
.siteRoot_timetable .tel {
	color: #0065b5;
	font-weight: 600;
	line-height: 1;
}
.siteRoot_timetable .exp {
	font-size: 12px;
}
.siteRoot_timetable .numb {
	font-size: 140%;
}
@media screen and (max-width: 48em) {
	.siteRoot_timetable {
		padding: 1.5rem 1rem 0.5rem;
		width: 500px;
		margin: -100px 0 0 auto;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_timetable {
		padding: 1.5rem 1rem 0.5rem;
		width: 100%;
		margin: -100px 0 0 auto;
	}
	.siteRoot_timetable tr td:first-child {
		white-space: nowrap;
	}
	.siteRoot_timetable tr th, .siteRoot_timetable tr td {
		padding: 0.65rem 0.25rem;
	}
}
.siteRoot_notice {
	background-color: #f0f6fc;
	padding: 4rem 0 3rem;
	z-index: 1;
	margin-top: -250px;
}
@media screen and (max-width: 64em) {
	.siteRoot_notice {
		margin-top: 0;
	}
}
@media screen and (max-width: 48em) {
	
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_notice {
		padding: 2rem 1rem 1rem;
		margin-top: 0;
	}
}
.siteRoot_news .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
}
.siteRoot_news h2 {
	flex-basis: 15%;
}
.siteRoot_news ul {
	flex-basis: 80%;
}
.siteRoot_news ul li {
	padding: 1.5rem;
	border-bottom: solid 1px #d3e7f4;
	font-weight: 600;
}
.siteRoot_blog {
	display: flex;
	justify-content: space-between;
}
.siteRoot_blog>div {
	flex-basis: 47.5%;
}
.siteRoot_blog .section_title.datatext::after {
	margin-top: 0.5em;
	margin-bottom: 1rem;
}
.siteRoot_blog ul li {
	padding: 0.75rem 0;
	border-bottom: solid 1px #d3e7f4;
	font-weight: 500;
	font-size: 0.875rem;
}
.siteRoot_blog .date {
	margin-right: 1rem;
}
@media screen and (max-width: 48em) {
	.siteRoot_news .inner {
		margin-bottom: 0rem;
		margin-top: 2rem;
	}
	.siteRoot_news ul li {
		padding: 1rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_news .inner {
		display: block;
		margin: 4rem 1rem;
	}
	.siteRoot_news .section_title.datatext::after {
		margin-top: 0.5rem;
	}
	.siteRoot_blog {
	display: block;
	
}
}
.siteRoot_feature {
	padding-top: 6rem;
	background: linear-gradient(180deg, #f0f6fc 0%, #f0f6fc 80%, #fff 80%, #fff 100%);
}
.siteRoot_feature .list {
	display: flex;
	text-align: center;
	justify-content: space-between;
}
.siteRoot_feature .list li {
	flex-basis: 31%;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
}
.siteRoot_feature .list .text p {
	font-size: 1.05rem;
	margin-bottom: 1rem;
}
.siteRoot_feature .list .text {
	padding: 1.25rem 1.5rem;
}
@media screen and (max-width: 48em) {
	.siteRoot_feature .list .text {
		padding: 1.25rem 1rem;
	}
	.siteRoot_feature .list .text p {
		font-size: 0.875rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_feature {
		padding-top: 4rem;
	}
	.siteRoot_feature .list {
		display: block;
	}
	.siteRoot_feature .list li {
		margin-bottom: 1.5rem;
	}
	.siteRoot_feature .list .text p {
		font-size: 1rem;
	}
}
.siteRoot_strength .list li {
	background-color: #f0f6fc;
	padding: 1.25rem 1.5rem;
	margin: 0 0 1.5rem;
}
.siteRoot_strength .list li span {
	font-weight: 600;
	position: relative;
	padding-left: 2.5rem;
	display: block;
}
.siteRoot_strength .list li span::before {
	content: "";
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	background: url(../img/icon_check.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.siteRoot_strength .surgery {
	display: flex;
	text-align: center;
	justify-content: space-between;
}
.siteRoot_strength .surgery li {
	flex-basis: 33.3%;
	background-color: #00479d;
}
.siteRoot_strength .surgery li a {
	padding: 2.25rem 1rem 1rem;
	display: block;
	color: #fff;
}
.siteRoot_strength .surgery li:nth-child(2) {
	flex-basis: 33.4%;
	box-sizing: border-box;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.siteRoot_strength .surgery h3 {
	font-weight: 400;
	margin-top: 1.5rem;
	overflow: visible;
}
.siteRoot_strength .surgery .icon {
	height: 50px;
	width: auto;
}
.siteRoot_strength .surgery h3:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 0.5rem;
	background: url(../img/arrowWhite.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_strength .surgery {
		display: block;
	}
	.siteRoot_strength .surgery li:nth-child(2) {
		border: none;
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
	}
	.siteRoot_strength .surgery .icon {
		height: 40px;
		width: auto;
	}
	.siteRoot_strength .surgery li:nth-child(3) .icon {
		height: 60px;
	}
}
.siteRoot_surgery .bl_card {
	background: #fff;
	align-items: center;
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
}
.siteRoot_surgery .bl_card {
	background: #fff;
	align-items: center;
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
}
.siteRoot_surgery .bl_card .image {
	flex-basis: 50%;
	height: 100%;
}
.siteRoot_surgery .bl_card .text {
	flex-basis: 45%;
}
.siteRoot_surgery .bl_card .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media screen and (max-width: 48em) {
	.siteRoot_surgery .section_title.datatext::after {
		margin-bottom: 0.67rem;
	}
}
@media screen and (max-width: 40em) {
	.siteRoot_surgery .bl_card .text {
		padding: 0.65rem 1.5rem 2rem;
	}
}
.siteDoctor_name {
	font-weight: 600;
	margin-top: 0.65rem;
	letter-spacing: 2px;
	font-size: 1.125rem;
}
.siteDoctor_name span {
	font-size: 1.65rem;
}
.siteDoctor_lead {
	font-size: 2rem;
	color: #2c96e8;
	margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteDoctor_lead {
	font-size: 1.65rem;
}
}
.siteDoctor_box {
	padding: 4rem;
	margin: 2.5rem 0;
	border-radius: 7px;
	border: solid 1px #b5cee5;
}
@media print, screen and (max-width: 48.000em) {
	.siteDoctor_box {
	padding: 3rem;
}
}
@media print, screen and (max-width: 40.000em) {
	.siteDoctor_box {
	padding: 2rem;
}
}
.profile{
	display:flex;
	justify-content:space-between;
	background-color:#f3f7fc;
	padding:0.5rem 2.5rem ;
	
}
@media print, screen and (max-width: 40.000em) {
	.profile{
	display:block;
	padding:0.5rem 1.5rem;
}
}
.profile ul li{
	font-size:0.8rem;
	list-style-type:disc;
	list-style-position:inside;
}
.siteDoctor_box .section_title3{
	border-bottom:solid 1px #ccc;
	padding-bottom:0.65rem;
}
.profile dl{
	flex-basis: 31%;
}
.siteCoordination_box {
	border: solid 1px #b5cee5;
	padding: 2.5rem 3rem;
	border-radius: 7px;
}
.siteCoordination_box dl {
	background-color: #f0f6fc;
	display: flex;
	padding: 1rem 1.5rem;
	margin-top: 1.5rem;
}
.siteCoordination_box dl dt {
	font-weight: 600;
	color: #2c96e8;
	white-space: nowrap;
	margin-right: 1.5rem;
}
.siteCoordination_box dl dd {
	font-size: 0.875rem;
}
.siteSurgery_list li {
	border-radius: 7px;
	background-color: #f0f6fc;
	padding: 1.25rem 1.5rem 1.25rem 4rem;
	margin: 0 0 1.5rem;
	position: relative;
}
.siteSurgery_list li::before {
	content: "";
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	background: url(../img/icon_check.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	top: 1.25rem;
	left: 1.5rem;
}
.siteSurgery_list li p {
	margin: 0rem;
}

@media print, screen and (max-width: 40.000em) {
.siteSurgery_list .guide .image {text-align:center;}
}
.siteSurgery_box {
	border: solid 1px #b5cee5;
	border-radius: 7px;
	padding: 2rem 2.5rem 1.5rem;
}
.siteSurgery_box dl {
	background-color: #f0f6fc;
	display: flex;
	padding: 1rem 1.5rem;
	margin-top: 1.5rem;
}
@media print, screen and (max-width: 40.000em) {
.siteSurgery_box {
	padding: 1.5rem 2rem 1rem;
}.siteSurgery_box dl {
	display: block;
}
}
.siteSurgery_box dl dt {
	font-weight: 600;
	color: #2c96e8;
	white-space: nowrap;
	margin-right: 1.5rem;
}
.siteSurgery_box dl dd {
	font-size: 0.875rem;
}
.siteCataract_featureWrap {
	background-color: #f0f6fc;
	padding: 6rem 0;
}
.siteCataract_featureWrap .siteCataract_feature li {
	background-color: #00479d;
	color: #fff;
}
.siteCataract_featureWrap .siteCataract_featureBox {
	background-color: #fff;
	border: none;
	border-radius: 0;
	-moz-box-shadow: 0px 1px 15px 1px rgba(0, 71, 157, 0.05);
	-webkit-box-shadow: 0px 1px 15px 1px rgba(0, 71, 157, 0.05);
	-ms-box-shadow: 0px 1px 15px 1px rgba(0, 71, 157, 0.05);
	box-shadow: 0px 1px 15px 1px rgba(0, 71, 157, 0.05);
}
.siteCataract_symp {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.siteCataract_symp li {
	background-color: #f0f6fc;
	padding: 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.875rem;
	margin: 0 0 1.5rem;
	flex-basis: 19%;
	position: relative;
}
@media print, screen and (max-width: 40.000em) {
.siteCataract_symp li {
	flex-basis: 100%;
}
}
.siteCataract_symp li::before {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/icon_check.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	top: 1.25rem;
	left: 1rem;
}
.siteCataract_flow {
	display: flex;
	justify-content: space-between;
}
.siteCataract_flow li {
	text-align: center;
	font-weight: 600;
	font-size: 0.875rem;
	flex-basis: 31%;
	position: relative;
}
@media print, screen and (max-width: 40.000em) {
.siteCataract_flow {
	display: block;
}
.siteCataract_flow li {
	padding:0 1rem;
}
}
.siteCataract_flow li p {
	margin-top: 0.65rem;
}
.siteCataract_feature li {
	background-color: #f0f6fc;
	padding: 1.25rem 1.5rem 1.25rem 4rem;
	margin: 0 0 1.5rem;
	position: relative;
	font-weight: 600;
	border-radius: 4px;
}
.siteCataract_feature li::before {
	content: "";
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	background: url(../img/icon_check.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	top: 1.25rem;
	left: 1.5rem;
}
.siteCataract_featureBox {
	border: solid 1px #b5cee5;
	padding: 1rem 3rem 2rem;
	margin-top: 2.5rem;
	border-radius: 7px;
}
@media print, screen and (max-width: 40.000em) {
	.siteCataract_featureBox {
	padding: 1rem 2rem 1rem;
}
}
.siteRetina_disease {
	border: solid 1px #b5cee5;
	padding: 1rem 3rem 1rem;
	margin-top: 2rem;
	border-radius: 5px;
}
@media print, screen and (max-width: 40.000em) {
	.siteRetina_disease {
	padding: 1rem 2rem 1rem;
}
}
.siteGlaucoma_symp {
	display: flex;
	justify-content: space-between;
	max-width: 840px;
	margin: 0 auto;
}
.siteGlaucoma_symp li {
	text-align: center;
	font-weight: 600;
	font-size: 0.875rem;
	flex-basis: 28%;
	position: relative;
}
.siteGlaucoma_symp li img {
	border-radius: 50%;
	margin-bottom: 1rem;
}
.siteGlaucoma_method {
	display: flex;
	justify-content: space-between;
}
@media print, screen and (max-width: 40.000em) {
.siteGlaucoma_method {
	display: block;
}
}
.siteGlaucoma_method li {
	background-color: #f0f6fc;
	padding: 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.875rem;
	margin: 0 0 1.5rem;
	flex-basis: 31%;
	position: relative;
}
.siteGlaucoma_method li::before {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/icon_check.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	top: 1.25rem;
	left: 1.5rem;
}
.siteGlaucoma_methodBox {
	border: solid 1px #b5cee5;
	padding: 1rem 3rem 2rem;
	margin-top: 2rem;
	border-radius: 7px;
}
@media print, screen and (max-width: 40.000em) {
	.siteGlaucoma_methodBox {
	padding: 1rem 2rem 1rem;
}
}
.siteRelation_wrap {
	background-image: url(../img/bg_relation.jpg);
	padding: 6rem 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.siteRelation_wrap .inner {
	background: rgba(255, 255, 255, 0.95);
	padding: 5rem;
}
.siteNews_list li {
	padding: 1rem;
	border-bottom: 1px solid #ddd;
}
.siteNews_list li a .date {
	color: #2c96e8;
	margin-right: 1rem;
}
.siteNews_sidebar .widget-title {
	font-weight: 400;
	padding: 0.5rem 1rem;
	margin-bottom: 0.65rem;
	background: #00479d;
	color: #fff;
	font-size:1rem;
}
.siteNews_sidebar section {
	margin-bottom: 3rem;
	
}
.siteNews_sidebar ul li {
	list-style-position: inside;
	font-size: 0.875rem;
}
.siteNews_sidebar .wp-calendar-table th, .siteNews_sidebar .wp-calendar-table td {
	padding: 0.15rem 0.25rem;
	font-size: 0.875rem;
	text-align: center;
}
.siteNews_sidebar .wp-calendar-table th {
	background: #f5f5f5;
}
.siteNews_blogpost {
	display: flex;
	justify-content: space-between;
	padding: 3rem 0;
	border-bottom: solid 1px #ddd;
}
@media print, screen and (max-width: 40.000em) {
	.siteNews_blogpost {
		display: block;
		padding: 2rem 0.5rem;
	}
}
.siteNews_blogpost .blog_thumb {
	flex-basis: 40%;
	margin-bottom: 1.5rem;
}
.siteNews_blogpost .blog_thumb img {
	height: 220px;
	object-fit: cover;
}
@media print, screen and (max-width: 40.000em) {
	.siteNews_blogpost .blog_thumb img {
		height: 180px;
		width: 100%;
	}
}
.siteNews_blogpost .blog_text {
	flex-basis: 55%;
}
.siteNews_blogpost .blog_text {
	flex-basis: 55%;
}
.siteNews_blogpost .date {
	font-size: 0.875rem;
	color: #2c96e8;
	display: block;
	margin-bottom: 0.5rem;
}
.siteNews_blogpost .blog_text p {
	font-size: 0.875rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteNews_blogpost .blog_text p {
		font-size: 0.75rem;
	}
}
.siteNews_blogpost .blog_text .button {
	font-size: 0.8125rem;
	max-width: 200px;
	display: block;
	padding: 0.65rem 2.5rem;
	margin-left: auto;
	border: solid 1px #00479d;
	color: #00479d;
	background-color: #fff;
}
.siteNews_wrap .blog_content {
	padding: 1rem;
}
.siteNews_wrap .blog_content p {
	margin-bottom: 2.5rem;
	line-height: 2;
}
.siteAccess_car .parking {
	border: solid 1px #2c96e8;
	color: #2c96e8;
	padding: 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.25rem;
}
.siteRoot_pdf {
	text-align: center;
}
.siteRoot_pdf a {
	border: solid 1px #00479d;
	display: inline-block;
	padding: 1rem 2rem;
	font-weight: 600;
	color: #00479d;
	max-width: 600px;
	width: 100%;
	position: relative;
	transition: 0.3s;
}
.siteRoot_pdf a::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 30px;
	background: url(../img/icon_pdf.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	top: 50%;
	filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(7195%) hue-rotate(7deg) brightness(100%) contrast(121%);
	left: 1rem;
	transform: translateY(-50%);
}
.siteRoot_pdf a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	width: 0.5em;
	height: 0.5em;
	transform: translateY(-50%) rotate(45deg);
	border-right: 1px solid currentColor;
	border-top: 1px solid currentColor;
	content: "";
}
.siteArchivement_section {
	margin: 5rem 0;
}

.siteArchivement_section .table th, .siteArchivement_section .table td {
	padding: 1rem 1.5rem;
	text-align: center;
	font-weight: 600;
	border: solid 1px #9ccdf3;
}
.siteArchivement_section .table th, .siteArchivement_section .table td:first-child {
	
	background: #f0f6fc;
	color: #00479d;
}
.siteArchivement_section .table td:first-child {
	text-align: left;
}
@media print, screen and (max-width: 40.000em) {
.siteArchivement_section .table th, .siteArchivement_section .table td {
	padding: 1rem 0.65rem;
	font-size:0.8rem;
}
}
.siteEyefloater_symp {
	display: flex;
	justify-content: space-between;
}
@media print, screen and (max-width: 40.000em) {
.siteEyefloater_symp {
	display: block;
}
}
.siteEyefloater_symp li {
	background-color: #f0f6fc;
	padding: 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.875rem;
	margin: 0 0 1.5rem;
	flex-basis: 23%;
	position: relative;
}
.siteEyefloater_symp li::before {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/icon_check.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	top: 1.25rem;
	left: 1.5rem;
}
.siteEyefloater_notice {
	background-color: #78acd3;
	padding:1.5rem  2rem;
	color:#fff;
	font-size:1rem;
	margin-bottom:3rem;
	
}
.siteEyefloater_feature .box { text-align:center;}
.fixed-ai {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
}

.fixed-ai img {
  width: 280px;
  max-width: 80vw;
  height: auto;
}
@media print, screen and (max-width: 40.000em) {
.fixed-ai {
  bottom: 80px;
  right: 20px;
}
.fixed-ai img {
  width: 230px;
  height: auto;
}
}