@charset "utf-8";

section#sec01,
section#sec02,
section#sec03,
section#sec04,
section#sec05,
section#sec06,
section#sec07,
section#sec08,
section#sec09,
section#sec10 {
	width: 1000px;
	box-sizing: border-box;
}
.ta-l { text-align: left; }
.ta-r { text-align: right; }
.ta-c { text-align: center; }
	a{text-decoration: none;}
/*
タイトル-------------------------------------------------*/

h3#second_title {
	height: 200px;
	margin: 0 auto;
	text-align: center;
}
h3#second_title .main{
	width:1000px;
	margin: 0 auto;	
}
h3#second_title .main .ftit{	
	float:left;
	margin-top: 80px;	
	font-size:30px;
	line-height:1.5em
}
h3#second_title .main .ftit span{
	padding-left:10px;
	font-size:16px;
	font-weight:300
}
/* タイトル画像 */
h3#second_title.topics { background: url(../images/bg_topics.jpg) center top no-repeat; }
h3#second_title.contact { background: url(../images/bg_contact.jpg) center top no-repeat; }
h3#second_title.greeting { background: url(../images/bg_greeting.jpg) center top no-repeat; }
h3#second_title.profile { background: url(../images/bg_profile.jpg) center top no-repeat; }
h3#second_title.history { background: url(../images/bg_history.jpg) center top no-repeat; }
h3#second_title.service { background: url(../images/bg_service.jpg) center top no-repeat; }
h3#second_title.iso { background: url(../images/bg_iso.jpg) center top no-repeat; }
h3#second_title.community { background: url(../images/bg_community.jpg) center top no-repeat; }
h3#second_title.oversea { background: url(../images/bg_oversea.jpg) center top no-repeat; }
h3#second_title.document { background: url(../images/bg_document.jpg) center top no-repeat; }
h3#second_title.catalog { background: url(../images/bg_catalog.jpg) center top no-repeat; }
h3#second_title.download { background: url(../images/bg_download.jpg) center top no-repeat; }
h3#second_title.recruit { background: url(../images/bg_recruit.jpg) center top no-repeat; }
h3#second_title.product { background: url(../images/bg_product.jpg) center top no-repeat; }
h3#second_title.form { background-color: #e0edf5; /*background: url(../form/images/bg_form.jpg) center top no-repeat;*/ }

.bg_bar01 {
	background: url(../common_img/bg_bar01.jpg) center top no-repeat;
}
.bg_bar01 h4 {
	margin: 0 auto 30px;
}

/*
メイン背景-----------------------------------------------*/

#main.bg_main05 { background: #fff; }

/*
検索-----------------------------------------------------*/

#header .search {
	width: 270px;
	padding-top: 20px;
}
#header .search_box {
	width: 290px;
	height: 30px;
	border: 1px solid #dadada;
	box-sizing: border-box;
}
#header .search_box form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#header .search_box input#search {
	width: 218px;
	height: 28px;
	margin: 0;
	padding: 0 0 0 10px;
	border: none;
	box-sizing: border-box;
}
input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder {
	color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
	color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
}
input::-placeholder,
textarea::-placeholder {
	color: #999999;
}
#header .search_box input#s_btn {
	width: 70px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #dadada;
	border: none;
}

/*
ページネーション----------------------------------------------*/

#pagenation {
	width: 480px;
	margin: 0 auto;
}
#pagenation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#pagenation ul li {
	width: 180px;
	text-align: center;
}
#pagenation ul li a {
	width: 180px;
	height: 34px;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	text-decoration: none;
	background: #3a62a4;
	display: block;
	box-sizing: border-box;
	vertical-align: baseline;
}
#pagenation ul li a:hover {
	background: #38A375;
}

/*
ぱんくず-----------------------------------------------------*/

#main .pan {
	width: 1000px;
	margin: 0 auto 10px;
	line-height:2.5em
	
}
#main .pan ul {
	display: flex;
	flex-wrap: wrap;
}
#main .pan li {
	margin: 0 15px 0 0;
}
#main .pan li:after {
	margin: 0 0 0 15px;
	content: "";
}
#main .pan li:last-of-type:after {
	margin: 0;
	content: " ";
}
#main .pan li a {
	color: #181818;
	text-decoration: none;
}
#main .pan li a:hover {
	color: #FF0000;
}

/*====================================================================================
■01.新着情報
====================================================================================*/

.topics .topics_Box {
	margin: 0 auto 30px;
	padding: 30px;
	background: #FFFFFF;
	border: 10px solid #e9f3f6;
}
.topics .topics_Box .cate {
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 11px;
}
.topics .topics_Box .cate span {
	min-width: 55px;
	height: 20px;
	padding: 0 12px;
	line-height: 20px;
	display: inline-block;
	box-sizing: border-box;
}
.topics .topics_Box .cate span.event {
	background: #3861A3;
}
.topics .topics_Box .cate span.news {
	background: #38A375;
}
.topics .topics_Box .cate span.info {
	background: #e28846;
}

.topics .topics_Box .topic_Title {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #dadada;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.topics .topics_Box .topic_Title h4 {
	font-size: 15px;
	color: #0a3579;
	font-weight: normal;
}
.topics .topics_Box .topic_Title .date {
	margin: 0 0 0 20px;
	font-size: 15px;
	color: #0a3579;
}

.topics .topics_Box .topic_Txt {
	font-size: 16px;
	line-height: 2;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.topics .topics_Box .topic_Txt .photo {
	margin: 0 0 0 30px;
}
.topics .topics_Box .topic_Txt .photo img {
	width: 270px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.topics .topics_Box .topic_Txt .photo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}

/*====================================================================================
■02.お問い合わせ
====================================================================================*/

.contact h4 {
	margin: 0 auto 25px;
}
.contact .form_section {
	margin-right: auto;
	margin-left: auto;
}
.contact .contact_Top {
	margin: 0 auto 50px;
}
.contact .contact_Top p {
	margin: 0 auto 50px;
	font-size: 14px;
	line-height: 2;
}
.contact .contact_Top p a:link {
	color: #003c9d;
}
.contact .pp_Top {
	margin: 0 auto;
}

.contact .contact_Area {
	margin: 0 auto;
	background: #FFFFFF;
}
.contact .contact_Area .contact_Box {
	margin: 0 auto 20px;
	padding: 30px;
	border: 1px solid #d0dbe4;
}
.contact .contact_Area .contact_Box table {
	width: 100%;
	margin: 0 auto;
}
.contact .contact_Area .contact_Box table tr {
	border-bottom: 1px dashed #dadada;
}
.contact .contact_Area .contact_Box table tr:last-child {
	border-bottom: none;
}
.contact .contact_Area .contact_Box table th,
.contact .contact_Area .contact_Box table td {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.contact .contact_Area .contact_Box table th {
	padding: 15px 120px 15px 0;
	white-space: nowrap;
}
.contact .contact_Area .contact_Box table th.hissu {
/*	background: url(../contact/images/hissu.jpg) right center no-repeat;*/
}
.contact .contact_Area .contact_Box table th.hissu::before {
	float: right;
	content: "※";
	display: block;
	margin-right: -90px;
	text-align: right;
	color: #d00;
}
.contact .contact_Area .contact_Box table td {
	width: 100%;
	padding: 15px 0 15px 25px;
	box-sizing: border-box;
}
.contact .contact_Area .contact_Box table td p {
	line-height: 2.5;
}
.contact .contact_Area .contact_Box table td ul li {
	margin: 0 20px 5px 0;
	display: inline-block;
}
.contact .contact_Area .contact_Box table td ul li:nth-of-type(1),
.contact .contact_Area .contact_Box table td ul li:nth-of-type(4) {
	width: 120px;
}
.contact .contact_Area .contact_Box table td ul li:nth-of-type(6) label {
	margin: 0 15px 0 0;
}
.contact .contact_Area .contact_Box table td ul li input {
	margin: 0 5px 0 0;
}

#formEnd {
	margin: 30px auto 0;
	text-align: center;
}

.contact .contact_Area form input[type="submit"] {
	width: 260px;
	height: 60px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 60px;
	background: #3D65A3;
	border: none;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all	0.3s ease;
}
.contact .contact_Area form input[disabled] {
	background-color: #eee !important;
	cursor: default;
}
.contact .contact_Area form input[type="submit"]:hover {
	background: #38A375;
	cursor: pointer;
}

.contact .contact_Area form input[type="button"] {
	width: 260px;
	height: 60px;
	color: #333;
	font-weight: bold;
	font-size: 15px;
	line-height: 60px;
	background: #ddd;
	border: none;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all	0.3s ease;
}
.contact .contact_Area form input[type="button"]:hover {
	color: #fff;
	background: #111;
	cursor: pointer;
}



/* 個人情報チェックあり */
.contact .contact_Area div.form_check {
	font-size: 14px;
	text-align: center;
	line-height: 2;
}
.contact .contact_Area div.form_check span {
	font-size: 18px;
	font-weight: bold;
}
.contact .contact_Area div.form_check a:link {
	color: #003c9d;
}

.contact .pp_Area {
	width: 650px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.7;
}
.contact .pp_Area p {
	margin: 0 auto 20px;
	font-size: 15px;
}
.contact .pp_Area dl dt {
	margin: 0 auto 10px;
	font-size: 15px;
	font-weight: bold;
	color: #3a62a4;
}
.contact .pp_Area dl dd ul {
	margin: 15px auto 0;
}
.contact .pp_Area dl dd ul li:before {
	content: "・";
}

/*====================================================================================
■03.代表挨拶
====================================================================================*/

.greeting .greet_Top {
	margin: 0 auto 105px;
}
.greeting .greet_Top p {
	margin: 0 30px;
	padding: 15px 0;
	font-size: 14px;
	line-height: 2.4;
}
.greeting .greet_Rhilosophy {
	margin: 0 auto;
}
.greeting .greet_Rhilosophy dl {
	margin: 50px 30px 0;
	line-height: 2.3;
	color: #001e4e;
}
.greeting .greet_Rhilosophy dl dt {
	font-weight: bold;
	font-size: 18px;
}
.greeting .greet_Rhilosophy dl dd {
	margin: 0 auto 30px;
	font-size: 14px;
}

/*====================================================================================
■04.会社情報
====================================================================================*/

.profile .profile_Box {
	margin: 0 auto 30px;
	padding: 30px 0 0 0;
	font-size: 16px;
}
.profile .profile_Box table {
	width: 938px;
	margin: 0 auto;
	border-top: 1px dashed #dadada;
}
.profile .profile_Box table tr {
	border-bottom: 1px dashed #dadada;
}
.profile .profile_Box table th,
.profile .profile_Box table td {
	padding: 8px 20px;
	line-height: 2.5;
}
.profile .profile_Box table th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
}
.profile .profile_Box table td {
	width: 100%;
}
.profile .profile_Box table td ul li {
	margin: 0 0 0 1em;
	list-style-type: decimal;
}
.profile .profile_Box table td .map {
	margin: 20px 0;
}
.profile .profile_Box table td .map img {
	width: 100%;
}

