@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; line-height:150%; }
body{ font-size:19px; color:#333; font-family:"游ゴシック体", "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:#333; }
a:hover{ text-decoration:none; }
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }
section p{ line-height: 200%; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40, .mt40ul li{ margin-top:40px; }
.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt80{ margin-top: 80px; }
.mt100{ margin-top:100px; }
.mt1adj{ margin-top: 150px; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent:1em; }
.ti2, .ti2ul li{ text-indent:-1em; padding-left:1em; }
.ti3, .ti3ul li{ text-indent:-1.5em; padding-left:1.5em; }
.fw_b{ font-weight: bold; }
.td_u{ text-decoration: underline; }

/* color
****************************************************/
.col1, .col1ul li:before, .col1icon:before{ color: #4D6A57; }
.col2, .col2ul li:before, .col2icon:before{ color: #FFFFFF; }
.col3, .col3ul li:before, .col3icon:before{ color: #C33737; }
.col4, .col4ul li:before, .col4icon:before{ color: #EAC200; }
/* background */
.bg1col{ background-color: #F5F7F8; }
.bg2col{ background-color: #FFFFFF; }
.bg3col{ background-color: #4D6A57; }
.bg4col{ background-color: #EAC200; }

/* icon
****************************************************/
[class*="icon"] li{ text-indent: -1.5em; padding-left: 1.5em; }
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"●"; margin-right: .5em; }
.icon2:before, .icon2ul li:before, .icon2dl dt:before{ content:"■"; margin-right: .5em; font-weight: normal; }

/* font-size
****************************************************/
.fwB{ font-weight: bold; }
.fsS{ font-size: 23px; }
.fsM{ font-size: 30px; }
.fsL{ font-size: 40px; }
.fs16{ font-size: 16px; }
.fs19{ font-size: 19px; }
.lh200, .lh200ul li, .lh200dl dd{ line-height: 200%; }

/* border-radius
****************************************************/
.br05, .br05ul li{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10, .br10ul li, .br10a a{ 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; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }
.vCen, .vCenA a{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.vCen2, .vCenA2 a{ display: flex; flex-wrap: wrap; align-items: center; align-content: center; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "UD Shin Go Medium", "UD新ゴ M"; }
.hl1{ position: relative; padding-left: 30px; }
.hl1:after{
	content: "━";
	position: absolute;
	top: 50%;
    left: 0;
    transform: translateY(-50%);
	font-size: 22px;
	font-weight: bold;
	color: #EAC200;
}
.hl2{ color: #4D6A57; border-bottom: 1px solid #4D6A57; padding-bottom: 10px; }
.hl3{ position: relative; text-align: center; margin-bottom: 10px; }
.hl3:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -10px;
	width: 40px;
	height: 3px;
	background-color: #EAC200;
}
[class*="hlNum"]{
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: left center;
	padding-left: 60px;
	line-height: 40px;
	color: #4D6A57;
}
.hlNum1{ background-image: url("images/icon_no1@2x.png"); }
.hlNum2{ background-image: url("images/icon_no2@2x.png"); }
.hlNum3{ background-image: url("images/icon_no3@2x.png"); }
.hlNum4{ background-image: url("images/icon_no4@2x.png"); }
.hlNum5{ background-image: url("images/icon_no5@2x.png"); }
.hlNum6{ background-image: url("images/icon_no6@2x.png"); }

/* content
****************************************************/
/* common */
.posRelCom{ position: relative; }
[class*="adsCom"]{ position: absolute; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
/* notice */
#notice li{ padding: .75em 0; border-bottom: 2px dotted #B2B2B2; }
.notice_list li{ border-bottom: 1px dotted #ddd; padding-bottom: 10px; margin-bottom: 20px; }
.notice_list li a{ display: block; }
/* index */
#index .sec1 h3{ background-color: #ffa984; color: #FFF; text-align: center; border-radius: 10px 10px 0 0; padding: 5px 0; }
#index .sec1 .box1{ border-bottom: 1px solid #4D6A57; padding-bottom: 10px; }
#index .sec1 .box2{ background-color: #ebeced; text-align: center; padding: 20px 0;  border-radius: 0 0 10px 10px; }
#index .sec3 .box1,
.cBox1{ background-color: #FFF; box-shadow: 0 0 3px 2px rgba(0,0,0,0.2); padding: 30px 30px; }
.cBox2{}
.cBox3{ border: 1px solid #C4C4C4; background-color: #FFF; }
.cBox4{ box-shadow: 0 0 3px 2px rgba(0,0,0,0.2); }
#index .sec7 .w328{ background-color: #FFF; box-shadow: 0 0 3px 2px rgba(0,0,0,0.2); }

/* symptom
****************************************************/
/* symptom */
#symptom h2{ font-size: 26px; }
#symptom ul{ background-color: #F5F7F8; margin-top: 30px; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '■'; margin-right: .5em; color: #4D6A57; font-weight: bold; }
#symptom li a:hover{ color: #FF491D; }
#symptom li a, #symptom2 li a{ color: #000; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #F5F7F8; }
#symptom2 li a:before{ content:"■"; margin-right: .5em; color: #4D6A57; font-weight: bold; }
#symptom2 li a:hover{ color: #A4C700; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 .outline{ background-color: #F5F7F8; padding: 25px; }
#symptom3 h3{ color: #4D6A57; }
#symptom3 h3:before{ content: '▶'; margin-right: .5em; color: #4D6A57; font-weight: bold; }
#symptom3 dt{ font-weight:bold; margin-top:1em; color: #4D6A57; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* site
****************************************************/
#site dt:before{ content:"▶ "; color: #4D6A57; }
#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: #4D6A57; margin-right:.5em; }
#sitemap .child li:before{ content: ""; }
#sitemap .child li a{ text-decoration: underline; }
#sitemap li a:hover{ text-decoration: none; }

/* footer
****************************************************/
footer .sec1 h3{ background-color: #FFF; }
footer .box1{ background-color: #4D6A57; color: #fff; text-align: center; font-size: 30px; border-radius: 26px; height: 50px; }
footer .sec2{ padding: 1em 0; }
footer .sec2 *{ color: #333; }
address{ background-color: #4D6A57; padding: 10px 0; text-align: center; color: #FFF; font-size: 16px; line-height: 20px; }

/* 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: #4D6A57;
	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
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover{ opacity: .8; }
.lnk1btn, .lnk2btn, .lnk3btn, .lnk4btn{ display: inline-block; }
.lnk1btn{ background: url("images/btn1gb.png") no-repeat right center #FFF; text-align: left; font-size: 16px; line-height: 20px; padding: 20px 60px 20px 20px; }
.lnk1btn:hover{ background-color: #4D6A57; color: #FFF; opacity: 1; }
.lnk2btn{ background-color: #EAC200; position: relative; line-height: 30px; padding-right: 1em; }
.lnk2btn:after{
	content: "▶";
	position: absolute;
	top: 50%;
    right: 10px;
    transform: translateY(-50%);
	font-size: 10px;
}
.lnk3btn{ background-color: #FFFDF7; border: 2px solid #EAC200; text-align: center; }
.lnk3btn:hover{ background-color: #EAC200; color: #FFF; }
.lnk4btn{ background-color: #F5F7F8; border: 2px solid #4D6A57; text-align: center; }
.lnk4btn:hover{ background-color: #4D6A57; color: #FFF; }

/* table
****************************************************/
.tbl1{ width: 100%; border-collapse: collapse; }
.tbl1 th, .tbl1 td{ border:1px solid #C4C4C4; padding: 2.5%; }
.tbl1 th{ background-color: #4D6A57; color: #FFFFFF; }
.tbl1 td{ background-color: #FFFFFF; text-align: center; }
.tbl1 .cls{ background-color: #E0E0E0; }
.tbl1 .pt1{ background-color: #FFF5D6; text-align: left; }
.tbl1 .pt2{ text-align-last: right; }



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

	600px over

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

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1100px; }
	.sp{ display: none!important; }
	/* list */
	.lst1pc li{ padding-left: 130px; overflow:hidden; }
	.lst1pc li span{ display: block; float: left; width: 130px; margin-left: -130px; }
	/* adj */
	.mt1adj{ margin-top: 150px; }
	.ml30pc{ margin-left: 30px; }
	.ml200pc{ margin-left: 200px; }
	.mr30pc{ margin-right: 30px; }

	/* 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; }
	.fbPc2{ justify-content: center; }

	/* width
	****************************************************/
	.w100{ width: 100px; }
	.w328{ width: 328px; }
	.w350{ width: 350px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }
	.w50pUl li{ width: 50%; }
	.h450{ min-height: 450px; }

	/* main
	****************************************************/
	.mv{ background: url("images/01_main01@2x.png") no-repeat top center; background-size: cover; padding-top: 40.6%; }

	/* header
	****************************************************/
	header{ background-color: #fff; min-width: 100%; min-height: 140px; z-index: 9; display: flex; justify-content: space-between; }
	@media only screen and (max-width: 1350px){ header{ width: 1250px; }}
	header h1{ margin: 5px 0 15px;}
	header .rig{ margin-left: 15px; }
	header .rig img{ margin-top: 10px; }
	header .lef{ position: relative; width: 880px; }
	header [class^="ads"]{ position: absolute; }
	header .ads1{ top: 34px; right: 320px; width: 300px; background-color: #EAC200; color: #333; height: 30px; font-size: 16px; border-radius: 15px; }
	header .ads2{ top: 30px; right: 15px; }
	header .ads4{ top: 65px; right: 0px; line-height: 30px; z-index: 99999; }
	.fixed{ position: fixed; top: 0px; left: 0px; z-index: 9999; }
	.space{ padding-top: 140px; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; font-size: 20px; }
	.gNav ul{ padding: 10px 0; letter-spacing: -0.4em; }
	.gNav li{ display: inline-block; letter-spacing: normal; vertical-align: top; text-align: right; padding-right: 15px; padding-left: 15px; }
	.gNav li ul li{ display: block; text-align: left; font-size: 16px; }
	.gNav ul a{ display: block; color: #333; padding: 10px 0; }
	.gNav ul a:hover, .gNav ul .stay{ color: #EAC200; }
	/* parent　*/
	.gNav .parent{ position: relative; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		visibility: hidden;
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: 9999;
		padding: 15px 10px 15px 0;
		background-color: #4D6A57;
		text-align: left;
	}
	.gNav .parent ul a{ color: #fff; min-width: 200px; line-height: 18px; }
	.gNav .parent ul a:before{ content:"・ "; }
	.gNav .parent ul a:hover{ text-decoration: underline; }
	.gNav .parent .row2{ width: 500px; }

	/* title
	****************************************************/
	.pp1ttl{
		background: url("images/02_titleback@2x.png") repeat-x top center / cover;
		height: 250px;
        color: #FFF;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 130px 0 100px; }
	.spa2{ padding: 100px 0; }
	.pbox1{ position: absolute; bottom: 0; }
	/* index */
	#index .sec1{ padding: 80px 0; }
	#index .sec1 h2 span{ font-size: 19px; color: #333; margin-left: 10px; }
	#index .sec2{ padding: 80px 0; }
	#index .sec3{ background: linear-gradient(to bottom, transparent 200px, #F5F7F8 200px, #F5F7F8 95%, transparent 95%); padding: 80px 0 0; }
	#index .sec3 h2, #index .sec4 h2, #index .sec5 h2, #index .sec6 h2{ margin-bottom: 20px; }
	#index .sec3 .inner{ background: url("images/01_back01_toin@2x.png") no-repeat top center / 1920px 920px; min-height: 920px; padding: 100px 0 0; }
	#index .sec4{ background: linear-gradient(to bottom, transparent 240px, #F5F7F8 240px); padding: 130px 0 0; }
	#index .sec4 .inner{ background: url("images/01_back02_icl@2x.png") no-repeat top center / 1920px 961px; min-height: 961px; padding: 170px 0 30px; }
	#index .sec5{ background: linear-gradient(to bottom, transparent 240px, #F5F7F8 240px); padding: 130px 0 0; }
	#index .sec5 .inner{ background: url("images/01_back3_hakunaisho@2x.png") no-repeat top center / 1920px 771px; min-height: 771px; padding: 170px 0 0; }
	#index .sec6{ background: url("images/01_back4_shinryo@2x.png") no-repeat top 130px center / 1920px 1757px; min-height: 1757px; padding: 200px 0 60px; }
	#index .sec6 .box1 li, .cBox2 li{ width: 230px; margin-top: 30px; margin-right: 60px; }
	#index .sec6 .box1 li:nth-child(4n), .cBox2 li:nth-child(4n){ margin-right: 0; }
	#index .sec6 .box1 .lnk3btn, #index .sec6 .box1 .lnk4btn, .cBox2 .lnk3btn, .cBox2 .lnk4btn{ height: 80px; }
	#index .sec7{ background: url("images/01_back5_sedai@2x.png") no-repeat top center / 1920px 1060px #F5F7F8; min-height: 1060px; padding: 50px 0 80px; }
	#index .sec8{ background: url("images/01_back6_goaisatsu@2x.png") no-repeat top 130px center / 1920px 821px; min-height: 821px; padding: 220px 0 150px; }
	#index .sec8 .fr{ margin-top: 50px;	}
	#about .sec1 .box1 li{ margin-right: 50px; }
	#ope .sec1 .w520{ position: relative; min-height: 600px; }
	#ope .sec1 .w520 .abs{
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	#ope .sec1 .w520:nth-child(n+3),
	#medical .sec3 .w520:nth-child(n+3),
	#guide .sec1 .w520:nth-child(n+3){ margin-top: 60px; }
	#guide .sec2 .w328{ margin: 60px 58px 0 0; }
	#guide .sec2 .w328:nth-child(3n){ margin-right: 0; }
	#access .sec1{ padding-left: 150px; padding-right: 150px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 20px 0 40px 50px; }
	#symptom li{ width: 25%; margin-top: 20px; }
	/* 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: 40px; }
	#symptom3 .des{ padding: 1em 0; }

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

	/* footer
	****************************************************/
	footer .sec1{ padding: 60px 0; }
	footer .sec1 h3{ width: 600px; margin: 0 auto; padding: 25px 0; }
	footer .box1{ width: 380px; }
	footer .box2{ justify-content: center; }
	footer .box2 p{ margin: 30px 25px; }
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; padding: 0 1em; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 999; }
	[class*="trk"] a:hover{ opacity: .8; }
	[class*="trk"]:hover{ right: 0; }
	.trk1{ top: 200px; right: 0; }
	.trk2{ top: 360px; right: 0; }
	.trk1 a, .trk2 a{
		background-color: #4D6A57;
		color: #FFF;
		border-radius: 10px 0 0 10px;
		height: 130px;
		width: 50px;
		text-align: center;
		-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: 380px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 380px;
	}
}



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

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	body{ font-size:16px; }
	.wrap, .wrap2{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.tacSp{ text-align: center; }
    .lnk1btn, .lnk1btn2, .lnk3btn{ width: 100%; }
	.lst1 li span, .lst1li span{ display: block; }
	.mt1adj, .mt40sp{ margin-top: 40px; }
	.mt2adj{ margin-top: 100px; }
	.pad40{ padding: 20px; }
    .mt30sp{ margin-top: 30px; }
    .mt60sp{ margin-top: 60px; }
	.img1wrap{ margin-left: -15px; margin-right: -15px; }


	/* font-size
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 23px; }
	.fsL{ font-size: 30px; }

	/* 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%; position: fixed; top: 0px; left: 0px; z-index: 1000; }
	/* nav */
	.gNav{
		background:rgba(255, 255, 255, 1.0);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 10px 15px 50px;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{}
	.gNav li{ margin-top: 10px; }
	.gNav li a{ display: block; padding: .75em 1em .75em 1em; color: #333; border-bottom: 1px solid #C4C4C4; }
	.gNav li ul li{ padding-left: 1em; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* header */
	.gNav .header figure{ padding-right: 100px; margin-bottom: 20px; }
	/* accordion */
	.gNav .parent ul{ display:none; margin: 0 -15px; padding: 5px 15px 15px; font-size: 14px; background-color: #4D6A57; }
	.gNav .parent ul li{ min-width: 50%; border: none; }
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 0!important; color: #fff; }
	.gNav .parent ul li a:before{ content: "－ "; color: #fff; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; color: #4D6A57; font-weight: bold; font-size: 30px; position: absolute; right: 10px; top: 10px; }
	.gNav .switch.active:after{ content: "－"; }
	.gNav .row2{ overflow: hidden; }
	.gNav .row2 li{ width: 50%; float: left; }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 11px;
		right: 10px;
		z-index: 9999;
		background: #4D6A57;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border: 1px solid #4D6A57;
	}
	.btn-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.btn-trigger span:nth-of-type(1){ top:11px; }
	.btn-trigger span:nth-of-type(2){ top:22px; }
	.btn-trigger span:nth-of-type(3){ top:33px; }

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
	top: 15px;
	left: 20%;
	transform: translateY(6px) rotate(-45deg);
	width: 60%;
	}
	#btn01.active span:nth-of-type(2) { opacity: 0; }
	#btn01.active span:nth-of-type(3) {
	top: 27px;
	left: 20%;
	transform: translateY(-6px) rotate(45deg);
	width: 60%;
	}

	/* title
	****************************************************/
	.pp1ttl{ background: url("images/sp_02_titleback@2x.png") no-repeat top center / cover; height: 150px; color: #FFF; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 40px; padding-bottom: 50px; }
	.spa2{ padding-top: 40px; padding-bottom: 40px; }
	/* notice */
	#notice{ padding: 30px 15px 15px; }
	#notice li{ margin-top: .5em; }
	/* index */
	.mv{ background:url("images/sp_01_main01@2x.png") no-repeat top center; padding-top: 80%; background-size: contain; }
	#index .sec1 .w100{ width: 100px; }
	#index .sec1 .w328{ width: 260px; margin: 30px auto 0; }
	#index .sec1 .w714{ margin-top: 40px; }
	#index .sec1 h2 span{ font-size: 16px; color: #333; margin-left: 10px; }
	#index .sec2{ padding: 40px 0; }
	#index .sec3{ margin-top: 50px;  background: url("images/sp_01_back01_toin1@2x.png") no-repeat top center / 100% auto; padding: 100px 0 0; }
	#index .sec3 .inner{ background: url("images/sp_01_back01_toin2@2x.png") no-repeat bottom center / 100% auto #F5F7F8; padding-bottom: 75%; }
	#index .sec3 .w714{ margin-top: 40px; }
	#index .sec4{ background: url("images/sp_01_back02_icl1@2x.png") no-repeat top center / 100% auto; margin-top: 50px; padding-top: 20%; }
	#index .sec4 .inner{ background-color: #F5F7F8; padding-bottom: 35px; }
	#index .sec5{ background: url("images/sp_01_back3_hakunaisho1@2x.png") no-repeat top center / 100% auto; margin-top: 50px; padding-top: 20%; }
	#index .sec5 .inner{ background-color: #F5F7F8; padding-bottom: 35px; }
	#index .sec6{ background: url("images/sp_01_back4_shinryo@2x.png") no-repeat top center / 100% auto; margin-top: 50px; padding-top: 20%; padding-bottom: 35px; }
	#index .sec6 .box1, .cBox2{ justify-content: space-between; }
	#index .sec6 .box1 li, .cBox2 li{ width: 48%; margin-top: 20px; }
	#index .sec6 .box1 a, .cBox2 a{ height: 90px; }
	#index .sec7{ background-color: #F5F7F8; padding: 35px 0; }
	#index .sec7 img{ width: 100%; }
	#ope .sec1 .w520 .abs{ margin-top: 40px; }
	#ope .sec1 .w520:nth-child(n+2),
	#medical .sec3 .w520:nth-child(n+2),
	#guide .sec1 .w520:nth-child(n+2),
	#guide .sec2 .w328{ margin-top: 50px; }
	#guide .sec2 .w328 figure{ text-align: center; }
	#about .sec1 .box1 li{ width: 50%; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ padding: 5px 15px 20px; }
	#symptom li{ margin-top: 15px; }
	/* symptom2 */
	#symptom2 h3{ margin-bottom: 2em; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .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; }

	/* footer
	****************************************************/
	footer{ margin-top: 35px; }
	footer .sec1{ padding: 50px 0; }
	footer .sec1 h3{ padding: 15px 10px; }
	footer .sec1 .box1{ margin: 25px 0; font-size: 23px; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; }
	address{ font-size: 16px; 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%;
	}

	/* table
	****************************************************/
    .tbl1sp td span{
		white-space: pre;
		writing-mode: vertical-rl;
		display: inline-block;
	}
	.tbl2sp{ border-bottom:1px solid #C4C4C4; }
    .tbl2sp th, .tbl2sp td{ display:block; border-bottom:none; width: 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: 12%; text-align: center; align-content: center; background-color: #EAC200; }
	#footerSp tr td:nth-of-type(2){ width: 35%; background-color: #4D6A57; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(3){ width: 35%; background-color: #4D6A57; }
	#footerSp tr td:nth-of-type(4){ width: 12%; background-color: #100222; }
	#footerSp tr .conv_top a { background-color: #100222; padding: 15px 0; }
	#footerSp tr .conv_top a::after { content: ""; position: absolute; top: 8px; left: 50%; width: 8px; height: 8px; border-top: solid 1px #fff; border-right: solid 1px #fff; transform: rotate(-45deg) translateX(-50%); }
	#footerSp tr .conv_top a p { margin-top: 10px; }
	#footerSp a{ position: relative; display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp a img{ vertical-align: -12px; margin-right: 10px; }
}