@charset "UTF-8";



/* display */
 
.spDisplayNone {}
.tbDisplayNone {}
.pcDisplayNone {}
.pcxDisplayNone {}
.spDisplayOn,
.tbDisplayOn,
.pcDisplayOn,
.pcxDisplayOn {
display: none;
}

/* for SP */
@media screen and (max-width: 767px) {
	.spDisplayNone {display:none;}
	.spDisplayOn {display: inline}
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
	.tbDisplayNone {display:none;}
	.tbDisplayOn {display: inline}
}

/* for PC */
@media screen and (max-width: 1660px) and (min-width: 1201px){
	.pcDisplayNone {display:none;}
	.pcDisplayOn {display: inline}
}

/* for PC */
@media screen and (min-width: 1661px) {
	.pcxDisplayNone {display:none;}
	.pcxDisplayOn {display: inline}
}



/*================================================
 *  ishi
 ================================================*/

#ishi {
	padding: 60px 0 40px 0 ;
	background-color: #FFFFFF;
}

#ishi .container-fluid {
	max-width: 1200px;
}

#ishi a {
	text-decoration: none;
}

#ishi h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	font-family: 'NotoSerifJP-Light';
	letter-spacing: 2px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

#ishi p.check {
	font-size: 8px;
	display: inline-block;
	letter-spacing: 2px;
}

#ishi table {
	transition: all .6s;
	filter: drop-shadow(7px 7px 7px #bbb);
	width: 100%;
	margin-bottom: 20px;
}

#ishi table:hover{ 
	transform: translateY(-6px);
  transition-duration: 0.5s;
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#ishi table tr th, #ishi table tr td {
	background-color: #1c4370;
	color: #fff;
	padding: 0 0 20px 0;
	text-align: center;
	
}

#ishi table tr td{
	height: 140px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#ishi table tr th {
	height: 160px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

#ishi table#ishi01 tr th {
	background-image: url("images/ishi01_bg.png");
}

#ishi table#ishi02 tr th {
	background-image: url("images/ishi02_bg.png");
}

#ishi table#ishi03 tr th {
	background-image: url("images/ishi03_bg.png");
}

@media screen and (max-width:992px) {
	
#ishi h5 {
	margin: 0 0 0 0;
}
	
#ishi {
	padding: 0 0 40px 0 ;
}
	
#ishi table tr td{
	height: 100px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0;
	padding: 10px 0 10px 0;
	
}

#ishi table tr th {
	height: 100px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	background-size: cover;
	width: 50%;
}
	
}

@media print, screen and (min-width: 992px) {
	
#ishi table tr th, #ishi table tr td{
		display: block;
}

}

/*================================================
 *  center-link
 ================================================*/

#center-link {
	padding: 60px 0 40px 0 ;
	background-color: #FFFFFF;
}

#center-link .container-fluid {
	max-width: 1200px;
}

#center-link a {
	text-decoration: none;
}

#center-link h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	font-family: 'NotoSerifJP-Light';
	letter-spacing: 2px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

#center-link #center05 h3 {
	letter-spacing: 0;
}

#center-link p.check {
	font-size: 8px;
	display: inline-block;
	letter-spacing: 2px;
}

#center-link table {
	transition: all .6s;
	filter: drop-shadow(7px 7px 7px #bbb);
	width: 100%;
	margin-bottom: 20px;
}

#center-link table:hover{ 
	transform: translateY(-6px);
  transition-duration: 0.5s;
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#center-link table tr th, #center-link table tr td {
	background-color: #1c4370;
	color: #fff;
	padding: 0 0 20px 0;
	text-align: center;
	
}

#center-link table tr td{
	height: 140px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#center-link table tr th {
	height: 160px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#center-link table#center01 tr th {
	background-image: url("../images/top/center01_bg.png");
}

#center-link table#center02 tr th {
	background-image: url("../images/top/center02_bg.png");
}

#center-link table#center03 tr th {
	background-image: url("../images/top/center03_bg.png");
}

#center-link table#center04 tr th {
	background-image: url("../images/top/center04_bg.png");
}

#center-link table#center05 tr th {
	background-image: url("../images/top/center05_bg.png");
}


@media screen and (max-width:992px) {
	
#center-link h5 {
	margin: 0 0 0 0;
}
	
	#center-link {
	padding: 0 0 40px 0 ;
}
	
	#center-link table tr td{
	height: 100px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0;
	padding: 10px 0 10px 0;
	
}

#center-link table tr th {
	height: 100px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	background-size: cover;
	width: 50%;
}
	
}

