@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.sp{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	min-width: 1024px;
	position: relative;
	overflow: hidden;
	padding-top: 90px;
	background: url(../img/common/bg_wrapper_pc.jpg)no-repeat center 45px;
}
.home #wrapper{
	background: none;
}
.homeBgImg01,
.homeBgImg01_01,
.homeBgImg02,
.homeBgImg03,
.homeBgImg04,
.homeBgImg05{
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    z-index: -1;
    background: #e0eff6 url(../img/common/bg_home.jpg) repeat-x 400px bottom;
    background-size: auto 1300px;
    width: 10536px;
    height: 1450px;
    -webkit-animation: slide01 45s linear infinite;
    animation: slide01 45s linear infinite;
    -moz-animation: slide01 45s linear infinite;
}
.homeBgImg01_01{
	height: 1600px;
    display: none;
    -webkit-animation: slide01 45s linear infinite;
    animation: slide01 45s linear infinite;
    -moz-animation: slide01 45s linear infinite;
}
.homeBgImg02{
    width: 10710px;
    background: transparent url(../img/common/bg_home02.png) repeat-x 0 0;
    -webkit-animation: slide 60s linear infinite;
    animation: slide02 60s linear infinite;
    -moz-animation: slide02 60s linear infinite;
}
.homeBgImg03{
    width: 10710px;
    background: transparent url(../img/common/bg_home03.png) repeat-x 0 0;
    -webkit-animation: slide02 45s linear infinite;
    animation: slide02 45s linear infinite;
    -moz-animation: slide02 45s linear infinite;
    
}
.homeBgImg04{
    width: 10710px;
    background: transparent url(../img/common/bg_home04_01.png) repeat-x 0 0;
    -webkit-animation: slide02 15s linear infinite;
    animation: slide02 15s linear infinite;
    -moz-animation: slide02 15s linear infinite;
}
.homeBgImg05{
    width: 10710px;
    background: transparent url(../img/common/bg_home05.png) repeat-x 0 0;
    -webkit-animation: slide02 30s linear infinite;
    animation: slide02 30s linear infinite;
    -moz-animation: slide02 30s linear infinite;
}

@keyframes slide01 {
	from { background-position: 400px 100%; transform: translateX(0);}
	to { background-position: 400px 100%; transform: translateX(-1756px);}
}
@-moz-keyframes slide01 {
	from { background-position: 400px 100%; transform: translateX(0);}
	to { background-position: 400px 100%; transform: translateX(-1756px);}
}
@-webkit-keyframes slide01 {
	from { background-position: 400px 100%; transform: translateX(0);}
	to { background-position: 400px 100%; transform: translateX(-1756px);}
}
@keyframes slide02 {
    from { transform: translateX(0);}
	to { transform: translateX(-2142px); }
}
@-moz-keyframes slide02 {
	from { transform: translateX(0);}
	to { transform: translateX(-2142px); }
}
@-webkit-keyframes slide02 {
	from { transform: translateX(0);}
	to { transform: translateX(-2142px); }
}
.inner{
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

/* !header
---------------------------------------------------------- */
#header {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 998;
	height: 90px;
}
#header .inner{
	max-width: 960px;
}
.headerTop .inner{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.headerBtm .inner{
	display: flex;
	justify-content: space-between;
}
.headerTop{
	border-bottom: 2px solid #165c7e
}
.headerBtm{
	padding: 8px 0 10px;
}
.headerTop .link{margin: 0 0 2px 27px;}
.headerBtm .text{padding-top: 3px;font-size: 0}

#tmp_search{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	letter-spacing: normal;
}
#tmp_search #tmp_query{
	width: 245px;
	height: 32px;
	border: 2px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 12px 0 32px;
	font-size: 85.7%;
}
#tmp_search label{
	position: absolute;
	width: 25px;
	height: 25px;
	left: 9px;
	top: 4px;
	background: transparent url("../img/common/icon_search.png") no-repeat center center;
	text-indent: -999999px;
	cursor: pointer;
}
#tmp_search .query_submit,
#tmp_search #tmp_wrap_query{
	display: inline-block;
	vertical-align: middle;
}
#tmp_search #tmp_func_sch_btn{
width: 70px;
    min-height: 30px;
    color: #FFFFFF;
    background: #024D7D;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#tmp_search #tmp_func_sch_btn:focus,
