* {
	margin: 0;
	padding: 0;
}

body {
	background: rgba(200, 200, 200, 0.3);
	overflow-y: scroll;
	font-size: 14px;
}

.base {
	width: 90%;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	font-size: 14px;
	border-right: solid 2px rgba(0, 0, 0, .3);
	border-left: solid 2px rgba(0, 0, 0, .3);
	line-height: 1.8;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.bold {
	font-weight: bold;
}

.blue {
	color: blue;
}

.green {
	color: green;
}

.red {
	color: red;
}

.dark_red {
	color: rgb(215, 0, 0);
}

/*----------------------header----------------------*/

.navigation {
	background: linear-gradient(to right, #eef 0%, #003B8B 75%);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	height: auto;
}

#header {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #88e;
	position: relative;
}

#header #neil_logo {
	width: 12%;
	float: left;
	color: #fff;
	margin-top: 5px;
}

#header #neil_logo a img {
	min-width: 55px;
	width: 90%;
	float: left;
}

#header #neil_logo span {
	margin-top:5px;
	width: 100%;
	min-width: 300px;
	line-height:90%;
	font-weight: bold;
	font-size: 2.5vmin;
	text-decoration: none;
	color: #696969;
	position: relative;
	float: left;
}

#menu_ti,
#no2,
#sp,
#close {
	display: none;
}

.sp_word {
	display: none !important;
}

.menu {
	width: 72%;
	height: 6vw;
	min-height: 52px;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 25px;
	display: table;
	table-layout: fixed;
}

.menu li {
	margin-top: 5px;
	width: auto;
	height: 6vw;
	min-height: 52px;
	list-style-type: none;
	text-align: center;
	border-left: 1px solid #fff;
	display: table-cell;
	position: relative;
	cursor: pointer;
}

.menu li a {
	width: fit-content;
	font-size: 1.3vw;
	color: #fff;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 3vw;
	left: 50%;
	transform: translate(-50%, -50%);
}

.menu li a#S1{
	display:none;
}
.menu li a#S2{
	display:block;
}

.menu li ul {
	position: absolute;
	top: 6vw;
	width: 100%;
}

@media screen and (min-width: 640px) and (max-width: 740px) {
	.menu li ul {
		top: 7vw;
	}

}

.menu li ul li {
	margin-top:0;
	float: left;
	clear: left;
	width: 100%;
	border: 1px solid #95bfea;
	position: relative;
	background: #15406a;
	cursor: pointer;
}

.menu li ul li a {
	width: 90%;
	height: auto;
	font-size: 1.1vw;
	float: left;
	color: #a9a9a9;
	font-weight: bold;
	margin: 0 10px;
	text-align: left;
	display: block;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.menu li ul li a .sampou {
	white-space: nowrap;
	letter-spacing: 0.04em;
}

#nav li ul {
	display: none;
}

@media screen and (min-width: 640px) {

	.menu li:hover {
		background: #15406a;
	}

	.menu li ul li:hover>a {
		color: #fff;
	}

	#nav li:hover ul {
		display: block;
	}
}

.line2_2 {
	line-height: 1.3;
	word-wrap: break-word;
}

.url {
	width: 100%;
	height: 100%;
}

/*----------------------back to the top----------------------*/
.top_back {
	max-width: 150px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	background: #003b8b;
	padding: 5px 10px;
	z-index: 99;
	border-radius: 10px;
}

.top_back a {
	text-decoration: none;
	color: #fff;
}

.top_back:hover {
	opacity: 0.7;
}

#for_top {
	position: fixed;
	bottom: 0px;
	right: 40px;
	z-index: 10;
}

/*----------------------top image----------------------*/

.top_dummy {
	width: 100%;
	height: 6vw;
	min-height: 55px;
}

.topimg {
	position: relative;
	margin: 0;
	z-index: 80;
}

.topimg img {
	width: 100%;
}

.topimg_watch {
	position: relative;
	padding-top: 19px;
	background: #fff;
}

.topimg_watch img {
	width: 100%;
	max-width: 850px;
}

.border {
	position: absolute;
	width: 100%;
	top: 7vw;
	background: rgba(60, 90, 120, 0.4);
}

.border a {
	color: #fff;
	font-size: 3.7vw;
	text-shadow: 1.5px 1.5px 0 #000;
	letter-spacing: 0.5em;
	opacity: 1;
	vertical-align: middle;
	font-family: 'Gulim', sans-serif;
	font-weight: bold;
}

.neil_border {
	text-shadow: 1.5px 1.5px 0 #fff;
	font-size: 4vw;
	letter-spacing: 0;
}

/*----------------------page layout----------------------*/
.page1 {
	width: 100%;
	height: auto;
	margin-top: -74px;
	padding: 94px 0 20px 0;
	position: relative;
	background: rgba(210, 210, 210, 1);
	overflow: hidden;
}

