@charset "utf-8";
hr.border {
	margin: 50px 0;
}
.subtitle {
}
.subtitle span {
	font-size: 1.6em;
	color: #000;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.5em;
	word-break: keep-all;
	display: inline-block;
	letter-spacing:-1px;
}
.subtitle span:after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	margin-left: 5px;
}
.subtitle.type2 {
    text-align:center;
}
.subtitle.type2 span {
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 20px;
	border-radius:10px;
	font-weight: 700;
	line-height: 1.5em;
	word-break: keep-all;
	padding:10px 40px;
	display: inline-block;background: #394ba8; 
background: -moz-linear-gradient(left, #394ba8 0%, #448aff 100%);
background: -webkit-linear-gradient(left, #394ba8 0%,#448aff 100%);
background: linear-gradient(to right, #394ba8 0%,#448aff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394ba8', endColorstr='#448aff',GradientType=1 ); 
}
.subtitle.type2 span:after {
	display:none;
}
.overview_sec01 {
	margin-bottom: 40px;
}
.overview_sec01 h4 {
	font-size: 3em;
	color: #000;
	margin-bottom: 20px;
	font-weight: 800;
	line-height: 1.5em;
	word-break: keep-all;
}
.overview_sec01 h4 strong {
	color: #384ba8;
	font-weight: 800;
}
.overview_sec01 p.title {
	font-weight: 600;
	color: #000;
	font-size: 1.3em;
	margin-bottom: 40px;
}
.overview_sec01 p {
	margin-bottom: 20px;
	line-height: 1.5em;
	word-break: keep-all;
}
.overview_pic01 {
	text-align: right;
	margin-bottom: 70px;
}
.overview_pic01 img {
	max-width: 100%;
}
.overview_sec02 {
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.overview_sec02 .overview_txt {
	width: 45%;
}
.overview_sec02 .overview_txt h4 {
	font-size: 2.6em;
	color: #000;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.5em;
	word-break: keep-all;
}
.overview_sec02 .overview_txt p.title {
	font-weight: 600;
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
	word-break: keep-all;
}
.overview_sec02 .overview_img {
	width: 50%;
	text-align: right;
}
.overview_sec02 .overview_img img {
	max-width: 100%;
}
.overview_sec03 {
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.overview_sec03 .overview_txt {
	width: 45%;
	order: 2;
}
.overview_sec03 .overview_txt h4 {
	font-size: 2.6em;
	color: #000;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.5em;
	word-break: keep-all;
}
.overview_sec03 .overview_txt p.title {
	font-weight: 600;
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
	word-break: keep-all;
	margin-bottom: 30px;
}
.overview_sec03 .overview_txt p {
	margin-bottom: 20px;
	line-height: 1.5em;
	word-break: keep-all;
}
.overview_sec03 .overview_img {
	width: 50%;
	text-align: right;
	order: 1;
}
.overview_sec03 .overview_img img {
	max-width: 100%;
}
.overview_sec04 {
	background: #000000;
	padding: 50px 0 50px 0;
}
.overview_sec04 .area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.overview_sec04 h4 {
	width: 20%;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
}
.overview_sec04 .overview_sec04_inner {
	width: 80%;
}
.overview_sec04 .overview_sec04_inner .overview_sec04_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.overview_sec04 .overview_sec04_inner .overview_sec04_in .overview_sec04_item {
	width: 33.3333%;
	text-align: center;
	color: #fff;
	line-height: 1.5em;
	word-break: keep-all;
	margin: 0 0px 50px;
	padding: 0 10px;
}
.overview_sec04 .overview_sec04_inner .overview_sec04_in .overview_sec04_item strong {
	display: block;
	font-size: 1.3em;
	color: #fff;
	margin: 15px 0 5px 0;
}
.overview_sec04_btn {
	text-align: center;
	width: 100%;
	padding-top: 50px;
}
.overview_sec04_btn a {
	display: inline-block;
	border-radius: 5px;
	padding: 22px 60px;
	background: #384ba8;
	color: #fff;
	font-size: 1.4em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.overview_sec04_btn a:hover {
	background: #fff;
	color: #384ba8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.history_sec01 {
	background: url('/images/img01_0201.png') no-repeat center center;
	padding: 100px 0;
	text-align: center;
}
.history_sec01 h4 {
	font-family: 'Century Gothic';
	color: #fff;
	margin-bottom: 30px;
	font-size: 1.2em;
}
.history_sec01 p {
	font-weight: 600;
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	word-break: keep-all;
}
.history_sec02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.history_sec02 .history_sec02_item {
	width: 33.333%;
	text-align: center;
	border-left: 1px solid #d4d4d4;
	padding: 30px 10px;
}
.history_sec02 .history_sec02_item:first-child {
	border-left: none;
}
.history_sec02 .history_sec02_item strong {
	color: #000;
	margin: 30px 0 10px 0;
	font-family: 'Century Gothic';
	display: block;
	font-size: 1.4em;
}
.organization_sec01 {
	background: url('/images/img01_0301.png') no-repeat center center;
	padding: 70px 15px;
	background-size:cover;
	text-align: center;
}
.organization_sec01 p {
	font-weight: 600;
	color: #fff;
	font-size: 2em;
	line-height: 1.5em;
	word-break: keep-all;
}
.organization_sec02 {
	margin-top: 50px;
	text-align: center;
}
.organization_sec02 img {
	max-width: 100%;
}
.certification_sec01 {
	background: url('/images/img01_0407.png') no-repeat center center;
	padding: 100px 15px;
	text-align: center;
	color: #fff;
}
.certification_sec01 h4 {
	font-size: 2.6em;
	margin-bottom: 50px;
	font-weight: 700;
	line-height: 1.5em;
	word-break: keep-all;
}
.certification_sec01 h5 {
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 1.5em;
	word-break: keep-all;
}
.certification_sec01 p {
	font-size: 1.1em;
	line-height: 1.5em;
	word-break: keep-all;
}
.certification_sec02 {
	margin-top: 50px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.certification_sec02 .certification_sec02_item {
	width: 33.333%;
	text-align: center;
	padding: 0px 10px;
}
.certification_sec02 .certification_sec02_item p.img {
	background: #f4f4f4;
	padding: 30px 0px;
}
.certification_sec02 .certification_sec02_item p.img img {
	max-width: 100%;
}
.certification_sec02 .certification_sec02_item p {
	color: #000;
	margin: 20px 0 0px 0;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}
.certification_sec03 {
	margin-top: 50px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.certification_sec03 > div {
	width: 100%;
	text-align: center;
}
.certification_sec03 p.img {
	border: 1px solid #dedede;
	padding: 50px 0px;
}
.certification_sec03 p.img img {
	max-width: 100%;
}
.certification_sec03 p {
	color: #000;
	margin: 20px 0 0px 0;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}
.certification_sec04 {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.certification_sec04 .certification_sec04_item {
	width: 50%;
	text-align: center;
	padding: 0px 10px;
}
.certification_sec04 .certification_sec04_item p.img {
	border: 1px solid #384ba8;
	padding: 0px 0px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.certification_sec04 .certification_sec04_item img {
	max-width: 100%;
}
.certification_sec04 .certification_sec04_item p {
	color: #000;
	margin: 20px 0 0px 0;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	word-break: keep-all;
	line-height: 1.5em;
}
.certification_sec04 .certification_sec04_item p span {
	font-weight: 400;
	font-size: 0.9em;
}
.location_sec01 {
	position: relative;
}
.location_sec01 .area p {
	position: absolute;
	bottom: 50px;
	right: 20px;
	z-index: 100;
}
.location_sec02 table {
	width: 80%;
	margin: 0 auto;
}
.location_sec02 th {
	padding: 15px 0;
	color: #000;
	font-weight: 600;
	text-align:left;
	width: 20%;
	line-height: 1.5em;
	border-bottom: 1px solid #000000;
}
.location_sec02 td {
	padding: 15px 10px;
	word-break: keep-all;
	line-height: 1.5em;
	border-bottom: 1px solid #d8d8d8;
}
.location_sec02 td span {font-size:0.8em;color:#8f8f8f;line-height:1.1em;}
h4.product_title {
	text-align: center;
	color: #000;
	font-size: 2.2em;
	font-weight: 800;
	margin-bottom: 20px;
}
h5.product_title {
	text-align: center;
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
	word-break: keep-all;
	font-weight: 400;
	margin-bottom: 60px;
}
.video-container {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}
.video-container iframe {
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.product01_sec01 {
	padding: 50px 0 25px 0;
}
.product01_sec01 .title {
	font-weight: 600;
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
	word-break: keep-all;
}
.product01_sec01 p {
	margin-bottom: 20px;
	line-height: 1.5em;
	word-break: keep-all;
	font-size: 1.1em;
}
.product01_sec02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	background: #e6e6e6;
	margin-bottom: 20px;
}
.product01_sec02 .product01_sec02_left {
	width: 50%;
}
.product01_sec02 .product01_sec02_left p.img {
	text-align: center;
}
.product01_sec02 .product01_sec02_left img {
	max-width: 100%;
}
.product01_sec02 .product01_sec02_left h5 {
	display: inline-block;
	font-weight: 600;
	color: #000;
	font-size: 1.3em;
	margin-bottom: 20px;
}
.product01_sec02 .product01_sec02_left h5 span {
	display: inline-block;
	position: relative;
}
.product01_sec02 .product01_sec02_left h5 span:after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #384ba8;
	margin: 5px 0 0 0;
}
.product01_sec02 .product01_sec02_right {
	width: 50%;
}
.producct01_box {
	margin-top: 20px;
}
.producct01_box li {
	background: #fff url('/images/img02_0105.png') no-repeat 7px center;
	padding: 11px 5px 11px 60px;
	margin: 5px 0;
	border-radius: 30px;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #000;
}
.producct01_box li strong {
	color: #384ba8;
}
.product01_sec03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.product01_sec03_box {
	width: 49%;
	padding: 30px;
	border: 1px solid #dedede;
}
.product01_sec03_box p.img {
	text-align: center;
}
.product01_sec03_box img {
	max-width: 100%;
}
.product01_sec03_box h5 {
	font-weight: 400;
	color: #000;
	font-size: 1.2em;
	margin-bottom: 30px;
	line-height: 1.5em;
}
.msg {
	position: relative;
	line-height: 1.5em;
	word-break: keep-all;
	padding-left: 20px;
	font-size: 1.1em;
}
.msg:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
}
.product02_sec01 {
	background: url('/images/img02_0201.png') no-repeat center center;
	padding: 100px 15px;
	text-align: center;
	color: #fff;
}
.product02_sec01 h5 {
	font-size: 1.8em;
	margin-bottom: 35px;
	font-weight: 700;
	line-height: 1.5em;
	word-break: keep-all;
}
.product02_sec01 p {
	font-size: 1.3em;
	line-height: 1.5em;
	word-break: keep-all;
}
.product02_sec02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0 0 0;
}
.product02_sec02 .product02_sec02_left {
	width: 50%;
}
.product02_sec02 .product02_sec02_left p.title {
	font-weight: 600;
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
	word-break: keep-all;
}
.product02_sec02 .product02_sec02_right {
	width: 50%;
}
.product02_sec02 .product02_sec02_right p.img {
	text-align: center;
	border: 1px solid #dedede;
}
.product02_sec02 .product02_sec02_right img {
	max-width: 100%;
}
.product02_sec03 p.title {
	font-weight: 600;
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
	word-break: keep-all;
	margin-top: 30px;
	margin-bottom: 0px;
}
.product02_sec03 p {
	line-height: 1.5em;
	word-break: keep-all;
	font-size: 1.1em;
	margin-bottom: 20px;
	color: #000;
}
.product02_sec03 ul {
	margin-bottom: 60px;
}
.product02_sec04 p.img {
	text-align: center;
	margin-top: 30px;
}
.product02_sec04 p.img img {
	max-width: 100%;
}
.product02_sec05 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.product02_sec05_left {
	width: 63%;
}
.product02_sec05_right {
	width: 37%;
}
.product02_sec05_right img {
	max-width: 100%;
}
.product_footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.product_footer p {
	width: 50%;
}
.product_footer p a {
	display: block;
	padding: 20px 10px;
	text-align: center;
	color: #000;
	font-size: 1.2em;
	border: 1px solid #000;
}

.intro_sec01 {padding:150px 0;background:url('/images/img03_0101.png') no-repeat center center;background-size:cover;text-align:center;margin-bottom:50px;}


.intro_sec01 h4 {    font-weight: 600;
    color: #fff;
    font-size: 3em;
    line-height: 1.5em;
    word-break: keep-all;margin-bottom:70px;}
    .intro_sec01 h4  strong {color:#ffff00;}
.intro_sec01 p {color: #fff;font-size: 1.2em;
    line-height: 1.5em;
    word-break: keep-all;}

.intro_sec02 {display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.intro_sec02_item {width:49%;margin:1% 0;}
.intro_sec02_item p.img img {max-width:100%;}
.intro_sec02_item p.title {font-weight: 600;
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
	word-break: keep-all;
	margin: 10px 0;}
	.intro_sec03 {display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.intro_sec03_item {width:23%;margin:1% 0;}
.intro_sec03_item p.img img {max-width:100%;}
.intro_sec03_item p.name {
	color: #fff;display:none;
	line-height: 1.5em;
	padding: 10px;text-align:center;background:#626262;}
	.cs_sec02 h5 {color: #fff;
	line-height: 1.5em;
	padding: 10px;text-align:center;background:#626262;font-size:1.2em;margin-bottom:20px;}
.cs_sec02_in {display: flex;
	flex-wrap: wrap;
	justify-content: center;text-align:center;}
.cs_sec02_item {width:20%;margin:2% 0;}
.cs_sec02_item p.img  {margin-bottom:15px;padding:0 10px;}
.cs_sec02_item p.img img {max-width:100%;}
.cs_sec02_item p {line-height: 1.5em;
    word-break: keep-all;}
    .qa_wrap {display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
	.qa_wrap_left {width:48%;}
	.qa_wrap_left h4 {font-weight: 600;
	color: #000;
	font-size: 1.4em;
	line-height: 1.5em;
	word-break: keep-all;
	margin: 0 0 10px 0;min-height:70px;
	    background:url('/images/qa_icon.png') no-repeat 0 center;padding-left:100px;
	}
	.qa_wrap_left p.title {font-weight: 400;
	color: #000;
	font-size: 1.2em;
	line-height: 1.5em;
	word-break: keep-all;;}
	.qa_wrap_left .location_sec02 table {width: 100%;margin:50px 0 70px;}
	.qa_wrap_right {width:48%;}
.sitemap_flex {
	display: flex;
	flex-wrap: wrap;
}
.sitemap_item {
	width: 24%;
	margin: 0.5%;
	padding: 0px;
}
.sitemap_item h3 {
	font-weight: 500;
	padding: 15px;
	border-bottom: 1px solid #384ba8;
	color: #384ba8;
}
.sitemap_item ul {
	margin: 15px 0;
}
.sitemap_item li {
	padding: 7px 16px 7px 25px;
	position: relative;
}
.sitemap_item li:before {
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 15px;
	top: 50%;
	;
}
.tableA {
	clear: both;
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0;
	table-layout: fixed;
	border-top: 2px solid #222;
}
.tableA thead th {
	padding: 15px 10px;
	background: #e5e5e5;
	color: #000;
	font-weight: 400;
	border: 1px solid #b7b7b7;
	text-align: center;
	line-height: 1.5em;
}
.tableA tbody th {
	padding: 15px 10px;
	color: #000;
	font-weight: 400;
	border: 1px solid #b7b7b7;
	text-align: center;
	line-height: 1.5em;
}
.tableA tbody td {
	border: 1px solid #b7b7b7;
	padding: 15px 10px;
	line-height: 1.5em;
	text-align: center;
	color: #000;
}
.tableB {
	clear: both;
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0;
	border-top: 2px solid #222;
}
.tableB thead th {
	padding: 15px 10px;
	background: #fff;
	color: #000;
	font-weight: 500;
	border: 1px solid #b7b7b7;
	text-align: center;
	line-height: 1.5em;
}
.tableB tbody td {
	border: 1px solid #b7b7b7;
	padding: 15px 10px;
	line-height: 1.5em;
}
.tableB tbody td.center {
	text-align: center;
}
.table_cover {
	display: none;
}
.font-size1 {
	margin-bottom: 30px;
	line-height: 1.5em;
	word-break: keep-all;
	font-size: 1.1em;
}
.tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.tabs_item {
	width: 100%;
	max-width: 150px;
	text-align: center;
	border: 1px solid #959595;
	margin-left: -1px;
}
.tabs_item a {
	display: block;
	padding: 15px 0px;
}
.tabs_item.active a {
	font-weight: 500;
	color: #fff;
	background: #959595;
}

.process_top {padding-top:80px;}
.process_bottom {display:flex;flex-wrap:wrap;justify-content: space-between;align-items: flex-end;}
.process_bottom p {width:49.6%;}
.process_bottom p img {max-width:100%;}