.profile .profile_Txt {
	margin: 0 auto;
}
.profile .profile_Box .map{
	width: 938px;
	margin: 30px auto 0 auto;
}
/* .profile .profile_Txt .area01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.profile .profile_Txt .area01 .box01 {
	width: 490px;
	margin: 20px 0 0 0;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #3861a1;
} */
.profile .profile_Txt .area01 .box01 {
	margin-bottom: 20px;
}
.profile .profile_Txt .area01 .box01 dl {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 2;
}
.profile .profile_Txt .area01 .box01 dl dt {
	color: #001e4e;
	font-size: 20px;
	font-weight: 500;
}
.profile .profile_Txt .area01 .box01 dl dd {
	font-size: 14px;
	position: relative;
	margin-left: 20px;
}
.profile .profile_Txt .area01 .box01 dl dd span {
	width: 132px; height: 32px;
	position: absolute;
	top: -35px; right: 0;
}
.profile .profile_Txt .area01 .box01 dl dd span a {
	text-align: center;
	line-height: 33px;
	color: #FFFFFF;
	text-decoration: none;
	background: #001e4e;
	display: block;
}
.profile .profile_Txt .area01 .box01 dl dd span a:hover {
	background: #3860A5;
}

.profile .profile_Txt .area01 dl.t01 {
	padding: 50px 0 0 0;
	color: #001e4e;
	font-size: 14px;
}
.profile .profile_Txt .area01 dl.t01 dt {
	margin: 0 auto 15px;
	font-size: 24px;
}
.profile .profile_Txt .area02 {
	box-sizing: border-box;
	margin: 30px auto;
/*
	padding: 30px;
	border: 25px solid #e4eaf4;
*/
	color: #001e4e;
}
.profile .profile_Txt .area02 dl {
	font-size: 14px;
	line-height: 2.3;
}
.profile .profile_Txt .area02 dl dt {
	font-size: 18px;
	font-weight: bold;
}
.profile .profile_Txt .area02 dl dd ul li {
	margin: 0 0 0 1em;
	list-style-type: decimal;
}
.profile .map .map__txt {
	margin-top: 20px;
}
.profile .map .map__txt p{
	line-height: 2.5;
}


/*====================================================================================
■05.沿革
====================================================================================*/
.history_Top {
	max-width: 1000px;
	margin-right: auto;
	margin-left:	auto;
}
.history_Top .area01 p {
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 2;
}
.history_Top .area01 strong {
	display: inline-block;
	margin-bottom: 10px;
}
.history_Top .images {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: #fff;
	text-align: center;
}
.history_Top .img-frame {
	display: inline-block;
	position: relative;
	margin: 20px 20px 0;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.15);
	box-shadow: 5px 5px 5px rgba(0,0,0,.15);
}
.history_Top .img-frame::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 5px solid #fff;
}

