@charset "utf-8";
/* ======================================================

	structure CSS

========================================================= */


/* ======================================================

	body

========================================================= */
html, body {
	position: relative;
	height: 100%!important;
}
body {
	color:#000;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5em;/*150%*/
}
.container{
	position: relative;
	width:100%;
	min-width:1200px;
}

@media screen and (max-width: 768px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size:14px;
		font-size: 1.4rem;}

	.container{
		min-width:100%;}

}


/* ======================================================

	header

========================================================= */
.header{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 9999;
}
.header .h_txt {
	background: #5f6fdd;
}
.header .h_txt h1 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: normal;
	width: 1200px;
	padding: 5px 0;
	margin: 0 auto;
}
.headerArea{
	padding-top: 10px;
	margin:0 auto;
	width:1200px;
	height: auto;
	position: relative;
}

.h_logo{
	width: 140px;
	margin: 10px auto;
	float:left;}
.h_logo_txt {
	float: left;
	margin-left: 30px;
	padding-top: 23px;
}
.h_logo_txt dd {
	font-size: 1.2rem;
}
.h_logo_txt dt {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: .2em;
}
.h_logo a:hover{
	opacity:0.7;}

.h_info{
	float:right;
	font-size:14px;}

.h_info li{
	margin: 5px 0 10px;
}

.h_info a{
	color:#333;
	text-decoration:none;}

.h_address {
	float: right;
	font-size: 1.2rem;
	padding: 10px 20px 0 0;
}

/* clear */
.headerArea::after, .sp_gnavArea::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

@media screen and (max-width:768px){
	.header{
		position: fixed;
	}
	.headerArea{
		width:100%;
		height:auto;}

	.header .h_txt h1 {
	 	width: 100%;
	 	font-size: 1.0rem;
	 	line-height: 1.1em;
	 	padding: 5px;
	 }
	.h_info li {
		padding: 8px 5px;
		margin: 0;
		display: inline-block;
	}
	.h_logo{
		float:none;
		height: 45px;
		width: auto;
		padding-top: 5px;
		padding-left: 5px;
		margin: 0;
	}
	.h_logo img {
		height: 100%;
		width: auto;
	}
	.h_address {
		font-size: 1.2rem;
		line-height: 1.2em;
	}

}

@media screen and (max-width: 599px) {
	.header .h_txt h1 {
		padding: 5px 5px 4px;
	}
	.h_logo {
		height: 35px;
	}
	.h_info li {
		padding: 3px 5px;
	}
}


/* ======================================================

	gnav

========================================================= */
.gnav {
	width: 100%;
	border-top: 5px solid #5f6fdd;
	background: rgba(255,255,255,.90);
	box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
}
.gnav ul{
	position: relative;
	width: 1200px;
	margin:0 auto 0;
	font-size: 0;
}

/* clear */
.gnav ul::after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

.gnav li {
	float: left;
	text-align: center;
	margin: 5px 1% 5px 0;
	width: 13.4%;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.7em;
	display: block;
}
.gnav li.current {
	background: #5f6fdd;
}
.gnav li:last-child{
	margin-right: 0;
}
.gnav li a {
	display: block;
	padding: 15px 10px;
	color: #606060;
	text-decoration: none;
}
.gnav li a:hover {
	color: #fff;
	background: #5F72D8;
}
.gnav li.current a {
	color: #fff;
}

/* gnav_fix */
.gnav_fix {
	position: fixed;
	z-index: 9998;
	top: -108px;
	left: 0;
	width: 100%;
}
.gnav_fix.gnav li {
	width: 11.6%;
}
.gnav_fix.gnav li.gnav_fix_logo a {
	padding: 8.5px;
}
.gnav_fix.gnav li.gnav_fix_logo a:hover {
	background: none;
}
.gnav_fix.gnav li.gnav_fix_logo img {
	height: 40px;
	width: auto;
}
.slide-down {
	animation-name: slideDown;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50% 0;
	animation-duration: .5s;
	top: 162px;
}
@keyframes slideDown {
  0% {
    top: -108px;
  }
  100% {
    top: 0;
  }
}
.slide-up {
	animation-name: slideUp;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50%  0;
	animation-duration: .5s;
	top: -108px;
}
@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -108px;
  }
}

.sp_btn {
	display: none;
}
.sp_nav {
	display: none;
}