@media print, screen and (min-width: 992px) {
	
	#center-link table tr th, #center-link table tr td{
		display: block;
}

}

/*================================================
 *  saisentan
 ================================================*/

#saisentan {
	padding: 60px 0 40px 0 ;
	background-color: #FFFFFF;
}

#saisentan .container-fluid {
	max-width: 1200px;
}

#saisentan a {
	text-decoration: none;
}

#saisentan h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	font-family: 'NotoSerifJP-Light';
	letter-spacing: 2px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

#saisentan p.check {
	font-size: 8px;
	display: inline-block;
	letter-spacing: 2px;
}

#saisentan table {
	transition: all .6s;
	filter: drop-shadow(7px 7px 7px #bbb);
	width: 100%;
	margin-bottom: 20px;
}

#saisentan table:hover{ 
	transform: translateY(-6px);
  transition-duration: 0.5s;
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#saisentan table tr th, #saisentan table tr td {
	background-color: #1c4370;
	color: #fff;
	padding: 0 0 20px 0;
	text-align: center;
	
}

#saisentan table tr td{
	height: 140px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#saisentan table tr th {
	height: 160px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color: #fff;
}

#saisentan table#latest01 tr th {
	background-image: url("images/latest01c_bg.webp");
}

#saisentan table#latest02 tr th {
	background-image: url("images/latest02_02_bg.png");
}


#saisentan table#latest02_02 tr th {
	background-image: url("images/latest02_04_bg.png");
}

#saisentan table#latest02_03 tr th {
	background-image: url("images/latest02_03_bg.png");
}


#saisentan table#latest03 tr th {
	background-image: url("images/latest03_bg.png");
}

#saisentan table#latest04 tr th {
	background-image: url("images/latest04_bg.png");
}

#saisentan table#latest05 tr th {
/*	background-image: url("images/latest05_bg.png");*/
	background-image: url("images/latest05_bg.webp");
}

#saisentan table#latest06 tr th {
	background-image: url("images/latest06_02_bg.png");
}

#saisentan table#latest07 tr th {
	background-image: url("images/latest07_02_bg.png");
}

#saisentan table#latest08 tr th {
	background-image: url("images/latest08_bg.png");
}

#saisentan table#latest09 tr th {
	background-image: url("images/latest10_bg.webp");
}


#saisentan table#latest10 tr th {
	background-image: url("images/latest09d_bg.webp");
}

#saisentan table#latest11 tr th {
	background-image: url("images/latest11_bg.webp");
}

#saisentan table#latest99 tr th {
	background-image: url("images/second/fig_mark002.svg");
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-color: #1c4370;
	border-radius: 30px;
	padding: 0;
	height: 80px;
}



@media screen and (max-width:992px) {
	
#saisentan h5 {
	margin: 0 0 0 0;
}
	
#saisentan {
	padding: 0 0 40px 0 ;
}
	
#saisentan table tr td{
	height: 100px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0;
	padding: 10px 0 10px 0;
	
}

#saisentan table tr th {
	height: 100px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	background-size: cover;
	width: 50%;
}
	
}

@media print, screen and (min-width: 992px) {
	
	#saisentan table tr th, #saisentan table tr td{
	display: block;
	}

	#saisentan table#latest99 {
	}

	#saisentan table#latest99 tr th {
	display: table-cell;
	vertical-align: middle;
	height: auto;
	position: relative;
	top: 120px;
	padding: 10px 0;
	border-radius: 30px;
	}



}

/*================================================
 *  ボタン2
 ================================================*/

.button2{
    display:inline-block;
    background:#fff;
    width: 80%;
    padding:7px 0 7px 0;
    color:#1c4370;
    margin:18px 0 0 0;
    border: 1px solid #1c4370;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	line-height: 1;
	font-size: 10px;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 14px;
}

.button2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 16px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: transparent transparent #1c4370 #1c4370;
    transform: rotate(-135deg);
    transition: .5s;
}

.button2:hover::after{
    right: 10px;
}

@media print, screen and (min-width: 767px) {
	
	.button2{
	}
	
}

/*================================================
 *  ボタン3
 ================================================*/

.button3{
    display:inline-block;
    width: 130px;
    padding:5px 0 5px 12px;
    margin:20px 0 0 0;
    border: 1px solid #fff;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	line-height: 1;
	font-size: 10px;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 14px;
	color: #fff;
}

.button3::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 8px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg);
}

@media screen and (max-width:767px) {
	
.button3{
	width: 100px;
    padding:4px 0 4px 12px;
    margin:10px 0 8px 0;
	}
	
}