#tmp_search #tmp_func_sch_btn:hover{
	text-decoration: underline;
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	
}

/* !gNavi
---------------------------------------------------------- */
		
#gNavi {
	
}
#gNavi li {
	
}
#gNavi li a {
	
}

	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	
}

/* !teaser
---------------------------------------------------------- */
#teaser {
	
}
#teaser .inner{display: flex;align-items: flex-start;z-index: 99}
.teaserHd{
	background: url(../img/city/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	width: 331px;
	min-width: 331px;
	height: 188px;
	text-align: center;
	font-size: 4rem;
	line-height: 1.25;
	color: #00a85a;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 31px;
}
.teaserCont{
	margin: 35px -25px 0 25px;
}
.teaserNav{
	margin: 0 -2px;
	display: flex;
	flex-wrap: wrap;
}
.teaserNav li{
	width: calc(20% - 4px);
	margin: 0 2px 4px;
}
.teaserNav li a{
	border: 4px solid currentcolor;
	color: #00a85a;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: 500;
	border-radius: 0 0 7px 7px;
	position: relative;
}
.teaserNav li a span{border-bottom: 1px solid currentcolor}
.teaserNav li:nth-of-type(2) a {color: #a9cd36}
.teaserNav li:nth-of-type(3) a {color: #f5ab0a}
.teaserNav li:nth-of-type(4) a {color: #0063b1}
.teaserNav li:nth-of-type(5) a {color: #f09dc1}
.teaserNav li:nth-of-type(6) a {color: #e5b378}
.teaserNav li:nth-of-type(7) a {color: #a087bd}
.teaserNav li:nth-of-type(8) a {color: #6fb5e4}
.teaserNav li:nth-of-type(9) a {color: #e74053}
.teaserNav li:nth-of-type(10) a {color: #ed7950}

.teaserNav li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: currentColor;
	opacity: 0
}
#city .teaserNav li:nth-of-type(1) a:before{opacity: .5}
#population .teaserNav li:nth-of-type(2) a:before{opacity: .5}
#industry .teaserNav li:nth-of-type(3) a:before{opacity: .5}
#work .teaserNav li:nth-of-type(4) a:before{opacity: .5}
#education .teaserNav li:nth-of-type(5) a:before{opacity: .5}
#kenko .teaserNav li:nth-of-type(6) a:before{opacity: .5}
#house .teaserNav li:nth-of-type(7) a:before{opacity: .5}
#traffic .teaserNav li:nth-of-type(8) a:before{opacity: .5}
#safety .teaserNav li:nth-of-type(9) a:before{opacity: .5}
#living .teaserNav li:nth-of-type(10) a:before{opacity: .5}

.teaserSub{
	margin-top: 3px;
	font-size: 1rem;
	letter-spacing: 0.05em
}
.teaserSub li{
	margin-right: 15px;
	display: inline-block;
	cursor: pointer;
}
.teaserSub li.active{cursor: default;}

/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}

#side {
	
}

.inner {
	
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	position: absolute;
	right: 30px;
	bottom: calc(100% + 49px);
	z-index: 996;
	width: 91px;
}
.home .pageTop{bottom:calc(100% + 10px); }

/* !footer
---------------------------------------------------------- */
#footer {
	background: #8cbe32;
	padding: 50px 0;
	color: #fff;
	position: relative;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.home #footer{
	background: none;
	padding: 10px 0 50px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#footer a{color: #fff;}

.ftBox01{
	padding: 0 20px 12px;
	display: flex;
	align-items: center;
}
.ftBox01 dt{
	width: 361px;
	margin-right: 29px;
}
.ftBox01 dd{
    word-break: break-all;
}
.ftP01{
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px
}
.ftP01 a,
.ftUl01 li a{text-decoration: underline;}
.ftP02{
	font-size: 1.4rem;
	font-weight: bold;
}
.ftBox02{
	padding-bottom: 24px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.ftBox02 h2{
	text-align: center;
	overflow: hidden;
	margin-bottom: 16px;
}
.ftBox02 h2 span{
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 0 12px;
}
.ftBox02 h2 span:before,
.ftBox02 h2 span:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 1;
	height: 1px;
	width: 10000px;
	background: #fff;
}
.ftBox02 h2 span:after{
	left: auto;
	right: 100%;
}
.ftUl01{
	padding: 0 20px;
}
.ftUl01 li{
	display: inline-block;
	margin-right: 45px;
	font-size: 1.4rem;
	font-weight: bold;
}
.ftBox03{
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1.2rem;
	line-height: 20px;
}
	
#copyright {
	font-size: 1rem;
}

/* !h(n)eading
---------------------------------------------------------- */
.hdL {
	
}

.hdM {
	
}

.hdS {
	
}

.hd01 {
	
}



/* !list
---------------------------------------------------------- */
.list01 {
	
}

/* !table
---------------------------------------------------------- */
.table01 {
	
}


/*index*/
.indexWrap{
	height: 1450px;
	text-align: center;
	position: relative;
}
.slideUp .indexWrap{
	height: 1600px
}

.indexWrap .p01{
	padding-top: 25px;
	padding-right: 40px;
}
.indexWrap .p01 img{
    width: 280px;
}
.indexWrap .p02{
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.1em;
	margin: 20px 0;
}
.clickBtn a{display: inline-block;}
.clickBtn .on,
.slideUp .clickBtn .no{display: none;}
.slideUp .clickBtn .on{display: block;}
.indexLogo a{
	position: absolute;
	left:20px;
	top: 20px;
	z-index: 2;
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	opacity: 0;
	visibility: hidden;
}
.indexLogo a img{width: 60px;}
.slideUp .indexLogo a{
	opacity: 1;
	visibility: visible;
}
.topNav{display: none;}
.indexNav ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.indexNav li{
	margin-bottom: 35px;
	max-width: 20%;
}
.indexNav li.even{
	position: relative;
	bottom: -40px;
}
.indexNav a{
	display: block;
	text-align: center;
}
.indexNav a img{
	transition: transform 0.5s !important;
	transform: scale(0.92);
    max-width: 162px;
    margin: 0 auto;
}
.indexNav a:hover img{
	transform: scale(1);
}
.indexNav a .txt{
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: bold;
	color: #00a85a;
	border-bottom: 1px solid currentcolor;
	display: inline-block;
}
.indexNav li:nth-of-type(2) a .txt{color: #a9cd36}
.indexNav li:nth-of-type(3) a .txt{color: #f5ab0a}
.indexNav li:nth-of-type(4) a .txt{color: #0063b1}
.indexNav li:nth-of-type(5) a .txt{color: #f09dc1}
.indexNav li:nth-of-type(6) a .txt{color: #e5b378}
.indexNav li:nth-of-type(7) a .txt{color: #a087bd}
.indexNav li:nth-of-type(8) a .txt{color: #6fb5e4}
.indexNav li:nth-of-type(9) a .txt{color: #e74053}
.indexNav li:nth-of-type(10) a .txt{color: #ed7950}


/*city*/
.commonLogo a{
	position: absolute;
	left:20px;
	top: 108px;
	z-index: 2;
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.commonLogo a img{width: 60px;}
.commonWrap{
	padding-bottom: 50px;
	padding-bottom: 100px;
}
.commonItem{
	display: none;
}
.commonItem.active{display: block;}
.commonTop{
	height: 547px;
	padding-top: 52px;
	position: relative;
}
.commonTopHd{
	max-width: 331px;
	font-size: 4rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
.commonTopHd span{
	font-size: 6rem;
	letter-spacing: 0;
	position: relative;
	z-index: 2;
}
.commonTopHd span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 1em;
	background: #ffff40;
	z-index: -1;
}
.commonSub{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
    width: 560px;
    height: 550px;
}
.commonSub .img{
    opacity: 0;
}
.commonSub.three{
	right: -50px
}
#city .commonSubUl .sub01{
	width: 330px;
	position: absolute;
	right: -35px;
	top: 0;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
#city .commonSubUl .sub01_active,
#city .commonSubUl .sub01.is_active{
	width: 580px;
	position: absolute;
	right: -35px;
	top: 0;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
#city #city_item02 .commonSubUl .sub01_active,
#city #city_item02 .commonSubUl .sub01.is_active {
    right: -45px;
	top: -25px;
}
#city .commonSubUl .sub01.not_active,
#city .commonSubUl .sub01_active.not_active{
	transform: scale(0.91);
    transition: all .5s;
}
#city .commonSubUl .sub02{
	width: 330px;
	position: absolute;
	left: -35px;
	bottom: -35px;
	z-index: 3;
	cursor: pointer;
    transition: all .5s;
}
#city .commonSubUl .sub02_active,
#city .commonSubUl .sub02.is_active {
	transform: scale(1.15);
	position: absolute;
	left: -35px;
	bottom: -35px;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}

#city .commonSubUl .sub02.not_active,
#city .commonSubUl .sub02_active.not_active{
	transform: scale(1);
    transition: all .5s;
}


#population .commonSubUl .sub01{
	width: 330px;
	position: absolute;
	right: -35px;
	top: 0;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
#population .commonSubUl .sub01_active,
#population .commonSubUl .sub01.is_active{
	width: 580px;
	position: absolute;
	right: -35px;
	top: 0;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}

#population .commonSubUl .sub01.not_active,
#population .commonSubUl .sub01_active.not_active{
	transform: scale(0.91);
    transition: all .5s;
}
#population .commonSubUl .sub02{
	width: 330px;
	position: absolute;
	left: -35px;
	bottom: -35px;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
#population .commonSubUl .sub02_active,
#population .commonSubUl .sub02.is_active {
	transform: scale(1.15);
	position: absolute;
	left: -35px;
	bottom: -35px;
	z-index: 3;
	cursor: pointer;
    transition: all .5s;
}

#population .commonSubUl .sub02.not_active,
#population .commonSubUl .sub02_active.not_active{
	transform: scale(1);
    transition: all .5s;
}

#population .commonSubUl .sub03{
	width: 330px;
	position: absolute;
	right: -85px;
	bottom: -35px;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
#population .commonSubUl .sub03_active,
#population .commonSubUl .sub03.is_active {
	transform: scale(1.15);
	position: absolute;
	right: -85px;
	bottom: -35px;
	z-index: 3;
	cursor: pointer;
    transition: all .5s;
}

#population .commonSubUl .sub03.not_active,
#population .commonSubUl .sub03_active.not_active{
	transform: scale(1);
    transition: all .5s;
}
/*two-three*/
.commonSub.two .commonSubUl .sub01{
	width: 330px;
	position: absolute;
	right: -35px;
	top: 0;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
.commonSub.two .commonSubUl .sub01_active,
.commonSub.two .commonSubUl .sub01.is_active{
	width: 580px;
	position: absolute;
	right: -45px;
	top: -22px;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
.commonSub.two .commonSubUl .sub01.not_active,
.commonSub.two .commonSubUl .sub01_active.not_active{
	transform: scale(0.91);
    transition: all .5s;
}
.commonSub.two .commonSubUl .sub02{
	width: 330px;
	position: absolute;
	left: -35px;
	bottom: -35px;
	z-index: 3;
	cursor: pointer;
    transition: all .5s;
}
.commonSub.two .commonSubUl .sub02_active,
.commonSub.two .commonSubUl .sub02.is_active {
	transform: scale(1.15);
	position: absolute;
	left: -35px;
	bottom: -35px;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}

.commonSub.two .commonSubUl .sub02.not_active,
.commonSub.two .commonSubUl .sub02_active.not_active{
	transform: scale(1);
    transition: all .5s;
}


.commonSub.three .commonSubUl .sub01{
	width: 330px;
	position: absolute;
	right: -35px;
	top: 0;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
.commonSub.three .commonSubUl .sub01_active,
.commonSub.three .commonSubUl .sub01.is_active{
	width: 580px;
	position: absolute;
	right: -35px;
	top: 0;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}

.commonSub.three .commonSubUl .sub01.not_active,
.commonSub.three .commonSubUl .sub01_active.not_active{
	transform: scale(0.91);
    transition: all .5s;
}
.commonSub.three .commonSubUl .sub02{
	width: 330px;
	position: absolute;
	left: -35px;
	bottom: -35px;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
.commonSub.three .commonSubUl .sub02_active,
.commonSub.three .commonSubUl .sub02.is_active {
	transform: scale(1.15);
	position: absolute;
	left: -35px;
	bottom: -35px;
	z-index: 3;
	cursor: pointer;
    transition: all .5s;
}

.commonSub.three .commonSubUl .sub02.not_active,
.commonSub.three .commonSubUl .sub02_active.not_active{
	transform: scale(1);
    transition: all .5s;
}

.commonSub.three .commonSubUl .sub03{
	width: 330px;
	position: absolute;
	right: -85px;
	bottom: -35px;
	z-index: 2;
	cursor: pointer;
    transition: all .5s;
}
.commonSub.three .commonSubUl .sub03_active,
.commonSub.three .commonSubUl .sub03.is_active {
	transform: scale(1.15);
	position: absolute;
	right: -85px;
	bottom: -35px;
	z-index: 3;
	cursor: pointer;
    transition: all .5s;
}

.commonSub.three .commonSubUl .sub03.not_active,
.commonSub.three .commonSubUl .sub03_active.not_active{
	transform: scale(1);
    transition: all .5s;
}

.commonCont{
	background: #fff;
	border-radius: 10px;
	border: 5px solid #00a85a;
	padding: 35px;
}
.commonList + .commonList{margin-top: 30px}
.commonListHd{
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px
}
.commonListHd span{
	background: #ffff40;
}
.commonListText{
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
	line-height: 27px;
	letter-spacing: 0.05em;
	position: relative;
}
.commonListText li{
	width: calc(50% - 24px);
}
.commonListText li + li{margin-left: 48px}
.commonListText li + li:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	z-index: 1;
	border-right: 2px dashed #00a85a;
	/*background: url(../img/city/line.png)repeat-y top center;
	background-size: 2px auto;*/
}
.commonListHd02{
	padding-left: 60px;
	margin: 20px 0 15px;
}
.commonListHd02 span{
	display: inline-block;
	padding: 0 32px 0 16px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 0.1em;
	color: #fff;
	background: url(../img/city/bg_text.jpg)no-repeat right center #00a85a;
	background-size: auto 100%;
}

.cityImg{
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}
.cityImg + .cityImg{margin-top: 30px}
.width650{
	max-width: 650px;
	margin:  0 auto;
}
.cityP01{
	margin: 20px 0 15px;
}
.cityP03{
	margin-top: 16px;
	font-size: 1rem;
	text-align: right;
}
.cityP04,
.cityP08{
	margin-top: 15px;
	font-size: 1rem;
}
.cityP04 + .cityP03,
.cityP08 + .cityP03{margin-top: 0}
.workP01{font-size: 1rem;padding:0 0 15px}

/*population*/
#population .teaserHd{
	background: url(../img/population/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #a9cd36
}
#population .commonListHd02 span{
	background: url(../img/population/bg_text.jpg)no-repeat right center #a9cd36;
	background-size: cover;
}
#population .commonCont,
#population .commonListText li + li:before{
	border-color: #a9cd36
}

/*industry*/
#industry .teaserHd{
	background: url(../img/industry/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #f5ab0a
}
#industry .commonListHd02 span{
	background: url(../img/industry/bg_text.jpg)no-repeat right center #f5ab0a;
	background-size: cover;
}
#industry .commonCont,
#industry .commonListText li + li:before{
	border-color: #f5ab0a
}

/*work*/
#work .teaserHd{
	background: url(../img/work/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #0063b1
}
#work .commonListHd02 span{
	background: url(../img/work/bg_text.jpg)no-repeat right center #0063b1;
	background-size: cover;
}
#work .commonCont,
#work .commonListText li + li:before{
	border-color: #0063b1
}
#work #work_item01 .commonSubUl .sub01_active,
#work #work_item01 .commonSubUl .sub01.is_active,
#work #work_item03 .commonSubUl .sub01_active,
#work #work_item03 .commonSubUl .sub01.is_active{
	top: -40px;
}
.commonListHd02 span font{
	font-size: 1rem;
	position: relative;
	top: -3px;
}

/*education*/
#education .teaserHd{
	background: url(../img/education/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #f09dc1
}
#education .commonListHd02 span{
	background: url(../img/education/bg_text.jpg)no-repeat right center #f09dc1;
	background-size: cover;
}
#education .commonCont,
#education .commonListText li + li:before{
	border-color: #f09dc1
}

