@charset "utf-8";

@import "base.css";
@import "object/grid.css";
@import "layout.css";
@import "object/compornent.css";
@import "page/page.css";
@charset "utf-8";

article section {
	padding-top: 0;
	padding-bottom: 60px;
}
.shadow {
	box-shadow: 2px 2px 14px rgba(0,0,0,.15);
	-moz-box-shadow: 2px 2px 14px rgba(0,0,50,.15);
	-webkit-box-shadow: 2px 2px 14px rgba(0,0,50,.15);
	behavior: url(/PIE.htc);
}
body {
	min-width: 1000px;
}
#l-header .site-title {
	margin-top: 4px;
}

/* ***********************************************************
 * title
 * *********************************************************** */
.title-rec {
	background: #1047AA;
	color: #fff;
	text-align: center;
	padding: 70px 0 40px;
	margin-bottom: 60px;
	position: relative;
}
.title-rec:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 26px solid transparent;
	border-top: 26px solid #1047AA;
	bottom: -50px;
	left: 50%;
	margin-left: -26px;
}
.title-rec span {
	display: block;
}
.title-rec .title-ja {
	font-size: 30px;
	line-height: 1.4;
}
.title-rec .title-en {
	font-size: 14px;
	font-weight: normal;
	color: #88A3D5;
}
.title-rec .title-icon {
	display: block;
	margin: 0 auto 10px;
	width: 50px;
}

.title-rec-block {
	color: #0D46AA;
	background: #E0EAFC;
	font-size: 146.5%;
	font-weight: normal;
	display: inline-block;
	padding: 10px 50px;
	/*margin: 0 auto 40px;*/
	margin-bottom: 40px;
}

.title-bold {
	font-size: 153.9%;
	line-height: 1.5;
	margin-bottom: .6em;
}
.title-border {
	font-size: 182%;
}


.title-center {
	font-size: 182%;
	margin-bottom: 15px;
	text-align: center;
}

.oneday-title-area {
	position: relative;
	padding-top: 56px;
}
.oneday-title-area img {
	position: absolute;
	right: 26px;
	top: 0;
}
.vision .txt-green,
.vision .txt-blue,
.vision .txt-red {
	font-size: 131%;
	color: #C15452;
}
.vision .txt-green {
	color: #708638;
}
.vision .txt-blue {
	color: #2C65B0;
}

/* ***********************************************************
 * main-visual
 * *********************************************************** */
#main-visual {
	background: url("/img/recruit/main/bg.jpg") repeat-x center;
	/*
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	*/
	padding: 0;
}
#main-visual .inner {
	position: relative;
	height: 520px;
	padding: 0;
}
#main-visual .main-text {
	position: absolute;
	left: 50%;
	margin-left: -310px;
	margin-top: 200px;
}
#main-visual .main-img {
	position: absolute;
	right: -80px;
	bottom: 0;
}
#main-visual p {
	margin-bottom: 0;
}

/* ***********************************************************
 * #global-nav
 * *********************************************************** */
#global-nav>ul {
	font-size: 15px;
	margin-top: 15px;
}
#global-nav>ul>li>a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	border-left: none;
	padding: 5px 13px;
}
#global-nav>ul>li>a:hover {
	background: transparent;
}
.nav-fixed #global-nav>ul {
	margin-top: 0;
}
.nav-fixed #global-nav>ul>li>a {
	padding-left: 13px;
	padding-right: 13px;
}
#global-nav>ul>li.active a {
	color: #0D46AA;
}

/* ***********************************************************
 * under-nav
 * *********************************************************** */
#under-nav-section {
	background: url("top-bg.png") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0 35px;
	
}

#under-nav-section ul.under-nav {
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
#under-nav-section ul.under-nav li {
	position: relative;
	box-shadow: 2px 2px 14px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 14px rgba(0,0,0,.4);
	-webkit-box-shadow: 2px 2px 14px rgba(0,0,0,.4);
	behavior: url(/PIE.htc);
}
#under-nav-section ul.under-nav a {
	color: #333;
	text-decoration: none;
	background: #fff;
	display: block;
	position: relative;
	height: 240px;
	padding-left: 160px;
	padding-top: 45px;
	overflow: hidden;
}
#under-nav-section ul.under-nav a span {
	display: block;
	font-weight: normal;
	font-size: 13px;
	color: #bbb;
	padding-top: 3px;
}
#under-nav-section ul.under-nav a img {
	position: absolute;
	left: 0;
	top: 0;
}

/* ***********************************************************
 * l-footer
 * *********************************************************** */
#l-footer {
	padding: 25px 0;
}
.footer-logo {
	width: 210px;
}
#l-footer #copyright {
	padding-top: 10px;
}
/*
#l-footer #copyright {
	text-align: center;
	padding: 20px 0;
	float: none;
	width: 100%;
}
*/

.entry-section {
	text-align: center;
	color: #fff;
	background: #1047AA;
	padding: 45px 0;
}
.entry-section h4 {
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 10px;
}
.entry-section p {
	font-size: 138.5%;
	margin-bottom: 25px;
}
.entry-section ul.bnr-list {
	list-style: none;
	text-align: center;
	margin-left: 0;
}
.entry-section ul.bnr-list a {
	display: inline-block;
  background: #fff;
	position: relative;
/*	box-shadow: 2px 2px 14px rgba(0,0,50,.15);
	-moz-box-shadow: 2px 2px 14px rgba(0,0,50,.15);
	-webkit-box-shadow: 2px 2px 14px rgba(0,0,50,.15); */
	behavior: url(/PIE.htc);
}

