@charset "UTF-8";

/*common
-----------------------------------------------*/
.mB-1 {
	margin-bottom: 1rem;
}

.pR-1 {
	padding-right: 1rem;
}
.pL-1 {
	padding-left: 1rem;
}

a.linkTxt {
	text-decoration: underline;
	transition: .3s;
}
a.linkTxt:hover {
	text-decoration: none;
}

/*head
-----------------------------------------------*/
.pageHead_wrap {
	z-index: 1;
	position: relative;
	border-top: 3px solid #444;
	box-shadow: 0 0 15px rgba(0,0,0,.25);
}

.pageHead {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pageHead_left {
	float: left;
	min-width: 360px;
}

.pageHead_logo {
	display: block;
	width: 348px;
	height: 70px;
	background: url(../images/common/head_logo001.png) no-repeat left center;
	background-size: contain;
	/*css Sprites>>*/
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	/*<<css Sprites*/
}

.pageHead_right {
	float: right;
	width: 600px;
	text-align: right;
}

.pageHead_description {
	margin-bottom: 8px;
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
}

.pageHead_inquiry {
	margin-bottom: 8px;
}

/*global navi
-----------------------------------------------*/
.globalNav_wrap {
	z-index: 1;
	position: absolute;
	top: 20px;
	width: 100%;
}

.globalNav {
	width: 960px;
	margin: 0 auto 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006ad4;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}

.globalNav_list {
	position: relative;
	font-size: 0;
}

.globalNav_listItem {
	box-sizing: border-box;
	display: inline-block;
	width: 20%;
	border-left: 1px dotted #d9d9d9;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: top;
}

.globalNav_listItem:first-child {
	border-left: none;
}

.globalNav_listItem_inner {
	display: block;
	padding: 13px 10px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

/*ホバー時のテキストカラー*/
.globalNav_listItem_crrent > .globalNav_listItem_inner {
	color: #006ad4;
}

.globalNav_bar {
	position: absolute;
	bottom: 3px;
	left: 10%;
	display: block;
	width: 14%;
	height: 3px;
	margin-left: -7%;
	background: #333 url(../images/common/texture_dot001_35par.png) repeat left top;
	transition: .4s;
	/*css Sprites>>*/
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	/*<<css Sprites*/
}

/*カレントカテゴリ時のバー>>*/
.globalNav_listItem_001.globalNav_listItem_crrent ~ .globalNav_bar {
	left: 10%;
}

.globalNav_listItem_002.globalNav_listItem_crrent ~ .globalNav_bar {
	left: 30%;
}

.globalNav_listItem_003.globalNav_listItem_crrent ~ .globalNav_bar {
	left: 50%;
}

.globalNav_listItem_004.globalNav_listItem_crrent ~ .globalNav_bar {
	left: 70%;
}

.globalNav_listItem_005.globalNav_listItem_crrent ~ .globalNav_bar {
	left: 90%;
}

/*ホバー時のバー>>*/
.globalNav_listItem_001:hover ~ .globalNav_bar,
.globalNav_listItem_002:hover ~ .globalNav_bar,
.globalNav_listItem_003:hover ~ .globalNav_bar,
.globalNav_listItem_004:hover ~ .globalNav_bar,
.globalNav_listItem_005:hover ~ .globalNav_bar {
	background-color: #006ad4;
}

.globalNav_listItem_001:hover ~ .globalNav_bar {
	left: 10%;
}

.globalNav_listItem_002:hover ~ .globalNav_bar {
	left: 30%;
}

.globalNav_listItem_003:hover ~ .globalNav_bar {
	left: 50%;
}

.globalNav_listItem_004:hover ~ .globalNav_bar {
	left: 70%;
}

.globalNav_listItem_005:hover ~ .globalNav_bar {
	left: 90%;
}

/*home slide
-----------------------------------------------*/
/*globalNav parents*/
.slide_wrap {
	position: relative;
	background: url(../images/common/bg_metal_texture.png) repeat left top;
}

.slider_inner {
	position: relative;
	z-index: 0;
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 30px;
}

.slide_img {
	width: 100%;
	height: 440px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
}

.slide_img_001 {
	background-image: url(../images/home/slide_img001_bg.png);
}

.slide_img_001_inner {
	width: 700px;
	margin: 0 auto;
	padding-top: 130px;
}

.slide_img_001_heading {
	margin-bottom: 30px;
}

.slide_img_001_catch {
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
}

.slide_img_002 {
	background-image: url(../images/home/slide_img002_bg.png);
	color: #fff;
	text-shadow: 0 0 1px #000;
}

.slide_img_003 {
	background-image: url(../images/home/slide_img003_bg.png);
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,1);
}

.slide_img_002_inner {
	width: 720px;
	margin: 0 auto;
	padding-top: 140px;
}

.slide_img_002_heading {
	margin-bottom: 20px;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
}

.slide_img_002_summary {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

.slide_img_button_wrap {
	display: inline-block;
	margin: 0 auto;
	position: relative;
}

.slide_img_button_wrap:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-width: 7px;
	border-style: solid;
	border-color: #f28b00 transparent transparent transparent;
	opacity: 0;
	transition: .2s;
}

.slide_img_button_wrap:hover:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-top: 10px;
	margin-left: -7px;
	border-width: 7px;
	border-style: solid;
	border-color: #f28b00 transparent transparent transparent;
	opacity: 1;
}

a.slide_img_button {
	position: relative;
	z-index: 2;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 10px 60px;
	border: 1px solid #fff;
	color: #fff;
}

a.slide_img_button:after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.5);
	/*background: rgba(0,0,0,.25);*/
	transition: .2s;
}

a.slide_img_button:hover:after {
	width: 400px;
	height: 400px;
	margin: -200px 0 0 -200px;
}

/*home main
-----------------------------------------------*/
.main_wrap_top {
	padding-top: 20px;
}

.main_wrap {
	padding-top: 30px;
}

.main_wrap,
.main_wrap_top {
	z-index: 1;
	position: relative;
	padding-bottom: 50px;
	background:
		url(../images/common/main_wrap_bg002.png) repeat-x left top,
		url(../images/common/main_wrap_bg003.png) repeat-x left bottom;
	box-shadow: 0 -15px 15px -15px rgba(0,0,0,.25);
}

/*
.homeSect_block_top {
	padding-top: 20px;
}
*/

