@charset "utf-8";

/*============================================================
  HEADER
=============================================================*/
#header {
	position: relative;
	width: 100%;
	z-index: 9999;
}
.top #header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

#header .headerIn{
	width: 100%;
	background: rgba(255,255,255,0.75);
	box-sizing: border-box;
	padding: 0 5rem 0.5rem;
	border-radius: 0 0 8px 8px;
}

#header .headerTop {
	font-size: 1.3rem;
	line-height: 2.77;
	text-align: right;
}

#header .headerTxt {
	float: left;
	text-align: left;
}

#header .headerBody {
	width: 100%;
	padding-bottom: 5px;
}
#header .headerBody.fixed {
	position: relative;
	top: 0;
}

#header .headerLogo {
	float: left;
	width: 34%;
}
#header .headerEki {
	float: left;
	width: 10%;
	margin-left: 1.1%
}
#header .headerTel {
	float: right;
	width: 31%;
	line-height: 2;
}
#header .headerBtn {
	float: right;
	width: 21.8%;
	margin-left: 1.8%;
	padding-top: 2rem;
}
#header .headerBtn a {
	display: block;
	width: 100%;
	background: url(../images/common/ico_mail.png) 13px center no-repeat #f60;
	/*padding-left: 6rem;*/
	color: #fff;
	font-size: 1.3rem;
	padding: 1.4rem 1.4rem 1.4rem 2rem;
	border-radius: 3px;
	box-sizing: border-box;
}

#header .headerBtn a:hover {
	text-decoration: none;
	opacity: .7;
}

#header .headerMenu {
	display: none;
	float: right;
}

#header .headerMenu li {
	float: left;
	width: 35px;
	margin-left: 8px;
}

#header .headerMenu li a {
	display: block;
}

#globalnavi {
	width: 100%;
}

#globalnavi > ul > li {
	float: left;
	padding-left: 1.1rem;
	background: url(../images/common/bg_navi.png) left center no-repeat;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

#globalnavi > ul > li:first-child {
	padding-left: 0;
	background: none;
	text-align: left;
	width: 6.7%;
}

#globalnavi > ul > li:nth-child(2) {
	width: 16%;
}

#globalnavi > ul > li:nth-child(3) {
	width: 16%;
}

#globalnavi > ul > li:nth-child(4) {
	width: 12.2%;
}

#globalnavi > ul > li:nth-child(5) {
	width: 24.2%;
}

#globalnavi > ul > li:nth-child(6) {
	width: 12.4%;
}

#globalnavi > ul > li:nth-child(7) {
	width: 12.4%;
}

#globalnavi > ul > li > a {
	display: block;
	line-height: 46px;
	color: #000;
}
#globalnavi > ul > li:nth-child(1) .bgNavi {
	padding-left: 0;
}
#globalnavi > ul > li .bgNavi {
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
}
#globalnavi > ul > li:hover .bgNavi {
	display: inline-block;
	color: #f60;
	background: url(../images/common/ico_navi_hover.png) right top no-repeat;
	padding-right: 18px;
}


.naviSub {
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;
	z-index: 3;
	display: none;
}

.naviSub li {
	margin-bottom: 1px;
}

.naviSub li a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	line-height: 3rem;
	text-align: center;
	background: #f60;
}

.naviSub li a:hover {
	text-decoration: none;
	background: #6cc294;
}

@media screen and (max-width: 1200px) {
	#header .headerBtn {
		padding-top: 0;
	}
}


@media screen and (max-width: 959px) {
	
	#header .inner{
		padding: 0;
	}
	#header .headerTop {
		font-size: 1.2rem;
	}
	#header .headerIn{
		padding: 0 1rem 0.5rem;
	}
	#header .headerTel {
		font-size: 1.2rem;
	}
	#globalnavi > ul > li > a {
		font-size: 1.3rem;
	}

}

