	@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:#000; font-family:"A-OTF ゴシック", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#000; }
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; }

/* Flexbox
****************************************************/
.d-flex { display: flex; }
.d-inline-flex { display: inline-flex; }
@media screen and (min-width: 600px) {
	.d-md-flex { display: flex; }
	.d-md-inline-flex { display: inline-flex; }
	.flex-md-row { flex-direction: row; }
	.flex-md-row-reverse { flex-direction: row-reverse; }
	.flex-md-column { flex-direction: column; }
	.flex-md-column-reverse { flex-direction: column-reverse; }
	.justify-content-md-start { justify-content: flex-start; }
	.justify-content-md-end { justify-content: flex-end; }
	.justify-content-md-center { justify-content: center; }
	.justify-content-md-between { justify-content: space-between; }
	.justify-content-md-around { justify-content:space-around; }
	.justify-content-md-evenly { justify-content: space-evenly; }
	.align-items-md-start { align-items: flex-start; }
	.align-items-md-end { align-items: flex-end; }
	.align-items-md-center { align-items: center; }
	.align-items-md-baseline { align-items: baseline; }
	.align-items-md-stretch { align-items: stretch; }
	.align-self-md-start { align-self: flex-start; }
	.align-self-md-end { align-self: flex-end; }
	.align-self-md-center { align-self: center; }
	.align-self-md-baseline { align-self: baseline; }
	.align-self-md-stretch { align-self: stretch; }
	.flex-md-grow-0 { flex-grow: 0; }
	.flex-md-shrink-0 { flex-shrink: 0; }
	.flex-md-grow-1 { flex-grow: 1; }
	.flex-md-shrink-1 { flex-shrink: 1; }
	.flex-md-nowrap { flex-wrap: nowrap; }
	.flex-md-wrap { flex-wrap:wrap; }
	.flex-md-wrap-reverse { flex-wrap: wrap-reverse; }
	.order-md-1 { order: 1; }
	.order-md-2 { order: 2; }
	.order-md-3 { order: 3; }
	.order-md-4 { order: 4; }
	.order-md-5 { order: 5; }
	.align-content-md-start { align-content: flex-start; }
	.align-content-md-end { align-content: flex-end; }
	.align-content-md-center { align-content: center; }
	.align-content-md-around { align-content: space-around; }
	.align-content-md-stretch { align-content: stretch; }
	.flex-md-item-half { width: 47%; }
}