.homeSect_block {
	overflow: hidden;
	position: relative;
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto /* 30px */ 0;
	padding-top: 20px;
	padding-bottom: 50px;
}

.homeSect_block:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 140%;
	height: 100px;
	margin-left: -70%;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 35px #e5e5e5;
}

.homeHeading_large {
	position: relative;
	margin-bottom: 31px;
	text-align: center;
}

.homeHeading_large:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f28b00;
	background: linear-gradient(to right, #fff, #f28b00 10%, #f28b00 90%, #fff);
}

.homeHeading_large:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 80px;
	height: 3px;
	margin-top: -12px;
	margin-left: -40px;
	background: #444 url(../images/common/texture_dot001_35par.png) repeat left top;
}

.homeHeading_large_inner {
	position: relative;
	width: 25%;
	margin: 0 auto;
	padding: 15px;
	background-color: #fff;
}

.homeHeading_large_inner:before,
.homeHeading_large_inner:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
	background: linear-gradient(#fff, #e5e5e5  15%, #e5e5e5 85%, #fff);
	transform: rotate(25deg);
}

.homeHeading_large_inner:before {
	left: 0;
}
.homeHeading_large_inner:after {
	right: 0;
}

.homeHeading_large_h {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}

.homeHeading_large_em {
	color: #006ad4;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
}

.homeStrength_description {
	box-sizing: border-box;
	width: 800px;
	margin: 0 auto;
	padding: 25px 50px;
	border: 1px solid #ffa733;
	box-shadow: inset 0 0 10px #e5e5e5;
	text-align: center;
}

.homeStrength_item_wrap {
	width: 960px;
	margin: 0 auto 30px	;
}

.homeStrength_item {
	float: left;
	width: 300px;
	margin-left: 30px;
}

.homeStrength_item:first-child {
	margin-left: 0;
}

.homeStrength_heading {
	position: relative;
	margin-bottom: 5px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}

.homeStrength_heading:before {
	content: "1.";
	padding-right: .25em;
	color: #006ad4;
	font-size: 26px;
	font-size: 2.6rem;
	font-style: oblique;
	line-height: 1;
}

.homeStrength_item:nth-of-type(1) .homeStrength_heading:before {
	content: "1.";
}

.homeStrength_item:nth-of-type(2) .homeStrength_heading:before {
	content: "2.";
}

.homeStrength_item:nth-of-type(3) .homeStrength_heading:before {
	content: "3.";
}

.homeStrength_img {
	margin-bottom: 15px;
}

.homeStrength_more {
	text-align: center;
}

.privacy_jfe-gr {
	text-align: left;
}


.homeCase_list {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 0;
}

.homeCase_item {
	display: inline-block;
	width: 216px;
	margin-left: 32px;
	font-size: 16px;
	font-size: 1.6rem;
}

.homeCase_item:first-child {
		margin-left: 0;
}