@media screen and (max-width: 767px) {
	.top #header {
		position: relative;
	}

	#header .headerIn{
		background: rgba(255,255,255,1);
		padding: 0;
		border-radius: 0
	}

	#header .headerTop {
		font-size: 0.9rem;
		line-height: 1;
		text-align: left;
		padding: 10px 10px 0;
	}

	#header .headerTxt {
		float: none;
	}

	#header .headerAddr {
		display: none;
	}

	#header .headerBody {
		box-sizing: border-box;
		padding: 8px 10px;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 9999;
		background: #fff;
	}
	#header .headerBody.fixed {
		position: fixed;
		top: 0;
	}

	#header .headerLogo {
		float: left;
		width: auto;
	}
	
	#header .headerLogo img {
		width: 150px;
	}
	
	#header .headerEki,
	#header .headerTel,
	#header .headerBtn,
	#globalnavi{
		display: none;
	}
	
	#header .headerMenu {
		display: block;
	}

	.btn_tel {
		max-width: 250px;
		margin: 0 auto;
		clear: both;
		padding-top: 10px;
	}

	.btn_tel a {
		display: block;
		padding: 10px 20px;
		background: #f60;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		border-radius: 3px;
	}

	.btn_tel a:hover {
		/*opacity: 0.7;*/
		transform: scale(1.1);
	}

	.btn_tel a span {
		background: url('../images/common/icon_tel.png') no-repeat center left;
		padding: 5px 5px 5px 30px;
		background-size: 20px auto;
	}
}


/*============================================================
  TEASER
=============================================================*/
#teaser {
	width: 100%;
	height: 750px;
	background: url(../images/top/bg_teaser.jpg) center center no-repeat;
	background-size: cover;
	padding: 270px 0 0;
	box-sizing: border-box;
	margin-bottom: 60px;
}
#teaser .teaserBox {
	width: 580px;
	background: url(../images/top/bg_teaser_main.png) center center no-repeat;
	min-height: 306px;
	box-sizing: border-box;
	padding: 30px 15px 0 50px;
	font-size: 1.8rem;
	line-height: 1.77;
}
#teaser .teaserBox p + p {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	#teaser {
		height: 458px;
		background: url(../images/top/bg_teaser_sp.jpg) center center no-repeat;
		background-size: cover;
		padding: 161px 0 0;
		margin-bottom: 0;
	}
	#teaser .teaserBox {
		width: auto;
		max-width: 300px;
		margin: 0 auto;
		background: url(../images/top/bg_teaser_main_sp.png) center center no-repeat;
		background-size: 100% auto;
		min-height:157px;
		box-sizing: border-box;
		padding: 15px 20px 0 30px;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	#teaser .teaserBox p + p {
		margin-top: 10px;
	}
}

.teaserPage {
	width: 100%;
	height: 450px;
	background: url(../images/top/bg_teaser.jpg) center center no-repeat;
	background-size: cover;
	padding: 220px 0 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
/*.teaserPage:before {
    background-color: rgba(0,0,0,0.30);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}*/
.teaserPage .inr{
	max-width:1110px;
	text-align:center;
}
.teaserTit{
	padding-top:50px;
	text-align:center;
	font-size:3.6rem;
	font-weight:bold;
	color: #196d4c;
}
.teaserTit_child{
	padding-top:35px;
	text-align:center;
	font-size:3.6rem;
	font-weight:bold;
	color: #196d4c;
}

.teaserTit_par{
	padding-bottom:15px;
	text-align:center;
	font-size:2.2rem;
	color: #196d4c;
}
.teaserTit img {
	margin-right:0.5rem;
}
.teaserTit .tit {
	font-size:1.6rem;
}


@media screen and (max-width: 767px) {
.teaserPage {
	height:100px;
	margin: 105px auto 2rem;
	padding: 10px;
}
/*.teaserPage:before {
	background:rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}*/
.teaserTit_child {
	font-size: 2rem;
	padding-top: 15px;
}

.teaserTit_par {
	font-size: 1.6rem;
}
.teaserTit{
	padding-top:30px;
	text-align:center;
	font-size:2rem;
	font-weight:bold;
}
.teaserTit img {
	margin-right:0.5rem;
	width:40px;
}
.teaserTit .tit {
	font-size:1.6rem;
}
}

#breadcrumb{
	overflow:hidden;
	margin:0 auto 15px;
	max-width: 1100px;
}
#breadcrumb ul{
	float:right;
}

#breadcrumb ul li{
	float:left;
	font-size:11px;
	height:22px;
	line-height:22px;
	background:url(../images/icon/ico_breadcrumb02.png) left 5px no-repeat;
	padding-left:15px;
	margin-left:4px;
}
#breadcrumb ul li:first-child{
	background:url(../images/icon/ico_breadcrumb01.png) left 3px no-repeat;
	padding-left:20px;
	margin-left:0;
}
#breadcrumb ul li a{
	font-size:11px;
	text-decoration:none;
}
#breadcrumb ul li a:hover{
	text-decoration:underline;
}

@media screen and (max-width: 767px) {
#breadcrumb{
	display:none;
}
}

.inner .noSpace {
    margin: 0px auto 1rem auto;
}