.page2 {
	width: 100%;
	height: auto;
	margin-top: -74px;
	padding: 94px 0 20px 0;
	position: relative!important;
	overflow: hidden;
	background: #fff;
}

.index6{
	z-index: 60;
}
.index5 {
	z-index: 50;
}

.index4 {
	z-index: 40;
}

.index3 {
	z-index: 30;
}

.index2 {
	z-index: 20;
}

.index1 {
	z-index: 10;
}

.index0 {
	z-index: 1;
}

.title a {
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 0.5em;
	color: rgba(0, 0, 0, 0.7);
}

.title_eigo a {
	letter-spacing: 0.2em;
}

.title span {
	font-weight: bold;
	font-size: 23px;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Yu Gothic";
}

.mini_ti a {
	font-weight: bold;
	font-size: 18px;
	color: #003b8b;
	/* display: block; */
	padding-top: 10px;
}

.nai {
	min-width: 300px;
	width: 85%;
	margin: 10px auto;
	padding: 15px;
	border-top: 2px dotted rgba(100, 100, 100, 0.5);
	text-align: left;
}

.nai2 {
	min-width: 300px;
	width: 85%;
	margin: 10px auto;
	padding: 15px;
	border-top: 2px dotted #fff;
	text-align: left;
}
.nai3 {
	min-width: 300px;
	width: 85%;
	margin: 10px auto;
	padding: 15px;
	border-top: 2px dotted black;
	text-align: left;
}




/*----------------------footer----------------------*/

.footer {
	clear: both;
	padding: 5px;
	text-align: center;
	background: #0f2350;
}

.copyright a {
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
}


/*----------------------list layout----------------------*/

.contents_li_list ul {
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contents_li_list ul li {
	padding: 10px 15px;
	width: 50%;
	list-style: none;
}

/*----------------------list border----------------------*/

.border_bottom_left {
	border-bottom: 2px solid rgba(50, 50, 50, 0.5);
	border-right: 2px solid rgba(50, 50, 50, 0.5);
}

.border_bottom_right {
	border-bottom: 2px solid rgba(50, 50, 50, 0.5);
}

.border_bottom_left_under {
	border-right: 2px solid rgba(50, 50, 50, 0.5);
}

.border_bottom_gray_left {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.border_bottom_gray_right {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.border_bottom_gray_left_under {
	border-right: 2px solid rgba(255, 255, 255, 0.5);
}


/*----------------------table----------------------*/

.white_table {
	width: 100%;
	table-layout: fixed;
	margin: 30px 0 auto 0;
	border-collapse: collapse;
	border-top: solid 2px rgba(100, 100, 100, 0.3);
	border-bottom: solid 2px rgba(100, 100, 100, 0.3);
}

.white_table.white_table_eigo {
	table-layout: unset;
}

.ta_tai {
	width: auto;
	padding: 10px;
	border-bottom: solid 1px rgba(100, 100, 100, 0.3);
	border-right: solid 1px rgba(100, 100, 100, 0.3);
	background: rgba(239, 239, 239, 1);
}

.white_table .ta_tai {
	width: 130px;
}

.white_table .ta_tai.neil_eigo {
	width: 185px;
}

.ta_naka {
	padding: 10px;
	border-bottom: solid 1px rgba(100, 100, 100, 0.3);
	text-align: left;
	position: relative;
}

.ta_naka a,
.ta_naka span {
	top: 10px;
}

/*----認証資格の情報の文字被り被り修正----*/
@media screen and (min-width: 350px) and (max-width: 1130px) {

	.ta_naka a,
	.ta_naka span {
		position: static;
	}
}

.gray_table {
	table-layout: fixed;
	margin: 30px auto auto auto;
	border-collapse: collapse;
	border-top: solid 2px rgba(100, 100, 100, 0.7);
	border-bottom: solid 2px rgba(100, 100, 100, 0.7);
}

.greta_tai {
	width: 20%;
	padding: 10px;
	border-bottom: solid 1px rgba(100, 100, 100, 0.7);
	border-right: solid 1px rgba(100, 100, 100, 0.7);
	background: rgba(240, 240, 240, 1);
}

.greta_naka {
	padding: 10px;
	border-bottom: solid 1px rgba(100, 100, 100, 0.7);
	text-align: left;
}

.taimg {
	height: 105px;
}

.ta2 {
	height: 70px;
}

.ta3 {
	height: 105px;
}

.ta4 {
	height: 156px;
}

.ta6 {
	height: 206px;
}

.ta7 {
	height: 210px;
}

.ta8 {
	height: 217px;
}


.tamax {
	height: 750px;
}

/*----地図飛び出すレイアウト修正----*/
@media screen and (min-width: 1030px) and (max-width: 1343px) {
	.tamax {
		height: 690px;
	}
}

.child_table {
	border-collapse: collapse;
}

#w_table {
	padding: 0px;
	text-align: left;
}

#w_ta_tai {
	vertical-align: top;
	background: rgba(248, 248, 248, 1);
	width: 77px;
	min-width: 40px;
}

#w_ta_tai2 {
	vertical-align: top;
	background: rgba(248, 248, 248, 1);
	width: 80px;
	min-width: 75px;
}