.entry-section ul.bnr-list div.bnr-item {
	background-color: #fff;
	width: 240px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ***********************************************************
 * news
 * *********************************************************** */
.news.home {
	background: #F5F8FA;
	border-bottom: solid 1px #1047AA;
	padding: 15px 0;
	margin-bottom: 60px;
}
.news table.table-news {
	margin-bottom: 0;
	border-top: solid 1px #ddd;
}
.news table.table-news th {
	color: #1046AA;
	font-weight: bold;
}
.news.home table.table-news {
	border-top: none;
}
.news.home table.table-news tr {
	border-bottom: none;
	border-top: solid 1px #bbb;
}
.news.home table.table-news tr:first-child {
	border: none;
}



/*
.news {
	border-top: solid 3px #DBDBDB;
	padding-top: 40px;
}
.news .table-news {
	border-top: solid 1px #ddd;
	margin-bottom: 0;
}
*/

/* ***********************************************************
 * faq
 * *********************************************************** */
.faq div {
	border: solid 1px #bbb;
	padding: 15px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 5px 5px 0 rgba(0,0,0,.05);
	-moz-box-shadow: 5px 5px 0 rgba(0,0,0,.05);
	-webkit-box-shadow: 5px 5px 0 rgba(0,0,0,.05);
	behavior: url(/PIE.htc);
}
.faq div h4,
.faq div p {
	background: url("/img/recruit/faq/icon-q.png") no-repeat;
	padding-left: 55px;
}
.faq div ol,
.faq div ul {
	padding-left: 55px;
	margin-bottom:0;
}
.faq div h4 {
	min-height: 55px;
	padding-top: 6px;
	font-size: 131%;
	color: #1047AA;
	border-bottom: solid 1px #bbb;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	line-height: 1.4;
}
.faq div p {
	min-height: 45px;
	padding-top: 8px;
	margin-bottom: 0;
	background: url("/img/recruit/faq/icon-a.png") no-repeat;
}

/* ***********************************************************
 * message
 * *********************************************************** */
ul.message-list {
	list-style: none;
	margin-left: 0;
}
ul.message-list li {
	border: solid 1px #1047AA;
	padding: 26px;
	margin-bottom: 15px;
	position: relative;

	/*
	background: -moz-linear-gradient(top,  #f5f9fe 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f5f9fe 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f5f9fe 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f9fe', endColorstr='#ffffff',GradientType=0 );
	*/
}
ul.message-list li .message-txt {
	font-size: 138.5%;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.message-list li .message-name {
	font-size: 116%;
	color: #1046AA;
	margin-bottom: 0;
}
ul.message-list li .more-btn {
	font-size: 93%;
	color: #fff;
	background: #1047AA;
	text-decoration: none;
	padding: 5px 26px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
ul.message-list li .more-btn:hover {
	background: #2B57CC;
}

/* サムネイル有り */
ul.message-list li {
	padding-left: 190px;
	min-height: 162px;
}
ul.message-list li .thum {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

/* ***********************************************************
 * flow-join
 * *********************************************************** */
/*
.flow-join>section {
	border: solid 3px #1047AA;
}
.flow-join>section h3 {
	background: #EFF3FE;
	border-bottom: solid 2px #1046AA;
	text-align: center;
	padding: 17px 0 10px;
	margin-bottom: 0;
}
.flow-join>section h3:after {
	display: none;
}
.flow-join>section .flow-join-in {
	padding: 25px;
}
*/









/* ***********************************************************
 * single-page
 * *********************************************************** */


@media (-webkit-min-device-pixel-ratio: 2) {
	/*
	.news .more-btn {
		background-image: url("/img/common/arrow01@2x.png");
		background-size: 8px 9px;
		-webkit-background-size: 8px 9px;
	}
	*/
}


@media screen and (max-width: 767px) {
	body {
		min-width: 0;
	}

	#l-header .site-title {
		margin-top: 13px;
	}
	/* ***********************************************************
	 * title
	 * *********************************************************** */
	.title-rec {
		padding: 40px 0 30px;
	}
	.title-rec:after {
		position: absolute;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 26px solid transparent;
		border-top: 26px solid #1047AA;
		bottom: -50px;
		left: 50%;
		margin-left: -26px;
	}
	.title-rec span {
		display: block;
	}
	.title-rec .title-ja {
		font-size: 25px;
		line-height: 1.4;
	}
	.title-rec .title-en {
		font-size: 11px;
		font-weight: normal;
		color: #88A3D5;
	}

	.title-border {
		font-size: 138.5%;
	}
	.title-bold {
		font-size: 131%;
	}
	.title-center {
		font-size: 167%;
	}
	.title-rec-block {
		font-size: 116%;
		padding: 5px 30px;
		margin: 0 auto 20px;
	}
	.vision .txt-green,
	.vision .txt-blue,
	.vision .txt-red {
		font-size: 116%;
	}
	article section {
		padding-bottom: 30px;
	}


	.oneday-title-area {
		position: static;
		padding-top: 0;
	}
	.oneday-title-area img {
		position: static;
		display: block;
		margin: 0 auto 30px;
	}

	.news.home {
		padding: 0;
		margin-bottom: 50px;
	}
	.news.home table.table-news th,
	.news.home table.table-news td {
		padding-left: 0;
		padding-right: 0;
	}
	/* ***********************************************************
	 * #global-nav
	 * *********************************************************** */
	#global-nav>ul {
		margin-top: 0;
	}
	#global-nav>ul>li>a {
		color: #0F46AA;
		display: block;
		padding: 13px 10px;
	}

	/* ***********************************************************
	 * main-visual
	 * *********************************************************** */
	#main-visual {
		background: url("/img/recruit/main/bg.jpg") repeat-x center;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 0;
	}
	#main-visual .inner {
		position: relative;
		height: auto;
		padding: 50px 15px;
	}
	#main-visual .main-text {
		position: static;
		left: 0;
		margin-left: 0;
		margin-top: 0;
	}

	/* ***********************************************************
	 * under-nav
	 * *********************************************************** */
	#under-nav-section {
		padding: 20px 0;
	}
	#under-nav-section ul.under-nav {
		font-size: 16px;
	}
	#under-nav-section ul.under-nav li {
		margin-bottom: 10px;
	}
	#under-nav-section ul.under-nav li:last-child {
		margin-bottom: 0;
	}
	#under-nav-section ul.under-nav a {
		color: #333;
		text-decoration: none;
		background: #fff;
		display: block;
		position: relative;
		height: 80px;
		padding-left: 95px;
		padding-top: 20px;
	}
	#under-nav-section ul.under-nav a span {
		display: block;
		font-weight: normal;
		font-size: 11px;
		color: #bbb;
		padding-top: 3px;
	}
	#under-nav-section ul.under-nav a img {
		width: 80px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.entry-section {
		padding: 20px 15px;
	}
	.entry-section p {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#l-footer {
		padding: 20px 15px;
		text-align: center;
	}
	.footer-logo {
		max-width: 210px;
		float: none;
		margin: 0 auto;
	}
	#l-footer #copyright {
		font-size: 11px;
		padding-top: 15px;
	}


	/* ***********************************************************
	 * faq
	 * *********************************************************** */
	.faq div {
		border: solid 1px #bbb;
		padding: 15px;
		margin-bottom: 10px;
	}
	.faq div h4,
	.faq div p {
		background-size: 30px;
		-webkit-background-size: 30px;
		padding-left: 40px;
	}
	.faq div h4 {
		min-height: 30px;
		padding-top: 2px;
		font-size: 116%;
	}
	.faq div p {
		line-height: 1.4;
		min-height: 30px;
		padding-top: 5px;
	}


	/* ***********************************************************
	 * message
	 * *********************************************************** */
	ul.message-list li {
		padding: 15px;
		margin-bottom: 15px;
	}
	ul.message-list li .message-txt {
		font-size: 108%;
		margin-bottom: 5px;
	}
	ul.message-list li .message-name {
		font-size: 100%;
		margin-bottom: 10px;
		text-align: right;
	}
	ul.message-list li .more-btn {
		font-size: 93%;
		padding: 8px 0;
		position: static;
		width: 100%;
		display: block;
		text-align: center;
	}

	/* サムネイル有り */
	ul.message-list li {
		padding-left: 15px;
		min-height: 0;
	}
	ul.message-list li .thum {
		position: static;
		width: 120px;
		height: 120px;
		overflow: auto;
		margin: 0 auto 5px;
	}

}
.broken_link, a.broken_link {
	text-decoration: line-through;
}
@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Roboto:900);*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ***********************************************************
 * Font
 * *********************************************************** */
@font-face {
	font-family: "noto-sans";
	src: url("../font/noto-dlight.eot");
	/* IE9 Compat Modes */
	src: url("../font/noto-dlight.eot?#iefix") format("embedded-opentype"), url("../font/noto-dlight.woff") format("woff"), url("../font/noto-dlight.ttf") format("truetype");
	/* Safari, Android, iOS */
}
@font-face {
	font-family: "noto-sans";
	font-weight: 900;
	src: url("../font/noto-bold.eot");
	/* IE9 Compat Modes */
	src: url("../font/noto-bold.eot?#iefix") format("embedded-opentype"), url("../font/noto-bold.woff") format("woff"), url("../font/noto-bold.ttf") format("truetype");
	/* Safari, Android, iOS */
}

/* ***********************************************************
 * selector
 * *********************************************************** */
*:before,
*:after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,pre,p,blockquote,form,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
embed,object { 
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100.01%;

	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: grayscale;*/
}
body {
	color: #333;
	background: #fff;
	font: 13px/1.231 "noto-sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ","ＭＳ Ｐゴシック", Osaka, sans-serif;
	/**font:x-small;*/
}
h1,h2,h3,h4,h5 {
}
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
address, i {
	font-style: normal;
}
a {
	color: #0F46AA;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a.link-none {
	cursor: default;
}
sup {
	font-size: 70%;
}
iframe {
	border: none;
}
article table,
article p {
	margin-bottom: 1.2em;
}
table th,
table td {
	font-weight: normal;
	vertical-align: top;
}

ol ul,
ul ul {
	list-style: disc;
}

/* clearfix */
section:before,
section:after {
	content:"";
	display:table;
}
section:after {
	clear:both;
}
section {
	zoom:1;
}

input[type="text"] {
	border: solid 1px #bbb;
	padding: 2px 5px;
}

hr {
	border: none;
	border-bottom: solid 1px #ddd;
	margin: 15px 0;
}
.nowrap {
	white-space: nowrap;
}

.bd-img {
	border: solid 1px #ddd;
 }

/* ***********************************************************
 * basic style
 * *********************************************************** */
.clear {
	clear: both;
}