/* 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; }
.mt150{ margin-top:150px; }
.mt-50{ margin-top:-50px; }
.mb50{ margin-bottom: 50px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }
.ml1em { margin-left: 1em; }
@media (width >= 600px) {
	.pc_mt30 { margin-top: 30px; }
}

/* padding
****************************************************/
.pd15 { padding: 15px; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent:1em; }
.ti2{ 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; }
.col_1, .col1ul li:before, .col1icon:before{ color:#f9efdc; }
.col_2, .col2ul li:before, .col2icon:before{ color:#7b6754; }
.col_3, .col3ul li:before, .col3icon:before{ color:#ffe599; }
.col_4, .col4ul li:before, .col4icon:before{ color:#85c1e5; }
.col_5, .col5ul li:before, .col5icon:before{ color:#1f2774; }
.col_6, .col6ul li:before, .col6icon:before{ color:#FF7823; }

/* background
****************************************************/
/* color */
.bg1col{}

/* icon
****************************************************/
.icon_1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }
.icon_2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }
.icon_3:before, .icon3ul li:before, .icon3dl dt:before{ content:"■"; margin-right: .5em; }
.icon_4:before, .icon4ul li:before, .icon4dl dt:before{ content:"◆"; margin-right: .5em; }
.icon_5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲"; margin-right: .5em; }
.icon_6: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; }

/* line-height
****************************************************/
.lh10 { line-height: 1.0; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh17 { line-height: 1.7; }
.lh18 { line-height: 1.8; }
.lh19 { line-height: 1.9; }
.lh20 { line-height: 2.0; }

/* border
****************************************************/
.bd-orange { border: 2px solid #FF7823; }

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

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

/* column
****************************************************/
.clm_com{ letter-spacing:-0.4em; }
.clm_com li{ display:inline-block; letter-spacing:normal; vertical-align:top; }
.oh_com{ overflow: hidden; }
.oh_com .fl{ float: left; }
.oh_com .fr{ float: right; }

/* border
****************************************************/
/* header
****************************************************/
/* headline
****************************************************/
.hl1{ text-align: center; }
.hl1 span{ display: block; font-size: medium; color: #1f2774; }
.hl2{ border-left: 7px solid #1f2774; border-bottom: 1px dotted #1f2774; padding: .25em .5em; margin-bottom: 1em; }

/* page title
****************************************************/
.pp1ttl{ background:url("images/pp1ttl.png") repeat-x center top; text-align: center; }
.pp1ttl h2{ text-align:center; color:#000; }

/* content
****************************************************/
/* notice */
#notice{ height:185px; 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:#1f2774;
	-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{ margin-bottom:25px; margin-right: .5em; padding-bottom: .5em; border-bottom: 1px dotted #808080; }
/* index */
#index .sec3{ background: url("images/index3bg.png") no-repeat center center; }
#index .sec3 .fr li a{ display: block; border: 1px solid #85c1e5; background-color: #fff; text-align: center; padding: 1em 0; }
/* greeting */
#greeting .sec2{ background-color: #e7f3fa; }
#greeting .sec2 h3{ text-align: center; border-bottom: 3px solid #85c1e5; }
#greeting .sec2.career .f-container { display: flex; flex-wrap: wrap; justify-content: space-between; }
#greeting .sec2.career .f-item:nth-child(1) { width: 30%; }
#greeting .sec2.career .f-item:nth-child(2) { width: 70%; }
#greeting .sec2.career .f-item { display: flex; justify-content: center; align-items: center; }
#greeting .sec2.career .f-item h3 { display: inline-block; }
@media screen and (max-width: 599px) {
	#greeting .sec2.career .f-item:nth-child(1), #greeting .sec2.career .f-item:nth-child(2) { width: 100%; }
	#greeting .sec2.career .f-item li { margin-top: 10px; }
}
/* medical */
#medical .sec2 h3{ background-color: #daecf7; padding: .25em 1em; }
#medical .sec2 .medical__container { margin-top: 1em; }
#medical .sec2 .medical__item + .medical__item { margin-top: 3em; }
#medical .sec2 .medical__text { margin-top: 1em; }

#medical .attention-message { color: #ff0000; }

/* access */
#access [class^="box"]{ background-repeat: no-repeat; background-position: left top; padding-left: 120px; min-height: 100px; margin-top: 50px; }
#access .box1{ background-image: url("images/access_01.png"); }
#access .box2{ background-image: url("images/access_02.png"); }
#access span{ background-color: #ffe599; padding: 5px 1em; }

/* symptom
****************************************************/
/* symptom */
#symptom li a, #symptom2 li a{ color: #000; }
#symptom li a:before, #symptom2 li a:before{ color: #000; content:"▶"; margin-right: .5em; }
#symptom li a:hover, #symptom2 li a:hover { color: #ff964b; text-decoration: underline; }
#symptom li a:hover::before, #symptom2 li a:hover:before { display: inline-block; color: #ff964b; text-decoration: none; }
/* symptom2 */
#symptom2 li a{ color:#000 }
#symptom2 li a:hover{ color:#f56d80 }
#symptom2 dt{ font-weight: bold; }
#symptom2 dd{ margin-top:30px; }
#symptom2 ul{ border-top: 1px dotted #1f2774; }
/* symptom3 */
#symptom3 h4{ color: #ff964b; }
#symptom3 h4:before{ color: #ff964b; 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;
	border: 1px solid #bebebe;
}
#disease li a:hover{ text-decoration: none; border: 1px solid #85c1e5; background-color: #e7f3fa; }
#disease dt{ margin-top:30px; padding:5px 1em 5px; font-weight: bold; background-color: #e7f3fa; }
#disease dd{ padding-top:20px; }
#disease dd .headline03 { margin-top: 10px; font-size: 19px; color: #ff964b; }

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

/* sitemap
****************************************************/
#sitemap li{ margin-top:15px; }
#sitemap .parent li:before{ content:"▶"; color:#1f2774; 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{ background-color: #1f2774; color: #fff; }
footer .sec2{ font-size:14px; }
footer .sec2 a{ color: #000; }
address{ font-size:12px; text-align:center; }

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

/* pagetop
****************************************************/
.pagetop {
	display:none;
	position:fixed;
	bottom:0px;
	right:10px;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color:#1f2774;
	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; }

/* 追加
****************************************************/
.button {
	display: inline-block;
	padding: 0.5em 90px .5em 1.5em;
	border-radius: 10rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;

}
.button:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10rem;
	z-index: -2;
	background: url("images/btn1bg.png") no-repeat right bottom #1f2774;
}
.button:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
	background: url("images/btn1bg.png") no-repeat right bottom #696fa2;
}
.button:hover {
	color: #fff;
}
.button:hover:before {
	width: 100%;
}
#index .button.sp { display: block; max-width: 150px; width: 100%; padding: 3px; font-size: 14px; color: #e7f3fa; background-color: #1f2774; border-radius: 10px; text-align: center; }
#index .button.sp::before, .button.sp::after { display: none; }



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

	600px over

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

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

	.w200 { width: 200px; }
	.w230 { width: 230px; }
	.w670 { width: 670px; }

	/* overflow:hidden;
	****************************************************/
	.oh, .oh_ul{ overflow:hidden; }
	.oh .fl, .oh_ul li{ float:left; }
	.oh .fr{ float:right; }
	.oh .cb{ clear:both; }


	/* clearfix;
	****************************************************/
	.cf::after{ content:""; display: block; clear: both;}
	.cf .fl{ float:left; }
	.cf .fr{ float:right; }

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

	/* header
	****************************************************/
	header .line2{ margin-top: 15px; }
	header .line2 .fl{ margin-right: 20px; }

	/* nav
	****************************************************/
	nav{ font-size:15px; line-height: 20px; background-color: #1f2774; width:100%; }
	nav ul{ overflow:hidden; text-align: center; background: url("images/nav1bg.png") no-repeat left center;  }
	nav li{ float:left; width: 170px; background: url("images/nav1bg.png") no-repeat right center; }
	nav li:first-child{ width: 150px; }
	nav ul a{ display:inline-block; text-align: center; padding: 25px 0; color: #fff; width: 100%; }
	nav ul a:hover, nav ul .on{ text-decoration:none; background-color: #696fa2; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top:70px; }
	.none{ display:none; }

	/* page title
	****************************************************/
	.pp1ttl{ padding:75px 0; margin-top: 20px; }
	.pp1ttl h2{ line-height:50px; }

	/* content
	****************************************************/
	/* common */
	.sec1sp{ padding:80px 0; }
	.sec2sp{ padding-top:80px; }
	.pp1sp{ padding: 60px 0 120px; }
	/* index */
	.mv{ background: url("images/main_pc.png") no-repeat center center; height: 500px; margin-top: 20px; }
	/* index */
	#index .sec1{ background-color: #f9efdc; }
	#index .sec1 .fl{ width: 200px; padding-top: 75px; }
	#index .sec1 .fr{ width: 790px; background-color: #fff; padding: 1em; }
	#index .sec2 [class^="box"]{ padding: 110px 0 0 110px; margin-top: 50px; background-repeat: no-repeat; background-position: left top; }
	#index .sec2 .box1{ background-image: url("images/index2no1.png"); }
	#index .sec2 .box2{ background-image: url("images/index2no2.png"); }
	#index .sec2 .box3{ background-image: url("images/index2no3.png"); }
	#index .sec2 .box4{ background-image: url("images/index2no4.png"); padding-bottom: 50px; }
	#index .sec2 .inner{ width: 340px; height: 190px; border: 1px solid #1f2774; background: rgba(255,255,255,0.8); padding-bottom: 1em; position:relative; }
	#index .sec2 .inner h3{ border-bottom: 1px solid #1f2774; color: #1f2774; width: 80%; padding: .5em 1em; }
	#index .sec2 .inner p{ padding: .5em 1em 0; }
	#index .sec2 .inner .p1ads{ position:absolute; bottom: -25px; right: 25px; z-index: 999; }
	#index .sec3 .fl{ width: 200px; margin-top: 50px; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; color: #fff; font-size: 24px; line-height: 2.5; }
	#index .sec3 .fr{ width: 580px; margin-top: 30px; }
	#index .sec3 .fr li a{ width: 280px; }
	#index .sec3 .fr li a:hover{ background-color: #e7f3fa; }
	#index .sec3 .fr li{ margin-top: 20px; }
	#index .sec3 .fr li:nth-child(odd){ margin-right: 20px; }
	#index .sec4 .fr { max-width: 280px; }
	#index .sec5{ background: url("images/index5bg.png?20210301") no-repeat center center; }
	#index .sec5 .oh{ margin-top: 50px; }
	#index .sec5 .wid1{ width: 600px; }
	#index .sec6 li{ margin-left: 25px; margin-right: 25px; }
	/* greeting */
	#greeting .sec1 .fl{ width: 550px; }
	#greeting .sec2{ padding: 30px 20px; margin-top: 50px; }
	/* #greeting .sec2 h3{ width: 10%; } */
	/* #greeting .sec2 ul{ width: 40%; padding-left: 1em; } */
	/* medical */
	#medical .sec1 .fr { max-width: 280px; }
	#medical .sec2{ margin-top: 100px; }
	#medical .sec2 .fl, #medical .sec2 .fr{ width: 475px; padding: 30px; height: 480px; }
	#medical .sec2 .box1:nth-last-child(1), #medical .sec2 .box1:nth-last-child(2) { height: 100%; }
	#medical .attention-message { margin-top: 30px; }
	/* guide */
	#guide .sec1 .fl{ width: 820px; }
	#guide .sec2{ margin-top: 100px; }
	#guide .sec2 .oh{ margin-top: 50px; }
	#guide .sec2 .fr{ width:638px; }
	#guide .sec2 h3{ font-size:20px; margin-top: .5em; }
	/* access */
	#access .wrap{ width: 780px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ width: 25%; margin-top: 1em; }
	/* symptom2 */
	#symptom2 dt, #symptom3 h3{ font-size:26px; }
	#symptom2 dt{}
	#symptom2 dd{ padding:10px 0; }
	#symptom2 ul{ margin-top:40px; padding:20px 0 40px 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: 50px; }
	#symptom3 .des{ padding: 1em; }

	/* disease
	****************************************************/
	#disease ul{ margin-bottom: 35px; }
	#disease li{ margin:15px 100px 15px 0; }
	#disease li:nth-child(2n){ margin-right:0; }
	#disease li a{ width:450px; padding:40px 0; line-height:20px; }
	#disease dl{ padding-top: 30px; }

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

	/* footer
	****************************************************/
	footer .sec1{ padding: 50px 0; }
	footer .sec1 .fl{ width: 483px; }
	footer .sec2{ text-align: center; padding-top: 1em; }
	footer .sec2 li{ margin: 0 5px; }

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





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

	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
	****************************************************/
	.mt20sp { margin-top: 20px; }

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

	/* header
	****************************************************/
	header .wrap{ padding:0; }

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

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	.header-sp{ position:fixed; top:0px; left:0px; z-index:2; width:100%; }
	#headerSp{ width:100%; border-collapse:collapse; background-color: #fff; }
	#headerSp tr td:nth-of-type(1){ padding: 2% 2% 2% 2%; }
	#headerSp tr td:nth-of-type(2){ padding: 2% 2% 2% 2%; }
	#headerSp tr td:last-child{ width: 17%; background-color: #1f2774; padding: 15px 10px; }
	#js-menuBk{
	  display: none;
	  position: fixed;
	  z-index: 1;
	  top: 0;
	  left: 0;
	  background: rgba(0,0,0,0.6);
	}
	#js-openBtn{ text-align:center; }
	.menuClose img{ width: 30%; padding:15px 10px; background-color: #1f2774; display: inline-block; }
	#js-spNav{
		position: absolute;
		position:fixed;
		z-index: 999;
		top: 0;
		right: 0;
		width: 50%;
		background: rgba(0,0,0,0.8);
		transform: translateX(100%);
		transition: all .3s;
	}
	#js-spNav.isOpen{ transform: translateX(0); }
	/* nav */
	nav .wrap{ padding: 0; }
	nav ul li a{ display:block; border-bottom:1px solid #fff; padding:15px; color: #fff; }
	nav ul li a:hover{ background-color: #fbf7e1; text-decoration: none; }
	nav ul li a:before{ content: "＞"; color: #fff; margin-right: .5em; }

	/* page title
	****************************************************/
	.pp1ttl{ padding:15px 0; background-size:cover; }

	/* content
	****************************************************/
	/* common */
	.pp1sp{ margin-bottom: 50px; }
	/* index */
	.mv{ background: url("images/main_sp.png") no-repeat center center; padding-top:66.5%; background-size:contain; }
	#index .sec1{ background-color: #fbf4e6; }
	#index .sec1 .fr{ background-color: #fff; padding: 1em; }
	#index .sec2 [class^="box"]{ border: 1px solid #1f2774; border-radius:15px; background-repeat: no-repeat; background-position: left center; padding: 0 15px 0 35%; margin: 25px 0; }
	#index .sec2 .box1{ background-image: url("images/index2no1sp.png"); }
	#index .sec2 .box2{ background-image: url("images/index2no2sp.png"); }
	#index .sec2 .box3{ background-image: url("images/index2no3sp.png"); }
	#index .sec2 .box4{ background-image: url("images/index2no4sp.png"); background-size: contain; }
	#index .sec2 .inner{ background-color: #fff; min-height: 150px; padding: 1em 0 0 15px; }
	#index .sec2 .box4 .inner{ padding: 1em 0 8px 15px; }
	#index .sec2 h3{ border-bottom: 1px solid #1f2774; color: #1f2774; margin-bottom: .5em; text-align: center; }
	#index .sec3 .fl{ color: #fff; }
	#index .sec3 .fr li{ margin-top: 20px; }
	#index .sec4 .fr{ overflow: hidden; }
	#index .sec4 .fr ul{ float: left; width: 59%; margin-top: 10px; }
	#index .sec4 .fr p{ float: right; width: 40%; }
	#index .sec5{ background: url("images/pp1ttl.png") no-repeat center center; background-size:cover; }
	/*
	#index .sec5{ background: url("images/index5bg.png") no-repeat center center; background-size:cover; }
	*/
	#index .sec5 .wid1{ margin-top: 1em; }
	#index .sec5 .wid1 .fl{ margin-top: 2em; }
	#index .sec5 .wid1 .fr{ margin-top: 2em;  text-align: center; }
	#index .sec6{ padding:0 2% 2%; }
	#index .sec6 li{ margin-top: 2%; }
	/* greeting */
	#greeting .sec1 h3{ margin: 20px 0 20px; }
	#greeting .sec2{ margin: 15px; }
	#greeting .sec2 ul{ margin-top: 1em; }
	#greeting .sec2 .mt_sp{ margin-top: 1em; }
	/* medical */
	#medical .sec1 .fr{ overflow: hidden; }
	#medical .sec1 .fr ul{ float: left; width: 59%; margin-top: 10px; }
	#medical .sec1 .fr p{ float: right; width: 40%; }
	#medical .sec2{ margin-top: 50px; }
	#medical .sec2 .fl, #medical .sec2 .fr{ margin-top: 25px; }
	/* guide */
	#guide .sec2{ margin-top: 50px; }
	#guide .sec2 .oh{ margin-top: 50px; }
	#guide .sec2 .fl{ text-align: center; margin-bottom: 1em; }

	/* symptom
	****************************************************/
	#symptom2 .wrap, #symptom3 .wrap{ padding:20px; }
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* symptom2 */
	#symptom2 dd{ margin-top:1em; }
	#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; }

	/* footer
	****************************************************/
	footer .sec1 .fr{ margin-top: 15px; }
	footer .sec1 .clm_com li{ min-width: 30%; font-size: 14px; }
	footer .sec2{ padding: 15px; font-size: 11px; line-height: 125%; }
	footer .sec2 .clm{ letter-spacing:-0.4em; }
	footer .sec2 .clm li{ display:inline-block; letter-spacing:normal; vertical-align:top; width: 50%; margin-top: .5em; }
	address{ font-size: 10px; }

	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 79%;
		padding-top:30px;
		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:998; bottom:0px; left:0px; }
	#footerSp tr td:nth-of-type(1){ width: 50%; background-color:#1f2774; border-right: 1px solid #fff; }
	#footerSp tr td:nth-of-type(2){ width: 50%; background-color:#1f2774; border-left: 1px solid #fff; }
	#footerSp a{ display: block; text-align:center; padding: 10px 30px; }
}