@charset "UTF-8";	

.information_cont{
	margin-bottom: 200px;
}

.information_cont .environments_inbox{
	margin-bottom: 80px;
}

.information_cont .environments_inbox:last-child{
	margin-bottom: 0;
}

.information_cont h2{
	font-size: 2.2rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#4696d2;
	letter-spacing: 0.05em;
	padding-bottom: 1.25em;
}

.information_cont p.nothing{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}

.information_cont .anklinkbox{
	width:100%;
	margin-bottom: 80px;
	gap:10px 30px;
	flex-wrap: wrap;
	display: none;
}

.information_cont .anklinkbox .anklink{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 0.5em;
	display: block;
	font-weight: 500;
}

.information_cont .anklinkbox .anklink::before{
	content: "";
	width:100%;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 1;
}

.information_cont .anklinkbox .anklink::after{
	content: "";
	width:100%;
	border-bottom: 1px solid #4696d2;
	position: absolute;
	bottom:0;
	left:0;
	transform: scaleX(0);
	transform-origin: left;
	transition: all 0.3s;
	z-index: 2;
}

.information_cont .anklinkbox .anklink:hover::after{
	transform: scaleX(1);
}

.information_cont .information_box{
	margin-bottom: 80px;
}

.information_cont .information_box:last-child{
	margin-bottom: 0;
}

.information_cont .information_box table{
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


.information_cont .information_box table th{
	width:200px;
	font-size: 1.6rem;
	line-height: 2em;
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
	padding:30px 30px;
	border-bottom:1px dotted #000;
}

.information_cont .information_box table td{
	font-size:1.4rem;
	line-height: 2em;
	min-height: 100px;
	padding:30px 30px;
	border-bottom:1px dotted #000;
}

.information_cont .information_box table tr:nth-child(even) th,
.information_cont .information_box table tr:nth-child(even) td{
	background:#ecf4fa;
}

.information_cont .information_box table td table{
	border:none;
}

.information_cont .information_box table td table td{
	background:none !important;
	padding:0;
	border:none;
}

.information_cont .information_box table td a{
	color:#4696d2;
	text-decoration: underline;
	transition: all 0.3s;
}

.information_cont .information_box table td a:hover{
	opacity: 0.7;
}

@media screen and (max-width:750px) {
.information_cont{
	margin-bottom: 100px;
}

.information_cont .environments_inbox{
	margin-bottom: 40px;
}

.information_cont .environments_inbox:last-child{
	margin-bottom: 0;
}

.information_cont h2{
	font-size: 2rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#4696d2;
	letter-spacing: 0.05em;
	padding-bottom: 1em;
}

.information_cont p.nothing{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}

.information_cont .anklinkbox{
	width:100%;
	margin-bottom: 40px;
	gap:10px 20px;
	flex-wrap: wrap;
	display: none;
}

.information_cont .anklinkbox .anklink{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 0.5em;
	display: block;
	font-weight: 500;
}

.information_cont .anklinkbox .anklink::after{
	content: "";
	width:100%;
	border-bottom: 1px solid #4696d2;
	position: absolute;
	bottom:0;
	left:0;
	transform: scaleX(0);
	transform-origin: left;
	transition: all 0.3s;
}

.information_cont .anklinkbox .anklink:hover::after{
	transform: scaleX(1);
}

.information_cont .information_box{
	margin-bottom: 50px;
}

.information_cont .information_box:last-child{
	margin-bottom: 0;
}

.information_cont .information_box table{
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


.information_cont .information_box table th{
	width:100%;
	font-size: 1.6rem;
	line-height: 2em;
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
	padding:10px 10px 0 10px;
	border-bottom:none;
	display: block;
	box-sizing: border-box;
}

.information_cont .information_box table td{
	width:100%;
	box-sizing: border-box;
	font-size:1.4rem;
	line-height: 2em;
	min-height: auto;
	padding:5px 10px 10px 10px;
	border-bottom:1px dotted #000;
	display: block;
}

.information_cont .information_box table tr:nth-child(even) th,
.information_cont .information_box table tr:nth-child(even) td{
	background:#ecf4fa;
}

.information_cont .information_box table td table{
	border:none;
}

.information_cont .information_box table td table td{
	background:none !important;
	padding:0;
	border:none;
	width:100% !important;
	height: auto !important;
}

.information_cont .information_box table td a{
	color:#4696d2;
	text-decoration: underline;
	transition: all 0.3s;
}

.information_cont .information_box table td a:hover{
	opacity: 0.7;
}
	
.information_cont .information_box table tr:last-child td{
	border-bottom: none;
}
}