.alignleft,
img.left{
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.alignright,
img.right {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}
.left-img {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 1.4;
}
.right-img {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 1.4;
}
.left-img img,
.right-img img {
	margin-bottom: 5px;
}
.img-bd,
.img-bg {
	border: solid 1px #ccc;
	padding: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.of {
	overflow: hidden;
}
.line-height-small {
	line-height: 1.4;
}

.pc-none {  display: none;  }
.sp-none {  display: block;  }


/* ***********************************************************
 * iOS styles
 * *********************************************************** */
input, button, textarea, select {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* ***********************************************************
 * BoxModel
 * *********************************************************** */
.centered {
	margin: 0 auto !important;
}
.mt0{ margin-top: 0 !important;  }
.mt5{ margin-top: 5px !important;  }
.mt10{  margin-top:10px !important;  }
.mt15 {  margin-top:15px !important;  }
.mt20 {  margin-top: 20px !important;  }
.mt30 {  margin-top: 30px !important;  }
.mt40 {  margin-top: 40px !important;  }
.mt50 {  margin-top: 50px !important;  }
.mt60 {  margin-top: 60px !important;  }
.mt70 {  margin-top: 70px !important;  }
.mt80 {  margin-top: 80px !important;  }
.mt90 {  margin-top: 90px !important;  }
.mt100 {  margin-top: 100px !important;  }

.mb0{  margin-bottom: 0 !important;  }
.mb5{  margin-bottom: 5px !important;  }
.mb10{  margin-bottom:10px !important;  }
.mb15 {  margin-bottom:15px !important;  }
.mb20 {  margin-bottom: 20px !important;  }
.mb30 {  margin-bottom: 30px !important;  }
.mb40 {  margin-bottom: 40px !important;  }
.mb50 {  margin-bottom: 50px !important;  }
.mb60 {  margin-bottom: 60px !important;  }
.mb70 {  margin-bottom: 70px !important;  }
.mb80 {  margin-bottom: 80px !important;  }
.mb90 {  margin-bottom: 90px !important;  }
.mb100 {  margin-bottom: 100px !important;  }
.mb110 {  margin-bottom: 110px !important;  }

.mb-5 {  margin-bottom: -5px !important;  }
.mb-10 {  margin-bottom: -10px !important;  }
.mb-15 {  margin-bottom: -15px !important;  }
.mb-20 {  margin-bottom: -20px !important;  }
.mb-30 {  margin-bottom: -30px !important;  }
.mb-40 {  margin-bottom: -40px !important;  }
.mb-50 {  margin-bottom: -50px !important;  }
.mb-60 {  margin-bottom: -60px !important;  }
.mb-70 {  margin-bottom: -70px !important;  }
.mb-80 {  margin-bottom: -80px !important;  }
.mb-90 {  margin-bottom: -90px !important;  }

.mr0{  margin-right: 0 !important;  }
.mr5{  margin-right: 5px !important;  }
.mr10{  margin-right:10px !important;  }
.mr15 {  margin-right:15px !important;  }
.mr20 {  margin-right: 20px !important;  }
.mr30 {  margin-right: 30px !important;  }
.mr40 {  margin-right: 40px !important;  }
.mr50 {  margin-right: 50px !important;  }

.ml0{  margin-left: 0 !important;  }
.ml5{  margin-left: 5px !important;  }
.ml10{  margin-left:10px !important;  }
.ml15 {  margin-left:15px !important;  }
.ml20 {  margin-left: 20px !important;  }
.ml30 {  margin-left: 30px !important;  }
.ml40 {  margin-left: 40px !important;  }
.ml50 {  margin-left: 50px !important;  }


.mt-5{ margin-top: -5px !important;  }
.mt-10{  margin-top: -10px !important;  }
.mt-15 {  margin-top: -15px !important;  }
.mt-20 {  margin-top: -20px !important;  }
.mt-30 {  margin-top: -30px !important;  }
.mt-40 {  margin-top: -40px !important;  }
.mt-50 {  margin-top: -50px !important;  }
.mt-60 {  margin-top: -60px !important;  }
.mt-70 {  margin-top: -70px !important;  }
.mt-80 {  margin-top: -80px !important;  }
.mt-90 {  margin-top: -90px !important;  }
.mt-100 {  margin-top: -100px !important;  }
.mt-110 {  margin-top: -110px !important;  }
.mt-120 {  margin-top: -120px !important;  }
.mt-130 {  margin-top: -130px !important;  }
.mt-140 {  margin-top: -140px !important;  }
.mt-150 {  margin-top: -150px !important;  }

.pt0{ padding-top: 0 !important;  }
.pt5{ padding-top: 5px !important;  }
.pt10{  padding-top:10px !important;  }
.pt15 {  padding-top:15px !important;  }
.pt20 {  padding-top: 20px !important;  }
.pt30 {  padding-top: 30px !important;  }
.pt40 {  padding-top: 40px !important;  }
.pt50 {  padding-top: 50px !important;  }
.pt60 {  padding-top: 60px !important;  }
.pt70 {  padding-top: 70px !important;  }
.pt80 {  padding-top: 80px !important;  }
.pt90 {  padding-top: 90px !important;  }
.pt100 {  padding-top: 100px !important;  }

.pb0{  padding-bottom: 0 !important;  }
.pb5{  padding-bottom: 5px !important;  }
.pb10{  padding-bottom:10px !important;  }
.pb15 {  padding-bottom:15px !important;  }
.pb20 {  padding-bottom: 20px !important;  }
.pb30 {  padding-bottom: 30px !important;  }
.pb40 {  padding-bottom: 40px !important;  }
.pb50 {  padding-bottom: 50px !important;  }
.pb60 {  padding-bottom: 60px !important;  }
.pb70 {  padding-bottom: 70px !important;  }
.pb80 {  padding-bottom: 80px !important;  }
.pb90 {  padding-bottom: 90px !important;  }
.pb100 {  padding-bottom: 100px !important;  }
.pb110 {  padding-bottom: 110px !important;  }

.pd0{  padding: 0 !important;  }

.w10 { width: 10%; !important }
.w15 { width: 15%; !important }
.w20 { width: 20%; !important }
.w25 { width: 25%; !important }
.w30 { width: 30%; !important }
.w35 { width: 35%; !important }
.w40 { width: 40%; !important }
.w50 { width: 50%; !important }
.w60 { width: 60%; !important }
.w70 { width: 70%; !important }
.w80 { width: 80%; !important }
.w90 { width: 90%; !important }
.w100 { width: 100%; !important }

/* ***********************************************************
 * Text styles
 * *********************************************************** */
em, strong, .bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.note {
	margin-left: 1em;
	text-indent: -1em;
}

.f10 { font-size: 77%; }
.f11 { font-size: 85%; }
.f12 { font-size: 93%; }
.f14 { font-size: 108%; }
.f15 {
	font-size: 116%;
	line-height: 1.5;
}
.f16 { font-size: 123.1%; }
.f17 { font-size: 131%; }
.f18 { font-size: 138.5%; }
.f19 { font-size: 146.5%; }
.f20 {
	font-size: 153.9%;
	line-height: 1.2 !important;
}
.f21 { font-size: 161.6%; }
.f22 { font-size: 167%; }
.f23 {
	font-size: 174%;
	line-height: 1.5;
}
.f24 { font-size: 182%; }
.f25 { font-size: 189%; }
.f26 {
	font-size: 197%;
	line-height: 1.4;
}
.txt-red {
	color: #E7381F;
}
.txt-white {
	color: #FFF;
}
.txt-gray {
	color: #CCC;
}
small,
.txt-small {
	font-size: 85%;
}
.txt-big {
	font-size: 108%;
}
.txt-big-x {
	font-size: 138.5%;
}
.txt-big-xx {
	font-size: 197%;
}


@media screen and (max-width: 767px) {
	.pc-none {  display: block !important;  }
	.sp-none {  display: none !important;  }

    .sp-bold {
	    font-weight: bold;
    }
	img.sp-float-none,
    .sp-float-none {
	    float: none;
    }
	img.sp-float-none {
		margin-left: 0;
		margin-right: 0;
	}
    .sp-centered {
		float: none;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
    }
    .sp-align-left {
	    text-align: left;
    }
	.sp-align-center {
		text-align: center;
	}


	.w10, .w15, .w20, .w25, .w30, .w35, .w40, .w50, .w60, .w70, .w80, .w90, .w100 {
		width: 100% !important;
	}


	/* ***********************************************************
	 * BoxModel styles
	 * *********************************************************** */
	.sp-mt0 { margin-top: 0 !important;  }
	.sp-mt5 { margin-top: 5px !important;  }
	.sp-mt10 {  margin-top:10px !important;  }
	.sp-mt15 {  margin-top:15px !important;  }
	.sp-mt20 {  margin-top: 20px !important;  }
	.sp-mt30 {  margin-top: 30px !important;  }
	.sp-mt40 {  margin-top: 40px !important;  }
	.sp-mt50 {  margin-top: 50px !important;  }
	.sp-mt60 {  margin-top: 60px !important;  }
	.sp-mt70 {  margin-top: 70px !important;  }
	.sp-mt80 {  margin-top: 80px !important;  }
	.sp-mt90 {  margin-top: 90px !important;  }
	.sp-mt100 {  margin-top: 100px !important;  }

	.sp-mb0 {  margin-bottom: 0 !important;  }
	.sp-mb5 {  margin-bottom: 5px !important;  }
	.sp-mb10 {  margin-bottom:10px !important;  }
	.sp-mb15 {  margin-bottom:15px !important;  }
	.sp-mb20 {  margin-bottom: 20px !important;  }
	.sp-mb30 {  margin-bottom: 30px !important;  }
	.sp-mb40 {  margin-bottom: 40px !important;  }
	.sp-mb50 {  margin-bottom: 50px !important;  }
	.sp-mb60 {  margin-bottom: 60px !important;  }
	.sp-mb70 {  margin-bottom: 70px !important;  }
	.sp-mb80 {  margin-bottom: 80px !important;  }
	.sp-mb90 {  margin-bottom: 90px !important;  }
	.sp-mb100 {  margin-bottom: 100px !important;  }
	.sp-mb110 {  margin-bottom: 110px !important;  }

	.sp-mr5 {  margin-right: 5px !important;  }
	.sp-mr10 {  margin-right:10px !important;  }
	.sp-mr15 {  margin-right:15px !important;  }
	.sp-mr20 {  margin-right: 20px !important;  }
	.sp-mr30 {  margin-right: 30px !important;  }
	.sp-mr40 {  margin-right: 40px !important;  }
	.sp-mr50 {  margin-right: 50px !important;  }

	.sp-ml5 {  margin-left: 5px !important;  }
	.sp-ml10 {  margin-left:10px !important;  }
	.sp-ml15 {  margin-left:15px !important;  }
	.sp-ml20 {  margin-left: 20px !important;  }
	.sp-ml30 {  margin-left: 30px !important;  }
	.sp-ml40 {  margin-left: 40px !important;  }
	.sp-ml50 {  margin-left: 50px !important;  }

	.sp-pt0 { margin-top: 0 !important;  }
	.sp-pt5 { margin-top: 5px !important;  }
	.sp-pt10 {  margin-top:10px !important;  }
	.sp-pt15 {  margin-top:15px !important;  }
	.sp-pt20 {  margin-top: 20px !important;  }
	.sp-pt30 {  margin-top: 30px !important;  }
	.sp-pt40 {  margin-top: 40px !important;  }
	.sp-pt50 {  margin-top: 50px !important;  }
	.sp-pt60 {  margin-top: 60px !important;  }
	.sp-pt70 {  margin-top: 70px !important;  }
	.sp-pt80 {  margin-top: 80px !important;  }
	.sp-pt90 {  margin-top: 90px !important;  }
	.sp-pt100 {  margin-top: 100px !important;  }

	.sp-w10 { width: 10% !important; }
	.sp-w20 { width: 20% !important; }
	.sp-w30 { width: 30% !important; }
	.sp-w40 { width: 40% !important; }
	.sp-w50 { width: 50% !important; }
	.sp-w60 { width: 60% !important; }
	.sp-w70 { width: 70% !important; }
	.sp-w80 { width: 80% !important; }
	.sp-w90 { width: 90% !important; }
	.sp-w100 { width: 100% !important; }

	.sp-w100px { width: 100px !important; }
	.sp-w200px { width: 200px !important; }
	.sp-w300px { width: 300px !important; }
	.sp-w400px { width: 400px !important; }
	.sp-w500px { width: 500px !important; }
	.sp-w600px { width: 600px !important; }
	.sp-w700px { width: 700px !important; }
	.sp-w800px { width: 800px !important; }
	.sp-w900px { width: 900px !important; }

	/* ***********************************************************
	 * BoxModel styles
	 * *********************************************************** */
	.sp-f10 { font-size: 77%; }
	.sp-f11 { font-size: 85%; }
	.sp-f12 { font-size: 93%; }
	.sp-f14 { font-size: 108%; }
	.sp-f15 { font-size: 116%; }
	.sp-f16 { font-size: 123.1%; }
	.sp-f17 { font-size: 131%; }
	.sp-f18 { font-size: 138.5%; }
	.sp-f19 { font-size: 146.5%; }
	.sp-f20 { font-size: 153.9%; }
	.sp-f21 { font-size: 161.6%; }
	.sp-f22 { font-size: 167%; }
	.sp-f23 { font-size: 174%; }
	.sp-f24 { font-size: 182%; }
	.sp-f25 { font-size: 189%; }
	.sp-f26 { font-size: 197%; }
}
@charset "utf-8";

/* ***********************************************************
 * Grid
 * *********************************************************** */
.units-row-wide:after,
.units-split:after,
.units-container:after,
.units-row:after {
	content: "";
	display: table;
	clear: both;
}
.units-container {
	padding-top: 1px;
	margin-top: -1px;
}
.units-row {
	/*margin-bottom: 1em;*/
}
.width-100,
.unit-100 {
	width: 100%;
}
.width-90,
.unit-90 {
	width: 90%;
}
.width-80,
.unit-80 {
	width: 80%;
}
.width-75,
.unit-75 {
	width: 75%;
}
.width-70,
.unit-70 {
	width: 70%;
}
.width-66,
.unit-66 {
	width: 66.6%;
}
.width-65,
.unit-65 {
	width: 65%;
}
.width-60,
.unit-60 {
	width: 60%;
}
.width-50,
.unit-50 {
	width: 50%;
}
.width-40,
.unit-40 {
	width: 40%;
}
.width-35,
.unit-35 {
	width: 35%;
}
.width-33,
.unit-33 {
	width: 33.3%;
}
.width-30,
.unit-30 {
	width: 30%;
}
.width-25,
.unit-25 {
	width: 25%;
}
.width-20,
.unit-20 {
	width: 20%;
}
.width-10,
.unit-10 {
	width: 10%;
}

/* units-row */
.units-row [class*=unit-] {
	float: left;
	margin-left: 3%;
}
.units-row [class*=unit-]:first-child {
	margin-left: 0;
}
/* 逆順 */
.units-reverse [class*=unit-] {
	float: right;
	margin-left: 0;
	margin-right: 3%;
}
.units-reverse [class*=unit-]:first-child {
	margin-right: 0;
}

.units-row .unit-90 {
	width: 89.7%;
}
.units-row .unit-80 {
	width: 79.4%;
}
.units-row .unit-75 {
	width: 74.25%;
}
.units-row .unit-70 {
	width: 69.1%;
}
.units-row .unit-66 {
	width: 65.66666666666666%;
}
.units-row .unit-65 {
	width: 65.66666666666666%;
}
.units-row .unit-60 {
	width: 58.800000000000004%;
}
.units-row .unit-50 {
	width: 48.5%;
}
.units-row .unit-40 {
	width: 38.2%;
}
.units-row .unit-35 {
	width: 31.333333333333332%;
}
.units-row .unit-33 {
	width: 31.333333333333332%;
}
.units-row .unit-30 {
	width: 27.9%;
}
.units-row .unit-25 {
	width: 22.75%;
}
.units-row .unit-20 {
	width: 17.6%;
}
.units-row .unit-10 {
	width: 7.3%;
}

/* units-row-wide */
.units-row-wide .unit-90 {
	width: 89.5%; }

.units-row-wide .unit-80 {
	width: 79%; }

.units-row-wide .unit-75 {
	width: 73.75%; }

.units-row-wide .unit-70 {
	width: 68.5%; }

.units-row-wide .unit-66 {
	width: 65%; }

.units-row-wide .unit-65 {
	width: 63.25%; }

.units-row-wide .unit-60 {
	width: 58%; }

.units-row-wide .unit-50 {
	width: 47.5%; }

.units-row-wide .unit-40 {
	width: 37%; }

.units-row-wide .unit-35 {
	width: 31.75%; }

.units-row-wide .unit-33 {
	width: 30%; }

.units-row-wide .unit-30 {
	width: 26.5%; }

.units-row-wide .unit-25 {
	width: 21.25%; }

.units-row-wide .unit-20 {
	width: 16%; }

.units-row-wide .unit-10 {
	width: 5.5%; }

.units-row-wide [class*=unit-] {
	float: left;
	margin-left: 5%;
}
.units-row-wide [class*=unit-]:first-child {
	margin-left: 0;
}

/* 逆順 */
.units-wide-reverse [class*=unit-] {
	float: right;
	margin-left: 0;
	margin-right: 5%;
}
.units-wide-reverse [class*=unit-]:first-child {
	margin-right: 0;
}

/* unit-push */
.unit-push-90,
.unit-push-80,
.unit-push-75,
.unit-push-70,
.unit-push-66,
.unit-push-65,
.unit-push-60,
.unit-push-50,
.unit-push-40,
.unit-push-35,
.unit-push-33,
.unit-push-30,
.unit-push-25,
.unit-push-20,
.unit-push-10 {
	position: relative;
}
.unit-push-90 {
	left: 92.7%;
}
.unit-push-80 {
	left: 82.4%;
}
.unit-push-75 {
	left: 77.25%;
}
.unit-push-70 {
	left: 72.1%;
}
.unit-push-66 {
	left: 68.66666666666666%;
}
.unit-push-65 {
	left: 68.66666666666666%;
}
.unit-push-60 {
	left: 61.800000000000004%;
}
.unit-push-50 {
	left: 51.5%;
}
.unit-push-40 {
	left: 41.2%;
}
.unit-push-35 {
	left: 34.33333333333333%;
}
.unit-push-33 {
	left: 34.33333333333333%;
}
.unit-push-30 {
	left: 30.9%;
}
.unit-push-25 {
	left: 25.75%;
}
.unit-push-20 {
	left: 20.6%;
}
.unit-push-10 {
	left: 10.3%;
}

.units-row .unit-push-right {
	float: right;
}
.units-row .unit-role-right {
	margin-left: 3%;
	float: right;
}
.units-row .unit-role-left {
	margin-left: 0;
}
.centered,
.unit-centered {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	/*margin: 0 auto !important;*/
}
.unit-padding {
	padding: 1.65em;
}
.units-padding .unit-100,
.units-padding .unit-90,
.units-padding .unit-80,
.units-padding .unit-75,
.units-padding .unit-70,
.units-padding .unit-66,
.units-padding .unit-65,
.units-padding .unit-60,
.units-padding .unit-50,
.units-padding .unit-40,
.units-padding .unit-35,
.units-padding .unit-33,
.units-padding .unit-30,
.units-padding .unit-25,
.units-padding .unit-20,
.units-padding .unit-10 {
	padding: 1.65em;
}
.units-split .unit-90,
.units-split .unit-80,
.units-split .unit-75,
.units-split .unit-70,
.units-split .unit-66,
.units-split .unit-65,
.units-split .unit-60,
.units-split .unit-50,
.units-split .unit-40,
.units-split .unit-35,
.units-split .unit-33,
.units-split .unit-30,
.units-split .unit-25,
.units-split .unit-20,
.units-split .unit-10 {
	margin-left: 0;
}
.units-split .unit-90 {
	width: 90%;
}
.units-split .unit-80 {
	width: 80%;
}
.units-split .unit-75 {
	width: 75%;
}
.units-split .unit-70 {
	width: 70%;
}
.units-split .unit-66 {
	width: 66.666666%;
}
.units-split .unit-65 {
	width: 65%;
}
.units-split .unit-60 {
	width: 60%;
}
.units-split .unit-50 {
	width: 50%;
}
.units-split .unit-40 {
	width: 40%;
}
.units-split .unit-35 {
	width: 35%;
}
.units-split .unit-33 {
	width: 33.333333%;
}
.units-split .unit-30 {
	width: 30%;
}
.units-split .unit-25 {
	width: 25%;
}
.units-split .unit-20 {
	width: 20%;
}
.units-split .unit-10 {
	width: 10%;
}

/* ***********************************************************
 * Blocks
 * *********************************************************** */
.blocks-2,
.blocks-3,
.blocks-4,
.blocks-5,
.blocks-6 {
	padding-left: 0;
	list-style: none;
	margin-left: -3%;
}
[class*=blocks-split-]:after,
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
	content: "";
	display: table;
	clear: both;
}
.blocks-2 > li,
.blocks-3 > li,
.blocks-4 > li,
.blocks-5 > li,
.blocks-6 > li {
	height: auto;
	float: left;
	margin-bottom: 1.65em;
	margin-left: 3%;
}
.blocks-2 > li ul,
.blocks-3 > li ul,
.blocks-4 > li ul,
.blocks-5 > li ul,
.blocks-6 > li ul {
	list-style-type: disc;
}
.blocks-2 > li ul ul,
.blocks-3 > li ul ul,
.blocks-4 > li ul ul,
.blocks-5 > li ul ul,
.blocks-6 > li ul ul {
	list-style-type: circle;
}
.blocks-2 > li li,
.blocks-3 > li li,
.blocks-4 > li li,
.blocks-5 > li li,
.blocks-6 > li li {
	float: none;
	margin: 0;
}
.blocks-2 > li {
	width: 47%;
}
.blocks-3 > li {
	width: 30.333333333333332%;
}
.blocks-4 > li {
	width: 22%;
}
.blocks-5 > li {
	width: 17%;
}
.blocks-6 > li {
	width: 13.666666666666666%;
}
.block-first {
	clear: both;
}

/* 間隔小 */
.blocks-2.blocks-narrow,
.blocks-4.blocks-narrow {
	margin-left: -1%;
}
.blocks-2.blocks-narrow li,
.blocks-4.blocks-narrow li {
	margin-left: 1%;
}
.blocks-4.blocks-narrow li {
	width: 24%;
}
.blocks-2.blocks-narrow li {
	width: 49%;
}


/* Blocks　間隔なし */
article [class*=blocks-split-] {
	margin-left: 0;
}

[class*=blocks-split-] {
	list-style: none;
	margin-left: 0;
}
[class*=blocks-split-] > li {
	float: left;
}
.blocks-split-2>li {
	width: 50%;
}
.blocks-split-3>li {
	width: 33.333333%;
}
.blocks-split-4>li {
	width: 25%;
}


/* 50% */
.half-unit:after {
	content: "";
	display: table;
	clear: both;
}
.half-unit .unit-50 {
	width: 47.5%;
	float: right;
}
.half-unit .unit-50:first-child {
	float: left;
}
.half-unit.reverse .unit-50 {
	float: left;
}
.half-unit.reverse .unit-50:first-child {
	float: right;
}

/* ***********************************************************
 * Grid Responsive
 * *********************************************************** */
@media only screen and (max-width: 767px) {
	.mobile-width-100 {
		width: 100%;
	}
	.units-row-wide [class*=unit-],
	.units-row .unit-90,
	.units-row .unit-80,
	.units-row .unit-75,
	.units-row .unit-70,
	.units-row .unit-66,
	.units-row .unit-65,
	.units-row .unit-60,
	.units-row .unit-50,
	.units-row .unit-40,
	.units-row .unit-35,
	.units-row .unit-33,
	.units-row .unit-30,
	.units-row .unit-25,
	.units-row .unit-20,
	.units-row .unit-10 {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 1.65em;
	}
	.unit-push-90,
	.unit-push-80,
	.unit-push-75,
	.unit-push-70,
	.unit-push-66,
	.unit-push-65,
	.unit-push-60,
	.unit-push-50,
	.unit-push-40,
	.unit-push-35,
	.unit-push-33,
	.unit-push-30,
	.unit-push-25,
	.unit-push-20,
	.unit-push-10 {
		left: 0;
	}
	.units-row .unit-push-right {
		float: none;
	}
	.units-sp-50 .unit-90,
	.units-sp-50 .unit-80,
	.units-sp-50 .unit-75,
	.units-sp-50 .unit-70,
	.units-sp-50 .unit-66,
	.units-sp-50 .unit-65,
	.units-sp-50 .unit-60,
	.units-sp-50 .unit-50,
	.units-sp-50 .unit-40,
	.units-sp-50 .unit-30,
	.units-sp-50 .unit-35,
	.units-sp-50 .unit-33,
	.units-sp-50 .unit-25,
	.units-sp-50 .unit-20,
	.units-sp-50 .unit-10 {
		float: left;
		margin-left: 3%;
		width: 48.5%;
	}
	.units-sp-50 .unit-90:first-child,
	.units-sp-50 .unit-80:first-child,
	.units-sp-50 .unit-75:first-child,
	.units-sp-50 .unit-70:first-child,
	.units-sp-50 .unit-66:first-child,
	.units-sp-50 .unit-65:first-child,
	.units-sp-50 .unit-60:first-child,
	.units-sp-50 .unit-50:first-child,
	.units-sp-50 .unit-40:first-child,
	.units-sp-50 .unit-35:first-child,
	.units-sp-50 .unit-30:first-child,
	.units-sp-50 .unit-33:first-child,
	.units-sp-50 .unit-25:first-child,
	.units-sp-50 .unit-20:first-child,
	.units-sp-50 .unit-10:first-child {
		margin-left: 0;
	}

	.units-sp-50 [class*=unit-]:nth-child(odd) {
		margin-left: 0;
	}

	.blocks-2,
	.blocks-3,
	.blocks-4,
	.blocks-5,
	.blocks-6 {
		margin-left: 0;
		margin-bottom: 0;
	}
	.blocks-2.blocks-narrow li,
	.blocks-4.blocks-narrow li,
	[class*=blocks-split-] > li,
	.blocks-2 > li,
	.blocks-3 > li,
	.blocks-4 > li,
	.blocks-5 > li,
	.blocks-6 > li {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.blocks-sp-33:after,
	.blocks-sp-50:after {
		content: "";
		display: table;
		clear: both;
	}
	.blocks-sp-50 > li,
	.blocks-sp-33 > li {
		float: left;
		margin-left: 3%;
	}
	.blocks-sp-33,
	.blocks-sp-50 {
		margin-left: -3%;
	}
	.blocks-sp-50 > li {
		width: 47%;
	}
	.blocks-sp-33 > li {
		width: 30.333333333333332%;
	}


	/* 50% */
	.half-box .unit-50:first-child,
	.half-box .unit-50,
	.half-box.reverse .unit-50,
	.half-box.reverse .unit-50:first-child {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}
@charset "utf-8";

body {
	min-width: 960px;
}

/* ***********************************************************
 * 基本レイアウト
 * *********************************************************** */
#main-visual-in,
.inner {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.inner-wide {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.inner-narrow {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#l-main {
	width: 720px;
	float: left;
}
#l-article {
	line-height: 1.8;
	/*font-size: 14px;*/
	font-size: 108%;
	padding-top: 100px;
}
article {
	padding-top: 73px;
}
#container {
	padding-bottom: 60px;
}


/* ***********************************************************
 * clearfix
 * *********************************************************** */
.inner:before,
.inner:after {
	content:"";
	display:table;
}
.inner:after {
	clear:both;
}
.inner {
	zoom:1;
}

/* ***********************************************************
 * #l-header
 * *********************************************************** */
#l-header {
	width: 100%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
#header-in {
	/*
	width: 980px;
	margin: 0 auto;
	*/
	padding: 10px;
	/*transform: rotateX(90deg);*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
#l-header .site-title {
	width: 230px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

/* ***********************************************************
 * #global-nav
 * *********************************************************** */
#global-nav {
	float: right;
}
#global-nav ul {
	list-style: none;
}
#global-nav>ul {
	font-size: 16px;
	font-weight: bold;
}
#global-nav>ul>li {
	float: left;
	vertical-align: middle;
	position: relative;
}
#global-nav>ul>li>a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	border-left: solid 1px #0E46AA;
	padding: 9px 28px 9px 10px;
}
#global-nav>ul>li>a:hover {
	color: #0E46AA;
	background: #EFF4FC;
}
#global-nav>ul>li>a>span {
	display: block;
	color: #0E46AA;
	margin-top: 3px;
	font-size: 10px;
	font-weight: normal;
}