#w_ta_naka {
	width: 100vw;
}

.wta3 {
	height: 100px;
}

.neab_li label {
	padding: 1px 15px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	position: relative;
}

/*ボタンホバー時*/
.neab_li label span:hover {
	background: rgba(0, 59, 139, 0.8);
}

.neab_li label p:hover {
	background: rgba(0, 59, 139, 0.8);
}

/*チェックは見えなくする*/
.neab_li input {
	display: none;
}

.neab_li label p {
	width: 92px;
	display: block;
	animation: show 0.8s linear 0s;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	background: rgba(0, 59, 139, 1);
	border: 2px solid rgba(208, 208, 208, 1);
	min-width: 68px;
	text-align: center;
}

.neab_li input:checked~label p {
	display: none;
	animation: show2 0.8s linear 0s;
}

.neab_li label span {
	width: 92px;
	display: none;
	animation: show2 0.8s linear 0s;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	background: rgba(0, 59, 139, 1);
	border: 2px solid rgba(208, 208, 208, 1);
	min-width: 68px;
	text-align: center;
}

.neab_li input:checked~label span {
	display: block;
	animation: show 0.8s linear 0s;
}


.neab_li .white_table a {
	text-align: left;
	padding: 0;
	height: auto;
	display: block;
	animation: show 0.8s linear 0s;
}

.neab_li input:checked~.white_table a {
	display: none;
	animation: show2 0.8s linear 0s;
	position: static;
}

.neab_li .white_table span {
	display: none;
	animation: show2 0.8s linear 0s;
}

.neab_li input:checked~.white_table span {
	padding: 10px 0;
	height: auto;
	display: block;
	animation: show 0.8s linear 0s;
}

.neab_li input:checked~.white_table .ta_tai span {
	table-layout: fixed;
	word-wrap: break-word;
	width: 110px;
	text-align: left;
}

.neab_li input:checked~.white_table #w_ta_tai span {
	table-layout: fixed;
	word-wrap: break-word;
	width: 60px;
	line-height: 1.2;
	text-align: left;
}

.neab_li input:checked~.white_table #w_ta_tai2 span {
	table-layout: fixed;
	word-wrap: break-word;
	min-width: 86px;
	line-height: 1.2;
	text-align: left;
}

.neab_li input:checked~.white_table #w_ta_naka span {
	table-layout: fixed;
	word-wrap: break-word;
	line-height: 1.2;
	text-align: left;
}


@keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes show2 {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.url_block {
	display: block !important;
	animation: none !important;
}

.url2 {
	top: 40px !important;
}

/*---------------neil----------------------*/


.neri_li span {
	font-weight: bold;
}

.netu_li img {
	padding-top: 10px;
	width: 70%;
}

.netu_img img {
	padding-left: 5px;
	float: right;
	width: 50%;
}


.neab {
	clear: both;
}


/*-----------------service---------------------*/

.service_pickup {
	width: 100%;
	padding: 10px 0;
	background: rgba(100, 100, 100, 0.3);
	position: relative;
	font-weight: bold;
	margin-top: -8px;
}

.watch_pickup {
	width: 100%;
	padding: 5px 0;
	background: rgba(100, 100, 100, 0.3);
	position: relative;
	font-weight: bold;
}

.watch_products {
	width: 100%;
	height: auto;
	padding: 20px 0 20px 0;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.service_solution {
	position: static;
}

.w-feature {
	margin: 10px;
}

.w-feature img {
	width: 30%;
	max-width: 200px;
	float: left;
	margin: -9px 10px 1px -9px;
}

.seso_con {
	overflow: hidden;
}

.seso_sentence {
	margin-bottom: 10px;
}

.seso_lili {
	width: 100%;
}

.w-seso_lili {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
/*-------主要事業-------*/
.mabu_p{
	font-size:13px;
}
.mabu-wrapper {
	margin-bottom: 20px;
	border: 2px solid #FFFFFF;
	width: auto;
	height: 250px;
}

.mabu-wrapper p{
	text-align: center;
	font-size: 13px;
	margin: 0 2%;
}

.mabu-wrapper a{
	font-size: 18px;
    text-decoration: underline;
    display: block;
    margin: 1em;
}

.mabu-wrapper img {
	max-width: 35%;
	height: 100%;
}

.mabu_li {
	min-width: 300px;
	width: 85%;
	margin: auto;
	padding: 10px;
	border-top: 2px dotted #fff;
}

.mabu-img-left {
	float:left;
	margin-right: 20px;
}


.mabu-img-right {
	float: right;
	margin-left: 20px;
}

.main-business {
	font-size: 10px;
}

.mabu-wrapper_solution {
	margin-bottom: 0px;
	max-width: 100%;
}

.mabu-wrapper_solution img {
	height: 100px !important;
	width: 100px !important;
	object-fit: cover !important;
}


/* -------------------- */
.seso_lili ul li {
	width: 100%;
	height: 125px;
	min-height: 100px;
	display: inline-block;
	list-style: none;
	border: 2px solid rgb(204, 204, 204);
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
}

.w-seso_lili ul li {
	width: 100%;
	min-height: 100px;
	display: inline-block;
	list-style: none;
	border: 1px solid rgb(242, 242, 242);
	margin-bottom: 10px;
}

/*----画面サイズに合わせた解像度を設定----*/
@media screen and (min-width: 1030px) and (max-width: 1343px) {
	.seso_lili ul li {
		width: 100%;
		height: 100px;
		min-height: unset;
		font-size: 14px;
	}

	.seso_lili ul li img {
		max-width: 103px !important;
	}

	.seso_con {
		height: 100% !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 1030px) {
	.seso_lili ul li {
		width: 100%;
		height: auto;
		min-height: unset;
		font-size: 14px;
	}

	.seso_lili ul li img {
		max-width: 103px !important;
	}

	.seso_con {
		height: auto !important;
	}

}

/*ポップアップ表示の際は消す*/
.seso_lili .seso_con:hover,
.seso_lili ul li img:hover {
	cursor: default;
}


.seso_lili ul li img:hover {
	opacity: 1;
	cursor: default;
}

.seso_lili #li_left {
	float: left;
	clear: left;
	height: auto;
}

.seso_lili #li_right {
	float: right;
	height: auto;
}

.seso_lili ul li img {
	max-width: 10%;
	float: left;
	padding-right: 5px;
	margin: 0;
	border-radius: 0px;
	box-shadow: none;
	height: 100%;
}

.seso_con {
	padding: 10px;
	height: auto;
}

.w_seso_con {
	padding: 5px 15px 5px 30px;
}

.seso_lili ul li span {
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
    margin-bottom: 5px;
}

.w-seso_lili ul li span {
	font-weight: bold;
	font-size: 16px;
}

.seso_lili ul li a {
	color: black;
	text-decoration: none;
}

.w-seso_lili ul li a {
	color: black;
	text-decoration: none;
}

.service_pop .modalMain a {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.service_pop .modalMain span,
.service_pop .modalMain img {
	float: none;
	margin: auto;
	display: block;
	text-align: center;
}

.service_pop .modalMain .sepo_img {
	width: 100%;
	margin: 20px auto;
}

.service_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2 {
	width: 70% !important;
	height: 70% !important;
}

.service_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label {
	right: 13% !important;
	top: 19% !important;
}

.service_pop .modalTitle {
	letter-spacing: 0.5em !important;
}


.seso_li_dal {
	width: 13%;
	min-width: 100px;
	float: right;
}

.seso_li_dal img {
	width: 100%;
}

.seso_li_dal a {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	font-size: 1vw;
}

.sepr_lili {
	width: 63vw;
	margin: auto;
}

.w_sepr_lili {
	width: 90%;
	max-width: 800px;
	margin: 10px auto;
}

.w_sepr_lili span {
	width: 90%;
	margin: auto;
}

.watch_point {
	width: 90%;
	max-width: 750px;
	position: relative;
	margin: 10px auto;
	padding: 0.5em 1em;
	border: solid 3px orange;
}

.watch_point .p-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 3px 9px;
	line-height: 1;
	font-size: 16px;
	background: #FFF;
	color: black;
}

.watch_point a {
	font-weight: bold;
	font-size: medium;
	color: orange;
	margin: 0 5px;
}


.p_sepr_lili {
	width: 90%;
	margin: 10px auto;
}

.sepr_img {
	width: 63vw;
	margin: 10px auto;
}

#sepr_slide {
	width: 100%;
}

#w_image {
	width: 90%;
	text-align: center;
	margin: auto;
}

#w2_image {
	width: 100%;
}

#sepr_slide a {
	width: 100%;
	position: relative;
	display: none;
}

#sepr_slide img {
	width: 100%;
}

#w_image img {
	width: 100%;
	max-width: 730px;
}

#w2_image img {
	width: 70%;
	float: left;
	padding-right: 5px;
	margin: 0;
	border-radius: 0px;
	box-shadow: none;
}

.w_note {
	margin: 0 0 5px 0;
	font-size: 11px;
}

.w2_note {
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 11px;
	width: 90%;
}

.w3_note {
	margin: 0 0 20px 0;
	font-size: 11px;
}

.komoji {
	font-size: 11px;

}


.w_mark {
	vertical-align: top;
}

.sepr_mini_slide {
	width: 67vw;
	margin-top: 5px;
}

.sepr_mini_slide img {
	width: 5vw;
	margin: 0 11px 0 0;
	float: left;
}

#op1,
#op2,
#op3,
#op4 {
	width: 13.9vw;
	margin: 0 11px 0 0;
	float: left;
}