.history_Area {
	position: relative;
	padding-top: 152px;
	z-index: 1;
}
.history_Area::before,
.history_Area::after {
	z-index: 102;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top
}
.history_Area::before {
	top: 0;
	height: 152px;
	background-image: url(../history/images/history04_film.png);
}
.history_Area::after {
	bottom: 0;
	height: 500px;
	background-image: url(../history/images/history04_bottom.png);
}
.history_Line {
	position: relative;
	z-index: 3;
	width: 903px;
	margin-right: auto;
	margin-left:	auto;
	padding-top: 20px;
	padding-bottom: 400px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	/* 折り返し */
	height: 3800px;
}
.history_Line,
.history_Line * {
	box-sizing: border-box;
}
.history_Line::before {
	z-index: 2;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 3px;
	height: 100%;
	background-color: #6ca2d3;
}
.history_Line::after {
	z-index: 2;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 3px;
	height: 300px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent 0%, rgba(255,255,255,1) 100%);
	background-image: linear-gradient(transparent 0%, rgba(255,255,255,1) 100%);
	background-repeat: no-repeat;
}
.history_Line-item,
.history_Line-imgs {
	position: relative;
	width: 400px;
	margin-top: 20px;
}
.history_Line-item::before,
.history_Line-item::after {
	z-index: 103;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.history_Line-item::before {
	width: 63px;
	height: 2px;
	background-color: #3a62a4;
}
.history_Line-item::after {
	width: 19px;
	height: 19px;
	border-radius: 100%;
	background-color: #3a62a4;
}
.history_Line-item[class*="itemL"]::before,
.history_Line-item[class*="itemL"]::after {
	right: -63px;
	left:	auto;
}
.history_Line-item[class*="itemR"]::before,
.history_Line-item[class*="itemR"]::after {
	right: auto;
	left:	-63px;
}

.history_Line-item {
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #3a62a4;
	line-height: 1.8;
}
.history_Line-imgs {
	text-align: center;
}
.history_Line .years {
	font-weight: bold;
}

.history_Line .itemL01 { order:	1; }
.history_Line .itemL02 { order:	2; }
.history_Line .itemL03 { order:	3; }
.history_Line .itemL04 { order:	4; }
.history_Line .itemL05 { order:	5; }
.history_Line .itemL06 { order:	6; }
.history_Line .itemL07 { order:	7; }
.history_Line .itemL08 { order:	8; }
.history_Line .itemL09 { order:	9; }
.history_Line .itemL10 { order: 10; }
.history_Line .itemL11 { order: 11; }
.history_Line .itemL12 { order: 12; }
.history_Line .itemL13 { order: 13; }
.history_Line .itemL14 { order: 14; }
.history_Line .itemL15 { order: 15; }
.history_Line .itemL16 { order: 16; }
.history_Line .itemL17 { order: 17; }
.history_Line .itemL18 { order: 18; }
.history_Line .itemL19 { order: 19; }
.history_Line .itemL20 { order: 20; }
.history_Line .itemL21 { order: 21; }
.history_Line .itemL22 { order: 22; }
.history_Line .itemL23 { order: 23; }

.history_Line .itemR01 { order: 24; }
.history_Line .itemR02 { order: 25; }
.history_Line .itemR03 { order: 26; }
.history_Line .itemR04 { order: 27; }
.history_Line .itemR05 { order: 28; }
.history_Line .itemR06 { order: 29; }
.history_Line .itemR07 { order: 30; }
.history_Line .itemR08 { order: 31; }
.history_Line .itemR09 { order: 32; }
.history_Line .itemR10 { order: 33; }
.history_Line .itemR11 { order: 34; }
.history_Line .itemR12 { order: 35; }
.history_Line .itemR13 { order: 36; }
.history_Line .itemR14 { order: 37; }
.history_Line .itemR15 { order: 38; margin-bottom: 60px; }
.history_Line .itemR16 { order: 39; }
.history_Line .itemR17 { order: 40; }

/*====================================================================================
■06.事業紹介
====================================================================================*/
.service #sec02,
.service .service_Txt {
	width: 100%;
}


.service .service_Top {
	margin: 0 auto;
	padding: 0 31px 0 31px;
	background: #FFFFFF;
}
.service .service_Top p {
	padding-bottom: 20px;
	line-height: 2.3;
	font-size: 14px;
	color: #001e4e;
}

.service .service_Body {
	margin: 0 auto;
}
.service .service_Body_header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
.service .service_Body_header ul {
	position: absolute;
	top: 73px;
	left: 2px;
	width: 999px;
	height: 771px;
}
.service .service_Body_header li {
	position: absolute;
	height: 290px;
}
.service .service_Body_header li:nth-of-type(1) {
	top: 0; left: 0;
	width: 420px;
}
.service .service_Body_header li:nth-of-type(2) {
	top: 0; right: 0;
	width: 385px;
}
.service .service_Body_header li:nth-of-type(3) {
	right: 0; bottom: 0;
	width: 385px;
}
.service .service_Body_header li:nth-of-type(4) {
	bottom: 0; left: 0;
	width: 420px;
}
.service .service_Body_header li a {
	opacity: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 290px;
	-webkit-background-size: 999px 771px;
	background-size: 999px 771px;
	background-repeat: no-repeat;
	background-image: url(../service/images/sec02_cover.jpg);
	transition: opacity .3s;
}
.service .service_Body_header li:nth-of-type(1) a {
	background-position: left top;
}
.service .service_Body_header li:nth-of-type(2) a {
	background-position: right top;
}
.service .service_Body_header li:nth-of-type(3) a {
	background-position: right bottom;
}
.service .service_Body_header li:nth-of-type(4) a {
	background-position: bottom left;
}
.service .service_Body_header li a:hover {
	opacity: 1;
}
.service .service_Txt {
	margin: 100px auto 0;
}
.service .service_Txt:last-of-type {
	padding: 0;
}
.service .service_Txt h5 {
	margin-bottom: 30px;
	text-align: center;
}
.service .service_Txt h5 + h6 {
	margin: -75px auto 30px;
	text-align: center;
}
.service .service_Txt .area01 {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.service .service_Txt .area01 .box01 {
	width: 32%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.service .service_Txt .area01 .box01__ttl {
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	padding: 10px;
}
.service .service_Txt .area01 .box01:nth-child(1) .box01__ttl {
	background-color: #FF0027;
}
.service .service_Txt .area01 .box01:nth-child(2) .box01__ttl {
	background-color: #001F4E;
}
.service .service_Txt .area01 .box01:nth-child(3) .box01__ttl {
	background-color: #3d874d;
}
.service .service_Txt .area01 .box01 dl {
	margin: 5px 0 0;
	color: #001e4e;
}
.service .service_Txt .area01 .box01 dl dt {
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
}
.service .service_Txt .area01 .box01 dl dd {
	margin-top: 5px;
	line-height: 1.7;
	font-size: 14px;
}
.service .service_Txt p.txt01 {
	margin: 20px auto 30px;
	color: #001e4e;
	font-size: 14px;
	line-height: 1.7;
}
.service .service_Txt .area01 .photoWrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left:  -10px;
}
.service .service_Txt .area01 .photoWrap > * {
	width: 320px;
	padding: 10px;
}
.service .service_Txt .area01 .photoWrap img {
	width: 100%;
}
.service .service_Txt .area02 {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 1px dashed #dadada;
}
.service .service_Txt .area02 p {
	margin: 0 0 0 20px;
	color: #001e4e;
	line-height: 1.7;
	font-size: 14px;
}
.service .service_Txt .area03 {
	margin: 0 auto;
	width: 1000px;
}
.service .pic01 {
	margin: 0 auto;
	text-align: center;
}
.service .box01 p {
	 text-align: right;
	 padding-top: 15px;
	 margin-top: auto;
}
.service .box01 a {
	color: #3C5E9D;
	font-size: 14px;
	text-decoration: none;
}
.service .box01 a::after {
	content: " >";
}
.service .service_Txt .ttl01 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.4;
}
.service .service_Txt .lst01,
.service .service_Txt .lst02 {
	margin: 0 auto 30px;
	color: #001e4e;
	font-size: 14px;
	line-height: 1.7;
}
.service .service_Txt .lst02 dt {
	display: block;
}
.service .service_Txt .lst02 dd + dt {
	margin-top: 1em;
}
.service .service_Txt .lst02 dd {
	position: relative;
	margin-left: 1em;
}
.service .service_Txt .lst02 dd::before {
	content: "・";
	position: absolute;
	top: 0;
	left: -1em;
	width: 1em;
	text-align: center;
	color: #001e4e;
}
.service #sec02-4 .area01{
	    margin-top: 30px;
}
/*====================================================================================
■07.ISO認証
====================================================================================*/

.iso .iso_Top {
	margin: 0 auto 81px;
}
.iso .iso_Top h4 {
	padding: 0 31px 0 31px;
}
.iso .iso_Top .photo {
	padding-bottom: 20px;
	border-bottom: 1px dashed #dadada;
	background: #fff;
	padding: 0 31px 31px 31px;
}
.iso .iso_Txt {
	margin: 30px auto 0;
	padding: 30px;
	color: #001e4e;
	background: #FFFFFF;
	box-sizing: border-box;
}
.iso .iso_Txt dl {
	display: flex;
	flex-wrap: nowrap;
}
.iso .iso_Txt dl dt {
	width: 170px;
	padding: 5px 0 0 0;
	font-size: 30px;
	font-weight: bold;
}
.iso .iso_Txt dl dd {
	font-size: 14px;
	line-height: 2.5;
	flex: 1;
}

.iso .iso_Btn {
	width: 640px !important;
	margin: 30px auto 0;
}
.iso .iso_Btn ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.iso .iso_Btn ul li {
	width: 200px;
	margin: 0 10px;
}
.iso .iso_Btn ul li a {
	width: 200px;
	height: 35px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	background: #38A375;
	display: block;
}
.iso .iso_Btn ul li a:hover {
	background: #3A62A0;
}

/*====================================================================================
■08.環境・地域活動
====================================================================================*/

.community .community_Top {
	width: 1000px;
	height: 422px;
	margin: 0 auto 30px;
	background: url(../community/images/bg01.jpg) no-repeat;
}
.community .community_Top p {
	width: 510px;
	margin: 25px 0 0 30px;
	font-size: 14px;
	line-height: 2.5;
}
.community .community_Txt {
	margin: 0 auto;
	padding: 30px;
	color: #001e4e;
	background: #FFFFFF;
	border: 25px solid #e4eaf4;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.community .community_Txt p {
	width: 490px;
	line-height: 3;
}

.community .community_Txt ul {
}
.community .community_Txt ul li {
	width: 280px;
	margin: 0 auto 10px;
}
.community .community_Txt ul li:last-of-type {
	margin: 0 auto;
}
.community .community_Txt ul li a {
	width: 280px;
	height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 52px;
	background: #3A62A0;
	display: block;
	position: relative;
}
.community .community_Txt ul li a:hover {
	background: #38A375;
}
.community .community_Txt ul li a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -6px;
	position: absolute;
	top: 50%; right: 10px;
	border-style: solid;
	border-width: 5px 10px;
	border-color: transparent transparent transparent #FFFFFF;
}
.community .community_Txt ul li a:hover:before {
	top: 50%; right: 5px;
}

.community .community_page_wrap {
	font-size: 14px;
}

.community .section {
	width: 1000px;
	margin: 0 auto 50px;
}
.community .bg_bar01 h4 {
	margin-bottom: 50px;
}

.community .lead_txt {
	margin: 50px auto;
	font-size: 16px;
	line-height: 1.8;
}

