@charset "utf-8";
/****************************
nav
****************************/
.header_parts {
	position: inherit;
	margin-bottom: 40px;
}
.header_contents nav ul li > span {
	color: #000;
	font-weight: 500;
}
.header_contents nav ul li a {
	color: #000;
	font-weight: 500;
}
.header_contents nav ul li.nav_fbs_site {
    background: #d60c19;
}
.header_contents nav ul li.nav_fbs_site a {
    color: #fff;
}
.header_contents nav ul li.nav_fbs_site a:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.header_contents nav ul li .nav_sub {
	background: #e8e8e8;
}
.header_contents nav ul li .nav_sub:before{
	border-bottom: 10px solid #e8e8e8;
}
/****************************
title area
****************************/
.tit_area {
	/*max-width: 1400px;*/
  width: 100%;
  padding: 80px 0;
  background: url(../../images/tit_back.jpg) no-repeat center top;
  background-size: cover;
}
.tit_area h1 {
	text-align: center;
}
.tit_area h1 span {
	display: inline-block;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/****************************
breadcrumbs
****************************/
.breadcrumbs {
	margin:0 auto 20px auto;
    padding-top: 30px;
	width: 930px
}
.breadcrumbs li {
    display: inline-block;
    position: relative;
    font-size: 87.3%;
    color: #d70c19;
}
.breadcrumbs li:after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
}
.breadcrumbs li:last-child:after {
	display:none;
}

/****************************
contents_wrap
****************************/
.under_contents {
	width: 930px;
	margin: 65px auto 0 auto;
	letter-spacing: 0.1em;
	line-height: 150%;
}

/****************************
list_style
****************************/



@media (max-width: 812px) {
/****************************
header
****************************/
.header_parts {
	margin-bottom: 30px;
}
.header_contents nav ul li > span {
	color: #fff;
	font-weight: normal;
}
.header_contents nav ul li a {
	color: #000;
	font-weight: normal;
}
/* menu icon */
.header_contents button .menu_border {
	background-color: #000;
}
.header_contents button .txt_menu {
	color: #000;
}
.header_contents button .txt_close,
.header_contents button.active .txt_menu {
	color: #000;
}
.header_contents button.active .txt_close {
	color: #fff;
}
.header_contents button.active .menu_border:nth-of-type(1) {
	background-color: #fff;
}
.header_contents button.active .menu_border:nth-of-type(3) {
	background-color: #fff;
}
.header_contents nav ul li a {
	color: #fff;
}
/****************************
title area
****************************/
.tit_area {
    background-position: top 0 right -170px;
}
.tit_area h1 span {
    font-size: 140%;
}

/****************************
breadcrumbs
****************************/
.breadcrumbs {
	display: none;
}

/****************************
contents_wrap
****************************/
.under_contents {
	width: 95%;
	font-size: 90%;
	margin: 40px auto 0 auto;
}
}

@media (max-width: 480px) {





}