#tri {
	width: 2%;
	position: absolute;
	margin-top: -10px;
}

#tri img {
	width: 100%;
}

.sepr_mini_slide input {
	width: 2.5%;
	float: left;
	cursor: pointer;
}

.sepr_mini_slide input:hover {
	border: 1px solid #003b8b;
}

#slide_left {
	margin-right: 1.5%;
}

.seot_li a img {
	float: left;
	margin-right: 40px;
	width: auto;
}

.seot_li img {
	float: left;
	width: 35%;
}

.seot_li a {
	font-weight: bold;
	padding-left: 15px;
}

.seot_li a img {
	float: none;
	margin-right: 10px;
}

.seot_li_lili {
	float: right;
	width: 62%;
}


.seot_list {
	color: rgb(80, 80, 80);
	padding: 0 0 50px 15px;
}

.seot_list a {
	line-height: 1em;
	font-size: 14px;
	font-weight: nomal;
	display: inline-block;
}

.seot_list label {
	font-weight: bold;
	cursor: pointer;
}

.seot_list label:hover {
	opacity: 0.5;
}

.seot_list input {
	display: none;
}

.seot_list .seot_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

.seot_pad {
	padding-left: 30px;
}

.seot_list input:checked+.seot_show {
	padding: 5px 0 10px 35px;
	height: auto;
	opacity: 1;
}

.service_Inquiry {
	padding: 20px 0;
	margin: 0;
}

.sein_lili a {
	font-weight: normal;
	font-size: 14px;
}

#thanks {
	background: #fff;
}

#thanks .base {
	border: none;
}

.thanks_content {
	background: #fff;
	height: 100vh;
}

.thanks {
	padding-top: 20px;
	font-weight: bold;
}

.back_thanks {
	position: inherit;
	margin: auto;
	z-index: 1;
}

.servicelist_title {
	font-size: 24px;
	padding: 35px 0 0 0;
	font-weight: bold;
	background: #fff;
}

.selili_li {
	width: 100%;
	text-align: left;
}

.selili_li ul {
	width: 86%;
	margin: auto;
}

.selili_li ul li {
	width: 100%;
	list-style: none;
	margin: 20px 0;
	clear: both;
}

.selili_title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px dotted rgb(188, 188, 188);
}

.selili_sentence {
	padding: 10px;
}

.selili_fill {
	float: none;
}

.selili_left {
	float: left;
	width: 80%;
}

.selili_li ul li img {
	width: 20%;
	min-width: 150px;
	float: right;
	padding: 10px;
	margin-bottom: 20px;
}

#sysin_img {
	width: 100%;
	float: none;
}

.w_trademark {
	margin: 10px auto;
	width: 85%;
	padding: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
}


.trademark_title {
	font-size: 12px;
	margin: 10px auto;
	font-weight: bold;
	width: 90%;
	max-width: 800px;
	text-align: left;

}

.trademark_sentence {
	margin: 10px auto;
	width: 90%;
	max-width: 800px;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
}

/*----スマホに合わせた解像度を設定----*/
@media screen and (min-width: 640px) and (max-width: 1000px) {
	.selili_left {
		float: none;
		width: 100%;
	}

	.selili_li ul li img {
		width: 50%;
		clear: both;
		float: none;
		margin: auto;
	}

}

/*-----------------recruit---------------------*/
.reky_li_li {
	margin-bottom: 1vw;
}