/* SabNav */
#global-nav>ul>li>ul {
	font-size: 14px;
	padding: 10px 0;
	position: absolute;
	width: 200px;
	background: #0E46AA;
	display: none;
	border-top: solid 8px #fff;
}
#global-nav>ul>li>ul a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#global-nav>ul>li>ul>li>a {
	display: block;
	padding: 8px 15px;
	background: #0E46AA;
}
#global-nav>ul>li>ul>li>a:hover {
	background: #2B57CC;
}

/*
#global-nav ul li a:hover {
	color: #fff;
	background: #0E46AA;
}
#global-nav ul li a:hover span {
	color: #90b8de;
}
*/
#global-nav ul li a {
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav ul li.contact-btn a {
	font-weight: normal;
	border: none;
	background: #0F46AA;
	color: #fff;
	padding: 17px 25px;
}
#global-nav ul li.contact-btn a:hover {
	background-color: #2B57CC !important;
}

/* fixed */
#l-header.nav-fixed {
	position: fixed;
	z-index: 900;
}

.nav-fixed #header-in {
	background: rgba(255,255,255,.8);
	padding: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	-ms-perspective: 300px;
	perspective: 300px;
	/*border-bottom: solid 1px #bbb;*/
}
#header-in.nav-animate {
	-webkit-transition: -webkit-transform .6s;
	-moz-transition: -moz-transform .6s;
	-ms-transition: -ms-transform .6s;
	transition: transform .6s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.nav-fixed #global-nav>ul>li>a>span {
	display: none;
}
.nav-fixed #global-nav>ul>li>a {
	border: none;
	padding: 15px 20px;
}
.nav-fixed #global-nav ul li.contact-btn a {
	padding: 15px 30px;
	margin-left: 20px;
}
#l-header.nav-fixed .site-title {
	width: 180px;
	margin-left: 8px;
	margin-top: 8px;
}
.nav-fixed #global-nav>ul>li>ul {
	border-top: none;
}