/*================================================
 *  外科ボタン
 ================================================*/


#surgerySection {
background-color: #fff;
padding-bottom: 50px;
}

#surgerySection h2 {
font-size: 18px;
font-weight: normal;
color: #1c4370;
margin: 0;
margin-bottom: 20px;
padding: 0;
}


#surgerySection .buttonLink {
padding-top: 20px;
}



#surgerySection .buttonLink a {
transition: all .6s;
filter: drop-shadow(7px 7px 7px #bbb);
width: 100%;
margin-bottom: 20px;
}

#surgerySection .buttonLink a:hover{ 
transform: translateY(-6px);
transition-duration: 0.5s;
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}

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

	#surgerySection .buttonLink a {
	display: block;
	text-align: center;
	border-radius: 10px;
	filter: drop-shadow(7px 7px 7px #bbb);
	text-decoration: none;
	color: #fff;
	}

	#surgerySection .figure {
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	border-collapse: collapse;
	}

	#surgerySection .photo {
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: bottom;
	width: 50%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: url("../images/top/btn_surgery001.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}

	#surgerySection .textBlock {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #1c4370;
	position: relative;
	}

	#surgerySection .secondCatch {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 0 0 1.5em 0 ;
	padding: 0;
	}

	#surgerySection .linkBlock {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 100%;
	text-align: center;
	}

	#surgerySection .linkText {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	line-height: 2em;
	border: 1px solid #fff;
	padding: 0 2.5em 0 3.5em;
	border-radius: 1em;
	letter-spacing: 1em;
	background-image: url("../images/top/bg_mark002.svg");
	background-repeat: no-repeat;
	background-position: right 5px center;
	}

}



/* for TB & PC */
@media screen and (min-width: 768px) {

	#surgerySection {
	padding-bottom: 50px;
	}

/*
	#surgerySection h2 {
	font-size: 34px;
	font-weight: normal;
	color: #1c4370;
	padding: 60px 0 30px 0;
	}
	
	#surgerySection h2 br {
	display: none;
	}
*/
	#surgerySection .buttonLink {
	padding-top: 30px;
	}

	#surgerySection .buttonLink a {
	color: #fff;
	text-decoration: none;
	}

	#surgerySection .figure {
	display: table;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	}

	#surgerySection .figure .photo {
	display: table-cell;
	vertical-align: bottom;
	width: 60%;
	background-image: url("../images/top/btn_surgery001.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0;
	padding: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}
	#surgerySection .figure .photo p {
	text-align: left;
	margin-bottom: 30px;
	padding-left: 2em;
	font-size: 20px;
	}

	#surgerySection .textBlock {
	display: table-cell;
	vertical-align: middle;
	background-color: #1c4370;
	width: 40%;
	text-align: center;
	padding: 4em 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	}

	#surgerySection .secondCatch {
	font-size: 16px;
	}

	#surgerySection .linkText {
	display: inline-block;
	font-size: 10px;
	line-height: 1em;
	border: 1px solid #fff;
	padding: 5px 3.3em 5px 4.3em;
	border-radius: 1em;
	letter-spacing: 1em;
	background-image: url("../images/top/bg_mark002.svg");
	background-repeat: no-repeat;
	background-position: right 5px center;
	}


	.btn-99 {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}
	.btn-99 {
	position: relative;
	}
	.btn-99:before,
	.btn-99:after {
	position: absolute;
	top: 50%;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #b4e5ff;
	opacity: 0.3;
	border-radius: 50%;
	z-index: 100;
	}

	.btn-99:before {
	left: -20px;
	transform: translate(-50%, -50%);
	}
	.btn-99:after {
	right: -20px;
	transform: translate(50%, -50%);
	}
	.btn-99:hover:before {
	-webkit-animation: crissCrossLeft 2.5s both;
	  animation: crissCrossLeft 2.5s both;
	-webkit-animation-direction: alternate;
	  animation-direction: alternate;
	}
	.btn-99:hover:after {
	-webkit-animation: crissCrossRight 2.5s both;
	  animation: crissCrossRight 2.5s both;
	-webkit-animation-direction: alternate;
	  animation-direction: alternate;
	}


}

/*
@keyframes crissCrossLeft {
	0% {
	left: 50%;
	width: 0px;
	height: 0px;
	}
	50% {
	left: 50%;
	width: 400px;
	height: 400px;
	}
	100% {
	left: 50%;
	width: 1700px;
	height: 1700px;
	}
}
*/
