@charset "utf-8";

/* common
****************************************************/
*{ margin: 0; padding: 0; word-break: break-all; word-wrap: break-word; box-sizing: border-box; }
body{ font-size: 19px; color: #333; font-family: "UD新ゴ R", "UD Shin Go Regular", 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; }
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; }
.mt75{ margin-top:75px; }
.mt100{ margin-top:100px; }
.mb100{ margin-bottom: 100px; }
.mt1adj{ margin-top: 100px; }
.mt2adj{ margin-top: 140px; }

/* font-size
****************************************************/
.fsS, .fsM, .fsL, .pp1ttl{ font-family: "UD新ゴ M", "UD Shin Go Medium"; }
.fwB{ font-weight: bold; }
.fsS{ font-size: 25px; }
.fsM{ font-size: 30px; }
.fsL{ font-size: 36px; }
.fs16{ font-size: 16px; }
.fs19{ font-size: 19px; }
.fs20{ font-size: 20px; }
.lh200, .lh200ul li{ line-height: 200%; }

/* 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: #00357B; }
.col2, .col2ul li:before, .col2icon:before{ color: #FFFFFF; }
.col3, .col3ul li:before, .col3icon:before{ color: #81B410; }

/* background
****************************************************/
/* color */
.bg1col{ background-color: #ffffff; }
.bg2col{ background-color: #81B410; }
.bg3col{ background-color: #F5F5F5; }

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

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

/* 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; }
.br30, .br30ul li{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }
.br50, .br50lst a{ 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; }
.vCen, .vCenA a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }

/* headline
****************************************************/
.hl1{
	background: url("images/hl1bg.gif") no-repeat top left;
	color: #00357B;
	padding: 10px 0 0 10px;
}
.hl1 span{
	margin-left: 20px;
	vertical-align: 5px;
}
.hl1no2{
	display: table;
	background: url("images/hl1bg.gif") no-repeat top left;
	color: #00357B;
	padding: 10px 0 0 10px;
	margin: 0 auto;
}
.hl1no2 span{
	margin-left: 20px;
	vertical-align: 5px;
}
.hl2{
	border-left: 5px solid #81B410;
	line-height: 100%;
	padding-left: 15px;
	color: #00357B;
}
.hl3 {
	position: relative;
	display: table;
	margin: 0 auto; 
	color: #003c8f;
	line-height: 1.5;
	text-align: center;
	padding: 0 25px;
}
.hl3::before,
.hl3::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 1em;
	background: #7AC143;
}
.hl3::before {
	left: 0px;
}
.hl3::after {
	right: 0px;
}
.hl4{
	border-bottom: 1px solid #00357B;
	color: #00357B;
	padding-bottom: 10px;
}

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.5s; display: inline-block; }
.lnkHov:hover{ opacity: .7; }
.lnk1btn{ background: url("images/01_3_button_green@2x.png") no-repeat center center / 280px 50px; color: #fff; line-height: 50px; padding-left: 20px; text-align: left; }
.lnk1btn:hover{ opacity: .7; }
.lnk2btn{ background-color: #FFFFFF; color: #333333; padding: 20px 10px; text-align: center; box-shadow: 8px 8px 0 rgba(0, 53, 123, 1); border: 2px solid #FFFFFF; }
.lnk2btn:hover{ border: 2px solid #81B410; box-shadow: 4px 4px 0 rgba(129, 180, 16, 1); }

/* gNav
****************************************************/
.gNav .parent ul li{ min-width: 50%; }
.gNav .parent ul li a{ text-align: left; padding: 20px 0 0; }
.gNav .parent ul li a:before{ content:"＞"; margin-right: .5em; }
.gNav .parent ul li a:hover{ text-decoration: underline; }

/* content
****************************************************/
.posRelCom{ position: relative; }
[class*="adsCom"]{ position: absolute; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
.box1c{ border: solid #FFF; border-width: 2px 0; padding: 5px; }
/* notice */
#notice{ border-left: 10px solid #00357B; margin-bottom: 50px; }
#notice li{ border-bottom: 0.5px solid #00357B; padding: 15px 40px 20px; }
/* index */
#index .sec1 .adsPc a{ display: block; background-color: #81B410; color: #fff; text-align: center; }

/* symptom
****************************************************/
/* symptom */
#symptom li a{ display: block; }
#symptom li a:before{ content: '▶'; margin-right: .5em; color: #81B410; font-weight: bold; }
#symptom li a:hover{ color: #81B410; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 ul{ background-color: #F5F5F5; }
#symptom2 li a:before{ content:"▶"; margin-right: .5em; color: #81B410; font-weight: bold; }
#symptom2 li a:hover{ color: #81B410; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ background-color: #F5F5F5; }
#symptom3 h3{ color: #00357B; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #81B410; 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; }

/* disease
****************************************************/
#disease li a{
	color: #fff;
	display: block;
	font-size: 20px;
	background: url("images/disease1bg.png") no-repeat left top #122A6C;
	background-size: contain;
}
#disease li:nth-child(even) a{ background-color: #5B86B9; }
#disease dd{ padding-top: 1em; }

/* about
****************************************************/
#site dt:before{ content:"▶"; color: #81B410; margin-right:.5em; }
#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: #81B410; 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{ color: #fff; }
footer .sec1 .box1 li a{ height: 60px; }
footer .sec2 *{ color: #333; }
address{ background-color: #81B410; color: #FFFFFF; padding: 10px 0; text-align: center; font-size: 16px; }

/* 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;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #81B410;
	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; }



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

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

	/* margin
	****************************************************/
    .mr30pc{ margin-right: 30px; }
    .mr40pc{ margin-right: 40px; }
    
	/* 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; }

	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 100px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 100px; margin-left: -100px; }

	/* width
	****************************************************/
	.w280{ width: 280px; }
	.w328{ width: 328px; }
	.w714{ width: 714px; }
	.w520{ width: 520px; }

	/* header
	****************************************************/
	header{ padding: 20px 0; }
	header .fl{ margin-top: 20px; }
	header h1{ margin-bottom: 10px; text-align: right; }
	header .txt1{ border: solid #81B410; border-width: 2px 0; color: #00357B; width: 280px; text-align: center; margin-right: 20px; }
	header .fr figure{ padding-top: 5px; }
		
	/* main
	****************************************************/
	.mv{ background: url("images/01_1_main@2x.png") no-repeat top center / 100% auto; padding-top: 34.375%; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; background-color: #00357B; font-size: 19px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; }
	.gNav li{ width: 185px; }
	.gNav li:first-child{ width: 175px; }
	.gNav ul a{ display:block; color: #fff; padding: 25px 0; }
	.gNav ul a:hover, .gNav ul .stay{ background-color: #EAF4FF; color: #333; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top: 60px; }
	.none{ display:none; }
	
	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/02_titleback@2x.png") no-repeat bottom center / cover;
	}
	.pp1ttl .wrap{
		height: 180px;
		color: #fff;
		justify-content: flex-start;
		font-size: 36px;
	}
	
	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 100px 0 150px; }
    .box1pc{ padding-left: 200px; padding-right: 200px; }
	/* index */
	#index .sec1{ padding: 120px 0 140px; }
	#index .sec1 .adsPc{ position: absolute; top: 0; right: 0; width: 120px; }
	#index .sec1 ul{ border-left: 10px solid #00357B; }
	#index .sec1 li{ border-bottom: 0.5px solid #00357B; padding: 15px 40px; }
	#index .sec2{ background: url("images/01_1_back@2x.png") no-repeat bottom center / cover; padding: 120px 0 160px; }	
	#index .sec3{ background: url("images/01_2_back@2x.png") no-repeat top center / 1920px 1047px; min-height: 1047px; padding-top: 200px; margin-top: 140px; }
	#index .sec3 h3{ height: 80px; }
	#index .sec4{ background: url("images/01_3_back@2x.png") repeat-x top center / 1920px 870px; padding: 200px 0 140px; }	
	#index .sec4 li:nth-child(n+3){ margin-top: 30px; }
	#index .sec5{ background: url("images/01_4_back01@2x.png") no-repeat top center / 1920px 120px; padding: 220px 0 140px; }
	#facility .sec2 .w328{ margin-right: 58px; }
	#facility .sec2 .w328:nth-child(3n){ margin-right: 0; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 30px 0 30px 100px; }
	#symptom li{ width: 25%; padding: 10px 0; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 60px; 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 h3{ margin-top: 50px; }
	#symptom3 h3:first-child{ margin-top: 0; }
	#symptom3 .dis{ margin-top: 1em; }
	#symptom3 .des{ padding: 1em 0; }

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

	/* footer
	****************************************************/
	footer .sec1{ background: url("images/f_back@2x.png") no-repeat top center / cover; padding: 120px 0; }
	footer .sec2{ padding: 15px 0; font-size: 16px; }
	footer .sec2 .fbCom{ justify-content: space-around; }

	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 300px; right: 10px; z-index: 99; }	
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

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



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

	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; }
	.iw60p{ width: 60%; }
	.pc{ display:none!important; }
	.tacSp{ text-align:center; }
	
	/* width
	****************************************************/
	.fsS{ font-size: 22px; }
	.fsM{ font-size: 26px; }
	.fsL{ font-size: 30px; }

	/* margin
	****************************************************/
	.mt1adj, .mt2adj{ margin-top: 50px; }
    .mt30sp{ margin-top: 30px; }
    .mt50sp{ margin-top: 50px; }

	/* 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; }
	
	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; }
	/* nav */
	.gNav{
		background: rgba(245, 245, 245, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav li{ margin-top: 10px; }
	.gNav li a{
		display: block;
		padding: 20px 15px;
		color: #FFFFFF;
		background-color: #00357B;
		border-radius: 10px;
	}
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #00357B;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #00357B;
	}
	.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; padding-top: 80%; }
	
	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_02_titleback@2x.png") no-repeat top center / cover; color: #fff; font-size: 22px; }
	.pp1ttl .wrap{ height: 120px; }
	.pp1ttl .fbComCen{ justify-content: flex-start; }

	/* link & button & band
	****************************************************/
	.hl1{ display: table; margin-left: auto; margin-right: auto; }
	.lnk1btn{ padding: 5px 20px; width: 80%; background-color: #81B410; border-radius: 5px; }
	
	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 30px; padding-bottom: 50px; }
    .pad40{ padding: 20px; }
	.lst1 li span, .lst1li span{ display: block; }
	/* index */
	#index .sec1{ padding: 50px 0; }
	#index .sec1 h2{ text-align: center; }
	#index .sec1 li a{ display: block; border-bottom: 1px solid #00357B; padding: 15px 0; }
	#index .sec1 .adsPc{ margin-top: 30px; }
	#index .sec1 .adsPc a{ width: 80%; margin-left: auto; margin-right: auto; padding: 10px; }
	#index .sec2{ background: url("images/sp_01_1_back_01@2x.png") no-repeat top center / cover; padding: 50px 0; }	
	#index .sec2 .w328{ margin-top: 20px; }
	#index .sec3{ background: url("images/sp_01_2_back_01@2x.png") no-repeat top right / 100% auto, linear-gradient(to bottom, #d6e6ff, #eff6ff); margin-top: 50px; padding: 60px 0 50px; }
	#index .sec4{ background: url("images/sp_01_3_back@2x.png") no-repeat top center / cover; padding: 60px 0 50px; }
	#index .sec4 .w714{ margin-top: 10px; }
	#index .sec4 li{ width: 48%; margin-top: 25px; }
	#index .sec4 li a{
		width: 100%;
		height: 74px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	#index .sec5{ background: url("images/sp_01_4_back@2x.png") no-repeat top right / 100% auto; padding: 60px 15px 50px; }	
	#greeting .sec2 .w520{ margin-left: -15px; margin-right: -15px; }

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

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

	/* disease
	****************************************************/
	#disease li{ margin-top: 20px; }
	#disease li:first-child{ margin-top: 0; }
	#disease li a{ padding: 75px 10px 75px 50px; }
	#disease dl{ padding-top: 40px; }
	
	/* footer
	****************************************************/
	footer .sec1{ background: url("images/sp_f_back@2x.png") no-repeat top center / cover; padding: 50px 0 20px; }
	footer .sec1 .fr{ margin-top: 20px; }
	footer .sec1 .box1c{ font-size: 22px; }
	footer .sec1 .box1{ margin-top: 40px; }
	footer .sec1 .box1 a{ display: block; padding: 10px; }
	footer .sec2 ul{ padding: 15px; }
	footer .sec2 li{ width: 50%;  margin: 10px 0; }

	/* 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){ width: 50%; background-color: #81B410; }
	#footerSp tr td:nth-of-type(2){ background-color: #00357B; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}