/* ***********************************************************
 * #l-footer
 * *********************************************************** */
#l-footer {
	font-size: 108%;
}
#l-footer #footer-main {
	padding: 60px 0;
	background: url("/img/common/footer/bg.jpg") no-repeat bottom center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#l-footer a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
#l-footer a:hover {
	text-decoration: underline;
}
#l-footer ul {
	list-style: none;
}
#l-footer #copyright {
	color: #888;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
}
#l-footer .footer-bottom-left {
	float: left;
}
#l-footer .shell-icon {
	width: 246px;
	float: right;
}
#l-footer .footer-nav {
	list-style: none;
	margin-bottom: 10px;
}
#l-footer .footer-nav li {
	float: left;
	margin-right: 20px;
	white-space: nowrap;
}
#l-footer .footer-nav li a {
	background: url("/img/common/icon/list01.png") no-repeat left center;
	padding-left: 10px;
}

#footer-sitemap {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #999;
}
#footer-sitemap h4 {
	font-size: 108%;
	margin-bottom: 13px;
}
#footer-sitemap ul li {
	margin-bottom: 0.4em;
}
#footer-sitemap ul li a:hover {
	color: #333;
}
#l-footer .footer-bnr li {
	margin-bottom: 1.2em;
	box-shadow: 5px 5px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 5px 5px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 5px 5px 0 rgba(0,0,0,.15);
	behavior: url(/PIE.htc);
}