.homeCase_more {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.homeOther_block {
	min-width: 960px;
	max-width: 1100px;
	margin: 0 auto;
}

a.homeOther_item_wrapL,
a.homeOther_item_wrapR {
	box-sizing: border-box;
	display: block;
	width: 50%;
	outline: 1px solid #f2f2f2;
	background-repeat: no-repeat;
	background-position: center;
	color: inherit;
	text-decoration: none;
	transition: .2s;
}

a.homeOther_item_wrapL {
	float: left;
	background-image: url(../images/home/other_company_img001.jpg);
}

a.homeOther_item_wrapR {
	float: right;
	background-image: url(../images/home/other_recruit_img001.jpg);
}

a:hover.homeOther_item_wrapL,
a:hover.homeOther_item_wrapR {
	opacity: .75;
}

.homeOther_item {
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.homeOther_item:before {
	z-index: -1;
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	display: block;
	width: 1000px;
	height: 200px;
	margin-bottom: -130px;
	margin-left: -500px;
	background-color: #f28b00;
	background-color: rgba(242,139,0,.85);
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/common/texture_dot001_35par.png);
	transform: rotate(-35deg);
}

.homeOther_heading {
	position: relative;
	margin-bottom: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #fff;
}

.homeOther_heading:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.homeOther_heading_h {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
}

.homeOther_heading_em {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
}

.homeOther_description {
	padding: 10px 20px;
	background-color: #fff;
	background: linear-gradient(to bottom, rgba(255,255,255,.65), #fff);
	text-shadow: 1px 1px 0 #fff;
}

/*foot pagetop
-----------------------------------------------*/
a.footPagetop {
	overflow: hidden;
	z-index: 1;
	position: relative;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #005db9 url(../images/common/texture_dot001_15par.png) repeat left top;
	box-shadow: inset 0 15px 15px -15px rgba(0,0,0,.25);
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: .2s;
}

a.footPagetop:hover {
	background: #006ad4 url(../images/common/texture_dot001_15par.png) repeat left top;
	text-shadow: 0 1px 0 #3ac5f7; 
}

a.footPagetop:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 100px;
	height: 100px;
	margin-top: 16px;
	margin-left: -50px;
	background-color: #fff;
	background-image: linear-gradient(to right top, rgba(0,0,0,0) 50%, rgba(0,0,0,.1) 50.1%);
	/*background-image: linear-gradient(to right top, #ededed 50%, #dedede 51%);*/
	box-shadow: 0 0 3px rgba(0,0,0,.35);
	transform: rotate(45deg);
	transition: .2s;
}

a.footPagetop:hover:before {
	margin-top: 5px;
	background-color: #ff960d;
	background-image: linear-gradient(to right top, rgba(0,0,0,0) 50%, rgba(0,0,0,.1) 50.1%);
}

/*foot
-----------------------------------------------*/
.pageFoot_wrap {
	z-index: 100;
	position: relative;
	background-repeat: repeat, repeat;
	background-position: left top, left top;
	background-image:
		url(../images/common/texture_dot001_100par.png),
		linear-gradient(to bottom, #fff 30%, #d9d9d9);
	box-shadow: 0 0 15px rgba(0,0,0,.25);
}

.pageFoot {
	width: 960px;
	margin: 0 auto;
	text-shadow: 1px 1px 0 #fff;
}

.pageFoot_top {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 1px 0 #fff;
}

.pageFoot_function {
	box-sizing: border-box;
	width: 465px;
}

.pageFoot_function_access {
	float: left;
}

.pageFoot_function_sitemap {
	float: right;
}

.pageFoot_function_term {
	z-index: 1;
	position: relative;
	margin-bottom: 5px;
	color: #005db9;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.pageFoot_function_term_inner {
	z-index: 1;
	display: inline-block;
	padding-right: 20px;
	background-color: #fff;
	font-weight: bold;
}

.pageFoot_function_term:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	box-shadow: 0 1px 0 #fff;
}

.pageFoot_function_description {
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.pagefoot_accessMap {
}

.gMap_static001 {
	overflow: hidden;
	position: relative;
	display: block;
}

/*hover時ブラックアウト>>*/
.gMap_static001:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .0;
	transition: .2s;
}

.gMap_static001:hover:before {
	opacity: .2;
}
/*<<*/

/*hover時サーチアイコン※FontAwesome使用>>*/
.gMap_static001:after {
	content: "\f002";
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	margin-top: -40px;
	margin-left: -40px;
	color: #fff;
	font-family: FontAwesome;
	font-size: 80px;
	line-height: 1;
	opacity: 0;
	transform: scale(7,7);
	transition: .2s;
}

.gMap_static001:hover:after {
	opacity: .85;
	transform: scale(1,1);
}

.pagefoot_Sitemap {
	padding: 10px 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

.pagefoot_Sitemap_item {
	float: left;
	width: 31%;
	margin-left: 3.5%;
}

.pagefoot_Sitemap_item:first-child {
	margin-left: 0;
}

.pagefoot_Sitemap_cate {
	margin-top: 5px;
	font-weight: bold;
}

.pagefoot_Sitemap_cate:first-child {
	margin-top: 0;
}

.pagefoot_Sitemap_cateList {
	list-style-type: circle;
	list-style-position: inside;
}

.pagefoot_Sitemap_cateList li {
	margin-top: 2px;
	list-style-position: outside;
	margin-left: 15px;
}

.pageFoot_bottom {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pageFoot_function_location {
	float: left;
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	background: url(../images/common/pageFoot_logo001.png) no-repeat left center;
}

.pageFoot_companyName {
	color: inherit;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
}

.pageFoot_address {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
}

.pageFoot_function_inquiry {
	float: right;
	text-align: center;
}

.pageFoot_telFax {
	position: relative;
	font-size: 0;
	line-height: 1;
}

.pageFoot_telFax:before {
	content: "／";
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -.5em;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
}

.pageFoot_number {
	display: inline-block;
	width: 212px;
	margin-bottom: 10px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
}

.pageFoot_number:first-child {
	margin-right: 40px;
	text-align: right;
}

.pageFoot_number span {
	padding-right: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

.copyRight {
	border-top: 1px solid #fff;
	background-color: #444;
	color: #fff;
	text-align: center;
}

/*not home
-----------------------------------------------*/
.main_wrap_notHome {
	position: relative;
}

/*home以外のgNav*/
.nav_wrap_notHome {
	position: absolute;
	top: 20px;
	width: 100%;
}

.breadcrumb {
	list-style: none;
	width: 960px;
	margin: 0 auto;
	font-size: 0;
	text-align: right;
	text-shadow: 1px 1px 0 #fff;
}

.breadcrumb li {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
}

.breadcrumb li:first-child {
	margin-left: 0;
}

.breadcrumb li:before {
	content: ">";
	padding-left: .5em;
	padding-right: .5em;
}

.breadcrumb li:first-child:before {
	display: none;
}

.breadcrumb a:hover:not([href]) {
	color: #333;
}


.categoryMainTitle,
.categoryMainTitle_002 {
	width: 100%;
	height: 360px;
	/*css Sprites>>*/
	white-space: nowrap;
	/* text-indent: 100%; */
	overflow: hidden;
	/*<<css Sprites*/
}

.categoryMainTitle {
	background: url(../images/common/bg_category_maintitle_bg001.png) no-repeat center top;
}

.categoryMainTitle_002 {
	background: url(../images/common/bg_category_maintitle_bg002.png) no-repeat center top;
}

.cateMainTitle_head {
	padding-top: 150px;
}

.cateMainTitle_headTop,
.cateMainTitle_headBtm {
	width: 210px;
	text-align: center;
	margin-left: 90px;
}

.cateMainTitle_headTop {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.cateMainTitle_headBtm {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	padding-top: 10px;
}

.cateMainTitle_head,
.mainTitle_head {
	display: block;
	width: 960px;
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
}


.mainTitle_head {
	padding-top: 120px;
	text-shadow: 0 0 3px #000;
}

.pageMainTitle {
	height: 170px;
	padding-top: 3rem;
	background: url(../images/common/bg_page_maintitle_bg.png) no-repeat center top;
	background-size: cover;

}

.mainTitle_wrap {
	background: url(../images/common/bg_metal_texture.png);
}

.main_inner {
	width: 960px;
	margin: 0px auto;
}

.main_column,
.side_column {
	box-sizing: border-box;
}

.main_column {
	float: left;
	width: 75%;
}
.main_column.w90 {
	float: none;
	width: 90%;
	margin: 0 auto;
}

.side_column {
	float: right;
	width: 25%;
	padding-left: 30px;
}

.sideNav {
	position: relative;
	margin-bottom: 30px;
}

.sideNav_heading {
	display: table;
	text-align: center;
}

.sideNav_heading_offset {
	position: absolute;
	top: -60px;
}

.sideNav_heading a {
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	width: 210px;
	height: 60px;
	padding: 10px 30px;
	background: #005db9 url(../images/common/texture_dot001_15par.png) repeat left top;
	box-shadow: inset 0 0 3px rgba(0,0,0,.25);
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	text-shadow: 0 0 3px rgba(0,0,0,.25);
	vertical-align: middle;
	transition: .2s;
}

.sideNav_heading a:hover {
	background: #006ad4 url(../images/common/texture_dot001_15par.png) repeat left top;
}

.sideNav_heading a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.sideNav_list {
	list-style: none;
}

.sideNav_list_item {
	border-left: 5px solid #e5e5e5;
}

.sideNav_list_item a {
	position: relative;
	display: block;
	padding: 15px 20px;
	border-left: 3px solid transparent;
	border-bottom: 1px dotted #e5e5e5;
	transition: .2s;
}

.sideNav_list_item a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-width: 3px;
	border-style: solid;
	border-color: transparent;
	transition: .2s;
}

.sideNav_list_item a.current {
	border-left: 3px solid #f28b00;
}

.sideNav_list_item a:hover {
	border-left: 3px solid #f9c580;
}

.sideNav_list_item a.current:before {
	border-color: transparent transparent transparent #f28b00;
}

.sideNav_list_item a:hover:before {
	border-color: transparent transparent transparent #f9c580;
}

.sideBanner {
	margin-bottom: 30px;
}

.sideBanner_list {
	list-style: none;
	margin-bottom: 30px;
}

.sideBanner_list_item {
	margin-bottom: 10px;
}

.sideBanner_list_item a {
	transition: .2s;
}

.sideBanner_list_item a:hover {
	opacity: .85;
}

.sideBanner_list_item:last-child {
	margin-bottom: 0;
}

/*category
-----------------------------------------------*/
.category_read,
.category_read_strength {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #fff;
}

.category_read {
	border-bottom: 1px dotted #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.category_read:before,
.category_read:after,
.category_read_strength:before,
.category_read_strength:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	display: block;
	width: 0;
	height: 0;
	margin-top: -25px;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}

.category_read:before,
.category_read_strength:before {
	margin-left: 1px;
	border-color: transparent #e5e5e5 transparent transparent;
}

.category_read:after,
.category_read_strength:after {
	border-color: transparent #fff transparent transparent;
}

.category_read p,
.category_read_qua p {
	margin-bottom: .5em;
}

/*>>品質管理のみ
------------------------------------------------------------*/
.category_read_qua {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	background-color: #fff;
}

.category_read_qua:before,
.category_read_qua:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	display: block;
	width: 0;
	height: 0;
	margin-top: -25px;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.category_read_qua:before {
	margin-left: 1px;
}

/*------------------------------------------------------------
ここまで <<*/

.category_image,
.category_read_heading {
	border-bottom: 1px dotted #e5e5e5;
}

.category_read_heading {
	margin-bottom: 10px;
	color: #005db9;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

.category_read_button {
	margin-top: 10px;
	text-align: center;
}

/*other
-----------------------------------------------*/
.button_inline,
.button_inline-large,
.button_inline_form {
	position: relative;
	display: inline-block;
	background-color: #006ad4;
	background: linear-gradient(to right bottom, #006ad4 50%, #005db9 50.1%);
	border: 3px solid #e5e5e5;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	text-shadow: none;
	transition: .2s;
}

.button_inline {
	padding: 6px 30px;
}

.button_inline-large {
	padding: 6px 100px;
}

.button_inline_form {
	width: 180px;
	padding: 5px 0;
}

.button_inline:hover,
.button_inline:active,
.button_inline-large:hover,
.button_inline-large:active,
.button_inline_form:hover,
.button_inline_form:active {
	color: #fff;
	border: 3px solid #ffa733;
}

.button_inline:before,
.button_inline_form:before,
.button_inline_form:before,
.button_inline_form:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-width: 3px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	transition: .2s;
}

.button_inline:hover:before,
.button_inline:active:before,
.button_inline_form:hover:before,
.button_inline_form:active:before {
	border-color: transparent transparent transparent #ffa733;
}

.block_col2_L_middle,
.block_col2_R_middle {
	box-sizing: border-box;
	width: 50%;
}

.block_col2_L_middle {
	float: left;
}

.block_col2_R_middle {
	float: right;
}

.block_col2_L_large,
.block_col2_R_large {
	box-sizing: border-box;
	width: 66.666%;
}

.block_col2_L_large {
	float: left;
}

.block_col2_R_large {
	float: right;
}

.block_col2_L_small,
.block_col2_R_small {
	box-sizing: border-box;
	width: 33.333%;
}

.block_col2_L_small {
	float: left;
}

.block_col2_R_small {
	float: right;
}

.sect_basic {
	margin-bottom: 30px;
}

.sect_basic:last-child {
	margin-bottom: 0;
}

/*pの親もしくは、p自身にクラス付与*/
p.line_spacing,
.line_spacing p {
	margin-bottom: .5em;
}

p.line_spacing:last-child,
.line_spacing p:last-child {
	margin-bottom: 0;
}

.pageHeading_large {
	position: relative;
	margin-bottom: 15px;
	padding-left: 10px;
	border-bottom: 3px solid #444;
	background-repeat: no-repeat, repeat-x;
	background-position: center, left bottom;
	background-image: 
		linear-gradient(to left, #fff, rgba(255,255,255,0) 3%, rgba(255,255,255,0) 97%, #fff),
		url(../images/common/main_wrap_bg003.png);
	font-size: 24px;
	font-size: 2.4rem;
	text-shadow: 1px 1px 0 #fff;
}

.pageHeading_large:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 30%;
	height: 3px;
	background-color: #006ad4;
	background: linear-gradient(to right, #006ad4 50%, transparent);
}

/*page company
-----------------------------------------------*/
.categories_col3_wrap {
	padding-top: 30px;
}

.company_categories {
	box-sizing: border-box;
	float: left;
	width: 33.333%;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px dotted #e5e5e5;
	text-align: center;
}

.company_categories:first-child {
	border-left: none;
}
.company_categories_heading {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	color: #005db9;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.company_categories_heading:before,
.company_categories_heading:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -15px;
	border-width: 10px 15px;
	border-style: solid;
}

.company_categories_heading:before {
	margin-top: 1px;
	border-color: #e5e5e5 transparent transparent transparent;
}

.company_categories_heading:after {
	border-color: #fff transparent transparent transparent;
}

.company_categories_image {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	border-radius: 100%;
	background-color: #006ad4;
	box-shadow: inset 4px 4px 0px #005db9;
	color: #fff;
	font-size: 50px;
	font-size: 5rem;
	text-align: center;
	overflow: hidden;
}

.company_categories_image i {
	vertical-align: middle;
	line-height: 100px;
}

.fa_dummy_text {
	display: block;
}

.company_categories_description {
	margin-bottom: .5em;
	text-align: left;
}

.company_categories_button {
	text-align: center;
}

/*page company > message
-----------------------------------------------*/
.headlineImg {
	margin-bottom: 15px;
}

.message_author {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}

.message_author_inner {
	display: inline-block;
}

.message_author_name {
	display: block;
	width: 141px;
	height: 33px;/* no Edit */
	background: url(../images/message/author_name_img001.png) no-repeat center;
	/*css Sprites>>*/
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	/*<<css Sprites*/
}

.philosophyList {
	list-style: none;
}


.philosophyList_item {
	z-index: 1;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	min-height: 100px;
	margin-top: 15px;
	padding: 10px 20px 10px 90px;
	border-bottom: 1px dotted #e5e5e5;
}

.philosophyList_item:first-child {
	margin-top: 0;
}

.philosophyList_item_in:before,
.philosophyList_item_in_sec:before {
	position: absolute;
	top: 10px;
	left: 15px;
	display: block;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-style: oblique;
}

/*リストNo.表示>>*/
.philosophyList_item:nth-of-type(1) .philosophyList_item_in:before,
.philosophyList_item:nth-of-type(1) .philosophyList_item_in_sec:before {
	content: "1.";
}

.philosophyList_item:nth-of-type(2) .philosophyList_item_in:before,
.philosophyList_item:nth-of-type(2) .philosophyList_item_in_sec:before {

	content: "2.";
}

.philosophyList_item:nth-of-type(3) .philosophyList_item_in:before,
.philosophyList_item:nth-of-type(3) .philosophyList_item_in_sec:before {
	content: "3.";
}

.philosophyList_item_in:after,
.philosophyList_item_in_sec:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 100px;
}

.philosophyList_item_in:after {
	background-color: #005db9;
	background: linear-gradient(to right bottom, #006ad4, #005db9 50%, rgba(0,0,0,.15) 51%, transparent 53%);
}

.philosophyList_item_in_sec:after {
	background-color: #2c99ce;
	background: linear-gradient(to right bottom, #2689b7, #2c99ce 50%, rgba(0,0,0,.15) 51%, transparent 53%);
}
.philosophyList_item_in dt,
.philosophyList_item_in_sec span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

/*page company > outline
-----------------------------------------------*/
.table_basic001,
.table_basic001 th,
.table_basic001 td {
	border-bottom: 1px dotted #bcbcbc;
}

.table_basic001 {
	width: 100%;
	border-top: 1px dotted #bcbcbc;
	background-color: #fff;
	margin-bottom: 10px;
}

.table_basic001 th {
	padding: .75em 1.5em;
	background-color: #e6f5fa;
	font-weight: normal;
	text-align: left;
	text-shadow: 1px 1px 0 #fff;
	vertical-align: baseline;
}

.table_basic001 td {
	width: 70%;
	padding: .75em 1.5em;
	border-left: 1px dotted #f2f2f2;
}

.table_basic002
.table_basic002 th,
.table_basic002 td {
	border-bottom: 1px dotted #bcbcbc;
}

.table_basic002 {
	border-top: 1px dotted #bcbcbc;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.table_basic002 th {
	padding: .75em 1.5em;
	background-color: #e6f5fa;
	font-weight: normal;
	text-align: left;
	text-shadow: 1px 1px 0 #fff;
	vertical-align: baseline;
}

.table_basic002 td {
	width: 50%;
	padding: .75em 1.5em;
	border-left: 1px dotted #f2f2f2;
}

/* .dl_officer {
	font-size: 0;
} */

.dl_officer dt,
.dl_officer dd {
	display: inline-block;
	vertical-align: top;
}

.dl_officer dt {
	width: 30%;
	font-size: 16px;
	font-size: 1.6rem;
}

.dl_officer dd {
	width: 50%;
	padding-left: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.accessMap_info_bg {
	width: 100%;
	margin-top: 10px;
	background-color: #f1f1f1;
}

.accessMap_info {
	padding: 15px;
	text-shadow: 1px 1px 0 #fff;
}

.accessMap_info dt {
	font-weight: bold;
}

.accessMap_info dd {
	margin-left: 10px;
}

.accessMap_info li:nth-child(2) {
	list-style: none;
}

/*page company > business
-----------------------------------------------*/
.sect_cover_head {
	color: #005db9;
	font-size: 2.2px;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.sect_cover p {
	width: 470px;
	margin-top: 10px;
	margin-left: 5px;
	line-height: 1.6em;
	text-shadow: 1px 1px 0 #fff;
	font-size: 17px;
	font-size: 1.7rem;
}

.dl_cover dt {
	font-size: 18px;
	font-size: 1.8rem;
}
.dl_cover {
	width: 420px;
	margin: 10px 16px;
	padding: 10px;
	text-shadow: 1px 1px 0 #fff;
	background-color: rgba(237,237,237,.65);
}

.dl_cover dt {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #005db9;
}

.dl_cover li {
	list-style-position:outside;
	float: left;
	width: 180px;
	margin-left: 28px;
}

.strength_item_top {
	border-top: 1px solid #ccc;
}

.sect_cover_bg {
	height: 515px;
	background: url(../images/company/business/business_strength_product001.png) no-repeat 0 50px;
}

.strength_item:first-child {
	margin-left: 15px;
}

.strength_item {
	float: left;
	width: 220px;
	margin-left: 15px;
}

.strength_item_ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 0 10px;
	margin-top: 30px;
	text-shadow: 1px 1px 0 #fff;
}

.strength_item_ttl,
.strength_more {
	text-align: center;
}

.strength_more {
	padding: 10px 0;
}

.strength_img {
	margin-bottom: 10px;
}

.strength_item_cover {
	width: 100%;
	background-color: #f1f1f1; 
}

/*-- タブ --*/
.steps {
	width: 720px;
	margin: 20px 0;
	list-style: none;
}

.steps li a {
	pointer-events: none;
}

.steps_item,
.steps_item_last {
	float: left;
	text-align: center;
	font-size: 14px; 
	font-size: 1.4rem;
	padding: 18px 0;
	color: #fff;
	cursor: pointer;
}

.steps_item {
	width: 120px; 
	position: relative;
}

.steps_item:before,
.steps_item:after {
	content: "";
	display: block;
	position: absolute;
	border: 35px solid transparent; 
	top: 50%;
}

.steps_item:before {
	border-left-color: #fff;
	margin-top: -35px;
}

.steps_item:after {
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-right-color: #fff;
	right: -26%;
	margin-top: -35px;
	clear: both;
}

.steps_item:nth-child(1):hover,
.steps_item:nth-child(2):hover,
.steps_item:nth-child(3):hover,
.steps_item:nth-child(4):hover,
.steps_item:nth-child(5):hover,
.steps_item:nth-child(6):hover {
	bottom: 5px;
	opacity: .8;
}

.steps_item:nth-child(1) {
	background-color: #006ad4;
	margin-left: -2.5px;
}

.steps_item:nth-child(2) {
	background-color: #1976d3;
}

.steps_item:nth-child(3) {
	background-color: #2a80d6;
}

.steps_item:nth-child(4) {
	background-color: #3d88d3;
	padding: 8px 0;
}

.steps_item:nth-child(5) {
	background-color: #5392d1;
}

.steps_item:nth-child(6) {
	width: 100px;
	color: #fff;
	margin-left: 15px; 
	border: 1px solid #3298f2;
	background: #3298f2;
	border-radius: 100px;
}

.steps_item:nth-child(6):before, 
.steps_item:nth-child(6):after {
	content: none;
	display: none;
	position: absolute;
}

.steps_item:nth-child(1) span {
	margin-left: 10px;
}

.steps_item:nth-child(4) span {
	margin: 0 -5px 0 5px;
}

.steps_item:nth-child(2) span {
	margin-left: 15px;
}

.steps_item:nth-child(3) span,
.steps_item:nth-child(5) span {
	margin-left: 23px; /* 15 */
}

/*-- 吹き出し --*/
.current_item {
	border: 2px solid #1064ad;
	padding: 20px;
	position: relative;
	margin-top: 100px; 
	background: -webkit-linear-gradient(top, #fff 70%, #f4f4f4);
	background: linear-gradient(to bottom, #fff 70%, #f4f4f4);
}

.current_item:before,
.current_item:after {
	content: "";
	display: block;
	position: absolute;
	border-width: 20px 10px;
	border-style: solid;
}

.current_item:before,
.current_item:after {
	left: 5%;
}

.current_item:before{
	border-color: transparent transparent #1064ad transparent;
	top: -17%;
}

.current_item:after {
	border-color: transparent transparent #fff transparent;
	top: -15%;
}

.current_item_step2:before,
.current_item_step2:after {
	left: 22%;
}

.current_item_step3:before,
.current_item_step3:after {
	left: 39%;
}

.current_item_step4:before,
.current_item_step4:after {
	left: 55%;
}

.current_item_step5:before,
.current_item_step5:after {
	left: 72%;
}

.current_item_step6:before,
.current_item_step6:after {
	left: 91%;
}

.current_item img {
	width: 260px;
	border: 1px solid #ECECEC;
}

.current_text {
	display: inline-block;
	width: 400px;
	margin-left: 8px;
}

.current_item img,
.current_text {
	height: 200px;
}


.current_text h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 1px dotted #f28b00;
	margin-bottom: 10px;
}

.current_text h3,
.current_text p {
	padding-left: 5px;
}

/*page company > history
-----------------------------------------------*/
.history_list_wrap,
.historyLisTop_left,
.historyLisTop_right {
	width: 115px;
	border: 1px dotted #1064ad;
	background-color: rgba(255,255,255,.5);
	margin-bottom: 10px;
	text-align: center;
}

.history_list_wrap,
.historyLisTop_left dt,
.historyLisTop_right dt {
	font-weight: bold;
}

.history_list_wrap {
	position: relative;
	margin: 0 auto;
}

.history_list_age_wrap {
	z-index: 1;
	position: relative;
	text-align: center;
	margin-top: 2.5em;
	margin-bottom: 1em;
}

.history_list_age_wrap:before {
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	margin-left: -50%;
	border-top: 3px double #ccc;
}

.hisTopL,
.hisTopR {
	width: 240px;
	padding: 10px;
	text-align: center;
}

.hisTopLtxt,
.hisTopRtxt {
	font-weight: bold;
}

.hisTopL {
	float: left;
}

.hisTopR {
	float: right;
}

.hisTopL,.hisTopR {
	border: 1px dashed #1064ad;
}

.history_list_cont {
	position: relative;
	margin-bottom: 87px;
	padding-left: 80px;
	padding-right: 80px;
}

.history_list_cont:before,
.history_list_cont:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
}

.history_list_cont:before {
	width: 2px;
	height: 50px;
	margin-top: 10px;
	margin-left: -1px;
	background-color: #d9dbdb;
}

.history_list_cont:after {
	margin-top: 60px;
	margin-left: -17px;
	border: 17px solid transparent;
	border-top-color: #d9dbdb;
}

.history_list_age_wrap:before {
	content: "";
	display: block;
	position: absolute;
}

.history_list {
	position: relative;
	width: 96%;
	background-color: #fcfbf7;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	background: linear-gradient(#fff, #fcfbf7 10%, #fcfbf7 50%, #fff);
	margin: 0 auto 30px;
	padding-bottom: 30px;
	font-size: 0;
	text-shadow: 1px 1px 0 #fff;
}

.history_list:before {
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	background: linear-gradient(#fff, #ccc 15%, #ccc 85%, #fff);
}

.history_list_term,
.history_list_description {
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
}

.history_list_term {
	width: 20%;
	position: relative;
	padding: 10px 40px 10px 10px;
	font-weight: bold;
	text-align: right;
}

.history_list_description {
	position: relative;
	width: 80%;
	padding: 10px 10px 10px 40px;
}

dd+.history_list_description {
	margin-left: 20%;
}

.history_list_description:before,
.history_largeTips:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

.history_list_description:before {
	left: -5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url(../images/company/history/texture_noise_blue002.png) repeat left top;
}

.history_largeTips:before {
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -15px;
	background: url(../images/company/history/texture_noise_blue001.png) repeat left top;
}

.gallery_list {
	width: 720px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 0;
}

.gallery_item {
	display: inline-block;
	width: 220px;
	margin: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

/*page strength > technology,quality
-----------------------------------------------*/
.quality_iso_wrap {
	display: inline-block;
	width: 280px;
	text-align: center;
}

.quality_iso_wrap img {
	border: 1px solid #d9dbdb;
}

/* 見出し（中） */
.category_sub_title {
	margin-bottom: 15px;
	padding: 10px 25px 8px;
	border-top: 1px solid #f5f5f5;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	background: url(../images/common/category_sub_title_bg.png) repeat-y ;
}

.tec_text {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	height: 200px;
}

/*page strength > stock
-----------------------------------------------*/
sup {
	vertical-align: super;
	font-size: smaller;
}

.stockImage li {
	display: inline-block;
	list-style: none;
	margin-left: 5px;
}

.stockTab,
.ownTab {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0;
}

.stockTab li,
.ownTab li {
	display: inline-block;
	position: relative;
	width: 160px;
	padding: .6em;
	margin: 20px 0 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}

.stockTab li,
.ownTab li {
	background: #d6d4d4;
}

.stockTab li:hover,
.ownTab li:hover {
	background: #1064ad;
	color: #fff;
}

.stockTab li:hover,
.ownTab li:hover {
	color: #fff;
}

.stockTab li:first-child,
.ownTab li:first-child {
	margin-left: 5px;
}

.stockTab li:before,
.ownTab li:before {
	content: "";
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-top-color: #fff;
	top: 0;
	left: 95%;
}

.stockTab li.select,
.ownTab li.select {
	background: #1064ad;
	pointer-events: none;
	color: #fff;
}

/* テーブル
 >>------------------------------ */
.stockItem,
.ownFacility {
	width: 710px;
	margin: 0 5px;
	text-align: center;
	border: 2px solid #1064ad;
}

.stockItem table,
.ownFacility table {
	width: 100%;
}

.stockItem thead,
.ownFacility thead {
	background-color: #e6f5fa;
}

.stockItem th,
.ownFacility th {
	height: 30px;
	padding: 5px 10px 0 10px;
}

.stockItem td,
.ownFacility td {
	height: 25px;
	padding: 5px 10px;
	vertical-align: middle;
}

.stockItem th,
.ownFacility th,
.stockItem td,
.ownFacility td {
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px dotted #bcbcbc;
}

.disnone {
	display:none;
}

/* << -----------------------------------*/

/*page case
-----------------------------------------------*/
.tec_button {
	width: 350px;
	text-align: center;
	margin-bottom: 30px;
}

.tec_item_wrap {
	width: 720px;
}

.tec_item {
	list-style: none;
}

.tec_item li {
	display: inline-block;
}

.tec_item li:nth-child(2n) {
	margin-left: 15px;
}

.tec_item p {
	margin: 10px 0 10px 10px;
}

.tec_item img {
	width: 350px;
	height: 200px;
}

.flex2 {
	display: flex;
}

.iso_item {
	list-style: none;
}

.iso_item li {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.iso_item img {
	width: 186px;
	height: 263px;
}

.iso_item ul li {
	list-style: none;
}


.iso_button {
	width: 200px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.iso_item_wrap {
    width: 720px;
    display: flex;
    justify-content: center;
}

.side_column_offset_none {
	position: absolute;
	width: 210px;
}

.rec_step_caption {
	width: 130px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	padding: 8px;
	border-bottom: 2px solid #0076ed;
}

.rec_step p,
.rec_step_list dt {
	font-weight: bold;
}

.rec_step_list dt {
	text-align: left;
}

.rec_step_list dd {
	width: 520px;
	color: #fff;
	padding: 8px;
	margin: 0 auto;
}

.rec_step_list_item_1 {
	background-color: #bbe2e8;
}

.rec_step_list_item_2 {
	background-color: #49bfe1;
}

.rec_step_list_item_3 {
	background-color: #2c99ce;
}

.rec_step_list_item_4 {
	background-color: #076ab6;
}

.rec_step_list_item_5 {
	background-color: #00599e;
}
.rec_step_list li {
	position: relative;
	text-align: center;
	list-style: none;
	margin: 50px 90px;
}

.rec_step_list li:before {
	border: 25px solid transparent;
	border-top-color: #d9dbdb;
	top: -15%;
	left: 46%;
}

.rec_step_list li:after {
	border: 15px solid #d9dbdb;
	left: 48%;
	margin: 10px 0;
}

.rec_step_list li:first-child {
	margin-top: 10px;
}

/* -- >> tec_item_002-- */
.tec_item_002 {
	list-style: none;
}

.tec_item_002 li {
	display: inline-block;
}
.tec_item_002 li:nth-child(2),
.tec_item_002 li:nth-child(3),
.tec_item_002 li:nth-child(5),
.tec_item_002 li:nth-child(6) {
	margin-left: 10px;
}

.tec_item_002 li img {
	width: 230px;
	height: 160px;
}

.tec_item_002 p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px 0 10px 5px;
}

.tec_button_002 {
	width: 230px;
	text-align: center;
	margin-bottom: 30px;
}

/*color box style>>*/
.inline_case_wrap {
	display: none;
	background-color: red;
}

.inline_case {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 50px;
}

.inline_case img {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	border: 5px solid #fff;
}

.inline_case_heading {
	position: relative;
	margin-bottom: 5px;
	padding-left: 12px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

.inline_case_heading:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 5px;
	height: 1em;
	margin-top: -.5em;
	background-color: #005db9;

}
.inline_iso {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 50px;
}

.inline_iso img {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 15px;
	border: 5px solid #fff;
}

.inline_iso_heading {
	position: relative;
	margin-bottom: 5px;
	padding-left: 12px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

.inline_iso_heading:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 5px;
	height: 1em;
	margin-top: -.5em;
	background-color: #005db9;

}

.table_inline_case {
	width: 100%;
	border: 3px solid #bcbcbc;
	margin-bottom: 30px;
	background-color: #fff;
	vertical-align: middle;
}

.table_inline_case th {
	padding: 5px 10px;
	background-color: #005db9;
	border: 1px solid #bcbcbc;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
}

.table_inline_case th.subHead {
	background-color: #deeaf0;
	color: #333;
	text-align: center;
}

.table_inline_case td {
	padding: 5px 10px;
	border: 1px solid #bcbcbc;
	text-align: center;
}

.table_inline_case td p {
	text-align: left;
}

/*<<*/

/*page inquiry
-----------------------------------------------*/
.inquiry_form_btn {
	margin-bottom: 60px;
	text-align: center;
}

.inquiry_form_btn button {
	cursor: pointer;
}

.inquiry_form_procedure {
	margin: 28px 5px;
	cursor: default;
}

.inquiry_form_procedure li {
	display: inline-block;
	text-align: center;
	position: relative;
	width: 155px;
	border: 1px solid #bbb;
	border-radius: 8px;
	padding: 10px;
	margin-left: 83px;
}

.inquiry_form_procedure li:before,
.inquiry_form_procedure li:after,
.rec_step_list li:before,
.rec_step_list li:after {
	content: "";
	display: block;
	position: absolute;
}

.inquiry_form_procedure li:before {
	border: 12px solid #bbb;
	top: 25%;
	left: 100%;
	margin: 0 26px;
}

.inquiry_form_procedure li:after {
	border: 20px solid transparent;
	border-left-color: #bbb;
	top: 5%;
	left: 128%;
}

.inquiry_form_procedure li:first-child {
	margin-left: 0;
}

.inquiry_form_procedure li:last-child:before,
.inquiry_form_procedure li:last-child:after,
.rec_step_list li:first-child:before,
.rec_step_list li:last-child:after {
	display: none;
}

.procedure_current {
	background-color: #1475e0;
	color: #fff;
}

.procedure_content {
	background-color: #fff;
}

.side_column_offset_inquiry {
	position: absolute;
	width: 210px;
}

/*page inquiry :: mailform
-----------------------------------------------*/
.inquiry_form_list li input,
.inquiry_form_list li select,
.inquiry_form_list li textarea {
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.inquiry_form_list {
	position: relative;
	margin: 20px 0;
}

.inquiry_form_list li {
	width: 100%;
	list-style: none;
	padding: 1em 0;
	border-bottom: 1px dotted #d9d9d9;
}

.inquiry_form_list li:first-child {
	border-top: 1px dotted #d9d9d9;
}

.inquiry_form_list li span.inquiry_item_name_form {
	vertical-align: top;
}

.inquiry_form_list li span.inquiry_item_name,
.inquiry_form_list li span.inquiry_item_name_form {
	display: inline-block;
	width: 40%;
	margin-left: 8px;
}

.inquiry_form_list li span.inquiry_item_name small {
	vertical-align: middle;
}

.inquiry_form_list li span.inquiry_item_name_form small {
	vertical-align: top;
}

.inquiry_form_list li span.inquiry_item_name small,
.inquiry_form_list li span.inquiry_item_name_form small {
	color: red;
}

.inquiry_form_list li select {
	width: 57%;
	padding: .25em;
	line-height: 1;
}

.inquiry_form_list li input {
	width: 55%;
	padding: .5em;
	line-height: 1;
}

.inquiry_form_list li:nth-last-of-type(1) textarea,
.inquiry_form_list li:nth-last-of-type(1) span.inquiry_item_name + span {
	width: 55%;
	max-width: 55%;
	min-height: 350px;
	padding: .5em;
	margin-top: .5em;
}

/*page inquiry :: mailform bottom
-----------------------------------------------*/
.infomation_btm {
	width: 100%;
	background: #f1f1f1;
}

.infomation_btm_list {
	list-style: none;
}

.infomation_recept,
.infomation_sideL,
.infomation_sideR {
	text-align: center;
}

.infomation_sideL,
.infomation_sideR {
	text-shadow: 1px 1px 0 #fff;
}

.infomation_recept {
	background-color: #006ad4;
	color: #fff;
	padding: 10px 0;
	clear: both;
}

.infomation_sideL {
	float: left;
	width: 240px;
	font-size: 23px;
	font-size: 2.3rem;
	margin-left: 60px;
	font-weight: bold;
	margin: 10px 0 10px 60px;
}

.infomation_sideR {
	float: right;
	width: 400px;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 10px 0;
}

.infomation_sideR li,
.infomation_sideR span {
	font-weight: bold;
}

.infomation_sideR li {
	list-style: none;
	line-height: 1em;
}

.infomation_sideR span {
	font-size: 16px;
	font-size: 1.6rem;
}

/*page inquiry recaptchaV2
-----------------------------------------------*/
.recaptchabox {
	margin-bottom: 20px;
    margin-top: 20px;
}
.recaptchabox_item {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}
/* 無効な <input> を選択 */
input:disabled {
	background: #e5e5e5;
	pointer-events: none;
  }
  
  /*page privacy
-----------------------------------------------*/
.privacy_item_cover {
	width: 700px;
	background-color: #f1f1f1;
	padding: 10px;
	margin: 35px 0;
}

a.privacy_item_link {
	color: #006ad4;
}

.privacy_item_link:hover {
	text-decoration: underline;
}

.sect_basic p {
	padding: 0 5px;
}

.privacy_list_Item {
	padding: 0 5px;
	margin-left: 25px;
}

.privacy_list_Item_list {
    line-height: 1.8;
}

.privacy_list_Item_list dt {
	margin-top: 4px;
}

.privacy_list_Item_list dd {
	margin-bottom: 8px;
}


.table_basic003 {
	border: 1px solid #ccc;
	margin-top: 1.5rem;
}

.table_basic003 tr {
	border-bottom: 1px dotted #ccc;
}

.table_basic003 th,
.table_basic003 td {
	/* width: 50%; */
	border-right: 1px solid #ccc;
	padding: .75em 1.5em;
}

.table_basic003 th {
	background-color: #f0f7f8;
}

.widthMin {
	width: 41.5%;
}

/*page top
-----------------------------------------------*/
.right_text {
	text-align: right;
}

.sectPagetop {
	margin-top: 20px;
	margin-bottom: 50px;
	color: #ccc;
	text-align: right;
}

.sectPagetop a {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.sectPagetop a:before,
.sectPagetop a:after {
	content: "";
	position: absolute;
	top: 70%;
	right: 100%;
	display: block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
}

.sectPagetop a:before {
	margin-top: -10px;
	border-color: transparent;
	border-bottom-color: #ccc;
}

.sectPagetop a:after {
	margin-top: -9px;
	border-color: transparent;
	border-bottom-color: #fff;
}

.sectPagetop a:hover:before {
	border-color: transparent;
	border-bottom-color: #006ad4;
}

.specialNews {
    min-width: 960px;
	max-width: 1200px;
	margin: 0 auto 3rem;
}
.specialNews-list {
	padding: 2rem 4rem;
	border: 1px solid rgba(0,0,0,.1);
	list-style: none;
}
.specialNews-list-item {
	margin-top: 1rem;
	text-align: center;
}
.specialNews-list-item:first-child {
	margin-top: 0;
}
.specialNews-list-item-link {
	display: inline-block;
}
.specialNews-list-item-link-inList {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.specialNews-list-item-link-inList-categroy {
	margin-right: 1rem;
	padding: .5rem 1rem;
	background-color: #f28b00;
	color: #fff;
	font-size: 1.2rem;
	white-space: nowrap;
}
.specialNews-list-item-link-inList-title {
	font-size: 1.6rem;
	text-decoration: underline;
}
/*page news
-----------------------------------------------*/
.pageInfoList {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	list-style: none;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.pageInfoList-item {
	margin-right: 1.5rem;
}
.pageInfoList-item-categroy {
	padding: .5rem 1rem;
	background-color: #f28b00;
	color: #fff;
	font-size: 1.2rem;
}
.pageInfoList-item-date {
	font-size: 1.4rem;
}