.community .sec01_list {
	margin: 0 0 50px;
}
.community .sec01_list li {
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
.community .sec01_box {
	margin: 0 50px;
	padding: 40px;
	border: 1px solid #3a62a4;
}
.community .sec01_box .catch {
	margin-bottom: 20px;
	text-align: center;
}
.community .sec01 .flex {
	display: flex;
	justify-content: center;
}
.community .sec01 .flex .img {
	margin-right: 50px;
}
.community .sec01 .flex .txt {
	padding-top: 60px;
	font-size: 14px;
	line-height: 1.8;
}

.community .sec02_txt {
	margin-bottom: 50px;
	text-align: center;
}
.community .sec02 .flex {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.community .sec02 .flex > div {
	width: 300px;
	margin-bottom: 30px;
	text-align: center;
}
.community .sec02 .flex .img {
	margin-bottom: 10px;
}
.community .txt__tsuda {
	margin-left: -8px;
}

/*====================================================================================
■09.海外関連会社
====================================================================================*/

.oversea .oversea_Top {
	margin: 0 auto;
}
.oversea .oversea_Top .map {
	height: 508px;
	background: url(../oversea/images/oversea_map.jpg) no-repeat;
	position: relative;
}
.oversea .oversea_Top .map ul li a {
	position: absolute;
}
.oversea .oversea_Top .map ul li.america a {top: 185px; right: 285px;}
.oversea .oversea_Top .map ul li.america a:hover {top: 180px; right: 285px;}
.oversea .oversea_Top .map ul li.korea a {top: 176px; left: 395px;}
.oversea .oversea_Top .map ul li.korea a:hover {top: 171px; left: 395px;}
.oversea .oversea_Top .map ul li.taiwan a {top: 216px; left: 385px;}
.oversea .oversea_Top .map ul li.taiwan a:hover {top: 211px; left: 385px;}
.oversea .oversea_Top .map ul li.shanghai a {top: 195px; left: 372px;}
.oversea .oversea_Top .map ul li.shanghai a:hover {top: 190px; left: 372px;}
.oversea .oversea_Top .map ul li.europe a {top: 145px; left: 90px;}
.oversea .oversea_Top .map ul li.europe a:hover {top: 140px; left: 90px;}
.oversea .oversea_Top .map ul li.singapole a {top: 290px; left: 350px;}
.oversea .oversea_Top .map ul li.singapole a:hover {top: 285px; left: 350px;}
.oversea .oversea_Top .map ul li.malaysia a {top: 272px; left: 330px;}
.oversea .oversea_Top .map ul li.malaysia a:hover {top: 267px; left: 330px;}

.oversea .oversea_Top .map ul li span {
	display: none;
	position: absolute;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background-color: rgba(0,0,0,0.65);
}
.oversea .oversea_Top .map ul li.america span {top: 140px; right: 250px;}
.oversea .oversea_Top .map ul li.korea span {top: 130px; left: 250px;}
.oversea .oversea_Top .map ul li.taiwan span {top: 260px; left: 400px;}
.oversea .oversea_Top .map ul li.shanghai span {top: 125px; left: 200px;}
.oversea .oversea_Top .map ul li.europe span {top: 100px; left: 50px;}
.oversea .oversea_Top .map ul li.singapole span {top: 270px; left: 380px;}
.oversea .oversea_Top .map ul li.malaysia span {top: 230px; left: 120px;}

.oversea .link a {
	color: #3C5E9D;
}
.oversea .link a:hover {
	color: #FF0000;
}
.oversea .link:before {
	margin: 0 5px 0 0;
	content:	url(../oversea/images/icon2.jpg);
	position: relative;
	top: 5px;
}

.oversea .oversea_Area {
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.oversea .oversea_Area > dl {
	width: 490px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 1px solid #37629e;
	box-sizing: border-box;

	background-image: url(../oversea/images/bg-patturn_sakura.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.oversea .oversea_Area > dl > dt {
	padding: 20px 25px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	/* background: url(../oversea/images/bg-patturn.png); */
}
.oversea .oversea_Area > dl > dd {
	padding: 20px 30px;
	font-size: 14px;
}
.oversea .oversea_Area > dl > dd .link {
	text-align: right;
}
.oversea .link a:after {
	content: ">";
}
.oversea .oversea_Area dl dd dl dt {
	margin: 0 auto 10px;
	color: #37629e;
	font-size: 16px;
	font-weight: bold;
}
.oversea .oversea_Area dl dd dl dd {
	margin: 0 auto 20px;
}

.oversea .oversea_Link {
	margin: 0 auto;
}
.oversea .oversea_Link dl {
	margin: 20px auto 0;
}
.oversea .oversea_Link dl dt {
	width: 143px;
	height: 37px;
	padding: 0 0 0 15px;
	color: #FFFFFF;
	line-height: 39px;
	font-size: 16px;
	font-weight: bold;
	background: url(../oversea/images/bar01.jpg) no-repeat;
	box-sizing: border-box;
}
.oversea .oversea_Link dl dd {
	margin: -38px 0 20px 0;
	padding: 0 0 20px 163px;
	font-size: 20px;
	font-weight: bold;
	color: #3C5E9D;
	border-bottom: 1px dashed #dadada;
}
.oversea .oversea_Link dl dd.t01 {
	margin: -38px 0 50px 163px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #dadada;
}
.oversea .oversea_Link dl dd .link {
	font-size: 14px;
	font-weight: normal;
}

/*====================================================================================
■10.光学関連資料
====================================================================================*/

.document .document_Top {
	margin: 0 auto 75px;
	padding: 0 31px;
	background: #FFFFFF;
}
.document .document_Top p {
	margin: 10px auto 20px;
	font-size: 16px;
}
.document .document_Top dl dt {
	margin: 0 0 10px 0;
	padding: 13px 0 13px 72px;
	color: #39609d;
	font-size: 20px;
	position: relative;
}
.document .document_Top dl dd {
	margin: 0 0 20px 0;
	padding: 5px 0 20px 72px;
	color: #39609d;
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px dashed #dadada;
	position: relative;
}
.document .document_Top dl dd:last-of-type {
	border-bottom: none;
}
.document .document_Top dl dt:before {
	content: "Q";
	width: 50px;
	height: 50px;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 54px;
	background: #39609d;
	border: 3px solid #39609d;
	position: absolute;
	display: block;
	top: 0; left: 0;
}
.document .document_Top dl dd:before {
	content: "A";
	width: 50px;
	height: 50px;
	font-size: 30px;
	color: #39609d;
	text-align: center;
	line-height: 54px;
	border: 3px solid #39609d;
	position: absolute;
	display: block;
	top: 0; left: 0;
}

.document .document_Txt {
	margin: 0 auto;
}
.document .document_Area {
	font-size: 14px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #fff;
	padding: 0 31px;
}
.document .document_Area .txt_area01 {
	width: 440px;
}
.document .document_Area .txt_area01 .area01 {
	width: 440px;
	margin: 0 auto 30px;
}
.document .document_Area .txt_area01 h5 {
	margin: 0 auto 12px;
	padding: 12px 12px 8px;
	color: #FFFFFF;
	font-size: 16px;
	background: #3B62A5;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.document .document_Area .txt_area01 h5 span {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}
.document .document_Area .txt_area01 p {
	margin: 0 auto 5px;
}
.document .document_Area .txt_area01 .st-sub {
	display: inline-block;
	margin-top: 1.5em;
	font-weight: bold;
	color: #3B62A5;
}
.document .document_Area .txt_area01 .st-sub::before {
	content: "";
	display: inline-block;
	width:	.75em;
	height: .75em;
	margin-right: .25em;
	line-height: 1;
	background-color: #3B62A5;
}
.document .document_Area .txt_area01 .notes {
	margin: 5px 10px;
	padding: 5px 20px;
	color: #23222A;
	background: #B6DBF5;
	display: block;
}
.document .document_Area .txt_area01 .notes2 {
	margin: 5px 0;
	padding: 5px 10px;
	color: #23222A;
	background: #B6DBF5;
	display: block;
}
.document .document_Area .txt_area01 .notes3 {
	margin: 5px 0;
	padding: 5px 10px;
	color: #23222A;
	background: #B6DBF5;
	display: inline-block;
}
.document .document_Area .txt_area01 dl.notes {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.document .document_Area .txt_area01 dl.notes dd span {
	border-bottom: 1px solid #181818;
}
.document .document_Area .txt_area01 dl.notes5 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 5px 10px;
	padding: 5px;
	color: #23222A;
	background: #B6DBF5;
	font-size: 90%;
}
.document .document_Area .txt_area01 dl.notes5 * {
	margin: 0 .20em;
}
.document .document_Area .txt_area01 dl.notes5 dd {
	text-align: center;
}
.document .document_Area .txt_area01 dl.notes5 dd span {
	border-top: 1px solid #181818;
}
.document .document_Area .txt_area01 .photo {
	margin: 0 auto 10px;
}
.document .document_Area .txt_area01 .box01 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.document .document_Area .txt_area01 .box01 img.l01 {
	margin: 0 10px 0 0;
}
.document .document_Area .txt_area01 .box01 img.r01 {
	margin: 0 0 0 10px;
}

/*====================================================================================
■11.各種カタログダウンロード
====================================================================================*/

.catalog .catalog_Area {
	margin: 0 auto;
	padding: 0 31px 30px;
	background: #FFFFFF;
}
.catalog .catalog_Area p {
	margin: 15px auto 20px;
	font-size: 14px;
}
.catalog .catalog_Area table {
	width: 100%;
	margin: 0 auto;
}
.catalog .catalog_Area table th,
.catalog .catalog_Area table td {
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #3d60a1;
}
.catalog .catalog_Area table th {
	padding: 10px 0;
	color: #3d60a1;
	text-align: center;
	font-weight: normal;
	background: #eaeaea;
}
.catalog .catalog_Area table td {
	width: 25%;
	padding: 23px 20px;
}
.catalog .catalog_Area table tr td:nth-of-type(1),
.catalog .catalog_Area table tr td:nth-of-type(2),
.catalog .catalog_Area table tr td:nth-of-type(3) {
	width: 24%;
}
.catalog .catalog_Area table tr td:nth-of-type(4) {
	width: 28%;
}
.catalog .catalog_Area table tr td:nth-of-type(1),
.catalog .catalog_Area table tr td:nth-of-type(4) {
	text-align: center;
}
.catalog .catalog_Area table tr td:nth-of-type(1) a:hover img,
.catalog .catalog_Area table tr td:nth-of-type(4) a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all	0.3s ease;
}
.catalog .catalog_Area table tr td:nth-of-type(4) a {
	display: block;
	text-decoration: none;
}
.catalog .catalog_Area table tr td:nth-of-type(4) a span {
	width: 100%;
	height: 56px;
	margin: 10px auto 0;
	text-align: center;
	color: #FFFFFF;
	line-height: 58px;
	font-weight: bold;
	background: #2b3859;
	display: block;
}
.catalog .catalog_Area table tr td:nth-of-type(4) a:hover span {
	background: #38629E;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all	0.3s ease;
}

.catalog .catalog_Btn {
	margin: 30px auto 0;
	padding-bottom: 30px;
}
.catalog .catalog_Btn ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.catalog .catalog_Btn ul li {
	width: 200px;
	margin: 0 10px;
}
.catalog .catalog_Btn ul li a {
	width: 200px;
	height: 35px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	background: #38A375;
	display: block;
}
.catalog .catalog_Btn ul li a:hover {
	background: #3A62A0;
}

.catalog_list li {
	margin: 0 2.3%;
	width: 20%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}
.catalog_list .catalog_list-img {
	text-align: center;
}
.catalog_list .catalog_list-img img {
	width: 100%;
}
.catalog_list .catalog_list-title {
	font-weight: bold;
	color: #3d60a1;
	font-size: 16px !important;
}
.catalog_list .catalog_list-size {
	font-size: 12px !important;
}
.catalog_list .catalog_list-txt {
}
.catalog_list li p {
	margin: 0 0 0 0 !important;
}

.arc_list{}
.arc_list li{border-bottom: 1px dashed #dee2e6; line-height:2.5em; padding-left:20px; background: url(../images/titA_ico.png) no-repeat left center;}
.arc_list li a{font-size:14px;}
.arc_list li span{ float:right;}



/*====================================================================================
■12.データダウンロード
	12_0.共通
	12_1.ログイン
	12_2.データダウンロード
====================================================================================*/

/*
	12_0.共通
--------------------------------------------------------------------*/

.download .download_Top {
	margin: 0 auto 50px;
	font-size: 14px;
}

/*
	12_1.ログイン
--------------------------------------------------------------------*/

.download .login_Area {
	margin: 0 auto;
	padding: 0 25px 30px;
	font-size: 14px;
	color: #2b3859;
	background: #F7F7F7;
	border: 10px solid #3D63A2;
}
.download .login_Area .bar01 {
	margin: 0 auto 10px;
	text-align: center;
}
.download .login_Area form {
	margin: 30px auto 0;
	text-align: center;
}
.download .login_Area form label {
	width: 350px;
	margin: 0 auto 10px;
	text-align: center;
	display: block;
	position: relative;
}
.download .login_Area form #id,
.download .login_Area form #pass {
	width: 350px;
	height: 50px;
	padding: 0 20px;
	font-size: 18px;
	border: 1px solid #4063A3;
	box-sizing: border-box;
	ime-mode: disabled;
}
.download .login_Area form label {
}
.download .login_Area form label#l_id:before {
	content: "ID";
	font-size: 20px;
	color: #3d60a1;
	font-weight: bold;
	position: absolute;
	top: 10px; left: -35px;
}
.download .login_Area form label#l_pass:before {
	content: "パスワード";
	font-size: 20px;
	color: #3d60a1;
	font-weight: bold;
	position: absolute;
	top: 10px; left: -110px;
}

.download .login_Area form label#l_login {
	margin: 50px auto 10px;
}
.download .login_Area form input[type="submit"] {
	width: 320px;
	height: 45px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 47px;
	background: #3D65A3;
	border: none;
}
.download .login_Area form #login:hover {
	background: #38A375;
	cursor: pointer;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all	0.3s ease;
}

.download .login_Area .link {
	padding: 10px 0 0 0;
	border-top: 1px solid #3d65a4;
}
.download .login_Area .link a {
	width: 320px;
	height: 45px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 47px;
	background: #3D3FA4;
	display: block;
}
.download .login_Area .link a:hover {
	background: #888AD2;
}

/*
	12_2.データダウンロード
--------------------------------------------------------------------*/
/*
.download .download_Area {
	margin: 0 auto;
	color: #2b3859;
	background: #FFFFFF;
}
.download .download_Area .download_Box {
	margin: 0 auto 20px;
}
.download .download_Area .download_Txt {
	margin: 0 auto;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1.7;
	border-right: 1px solid #3d60a1;
	border-bottom: 1px solid #3d60a1;
	border-left: 1px solid #3d60a1;
}
.download .download_Area table {
	width: 100%;
	margin: 0 auto;
}
.download .download_Area table th,
.download .download_Area table td {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #3d60a1;
}
.download .download_Area table th {
	padding: 10px 0;
	color: #3d60a1;
	background: #eaeaea;
}
.download .download_Area table td {
	width: 20%;
	padding: 15px;
}
.download .download_Area table td a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all	0.3s ease;
}

.download .download_Btn {
	margin: 0 auto;
}
.download .download_Btn ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.download .download_Btn ul li {
	width: 200px;
	margin: 0 10px;
}
.download .download_Btn ul li a {
	width: 200px;
	height: 35px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	background: #38A375;
	display: block;
}
.download .download_Btn ul li a:hover {
	background: #3A62A0;
}
*/

.download .download_tmpl {
	margin: 0 auto;
}
.download .download_tmpl h4 {
	font-weight: normal;
}
.download .tbl-download {
	width: 100%;
	margin: 0 -1px;
	border-collapse: separate;
	border-spacing: 1px;
}
.download .tbl-download th,
.download .tbl-download td {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	-ms-word-break: break-all;
	word-break: break-all;
}
.download .tbl-download tbody tr:nth-of-type(4n+3) td,
.download .tbl-download tbody tr:nth-of-type(4n+4) td {
}
.download .tbl-download thead th {
	font-weight: bold !important;
	text-align: center !important;
	background-color: #3d60a1 !important;
	border: 1px solid #2c4e8c;
	color: #fff !important;
}
.download .tbl-download .cell_ttl {
	font-weight: bold;
	text-align: left;
	background-color: #e5eeff;
	border: 1px solid #ccdbf9;
	color: #3d60a1;
}
.download .tbl-download .cell_ver {
	width: 15%;
	text-align: right;
	background-color: #e5eeff;
	border: 1px solid #ccdbf9;
}
.download .tbl-download .cell_dat {
	width: 15%;
	background-color: #e5eeff;
	border: 1px solid #ccdbf9;
}
.download .tbl-download .cell_btn {
	width: 25%;
	background-color: #f9f9f9;
}
.download .tbl-download .cell_btn li + li {
	margin-top: 5px;
}
.download .tbl-download .cell_btn a {
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none !important;
	background-color: #38A375;
	color: #fff;
	transition: background .3s;
}
.download .tbl-download .cell_btn a:hover {
	background-color: #244EA4;
}
.download .tbl-download .cell_txt {
	text-align: left;
	vertical-align: top;
}

/*====================================================================================
■13.採用情報
====================================================================================*/

.recruit {
	margin: 0 auto 15px;
}
.recruit .recruit_Top {
	margin: 0 auto 50px;
	padding: 0 31px 0 31px;
	background: #FFFFFF;
}
.recruit .recruit_Top p {
	margin-top: 20px;
	line-height: 2.3;
	font-size: 14px;
}

.recruit .recruit_Area {
	margin: 0 auto;
	font-size: 14px;
}
.recruit .recruit_Area h4 {
	margin: 0 auto 30px;
}
.recruit .recruit_Area .recruit_Box {
	margin: 0 auto 50px;
	padding: 50px;
	border: 1px solid #d0dbe4;
}
.recruit .recruit_Area .recruit_Box table {
	width: 100%;
	margin: 0 auto;
}
.recruit .recruit_Area .recruit_Box table tr {
	border-bottom: 1px dashed #dadada;
}
.recruit .recruit_Area .recruit_Box table tr:last-child {
	border-bottom: none;
}
.recruit .recruit_Area .recruit_Box table th,
.recruit .recruit_Area .recruit_Box table td {
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.7;
}
.recruit .recruit_Area .recruit_Box table th {
	padding: 15px 40px 15px 25px;
	background: #e8f4f9;
	white-space: nowrap;
}
.recruit .recruit_Area .recruit_Box table th.t01 {
	border-right: 1px dashed #dadada;
}
.recruit .recruit_Area .recruit_Box table td {
	width: 100%;
	padding: 15px 25px;
}
.recruit .recruit_Area .recruit_Box table td ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 530px;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.recruit .recruit_Area .recruit_Box table td ul li {
	margin: 0 20px 0 0;
}
.recruit .recruit_Area .recruit_Box table td ul li:before {
	content: "●";
}
.recruit .recruit_Area .recruit_Box table td dl dd {
	margin: -1.5em 0 0 12em;
}

.recruit .recruit_Area .recruit_Box2 {
	margin: 20px auto 0;
	padding: 30px 40px;
	font-size: 14px;
	border: 1px solid #d0dbe4;
	display: flex;
	flex-wrap: wrap;
}
.recruit .recruit_Area .recruit_Box2 dl {
	margin: 0 30px 0 0;
	line-height: 1.7;
}
.recruit .recruit_Area .recruit_Box2 dl:last-child {
	margin: 0;
}
.recruit .recruit_Area .recruit_Box2 dl:nth-of-type(1) dt {
	color: #163e7f;
	font-weight: bold;
}
.recruit .recruit_Area .recruit_Box2 dl:nth-of-type(2) dt {
	color: #0068b7;
	font-weight: bold;
}
.recruit .recruit_Area .recruit_Box2 dl:nth-of-type(2) dd a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.recruit .recruit_Area .recruit_Box2 dl:nth-of-type(3) dt {
	color: #3d874d;
	font-weight: bold;
}
.recruit .recruit_Area .recruit_Box2 dl:nth-of-type(3) dd a {
	width: 358px;
	height: 54px;
	color: #FFFFFF;
	text-align: center;
	line-height: 56px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	display: block;
	background: #46A456;
	box-sizing: border-box;
}
.recruit .recruit_Area .recruit_Box2 dl:nth-of-type(3) dd a:hover {
	background: #38629E;
}
.recruit .recruit_Area .recruit_Box2 dl:nth-of-type(3) dd a span {
}
.recruit .recruit_Area .recruit_Box2 dl:nth-of-type(3) dd a span:before {
	content: url(../recruit/images/mail.png);
	position: relative;
	top: 4px; left: -8px;
}

/*====================================================================================
■14.製品案内
	14_0.共通
	14_1.一覧
	14_2.詳細
====================================================================================*/

/*
	14_1.一覧
--------------------------------------------------------------------*/
.product_list .search {
	margin: 0 auto 75px;
	padding: 24px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	border: 1px solid #3a62a4;
}
.product_list .search_box {
	width: 500px;
	height: 40px;
	border: 1px solid #c8c8c8;
}
.product_list .search_box form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_list .search_box input#search {
	width: 450px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
	border: none;
}