#l-footer #footer-contact {
	text-align: center;
}
#l-footer #footer-contact .map-btn {
	font-size: 77%;
	border: solid 1px #333;
	padding: 3px 15px;
	margin-left: 10px;
}
#l-footer #footer-contact .map-btn:hover {
	color: #fff;
	background: #333;
	text-decoration: none;
}
#l-footer #footer-contact .tel {
	font-size: 36px;
	margin-top: 10px;
}
#l-footer #footer-contact .tel span {
	margin: 0 8px;
}
#l-footer #footer-contact .tel small {
	font-size: 20px;
}
#l-footer .contact-btn {
	width: 300px;
	font-size: 17px;
	display: block;
	color: #fff;
	background: #0F46AA;
	padding: 25px 0;
	margin: 15px auto 0;
	position: relative;
	box-shadow: 5px 5px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 5px 5px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 5px 5px 0 rgba(0,0,0,.15);
	behavior: url(/PIE.htc);
}
#l-footer .contact-btn:hover {
	text-decoration: none;
	background: #2B57CC;
}
#l-footer .contact-btn img {
	margin-right: 6px;
}
#l-footer #footer-bottom {
	padding: 25px 0;
}
#page-top {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
}
#page-top a {
	display: block;
	background: #0D46AA;
	padding: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
#page-top a:hover {
	background: #2B57CC;
}

/* ***********************************************************
 * #l-article
 * *********************************************************** */
article {
	font-size: 116%;
	line-height: 1.9;
}
article section {
	padding: 90px 0;
}
article section.section-small {
	padding-top: 50px;
	padding-bottom: 50px;
}
article section section {
	padding: 0;
	margin-bottom: 2em;
}
article section.section-bd {
	border-top: solid 10px #EFF2F5;
}
.section-bg {
	background: #EFF2F5;
}
article ul,
article ol {
	margin-left: 23px;
	margin-bottom: 1.2em;
}
article ul ul {
	list-style: disc;
}
/*
article ul ul {
	list-style: none;
}

article ul ul li {
	position: relative;
}
article ul ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #333;
	position: absolute;
	left: -17px;
	top: 0.75em;
}
*/

article a {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	#l-footer .footer-nav li a {
		background-image: url("/img/common/icon/list01@2x.png");
		-webkit-background-size: 5px 10px;
		background-size: 5px 10px;
	}

	/*
		header #search-box #search-input {
			background-image: url("/../img/common/header/search-icon@2x.png");
			background-size: 18px 17px;
		}
	*/
}

@media screen and (max-width: 767px) {
	body {
		min-width: 0;
	}
	#main-visual-in,
	.inner,
	.inner-wide,
	.inner-narrow {
		width: 100%;
	}
	.inner,
	.inner-wide,
	.inner-narrow {
		padding-left: 15px;
		padding-right: 15px;
	}

	article {
		padding-top: 0;
	}
	#l-header {
		position: static;
	}
	#l-header .site-title {
		width: 210px;
		float: none;
		margin: 14px 0 16px 13px;
	}

	#header-in {
		padding: 0;
	}

	article section {
		padding: 40px 0;
	}
	article section.section-small {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/* ***********************************************************
	 * #global-nav
	 * *********************************************************** */
	#global-nav {
		display: none;
		float: none;
		position: static;
		top: 100px;
		clear: both;
		background: #0F46AA;
		padding: 8px;
	}
	#global-nav ul {
		list-style: none;
		background: #fff;
	}
	#global-nav>ul {
		font-size: 16px;
		font-weight: normal;
	}
	#global-nav>ul>li {
		float: none;
		border-bottom: solid 1px #0F46AA;
	}
	#global-nav ul li.contact-btn a,
	#global-nav>ul>li>a {
		display: block;
		border-left: none;
		padding: 13px 10px;
		width: 100%;
		color: #0F46AA;
		background: #fff;
		position: relative;
		/*background: #0F46AA;*/
	}
	#global-nav>ul>li>a>span {
		display: none;
	}
	#global-nav ul li.contact-btn a:hover {
		background-color: #fff !important;
	}

	#global-nav>ul>li>a>i {
		position: absolute;
		top: 11px;
		right: 10px;
		width: 22px;
		height: 22px;
		border: 1px solid #0F46AA;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#global-nav>ul>li>a>i:after {
		content: "";
		position: absolute;
		display: block;
		top: 6px;
		left: 5px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #0F46AA;
		border-right: 1px solid #0F46AA;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* SabNav */
	#global-nav>ul>li>ul {
		font-size: 14px;
		padding: 0;
		position: static;
		width: 100%;
		background: #0E46AA;
		border: solid 1px #fff;
		margin-bottom: -1px;
	}
	#global-nav>ul>li>ul a {
		padding: 15px 10px;
		border-top: solid 1px #fff;
	}
	#global-nav>ul>li>ul>li>a {
		display: block;
		padding: 15px 10px;
	}

	/* sub nab open */
	#global-nav>ul>li.nav-open ul {
		/*display: block;*/
	}
	#global-nav>ul>li.nav-open>a>i {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}


	/* ***********************************************************
	 * #nav-toggle
	 * *********************************************************** */
	#nav-toggle {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		padding: 15px 12px;
		background: #0F46AA;
		border: solid 1px #0F46AA;
		z-index: 1001;
	}
	.open #nav-toggle {
		/*position: fixed;*/
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		left: 0;
		zoom: 1;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 8px;
	}
	#nav-toggle span:nth-child(3) {
		top: 16px;
	}
	.open #nav-toggle {
		background: transparent;
	}
	.open #nav-toggle span {
		background: #0F46AA;
	}

	.open #nav-toggle span:nth-child(1) {
		top: 9px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		zoom: 1;
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 9px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		zoom: 1;
	}



	/* ***********************************************************
	 * #l-footer
	 * *********************************************************** */
	#l-footer #footer-main {
		padding: 30px 15px;
	}
	#footer-sitemap {
		padding-bottom: 0;
		margin-bottom: 25px;
		border-bottom: none;
	}
	#footer-sitemap.inner {
		padding: 0;
	}
    #footer-sitemap div {
	    display: none;
    }
	#footer-sitemap .footer-bnr {
	    display: block;
    }
	#footer-sitemap .footer-bnr li {
		width: 48%;
		margin: 1%;
		float: left;
	}

	#l-footer .footer-nav {
		float: none;
		text-align: center;
		margin-bottom: 5px;
	}
	#l-footer .footer-nav li {
		float: none;
		display: inline-block;
		margin-bottom: 10px;
	}
	#l-footer #footer-bottom {
		text-align: center;
		padding-bottom: 5px;
	}
	#l-footer .footer-bottom-left {
		float: none;
	}
	#l-footer .shell-icon {
		width: 246px;
		float: none;
		margin: 0 auto 15px;
	}
	#l-footer #copyright {
		float: none;
		padding-right: 20px;
		line-height: 1.4;
	}
	#l-footer .contact-btn {
		width: 100%;
	}
	#l-footer #footer-contact .tel {
		padding: 15px 0 0;
		margin: 0 auto;
	}
	#l-footer #footer-contact .tel span {
		margin: 0;
		display: block;
	}

	#page-top a {
		padding: 10px;
	}
	#page-top img {
		width: 20px;
	}

	/* ***********************************************************
	 * #l-article
	 * *********************************************************** */
	article {
		font-size: 116%;
		line-height: 1.7;
	}
}

@media print {
	#page-top {
		display: none;
	}
}
@charset "utf-8";

/* ***********************************************************
 * Title
 * *********************************************************** */
.title-area {
	height: 280px;
	display: table;
	width: 100%;
	vertical-align: middle;
	/*padding: 80px 0;*/
	text-align: center;
	background: url("/img/mission/title-bg.jpg") no-repeat center;
	/*background: url("/customears/img/title-bg.jpg") no-repeat center;*/
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#customers .title-area {
	background-image: url("/img/customers/title-bg.jpg");
}
.title-area-text {
	display: table-cell;
	vertical-align: middle;
}
.title-area-text span {
	display: block;
	text-shadow: 0 0 6px #fff, 0 0 6px #fff,0 0 6px #fff, 0 0 6px #fff,0 0 6px #fff, 0 0 6px #fff,0 0 6px #fff, 0 0 6px #fff,0 0 12px #fff, 0 0 12px #fff,0 0 12px #fff, 0 0 12px #fff;
}
.title-area-text span.title-ja {
	font-size: 38px;
	line-height: 1.3;
	margin-bottom: .15em;
}
.title-area-text span.title-en {
	color: #0D46AA;
	font-size: 16px;
}
.title-area-text span.title-en.txt-big {
	font-size: 19px;
}