div[class^="talent-base"] {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

div[class^="talent-base"] p {
	padding-left: 10px;
}

.tal-left {
	margin-right: 10px;
}
.tal-right {
	margin-left: 10px;
}

div[class^="talent-wrapper"] {
    border: solid silver 1px;
	width: 45%;
}

p[class^="tal-key"] {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    margin: 0 0 0 -10px;
    min-width: 14vw;
    font-size: 16px;
    color: #f5f5f5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right,#5d80a3 0%,#003B8B 75%);
}

p[class^="tal-key"]::before {
	position: absolute;
    content: '';
    top: 100%;
    left: 2px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 8px #3d5164;
}

.recruit-card-layout {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

.recruit-card-item {
	flex-basis: calc(95%/ 4);
    padding: 1vw;
    border: 2px solid #5d80a3;
    margin: 0 0.4vw;
	text-align: center;
	width: 100%;
}

.recruit-card-item i {
    margin: 0.5vw auto;
    display: block;
    width: 60%;
}

.recruit-card-item h4 {
	font-size: 1.1em;
}

.recruit-card-item p {
    margin: 1vw 0 0 0;
}

.recruit-contents {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3vw 0;
	margin-left: 30px;
	margin-right: 30px;
}

.recruit-card-backline {
	background: linear-gradient(#fff 60%, #D3EDFB 0%);
	padding: 0px 10px;
}

.balloon-comment {
	position: relative;
	padding: 10px;
	width: 20vw;
	height: 20vw;
	line-height: 3vw;
	border-radius: 50%;
	text-align: center;
	color: #003B8B;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #ffffff;
	padding-top: 6vw;
	border: 5px solid #003B8B;
}

.text-emphasis {
	font-size: 2.3em;
}

.text-modestly {
	font-size: 0.5em;
	margin: 0 0 0 7vw;
}

.recomment-wrapper {
    font-weight: bold;
    font-size: 1.5vw;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.25em;
    padding: 0 1vw 1vw 1vw;
    text-align: center;
	width: calc(100% - 25vw);
	line-height: 3.5vw;
}

.recomment:hover {
	background-image: linear-gradient(to top, #99b1d1 4px, transparent 4px);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0% 100%;
}

.active-recomment:hover {
	animation-name: kf_c06a, kf_c06b;
	animation-duration: 2s, 0s;
	animation-delay: 0s, 1s;
	animation-fill-mode: forwards;
}

@keyframes kf_c06a {
	50% {
	  background-size: 100% 100%;
	}
	100% {
	  background-size: 100%;
	}
}
@keyframes kf_c06b {
	100% {
	  background-position: right bottom;
	}
}
#entrybtn {
	max-height: 60px;
	position: fixed;
	bottom: 100px;
	right: 22px;
	z-index: 99;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #FFF;
	border-radius: 3px;
	transition: 1S;
	font-weight: bold;
	padding: 0 15px;
	background-color: #003C8B;
	border-top: 2px solid #003C8B;
	border-left: 2px solid #003C8B;
	border-right: 2px solid #003C8B;
	border-bottom: 3px solid #000080;
	text-decoration: none;
}

#entrybtn a {
	text-decoration: none;
	color: #fff;
}

#entrybtn:hover {
    border: 2px 2px 0 2px solid #003C8B;
	text-decoration: none;
    color: #003C8B;
    background-color: #fff;
    border-bottom: 3px solid #003CAA;
}

#entrybtn:active {
    transform: translateY(4px);
    border-bottom: 1px solid #000080;
}

/*-------swiper----*/
.swiper {
    width: 80%;
}
  
.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
	height: 100%;
	max-height: 20vw;
    object-fit: cover;
}

#ssimg {
	min-height: 19vw;
}

/*-------Q&A-------*/
.qa-wrapper {
	padding: 1em;
	margin: 10px;
}

.qas {
	border-top: solid silver 1px;
}

.questions {
	font-weight: bold;
	margin: 0px;
}

.questions {
	display: flex;
	align-items: center;
}

.questions:hover {
	background-color: #f5f5f5;
}

.questions p {
	font-size: 18px;
	color: #0064A0;
	margin: 0;
}

.answers {
	display: flex;
	margin: 5px;
	overflow: hidden;
	padding: 0px 5%;
	height: 100%;
}

.answers p {
	font-size: 18px;
	padding: 1% 0;
	margin: 0;
	height: 100%;
}

.qas img {
  height: 32px;
  margin: 5px 10px;
  vertical-align: middle;
}

.arrows {
	content: "";
	display: block;
	position: relative;
	float: right;
	margin-top: 2%;
	right: 2%;
	width: 1em;
	height: 1em;
	border-top: #000 4px solid;
	border-left: #000 4px solid;
	transform: rotate(135deg);
}

#move_careers {
	font-weight: bold;
	text-decoration-line: underline;
}

#move_careers:hover {
	color: blue;
	cursor: pointer
}

#qa1 {
	border-top: solid silver 2px;
}

#qa7 {
	border-bottom: solid silver 2px;
}

.reri_li img {
	min-width: 100px;
	width: 70%;
}

.indent {
	padding-left: 30px;
	text-indent: -15px;
}

.indent7 {
	padding-left: 15px;
	text-indent: -15px;
}

.reri_img img {
	min-width: 100px;
	width: 70%;
	margin: auto;
}

#sanpoimg {
	display: flex;
	justify-content: center;
	align-items: center;
}

#sanpo {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
}

.center {
	text-align: center;
}

.recruit_shoukai {
	position: static;
}


.resh a span {
	font-size: 12px;
	letter-spacing: 0.1em;
}

.recruit_pop img:hover {
	opacity: 0.7;
}

.recruit_pop img {
	width: 90%;
	min-width: 100px;
	margin: 20px 0px 10px 10px;
	border-radius: 30px;
	box-shadow: 0 0 20px rgba(150, 150, 150, 1);
}

.recruit_pop>input {
	display: none;
}

.recruit_pop>input:nth-child(1)+label {
	cursor: pointer;
}

.recruit_pop a {
	cursor: text;
}

.modalPopup2 {
	display: none;
}

.recruit_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2 {
	display: block;
	z-index: 997;
	position: fixed;
	width: 50%;
	max-height: 700px;
	border-radius: 20px;
	left: 50%;
	top: 50%;
	margin-top: 50px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 10px 20px;
}