/*kenko*/
#kenko .teaserHd{
	background: url(../img/kenko/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #e5b378
}
#kenko .commonListHd02 span{
	background: url(../img/kenko/bg_text.jpg)no-repeat right center #e5b378;
	background-size: cover;
}
#kenko .commonCont,
#kenko .commonListText li + li:before{
	border-color: #e5b378
}

/*house*/
#house .teaserHd{
	background: url(../img/house/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #a087bd
}
#house .commonListHd02 span{
	background: url(../img/house/bg_text.jpg)no-repeat right center #a087bd;
	background-size: cover;
}
#house .commonCont,
#house .commonListText li + li:before{
	border-color: #a087bd
}
#house #house_item01 .commonSubUl .sub01_active,
#house #house_item01 .commonSubUl .sub01.is_active{
	top: -40px;
}

/*traffic*/
#traffic .teaserHd{
	background: url(../img/traffic/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #6fb5e4
}
#traffic .commonListHd02 span{
	background: url(../img/traffic/bg_text.jpg)no-repeat right center #6fb5e4;
	background-size: cover;
}
#traffic .commonCont,
#traffic .commonListText li + li:before{
	border-color: #6fb5e4
}
#traffic #traffic_item02 .commonSubUl .sub01_active,
#traffic #traffic_item02 .commonSubUl .sub01.is_active{
	top: -30px;
}
.commonTopHd font{font-size: 4rem}

/*safety*/
#safety .teaserHd{
	background: url(../img/safety/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #e74053
}
#safety .commonListHd02 span{
	background: url(../img/safety/bg_text.jpg)no-repeat right center #e74053;
	background-size: cover;
}
#safety .commonCont,
#safety .commonListText li + li:before{
	border-color: #e74053
}

/*living*/
#living .teaserHd{
	background: url(../img/living/hd_teaser.png)no-repeat bottom center;
	background-size: 100% auto;
	color: #ed7950
}
#living .commonListHd02 span{
	background: url(../img/living/bg_text.jpg)no-repeat right center #ed7950;
	background-size: cover;
}
#living .commonCont,
#living .commonListText li + li:before{
	border-color: #ed7950
}