.title-center-bd {
	font-size: 189%;
	line-height: 1.3;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.title-center-bd:before {
	content: "";
	display: block;
	position: absolute;
	border-bottom: solid 1px #ccc;
	top: 50%;
	width: 100%;
	z-index: -1;
}
.title-center-bd span {
	display: inline-block;
	background: #fff;
	padding: 0 30px;
}

.title-main {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 1.5em;
	font-size: 204%;
	line-height: 1.3;
}
.title-main:after {
	content: "";
	display: block;
	background: #ccc;
	position: absolute;
	margin-left: -190px;
	width: 380px;
	height: 1px;
	left: 50%;
	bottom: 0;
}
.title-main span {
	display: block;
}
.title-main small {
	font-size: 20px;
}
.title-main .title-en {
	font-size: 14px;
	font-weight: normal;
	color: #0D46AA;
	margin-top: .6em;
}
.title-main.bd-none:after {
	display: none;
}
.title-big {
	font-size: 138.5%;
}
.description {
	font-size: 116%;
	text-align: center;
}

.title-label {
	color: #fff;
	background: #575757;
	font-weight: normal;
	font-size: 116%;
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 15px;
}

.title-bg-area {
	color: #fff;
	background: #0F46AA;
	line-height: 1.4;
	text-align: center;
	padding: 60px 0;
	position: relative;
}
.title-bg-area:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 26px solid transparent;
	border-top: 26px solid #1047AA;
	bottom: -50px;
	left: 50%;
	margin-left: -26px;
}
.title-bg-area p {
	margin-bottom: 0;
}
.title-bg-area .date {
	color: #0F46AA;
	background: #fff;
	display: inline-block;
	padding: 7px 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.title-bg-area .title-bg-text {
	font-size: 167%;
}


.title-border {
	font-size: 167%;
	line-height: 1.3;
	font-weight: bold;
	color: #1046AA;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1.2em;
	padding-bottom: .5em;
	position: relative;
}
.title-border:after {
	content: "";
	position: absolute;
	background: #1046AA;
	width: 300px;
	height: 4px;
	left: 0;
	bottom: -4px;
}
#news h3,
.title-bold {
	font-size: 123.1%;
	margin-bottom: .3em;
}

p.date {
	margin-bottom: 0;
}


/* ***********************************************************
 * link
 * *********************************************************** */
.link-pdf {
	background: url("/img/common/icon/pdf.png") no-repeat right top;
	padding-right: 23px;
}

/* ***********************************************************
 * breadcrumb
 * *********************************************************** */
#breadcrumb {
	list-style: none;
	padding: 15px 0;
	border-top: solid 1px #bbb;
}
#breadcrumb ul {
}
#breadcrumb li {
	display: inline;
	margin-right: 1em;
}
#breadcrumb li:before {
	content: ">";
	margin-right: 1em;
}
#breadcrumb li:first-child:before {
	content: "";
	margin-right: 0;
}

#breadcrumb li a {
	color: #333;
	text-decoration: none;
}
#breadcrumb li a:hover {
	text-decoration: underline;
}

/* ***********************************************************
 * footer-category-nav
 * *********************************************************** */
#footer-category-nav {
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	background: #0F46AA;
	color: #fff;
}
#footer-category-nav a {
	color: #fff;
	text-decoration: none;
}
#footer-category-nav ul {
	list-style: none;
}
#footer-category-nav ul li {
	width: 20%;
	float: left;
	text-align: center;
	border-right: solid 1px #fff;
}
#footer-category-nav ul li:first-child {
	border-left: solid 1px #fff;
}
#footer-category-nav ul li a {
	display: block;
	padding: 20px 0;
	font-size: 123.1%;
	/*font-weight: bold;*/
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
#footer-category-nav ul li a:hover {
	background: #2B57CC;
}

#footer-category-nav ul li a i {
	background: #fff;
	display: block;
	width: 88px;
	height: 88px;
	padding: 10px;
	margin: 0 auto 10px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/PIE.htc);
}
/* active */
#footer-category-nav ul li.active a {
	color: #0F46AA;
	background: #fff;

}
#footer-category-nav ul li.active a i {
	background: #0F46AA;
}

/* ***********************************************************
 * Table
 * *********************************************************** */
table.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 1.3em;
	line-height: 1.5;
}

table.table th,
table.table td {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.table th {
	background: #f9f9f9;
	text-align: left;
	vertical-align: top;
}
table.table thead th {
	background: #ececec;
	font-size: 108%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

table.center th,
table.center td {
	text-align: center;
	vertical-align: middle;
}
table.v-center th,
table.v-center td {
	vertical-align: middle;
}

table.table td.align-right {
	text-align: right;
}
table.table th.align-center {
	text-align: center;
	vertical-align: middle;
}

table.table-small th,
table.table-small td {
	padding: 10px;
}

/* table-line */
table.table-line {
	width: 100%;
}
table.table-line tr {
	border-bottom: solid 1px #ccc;
}
table.table-line tr:first-child {
	border-top: solid 1px #ccc;
}
table.table-line th,
table.table-line td {
	padding: 15px 0;
}
table.table-line th {
	text-align: left;
	padding-right: 40px;
	padding-left: 20px;
	white-space: nowrap;
	font-weight: bold;
}
table.table-line td {
	padding-right: 20px;
}
table.table-th-left th {
	text-align: left;
}
table.table-th-right th {
	text-align: left;
	padding-left: 20%;
}

/*
table.table-line tr td:before {
	content: '';
	border-left: solid 1px #bbb;
}
*/
table.table-stripe tr.odd {
	background: #F9F9F9;
}

table.table-default tr {
	border: none !important;
}
table.table-default tr th,
table.table-default tr td {
	padding: 0;
	text-align: left;
	font-weight: normal;
}
table.table-default tr th {
	padding-right: 1.5em;
}

table.table-td-right td {
	text-align: right;
}

/* news */
table.table-news {
	width: 100%;
	margin-top: 5px;
}
table.table-news tr {
	border-bottom: solid 1px #ddd;
}
table.table-news tr:first-child {
	border-top: solid 1px #ddd;
}
table.table-news th,
table.table-news td {
	padding: 13px 10px;
}
table.table-news th {
	width: 7.5em;
	padding-left: 7px;
	text-align: left;
}
table.table-news a {
	color: #333;
}
table.table-news a:hover {
	color: #999;
}

table.table-small {

}
table.table-small th,
table.table-small td {
	padding: 10px;
}

/* ***********************************************************
 * index-nav
 * *********************************************************** */
.index-nav>div {
	border-top: solid 1px #bbb;
}
.index-nav ul {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	line-height: 1.4;
}
.index-nav .index-nav-icon-list ul li {
	border-right: solid 1px #bbb;
	cursor: pointer;
	padding: 60px 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.index-nav .index-nav-icon-list ul li:hover {
	background: #EDF3FE;
}

.index-nav .index-nav-icon-list ul li:first-child {
	border-left: solid 1px #bbb;
}
.index-nav .index-nav-icon-list ul a {
	font-size: 123.1%;
	color: #0D46AA;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.index-nav .index-nav-icon-list ul i {
	background: #0D46AA;
	display: block;
	width: 88px;
	height: 88px;
	padding: 10px;
	margin: 0 auto 15px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/PIE.htc);
}

/*
article .bg-split-right {
	background: url("../../../img/common/bg-split01.png") repeat-y center;
}
article .bg-split-left {
	background: url("../../../img/common/bg-split02.png") repeat-y center;
}
article .bg-split {
	padding: 50px 0;
}
article .bg-split .unit-50 {
	padding: 0 30px;
}
*/

.box-bd {
	border: solid 8px #EFF2F5;
	padding: 20px;
	margin-bottom: 1em;
}
.box-bg {
	padding: 30px;
	background: #EFF2F5;
}

/* ***********************************************************
 * btn
 * *********************************************************** */
.btn {
	display: inline-block;
	padding: 20px 35px;
	background: #0F46AA;
	color: #fff;
	text-decoration: none;
}
.btn:hover {
	background: #2B57CC;
}
.btn-back {
	position: relative;
	padding-left: 60px;
}
.btn-back i {
	width: 34px;
	display: block;
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -17px;
}
.btn-small {
	font-size: 85%;
	padding: 0 10px;
}

/* pager */
.pager {
	margin-top: 35px;
	text-align: center;
}
a.page-numbers,
.pager .current {
	color: #0F46AA;
	background: #fff;
	border: solid 1px #0F46AA;
	padding: 8px 15px;
	margin: 0 2px;
	text-decoration: none;
}
a.page-numbers:hover {
	background: #dee5ff;
}

a.page-numbers.next,
a.page-numbers.prev {
	border: none;
	padding-left: 3px;
	padding-right: 3px;
}
a.page-numbers.next:hover,
a.page-numbers.prev:hover {
	background: transparent;
}

.pager .current{
	background: #0F46AA;
	border: solid 1px #0F46AA;
	color: #fff;
}

@media screen and (max-width: 767px) {
	/* ***********************************************************
	 * Title
	 * *********************************************************** */
	.title-area {
		height: 180px;
	}
	.title-area-text {
		padding: 0 15px;
	}
	.title-area-text span.title-ja {
		font-size: 26px;
	}
	.title-area-text span.title-en {
		font-size: 13px;
	}

	.description {
		font-size: 116%;
		text-align: left;
		line-height: 1.5;
		padding-left: 15px;
		padding-right: 15px;
	}
	.title-main {
		padding-bottom: 20px;
		margin-bottom: 1em;
		font-size: 153.9%;
		line-height: 1.3;
	}
	.title-main:after {
		margin-left: -90px;
		width: 180px;
	}

	.title-border {
		font-size: 131%;
		line-height: 1.3;
		padding-bottom: 15px;
	}

	.title-border:after {
		width: 100px;
		height: 3px;
		bottom: -3px;
	}

	.title-big {
		font-size: 123.1%;
	}

	.title-bg-area {
		padding: 30px 0;
	}
	.title-bg-area .title-bg-text {
		font-size: 138.5%;
	}

	.title-center-bd {
		font-size: 131%;
		margin-bottom: 20px;
	}

	.index-nav>div {
		border-top: none;
	}

	.index-nav .index-nav-icon-list ul li {
		border-top: solid 1px #bbb;
		border-right: none;
		padding: 25px 15px;
	}
	.index-nav .index-nav-icon-list ul li:first-child {
		border-left: none;
	}
	.index-nav .index-nav-icon-list .inner {
		padding: 0;
	}
	.index-nav .index-nav-icon-list ul a {
		margin-bottom: 5px;
	}

	#breadcrumb {
		padding: 15px 15px;
	}
	#breadcrumb .inner {
		padding: 0;
	}

	table.table th,
	table.table td {
		padding: 8px;
	}
	
	table.sp-table-block th,
	table.sp-table-block td {
		display: block;
		text-align: left;
		padding: 15px;
	}
	/* table-line */
	table.table-line.sp-table-block th,
	table.table-line.sp-table-block td {
		display: block;
		text-align: left;
		padding: 15px;
	}
	table.table-line.sp-table-block th {
		padding-bottom: 0;
	}
	table.table-line.sp-table-block td {
		padding-top: 0;
	}
	table.table-line.sp-table-left th,
	table.table-line.sp-table-left td {
	    text-align: left;
    }
	table.table-th-right th {
		padding-left: 15px;
	}
	article .table-sp-slide {
		overflow-x: scroll;
		/*-webkit-overflow-scrolling: touch;*/
		margin-bottom: 1em;
	}
	article .table-sp-slide table {
		table-layout: auto;
		margin-bottom: 0;
	}
	.box-bd {
		border: solid 7px #EFF2F5;
		padding: 10px;
	}

	/* ***********************************************************
	 * table-news
	 * *********************************************************** */
	table.table-news th,
	table.table-news td {
		display: block;
		width: 100%;
		padding: 13px 15px;
	}
	table.table-news th {
		padding-bottom: 0;
		font-weight: bold;
	}
	table.table-news td {
		padding-top: 0;
	}

	/* ***********************************************************
	 * footer-category-nav
	 * *********************************************************** */
	#footer-category-nav .inner {
		padding: 0;
	}
	#footer-category-nav ul li {
		width: 100%;
		float: none;
		text-align: left;
		border-right: none;
		border-top: solid 1px #fff;
	}
	#footer-category-nav ul li:first-child {
		border: none;
	}
	#footer-category-nav ul li a {
		display: block;
		padding-left: 70px;
		position: relative;
	}

	#footer-category-nav ul li a i {
		width: 44px;
		height: 44px;
		padding: 5px;
		position: absolute;
		left: 10px;
		top: 8px;
	}
}
@charset "utf-8";