.product_list .list_wrapper {
	margin: 0 auto;
}
.product_list .list_wrapper ul.cate {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_list .list_wrapper ul.cate li {
	width: 332px;
	height: 72px;
}
.product_list .list_wrapper ul.cate li.active {
}
.product_list .list_wrapper ul.cate li a {
	width: 332px;
	height: 72px;
	padding: 12px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #e2e8f6;
	display: block;
	box-sizing: border-box;
}
.product_list .list_wrapper ul.cate li a:hover,
.product_list .list_wrapper ul.cate li a.active {
	color: #FFFFFF;
	background: #3a62a4;
}
.product_list .list_wrapper ul.cate li a span {
	font-size: 16px;
	font-weight: normal;
	display: block;
	position: relative;
}
.product_list .list_wrapper ul.cate li a span:before {
	content: "";
	width: 120px;
	height: 2px;
	margin-left: -60px;
	background: #181818;
	position: absolute;
	top: -2px;
	left: 50%;
}
.product_list .list_wrapper ul.cate li a:hover span:before,
.product_list .list_wrapper ul.cate li a.active span:before {
	background: #FFFFFF;
}
.product_list .list_wrapper .bloc01 {
	display: none;
}
.product_list .list_wrapper #bloc1_area1 {
	display: block;
}