.navbar-collapse {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
}

/*============================================================
  breadcrumb
=============================================================*/
#breadcrumb{
}

@media screen and (max-width: 767px) {
#breadcrumb{
}
}


/*============================================================
  WRAPPER
=============================================================*/
#wrapper {
}
@media screen and (max-width: 767px) {
#wrapper {
}
}

.inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

@media screen and (max-width: 959px) {
	.inner{
		padding: 0 1rem;
	}

}

/*============================================================
  CONTENT
=============================================================*/
#content {
	padding: 0px 0 40px;
	position: relative;
}

#content .inner {
	max-width: 1100px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 20px 0 0;
	}
	#content .inner {
		padding: 0 10px;
	}
}



/*============================================================
  SIDE
=============================================================*/
#side {
	float: right;
	width: 21.82%;
}

#side .hdL {
	margin-bottom: 10px;
}

#side .hdL img {
	margin-right: 0;
}

.sideList {
    border-right: solid 3px #f0f0f0;
    border-bottom: solid 3px #f0f0f0;
    border-left: solid 3px #f0f0f0;
    padding: 3px;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    behavior: url(PIE.htc);
    position: relative;
}

.sideList:before {
    content: '';
    width: 100%;
    height: 6px;
    background: #f60;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.sideList .sidetit {
    border-bottom: solid 1px #f60;
    font-size: 16px;
    text-align: center;
    color: #f60;
    padding: 11px 0 5px;
    font-weight: bold;
}

.sideList ul {
    background: inherit;
    border-top: none;
    background: #f0f9f4;
}

.sideList ul li a {
    display: block;
    font-size: 14px;
    /*background: #f0f9f4;*/
    color: #f60;
    font-weight: normal;
    padding: 7px 5px 6px 7px;
    position: relative;
}

.sideList ul.list_term,
.sideList ul.list_grandchild,
.sideList > ul.list_term > li > a
{
	background: #fff;
}

.sideList ul.list_termchild li.term_child .btn_arrow {
	display: none;
}

.sideList  li.term_child {
	background: #c5e0b4;
	margin-bottom: 2px;
}

.sideList  li.term_child a {
	font-size: 12px !important; 
}

.sideList ul.list_termchild li.term_child.current-child .btn_arrow {
	display: inline-block;
    float: right;
    padding: 5px 8px;
    background: #f60;
    color: #fff;
    cursor: pointer;
}

.sideList ul.list_termchild li.term_child.current-child a {
	display: inline-block;
	background: #c5e0b4;
	max-width: 80%;
}

.sideList ul.list_grandchild {
	padding-left: 20px;
	display: none;
}

.sideList ul.list_grandchild li.term_grandchild a {
	display: block !important;
	background: #fff !important;
}
.sideList ul li ul.children li ul.children li a {
	padding-left: 50px;
}

.sideList > ul > li > ul.children > li > ul.children > li > a:before {
	position: absolute;
	content: '└';
	top: 20%;
	left: 25px;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#side{
		float: none;
		width: auto;
		padding: 20px 10px;
		background: #f0f9f4;
	}
}



/*============================================================
  FOOTER
=============================================================*/
#footer{
	background: #f60;
}
#footer .inner {
	max-width: 1100px;
}
#footer .footerInner {
	padding: 35px 0;
}
#footer .footerBox {
	background:  #fff;
	padding: 25px 30px;
}
#footer .footerLogo {
	float: left;
	width: 35%;
}

#footer .footerTel {
	float: right;
	width: 31.4%;
	line-height: 2;
}
#footer .footerBtn {
	float: right;
	width: 26.9%;
	margin-left: 2.78%;
	padding-top: 2rem;
}
#footer .footerBtn a {
	display: block;
	width: 100%;
	background: url(../images/common/ico_mail.png) 14px center no-repeat #f60;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 1.8rem 1.4rem 1.8rem 6.2rem;
	border-radius: 3px;
	box-sizing: border-box;
}

#footer .footerBtn a:hover {
	text-decoration: none;
	opacity: .7;
}
#footer .copyright {
	text-align: center;
	font-size: 1.3rem;
	padding-bottom: 1.7rem;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	#footer .footerBtn {
		padding-top: 0;
	}
}
@media screen and (max-width: 959px) {
	#footer .footerBox {
		padding: 25px 10px;
	}
	#footer .footerTel {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 767px) {
	#footer .footerInner {
		display: none;
	}
	#footer .copyright {
		font-size: 1rem;
		line-height: 2;
		padding-bottom: 0;
	}
}