/* ***********************************************************
 * greeting - 挨拶
 * *********************************************************** */
article#greeting p {
	font-size: 108%;
	line-height: 2;
}

/* ***********************************************************
 * office - 事業所
 * *********************************************************** */
#office #map-all {
	height: 575px;
	background: #eee;
}
#office .office-list ul {
	list-style: none;
	line-height: 1.6;
	margin-left: 0;
}
#office .office-list ul li {
	border-left: solid 3px #0F46AA;
	padding: 13px 10px 13px 15px;
	margin-bottom: 5px;
}
#office .office-list ul li p {
	margin-bottom: 0;
}
#office .office-list ul li h4 {
	margin-bottom: 5px;
	font-size: 108%;
}
#office .office-list ul li h4 a {
	color: #fff;
	background: #0F46AA;
	text-decoration: none;
	padding: 4px 7px;
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: middle;
}
#office .office-list ul li h4 a:hover {
	background: #2B57CC;
}

/* Gmap Style */
#office .gm-style-iw {
	text-align: center;
	line-height: 1.4;
	font-family: "noto-sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ","ＭＳ Ｐゴシック", Osaka, sans-serif !important;
}
#office .gm-style-iw h4 {
	font-size: 108%;
	border-bottom: solid 1px #bbb;
	margin-bottom: .6em;
	padding-bottom: .3em;
	padding-top: .5em;
}

.office-select {
	width: 290px;
	margin: 0 auto;
}
.office-select select {
	width: 100%;
	padding: 10px;
	border: solid 1px #bbb;
}

/* ***********************************************************
 * customers
 * *********************************************************** */
#customers .pickup-list {
	list-style: none;
}
#customers .pickup-list li {
	font-size: 108%;
	border-bottom: solid 1px #D1DDE9;
}
#customers .pickup-list li:first-child {
	border-top: solid 1px #D1DDE9;
}
#customers .pickup-list a {
	display: block;
	padding: 15px;
	color: #333;
	text-decoration: none;
}
#customers .pickup-list a:hover {
	background: #F1F4FC;
}
#customers .img-list {
	text-align:center;
	line-height:1.5;
}
#customers .img-list img {
	margin-bottom: 10px;
}


/* ***********************************************************
 * form
 * *********************************************************** */
form table.table td.error {
	font-size: 100%;
}
form table.table td span.example {
	font-size: 12px;
}
form table.table th span {
	float: right;
	background-color: #36C;
	color: #fff;
	padding: 3px 10px;
	font-weight: normal;
	font-size: 85%;
}
form table.table th span.need {
	background-color: #C30;
}

form table.table-form {
	margin-bottom: 50px;
}
form table.table-form th {
	width: 30%;
}
form select,
form textarea,
form input[type="text"],
form input[type="email"] {
	border: solid 1px #bbb;
	padding: 3px 5px;
}

form textarea,
form input[type="text"],
form input[type="email"] {
	width: 100%;
	max-width: 100%;
	font-family: "Meiryo UI","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	-webkit-appearance: none;
}
form select:focus,
form textarea:focus,
form input[type="text"]:focus,
form input[type="email"]:focus {
	outline: 0;
	background: #fffeec;
	border: solid 1px #df8e2a;
}
form label.error {
	font-size: 85%;
	color: #fff;
	padding: 4px 10px;
	background: #C30;
	margin-left: 5px;
	white-space: nowrap;
	border-radius: 2px;
}
form .input-group{
	display: inline;
	position: relative;
}
form .input-group label.error {
	position: absolute;
	padding: 2px 5px;
	z-index: 10;
	bottom: -30px;
	left: 10px;
	border: solid 2px #fff;
	border-radius: 4px;
}
form select.error,
form textarea.error,
form input[type="text"].error {
	background: #ffedee;
}
form select.error:focus,
form textarea.error:focus,
form input[type="text"].error:focus {
	border: solid 1px #C30;
}

#contact .error-message {
	color: #CC3300;
	background: #FFE6E6;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 6px;
}
#contact .error-message ul {
	margin-bottom: 0;
	margin-left: 23px;
}
#contact .btn-submit {
	font-size: 108%;
	padding: 15px 30px;
	border: none;
	color: #fff;
	background: #0F46AA;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
#contact .btn-submit:hover {
	background: #2B57CC;
}


#contact .tel-box {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 2em;
}
#contact .tel-box p {
	margin-bottom: 0;
}
#contact .txt-tel {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
}
#contact .txt-tel a {
	color: #333;
	text-decoration: none;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	/*
	.news .more-btn {
		background-image: url("../../../img/common/arrow01@2x.png");
		background-size: 8px 9px;
		-webkit-background-size: 8px 9px;
	}
	*/
}


@media screen and (max-width: 767px) {
	/* ***********************************************************
	 * greeting - 挨拶
	 * *********************************************************** */
	article#greeting p {
		font-size: 100%;
		line-height: 1.7;
	}
	#office .office-list {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#office .office-list ul {
		margin-bottom: 0;
	}
	#office #map-all {
		height: 260px;
		background: #eee;
	}


	/* ***********************************************************
	 * form
	 * *********************************************************** */
	form table.table-form th {
		width: 100%;
	}
	form table.table-form {
		margin-bottom: 15px;
	}
	#contact .tel-box {
		padding: 15px;
	}
	#contact .txt-tel {
		font-size: 25px;
	}
	#contact .btn-submit {
		width: 100%;
	}
}

.pad-none{
	padding-top: 2.5em;
}
header .img{
	text-align: center;
}
#global-nav>ul>li>a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	border-left: solid 1px #0E46AA;
	padding:10px;
}
@media (max-width:700px){
 	#global-nav {
  display: flex;
   
    flex-direction:column;
    justify-content: space-around;
    margin: 0;
    padding: 6px;
    list-style-type: none;
        background-color: #0E46AA;width:100%;

}
#global-nav>ul>li>a {
	color: #0E46AA;}
.item {
    border-radius: 4px;
    color: white;
    text-decoration: none;
    text-align: center;width:100%;
    margin-top: 1em;
}
.f-item p{
	text-indent: 1em;
	font-size: 120%;
	line-height: 1.5em;

}
.size{
	font-size: 16px;
}
hr{
border: 1px double #1047aa;
margin:5px 0px 8px 0px;
}
.rephoto{
width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: 0 100%;
  float: left;
	margin-right: 3em;
}


.f-container{
	height: 100%;
}
html,body{
	height: 100%;
}
