@charset "UTF-8";



/*-------------------------------------------

content

-------------------------------------------*/
.content{
	width:100%;
}
.section-inner{
	width: 900px;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px){
	.section-inner{
		padding: 0 4%;
		box-sizing: border-box;
	}
}


.heading01{
	font-size: 16px;
	font-weight: bold;
    margin-bottom: 25px;
}
.heading01 .subTxt{
    font-weight: normal;
    font-size: 14px;
    margin-left: 12px;
}


@media screen and (max-width: 767px){

}

/*-------------------------------------------

header

-------------------------------------------*/
#header .header_wrapper{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.header_wrapper .logo{
	padding-top: 20px;
}
.header_wrapper .logo a{
	display: inline-block;
}
.header_wrapper .logo img{
	max-width: 140px;
    vertical-align: bottom;
}
.header_wrapper .logo .txt{
    font-size: 10px;
    margin-left: 15px;
    display: inline-block;
}
@media screen and (max-width: 767px){
		
	.header_wrapper .logo{
		padding-left: 10px;
		padding-top: 10px;
	}
	.header_wrapper .logo img{		
		max-width: 110px;
		width: 100%;
	}
	.header_wrapper .logo .txt{
		margin-left: 0;
		margin-top: 10px;
		font-size: 12px;
	}
}

.global-navi{
	margin-top: 15px;
}
.nav-menu{
	width: 100%;
	display: table;
	table-layout: fixed;
}
.nav-menu li{
	text-align: center;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
.nav-menu li:first-child:before{
	content: '|';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    color: #5d5d5d;
    font-weight: lighter;
}
.nav-menu li:after{
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    color: #5d5d5d;
    font-weight: lighter;
}
.nav-menu li a{
	color: #000;
	padding: 15px 0;
	text-decoration: none;
	display: block;
    font-size: 75%;
}
.nav-menu li.act a{
	font-weight: bold;
}
.nav-menu li a:hover{
	font-weight: bold;
}

@media screen and (max-width: 767px){

	.global-navi{
		margin-top: 10px;
		margin-bottom: 12px;
	}		
	.nav-menu li{
		width: 50%;
		float: left;
	}
	.nav-menu li a{
		padding: 10px 0;
	}
	.nav-menu li:nth-child(2n+1):before{
		content: '|';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -8px;
		color: #5d5d5d;
		font-weight: lighter;
	}
}


/*-------------------------------------------

mvArea

-------------------------------------------*/
.mvArea .inner{
margin: 0 auto;
text-align: center;
background: #1a1a1a;
}
.mvArea .inner img{
    width: auto;
    margin: 0 auto;
    height: 350px;
}
@media screen and (max-width: 767px){
	.mvArea{
		padding-top: 0;
		background: none;
	}
}


/*-------------------------------------------

catchArea

-------------------------------------------*/
.catchArea{
	padding: 35px 0 10px;
    font-size: 14px;
}


/*-------------------------------------------

newsArea

-------------------------------------------*/
.newsArea{
	padding: 30px 0 45px;
}
.news-list a{
	margin-right: 10px;
}
#NEWS-CON h3{
	border: none;
	text-indent: 0;
	padding-left: 15px;
}
#NEWS-CON h3 span{
	margin-left: 0;
}
@media screen and (max-width: 767px){
	#NEWS-CON h3{
		line-height: 1.6;
	}
}


/*-------------------------------------------

footer

-------------------------------------------*/

.footer{	
    background: #fff;
}

.footer .footer_wrapper{
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.footer .footer_wrapper .list{
	width: 100%;
	font-size: 14px;
  	display: table;
	table-layout: fixed;
}
.footer .footer_wrapper .list li{
  text-align: center;
  display: table-cell;
  box-sizing: border-box;
  padding: 15px 0;
}
.footer .footer_wrapper .list li a{
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 10px;
}
.footer .copy{
	background: #000;
	color: #fff;
    padding: 8px 0;
}
.footer .copy .text{	
    text-align: center;
    font-size: 10px;
}

@media screen and (max-width: 767px){
	.footer{
		border-top: 1px solid #737373;
	}
	.footer .footer_wrapper .list li{
		width: 50%;
		float: left;
		padding: 0px;
	}
	.footer .footer_wrapper .list li a{
		padding: 12px 0;
	}
}