@media screen and (max-width:768px){
	.gnav ul{
		margin:0 auto;
		width:100%;}

	.sp_gnavArea{
		background-color:#fff;}

	.sp_gnav_btn{
		width:auto;
		padding:5px 5px;
		text-align:right;}

	.sp_gnav {
		display:none;
		z-index:100;
		margin-bottom:0;
		background-color:#fff;}

	.sp_gnav li{
		position:relative;
		font-size:16px;
		background:url(images/arrow_spgnav.png) 10px 45% no-repeat;}

	.sp_gnav li a {
		display:block;
		padding:10px 10px 10px 30px;
		border-bottom:1px solid #ccc;
		color:#6378A8;
		text-decoration:none;}

	.sp_gnav li a:hover{
		opacity:0.7;}

	/*sp_btn*/
	.sp_btn {
		position:relative;
		font-size:16px;
		float:right;
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 10px;
		cursor: pointer;
		z-index: 1002;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #600000;
		left: 0;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 11px;
	}
	.sp_btn span:nth-child(3) {
		top: 22px;
	}

	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

}
@media screen and (max-width:599px){
	.sp_btn {
		height: 40px;
		padding: 7px 10px 3px;
	}

}

/* ======================================================

	mv

========================================================= */
.top_mvArea{
	width: 100%;
	max-height: 600px;
	background: #112043;
}

/* slider */
.bxslider3 {
	overflow: hidden;
}
.bxslider3 .bxslider {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.bxslider3 ul li img {
	width: 100%;
	height: auto;
}
.bxslider3 ul li {
	opacity: 0.5;
}
.bxslider3 ul li.active {
	opacity: 1;
}
.bxslider3 .bx-viewport {
	overflow: visible !important;
}

.mv_txt_w {
	width: 100%;
	padding: 30px 0;
	background: #2d3990;
}
.mv_txt_box {
	width: 1200px;
	/*background: url(images/mv_txt_bg.png) no-repeat right 30px center;*/
	margin: 0 auto;
}
.mv_txt_box dl {
	float: right;
	width: 60%;
	padding: 50px 0;
	color: #fff;
}
.mv_txt_box dt {
	font-size: 3.0rem;
	line-height: 1.5em;
	margin-bottom: 50px;
}
.mv_txt_box dd {
	line-height: 2.5em;
}
.mv_txt_img {
	float: left;
	padding-top: 10px;
}

.sub_mvArea{}


@media screen and (max-width:768px){
	.mv_txt_box {
		width: 100%;
		padding: 0 10px;
		/*background: url(images/mv_txt_bg.png) no-repeat right 0 center;
		background-size: contain;*/
	}
	.mv_txt_box dl {
		padding: 10px 0;
	}
	.mv_txt_box dt {
		font-size: 1.9rem;
		margin-bottom: 20px;
	}
	.mv_txt_box dd {
		line-height: 1.7em;
	}
	.mv_txt_img {
		width: 38%;
	}
	.mv_txt_img img {
		width: 100%;
		height: auto;
	}


}
@media screen and (max-width:599px){
	/*.mv_txt_box {
		background: url(images/mv_txt_bg.png) no-repeat right 0 top;
		background-size: contain;
	}*/
	.mv_txt_box dl, mv_txt_img {
		float: none;
	}
	.mv_txt_box dl {
		width: 100%;
		padding: 0;
	}
	.mv_txt_box dt {
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.3em;
		margin-bottom: 10px;
	}
	.mv_txt_box dd {
		line-height: 1.5em;
	}
	.mv_txt_img {
		width: 100%;
		text-align: center;
	}
	.mv_txt_img img {
		width: 80%;
	}

}

/* ======================================================

	contents

========================================================= */
.contents {
	position: relative;
	padding-top: 145px;
	height: auto;
	margin: 0 auto;
}
.contents_inner{
	position: relative;
	margin:0 auto;
	width:1200px;
}
.sub_contents .contents_inner {
	padding-bottom: 80px;
}
.contents_inner2{
	position: relative;
	width:1120px;
	margin: 0 auto;
}
.anchor {
	margin-top:-70px;
	padding-top: 70px;
}

.top_ttl h2 {
	position: relative;
	z-index: 3;
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 30px 30px;
	border-bottom: 1px solid #112043;
	font-size: 3.0rem;
	color: #112043;
}
.top_ttl h2 span {
	color: #454545;
	margin-left: 20px;
	font-weight: normal;
	font-size: 1.6rem;
}
.top_ttl h2 span::before, .sub_mv h2 span::before {
	content: "-";
}
.top_ttl h2 span::after, .sub_mv h2 span::after {
	content: "-";
}

.top_ttl h2::after {
	content: "";
	background: url(./images/sub_logo.png) no-repeat center top 14px;
	width: 100px;
	height: 59px;
	float: right;
	background-size: contain;
}
.sub_mvArea {
	position: relative;
	width: 100%;
	background: #ebeeff;
}
.sub_mv {
	position: relative;
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}
.sub_mv h2 {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	border-bottom: 3px solid #ebeeff;
	font-weight: normal;
	font-size: 4.8rem;
}
.sub_mv h2 span {
	margin-left: 20px;
	font-weight: normal;
	font-size: 1.6rem;
}
.sub_mv.company {
	background: url(images/company/company_submv.jpg) no-repeat left center;
	background-size: cover;
}
.sub_mv.business {
	background: url(images/business/business_submv.jpg) no-repeat left center;
	background-size: cover;
}
.sub_mv.workbase {
	background: url(images/workbase/workbase_submv.jpg) no-repeat left center;
	background-size: cover;
}
.sub_mv.careers {
	background: url(images/careers/careers_submv.jpg) no-repeat left center;
	background-size: cover;
}
.sub_mv.news {
	background: url(images/news/news_submv.jpg) no-repeat left center;
	background-size: cover;
}
.sub_mv.contact {
	background: url(images/contact/contact_submv.jpg) no-repeat left center;
	background-size: cover;
}
.sub_mv.privacy {
	background: url(images/privacy/privacy_submv.jpg) no-repeat left center;
	background-size: cover;
}

.top_bg {
	position: relative;
	background: url(images/top_bg.png) no-repeat top center;
	background-size: 100% 100%;
}
.sub_contents {
	position: relative;
	background: url(images/sub_contents_bg.png) no-repeat top center;
	background-size: 100% 100%;
	border-bottom: 10px solid #283A62;
}

@media screen and (max-width:2000px){
	.top_bg {
		background: url(images/top_bg.png) no-repeat top center;
		background-size: 2000px 100%;
	}
	.sub_contents {
		background: url(images/sub_contents_bg.png) no-repeat top center;
		background-size: 2000px auto;
	}
}
@media screen and (max-width:768px){
	.contents{
		width:100%;
		padding-top: 71px;
	}
	.contents_inner, .contents_inner2{
		padding:0 10px;
		width:100%;}
	.sub_contents .contents_inner {
		padding: 0 0 50px;
	}
	.anchor {
		margin-top:-60px;
		padding-top: 60px;
	}
	.top_ttl {
		margin-top: 20px;
	}
	.top_ttl h2 {
		width: 100%;
		padding: 40px 0 10px 30px;
	}
	.top_ttl h2::before {
		font-size: 4rem;
		left: 10px;
		bottom: 30px;
	}
	.top_ttl h2::after {
		display: none;
	}
	.top_bg, .sub_contents {
		background: none;
	}
	.sub_mv {
		width: 100%;
		height: 150px;
	}
	.sub_mv h2 {
		bottom: 10px;
		padding-left: 10px;
		font-size: 3.2rem;
	}
	.sub_mv h2 span {
		font-size: 1.2rem;
	}

}
@media screen and (max-width:599px){
	.contents{
		padding-top: 60px;
	}
	.top_ttl h2 {
		padding: 30px 0 10px 30px;
		font-size: 2.0rem;
	}
	.top_ttl h2 span {
		font-size: 1.0rem;
		margin-left: 10px;
	}
	.sub_mv {
		height: 100px;
	}
	.sub_mv h2 {
		font-size: 2.4rem;
	}
	.sub_mv h2 span {
		font-size: 1.0rem;
		margin-left: 10px;
	}
}

/* top_companyArea
========================================== */
.top_companyArea {
	position: relative;
	overflow: hidden;
}
.top_companyArea::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 30px;
	z-index: -1;
	width: 50%;
	height: 100%;
	background: url(images/top_main_bg01.png) no-repeat left top;
	background-size: 50% 60%;
}
.top_companyArea::before {
    content: " ";
    position: absolute;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: #ebeeff;
}
.top_companyArea .top_ttl {
	background: #fff;
	z-index: 1;
}
.top_companyArea .top_ttl h2 {
	border-bottom: none;
	border-left: 1px solid #600000;
	padding-left: 60px;
}

.top_companyArea .top_ttl h2::after {
	margin-right: 185px;
}

.top_companyArea .top_ttl h2::before {
	left: 30px;
}
.top_companyArea .contents_inner {
	background: #fff;
	border-top: 1px solid #600000;
	border-right: 1px solid #600000;
}
.top_companyArea img{
	/*border: 1px solid #112043;*/
}

.top_company_txt {
	padding: 50px 30px 30px 10px;
}
.top_company_txt dt {
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.8em;
	margin-bottom: 50px;
}
.top_company_txt dd {
	line-height: 1.8em;
}
.top_companyArea .imageAndText {
	margin-bottom: 0;
}

.more_btn.fl_r {
	float: right;
}
.top_companyArea .more_btn.fl_r {
	padding-right: 30px;
}

@media screen and (max-width:768px){
	.top_companyArea {
		overflow: inherit;
	}
	.top_companyArea::after, .top_companyArea::before {
		content: "";
		background: none;
	}
	.top_companyArea .top_ttl h2 {
		border-bottom: 1px solid #112043;
		border-left: none;
		padding-left: 30px;
	}
	.top_companyArea .top_ttl h2::before {
		left: 10px;
	}
	.top_companyArea .contents_inner {
		border-top: none;
		border-right: none;
	}
	.top_company_txt {
		padding: 10px 0 0;
	}
	.top_company_txt dt {
		font-size: 1.7rem;
		line-height: 1.3em;
		margin-bottom: 20px;
	}
	.top_company_txt dd {
		line-height: 1.5em;
	}
	.top_companyArea .more_btn.fl_r {
		padding-right: 0;
	}

	.top_companyArea .imageBlockLeft{
		height: 200px;
		float: none;
		margin-right: 0;
		overflow: hidden;
		border-bottom: 1px solid #112043;
	}
	.top_company_txt dt {
		font-size: 1.6rem;
	}

	.top_companyArea .top_ttl {
		margin-bottom: 20px;
	}

}

/* top_businessArea
========================================== */
.top_businessArea {
	position: relative;
	margin: 0 0 50px;
}
.top_businessArea::before {
	content: " ";
	position: absolute;
	left: 0;
	z-index: -1;
	width: 50%;
	height: 100%;
	background: #ebeeff;
}
.top_businessArea .top_ttl h2 span {
	text-shadow: 1px 1px .5px #fff, -1px -1px .5px #fff, 1px -1px .5px #fff, -1px 1px .5px #fff;
}

.top_business_img {
	position: absolute;
	z-index: 0;
	top: -1px;
	right: -285px
}
.top_business_img img {
	border: 1px solid #112043;
}
.top_businessArea .top_ttl h2 {
	background: #fff;
	padding-left: 60px;
}


.top_business_list {
	position: relative;
	background: #fff;
}
.top_business_list li {
	position: relative;
	float: left;
	background-color: #fff;
	z-index: 5;
	width: 340px;
	margin: 40px 10px 0 40px;
	border: 1px solid #112043;
	box-sizing: border-box;
}

.top_business_list dt {
	font-weight: bold;
	font-size: 2.4rem;
	padding: 15px;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(25, 34, 121, 0.8);
	position: absolute;
	top: 0;
	left: 0;
}

.top_business_list li a {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.top_business_list li a:hover {
	background: rgba(255,255,255,.30);
}
.top_business_list::after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

.top_business_list dd img {
	width: 100%;
}

.top_business_list dt span {
	font-weight: normal;
	font-size: 1.6rem;
	margin-right: 10px;
}
.top_business_dd {
	min-height: 72px;
	margin-bottom: 15px;
}
.more_btn.business {
	margin: 0;
}

@media screen and (max-width:768px){
	.top_businessArea {
		margin: 0;
	}
	.top_businessArea::before {
		content: "";
		background: none;
	}
	.top_businessArea .top_ttl h2 {
		background: none;
		padding-left: 30px;
	}
	.top_businessArea .top_ttl h2::before {
		left: 10px;
	}
	.top_business_img {
		top: -15px;
		right: 2px;
		width: 30%;
	}
	.top_business_img img {
		width: 100%;
		height: auto;
	}
	.top_business_list li {
		width: 32.5%;
		margin: 20px 1.2% 0 0;
	}
	.top_business_list li:nth-child(3) {
		margin-right: 0;
	}
	.top_business_list dt {
		font-size: 1.8rem;
	}
	.more_btn.business {
		width: 100%;
	}
}
@media screen and (max-width:599px){
	.top_business_img {
		width: 50%;
		z-index: -1;
	}
	.top_business_list li {
		width: 100%;
		float: none;
		margin: 20px 1.2% 0 0;
	}
	.top_business_dd {
		min-height: auto;
	}
}

/* top_workbaseArea
========================================== */
.top_workbaseArea .top_ttl h2 {
	position: relative;
	padding-left: 150px;
	z-index: -1;
}
.top_workbase_list {
	text-align: center;
}
.top_workbase_list li {
	display: inline-block;
	width: 340px;
	margin: 40px 10px 40px 40px;
	border: 1px solid #112043;
	background: #fff;
	padding: 25px;
	text-align: left;
}
.top_workbase_list dt {
	font-weight: bold;
	font-size: 2.4rem;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #454545;
}
.top_workbase_list dt span {
	font-weight: normal;
	font-size: 1.6rem;
	margin-right: 10px;
}
.top_workbase_list dd {
	margin: 15px 0;
	font-size: 1.4rem;
	line-height: 1.5em;
}
.top_workbase_img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:768px){
	.top_workbaseArea .top_ttl h2::before {
		left: 10px;
	}
	.top_workbaseArea .top_ttl h2 {
		padding-left: 30px;
		z-index: 0;
	}
	.top_workbase_list li {
		width: 32.5%;
		margin: 20px 1.2% 0 0;
		padding: 10px;
	}
	.top_workbase_list li:nth-child(3) {
		margin-right: 0;
	}
	.top_workbase_list dt {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:599px){
	.top_workbase_list li {
		width: 100%;
		float: none;
		margin: 20px 1.2% 0 0;
	}
	.top_workbase_dd {
		min-height: auto;
	}
}

/* top_careersArea
========================================== */
.top_careersArea .top_ttl {
	border-bottom: 1px solid #112043;
	position: relative;
	z-index: -1;
}
.top_careersArea .top_ttl h2 {
	border-bottom: none;
}

.top_careers_box {
	padding: 50px 0;
}
.top_careers_img {
	float: right;
}
.top_careers_txt {
	float: left;
	width: 510px;
}
.top_careers_box dt {
	font-size: 2.4rem;
	line-height: 1.5em;
	padding-top: 20px;
	margin-bottom: 20px;
}
.top_careers_box dd {
	line-height: 1.7em;
}
.careers_list_img-1,
.careers_list_img-2,
.careers_list_img-3,
.careers_list_img-4,
.careers_list_img-5{
	height: 250px;
	width: 250px;
}
@media screen and (max-width:768px){
	.top_careers_box {
		padding: 20px 0;
	}

	.top_careers_img {
		float: none;
		width: 100%;
		text-align: center;
	}
	.top_careers_txt {
		float: none;
		width: 100%;
	}

	.top_careers_box dt {
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

}
@media screen and (max-width:620px){
	.top_careers_img img {
		width: 100%;
		height: auto;
	}

}
/* news
========================================== */
.top_newsArea .top_ttl {
	position: relative;
	z-index: -1;
	border-bottom: 1px solid #112043;
}
.top_newsArea .top_ttl h2 {
	border-bottom: none;
}

.top_newsArea {
	padding-bottom: 50px;
}
.top_news_list {
	padding-top: 40px;
}
.top_news_list dl{
	padding:0 20px 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #ccc;}

.top_news_list dt,
.top_news_list dd{
	display:table-cell;
	vertical-align:top;
	}

.top_news_list dt{
	color: #056000;
	font-weight: bold;
	width:150px;}

.top_news_list dd a{
	color:#333;
	text-decoration:none;}

.top_news_list dd a:hover{
	opacity:0.7;}

@media screen and (max-width:768px){
	.top_news_list {
		padding-top: 10px;
	}
	.top_news_list dl{
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.top_news_list dl:last-of-type {
		margin-bottom: 0;
	}
	.top_news_list dt,
	.top_news_list dd{
		display:block;
		width:100%;}
	.top_news_list dd {
		line-height: 1.3em;
	}
}

/* top_contact
========================================== */
.top_contactArea {
	background: url(images/top_contact_bg.jpg) no-repeat;
	background-size: cover;
}

.top_contactArea ul {
	padding: 50px 0;
}
.top_contactArea li {
	float: left;
}
.top_contactArea li:last-child {
	float: right;
}

@media screen and (max-width:768px){
	.top_contactArea .top_ttl h2::before {
		color: rgba(255,255,255,.60);
	}
	.top_contactArea li {
		width: 49%;
	}
	.top_contactArea li img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:599px){
	.top_contactArea li {
		width: 100%;
		float: none;
		text-align: center;
	}
	.top_contactArea li:last-child {
		float: none;
		margin-top: 20px;
	}
	.top_contactArea ul {
		padding: 20px 0;
	}
}

/* ======================================================

	footer

========================================================= */
#footer{
	width:100%;
	padding-top: 30px;
}
.f_logo, .f_inner{
	width: 1200px;
	margin: 0 auto;
}

.footerArea{
	color:#fff;
	font-size: 1.4rem;
	line-height: 1.5em;
	background-color:#5F72D8;
	margin:0 auto;
	padding:20px 0 30px;
	width:100%;}

/* clear */
.footerArea::after{
	content:" ";
	display:block;
	clear:both;
}

.f_info{
	float: left;
	width: 300px;
}
.f_info li {
	margin-top: 10px;
}

.fnav1{
	float:right;
	width: 750px;
}
.fnav2{
	float:right;
	width: 410px;
}
.fnav {
	padding-top: 50px;
}
.fnav1 li{
	position: relative;
	display: inline-block;
	margin-bottom:5px;
	padding: 3px 15px 3px 50px;
}
.fnav1 li::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: url(images/after_arrow.png);
}
.fnav2 li {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 25px;
}
.fnav2 li:first-child::before {
	content: "|";
	padding-right: 30px;
}
.fnav2 li::after {
	content: "|";
	padding-left: 30px;
}
.fnav li a{
	color:#fff;
	text-decoration:none;}

.fnav li a:hover{
	text-decoration:underline;}


@media screen and (max-width: 768px) {
	.footerArea, .f_logo, .f_inner{
		width:100%;
	}
	.footerArea {
		padding-bottom: 0;
	}
	.f_info {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	.fnav{
		float:none;
		width:100%;
		padding: 0;
		margin-left:0;
	}
	.fnav.fnav1 {
		border-top:1px solid #fff;
	}
	.fnav li{
		position: relative;
		padding: 5px;
		width: 50%;
		float: left;
		margin: 0;
		border-right: 1px solid #fff;
		border-bottom:1px solid #fff;}
	.fnav li a::after {
		position: absolute;
		bottom: 0px;
		right: 5px;
		content: url(images/after_arrow.png);
	}

	.fnav li:nth-child(2n) {
		border-right: none;
	}
	.fnav li:last-child{
		margin-bottom:0;}

	.fnav li a{
		display:block;
		padding:7px 10px 5px 10px;
		min-height:25px;}
	.fnav1 li::after, .fnav2 li:first-child::before, .fnav2 li::after {
		content: "";
		padding: 0;
	}


}

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



/* ==============================================

	copyright

================================================= */
.copyright{
	clear:both;
	padding: 5px 10px;
	font-size:1.2rem;
	text-align:center;}


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

}

/* =======================================

	pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:20px 20px 17px 20px;
	opacity: .9;
	background-color: #5F72D8;}

#pageTop:hover{
	opacity:0.7;}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:15px 15px 12px 15px;}
}


/* =======================================

	topicPath

========================================== */
#topicPath{
	padding:4px 0 0 10px;
	min-height:20px;
	font-size:16px;}

#topicPath li{
	display: inline;
	list-style-type: none;}

#topicPath li a {
	color:#6B7B0F;}

#topicPath li a:hover{
	color:#A6BF70;}

#topicPath li:before {
	content: " > ";}

#topicPath li:first-child:before {
	content: none;}


@media screen and (max-width: 768px) {
	#topicPath{
		padding:13px 0 0 10px;
		min-height:20px;
		font-size:16px;}
}
