	@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size:19px; line-height:180%; color:#333; font-family: "Ryumin Regular KL", "リュウミン R-KL", sans-serif; }
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; }
/*a:hover img{ opacity: 0.5; transition:all 0.3s ease; }*/
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40{ 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
****************************************************/
.col_red{ color:red; }
.col_white{ color:white; }
.col_bleck{ color:black; }
.col1, .col1ul li:before, .col1icon:before{ color:#ED7E98; }
.col2, .col2ul li:before, .col2icon:before{ color:#E1F4F2; }
.col3, .col3ul li:before, .col3icon:before{ color:#4EBDCE; }
.col4, .col4ul li:before, .col4icon:before{ color:#BFBFBF; }

/* background
****************************************************/
/* color */
.bg1col{ background-color: #E1F4F2; }

/* 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
****************************************************/
.fs_s{ font-size:small; }
.fs12{ font-size:12px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }
.fs20{ font-size:20px; }
.fs24{ font-size:24px; }

/* border-radius
****************************************************/
.br05, .br05ul li{ 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; }
.br15, .br15ul li{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; }
.br25, .br25ul li{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; }
.br50{ border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; }

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

/* column
****************************************************/
.clm1, .clm2{ letter-spacing: -0.4em; }
.clm1 li, .clm2 .row{ display: inline-block; letter-spacing: normal; vertical-align: top; }
.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }

/* border
****************************************************/

/* band
****************************************************/
.band1{ background-color: #584512; color: #fff; padding: 0 .5em; display: block; border-radius:15px; text-align: center; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "Ryumin Medium KL", "リュウミン M-KL"; }
.hl1{ text-align: center; }
.hl1 span{ color: #4EBDCE; }
.hl2, .hl2no2{ position: relative; text-align: center; }
.hl2::after, .hl2no2::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 70px;
}
.hl2::after{ height: 2px; background-color: #4EBDCE; bottom: -10px; }
.hl2no2::after{ height: 2px; background-color: #ED7E98; bottom: -10px; }
.hl3, .hl3no2{ border-bottom: 1px solid #BFBFBF; padding-bottom: 5px; }
.hl3 span{ border-left: 4px solid #ED7E98; padding-left: .5em; }
.hl3no2 span{ border-left: 4px solid #4EBDCE; padding-left: .5em; }
.hl4{ border: solid #BFBFBF; border-width: 1px 0; padding: .25em .5em; }

/* page title
****************************************************/

/* table
****************************************************/
.table01__item { display: grid; grid-template-columns: 30% 1fr; }
.table01__title, .table01__detail { padding: 1.5rem 0; }
.table01__title { color: #4EBDCE; border-bottom: 1px solid #4EBDCE; }
.table01__detail { border-bottom: 1px solid #BFBFBF; }
@media screen and (min-width: 600px) {
	.table01__item { display: grid; grid-template-columns: 15% 1fr; }
}

/* mv
****************************************************/
#mv .swiper-pagination-bullet-active { background: #00A6B9; }

/* content
****************************************************/
/* notice */
#notice{ height:200px; overflow:auto; }
#notice::-webkit-scrollbar {
	all:unset;
	width:6px;
	background:transparent;
}
#notice::-webkit-scrollbar-track {
	all:unset;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	background: transparent;
}
#notice::-webkit-scrollbar-thumb {
	all:unset;
	background:#4EBDCE;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 8px;
}
#notice::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background: transparent;
}
#notice li{ padding: 15px 0; border-bottom: 1px dotted #707070; margin-right: 30px; }
.notice_list li{ padding-bottom: 1em; margin-bottom: 1.5em; border-bottom: 1px dotted #707070; }
.notice_list li a:before{ content: "■"; color: #ED7E98; margin-right: .5em; }
/* index */
#index .sec2 .fl, #index .sec2 .fr{ background-color: #fff; margin-top: 50px; padding: 19px; }
#index .sec2 figure, #index .sec2 h3{ text-align: center; }
#index .sec2 h3{ margin: 1em 0; }
#index .sec3  li a{ display: block; border: 1px solid #4EBDCE; text-align: center; }
#index .sec3  li a:hover{ background-color: #E1F4F2; }
#index .sec4 .inner{ background: rgba(255, 255, 255, 0.8); }

/* index recruitボタン追加デモ 2022-07-12-add*/
#index .sp.recruit-button { margin-top: 30px; text-align: center; }
#index .sp.recruit-button .button { display: inline-block; width: 50%; background: #4EBDCE;  border: 1px solid #4EBDCE; padding: 10px 0; color: #fff; font-weight: bold; text-align: center; }
#index .sp.recruit-button .button:hover { opacity: .8; }
@media screen and (min-width: 600px){
	.pc.recruit-button .button { display: flex; justify-content: center; align-items: flex-end; width: 70px; height: 190px; padding-left: 10px; background: #4EBDCE; box-shadow: 1px 3px 10px #bbb; color: #fff; font-size: 21px; writing-mode: vertical-rl; }
	.pc.recruit-button .button:hover { opacity: .8; }
}

/* medical */
#medical .sec2 .box1com{ margin-top: 40px; }
/* guide */
#guide .sec2 figure{ text-align: center; margin-bottom: 20px; }
#guide .sec2 h3{ text-align: center; border: solid #4EBDCE; border-width: 0 0 1px 1px; }
/* access */
#access .sec1 h3{ background-color: #4EBDCE; color: #fff; text-align: center; padding: .25em; }
/* etc */
.name{ font-size: 16px; }
.name span{ font-size: 24px; margin-left: .5em; }
.box1com{ border: 1px solid #4EBDCE; padding: 30px; }

/* symptom
****************************************************/
/* symptom */
#symptom li a{ display: block; }
#symptom li a:before{ content: '>'; margin-right: .5em; }
#symptom li a:hover{ color: #009B70; }
#symptom li a, #symptom2 li a{ color: #000; }
/* symptom2 */
#symptom2 li a:before{ content:"＞"; margin-right: .5em; }
#symptom2 li a:hover{ color: #00a73c; }
#symptom2 li a{ color:#333 }
#symptom2 li a:hover{ color:#009B70 }
#symptom2 ul{ border-top: 1px solid #707070; }
/* symptom3 */
#symptom3 .outline h4{ color: #ED7E98; border-bottom: 1px solid #ED7E98; }
#symptom3 .outline h4:before{ content:"▶"; margin-right: .5em; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* disease
****************************************************/
#disease li a{
	color:#000;
	display:block;
	font-size:20px;
	letter-spacing:.5em;
	text-align: center;
	background-color: #fff;
	border: solid #4EBDCE;
	border-width: 1px 1px 1px 7px;
}
#disease li a:hover{ text-decoration: none; background-color: #E1F4F2; }
#disease dd{ padding-top: 1em; }

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

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

/* footer
****************************************************/
footer .sec1{ padding: 60px 0 30px; }
footer .sec1 .adr{ padding-left: 1.5em; }
footer .sec2{ background-color: #4EBDCE; padding-top: 30px; }
footer .sec2 *{ color: #fff; }
address{ padding: 1em 0; text-align: center; }

/* 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: #4EBDCE;
	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
****************************************************/
.lnk1:hover{ opacity: .8; }
.lnk1btn{ display: block; border: 1px solid #4EBDCE; font-size: 16px; line-height: 20px; padding: 10px 0; }
.lnk1btn:hover{ background-color: #E1F4F2; }
.lnk2btn{ display: inline-block; background-color: #4EBDCE; color: #fff; padding: 10px 0; }
.lnk3btn{ display: inline-block; border: 2px solid #ED7E98;  background-color: #fff; color: #333; padding: 5px 0; }
.lnk3btn:hover{ background-color: #ED7E98; color: #fff; }

/* guide
****************************************************/
.mainArea img {
	width : 100% !important;
	object-fit: contain !important;
}
.sideImgList li img {
	width: 150px;
	cursor: pointer !important;
	object-fit: contain !important;
	border: 5px solid #4EBDCE;
}
.sideImgList img { opacity: 0.6 !important; }
.sideImgList img:hover{ opacity: 1.0 !important; transition:all 0.3s ease; }
#mainText{ margin-top: 1em; }






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

	600px over

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

	/* common
	****************************************************/
	.wrap{ margin-left:auto; margin-right:auto; width:1000px; }
	.sp{ display:none!important; }

	/* margin
	****************************************************/
	.ml2em{ margin-left: 2em; }

	/* overflow:hidden;
	****************************************************/
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }

	/* column
	****************************************************/
	.clm1pc{ letter-spacing:-0.4em; }
	.clm1pc li{ display:inline-block; letter-spacing:normal; vertical-align:top; }

	/* width
	****************************************************/
	.w650{ width: 650px; }
	.w480{ width: 480px; }
	.w1pc{ width: 250px; }

	/* headLine
	****************************************************/
	.hl1{ font-size: 21px; }
	.hl1 span{ font-size: 31px; }

	/* main
	****************************************************/
	.mv{ background: url("images/mv_20250317.png") repeat-x center center; height: 450px; }

	/* header
	****************************************************/
	header{ padding: 25px 0 20px; width: 100%; background: rgba(255, 255, 255, 0.8); }
	header .fl:nth-child(2){ padding-left: 150px; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; margin-top: 20px; }
	.gNav ul{ overflow:hidden; text-align: center; }
	.gNav li{ float:left; width: 170px; }
	.gNav li:first-child{ width: 150px; }
	.gNav ul a{ display:block; color: #333; padding: 10px 0 20px; }
	.gNav ul a:hover, .gNav ul .stay{ background: url("images/nav1icon.png") no-repeat bottom center; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top: 155px; }
	.none{ display:none; }

	/* title
	****************************************************/
	.pp1ttl{ background: url(images/titleback@2x.png) repeat-x top center; background-size: 1300px 120px; height: 120px; line-height: 30px; padding-top: 45px; text-align: center; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 60px 0 100px; }
	.spa2{ padding: 100px 0; }
	.spa3{ padding: 60px 0; }
	/* index */
	#index .sec1 .fl{ width: 300px; padding-top: 30px; }
	#index .sec1 .fr{ width: 650px; }
	#index .sec2 .fl, #index .sec2 .fr{ width: 300px; height: 450px; }
	#index .sec2 .fl{ margin-right: 50px; }
	#index .sec3 .txt{ margin-left: 100px; }
	#index .sec3  li{ margin-right: 50px; margin-top: 20px; }
	#index .sec3  li:nth-child(3n){ margin-right: 0; }
	#index .sec3  li a{ width: 300px; height: 80px; display: table-cell; vertical-align: middle; }
	#index .sec4{ background: url("images/top_goaisatsu_back@2x.png") repeat-x center center; background-size: auto 810px; height: 810px; }
	#index .sec4 .inner{ margin-left: 100px; margin-right: 100px; height: 560px; padding: 40px 50px 50px; position:relative; }
	#index .sec4 .ads1{ position: absolute; bottom: 120px; right: 70px; }
	#index .sec4 .ads2{ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); }
	/* medical */
	#medical .sec1{ padding-left: 100px; }
	#medical .sec2 .box1com{ height: 360px; }
	/* guide */
	.sideImgList li{ margin-top: 30px; }
	.sideImgList li:nth-child(1){ margin-top: 0; }
	#guide .sec1 .fl{ width: 790px; }
	#guide .sec1 .fr{ width: 150px; }
	#guide .sec2 .fl, #guide .sec2 .fr{ width: 300px; height: 600px; margin-top: 50px; }
	#guide .sec2 .fl{ margin-right:50px; }
	#guide .sec2 h3{ font-size: 20px; line-height: 125%; height: 70px; display: table-cell; vertical-align: middle; width: 300px; }
	/* access */
	#access{ background: url("images/access1bg.png") no-repeat top center; }
	#access .wrap{ width: 776px; }
	#access .row{ margin: 60px 30px 0; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ width: 25%; margin-top: 1.5em; }
	/* symptom2 */
	#symptom2 h3{ font-size: 26px; margin-bottom: 75px; }
	#symptom2 ul{ margin-top: 75px; 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 dl{ padding: 0 1em; }
	#symptom3 .dis{ margin-top: 1em; }
	#symptom3 .des{ padding: 1em 0; }

	/* disease
	****************************************************/
	#disease ul{ margin-bottom: 35px; }
	#disease li{ margin:15px 50px 15px 0; }
	#disease li:nth-child(3n){ margin-right:0; }
	#disease li a{ width:300px; padding:40px 0; line-height:20px; }
	#disease dt{ font-size: 21px; }
	#disease dl{ padding-top: 40px; }

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

	/* footer
	****************************************************/
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 a{ display: block; width: 150px; }

	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 180px; right: -10px; }
	.trk2{ position: fixed; top: 380px; right: -10px; }

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

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





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

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

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

	/* width
	****************************************************/
	.w1pc{ width: 200px; }

	/* header
	****************************************************/
	header .wrap{ padding: 0; }
	.mv{ background: url("images/sp_mv_20250317.png") no-repeat top center; padding-top: 61%; background-size: cover; }

	/* headline
	****************************************************/
	.hl1{ text-align: center; font-size: 18px; padding: 1em 0; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; border-collapse:collapse; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; padding: 5px 100px 0 40px; }
	#headerSp img{ width: 100%; margin-bottom: 10px; }
	/* nav */
	.gNav{
		background:rgba(78, 189, 206, 1.0);
		position: fixed;
		height: 55%;
		width: 100%;
		z-index: 998;
		padding: 25% 7.5% 0;
		transition: all 0.6s;
		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; }
	.gNav li a{ display: block; padding: .75em 1em .75em 0; color: #fff; background: url("images/sp_nav1bg.png") no-repeat right center; text-align: center; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	.gNav .lst2 li a{ background-color: #fff; color: #333; padding-right: 0; }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #4EBDCE;
		cursor: pointer;
		width: 50px;
		height:50px;
		border-radius: 5px;
		border: 1px solid #4EBDCE;
	}
	.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_titleback@2x.png) no-repeat top center; background-size: cover; line-height: 30px; padding: 30px 0 20px; text-align: center; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-bottom: 50px; }
	.spa2, .spa3{ padding-top: 60px; padding-bottom: 60px; }
	/* index */
	#index .sec1 .fl{ text-align: center; }
	#index .sec1 .lnk1btn{ width: 50%; display: inline-block; margin-top: -20px; margin-bottom: 30px; }
	#index .sec2 h2, #index .sec4 h2, #index .sec5 h2{ margin-bottom: -30px; }
	#index .sec3 .oh_clm2sp li{ margin-top: 10px; }
	#index .sec3 .oh_clm2sp a{ height: 60px; padding-top: 17px; }
	#index .sec3 .oh_clm2sp li:nth-child(6) a{  padding-top: 5px; }
	#index .sec4{ background: url("images/sp_top_goaisatasu_back@2x.png") no-repeat center center; background-size: 100% auto; }
	#index .sec4 .inner{ padding: 20px; }
	#index .sec4 .ads1{ margin-top: 30px; text-align: right; }
	#index .sec4 .ads2{ margin-top: 40px; }
	/* greeting */
	#greeting .sec1 .fl{ text-align: center; margin-bottom: 40px; }
	#greeting .sec2 .box1com{ padding: 15px; }
	/* medical */
	#medical .sec2{ margin-top: -20px; }
	/* guide */
	#guide .sec1 li{ margin-top: 4%; }
	.sideImgList li img{ width: 100%; }
	#guide .sec2 .fl, #guide .sec2 .fr{ margin-top: 50px; }
	#guide .sec2 h3{ margin-top: 1em; }
	/* access */
	#access .row{ margin: 40px 15px 0; }

	/* etc */
	.box1com{ padding: 15px; }

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

	/* disease
	****************************************************/
	#disease ul{ margin-top:30px; }
	#disease li{ margin-top:20px; }
	#disease li:first-child{ margin-top:0; }
	#disease li a{ padding:15px; }
	#disease dl{ padding-top: 40px; }

	/* footer
	****************************************************/
	footer .sec1{ padding-top: 30px; padding-bottom: 50px; }
	footer .sec1 .fr{ margin-top: 30px; padding: 0 15px; }
	footer .sec2 ul{ overflow: hidden; margin-top: -40px; }
	footer .sec2 li{ width: 50%; float: left; margin-top: 1em; }
	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: -50px;
	}
	.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){ width: 50%; background-color:#ED7E98; border-right: 1px solid #fff; }
	#footerSp tr td:nth-of-type(2){ width: 50%; background-color:#ED7E98; border-left: 1px solid #fff; }
	#footerSp a{ display: block; text-align:center; padding: 10px 30px; color: #fff; }
}