@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: #463D35; 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; }
.mt75{ margin-top:75px; }
.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: #fff; }
.col2, .col2ul li:before, .col2icon:before{ color: #192C55; }
.col3, .col3ul li:before, .col3icon:before{ color: #F45082; }
/* background */
.bg1col{ background-color: #fff; }
/* gradation */
.gra1{ background: linear-gradient(to right, #0093E9, #80D0C7); }

/* icon
****************************************************/
.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: 32px; }
.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; }
.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{ font-family: "じゅん 501", "Jun 501"; line-height: 150%; }
.hl1{ background-color: #fff; text-align: center; padding: .25em; }
.hl2 span{ text-align: center; padding: 10px 30px; color: #fff; display: inline-block; letter-spacing: .2em; }
.hl3{ color: #192C55; border-bottom: 2px solid #192C55; padding-bottom: 10px; }
.hl4{ background-color: #D9F2FF; color: #192C55; padding: 15px; font-weight: bold; }

/* page title
****************************************************/
.pp1ttl{
	height: 240px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pp1ttl h2{ display: inline-block; background-color: #fff; padding: .25em; }

/* content
****************************************************/
/* notice */
.notice_list li{ border-bottom: 1px dotted #ddd; padding-bottom: 10px; margin-bottom: 20px; }
.notice_list li a{ display: block; }
/* index */
#index .sec2 .box{ border: 1px solid #192C55; background-color: #fff; }
#index .sec6 h3{ border: 1px solid #333333; padding: .25em; }
/* profile */
#profile .sec1 .box{ background: url("images/gradation.png") no-repeat center center; background-size: cover; padding: 10px; }

/* medical */
#medical .sec2 .fbCom1 a{
	background-color: #F6AB00;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/* common */
.box1c{ border: 2px solid #F45082; padding: 30px; }

/* symptom
****************************************************/
/* symptom */
#symptom h2{ margin-bottom: 20px; }
#symptom h2 span{ width: 100%; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #F45082; font-weight: bold; }
#symptom li a:hover{ color: #F45082; }
#symptom li a, #symptom2 li a{ color: #463D35; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #EDF8FD; }
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #F45082; font-weight: bold; }
#symptom2 li a:hover{ color: #F45082; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ background-color: #EDF8FD; padding: 40px; margin-top: 60px; }
#symptom3 h3{ color: #192C55; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #192C55; font-weight: bold; }
#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: #F45082; }
#site dd{ margin:15px 15px 50px; }

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

/* footer
****************************************************/
footer .sec1 .item1{ background-color: #192C55; color: #fff; padding: 0 .75em; }
footer .sec1 .item2{ background-color: #fff; color: #1BC1EE; padding: .5em; }
footer .sec1 .rig h3{ background-color: #fff; text-align: center; }
footer .sec2{ padding: 1em 0; border-top: 1px solid #707070; }
footer .sec2 *{ color: #333; }
address{ padding: 1em 0; text-align: center; font-size: 16px; color: #192C55; font-weight: bold; }

/* 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: #0093E9;
	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; }

/* 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{ color: #fff; font-size: 16px; padding: 20px; }
.lnk2{
	background-color: #D9F2FF;
	color: #0093E9;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
	line-height: 150%;
}
.lnk2:hover{ background-color: #0093E9; color: #FFF;}

/* table
**************************************************/
.tbl1{ width: 100%; border-collapse: collapse; }
.tbl1 th, .tbl1 td{ border: 1px solid #707070; padding: 10px; }
.tbl1 th{ background-color: #EDF8FD; }



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

	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: 60px; }
	.mt2adj{ margin-top: 150px; }
	.mt3adj{ margin-left: 50px; }
	.mt4adj{ margin-top: 120px; }
	.mr58px{ margin-right: 58px; }
	/* 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; }

	/* width
	****************************************************/
	.w230{ width: 230px; }
	.w328{ width: 328px; }
	.w440{ width: 440px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }

	/* main
	****************************************************/
	.mv{ background: url("images/pc_mv-20240205.png") repeat-x center bottom; background-size: 1920px 640px; height: 750px; }
	.under{ padding-top: 110px; }
	.pp1ttl{ background: url("images/subtitle-bg.png") no-repeat center center / cover; }
	.pp1ttl h2{ width: 320px; }

	/* header
	****************************************************/
	header{ background: rgba(255, 255, 255, 0.5); 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: 20px; left: 0; background-color: #192C55; color: #fff; padding: 0 1em; }
	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: #1BC1EE; }
	/* parent　*/
	.gNav{ position: relative; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		font-size: 17px;
		visibility: hidden;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 9999;
		padding: 30px 50px;
		width: 1100px;
		background: rgba(255, 255, 255, 0.5);
		text-align: left;
		display: flex;
		flex-wrap: wrap;
	}
	.gNav .parent ul li{ min-width: 22%; }
	.gNav .parent ul a{ color: #463D35; width: 100%; position: relative; }
	.gNav .parent ul a:after{
	  content: " ＞";
	  position: absolute;
	}
	.gNav .parent ul a:hover{ text-decoration: underline; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 100px 0; }
	.lst4clm li{ margin-right: 60px; }
	.lst4clm li:nth-child(4n){ margin-right: 0; }
	/* color */
	.col1pc{ color: #fff; }
	/* notice */
	#notice{ background-color: #fff; padding: 30px; }
	#notice li{ margin-top: 1em; }
	/* index */
	.pAds{ position: absolute; }
	#index .sec1{}
	#index .sec1 .wrap{ padding: 0 30px; }
	#index .sec2{ background: url("images/top_about-bg.png") no-repeat top center; background-size: 1920px 1200px; }
	#index .sec2 .wrap{ position: relative; height: 1427px; }
	#index .sec2 .item1{ top: 180px; right: 0; }
	#index .sec2 .box{ width: 328px; padding: 38px; height: 450px; position: relative; }
	#index .sec2 .item2{ top: 440px; right: 0; }
	#index .sec2 .item3{ top: 560px; left: 386px; }
	#index .sec2 .item4{ top: 680px; left: 0; }
	#index .sec2 .txt{ margin-top: 20px; width: 260px; }
	#index .sec2 .btn{ bottom: 38px; }
	#index .sec2 .btn a{ width: 300px; }
	#index .sec3{ background: url("images/01_back02@2x.png") no-repeat top center; background-size: 1920px 894px; }
	#index .sec3 .wrap{ position: relative; height: 944px; }
	#index .sec3 .item1{ top: 126px; left: 0; }
	#index .sec3 .box{ width: 520px; height: 390px; margin-top: 30px; padding: 40px; position: relative; }
	#index .sec3 .txt{ top: 100px; width: 500px; }
	#index .sec3 .btn{ bottom: 38px; }
	#index .sec4{ background: url("images/01_back03@2x.png") no-repeat top center; background-size: 1920px 894px; }
	#index .sec4 .wrap{ position: relative; height: 944px; }
	#index .sec4 .item1{ top: 126px; right: 0; }
	#index .sec4 .box{ width: 520px; height: 390px; margin-top: 30px; padding: 40px; position: relative; }
	#index .sec4 .txt{ top: 100px; width: 500px; }
	#index .sec4 .btn{ bottom: 38px; }
	#index .sec6{ background: url("images/top_medical-bg.png") no-repeat top center; background-size: 1920px 860px; }
	#index .sec6 .wrap{ position: relative; height: 960px; }
	#index .sec6 .item1{ top: 126px; right: 0; }
	#index .sec6 .box{ width: 520px; height: 415px; margin-top: 30px; padding: 40px; position: relative; }
	#index .sec6 .txt{ top: 110px; width: 500px; }
	#index .sec6 .btn{ bottom: 38px; }
	#index .sec6 li{ min-width: 50%; font-size: 16px; }
	/* facility */
	#facility .sec1 .fbPc1{ margin-top: 60px; }
	#facility .sec1 .box{ position: relative; height: 640px; margin-bottom: 80px; }
	#facility .sec1 .txt{
		width: 440px;
		height: 240px;
		background: url("images/facility1no1.png") no-repeat top center / 440px 240px;
		position: absolute;
		padding: 40px;
		top: 400px;
		left: 45px;
	}
	#facility .sec2 .fbPc1{ margin-top: 60px; }
	#facility .sec2 .box{ position: relative; height: 740px; margin-bottom: 80px; }
	#facility .sec2 .txt{
		width: 440px;
		height: 300px;
		background-color: #fff;
		position: absolute;
		padding: 40px;
		top: 440px;
		left: 40px;
	}
	/* profile */
	#profile .sec1 .box .bg1col{ padding: 30px; height: 460px; }
	/* medical */
	#medical .sec1 .w580{ background: url("images/medical1no1.png") no-repeat top center; width: 580px; height: 298px; padding: 40px 40px 0; }
	#medical .sec2 .fbCom1{ justify-content: flex-start; }
	#medical .sec2 .fbCom1 li{ margin: 40px 40px 0 0; }
	#medical .sec2 .fbCom1 li:nth-child(4n){ margin-right: 0; }
	#medical .sec2 .fbCom1 a{ width: 270px; height: 120px; }
	/* access */
	#access .sec1{ padding-left: 200px; padding-right: 200px; }

	/* 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 .lef, footer .sec1 .rig{ width: 520px; }
	footer .sec1 .lef{ overflow: hidden; padding: 50px 20px 40px 0; }
	footer .sec1 .lef .box{ width: 520px; float: right; }
	footer .sec1 .item1{ width: 260px; text-align: center; }
	footer .sec1 .rig .box{ width: 520px;padding: 50px 0 50px 20px; height: 300px; }
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; padding: 0 1em; }
	footer .sec3{ justify-content: center; }
	footer .sec3 li{ margin: 30px 15px; }

	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 200px; right: 0px; }

	/* 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;
	}
}





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

	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; }
	/* margin */
	.mt1adj{ margin-top: 30px; }
	.mt2adj{ margin-top: 60px; }
	.mt4adj{ margin-top: 40px; }
	/* list */
	.lst1pc li span{ display: block; }

	/* 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%; border-collapse:collapse; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 997; padding: 0 125px 0 25px; }
	#headerSp fugie{ display: flex; align-items: center; height: 90px; }
	#headerSp img{ width: 280px;}
	/* nav */
	.gNav{
		background:rgba(255, 255, 255, 1.0);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 25% 15px 50px;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		font-size: 16px;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ margin-top: 20px; }
	.gNav li{ margin-top: 10px; }
	.gNav li a{ display: block; padding: 20px 1em 20px 1em; color: #fff; background-color: #192C55; }
	.gNav li ul li{ padding-left: 1em; }
	.gNav li ul li a{ background: none; color: #333; position: relative; }
	.gNav li ul li a:after{
		content: "＞";
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -5px;
		color: #192C55;
		font-weight: bold;
	}
	.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; margin: 0 -15px; padding: 5px 15px 15px; }
	.gNav .parent ul li{ min-width: 50%; border: none; }
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 10px 0; }
	.gNav .parent ul li a:before{ color: #01B4ED; font-weight: bold; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: url("images/sp_menu1.png"); color: #333; position: absolute; right: 10px; top: 65%; transform: translateY(-65%); }
	.gNav .switch.active:after{ content: url("images/sp_menu2.png"); }
	.gNav .fbCom1{ margin: 0!important; padding: 0 20%!important; text-align: center; }
	.gNav .fbCom1 li{ border: none; width: 33%; margin: 0!important; padding: 0!important;  }
	.gNav .fbCom1 a{ margin: 0!important; padding: 0!important;  }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		background: #0093E9;
		cursor: pointer;
		width: 80px;
		height: 90px;
		border: 1px solid #0093E9;
	}
	.btn-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.btn-trigger span:nth-of-type(1){ top:15px; }
	.btn-trigger span:nth-of-type(2){ top:30px; }
	.btn-trigger span:nth-of-type(3){ top:45px; }
	.btn-trigger p{ position: absolute; bottom: 5px; font-size: 12px; text-align: center; width: 100%; color: #fff; }
	.btn-trigger .close{ display: none; }
	.btn-trigger.active .open{ display: none; }
	.btn-trigger.active .close{ display: inline-block; }

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

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

	/* content
	****************************************************/
	/* common */
	.spa1, .spa2, .spa3{ padding-top: 60px; padding-bottom: 60px; }
	/* notice */
	#notice{ padding: 30px 15px 15px; }
	#notice li{ margin-top: .5em; }
	/* index */
	.mv{ background:url("images/sp_mv-20240205.png") no-repeat top center; padding-top: 99%; background-size: contain; }
	#index .txt, #index .btn{ margin-top: 40px; }
	#index .box{ margin-top: 40px; padding: 40px 20px; }
	#index .sec2{ background:url("images/sp_top_about-bg.png") no-repeat top center; background-size: contain; padding-top: 83.5%; }
	#index .sec2 .wrap{ background-color: #C8E2EF; padding: 40px 15px; }
	#index .sec3{ background:url("images/sp_01_back02@2x.png") no-repeat top center; background-size: contain; padding-top: 83.5%; margin-top: 60px; }
	#index .sec3 .wrap{ background-color: #C8E2EF; padding: 40px 15px; }
	#index .sec4{ background:url("images/sp_01_back03@2x.png") no-repeat top center; background-size: contain; padding-top: 83.5%; margin-top: 60px; }
	#index .sec4 .wrap{ background-color: #C8E2EF; padding: 40px 15px; }
	#index .sec6{ background:url("images/sp_top_medical-bg.png") no-repeat top center; background-size: contain; padding-top: 83.2%; margin-top: 60px; }
	#index .sec6 .wrap{ background-color: #C8E2EF; padding: 40px 15px; }
	/* facility */
	#facility .sec1 .box, #facility .sec2 .box{ margin-top: 50px; }
	#facility .sec1 h3, #facility .sec2 h3{ margin-top: 20px; }
	/* medical */
	#medical .sec2 .fbCom1 li{ margin-top: 30px; width: 48%; }
	#medical .sec2 .fbCom1 a{ width: 100%; height: 80px; }
	/* profile */
	#profile .sec1 .box .bg1col{ padding: 15px; }

	/* 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{ margin-top: 60px; }
	footer .sec1 .lef{ background: url("images/footer1no1.png") repeat-x top center; background-size: auto 100%; padding: 40px 15px; }
	footer .sec1 .item2{ display: block; }
	footer .sec1 .sec1no2{ background: url("images/footer1no2.png") repeat-x top center; background-size: auto 100%; padding: 40px 15px; }
	footer .sec1 .sec1no3{ background: url("images/footer1no3.png") repeat-x top center; background-size: auto 100%; padding: 40px 15px; }
	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%;
	}

	/* table
	****************************************************/
    .tbl1{ border-bottom: 1px solid #707070; }
    .tbl1 th, .tbl1 td{ display: block; border-bottom: none; width: 100%; }
    .tbl1 .blank{ display: none; }

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; background-color: #0093E9; }
	#footerSp tr td{ border-top: 1px solid #fff; }
	#footerSp tr td:nth-of-type(1){ width: 50%; border-right: 1px solid #fff; }
	#footerSp a{ display: block; text-align:center; padding: 15px 0; color: #fff; }
}