@media (min-width: 640px) {
	.recruit_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2 {
		width: 55%;
		height: 80%;
		z-index: 997;
	}

	.recruit_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label {
		right: 19%;
		top: 14%;
	}
}

.recruit_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2>div {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.recruit_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2>div>iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

.recruit_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2>div>img {
	max-width: 100%;
}

.recruit_pop>input:nth-child(1)+label~label {
	display: none;
}

.recruit_pop>input:nth-child(1):checked+label+input:nth-child(3)+label {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 996;
	text-indent: -999999px;
}

.recruit_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label {
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	position: fixed;
	z-index: 998;
	width: 44pt;
	height: 44pt;
	font-size: 40px;
	border-radius: 50%;
	line-height: 44pt;
	text-align: center;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.recruit_pop>input:nth-child(1)+label+input:nth-child(3):checked+label+input:nth-child(5)+label+.modalPopup2,
.recruit_pop>input:nth-child(1)+label+input:nth-child(3)+label+input:nth-child(5):checked+label+.modalPopup2 {
	display: none;
}

.modalPopup2 {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	z-index: 995;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.recruit_pop .modalTitle {
	padding-bottom: .3em;
	margin-bottom: .5em;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 23px;
	letter-spacing: 0.8em;
}

.recruit_pop .modalTitle.motitle_eigo {
	padding-bottom: 0em;
	letter-spacing: 0.2em;
}

.recruit_pop .modalMain {
	color: #222;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}

.modalPopup3 {
	overflow: auto;
}

.modalMain img {
	width: 40%;
	float: right;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
}

.modalMain img:hover {
	opacity: 1;
}

.modalMain span {
	font-weight: bold;
	color: #003b8b;
	font-size: 14px;
	float: left;
}

.resh_img {
	padding-top: 20px;
	letter-spacing: 2em;
	text-align: center;
	clear: both;
	width: 100%;
}

.resh_img img {
	width: 25%;
}


.reca a span {
	font-size: 12px;
	letter-spacing: 0.1em;
}

.recruit_career {
	width: 100%;
	height: auto;
	padding: 20px 0;
	position: static;
	overflow: hidden;
	background: #fff;
	font-weight: bold;
}

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

.reca_contents ul {
	padding: 8px;
}

.reca_pop img {
	margin: 20px auto 10px auto;
	width: 100%;
	max-width: 70px;
	min-width: 50px;
	display: block;
}
.reca_pop label {
	width: 30%;
}

label[id^="you"] {
	float: left;
	text-align: center;
}
label[id^="you"]:hover {
	transform:scale(1.2);
}

.reca_pop>input {
	display: none;
}

.reca_pop>input:nth-child(1)+label {
	cursor: pointer;
}

.reca_pop a {
	clear: both;
	font-weight: bold;
	margin: 0 auto;
}

.modalPopup4 {
	display: none;
}

.reca_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4 {
	display: block;
	z-index: 997;
	position: fixed;
	width: 50%;
	max-height: 700px;
	border-radius: 20px;
	left: 50%;
	top: 48%;
	margin-top: 50px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 10px 20px;
}

.reca_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4 {
	width: 39%;
	height: 65%;
	z-index: 997;
}

.reca_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label {
	right: 28% !important;
	top: 19% !important;
}

.reca_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4>div {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.reca_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4>div>iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

.reca_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4>div>img {
	max-width: 100%;
}

.reca_pop>input:nth-child(1)+label~label {
	display: none;
}

.reca_pop>input:nth-child(1):checked+label+input:nth-child(3)+label {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 996;
	text-indent: -999999px;
}

.reca_pop>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label {
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	position: fixed;
	z-index: 998;
	width: 44pt;
	height: 44pt;
	font-size: 40px;
	border-radius: 50%;
	line-height: 44pt;
	text-align: center;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.reca_pop>input:nth-child(1)+label+input:nth-child(3):checked+label+input:nth-child(5)+label+.modalPopup4,
.reca_pop>input:nth-child(1)+label+input:nth-child(3)+label+input:nth-child(5):checked+label+.modalPopup4 {
	display: none;
}

.modalPopup4 {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	z-index: 995;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.reca_pop .recaTitle {
	padding-bottom: .3em;
	margin-bottom: .5em;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.5em;
}

.reca_pop .recaTitle.recatitle_eigo {
	letter-spacing: 0.1em;
}

.reca_pop .recaMain {
	color: #222;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
	z-index: 995;
}

.modalPopup5 {
	overflow: auto;
}

.recaMain img {
	width: 15%;
	margin: 0 auto;
	display: block;
	text-align: center;
	box-shadow: none;
	border-radius: 0;
}

.recaMain img:hover {
	opacity: 1;
}

.recaMain span {
	font-weight: bold;
	color: #003b8b;
	font-size: 14px;
	display: block;
	text-align: center;
}



/*-----------------contact---------------------*/

.content2 {
	background: #fff;
	height: auto;
}

#formWrap {
	width: 90%;
	margin: 35px auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
}

#formWrap h3 {
	font-size: 2vw;
	display: inline-block;
	margin: 10px auto;
	width: 100%;
}

.form_p {
	margin: 10px auto;
	width: 100%;
}

.margin {
	padding-top: 10px;
	display: block;
}

table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

table.formTable td,
table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}

table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}

table.formTable td {
	text-align: left;
}

.privacy {
	width: 96%;
	height: 150px;
	border: 1px solid rgb(165, 165, 165);
	overflow: hidden;
	overflow-y: scroll;
	padding: 5px;
	margin-bottom: 10px;
}

.privacy ul li {
	border-bottom: 1px dotted rgb(188, 188, 188);
	padding: 5px 0 10px 0;
}

.form_button {
	margin: 10px auto;
}

/* 簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）*/
@media screen and (max-width:640px) {
	#formWrap {
		width: 95%;
	}

	#formWrap h3 {
		font-size: 17px;
	}


	table.formTable th,
	table.formTable td {
		width: auto;
		display: block;
	}

	table.formTable th {
		margin-top: 5px;
		border-bottom: 0;
	}

	input[type="text"],
	textarea {
		width: 80%;
		padding: 10px;
		font-size: 110%;
		display: block;

	}

	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display: block;
		width: 100%;
		height: 40px;
	}

	.recruit-card-item {
		flex-basis: calc(95%/ 2);
		padding: 1vw;
		border: 3px solid #5d80a3;
		margin: 0.4vw 0.4vw;
		text-align: center;
	}

}


