@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; line-height:150%; }
body{ font-size:19px; color:#222; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif; font-weight: 300; }
img{ border: none; font-size: 0; vertical-align: top; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#333; }
a:hover{ text-decoration:none; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }
section p{ line-height: 200%; }

/* margin
****************************************************/
.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; }
.mt1adj{ margin-top: 120px; }
.mt2adj{ margin-top: 80px; }
.mt3adj{ margin-top: 160px; }

/* 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; }
.fw_b{ font-weight: bold; }

/* color
****************************************************/
.colWT{ color: white; }
.col1, .col1ul li:before, .col1icon:before{ color: #004EA0; }

/* background
****************************************************/
/* color */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #F7F6F1; }
.bg2col{ background-color: #E43232; }
.bg3col{ background-color: #F2F0E6; }

/* 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; font-weight: normal; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 24px; }
.fsM{ font-size: 28px; }
.fsL{ font-size: 34px; }
.fs16{ font-size: 16px; }
.fs26{ font-size: 26px; }
.fs19{ font-size: 19px; }
.lh200, .lh200ul li, .lh200dl dd{ line-height: 200%; }

/* border-radius
****************************************************/
.br05, .br05a a{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10, .br10ul li{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.br20{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
.br30{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }
.br35{ border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

/* 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; }
.vCen, .vCenA a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.vCen2, .vCenA2 a{ display: flex; flex-wrap: wrap; align-items: center; align-content: center; }

/* headline
****************************************************/
h1, h2, h3, h4, .pp1ttl, .fFami{ font-weight: 600; }
.hl1{ background: url("images/icon_title_l@2x.png") no-repeat top center / 88px 36px; padding-top: 40px; text-align: center; }
.hl2{ border-bottom: 2px solid #004EA0; padding-bottom: 30px; }
.hl3 {
	position: relative;
	padding-left: 30px;
}
.hl3::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
color: #004EA0;
}

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="h_o"]:hover{ opacity: .8; }
.lnk1btn{
	background: url("images/button_parts@2x.png") no-repeat center right / 50px 50px #004EA0;
	border: 2px solid #004EA0;
	font-size: 16px;
	padding: 17px 30px;
	color: #FFFFFF;
	text-align: left;
}
.lnk1btn:hover{ background-color: #FFF; color: #004EA0; }

/* content
****************************************************/
/* common */
.posRelCom{ position: relative; }
[class*="adsCom"]{ position: absolute; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
/* index */
#notice li a{ display: block; border-bottom: 1px solid #DDD; padding: 20px 0; }
#index .sec1 .notice{ border-top: 1px solid #333; }
#index .sec1 .notice a{ display: block; border-bottom: 1px solid #333; padding: 20px 0;  }
#index .sec1 .h_o{ background-color: #004EA0; color: #FFFFFF; text-align: center; padding: 5px; }
.cBox1{ border: 1px solid #004EA0; background-color: #FFFFFF; }
.cBox2{ background-color: #004EA0; color: #FFFFFF; border-radius: 10px; padding: 15px 20px; }

/* symptom
****************************************************/
/* symptom */
#symptom p, #symptom2 p, #symptom3 p{ line-height: 200%; }
#symptom ul{ background-color: #F7F6F1; border-radius: 10px; }
#symptom li a:before{ content: "●"; color: #004EA0; margin-right: 10px; }
#symptom li a:hover{ color: #004EA0;  }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 ul{ background-color: #F7F6F1; border-radius: 10px; }
#symptom2 li a:before{ content: "●"; color: #004EA0; margin-right: 10px; }
#symptom2 li a:hover{ color: #004EA0;  }
/* symptom3 */
#symptom3 .outline{ background-color: #F7F6F1; border-radius: 10px; padding: 10px 40px 40px; }
#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: #004EA0; margin-right: .5em; }
#site dd{ margin:15px 15px 50px; }

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

/* footer
****************************************************/
footer .sec1 .gr1, footer .sec1 .gr2{ border-bottom: 2px dotted #2CA6FF; padding-bottom: 10px; font-weight: bold; }
footer .sec1 .gr1 span{ display: block; background: url("images/f_icon1@2x.png") no-repeat left center / 40px 40px; padding: 10px 0 10px 60px; }
footer .sec1 .gr2 span{ display: block; background: url("images/f_icon2@2x.png") no-repeat left center / 40px 40px; padding: 10px 0 10px 60px; }
footer .sec2 *{ color: #333; font-size: 16px; }
address{ padding: 10px; text-align: center; font-size: 16px; background-color: #004EA0; color: #FFF; }

/* 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:5px;
	right:10px;
	z-index: 2;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #004EA0;
	border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }



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

	600px over

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

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.sp{ display:none!important; }
	[class*="adsPc"]{ position: absolute; }

	/* 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; }
	.vCenPc, .vCenApc a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
	.odr1pc{ order: 1; }
	.odr2pc{ order: 2; }
	
	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 130px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 130px; margin-left: -130px; }
	.lst2{ padding-left: 40px; }
	.lst2 li{ width: 33%; margin: 10px 0; }
	
	/* width
	****************************************************/
	.w300{ width: 300px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }
	
	/* main
	****************************************************/
	.mv{ background: url("images/01_1_main@2x.png") no-repeat top center / 100% auto; padding-top: 50%; }
	
	/* header
	****************************************************/
	header{ height: 100px; margin-bottom: 15px; }
	header h1{ padding: 10px 0 0 0; }
	header .adsPc1{ top: 55px; left: 0; }
	header .adsPc2{ top: 55px; right: 360px; background-color: #004EA0; color: #FFFFFF; height: 40px; width: 260px; font-size: 16px; text-align: center; }
	header .adsPc3{ top: 55px; right: 0; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; justify-content: space-around; }
	.gNav li ul li{ display: block; }
	.gNav ul a{
		position: relative;
		display: inline-block;
		text-decoration: none;
		height: 65px;
		padding-top: 15px;
	}
	.gNav ul a::after{
		content: "●";
		color: #4D94FF;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		transition: opacity 0.3s ease;
		font-size: 10px;
	}
	.gNav ul a:hover::after,
	.gNav ul .stay::after,
	.gNav ul .parent:hover > .switch > a::after {
		opacity: 1;
	}
	.gNav ul ul a::after {
	  content: none;
	}
	.fixed{ position: fixed; top: 0; left: 0; z-index: 9999; background-color: #fff; width: 100%; }
	.space{ margin-top: 65px; }
	.none{ display:none; }
	/* parent　*/
	.gNav .wrap{ position: relative; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		background: rgba(217, 239, 255, 1);
		visibility: hidden;
		position: absolute;
		top: 65px;
		left: 0;
		z-index: 999;
		padding: 20px 15px 20px 30px;
		width: 1100px;
		justify-content: flex-start;
		text-align: left;
	}
	.gNav .parent ul li{ min-width: 25%; }
	.gNav .parent ul li a::before{ content: "＞"; font-size: 16px; margin-right: .5em; }
	.gNav .parent ul li a:hover{ text-decoration: none; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/02_title_back@2x.png") repeat-x top center / 1920px 250px #F7F6F1;
		height: 250px;
		font-weight: bold;
	}
	
	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 130px 0 160px; }
	/* index */
	#index .sec1{ background: url("images/01_1_back@2x.png") no-repeat top center / 1920px 700px; padding: 80px 0; }
	#index .h_o{ width: 140px; }
	#index .sec2{ padding: 80px 0; background: url("images/01_2_back@2x.png") no-repeat top center / 1920px 439px #F7F6F1; }
	#index .sec2 .cBox1,
	#about .sec1 .cBox1{ height: 220px; }
	#index .sec3{ background: url("images/01_3_back@2x.png") no-repeat top center / 1920px 860px; padding: 100px 0; }
	#index .sec3 .w328{ padding: 40px 0; margin-top: 70px; }
	#index .sec4{ background: url("images/01_4_back@2x.png") repeat-y top center / 1920px 1280px #F7F6F1; padding: 130px 0; }
	#index .sec5{ padding: 80px 0; }
	#index .sec5 .lnk1,
	#index .sec5 .lnk2,
	#medical .sec1 .lnk1,
	#medical .sec1 .lnk2{
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 520px 180px;
		background-color: transparent;
		color: #FFFFFF;
		width: 520px;
		height: 180px;
		text-align: center;
	}
	#index .sec5 .lnk1,
	#medical .sec1 .lnk1{ background-image: url("images/01_4_button01@2x.png"); }
	#index .sec5 .lnk2,
	#medical .sec1 .lnk2{ background-image: url("images/01_4_button02@2x.png"); }
	#index .sec5 .btnLst a,
	#medical .sec1 .btnLst a{
		display: block;
		border: 2px solid #004EA0;
		background-color: #FFFFFF;
		border-radius: 40px;
		text-align: center;
		padding: 20px 0;
		width: 328px;
		transition : all 0.75s;
	}
	#index .sec5 .btnLst a:hover,
	#medical .sec1 .btnLst a:hover{
		background-color: #004EA0;
		color: #FFFFFF;
		transition : all 0.75s;
	}
	#index .sec5 .btnLst li,
	#medical .sec1 .btnLst li{ margin-right: 58px; margin-top: 20px; }
	#index .sec5 .btnLst li:nth-child(3n),
	#medical .sec1 .btnLst li:nth-child(3n){ margin-right: 0; }
	#index .sec6{ background: url("images/01_5_back@2x.png") no-repeat top center / 1920px 1185px; padding: 130px 0; }
	#facility .sec2 .w520 div{ min-height: 400px; }
	/*#access .wrap{ width: 800px; }*/

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 0 0 30px 75px; }
	#symptom li{ width: 25%; margin-top: 30px; }
	/* symptom2 */
	#symptom2 ul{ 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 .des{ padding: 30px 0; }

	/* sitemap
	****************************************************/
	#sitemap .child{ overflow: hidden; margin-left: 1em; }
	#sitemap .child li{ float: left; width: 25%; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 80px 0; }
	footer .sec1 .addr{ margin-left: 50px; }
	footer .sec2{ padding: 20px 0; font-size: 16px; }
    footer .sec2 .fbCom{ justify-content: center; }
	footer .sec2 li{ margin-left: 10px; margin-right: 10px; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 9999; }
	.trk1{ top: 220px; right: 20px; }
	.trk2{ top: 385px; right: 20px; }

	/* 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, .wrap2{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.w70p{ width: 70%; }
	.pc{ display:none!important; }
	.tacSp{ text-align: center; }
    .lnk1btn{ width: 80%; }
	.lst1 li span, .lst1li span{ display: block; }
	.mt1adj, .mt40sp{ margin-top: 40px; }
	.mt2adj{ margin-top: 40px; }
	.mt3adj{ margin-top: 80px; }
	.pad40{ padding: 20px; }
    .mt30sp{ margin-top: 30px; }
    .mt60sp{ margin-top: 60px; }
	
	/* font-size
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 23px; }
	.fsL{ font-size: 28px; }

	/* 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; }
	[class*="fbSp"]{ display: flex; flex-wrap: wrap; }
	.fbSp1{ justify-content: space-between; }
	.fbSpCen{ align-items: center; justify-content: center; align-content: center; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; position: fixed; top: 0px; left: 0px; z-index: 1000; }
	/* nav */
	.gNav{
		background: rgba(255, 255, 255, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 999;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav li{ border-bottom: 1px solid #C4C4C4; }
	.gNav li a{ display: block; padding: 15px; color: #333; 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; padding: 5px 20px 15px; margin: 0 -15px; font-size: 16px; background-color: #D9EFFF; } 
	.gNav .parent ul li{ border-bottom: none; } 
	.gNav .parent ul a{ margin: 0!important; padding: 10px 0 0 0; color: #222; font-weight: normal; } 
	.gNav .parent ul a:before{ content: "＞"; margin-right: .5em; color: #222; font-weight: bold; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; font-size: 30px; font-weight: bold; color: #DDDDDD; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }	
	.gNav .sp2clm{ overflow: hidden; }
	.gNav .sp2clm li{ width: 50%; float: left; text-indent: -1.5em; padding-left: 1.5em; }
	
	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 5px;
		right: 5px;
		z-index: 9999;
		background: #E43232;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #E43232;
		border-radius: 3px;
	}
	.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%;
	}
	
	/* main
	****************************************************/
	.mv{
		background: url("images/sp_01_1_main@2x.png") no-repeat top center / 100% auto #F9F8F3;
		padding-top: 133.5%;
	}
	
	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/sp_02_title_back@2x.png") no-repeat top center / cover;
		height: 160px;
		font-weight: bold;
		justify-content: flex-start;
	}
	
	/* content
	****************************************************/
	/* common */
	.spa1, .spa2{ padding-top: 50px; padding-bottom: 50px; }
	.clm3 li{ margin-bottom: 30px; text-align: center; }
    .clm4{ justify-content: space-between; margin-top: 0; }
    .clm4 li{ width: 48%; }
    .clm4 a{ width: 100%; height: 80px; }
	/* index */
	#index .sec1{ background: url("images/sp_01_1_back@2x.png") no-repeat top center / 100% auto; padding: 40px 0; }
	#index .h_o{ width: 100px; }
	#index .sec2{ background: url("images/sp_01_2_back@2x.png") no-repeat top center / 100% auto #F7F6F1; padding: 60px 0; }
	#index .sec3{ background: url("images/sp_01_3_back@2x.png") no-repeat top right / 100% auto; padding: 60px 0; }	
	#index .sec3 .w328{ padding: 40px 0; margin: 40px 10% 0; }
	#index .sec4{ background: url("images/sp_01_4_back01@2x.png") no-repeat top center / 100% auto #F7F6F1; padding: 60px 0; }
	#index .sec4 .mt1adj{ margin-top: 60px; }
	#index .sec4 figure img{ width: 70%; }
	#index .sec4 h3{ padding-bottom: 20px; margin-top: 30px; }
	#index .sec5{ padding: 45px 0 25px; }
	#index .sec5 .lnk1,
	#index .sec5 .lnk2,
	#medical .sec1 .lnk1,
	#medical .sec1 .lnk2{
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-color: transparent;
		color: #FFFFFF;
		width: 100%;
		aspect-ratio: 520 / 180;
		display: block;
		text-align: center;
	}
	#index .sec5 .lnk1,
	#medical .sec1 .lnk1{ background-image: url("images/01_4_button01@2x.png"); }
	#index .sec5 .lnk2,
	#medical .sec1 .lnk2{ background-image: url("images/01_4_button02@2x.png"); margin-top: 20px; }
	#index .sec5 .fbCom,
	#medical .sec1 .fbCom{ justify-content: space-between; }
	#index .sec5 .btnLst li,
	#medical .sec1 .btnLst li{ width: 48%; margin-bottom: 20px; }
	#index .sec5 .btnLst a,
	#medical .sec1 .btnLst a{
		border: 2px solid #004EA0;
		background-color: #FFFFFF;
		border-radius: 40px;
		text-align: center;
		padding: 0 10px;
		width: 100%;
		height: 86px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	#index .sec6{ background: url("images/sp_01_5_back@2x.png") no-repeat top right / 100% auto; padding: 60px 0; }	
	#index .sec6 .fl{ margin-top: 40px; }
	#facility img{ width: 70%; }
	#facility figure{ text-align: center; }

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

	/* footer
	****************************************************/
	footer .sec1{ padding: 50px 0; }
	footer .sec1 .tel{ width: 90%; }
	footer .sec2 ul{ padding: 15px 25px 25px; }
	footer .sec2 li{ width: 50%;  margin-top: 10px; }
	address{ font-size: 12px; padding-bottom: 1em; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }
	
	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 80%;
		height: 0;
		overflow: hidden;
	}
	.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; }
	#footerSp tr td:nth-of-type(1){ padding-left: 5px; background-color: #E43232; }
	#footerSp tr td:nth-of-type(2){ width: 42.5%; background-color: #004EA0; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(3){ width: 42.5%; background-color: #004EA0; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}