@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size: 19px; color: #333; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }
section p{ line-height: 200%; }
a{ text-decoration:none; color:#333; line-height: 100%; }
a:hover{ text-decoration:none; }

/* margin
****************************************************/
.mt0li li:first-child{ margin-top: 0; }
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40, .mt40ul li{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt80{ margin-top:80px; }
.mt100{ margin-top:100px; }
.mb20{ margin-bottom: 20px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent:1em; }
.ti2, .ti2ul li{ text-indent:-1em; padding-left:1em; }
.ti3, .ti3ul li{ text-indent:-1.5em; padding-left:1.5em; }

/* color
****************************************************/
.col1, .col1ul li:before, .col1icon:before{ color: #8082B2; }
.col2, .col2ul li:before, .col2icon:before, .col2idl dt:before{ color: #F7B207; }
.col3, .col3ul li:before, .col3icon:before{ color: #FFFFFF; }
/* background */
.bg1col{ background-color: #8082B2; }
.bg2col{ background-color: #F8F7EA; }
.bg3col{ background-color: #F8F1FB; }

/* icon
****************************************************/
[class*="icon"] li{ text-indent: -1.5em; padding-left: 1.5em; }
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }
.icon2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }
.icon3:before, .icon3ul li:before, .icon3dl dt:before{ content:"■"; margin-right: .5em; }
.icon4:before, .icon4ul li:before, .icon4dl dt:before{ content:"◆"; margin-right: .5em; }
.icon5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲"; margin-right: .5em; }
.icon6:before, .icon6ul li:before, .icon6dl dt:before{ content:"※"; margin-right: .5em; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 22px; }
.fsM{ font-size: 26px; }
.fsL{ font-size: 30px; }
.fs16{ font-size: 16px; }
.lh200{ line-height: 200%; }

/* border-radius
****************************************************/
.br05, .br05ul li{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10, .br10ul li, .br10a a{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
.br15, .br15ul li{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; }
.br20, .br20ul li{ border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; }
.br35, .br35ul li{ border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }
.br50{ border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; }

/* list-style
****************************************************/
.ls_adj{ margin-left:1em; }
.ls_disc{ list-style:disc; margin-left:1em; }

/* column
****************************************************/
.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }
/* flexBox */
[class*="fbCom"]{ display: flex; flex-wrap: wrap; }
.fbCom1{ justify-content: space-between; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }
.fbComCen2{ align-items: center; align-content: center; }

/* headline
****************************************************/
h1, h2, h3, h4{ line-height: 150%; }
.hl1{ line-height: 100%; text-align: center; font-size: 40px; font-family: "リュウミン M-KL", "Ryumin Medium KL"; }
.hl1 span{ color: #8082B2; display: block; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
.hl2 img{ margin-bottom: 10px; }
.hl3{ border-bottom: 2px solid #8082B2; padding-bottom: 5px; }
.hl3:before, .hl3no2:before{ content: "－"; color: #F7B207; margin-right: 5px; }
.hl4{ border-bottom: 2px solid #8082B2; padding-bottom: 10px; }

/* page title
****************************************************/
.pp1ttl{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover, .listLnk a:hover{ opacity: .8; transition : all 0.75s; }
.lnk1{ background-color: #8082B2; border: 2px solid #8082B2; color: #fff; padding-top: 21px; position: relative; height: 66px; text-align: center; }
.lnk1:hover{ background-color: #fff; color: #8082B2; }
.lnk1:after {
	content: "▶";
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 10px;
	margin-top: -9px;
}
.lnk2{ background: url("images/01_sec4no1.png") no-repeat center right #FFF; border: 3px solid #B5A083; height: 150px; display: flex; padding: 20px 70px 20px 40px; }
.lnk2:hover{ background-color: #FFF8EB; }
.lnk3{ background-color: #B5A083; color: #FFF; height: 80px; display: flex; }

/* content
****************************************************/
/* index */
#index .sec1 .adsPc1 a{ border: 2px solid #8082B2; background-color: #8082B2; color: #fff; text-align: center; font-size: 16px; padding: 5px; display: inline-block; width: 100px; }
#index .sec1 .adsPc1 a:hover{ background-color: #FFFFFF; color: #8082B2; }
#index .sec1 .w714 li{ border-bottom: 2px dotted #B2B2B2; padding: 20px; }
#index .sec4 .bg1col{ padding: 60px 0; }
#index .sec4 .bg1col, #index .sec4 .bg1col span{ color: #FFFFFF; }
/* notice */
#notice li a{ display: block; border-bottom: 2px dotted #DDD; padding: 30px 0; }
/* common */
.posRelCom{ position: relative; }
.pa20{ padding: 20px; }
.pa30{ padding: 30px; }
.pa40{ padding: 40px; }
.box1c{ background-color: #8082B2; color: #fff; padding: 3px 1em; border-radius: 15px; text-align: center; font-size: 16px; }
.box2c{ background-color: #E6B33E; color: #fff; padding: 15px 1em; border-radius: 30px; text-align: center; }
.box3c{ background-color: #FFFFFF; border: 3px solid #8082B2; padding: 60px 30px; }
.box4c{ background-color: #B5A083; color: #FFF; padding: 10px; }
.box5c{ border: 2px solid #B5A083; padding: 8px; }
.box6c, .box6c2{
	display: inline-block;
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	background-color: #8082B2;
	color: #FFF;
	font-weight: bold;
	margin-right: 20px;
}
.box6c2{ margin-right: 0; }
.box7c{ border: 2px solid #8082B2; }
.box8c{ padding: 10px; line-height: 150%; }









/* symptom
****************************************************/
/* symptom */
#symptom h2{ margin-bottom: 20px; }
#symptom h2 span{ width: 100%; }
#symptom li:before{ content: "▶"; margin-right: .5em; color: #F7B207; }
#symptom li a:hover{ color: #F7B207; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #F8F7EA; }
#symptom2 li:before{ content:"▶"; margin-right: .5em; color: #F7B207; }
#symptom2 li a:hover{ color: #F7B207; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ background-color: #F8F7EA; padding: 40px; margin-top: 60px; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #F7B207; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* site
****************************************************/
#site dt:before{ content:"▶ "; color: #F7B207; }
#site dd{ margin:15px 15px 50px; }

/* sitemap
****************************************************/
#sitemap .parent{ margin-top: -30px; }
#sitemap .parent li{ margin-top: 30px; }
#sitemap .child{ margin-left: 1em; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .parent li:before{ content:"▶"; color: #F7B207; margin-right:.5em; }
#sitemap .child li:before{ content: ""; }
#sitemap li a:hover{ text-decoration: underline; }

/* footer
****************************************************/
footer{ border-top: 1px solid #E0E0E0; }
footer .sec2{ padding: 20px 0; }
footer .sec2 *{ color: #333; }
address{ padding: 10px 0; text-align: center; font-size: 16px; color: #FFFFFF; font-weight: bold; background-color: #8082B2; }

/* 404
****************************************************/
.error404{ text-align:center; color:red; padding:100px 0; }

/* breadcrumbs
****************************************************/
.breadcrumbs ol{ list-style: none; overflow: hidden; font-size: 12px; }
.breadcrumbs li{ float: left; }
.breadcrumbs li::after{ content: '>'; display: inline-block; padding: 0 10px; }
.breadcrumbs li:last-child::after{ display: none; }

/* pagetop
****************************************************/
.pagetop{
	display:none;
	position:fixed;
	bottom:0px;
	right:10px;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #8082B2;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }

/* pagetop
****************************************************/
.tbl1{ width: 100%; border-collapse: collapse; }
.tbl1 th, .tbl1 td{ border:1px solid #707070; padding: 20px; }
.tbl1 th{ background-color: #8082B2; color: #FFF; }



/**************************************************

	600px over

**************************************************/
@media only screen and (min-width:600px), print{

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.sp{ display: none!important; }
	/* margin */
	.mt1adj{ margin-top: 150px; }
	/* list */
	.lst1pc li{ padding-left: 300px; overflow:hidden; }
	.lst1pc li span{ display: block; float: left; width: 300px; margin-left: -300px; }

	/* overflow:hidden;
	****************************************************/
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }
	/* flexBox */
	[class*="fbPc"]{ display: flex; flex-wrap: wrap; }
	.fbPc1{ justify-content: space-between; }
	.fbPcCen{ align-items: center; justify-content: center; align-content: center; }

	/* width
	****************************************************/
	.w230{ width: 230px; }
	.w248{ width: 248px; }
	.w300{ width: 300px; }
	.w328{ width: 328px; }
	.w490{ width: 490px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }
	.w950{ width: 950px; }

	/* main
	****************************************************/
	.mv{ background: url("images/01_main.png") repeat-x center bottom; background-size: 1920px 600px; height: 600px; margin-top: 110px; }
	.pp1ttl{ background: url("images/title_back@2x.png") no-repeat center center / cover; margin-top: 110px; height: 250px; }

	/* header
	****************************************************/
	header{ background: rgba(255, 255, 255, 1); min-width: 100%; min-height: 110px; position: fixed; top: 0px; left: 0px; z-index: 9; display: flex; justify-content: space-between; }
	@media only screen and (max-width: 1350px){ header{ width: 1250px; }}
	header .rig{ margin-left: 15px; margin-top: 5px; }
	header .rig img{ margin-top: 10px; }
	header .lef{ position: relative; width: 810px; }
	header [class^="ads"]{ position: absolute; }
	header .ads1{ top: 22px; right: 330px; }
	header .ads2{ top: 20px; right: 20px; }
	header .ads4{ top: 50px; right: 0; line-height: 30px; z-index: 99999; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; font-size: 16px; }
	.gNav ul{ padding: 10px 20px 10px 0; letter-spacing: -0.4em; }
	.gNav li{ display: inline-block; letter-spacing: normal; vertical-align: top; margin-left: 30px; }
	.gNav li ul li{ display: block; }
	.gNav ul a{ display: block; color: #333; padding: 15px 0 20px; }
	.gNav ul a:hover, .gNav ul .stay{ color: #8082B2; }
	/* parent　*/
	.gNav{ position: relative; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		font-size: 16px;
		visibility: hidden;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 9999;
		padding: 20px 15px 15px 0;
		width: 1100px;
		background: rgba(128, 130, 178, 0.9);
		text-align: left;
		display: flex;
		flex-wrap: wrap;
	}
	.gNav .parent ul li{ min-width: 17%; }
	.gNav .parent ul a{ color: #fff; width: 100%; }
	.gNav .parent ul a:before{
		content: "－";
		margin-right: 5px;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 60px 0 100px; }
	/* index */
	[class*="adsPc"]{ position: absolute; }
	#index .sec1{ padding: 60px 0 90px; }
	#index .sec1 .wrap{ padding: 0 30px; }
	#index .sec1 .adsPc1{ top: 20px; right: 0; }
	#index .sec2{ background: url("images/01_back01@2x.png") no-repeat top center / 1920px 725px; }
	#index .sec2 h2{ height: 70px; }
	#index .sec2 .box3c{ height: 600px; }
	#index .sec3{ background: url("images/01_back02@2x.png") repeat-x center bottom / 1920px 876px; padding: 100px 0; }
	#index .sec4 .inner{ background: url("images/01_back03@2x.png") no-repeat top center / 1920px 1609px; padding-top: 60px; }
	#index .sec4 .box1 li{ margin-top: 60px; }
	#index .sec4 .box2 li{ margin-top: 30px; margin-right: 60px; }
	#index .sec4 .box2 li:nth-child(4n){ margin-right: 0; }
	#index .sec5{ background: url("images/01_back04@2x.png") repeat-x center bottom / 1920px 1324px; padding: 80px 0 100px; }
	/* surgery */
	#surgery .w520:nth-child(n+3){ margin-top: 100px; }
	/* medical */
	#medical .sec2{ background: url("images/05_pic@2x.png") repeat-x center bottom / 1920px 706px; padding: 120px 0 100px; }
	#medical .sec2 .fbCom li{ margin-top: 30px; margin-right: 60px; }
	#medical .sec2 .fbCom li:nth-child(4n){ margin-right: 0; }
	/* access */
	#access .sec1{ padding: 0 150px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ margin-left: 50px; }
	#symptom li{ width: 25%; margin-top: 1.5em; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 50px; padding: 30px 0 50px 100px; letter-spacing:-0.4em; }
	#symptom2 li{ display:inline-block; letter-spacing:normal; vertical-align:top; min-width:31%; margin-left:1%; margin-top:20px; }
	/* symptom3 */
	#symptom3 h4{ font-size:20px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .dis{ margin-top: 1em; }
	#symptom3 .des{ padding: 1em 0; }

	/* sitemap
	****************************************************/
	#sitemap .child{ overflow:hidden; }
	#sitemap .child li{ float:left; width:33%; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 60px 0; }
	footer .sec1 .lef, footer .sec1 .rig{ width: 520px; }
	footer .sec1 .lef .box{ width: 520px; float: right; }
	footer .sec1 .lef .box .box1c{ width: 224px; margin-top: 34px; }
	footer .sec1 .rig .box{ width: 520px; }
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; padding: 0 1em; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

	/* gmap
	****************************************************/
	.gmap{
		width:100%;
		position: relative;
		padding-bottom: 400px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 400px;
	}

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 2; }
	[class*="trk"] a{ width: 120px; height: 120px; display: flex; }
	[class*="trk"] a:hover{ opacity: 1; }
	[class*="trk"]:hover{ right: 0; }
	.trk1{ top: 160px; right: -60px; }
	.trk2{ top: 300px; right: -60px; }
	.trk1-show-text { top: 160px; right: 0; }
	.trk2-show-text { top: 300px; right: 0; }
}

/* accordion
****************************************************/
.accordion dd{ display:none; }
.accordion dt{
    cursor: pointer;
    border: 1px solid #481C79;
	margin-top: 30px;
	background: url("images/23_pic07.png") no-repeat left center;
	padding: 30px 30px 30px 80px;
	color: #092777;
	position: relative;
	font-weight: bold;
 }
.accordion dt:after{
  content: url("images/23_pic05.png");
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.accordion dt.active{
	background-color: #F8F1FB;
}
.accordion dt.active:after{
  content: url(images/23_pic06.png);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.accordion dd{
	background: url("images/23_pic08.png") no-repeat left center;
	padding: 30px 30px 30px 80px;
 }



/**************************************************

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	body{ font-size:16px; }
	.wrap{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.sp_tac{ text-align:center; }
	.sp_mt30{ margin-top: 30px; }
	/* margin */
	.mt1adj{ margin-top: 50px; }

	/* font-size
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 22px; }
	.fsL{ font-size: 26px; }

	/* overflow:hidden;
	****************************************************/
	.oh_clm2sp, .oh_clm3sp, .oh_sp{ overflow:hidden; }
	.oh_clm2sp li{ width: 48%; }
	.oh_clm3sp li{ width: 32%; margin-right: 2% !important; margin-top: 2% !important; }
	.oh_clm3sp li:nth-child(3n){ margin-right: 0 !important; }
	.oh_sp .fl, .oh_clm2sp li:nth-child(odd), .oh_clm3sp li{ float: left; }
	.oh_sp .fr, .oh_clm2sp li:nth-child(even), .oh_clm3sp li:nth-child(3n){ float: right; }

	/* link
	****************************************************/
	.lnk1btn, .lnk2btn, .lnk3btn, .lnk4btn{ display: block; }
	.lnk1{ width: 80%; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .inner{ padding: 15px 10px 10px; }
	/* nav */
	.gNav{
		background:rgba(255, 255, 255, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 20% 15px 0;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ margin-top: 20px; }
	.gNav li{ margin-top: 10px; border-bottom: 1px solid #C4C4C4; }
	.gNav li a{ display: block; padding: .75em 1em .75em 5px; color: #463D35; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent ul{ display: none; padding: 5px 15px 15px; font-size: 14px; background-color: #8082B2; overflow: hidden; }
	.gNav .parent ul li{ float: left; width: 50%; border: none; }
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 5px 0 5px 1.5em!important; color: #fff; text-indent: -1.5em; }
	.gNav .parent ul li a:before{ content: "－"; margin-right: .5em; color: #FFF; font-weight: bold; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; font-size: 26px; font-weight: bold; color: #8082B2; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #8082B2;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #8082B2;
	}
	.btn-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
	}
	.btn-trigger span:nth-of-type(1){ top:15px; }
	.btn-trigger span:nth-of-type(2){ top:23px; }
	.btn-trigger span:nth-of-type(3){ top:31px; }

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	}
	#btn01.active span:nth-of-type(2) { opacity: 0; }
	#btn01.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
	}

	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_title_back@2x.png") no-repeat center center /cover; height: 150px; }
	.pp1ttl h2{ padding: .25em 1em; min-width: 60%; }

	/* content
	****************************************************/
	/* common */
	.spa1, .spa2, .spa3{ padding-top: 60px; padding-bottom: 60px; }
	/* index */
	.mv{ background:url("images/sp_01_main.png") no-repeat top center; padding-top: 80%; background-size: contain; }
	#index .sec1{ margin-top: 30px; }
	#index .sec1 .adsPc1{ text-align: center; margin: 10px 0 30px; }
	#index .sec1 .w248{ margin-top: 40px; text-align: center; }
	#index .sec2 .box3c{ margin-top: 50px; }
	#index .sec3{ background: url("images/01_back02@2x.png") repeat-x center bottom / cover; padding: 60px 0 50px; }
	#index .sec4 .bg1col{ padding: 30px 0; }
	#index .sec4 .w328{ margin-top: 30px; }
	#index .sec4 .box1{ margin-top: 40px; }
	#index .sec4 .box1 li{ margin-top: 20px; }
	#index .sec4 .box2{ justify-content: space-between; }
	#index .sec4 .box2 li{ margin-top: 20px; width: 48%; }
	#index .sec4 .box2 li a{ padding: 10px; }
	#index .sec5{ background: url("images/01_back04@2x.png") repeat-x center bottom / cover; padding: 60px 0 50px; }
	/* surgery */
	#surgery .w520:nth-child(n+2){ margin-top: 60px; }
	/* medical */
	#medical .sec2{ background: url("images/05_pic@2x.png") repeat-x center bottom / cover; padding: 60px 0 50px; }
	#medical .sec2 .fbCom{ justify-content: space-between; }
	#medical .sec2 .fbCom li{ margin-top: 20px; width: 48%; }
	#medical .sec2 .fbCom li a{ padding: 10px; }
	/* facility */
	#facility .sec1 h3{ margin-top: 20px; }
	/* common */
	.pa40{ padding: 20px; }
	.box1s .fbComCen{ width: 100%; margin-bottom: 20px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* symptom2 */
	#symptom2 h3{ margin-bottom: 2em; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .dis{ margin-top:20px; }
	#symptom3 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }

	/* footer
	****************************************************/
	footer .sec1{ padding-top: 30px; padding-bottom: 30px; }
	footer .sec1 .box1c{ width: 300px; margin-left: auto; margin-right: auto; }
	footer .sec1 .rig{ margin-top: 40px; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; }
	footer .sec3{ padding: 10px 15px 40px; }
	footer .sec3 li{ margin-top: 30px; }
	address{ font-size: 10px; padding-bottom: 1em; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }

	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 80%;
		height: 0;
		overflow: hidden;
		margin-top: 20px;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; background-color: #8082B2; }
	#footerSp tr td:nth-of-type(2){ width: 40%; }
	#footerSp tr td:nth-of-type(3){ width: 40%; }
	#footerSp a{ display: block; text-align:center; padding: 15px 0; color: #fff; }
	#footerSp img{ vertical-align: -10px; }
}