@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: "新ゴ R", "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; }

/* 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; }
.mb20{ margin-bottom: 20px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }

@media screen and (max-width: 599px) {
	.sp-mt10 { margin-top: 10px; }
	.sp-mt20 { margin-top: 20px; }
	.sp-mt30 { margin-top: 30px; }
	.sp-mt40 { margin-top: 40px; }
	.sp-mt50 { margin-top: 50px; }
}

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center !important; }
.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: #122A6C; }
.col2, .col2ul li:before, .col2icon:before{ color: #5B86B9; }

.col3, .col3ul li:before, .col3icon:before{ color: #25D6B4; }
.col4, .col4ul li:before, .col4icon:before{ color: #F9756D; }
.col5, .col5ul li:before, .col5icon:before{ color: #F98C54; }
.col6, .col6ul li:before, .col6icon:before{ color: #c1272d; }


/* background
****************************************************/
/* color */
.bg1col{ background-color: #122A6C; }
.bg2col{ background-color: #F2F8FA; }
.bg3col{ background-color: #E7F5F8; }

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

/* border
****************************************************/
.bor1{ border: 1px solid #122A6C; padding: 10px 15px; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "フォーク M", "Folk Medium"; }
[class*="hl1no"]{ text-align: center; background-position: bottom center; background-size: auto 100%; color: #fff; padding: 70px 0 10px; background-repeat: repeat-x; }
.hl1{ position: relative; text-align: center; margin-bottom: 10px; }
.hl1::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -10px;
	width: 120px;
	height: 3px;
	background-color: #122A6C;
}
.hl2{ background-color: #5B86B9; color: #fff; padding: .3em .75em; }
.hl3{ border-bottom: 2px solid #122A6C; color: #122A6C; }

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

/* page title
****************************************************/
.pp1ttl{ background-color: #E7F5F8; color: #122A6C; text-align: center; }
.c-title-darkblue { margin-bottom: 5px; color: #fff; background-color: #122A6C; text-align: center; }

/* mv
****************************************************/
#mv .swiper-pagination-bullet-active { background: #112A6C; }

/* content
****************************************************/
/* notice */
#notice{ margin-top: 20px; }
#notice li{ padding: 15px 0; border-bottom: 1px dotted #707070; }
.notice_list li{ padding-bottom: 1em; margin-bottom: 1.5em; border-bottom: 1px dotted #707070; }
/* index */
#index .sec1 .ads a{ display: block; background-color: #585858; color: #fff; padding: 0 2em; }
#index .sec2 h3{ border-bottom: 1px solid #5B86B9; color: #122A6C; margin-bottom: 1em; }
#index .sec3{ background: url("images/top_back.png") repeat-x center top; color: #fff; background-size: auto 100%; }
#index .sec3 h3{ margin: .25em 0; }
#index .sec5 .ofh1pc .fr p:first-child{ background-color: #122A6C; color: #fff; text-align: center; margin-bottom: 5px; }
/* toin */
#toin .sec3 h3{ border-bottom: 1px solid #5B86B9; color: #122A6C; }
#toin .sec3 h3 img{ vertical-align: -17.5px; margin-right: 15px; }
/* greeting */
#greeting .sec2 .border{ border-top: 2px solid #B2B2B2; margin-top: 15px; padding-top: 15px; }
/* access */
#access .sec1 .ofh1pc .fr p:first-child{ background-color: #122A6C; color: #fff; text-align: center; margin-bottom: 5px; }
/* comCss */
.comCss1, .comCss1no1{ background: #E7F5F8; color: #5B86B9; display: inline-block; padding: .25em .75em; }
.comCss1no1{ display: block; }
.comCss2{ padding: 30px; }
.comCss3{ background-color: #122A6C; color: #fff; padding: 0 .25em; }

/* symptom
****************************************************/
/* symptom */
#symptom h2{ color: #fff; padding: .25em .5em; font-size: 21px; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '>'; margin-right: .5em; color: #5B86B9; font-weight: bold; }
#symptom li a:hover{ color: #01B4ED; }
#symptom li a, #symptom2 li a{ color: #000; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #E7F5F8; }
#symptom2 li a:before{ content:"＞"; margin-right: .5em; color: #5B86B9; font-weight: bold; }
#symptom2 li a:hover{ color: #01B4ED; }
#symptom2 li a{ color:#333 }
#symptom2 li a:hover{ color:#009B70 }
/* symptom3 */
#symptom3 .outline{ background-color: #E7F5F8; padding: 25px; }
#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
****************************************************/
#about dt:before{ content:"▶ "; color: #5B86B9; }
#about 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: #5B86B9; 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 .ofh1pc .fr{ border: 1px solid #fff; display: block; text-align: center; padding: .75em; }
footer .sec1 .ofh1pc .fl p:first-child{ background-color: #fff; color: #122A6C; text-align: center; margin-bottom: 5px; }
footer .sec2 *{ color: #333; }
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: #122A6C;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover, .listLnk a:hover{ opacity: .8; transition : all 0.75s; }
.lnk1btn{ background-color: #fff; color: #122A6C; position: relative; padding: .5em 2em .5em 1em; }
.lnk1btn:hover{ background-color: #5B86B9; color: #fff; }
.lnk1btn:after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.8em;
}
.lnk2btn, .lnk2btn2{ background-color: #fff; border: 1px solid #122A6C;  color: #122A6C; position: relative; padding: .5em 2em .5em 1em; }
.lnk2btn:hover{ background-color: #F2F8FA; }
.lnk2btn:after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.8em;
}

/* table
****************************************************/
.tbl1{ width:100%; border-collapse: collapse; border: solid #fff; border-width: 2px 2px 0 2px; }
.tbl1 th, .tbl1 td{ border: 1px solid #BCBCBC; padding:10px; text-align: center; }
.tbl1 th{ background-color: #EAFAFF; }
.tbl1 tr :nth-child(1){ text-align: left; }



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

	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; }
	/* flexBox */
	[class*="fbPc"]{ display: flex; flex-wrap: wrap; }
	.fbPc1{ justify-content: space-between; }

	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 150px; overflow: hidden; }
	.lst1 li div, .lst1li div{ display: block; float:left; width: 150px; margin-left: -150px; }
	.lst1 li span, .lst1li span{ display: inline-block; width: 3em; text-align: right; }

	/* width
	****************************************************/
	.w300{ width: 300px; }
	.w480{ width: 480px; }
	.w650{ width: 650px; }
	.w1pc{ width: 200px; }
	.w2pc{ width: 300px; }

	.w10-per { width: 10%; }
	.w20-per { width: 20%; }
	.w30-per { width: 30%; }
	.w40-per { width: 40%; }
	.w50-per { width: 50%; }
	.w60-per { width: 60%; }
	.w70-per { width: 70%; }
	.w80-per { width: 80%; }
	.w90-per { width: 90%; }
	.w100-per { width: 100%; }
	
	/* headLine
	****************************************************/
	[class^="hl1no"]{ height: 120px; }	
	.d1tc{ display: table-cell; vertical-align: middle; height: 100px; }
	h4{ font-size: 20px; }
	
	/* main
	****************************************************/
	.mv{ margin-bottom: 20px; }
	
	/* header
	****************************************************/
	header{ padding-bottom: 20px; }
	header h1{ margin-bottom: 5px; }
	header .fr:nth-child(3){ margin-left: 10px; margin-right: 20px; }
	
	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; background-color: #112A6C; font-size: 16px; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; padding-top: 10px; }
	.gNav li{ width: 170px; padding-bottom: 10px; }
	.gNav li:first-child{ width: 150px; }
	.gNav ul a{ display:block; color: #fff; padding: 10px 0; }
	.gNav ul a:hover, .gNav ul .stay{ background-color: #fff; color: #112A6C; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top: 60px; }
	.none{ display:none; }
	.gNav .cb{ clear: both; }
	/* parent　*/
	.gNav .parent{ position: relative; }
	.gNav .parent:hover{ background-color: #fff; }
	.gNav .parent:hover a{  color: #112A6C; }
	.gNav .parent ul{ background-color: #5B86B9; color: #112A6C; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		visibility: hidden;
		position: absolute;
		top: 50px;
		z-index: 999;
		padding: 0 20px 20px;
		width: 510px;
	}
	.gNav .parent ul li a{ color: #fff!important; background-color: #5B86B9; }
	.gNav .parent .pt1{ border: 1px solid #122A6C; background-color: #fff; text-align: center; color: #112A6C!important; padding: 10px; margin: 10px 10px 0 0; }
	.gNav .parent .pt1:before{ content: none; }
	.gNav .parent .pt2:before{ content: "◎"; }
	
	/* title
	****************************************************/
	.pp1ttl .wrap{ line-height: 40px; padding: 45px 0; }
	.pp1ttl p{ font-size: 32px; font-weight: bold; }

	/* content
	****************************************************/
	/* common */
	.spa1, .spaCont{ padding: 60px 0 100px; }
	.spa2{ padding: 100px 0; }
	.spa3{ padding: 80px 0; }
	/* index */
	/* #index .sec1 .fl{ position: relative; } */
	#index .sec1 .notice__area{ position: relative; }
	#index .sec1 .ads{ position: absolute; top: 0; right: 0; font-size: 16px; }
	#index .sec1 .ads li{ margin-right: 1em; }
	#index .sec2 h3 img{ vertical-align: -35px; margin-right: 20px; }
	#index .sec2 .fl{ position: relative; height: 450px; }
	#index .sec2 .ads1, #index .sec2 .ads2{ position: absolute; bottom: 0; }
	#index .sec2 .ads1{ right: 0; }
	#index .sec2 .ads2{ left: 0; }
	#index .sec2 .lnk2btn{ width: 220px; }
	#index .sec2 h3{ font-size: 28px; }
	#index .sec5 .fbCom a{ display: block; width: 220px; height: 200px; background: url("images/button_03@2x.png") no-repeat center center #122A6C; color: #fff; padding: 40px 10px 0 44px; }
	#index .sec5 .fbCom li:nth-child(even) a{ background-color: #5B86B9; }
	#index .sec5 .fbCom li{ margin: 40px 40px 0 0; }
	#index .sec5 .fbCom li:nth-child(4n){ margin-right: 0; }
	#index .sec6 .ofh1pc{ padding-bottom: 50px; }
	/* greeting */
	#greeting .sec2{ margin-top: 100px; }	
	/* access */
	#access .sec2 .inner{ margin-left: 100px; margin-right: 100px; }
	/* shoshitai */
	#shoshitai .sec1 li{ margin-top: 40px; }
	#shoshitai .sec1 a{ width: 300px; }
	#shoshitai .sec2 .w300{ height: 70px; }
	/* hakunaisho */
	#hakunaisho .sec1 .w300{ height: 70px; }
	
	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ margin-left: 50px; }
	#symptom li{ width: 25%; margin-top: 1.5em; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 50px; padding: 30px 0 50px 100px; letter-spacing:-0.4em; }
	#symptom2 li{ display:inline-block; letter-spacing:normal; vertical-align:top; min-width:31%; margin-left:1%; margin-top:20px; }
	/* symptom3 */
	#symptom3 h4{ font-size:20px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .dis{ margin-top: 1em; }
	#symptom3 .des{ padding: 1em 0; }
		
	/* 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: 50px 0 0 50px; line-height:20px; height: 150px; }
	#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 .sec1{ padding: 60px 0 100px; }
	footer .sec1 .ofh1pc .fr{ width: 400px; }
	footer .sec2{ padding-top: 20px; }
	footer .sec2 .fbCom{ justify-content: center; }
	footer .sec2 li{ margin-left: 1em; margin-right: 1em; }
	
	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 200px; right: 0px; }	
	.trk1 a{
		background-color: #0AA3DB;
		color: #fff;
		width: 60px; 
		height: 140px;
		text-align: center;
		padding-right: 15px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}	
	
	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

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





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

	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; }
	.tacSp{ 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; }
	.w2pc{ width: 300px; }
	
	/* link
	****************************************************/
	.lnk2btn{ padding: .75em; }
	.lnk2btn:after { margin-top: -.6em; }
	
	/* header
	****************************************************/
	
	/* headline
	****************************************************/
	
	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .inner{ padding: 20px 20px 10px; }
	#headerSp .logo{ margin: 0 100px 5px 0; }
	#headerSp img{ width: 100%; margin-bottom: 10px; }
	#headerSp .fbCom1 p{ width: 48%; border: 1px solid #122A6C; text-align: center; }
	/* nav */
	.gNav{
		background:rgba(18, 42, 108, 1.0);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 20% 0 0;
		transition: all 0.5s;
		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; border-bottom: 1px solid #fff; }
	.gNav li a{ display: block; padding: .75em 1em .75em 0; color: #fff; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent ul{ display:none; margin: 0 -15px; padding: 5px 15px 15px; font-size: 14px; background-color: #fff; overflow: hidden; } 
	.gNav .parent ul li{ float: left; min-width: 50%; border: none; }  
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 0!important; color: #333 } 
	.gNav .parent ul li a:before{ color: #333; font-weight: bold; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; font-size: 20px; color: #fff; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }	
	.gNav .fbCom1{ margin: 0!important; padding: 0 20%!important; text-align: center; }
	.gNav .fbCom1 li{ border: none; width: 33%; margin: 0!important; padding: 0!important;  }
	.gNav .fbCom1 a{ margin: 0!important; padding: 0!important;  }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #5B86B9;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #2B7EE0;
	}
	.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 .wrap{ background-size: contain; padding: 25px 0; }
	.pp1ttl p{ font-size: 24px; font-weight: bold; }

	/* content
	****************************************************/
	/* common */
	.spa1, .spa2, .spa3{ padding-top: 60px; padding-bottom: 60px; }
	.spaCont{ padding-top: 0; padding-bottom: 50px; }
	/* button */
	.lnk2btn{ width: 80%; }
	/* index */
	#index .sec1 .ads{ margin: 30px 20% 0; }
	#index .sec1 .ads .lnk{ padding: 10px; text-align: center; }
	/* #index .sec1 .fr ul{ margin-top: 40px; text-align: center; } */
	#index .sec2 h3{ padding-bottom: 10px; }
	#index .sec2 h3 img{ display: block; margin-bottom: 10px; }
	#index .sec2 .lnk2btn{ width: 100%; margin-top: 20px; }
	#index .sec3 figure{ text-align: center; }
	#index .sec3 .w300{ margin-top: 50px; }
	#index .sec3 .w300:first-child{ margin-top: 0; }
	#index .sec4 .w480:last-child{ margin-top: 50px; }
	#index .sec5 .fbCom{ justify-content: space-between; margin-top: 30px; }
	#index .sec5 .fbCom a{ display: block; width: 100%; height: 40vw; background: url("images/button_03@2x.png") no-repeat center center #122A6C; background-size: contain; padding: 30px 0 0 40px; color: #fff; }
	#index .sec5 .fbCom li{ width: 48%; margin-top: 4%; }
	#index .sec5 .fbCom li:nth-child(4n+3) a,
	#index .sec5 .fbCom li:nth-child(4n+2) a{ background-color: #5B86B9; }
	#index .sec5 .ofh1pc .fl p{ margin: 20px 0; }
	/* toin */
	#toin .sec3 .fbPc1 figure{ text-align: center; margin-bottom: 20px; }
	/* greeting */
	#greeting .sec1 .w650{ margin-bottom: 40px; }
	#greeting .sec2 .w480{ margin-top: 40px; }
	/* access */
	#access .sec1 .ofh1pc .fr p:first-child{ margin-top: 20px; }
	/* guide */
	#guide .sec2 figure{ margin-bottom: 20px; }
	/* shoshitai */
	#shoshitai .sec1 li{ width: 48%; margin-top: 4%; }
	#shoshitai .sec1 .lnk2btn, #shoshitai .sec1 .lnk2btn2{ width: 100%; }
	#shoshitai .sec2 h3{ margin-bottom: 10px; }
	/* shoshitai */
	#hakunaisho .sec1 h3{ margin-bottom: 10px; }
	
	/* table
	****************************************************/
    .tbl1{ border-bottom:1px solid #e0e0e0; }
    .tbl1 th, .tbl1 td{ display:block; border-bottom:none; }
    .tbl1 .blank{ display:none; }
	
	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* symptom2 */
	#symptom2 h3{ margin-bottom: 2em; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .dis{ margin-top:20px; }
	#symptom3 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }

	/* 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{ padding-top: 30px; padding-bottom: 50px; }
	footer .sec1 .lnk1btn{ width: 100%; }
	footer .sec1 .sp1adj{ padding: 0 5%; }
	footer .sec1 .w650{ margin-top: 20px; }
	footer .sec2 ul{ margin-top: -10px; }
	footer .sec2 li{ width: 50%;  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;
	}
	.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; background-color: #5B86B9; }
	#footerSp tr td:nth-of-type(1){ width: 50%; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -3px; margin-right: 10px; }
}