@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: 80px; }
.mt2adj{ margin-top: 160px; }

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

/* color
****************************************************/
.colWT{ color: white; }
.col1, .col1ul li:before, .col1icon:before{ color: #1AA08C; }

/* background
****************************************************/
/* color */
.bgColWT{ background-color: white; }
.bg1col{ background-color: #E66278; }
.bg2col{ background-color: #65C3B4; }
.bg3col{ background-color: #F292A2; }
.bg4col{ background-color: #F8F7F2; }

/* 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: 22px; font-family: "Jun 201", "じゅん 201"; }
.fsM{ font-size: 26px; font-family: "Jun 501", "じゅん 501"; }
.fsL{ font-size: 30px; font-family: "Jun 501", "じゅん 501"; }
.fs16{ font-size: 16px; }
.fs26{ font-size: 26px; }
.fs19{ font-size: 19px; }
.lh200{ line-height: 200%; }

/* border-radius
****************************************************/
.br05, .br05a a{ 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; }
.br20{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
.br30{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }
.br35{ border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

/* 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, .fFam{}
.hl1{ background: url("images/icon_tilte_l@2x.png") no-repeat top center / 50px 50px; text-align: center; color: #1AA08C; padding-top: 65px; }
.hl2{ border-bottom: 2px solid #F292A2;  padding-bottom: 5px; }
.hl3{ background-color: #fceaed; color: #E66278; padding: 5px 30px; border-radius: 10px; }

/* link & button & band
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
[class*="lnk"]:hover{ opacity: .8; }
.lnk1btn, .lnk1btn2{
	position: relative;
	background-color: #DDAA6D;
	color: #FFF;
	line-height: 20px;
	padding: 19px 50px 19px 30px;
	text-align: left;
}
.lnk1btn:after,  .lnk1btn2:after{
	content: ">";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}
.lnk1btn2{ background-color: #FCFCCA; color: #333; }
.lnk2btn{ background-color: #FFF; display: flex; font-weight: bold; }
.lnk2btn:hover{ background-color: #FCFCCA; }
.lnk3btn{ background-color: #FFF; display: flex; border: 2px solid #E66278; padding: 5px 20px; text-align: center; font-weight: bold; }
.lnk3btn:hover{ background-color: #FFF7F8; }
.lnk4btn{ background: url("images/04_button01@2x.png") no-repeat center center / 328px 140px; height: 140px; width: 328px; padding-top: 90px; color: #FFF; text-align: center; }

/* gNav
****************************************************/
.gNav .parent ul li a:before{ content:"－"; margin-right: .5em; color: #E66278; }
.gNav .parent ul li a:hover{ text-decoration: underline; }

/* content
****************************************************/
/* common */
.posRelCom{ position: relative; }
[class*="adsCom"]{ position: absolute; }
.pad10{ padding: 10px; }
.pad20{ padding: 20px; }
.pad30{ padding: 30px; }
.pad40{ padding: 40px; }
/* index */
#notice li a{ display: block; border-bottom: 1px solid #DDD; padding: 30px 0; }
#index #notice a{ padding: 20px 40px; }

/* symptom
****************************************************/
/* symptom */
#symptom p, #symptom2 p, #symptom3 p{ line-height: 200%; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '＞'; margin-right: .5em; color: #65C3B4; }
#symptom li a:hover{ color: #65C3B4; }
#symptom li a, #symptom2 li a{ color: #333; }
/* symptom2 */
#symptom2 ul{ background-color: #F8F7F2; }
#symptom2 li a:before{ content: '＞'; margin-right: .5em; color: #F292A2; }
#symptom2 li a:hover{ color: #F292A2; }
/* symptom3 */
#symptom3 .outline{ background-color: #F8F7F2;  padding: 10px 40px 40px; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* site
****************************************************/
#site dt:before{ content:"▶ "; color: #65C3B4; }
#site dd{ margin:15px 15px 50px; }

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

/* footer
****************************************************/
footer{ border-top: 1px solid #DEDEDE; }
footer .sec2 *{ color: #333; font-size: 16px; }
address{ padding: 10px; 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;
	z-index: 2;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #E66278;
	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; }

	/* 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; }
	.odr1pc{ order: 1; }
	.odr2pc{ order: 2; }

	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 130px; overflow: hidden; }
	.lst1 li span, .lst1li span{ display: block; float:left; width: 130px; margin-left: -130px; }
	.lst2{ padding-left: 40px; }
	.lst2 li{ width: 33%; margin: 10px 0; }

	/* width
	****************************************************/
	.w300{ width: 300px; }
	.w328{ width: 328px; }
	.w520{ width: 520px; }
	.w714{ width: 714px; }

	/* main
	****************************************************/
	.mv{ background: url("images/mv1bg.png") repeat-x bottom center; }
    .mv .inner{ background: url("images/01_main@2x_20250620.png") no-repeat top center / 1920px 670px; }
    .mv .wrap{ height: 670px; }
    .mv .adsPc{ bottom: 30px; left: 0; }

	/* header
	****************************************************/
	header{ height: 115px; margin-bottom: 10px; }
	header h1{ padding-top: 10px; }
	header .adsPc1{ top: 40px; left: 0; }
	header .adsPc2{ top: 40px; right: 425px; border: 2px solid #1AA08C; color: #1AA08C; height: 50px; width: 150px; font-size: 16px; }
	header .adsPc3{ top: 40px; right: 260px; border: 2px solid #E66278; color: #E66278; height: 50px; width: 150px; font-size: 16px;  }
	header .adsPc4{ top: 40px; right: 0; }

	/* nav
	****************************************************/
	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; }
	.gNav ul{ display: flex; flex-wrap: wrap; text-align: center; justify-content: flex-start; }
	.gNav li{ width: 158px; }
	.gNav li:first-child{ width: 152px; }
	.gNav li ul li{ display: block; }
	.gNav ul a{ display: block; color: #333; padding: 15px 0 20px; }
	.gNav ul a:hover, .gNav ul .stay{ color: #E66278; }
	/* parent　*/
	.gNav .wrap{ position: relative; }
	.gNav .parent:hover .typ1,
	.gNav .parent:hover .typ2{ visibility: visible; }
	.gNav .parent .typ1,
	.gNav .parent .typ2{
		font-size: 16px;
		visibility: hidden;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 9999;
		padding: 20px 15px 15px 30px;
		width: 1100px;
		background: rgba(248, 247, 242, .95);
		text-align: left;
		display: flex;
		flex-wrap: wrap;
        border-radius: 20px;
	}
	.gNav .parent .typ1 li{ min-width: 25%; }
	.gNav .parent .typ1 a{ color: #333; width: 100%; }
	.gNav .parent .typ2 a, .gNav .parent .typ2 p{ padding: 10px 0; text-align: left; }
	.gNav .parent .typ2 .clm1{ width: 25%; }
	.gNav .parent .typ2 .clm1 li{ width: 100%; }
	.gNav .parent .typ2 .clm2{ width: 50%; }
	.gNav .parent .typ2 .clm2 li{ width: 50%; }
	.gNav .parent a:hover{ color: #E66278; background: none; text-decoration: none!important; }
	.fixed{ position: fixed; top: 0; left: 0; z-index: 9999; background-color: #fff; }
	.space{ margin-top: 60px; }
	.none{ display:none; }

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

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 120px 0 160px; }
	.spa2{ padding: 200px 0 160px; }
    .clm4 a{ height: 100px; }
    .clm3 li{ width: 328px; margin-right: 58px; }
    .clm3 li:nth-child(3n){ margin-right: 0; }
	.clm3 li:nth-child(n+4){ margin-top: 30px; }
    .clm4 li{ width: 230px; margin-right: 60px; }
    .clm4 li:nth-child(4n){ margin-right: 0; }
	/* index */
	#index .sec1{ padding: 60px 0; }
    #index .sec1 .w328{ background: url("images/01_oshirase@2x.png") no-repeat top center / 328px 345px; min-height: 345px; }
    #index .sec1 .w328 p{ text-align: center; padding-top: 235px; }
    #index .sec1 .w328 .lnk1btn{ width: 230px; background-color: #FFF; color: #333; }
    #index .sec2{ background: url("images/01_tokucho_back@2x.png") no-repeat top center / 1920px 1080px; min-height: 1080px; padding-top: 100px; }
    #index .sec2 .w328{ margin-top: 60px; }
    #index .sec2 .w328:nth-child(2){ margin-top: 110px; }
    #index .sec2 .w328:nth-child(3){ margin-top: 160px; }
    #index .sec3{ background: url("images/01_chiryo_back@2x.png") no-repeat top center / 1920px 1260px #F8F7F2; min-height: 1260px; padding-top: 100px; }
    #index .sec3 .w520{ padding: 60px 30px; }
    #index .sec3 .gr1 a{ width: 220px; height: 100px; text-align: center; }
    #index .sec4{ background: url("images/01_shinryo_back@2x.png") no-repeat top center / 1920px 858px; min-height: 858px; padding-top: 100px; }
    #index .sec5{ padding-bottom: 100px; }
    #index .sec6{ background: url("images/01_goaisatsu_back@2x.png") no-repeat top center / 1920px 1345px #F8F7F2; min-height: 1345px; padding-top: 100px; }
    #greeting .sec1{ background: url("images/02_back@2x.png") no-repeat top center / 1920px 640px; }
	#facility .sec1 .w520:nth-child(n+3){ margin-top: 60px; }
	#facility .sec2 .w328{ margin-right: 58px; }
    #facility .sec2 .w328:nth-child(3n){ margin-right: 0; }
	#access section{ padding: 0 150px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ margin-left: 75px; }
	#symptom li{ width: 25%; margin-top: 30px; }
	/* symptom2 */
	#symptom2 ul{ 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 .des{ padding: 30px 0; }

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

	/* footer
	****************************************************/
	footer .sec1{ padding: 50px 0; }
	footer .sec1 .box1c{ font-size: 24px; letter-spacing: .5em; height: 60px; }
	footer .sec2{ padding: 20px 0; font-size: 16px; }
    footer .sec2 .fbCom{ justify-content: center; }
	footer .sec2 li{ margin-left: 10px; margin-right: 10px; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; transition: all 1s; z-index: 9999; }
	[class*="trk"] a:hover{ opacity: .75; }
	.trk1{ top: 190px; right: 0; }
	.trk2{ top: 320px; right: 0; }
	.trk3{ top: 470px; right: 0; }

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

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



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

	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: 80%; }
	.lst1 li span, .lst1li span{ display: block; }
	.mt1adj, .mt40sp{ margin-top: 40px; }
	.mt2adj{ margin-top: 65px; }
	.pad40{ padding: 20px; }
    .mt30sp{ margin-top: 30px; }

	/* font-size
	****************************************************/
	.fsS{ font-size: 19px; }
	.fsM{ font-size: 22px; }
	.fsL{ font-size: 26px; }

	/* 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: 1000; }
	/* nav */
	.gNav{
		background: rgba(248, 247, 242, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 999;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav li{ border-bottom: 1px solid #DDDDDD; margin-left: -15px; margin-right: -15px; }
	.gNav li a{ display: block; padding: 15px; color: #463D35; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent .typ1,
	.gNav .parent .typ2{ display: none; background-color: #F5F5F5; margin-top: 0; padding: 15px 30px; }
	.gNav .parent .typ2{ padding-top: 1px; }
	.gNav .parent .typ1 li,
	.gNav .parent .typ2 li{ border: none; }
	.gNav .parent .typ1 a, .gNav .parent .typ2 a{ border-bottom: none; margin: 0!important; padding: 5px; color: #333; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		vertical-align: middle;
		content: "＋";
        font-size: x-large;
        color: #E66278;
	}
	.gNav .switch.active:after{ content: "－"; }
	.gNav .switch.active{ border-bottom: 1px solid #DDDDDD; }
	.gNav .parent .typ2 p{ font-weight: bold; margin-top: 20px; margin-bottom: 5px; margin-left: -10px; }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #65C3B4;
		cursor: pointer;
		width: 50px;
		height:50px;
		border: 1px solid #65C3B4;
	}
	.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_main@2x_20250620.png") no-repeat top center / 100% auto #F8F7F2;
		padding-top: 107.7%;
		position:relative;
		text-align: center;
	}

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

	/* content
	****************************************************/
	/* common */
	.spa1, .spa2{ padding-top: 50px; padding-bottom: 50px; }
	.clm3 li{ margin-bottom: 30px; text-align: center; }
    .clm4{ justify-content: space-between; margin-top: 0; }
    .clm4 li{ width: 48%; }
    .clm4 a{ width: 100%; height: 80px; }
	/* index */
    #index #notice{ margin-top: 10px; }
    #index #notice a{ padding: 15px 0; }
    #index .sec1{ padding: 30px 0; }
    #index .sec1 .w328{ background: url("images/sp_01_oshirase@2x.png") no-repeat top center / contain; padding: 160px 0 40px; text-align: center; }
    #index .sec1 .w328 .lnk1btn{ width: 80%; background-color: #FFF; color: #333; }
    #index .sec2{ padding-bottom: 50px; }
    #index .sec2 .w328{ margin-top: 60px; }
    #index .sec3{ background-color: #F8F7F2; }
    #index .sec3 .wrap{ padding: 50px 0; }
    #index .sec3 .w520{ padding: 30px 15px 50px; border-radius: 0; }
    #index .sec3 .gr1 li{ width: 48%; }
    #index .sec3 .gr1 a{ width: 100%; height: 100px; text-align: center; }
    #index .sec4{ padding: 50px 0 0; }
    #index .sec5{ padding: 50px 15px; }
    #index .sec5 figure{ margin-top: 30px; }
    #index .sec6{ background-color: #F8F7F2; padding: 35px 0; }
	#greeting .sec1 figure{ margin-bottom: 30px; }
	#facility .sec1 .w520:nth-child(n+2){ margin-top: 60px; }
	#facility .sec2 figure{ text-align: center; }

	/* 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 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top: 30px; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 40px 0 30px; }
	footer .sec2 ul{ padding: 15px 25px 25px; }
	footer .sec2 li{ width: 50%;  margin-top: 10px; }
	address{ font-size: 12px; padding-bottom: 1em; }
	footer .sec1 .w714{ margin-top: 40px; }
	footer .sec1 .box1c{ display: flex; font-size: 24px; text-align: center; height: 60px; padding: 10px 15px; }

	/* 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; height: 50px }
	#footerSp tr td:nth-of-type(1){ width: 13%; text-align: center; border: 1px solid #E66278; background-color: #FFF; }
	#footerSp tr td:nth-of-type(2){ width: 29%; background-color: #E66278; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(3){ width: 29%; background-color: #65C3B4; border-right: 1px solid #FFF; }
	#footerSp tr td:nth-of-type(4){ color: #000; background-color: #FFFFAA; border-right: 1px solid #fff; }
	#footerSp a{ display: block; text-align:center; color: #fff; }
	#footerSp a.recruitfont{ display: block; text-align:center; color: #000; }
	#footerSp a img{}
}