.product_list .list_wrapper .list_Box {
	padding: 30px 0 10px;
	box-sizing: border-box;
}
.product_list .list_wrapper .list_Box div[class*="box0"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 960px;
	margin-right: auto;
	margin-left:	auto;
}
.product_list .list_wrapper .list_Box div[class*="box0"] + div[class*="box0"] {
	margin-top: 10px;
}
.product_list .list_wrapper .list_Box #bloc1_area1 div[class*="box0"] {
	margin-right: 8px;
	margin-left:	8px;
	padding: 20px 10px 0;
}

.product_list .list_wrapper .list_Box .inner {
	width: 300px;
	margin: 0 10px 20px;
}
.product_list .list_wrapper .list_Box .inner h6.accordion_title {
    background-color: #001F4E;
    padding: 12px 10px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.product_list .list_wrapper .list_Box dl.accordion_inside {
    display: none;
}
.product_list .list_wrapper .list_Box .accordion_arrow {
    background: #283c78;
    padding: 8px;
    text-align: center;
    line-height: 1.0;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.product_list .list_wrapper .list_Box .accordion_arrow::before {
    content: "▼";
}
.product_list .list_wrapper .list_Box .accordion_arrow.active::before {
    content: "▲";
}

/*
.product_list .list_wrapper .list_Box dl {
    width: 300px;
    margin: 0 10px 20px;
}
.product_list .list_wrapper .list_Box dl dt {
    margin-bottom: 10px;
}
.product_list .list_wrapper .list_Box dl dt a {
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background-color: #001F4E;
    color: #FFFFFF;
}
*/
.product_list .list_wrapper .list_Box dd {
	padding: 10px 0;
	border-bottom: 1px dashed #dadada;
}
.product_list .list_wrapper .list_Box dd a {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
	text-decoration: none;
	color: #244EA4;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
}
.product_list .list_wrapper .list_Box dd a::before,
.product_list .list_wrapper .list_Box dd a::after {
	content: "";
	display: block;
	position: absolute;
	top:	.4em;
	left: .1em;
	width:	.4em;
	height: .4em;
	border-top:	 1px solid #244EA4;
	border-right: 1px solid #244EA4;
	transform: rotate(45deg);
}
.product_list .list_wrapper .list_Box dd a::after {
	left: .5em;
}
.product_list .list_wrapper .list_Box dd a:hover {
	text-decoration: underline;
}

.product_list .list_wrapper .list_Box .box01 {
	background-color: #f6e2e2;
	margin-top: -20px;
}
.product_list .list_wrapper .list_Box .box02 {
	background-color: #f6ede2;
}
.product_list .list_wrapper .list_Box .box03 {
	background-color: #e2f6e2;
}
.product_list .list_wrapper .list_Box .box04 {
	background-color: #e2e7f6;
}
.product_list .list_wrapper .list_Box .box05 {
	background-color: #f2f2f2;
}
.product_list .list_wrapper .list_Box .box01 dd,
.product_list .list_wrapper .list_Box .box02 dd,
.product_list .list_wrapper .list_Box .box03 dd,
.product_list .list_wrapper .list_Box .box04 dd,
.product_list .list_wrapper .list_Box .box05 dd {
	border-bottom: 1px dashed #fff;
}

/*
	14_2.詳細
--------------------------------------------------------------------*/
/*
.product_detail .detail_Top {
	margin: 0 auto;
}
.product_detail .detail_Top h4 {
	margin: 0 auto;
	padding: 8px 20px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: normal;
	background: #3B62A5;
}
.product_detail .detail_Top ul.cate {
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_detail .detail_Top ul.cate::after{
	content:"";
	display: block;
	width:326px;
}
.product_detail .detail_Top ul.cate li {
	width: 326px;
	margin-bottom: 10px;
}
.product_detail .detail_Top ul.cate li a {
	width: 326px;
	min-height: 68px;
	padding: 23px 5px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	background: #244EA4;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_detail .detail_Top ul.cate li a:hover {
	background: #38A375;
}

.product_detail .detail_Txt {
	margin: 65px auto 0;
}
.product_detail .detail_Txt h5 {
	margin: 0 auto;
	padding: 6px 10px 2px;
	color: #244EA4;
	font-size: 20px;
	background: #D4DFF1;
	border-left: 10px solid #244EA4;
}
.product_detail .detail_Txt .area01 {
	margin: 20px auto 0;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px dotted #bcbbaf;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.product_detail .detail_Txt .area01 .photo {
	margin: 0 0 0 45px;
}
.product_detail .detail_Txt .area01 .photo img {
	width: 308px;
	border: 1px solid #c8c8c8;
}

.product_detail .detail_Btn {
	margin: 40px auto 0;
}
.product_detail .detail_Btn ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.product_detail .detail_Btn ul li {
	width: 200px;
	margin: 0 10px;
}
.product_detail .detail_Btn ul li a {
	width: 200px;
	height: 35px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	background: #38A375;
	display: block;
}
.product_detail .detail_Btn ul li a:hover {
	background: #3A62A0;
}
.product_detail .detail_Btn ul li a.back {
	background: #001F4E;
	position: relative;
}
.product_detail .detail_Btn ul li a.back:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -6px;
	position: absolute;
	top: 50%; left: 10px;
	border-style: solid;
	border-width: 5px 10px;
	border-color: transparent #FFFFFF transparent transparent;
}
.product_detail .detail_Btn ul li a.back:hover:before {
	top: 50%; left: 5px;
}

.product_detail .detail_wrapper {
	margin: 75px auto 0;
}
.product_detail .detail_wrapper dl.top {
	padding: 25px 40px;
	background: #eee6de;
	border-radius: 15px;
	font-size: 14px;
}
.product_detail .detail_wrapper dl.top dt {
	font-size: 22px;
	font-weight: bold;
}
.product_detail .detail_wrapper dl.top dd {
	margin-top: 10px;
	line-height: 1.7;
}
.product_detail .detail_wrapper .detail_Area {
	margin: 20px auto 0;
}
.product_detail .detail_wrapper .detail_Area table {
	width: 100%;
	margin: 0 auto;
}
.product_detail .detail_wrapper .detail_Area table th,
.product_detail .detail_wrapper .detail_Area table td {
	padding: 10px 20px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #d5dff1;
}
.product_detail .detail_wrapper .detail_Area table th {
	color: #FFFFFF;
	background: #244EA4;
}

.product_detail .product_Txt {
	margin: 75px auto 0;
	padding: 30px;
	color: #001e4e;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 25px solid #e4eaf4;
}
.product_detail .product_Txt dl dd {
	margin: 15px auto 0;
	font-size: 14px;
}
.product_detail .product_Txt dl dd .link {
	width: 420px;
	margin: 15px auto 0;
}
.product_detail .product_Txt dl dd .link a {
	width: 420px;
	height: 52px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 55px;
	background: #3A62A0;
	display: block;
}
.product_detail .product_Txt dl dd .link a:hover {
	background: #38A375;
}

.product_detail .detail_subbox {
	margin: 20px auto 0;
}
.product_detail .detail_subbox h5 {
	margin: 0 auto 20px;
	padding: 6px 10px 2px;
	color: #244EA4;
	font-size: 20px;
	background: #D4DFF1;
	border-left: 10px solid #244EA4;
}
.product_detail .detail_subbox .detail_subbox-imglist {
	margin-top: 10px;
}
.product_detail .detail_subbox .detail_subbox-imglist li {
	display: inline-block;
	margin: 0 4%;
	width: 41.7%;
}
.product_detail .detail_subbox .detail_subbox-imglist li img {
	width: 100%;
}
*/
.product_detail .detail_subbox .de_text{
	float: left;
}

.product_detail .detail_subbox .de_img{
	float: right;
	margin-left: 30px;
}


/*.tab_wrap{width:500px; margin:80px auto;}*/
.tab_wrap input[type="radio"]{display:none;}
/*.tab_area{font-size:0; margin:0 10px;}*/
/*.tab_area label{width:150px;
	margin:0 5px;
	display:inline-block;
	padding:12px 0;
	color:#999;
	background:#ddd;
	text-align:center;
	font-size:13px;
	cursor:pointer;
	transition:ease 0.2s opacity;}*/
/*.tab_area label:hover{opacity:0.5;}*/
/*.panel_area{background:#fff;}*/
.tab_panel{width:100%; display:none;}
/*.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}*/


.tab_area label {
width: 330px;
height: 140px;
padding: 10px;
font-size: 20px;
font-weight: bold;
text-align: center;
text-decoration: none;
background: #e2e8f6;
display: inline-block;
box-sizing: border-box;
cursor: pointer;
}

.product_list .list_wrapper label span {
	font-size: 16px;
	font-weight: normal;
	display: block;
	position: relative;
}

.product_list .list_wrapper label span:before {
	content: "";
	width: 120px;
	height: 2px;
	margin-left: -60px;
	background: #181818;
	position: absolute;
	top: -2px;
	left: 50%;
}

#tab1:checked ~ .tab_area .tab1_label {background:#3a62a4; color:#fff;}
#tab1:checked ~ .tab_area .tab1_label span::before{background:#fff;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#3a62a4; color:#fff;}
#tab2:checked ~ .tab_area .tab2_label span::before{background:#fff;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#3a62a4; color:#fff;}
#tab3:checked ~ .tab_area .tab3_label span::before{background:#fff;}
#tab3:checked ~ .panel_area #panel3{display:block;}


/*
	14_2.詳細 20180613
--------------------------------------------------------------------*/
.product_detail-section {}

/* title */
.product_detail .ttl-ca {
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
	padding: 12px 20px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: normal;
	border-left: 15px solid #244EA4;
	background: #3B62A5
}

.product_detail [class*="ttl-"] {
	margin-top: 30px;
}
.product_detail .ttl-product {
	padding-bottom: 5px;
	border-bottom: 1px solid #244EA4;
	font-size: 24px;
	color: #244EA4;
}
.product_detail .ttl-sub {
	box-sizing: border-box;
	max-width: 1000px;
	padding: .5em .75em;
	color: #FFFFFF;
	font-size: 24px;
	border-radius: 10px;
	font-weight: normal;
	background: #244EA4
}
.product_detail .ttl-line {
	padding-bottom: 5px;
	border-bottom: 1px solid #244EA4;
	font-size: 18px;
	color: #244EA4;
}
/* list */
.product_detail .lst-btn {
	margin-bottom: 15px;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px dashed #fff;
}
.product_detail .lst-set {
		margin-top: 30px;

}
.product_detail .lst-set_head {
		display: block;
		border-left: 5px solid #244EA4;
		padding-left: .5em;
		font-size: 16px;
		font-weight: bold;
}
.product_detail .lst-set_desc {
		margin-top: .5em;
}
.product_detail .lst-set_desc + .lst-set_head {
		margin-top: 15px;
}
.product_detail .lst-item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product_detail .lst-item_li {
	margin-right: 3px;
}
.product_detail .lst-item_li::before {
	content: '|';
	margin-right: 3px;
}
.product_detail .lst-item_li:last-child::after {
	content: '|';
	margin-left: 3px;
}
/* text */
.product_detail .txt {
	margin-top: 30px;
}
/* figure image */
.detail_imgs .col-12,
.detail_imgs .col-6,
.detail_imgs .col-4{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.product_detail .fig {
	width: 100%;
	padding-top: 30px;
	margin-top:auto;
}
.product_detail .fig img {
	width: 100%;
}
.product_detail .figcap {
		display: block;
		padding-top: .75em;
		padding-bottom: .75em;
}
/* table */
.product_detail .box-scroll {
	overflow-x: scroll;
	overflow-y: auto;
	font-size:16px;
}
.product_detail .tbl {
	width: 100%;
	margin-top: 30px;
	table-layout: fixed;
}
.product_detail .tbl th,
.product_detail .tbl td {
	padding: .75em 1.5em;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #d5dff1;
}
.product_detail .tbl th {
	color: #FFFFFF;
	font-size: 14px;
	background: #244EA4;
	width: 120px;
}
/* button */
.product_detail [class*="btn-color"] {
	display: block;
	box-sizing: border-box;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	position: relative;
	max-width: 240px;
	margin-right: auto;
	margin-left:	auto;
	font-size: 120%;
}
.product_detail .back::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: .5em;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-width: .5em .75em;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}
.btn-color--blue	{ background-color: #244EA4; } .btn-color--blue:hover	{ background-color: #38A375; }
.btn-color--green { background-color: #38A375; } .btn-color--green:hover { background-color: #244EA4; }
.btn-color--navy	{ background-color: #001f4e; } .btn-color--navy:hover	{ background-color: #244EA4; }


.product_detail .row.rev {
		-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;
}

/* nav */
.product_detail .detail_nav .wrap-cate {
	padding: 8px;
}
.product_detail .detail_nav .cate {
	/*background-color: #f6e2e2;*/
	padding: 10px 20px;
}
.product_detail .detail_nav .cate > li {
	border-bottom: 1px dashed #fff;
	padding: 10px 0;
}
.product_detail .detail_nav a {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
	text-decoration: none;
	color: #244EA4;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
}
.product_detail .detail_nav a::before,
.product_detail .detail_nav a::after {
		content: "";
		display: block;
		position: absolute;
		top: .4em;
		left: .1em;
		width: .4em;
		height: .4em;
		border-top: 1px solid #244EA4;
		border-right: 1px solid #244EA4;
		transform: rotate(45deg);
}
.product_detail .detail_nav a::after {
		left: .5em;
}

/* header */
.product_detail .detail_header {
	margin-top: 30px;
}
.product_detail .detail_header .container-min {
	border-radius: 10px;
	background-color: #eee6de;
	padding-bottom: 30px;
}
.product_detail .detail_header .txt {
	margin-top: 15px;
}
.product_detail .detail_header .container-min .container-min--img{
	width: 25%;
	max-width: 25%;
}
.product_detail .detail_header .container-min .container-min--txt{
	width: 73%;
	max-width: 73%;
	font-size:16px
}
.product_detail .detail_header .container-min .container-min--wrap{
	margin-right: 0!important;
	margin-left: 0!important;
	justify-content: space-between;
}


/* main */
.product_detail .detail_subbox {
	margin-top: 60px;
}
/* footer */
.product_detail .detail_footer {
	margin-top: 60px;
}
.product_detail .detail_footer ul {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product_detail .detail_footer li {
	width: 240px;
	margin: 0 15px; 
	text-align: center;
}


.tab_panel{width:100%; display:none;}

.tab_area label {
width: 330px;
height: 140px;
padding: 10px;
font-size: 20px;
font-weight: bold;
text-align: center;
text-decoration: none;
background: #e2e8f6;
display: inline-block;
box-sizing: border-box;
cursor: pointer;
}

.product_list .list_wrapper label span {
	font-size: 16px;
	font-weight: normal;
	display: block;
	position: relative;
}

.product_list .list_wrapper label span:before {
	content: "";
	width: 120px;
	height: 2px;
	margin-left: -60px;
	background: #181818;
	position: absolute;
	top: -2px;
	left: 50%;
}

#tab1:checked ~ .tab_area .tab1_label {background:#3a62a4; color:#fff;}
#tab1:checked ~ .tab_area .tab1_label span::before{background:#fff;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#3a62a4; color:#fff;}
#tab2:checked ~ .tab_area .tab2_label span::before{background:#fff;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#3a62a4; color:#fff;}
#tab3:checked ~ .tab_area .tab3_label span::before{background:#fff;}
#tab3:checked ~ .panel_area #panel3{display:block;}


/*
 * tab in detail
 */
.product_detail.tab_panel {

}
.product_detail.tab_panel .detail_subbox {
	margin-top: 0;
	margin-right: 20px;
	margin-left:	20px;
	margin-bottom: 60px;
}
.product_detail.tab_panel .container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product_detail.tab_panel .ttl-sub {
	margin-top: 0;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox .lst-set {
	float: none;
	width: auto;
	margin: 30px auto auto;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox .lst-set_desc {
	border-bottom: none;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox .lst-set_desc p {
	clear: both;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox .sbj {
	clear: both;
	display: block;
	font-size: 108%;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox .sbj::before {
	content: "◆";
	color: #244EA4;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox figure + p {
	clear: both;
	padding-top: 10px;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox figure {
	display: block;
	margin-top: 10px;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox .pdt-fig {
	float: left;
	margin-right: 10px;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox figure img {
	max-width: 100%;
}
.product_detail.tab_panel .detail_wrapper .detail_subbox figcaption {
	margin-top: 10px;
}


.product_detail a.btn_contact_list {
    display: inline-block;
    background: #244EA4;
    padding: 15px 30px;
    text-decoration: none;
    line-height: 1.0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.product_detail a.btn_contact_list:hover {
    background: #468CD2;
}

.product_detail a.btn_contact_detail {
    display: inline-block;
    background: #244EA4;
    padding: 15px 30px;
    text-decoration: none;
    line-height: 1.0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.product_detail a.btn_contact_detail:hover {
    background: #468CD2;
}


/*
 * under navigation
 */
.underNav {
	margin-top: 60px;
}
.underNav * {
	box-sizing: border-box;
}
.underNav-label {
	box-sizing: border-box;
	display: inline-block;
	min-width: 330px;
	padding: 20px 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #3a62a4;
	color: #fff;
	cursor: pointer;
}
.underNav-frame {
	padding: 8px;
	box-sizing: border-box;
}
.underNav-frame ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 980px;
	margin-right: auto;
	margin-left:	auto;
	padding: 10px;
}
.underNav-frame ul + ul {
	margin-top: 10px;
}
.product_list .list_wrapper .list_Box #bloc1_area1 div[class*="box0"] {
	margin-right: 8px;
	margin-left:	8px;
	padding: 20px 10px 0;
}
.underNav-frame li {
	width: 33.3%;
	padding: 10px;
}
.underNav-frame li a {
	box-sizing: border-box;
	display: block;
	padding: 15px 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background-color: #001F4E;
	color: #FFFFFF;
}

.underNav-frame .list_c01 {
	background-color: #f6e2e2;
}
.underNav-frame .list_c02 {
	background-color: #f6ede2;
}
.underNav-frame .list_c03 {
	background-color: #e2f6e2;
}
.underNav-frame .list_c04 {
	background-color: #e2e7f6;
}
.underNav-frame .list_c05 {
	background-color: #f2f2f2;
}

.cpzx .ly_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.cpzx .ly_msg h3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.cpzx .ly_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}
.cpzx .ly_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 12px;
	padding: 0;
}
.cpzx .ly_msg ul li h4 {
	width: 17%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	margin: 0;
	padding: 0 20px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 34px;
}
.cpzx .ly_msg ul li .msg_tara {
	height: 118px;
}
.cpzx .msg_ipt1 input, .msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt1 input {
	height: 34px;
	line-height: 16px;
}
.cpzx .msg_tara textarea {
	height: 118px;
	line-height: 20px;
	resize: none;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}
.cpzx .msg_ipt2 input {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
}
.cpzx .ly_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 20px 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li h4 {
	width: 10%;
	height: 45px;
	font-size: 12px;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 90%;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 90%;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 47px;
}
.cpzx .msg_ipt1 input {
	height: 45px;
	line-height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 90% !important;
	height: 45px !important;
}
.cpzx .msg_ipt12 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt1 select {
	height: 45px !important;
}
.cpzx input {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx textarea {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx select {
	border-radius: 2px;
	border: none !important;
	background: #f1f1f1;
	outline: none;
	text-indent: 10px;
}
.cpzx input:focus, .cpzx textarea:focus {
	border: 1px solid #dedede !important;
}
.cpzx .ly_msg ul li a.yzm_img img {
	height: 100% !important;
}
.cpzx .msg_btn input {
	width: 150px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
.cpzx .msg_btn input:first-child {
	background: #1e5aa1;
	color: #fff;
	outline: none;
}
.cpzx .msg_ipt2 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	height: 45px;
}

.pcur {
	background: #3a62a4 !important;
    color: #fff;
}