@media screen and (min-width: 1300px) and (max-width: 1369px) {
	#sanpo {
		color: #000;
		font-weight: normal;
		font-size: 14px;
		padding: 0;
		white-space: nowrap;
		text-indent: 1.85em;
	}

}

@media screen and (min-width: 641px) and (max-width: 970px) {
	.menu li ul li a .sampou {
		display: block;
		padding-left: 2.2em;
		text-indent: -2.5em;
		line-height: 1.28;
		white-space: normal;
	}

}

@media screen and (min-width: 641px) and (max-width: 770px) {
	.menu li #recruit_ul li a {
		width: 90%;
		height: auto;
		font-size: 1.1vw;
		float: left;
		color: #a9a9a9;
		font-weight: bold;
		margin: 0 5px;
		text-align: left;
		display: block;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}

	.menu li ul li a .menuJD {
		display: block;
		text-indent: -0.5em;
		white-space: normal;
		letter-spacing: 0.05em;
	}

}

.switch-wrapper {
	float: left;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	width: auto;
	height: 6vw;
	min-height: 52px;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	width: 85%;
}

.switch-wrapper:hover {
	background-color: #003C64;
}

.switch-content {
	height: 6vw;
	padding: 0 5% 0 10%;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
}

.switch-content img {
	height: 40%;
}
#jflag {
	height: 30%;
}

#slash {
    display: flex;
    width: 2vw;
}

#slash:after {
	content: "";
	width: 3vw;
	height: 0.2vw;
	background-color: #fff;
	margin: 0px -20% 0;
	transform: rotate(-75deg);
}

/*-------取扱製品(他社製品)-------*/

.tpp_li{
	min-width: 300px;
	width: 85%;
	margin: auto;
	padding: 10px;
	border-top: 2px dotted #fff;
}

.tpp_style{
	font-size: 15px;
	text-align: left;
}

.tpp_sentence {
	margin-bottom: 10px;
}

.tpp_h3,
.tpp_h3_2{
	text-align: left;
	position: relative;
	top:15px;
	width: 85%;
	font-size: 21px;
	margin-top:40px;
}

.tpp_h4,
.tpp_h4_2{
	text-align: left;
	position: relative;
	top:15px;
	left: 50px;
	font-size: 19px;
	border-bottom: 5px solid rgba(174, 220, 243, 0.919);
	line-height: 8px;
	display: inline-block;
}

.tpp_h4_2{
	margin-top: 40px;
}

.tpp_li{
	text-align: left!important;
	position: relative!important;
	top:15px!important;
	font-size: 15px!important;
}

.tpp_ul{
	list-style: none;
	top:15px;
}

.tpp_divli a{
	text-align: left!important;
	position: relative!important;
	top:15px!important;
	left: 85px!important;
	font-size: 16px!important;
	color: #000!important;
	font-weight:bold!important;
}

.tpp_divli2 a{
	text-align: left!important;
	position: relative!important;
	top:15px!important;
	left: 85px!important;
	font-size: 16px!important;
	font-weight:bold!important;
	color: #000!important;
}

.tpp_lip{
	text-align: left;
	position: relative;
	top:15px;
	font-size: 14px;
	left: 110px;
	width:85%;
}

.tpp_box{
	margin-bottom:75px;
}

.tpp_box2{
	margin-bottom:40px;
}