@charset "UTF-8";
/* =============================================================
 contents.css
 =============================================================== */

/* block_inquiry
---------------------------------------------------------------- */
.block_inquiry .block_inquiry_lead {
	font-size: 20px;
	font-weight: normal;
	color: #192b64;
	text-align: center;
	width: 66%;
	margin: 80px auto 60px auto
}
.block_inquiry .block_inquiry_bnr {
	position: relative;
	display: block;
	width: 66%;
	max-width: 788px;
	margin: 0 auto;
	background: #192b64 url("img/icon_inquiry_service.png") no-repeat 15% center / 75px auto;
	font-size: 1.6vw;
	font-weight: bold;
	color: #fff;
}
.block_inquiry .block_inquiry_bnr:hover {
	transform: scale(1.02, 1.02);
	box-shadow: 0 32px 30px -25px rgba(0,0,0,0.4);
}
.block_inquiry .block_inquiry_bnr span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.block_inquiry .block_inquiry_bnr:before {
	display: block;
	content:"";
	padding-top: 19%;
}
.block_inquiry .block_inquiry_bnr::after {
	position: absolute;
	top: 40%;
	right: 15%;
	display: inline-block;
	content: '';
	border-top: solid 0.3vw #fff;
	border-right: solid 0.3vw #fff;
	width: 1vw;
	height: 1vw;
	transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.block_inquiry .block_inquiry_lead {
		font-size: 17px;
	}
	.block_inquiry .block_inquiry_bnr {
		width: 90%;
		background: #192b64 url("img/icon_inquiry_service.png") no-repeat 10% center / 40px auto;
		font-size: 16px;
	}
	.block_inquiry .block_inquiry_bnr::after {
		right: 12%;
		border-top: solid 3px #fff;
		border-right: solid 3px #fff;
		width: 9px;
		height: 9px;
	}
}

/* network
---------------------------------------------------------------- */
.network.domestic #block_top {
	background: url("img/domestic_topimg.jpg") no-repeat center center / cover;
}
.network.overseas #block_top {
	background: url("img/overseas_topimg.jpg") no-repeat center center / cover;
}
#kr .network.korea #block_top {
	background: url("img/overseas_topimg_kr.jpg") no-repeat center center / cover;
}
.network .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
	font-feature-settings: "palt";
}

.network #navi_domestic {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
#en .network #navi_domestic {
	flex-wrap: wrap;
}
.network #navi_domestic li {
	width: 24.7%;
}
#en .network #navi_domestic li {
	width: 49.4%;
	margin-bottom: 1.5%;
}
#en .network #navi_domestic li:nth-child(4) a br {
	display: none;
}
.network #navi_domestic li a {
	display: block;
	height: 54px;
	background: #f5f7f7;
	color: #192b64;
	font-size: 18px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	font-feature-settings: "palt";
}
.network #navi_domestic li a:hover {
	background: #192b64;
	color: #fff;
}
.network #navi_domestic li span {
	padding-right: 1em;
	background: url("img/arrow_navy_under.png") no-repeat right center;
}
.network #navi_domestic li a:hover span {
	background: url("img/arrow_white_under.png") no-repeat right center;
}

.network #map_overseas {
	margin-top: 60px;
	position: relative;
}
.network #map_overseas .map {
	width: 100%;
}
.network #map_overseas div img {
	width: 90%;
	mix-blend-mode: multiply;
}
.network #map_overseas div {
	position: absolute;
}
.network #map_overseas #pin_01 {
	left: 19%;
	top: -9%;
}
.network #map_overseas #pin_02 {
	left: 25.5%;
	bottom: 28%;
}
.network #map_overseas #pin_03 {
	right: 12.5%;
	top: 14%;
}
.network #map_overseas #pin_04 {
	left: 5%;
	top: 0;
}
.network #map_overseas div span {
	margin-left: 10px;
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	color: #192b64;
	text-align: left;
	line-height: 1.4em;
	left: 51%;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	background: linear-gradient(#192b64, #192b64) 0 100%/0 1px no-repeat;
	transition: background .4s;
}
.network #map_overseas a:hover span {
	background-size: 100% 1px;
}
.network #map_overseas #pin_02 span {
	width: 9.5em;
}
#ch .network #map_overseas #pin_02 span {
	width: 6em;
}
.index .block #global #map_global a {
	display: block;
}
.network #map_overseas #pin_01 a {
	right: 19%;
}
.network #map_overseas #pin_02 a {
	right: -55%;
}
.network #map_overseas #pin_03 a {
	right: 31%;
}
.network #map_overseas #pin_04 a {
	right: 25%;
}

.network #navi_overseas {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 140px;
}
.network #navi_overseas > div.navi_overseas_detail {
	width: 23%;
}
.network #navi_overseas > div.navi_overseas_detail > a {
	margin-bottom: 10px;
	display: block;
	line-height: 2em;
	border-bottom: 1px solid #192b64;
	height: auto;
	background: none;
	color: #192b64;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	font-feature-settings: "palt";
}
.network #navi_overseas > div.navi_overseas_detail > a:hover {
	color: #192b64;
	background: none;
}
.network #navi_overseas > div.navi_overseas_detail > div.navi_overseas_sub {
	text-align: left;
}
.network #navi_overseas > div.navi_overseas_detail > div.navi_overseas_sub a {
	margin-top: 3px;
	font-size: 16px;
	color: #000;
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	transition: background .4s;
}
.network #navi_overseas > div.navi_overseas_detail > div.navi_overseas_sub a:hover {
	background-size: 100% 1px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.network #navi_overseas > div#navi_overseas_sub01.opennavi,
.network #navi_overseas > div#navi_overseas_sub02.opennavi,
.network #navi_overseas > div#navi_overseas_sub03.opennavi,
.network #navi_overseas > div#navi_overseas_sub04.opennavi {
	display: flex;
}

.network #navi_overseas > div#navi_overseas_sub01 > div,
.network #navi_overseas > div#navi_overseas_sub02 > div,
.network #navi_overseas > div#navi_overseas_sub03 > div,
.network #navi_overseas > div#navi_overseas_sub04 > div {
	margin-right: 4%;
	margin-bottom: 4%;
}
.network #navi_overseas > div#navi_overseas_sub01 > div > a,
.network #navi_overseas > div#navi_overseas_sub02 > div > a,
.network #navi_overseas > div#navi_overseas_sub03 > div > a,
.network #navi_overseas > div#navi_overseas_sub04 > div > a {
	color: #000;
	font-size: 16px;
	font-feature-settings: "palt";
	padding-right: 1em;
}
.network #navi_overseas > div#navi_overseas_sub01 > div > a > span,
.network #navi_overseas > div#navi_overseas_sub02 > div > a > span,
.network #navi_overseas > div#navi_overseas_sub03 > div > a > span,
.network #navi_overseas > div#navi_overseas_sub04 > div > a > span {
	position: relative;
	padding-bottom: .25em;
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	transition: background .4s .5s;
	font-size: 16px;
	color: #000;
}
.network #navi_overseas > div#navi_overseas_sub01 > div > a:hover > span,
.network #navi_overseas > div#navi_overseas_sub02 > div > a:hover > span,
.network #navi_overseas > div#navi_overseas_sub03 > div > a:hover > span,
.network #navi_overseas > div#navi_overseas_sub04 > div > a:hover > span {
	background-size: 100% 1px;
}
.network #navi_overseas > div#navi_overseas_sub01 > div > a > span:after,
.network #navi_overseas > div#navi_overseas_sub02 > div > a > span:after,
.network #navi_overseas > div#navi_overseas_sub03 > div > a > span:after,
.network #navi_overseas > div#navi_overseas_sub04 > div > a > span:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	padding-bottom: .25em;
	background: linear-gradient(#000, #000) 0 100%/100% 1px no-repeat;
	transition: background .4s;
	font-size: 16px;
	color: #000;
}
.network #navi_overseas > div#navi_overseas_sub01 > div > a:hover > span:after,
.network #navi_overseas > div#navi_overseas_sub02 > div > a:hover > span:after,
.network #navi_overseas > div#navi_overseas_sub03 > div > a:hover > span:after,
.network #navi_overseas > div#navi_overseas_sub04 > div > a:hover > span:after {
	background-size: 0 1px;
}

.network .network_tit {
	display: inline-block;
	margin-bottom: 70px;
	border-bottom: 6px solid #192b64;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4em;
	color: #192b64;
	text-align: center;
	font-feature-settings: "palt";
}
.network .block_network {
	margin-bottom: 100px;
}
.network .block_network_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.network .block_network_top .block_network_l {
	width: 250px;
	margin-right: 5%;
}
.network .block_network_top .block_network_l img {
	width: 100%;
	height: auto;
}
.network .block_network_top .block_network_r {
	flex: 2;
}
.network .block_network_top .block_network_tit {
	margin-bottom: .5em;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4em;
}
.network .block_network_top .block_network_sub li {
	margin-bottom: .25em;
	font-size: 16px;
}
.network .block_network_top .block_network_sub li:before {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: #000;
	position: relative;
	top: 3px;
	margin-right: .25em;
}
.network .block_network_top .block_network_maplink,
.network .block_network_top .block_network_lightbox {
	margin-right: 1.5em;
	display: inline-block;
}
.network .block_network_top .block_network_maplink {
	padding-left: 1.5em;
	background: url("img/icon_marker.png") no-repeat left center;
}
.network .block_network_top .block_network_lightbox {
	padding-left: 1.5em;
	background: url("img/icon_marker_blue.png") no-repeat left center;
}
.network .block_network_top .block_network_maplink a,
.network .block_network_top .block_network_lightbox a {
	position: relative;
	padding-bottom: .25em;
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	transition: background .4s .5s;
	font-size: 16px;
	color: #000;
}
.network .block_network_top .block_network_maplink a:hover,
.network .block_network_top .block_network_lightbox a:hover {
	background-size: 100% 1px;
}
.network .block_network_top .block_network_maplink a:after,
.network .block_network_top .block_network_lightbox a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	padding-bottom: .25em;
	background: linear-gradient(#000, #000) 0 100%/100% 1px no-repeat;
	transition: background .4s;
	font-size: 16px;
	color: #000;
}
.network .block_network_top .block_network_maplink a:hover:after,
.network .block_network_top .block_network_lightbox a:hover:after {
	background-size: 0 1px;
}
.network .block_network_spec {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.network .block_network_spec li {
	box-sizing: border-box;
	margin: 0 1.75% 1.75% 0;
	border: 1px solid #335ae2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: .5em 1em;
	font-size: 16px;
	font-weight: bold;
	color: #335ae2;
}
.network .block_network_spec li.spec01 {
	padding-left: 2.5em;
	background: url("img/icon_spec01.png") no-repeat .75em center;
}
.network .block_network_spec li.spec02 {
	padding-left: 2.8em;
	background: url("img/icon_spec02.png") no-repeat .75em center;
}
.network .block_network_spec li.spec03 {
	padding-left: 3.25em;
	background: url("img/icon_spec03.png") no-repeat .75em center;
}
.network .block_network_spec li.spec04 {
	padding-left: 3.25em;
	background: url("img/icon_spec04.png") no-repeat .75em center;
}
.network .block_network_spec li.spec05 {
	padding-left: 3.6em;
	background: url("img/icon_spec05.png") no-repeat .75em center;
}
.network .block_network_spec li.spec06 {
	padding-left: 3.9em;
	background: url("img/icon_spec06.png") no-repeat .75em center;
}
.network .block_network_spec li.spec07 {
	padding-left: 3.15em;
	background: url("img/icon_spec07.png") no-repeat .75em center;
}
.network .block_network_spec li.spec08 {
	padding-left: 3.15em;
	background: url("img/icon_spec08.png") no-repeat .75em center;
}

.network table {
	font-size: 16px;
}
.network table th {
	width: 21%;
}
.network table td {
	width: 79%;
}

@media only screen and (max-width: 1000px) {
	#en .network #navi_domestic li:nth-child(4) a {
		height: auto;
		padding: 5px 0;
		line-height: 1.2;
	}
	#en .network #navi_domestic li:nth-child(4) span {
		display: inline-block;
		text-align: left;
	}
	#en .network #navi_domestic li:nth-child(4) a br {
		display: block;
	}
}

@media only screen and (max-width: 1180px) {
	.network #navi_domestic {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 45px;
	}
	.network #navi_domestic li {
		width: 49.4%;
		margin-bottom: 1%;
	}

	.network #map_overseas #pin_01 {
		left: 17%;
		top: -21%;
		width: 30%;
	}
	.network #map_overseas #pin_02 {
		left: 22%;
		bottom: 23%;
		width: 22%;
	}
	.network #map_overseas #pin_03 {
		width: 23%;
		right: 13%;
		top: 13%;
	}
	.network #map_overseas #pin_04 {
		left: 4%;
		top: -7%;
		width: 22%;
	}
	.network #map_overseas div img {
		width: 100%;
	}
	.network #map_overseas div span {
		width: 55%;
		font-size: 13px;
	}
	.network #map_overseas #pin_01 a {
		left: 55%;
	}
	.network #map_overseas #pin_02 a {
		left: 56%;
		width: 130%;
	}
	.network #map_overseas #pin_03 a {
		left: 55%;
	}
	.network #map_overseas #pin_04 a {
		left: 56%;
	}

	.network #navi_overseas > div.navi_overseas_detail {
		width: 48%;
	}
	.network #navi_overseas {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 45px;
	}
	.network #navi_overseas > div {
		width: 49.4%;
		margin-bottom: 1%;
	}
	.network #navi_overseas > div#navi_overseas_sub01,
	.network #navi_overseas > div#navi_overseas_sub02,
	.network #navi_overseas > div#navi_overseas_sub03,
	.network #navi_overseas > div#navi_overseas_sub04 {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-bottom: 20px;
		box-shadow: 0 12px 12px rgba(0,0,0,0.1);
	}
	.network .block_network_top .block_network_l {
		width: 30%;
		min-width: 120px;
	}
	
	.network table th {
		width: 30%;
	}
	.network table td {
		width: 70%;
	}

}

@media only screen and (max-width: 767px) {
	.network .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}

	.network #navi_domestic li a {
		height: 40px;
		font-size: 13px;
		line-height: 40px;
	}
	#en .network #navi_domestic li a {
		font-size: 12px;
	}
	
	.network #map_overseas {
		margin-top: 30px;
	}
	.network #map_overseas #pin_01 {
		left: 18%;
		width: 30%;
	}
	.network #map_overseas #pin_02 {
		left: 23%;
		bottom: 22%;
		width: 23%;
	}
	.network #map_overseas #pin_03 {
		right: 13%;
		width: 24%;
	}
	.network #map_overseas #pin_04 {
		left: 6%;
		top: 0;
		width: 18%;
	}
	.network #map_overseas div span {
		font-size: 12px;
	}
	.network #map_overseas #pin_01 span,
	.network #map_overseas #pin_02 span,
	.network #map_overseas #pin_03 span,
	.network #map_overseas #pin_04 span {
		left: 47%;
	}

	.network #navi_overseas {
		margin-top: 20px;
	}
	.network #navi_overseas > div.navi_overseas_detail > a {
		font-size: 15px;
	}
	.network #navi_overseas > div.navi_overseas_detail > div.navi_overseas_sub a {
		font-size: 13px;
	}

	.network #navi_overseas > div > a {
		height: 40px;
		font-size: 13px;
		line-height: 40px;
	}
	.network #navi_overseas > div#navi_overseas_sub01,
	.network #navi_overseas > div#navi_overseas_sub02,
	.network #navi_overseas > div#navi_overseas_sub03,
	.network #navi_overseas > div#navi_overseas_sub04 {
		padding: 13px 24px;
	}
	.network #navi_overseas > div#navi_overseas_sub01 > div > a > span,
	.network #navi_overseas > div#navi_overseas_sub02 > div > a > span,
	.network #navi_overseas > div#navi_overseas_sub03 > div > a > span,
	.network #navi_overseas > div#navi_overseas_sub04 > div > a > span {
		font-size: 12px;
	}

	.network .network_tit {
		margin-bottom: 42px;
		border-bottom: 4px solid #192b64;
		font-size: 19px;
		font-weight: bold;
	}
	.network .block_network {
		margin-bottom: 60px;
	}
	.network .block_network_top {
		margin-bottom: 12px;
	}
	.network .block_network_top .block_network_l {
		display: none;
	}
	.network .block_network_top .block_network_tit {
		font-size: 19px;
	}
	.network .block_network_top .block_network_sub li {
		font-size: 13px;
	}
	.network .block_network_top .block_network_maplink a,
	.network .block_network_top .block_network_lightbox a {
		position: relative;
		padding-bottom: .25em;
		background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
		transition: background .4s .5s;
		font-size: 12px;
		color: #000;
	}
	.network .block_network_top .block_network_maplink a:after,
	.network .block_network_top .block_network_lightbox a:after {
		font-size: 12px;
	}
	.network .block_network_spec {
		display: none;
	}

	.network table {
		font-size: 12px;
	}
}

/* vision
---------------------------------------------------------------- */
.vision #block_top {
	background: url("img/vision_topimg.jpg") no-repeat center center / cover;
}
.vision .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.vision .block .block01_l {
	float: left;
	width: 74%;
}
.vision .block p {
	font-size: 16px;
}
.vision .block .block01_r {
	float: right;
	width: 21%;
}
.vision .block .block01_r .vision_img_usui {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.vision .block .block01_r p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.vision .block .block01_r .vision_img_usui_sign {
	display: block;
	margin: 0 auto;
	width: 80%;
	height: auto;
}
.vision .block .vision_img01,
.vision .block .vision_img05,
.vision .block .vision_img06 {
	display: block;
	margin: 50px auto 80px;
}
.vision .block .vision_img01 {
	width: 77%;
}
.vision .block .vision_img05 {
	width: 63%;
}
#en .vision .block .vision_img05 {
	width: 77%;
}
#ch .vision .block .vision_img01 {
	width: 65%;
}
#ch .vision .block .vision_img05 {
	width: 83%;
}
#kr .vision .block .vision_img01 {
	width: 90%;
}
#kr .vision .block .vision_img05 {
	width: 50%;
}
.vision .block .vision_img06 {
	width: 94%;
}
.vision .block .vision_img02,
.vision .block .vision_img03,
.vision .block .vision_img04 {
	display: block;
	margin: 30px auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #cdcdcd;
}
.vision .block .vision_img04 {
	margin: 30px auto 60px;
}
.vision .block .vision_img02 img,
.vision .block .vision_img03 img,
.vision .block .vision_img04 img {
	display: block;
	margin: 0 auto;
}
.vision .block .vision_img02 img {
	width: 34%;
}
.vision .block .vision_img03 img {
	width: 36%;
}
.vision .block .vision_img04 img {
	width: 34%;
}
#en .vision .block .vision_img02 img {
	width: 40%;
}
#en .vision .block .vision_img03 img {
	width: 50.3%;
}
#en .vision .block .vision_img04 img {
	width: 66.4%;
}
#ch .vision .block .vision_img02 img {
	width: 36%;
}
#ch .vision .block .vision_img03 img {
	width: 33.5%;
}
#ch .vision .block .vision_img04 img {
	width: 40.4%;
}
#kr .vision .block .vision_img02 img {
	width: 28%;
}
#kr .vision .block .vision_img03 img {
	width: 33.5%;
}
#kr .vision .block .vision_img04 img {
	width: 40.4%;
}

@media only screen and (max-width: 767px) {
	.vision .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.vision .block .block01_l {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.vision .block p {
		font-size: 15px;
	}
	.vision .block .block01_r {
		float: none;
		width: 33%;
		margin: 0 auto;
	}
	.vision .block .block01_r .vision_img_usui {
		margin-bottom: 5px;
		width: 100%;
		height: auto;
	}
	.vision .block .block01_r p {
		margin-bottom: 5px;
		line-height: 1.5em;
	}
	.vision .block .block01_r .vision_img_usui_sign {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.vision .block .vision_img01 {
		display: block;
		margin: 25px auto 40px;
		width: 85%;
	}
	.vision .block .vision_img05 {
		display: block;
		margin: 25px auto 40px;
		width: 72%;
	}
	.vision .block .vision_img06 {
		display: block;
		margin: 25px auto 20px;
		width: 100%;
	}
	.vision .block .vision_img02,
	.vision .block .vision_img03,
	.vision .block .vision_img04 {
		display: block;
		margin: 15px auto;
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #cdcdcd;
	}
	.vision .block .vision_img04 {
		margin: 15px auto 30px;
	}
	.vision .block .vision_img02 img,
	.vision .block .vision_img03 img,
	.vision .block .vision_img04 img {
		display: block;
		margin: 0 auto;
		width: 56%;
	}
}

/* profile
---------------------------------------------------------------- */
.profile #block_top {
	background: url("img/profile_topimg.jpg") no-repeat center center / cover;
}
.profile #main p {
	text-align: left;
}
.profile .block {
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 120px;
    border-bottom: 1px solid #cdcdcd;
    overflow: hidden;
    text-align: left;
}
.profile .terasaki {
	display: inline-block;
	background: url("img/saki.svg") no-repeat 1em center;
	background-size: 15px;
}
.profile #profile_table,
.profile .profile_table {
	width: 100%;
	font-size: 16px;
	table-layout: auto;
	border-bottom: none;
}
.profile #profile_table tbody,
.profile .profile_table tbody {
	width: 100%;
	display: table;
}
.profile #profile_table a,
.profile .profile_table a {
	text-decoration: underline;
}
.profile #profile_table .link a,
.profile .profile_table .link a {
	display: inline-block;
	color: #000;
	position: relative;
	text-decoration: none;
	outline: none;
}
.profile #profile_table .link a::after,
.profile .profile_table .link a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.profile #profile_table .link a:hover::after,
.profile .profile_table .link a:hover::after {
	width: 100%;
}

.profile #profile_table .google,
.profile .profile_table .google {
	padding-left: 18px;
	background: url("../fonts/profile_google.svg") no-repeat left center;
	background-size: 12px;
}
#profile_table .google a,
.profile_table .google a {
	color: #000;
}
.profile #profile_table th,
.profile #profile_table td,
.profile .profile_table th,
.profile .profile_table td {
	vertical-align: middle;
}
.profile #profile_table th,
.profile .profile_table th {
	padding: 5px 15px;
	background: #f5f5f5;
}
.profile #profile_table td,
.profile .profile_table td {
	padding: 5px 20px;
	border-right: none;
}
.profile #profile_table tr th:nth-child(1),
.profile .profile_table tr th:nth-child(1) {
	width: 90px;
	text-align: center;
}
#kr .profile .profile_table tr th:nth-child(1) {
	width: 90px;
	text-align: center;
}
.profile #profile_table tr th:nth-child(2),
.profile .profile_table tr th:nth-child(2) {
	width: 150px;
	font-weight: bold;
}
.profile #profile_table tr th.job,
.profile .profile_table tr th.job {
	text-align: left;
	border-right: none;
	border-left: 1px solid #ccc;
}
.profile #profile_table .pc_none,
#profile_table .sp_only,
.profile .profile_table .pc_none,
.profile_table .sp_only {
	display: none !important;
}
.profile #profile_table .sp_none,
.profile .profile_table .sp_none {
	display: table-cell !important;
}
.profile #profile_table ol,
.profile .profile_table ol {
	margin-left: 1.8em;
	list-style-type: decimal;
}
.profile .profile_link {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.profile .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.profile .block p {
		font-size: 15px;
	}
	.profile #profile_table,
	.profile .profile_table {
		width: auto;
		display: block;
		font-size: 15px;
	}
	
	.profile #profile_table .link a::after,
	.profile .profile_table .link a::after {
		border: none;
	}
	.profile #profile_table .link a:hover::after,
	.profile .profile_table .link a:hover::after {
		width: 0;
	}

	.profile #profile_table tr th,
	.profile #profile_table tr td,
	.profile .profile_table tr th,
	.profile .profile_table tr td {
		padding: 5px 10px;
	}
	.profile #profile_table tr th,
	.profile .profile_table tr th {
		width: 185px !important;
	}
	.profile #profile_table tr td,
	.profile .profile_table tr td {
		border-left: 1px solid #ccc;
	}
	.profile #profile_table .sp_only,
	.profile .profile_table .sp_only {
		display: table-row !important;
	}
	.profile #profile_table .pc_none,
	.profile .profile_table .pc_none {
		display: table-cell !important;
	}
	.profile #profile_table .sp_none,
	.profile .profile_table .sp_none {
		display: none !important;
	}
	.profile .block img{
		margin-top: 1px;
		width: 12.5px;
	}
	.profile .terasaki {
		background-size: 12px;
		background-position: 1em 0.35em;
	}
	.profile .profile_link {
		font-size: 15px;
	}
}

/* history
---------------------------------------------------------------- */
.history #block_top {
	background: url("img/history_topimg.jpg") no-repeat center center / cover;
}
.history .block {
	width: 100%;
	margin-bottom: 100px;
	padding-bottom: 120px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.history #history_table,
.history .history_table {
	width: 100%;
	font-size: 16px;
}

.history #history_table th,
.history .history_table th {
	background: #f2f2f2;
	width: 70px;
}
.history #history_table th.bd_r,
.history .history_table th.bd_r {
	border-right: 1px solid #cdcdcd;
}
.history #history_table th,
.history #history_table td,
.history .history_table th,
.history .history_table td {
	padding: 5px 20px;
	vertical-align: middle;
}
.history #history_table tr.job th,
.history .history_table tr.job th {
	width: 100px;
}
.history #history_table tr.job td:first-child,
.history .history_table tr.job td:first-child {
	font-weight: bold;
	text-align: center;
	background: #f2f2f2;
	border-right: none;
	border-left: 1px solid #ccc;
}
.history .history_link {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.history .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.history .block #history_table,
	.history .block .history_table {
		font-size: 15px;
	}
	.history .history_link {
		font-size: 15px;
	}
}

/* feature
---------------------------------------------------------------- */
.feature #container {
	max-width: 100%;
}
.feature #container #container_inner {
	width: 100%;
	padding: 0;
}

.feature #block_top #block_top_box {
	top: 50%;
}
.feature #block_top #block_top_box .sub_txt {
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.feature .block #feature_btn {
	max-width: 990px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature .block #feature_btn a {
	width: 170px;
	margin: 2% 1px 0;
	padding: 15px 0;
	display: block;
	color: #192b64;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #f4f6f6;
	position: relative;
}
#en .feature .block #feature_btn a {
	width: 190px;
	font-size: 14px;
}
.feature .block #feature_btn a:after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-top: 2px solid #192b64;
	border-right: 2px solid #192b64;
	position: absolute;
	top: 55%;
	margin-top: -6px;
	margin-left: 5px;
	transform: rotate(45deg);
	z-index: 2;
	transition: .5s;
}
.feature .block #feature_btn a:hover {
	color: #fff;
	background: #192b64;
}
.feature .block #feature_btn a:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.feature .block .read {
	max-width: 770px;
	margin: 60px auto;
	text-align: justify;
	font-weight: bold;
}

.feature .block .feature_blue {
	padding: 70px 94px 100px;
	background: #f4f7ff;
}
.feature .block .feature_white {
	padding: 70px 94px 100px;
}
.feature .block .feature_block {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature .block .photo_left .feature_block {
	flex-flow: row-reverse;
}
.feature .block .feature_block .text_block,
.feature .block .feature_block .photo_block {
	width: 48%;
}
.feature .block .feature_block .photo_block img {
	width: 100%;
}
.feature .block .feature_block .photo_block span {
	margin-top: 10px;
	display: block;
	font-size: 14px;
}

.feature .block .feature_block .main_tit {
	margin-bottom: 25px;
	color: #192b64;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
}

.feature .block .feature_block .text a {
	text-decoration: underline;
}

.feature .block #feature_link {
	max-width: 1200px;
	margin: 110px auto 40px;
	padding: 0 94px;
}
.feature .block #feature_link .title {
	margin-bottom: 30px;
	color: #192b64;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
.feature .block #feature_link #link_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature .block #feature_link #link_block div {
	width: 22.6%;
	position: relative;
}
.feature .block #feature_link #link_block div .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.feature .block #feature_link #link_block span {
	width: 100%;
	height: 10px;
	margin: -13px auto 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}
.feature .block #feature_link #link_block p {
	overflow: hidden;
}
.feature .block #feature_link #link_block img {
	width: 100%;
	transition: 0.5s;
	object-fit: cover;
}
.feature .block #feature_link #link_block div:hover img {
	transform: scale(1.1, 1.1);
}

.feature #block_feature {
	width: 66%;
	max-width: 788px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature #block_feature div {
	width: 47%;
}
.feature #block_feature div a {
	padding: 25px 0;
	position: relative;
	display: block;
	box-sizing: border-box;
	border: 1px solid #192b64;
	color: #192b64;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	transition: .2s;
	overflow: hidden;
	background: #fff;
}
.feature #block_feature div a:hover {
    color: #fff;
	border: 1px solid #192b64 !important;
}
.feature #block_feature div a:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: #192b64;
    transition: .2s;
}
.feature #block_feature div a:hover::before {
    bottom: 0;
	z-index: 1;
}
.feature #block_feature div a:after {
	position: absolute;
	z-index: 4;
	top: 46%;
	right: 7%;
	display: inline-block;
	content: '';
	border-top: solid 0.25vw #192b64;
	border-right: solid 0.25vw #192b64;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
}
.feature #block_feature div a:hover::after {
	border-top: solid 0.25vw #fff;
	border-right: solid 0.25vw #fff;
}
.feature #block_feature div p {
	position: relative;
	z-index: 1;
}
.feature #block_feature div span {
	display: block;
	font-size: 15px;
}

.feature.info_system .block #feature_btn a#link_btn ,
.feature.feature_network .block #feature_btn a#link_btn ,
.feature.quality .block #feature_btn a#link_btn ,
.feature.suggestion .block #feature_btn a#link_btn ,
.feature.total_logistics .block #feature_btn a#link_btn {
	background: #192b64;
	color: #fff;
}

.feature.info_system .block #feature_btn a#link_btn:after ,
.feature.feature_network .block #feature_btn a#link_btn:after ,
.feature.quality .block #feature_btn a#link_btn:after ,
.feature.suggestion .block #feature_btn a#link_btn:after ,
.feature.total_logistics .block #feature_btn a#link_btn:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.feature .block_inquiry .block_inquiry_bnr {
	max-width: 788px;
}

@media only screen and (max-width: 1124px) {
	.feature .block #feature_btn {
		width: 94%;
		margin: auto;
	}
	.feature .block .read {
		width: 94%;
	}
	
	.feature .block .feature_block {
		width: 94%;
		margin: auto;
		display: block;
	}
	.feature .block .feature_block .text_block {
		width: 100%;
	}
	.feature .block .feature_block .photo_block {
		width: 85%;
		max-width: 650px;
		margin: 20px auto 0;
	}
	
	.feature .block #feature_link #link_block div span {
		line-height: ;
	}
	
	.feature #block_feature {
		margin: 40px auto 0;
	}
	.feature #block_feature div a {
		font-size: 15px;
	}
	.feature #block_feature div span {
		font-size: 13px;
	}
}

@media only screen and (max-width: 817px) {
    #en .feature .block #feature_btn a {
        width: 170px;
    }
}

@media only screen and (max-width: 767px) {
	.feature #block_top {
		min-height: 160px;
	}
	.feature #block_top #block_top_box {
		top: 50%;
	}
	.feature #block_top #block_top_box .sub_txt {
		margin-top: 10px;
		font-size: 15px;
	}
	.feature .block #feature_btn a,
    #en .feature .block #feature_btn a {
		width: 48%;
		margin-top: 3.8%;
	}
	
	.feature .block .read {
		width: 94%;
		margin: 30px auto;
	}
	#en .feature .block .read {
        text-align: initial;
	}
	.feature .block .feature_block .main_tit {
		font-size: 23px;
	}
	.feature .block .feature_blue,
	.feature .block .feature_white {
		padding: 40px 0 20px;
	}
	.feature .block .feature_block .photo_block {
		width: 100%;
	}
	.feature .block .feature_block .photo_block span {
		font-size: 13px;
	}
	
	.feature .block #feature_link {
		width: 94%;
		margin: 30px auto 0;
		padding: 0;
	}
	.feature .block #feature_link #link_block div .mask {
		margin: 0;
	}
	.feature .block #feature_link .title {
		margin-bottom: 0;
		font-size: 19px;
	}
	.feature .block #feature_link #link_block div {
		width: 48%;
		margin-top: 4%;
	}
	.feature .block #feature_link #link_block div span {
		font-size: 15px;
	}
	
	.feature #block_feature {
		width: 90%;
		margin: auto;
	}
	.feature #block_feature div {
		width: 100%;
		margin-top: 25px;
	}
	.feature #block_feature div a {
		padding: 18px 0;
	}
	.feature #block_feature div a::after {
		width: 9px;
		height: 9px;
		border-top: 3px solid #192b64;
		border-right: 3px solid #192b64;
		top: 41%;
		right: 12%;
	}
	.feature #block_feature div a:hover::after {
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		top: 41%;
	}
}

/* feature_index
---------------------------------------------------------------- */
.feature_index #block_top {
	background: url("img/top_topimg.jpg") no-repeat center center / cover;
}
.feature_index .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	text-align: left;
}
.feature_index .block p {
	font-size: 16px;
}
.feature_index .block .read{
	text-align: center;
	margin-top: 0;
	font-weight: bold;
}
.feature_index .block .read_caption {
	width: 96%;
	max-width: 600px;
	margin: 0 auto 50px;
	font-size: 13px;
}

.feature_index .block .feature_block .main_tit {
	color: #000;
}

.feature_index .block .feature_link {
	position: relative;
	z-index: 2;
	background-image: url("img/hoge.gif");
	background-position: 50% 68.5%;
	background-attachment: fixed;
	background-size: 120%;
	background-repeat: no-repeat;
}
.feature_index .block .feature_b {
	width: 100%;
	margin: 1em auto 0;
	padding: 10% 0;
	background: #192b64;
	position: sticky;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.feature_index .block .feature_box {
	margin-top: 60px;
	padding: 3% 0;
	background-size: 72%;
	background-position: center right;
	background-repeat: no-repeat;
}
.feature_index .block #feature_01 {
	background-image: url("img/top_img01.jpg");
}
.feature_index .block #feature_02 {
	background-image: url("img/top_img02.jpg");
}
.feature_index .block #feature_03 {
	background-image: url("img/top_img03.jpg");
}
.feature_index .block #feature_04 {
	background-image: url("img/top_img04.jpg");
}
.feature_index .block #feature_05 {
	background-image: url("img/top_img05.jpg");
}

.feature_index .block .feature_box .text_box {
	max-width: 1200px;
	margin: 3% auto;
}
.feature_index .block .feature_box .text_box div {
	padding: 48px;
	background-color: white;
	max-width: 520px;
	border-left: 6px solid #192b64;
	box-shadow: 0 0 14px 2px rgba(0,0,0,.2);
}
.feature_index .block .feature_box .text_box .main_tit {
	font-size: 40px;
	font-weight: bold;
}

.feature_index .block .feature_box .text {
	margin-bottom: 25px;
}

.feature_index .feature_box .button {
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.feature_index .feature_box .button span {
	position: relative;
	z-index: 3;
}
.feature_index .feature_box .button a {
	margin: auto;
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 12px 0;
	border: 2px solid #192b64;
	color: #192b64;
	transition: .2s;
	overflow: hidden;
}
.feature_index .feature_box .button a:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: #192b64;
    transition: .2s;
}
.feature_index .feature_box .button a:hover {
    color: #fff;
	border: 2px solid #192b64 !important;
}
.feature_index .feature_box .button a:hover::before {
    bottom: 0;
	z-index: 1;
}
.feature_index .feature_box .button a:after {
	margin-left: 0.7em;
	position: absolute;
	z-index: 4;
	top: 38%;
	display: inline-block;
	content: '';
	border-top: solid 3px #192b64;
	border-right: solid 3px #192b64;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}
.feature_index .feature_box .button a:hover::after {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}

@media only screen and (max-width: 1320px) {
.feature_index .block .feature_box {
	background-size: 1100px;
}
.feature_index .block .feature_box .text_box div {
	max-width :336px;
	height: auto;
	margin-left: 40px;
	top: auto;
	bottom: auto;
}
}

@media only screen and (max-width: 1024px) {
	.feature_index .feature_box .button a:after {
		border-top: solid 3px #192b64;
		border-right: solid 3px #192b64;
		width: 7px;
		height: 7px;
		top: 40%;
	}
	.feature_index .block .feature_box {
		background-size: 1100px;
		background-position: left center;
	}
}

@media only screen and (max-width: 767px) {
	.feature_index .block {
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.feature_index .block p {
		font-size: 15px;
	}

	.feature_index .block .read{
		margin: 5px auto 20px;
	}
	.feature_index .block .read_caption {
		margin: 0 auto 30px;
		font-size: 11px;
	}

	.feature_index .block #feature_block {
		margin-top: 50px;
	}
	.feature_index .block .feature_box {
		margin: 0;
		padding: 10px 0;
		background-size: 100%;
		background-position: top center;
		background-color: #f4f6f6;
	}
	.feature_index .block .feature_box .text_box {
		margin: 39% auto 3%;
	}
	.feature_index .block .feature_box .text_box div {
		width: auto;
		max-width: 500px;
		margin: auto 3%;
		padding: 29px;
	}
	.feature_index .block .feature_box .text_box .main_tit {
		font-size: 28px;
	}
	
	.feature_index .feature_box .button a:after {
		width: 5px;
		height: 5px;
		top: 43%;
		border-top: solid 2px #192b64;
		border-right: solid 2px #192b64;
	}
	.feature_index .feature_box .button a:hover:after {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}

/* quality
---------------------------------------------------------------- */
.quality #block_top {
	background: url("img/quality_topimg.jpg") no-repeat center center / cover;
}
.quality .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.quality .block p {
	font-size: 16px;
}

@media only screen and (max-width: 1124px) {
	
}

@media only screen and (max-width: 767px) {
	.quality .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.quality .block p {
		font-size: 15px;
	}
	
}

/* suggestion
---------------------------------------------------------------- */
.suggestion #block_top {
	background: url("img/suggestion_topimg.jpg") no-repeat center center / cover;
}
.suggestion .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.suggestion .block p {
	font-size: 16px;
}

.suggestion .block .feature_block .img03{
	text-align: center;
}

.suggestion .block .feature_block .img03 img{
	width: 80%;
}

@media only screen and (max-width: 1124px) {
	
}

@media only screen and (max-width: 767px) {
	.suggestion .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.suggestion .block p {
		font-size: 15px;
	}
	
}

/* total_logistics
---------------------------------------------------------------- */
.total_logistics #block_top {
	background: url("img/total_logistics_topimg.jpg") no-repeat center center / cover;
}
.total_logistics .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.total_logistics .block p {
	font-size: 16px;
}

.total_logistics .block .feature_block .text01{
	margin-top: 50px;
}

.total_logistics .block .feature_block .img01 span{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.total_logistics .block .feature_block .img02{
	text-align: center;
}

.total_logistics .block .feature_block .img02 img{
	width: 80%;
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.total_logistics .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.total_logistics .block p {
		font-size: 15px;
	}

	.total_logistics .block .feature_block .text01 {
		margin-top: 0;
	}

	.total_logistics .block .feature_block .img01 {
		text-align: center;
	}

	.total_logistics .block .feature_block .img01 img {
		width: 90%;
	}

	.total_logistics .block .feature_block .img01 span {
		font-size: 14px;
	}

	.total_logistics .block .feature_block .img02 img {
		width: 100%;
		margin-top: 0;
	}
}

/* info_system
---------------------------------------------------------------- */
.info_system #block_top {
	background: url("img/info_system_topimg.jpg") no-repeat center center / cover;
}
.info_system .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.info_system .block p {
	font-size: 16px;
}

.info_system .block .feature_block .text01{
	max-width: 770px;
	margin: 0 auto 80px;
	text-align: justify;
}

.info_system .block .feature_block .img01 p{
	font-size: 20px;
	margin-bottom: 20px;
	color: #335AE1;
	font-weight: bold;
}

.info_system .block .feature_block .img01 img{
	width: 100%;
}

.info_system .block .feature_block .text02{
	max-width: 770px;
	margin: -15px auto 0;
	text-align: left;
}
#en .info_system .block .feature_block .text02 {
	max-width: 470px;
}
#ch .info_system .block .feature_block .text02 {
	max-width: 700px;
}
#kr .info_system .block .feature_block .text02 {
	max-width: 500px;
}

.info_system .block .feature_block .text02 p{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal;
}

.info_system .block .feature_block .img01,
.info_system .block .feature_block .img02,
.info_system .block .feature_block .img03 {
	text-align: center;
}
#en .info_system .block .feature_block .img01,
#ch .info_system .block .feature_block .img01 {
	width: 100%;
}

.info_system .block .feature_block .img02 img{
	width: 70%;
	margin: 50px 0 10px;
}

.info_system .block .feature_block .img02 span {
	font-weight: bold;
	font-size: 16px;
	color: #192b64;
}

.info_system .block .feature_block .img03 img{
	width: 90%;
	margin: 50px 0 10px;
}

.info_system .block .feature_block .img03 span{
	font-weight: bold;
	font-size: 16px;
	text-indent: -5em;
}

@media only screen and (max-width: 1124px) {
	
}

@media only screen and (max-width: 767px) {
.info_system .block {
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.info_system .block p {
	font-size: 15px;
}

.info_system .block .feature_block .text01{
	margin: 0 auto 20px;
}

.info_system .block .feature_block .img01 img{
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: 60% 0;
	margin-bottom: 10px;
}

.info_system .block .feature_block .img01 p {
	font-size: 14px;
}

.info_system .block .feature_block .text02 {
	margin: 0 auto;
}

.info_system .block .feature_block .text02 p {
	font-size: 13px;
}
#en .info_system .block .feature_block .text02,
#ch .info_system .block .feature_block .text02,
#kr .info_system .block .feature_block .text02 {
	max-width: 300px;
}

.info_system .block .feature_block .img02 img {
	width: 90%;
	margin: 0 0 10px;
}

.info_system .block .feature_block .img02 span {
	font-size: 14px;
}

.info_system .block .feature_block .img03 img {
	margin: 0 0 10px;
}

.info_system .block .feature_block .img03 span {
	text-indent: 0;
	font-size: 14px;
}

}

/* feature_network
---------------------------------------------------------------- */
.feature_network #block_top {
	background: url("img/network_topimg.jpg") no-repeat center center / cover;
}
.feature_network .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.feature_network .block p {
	font-size: 16px;
}

.feature_network .block .feature_block .text01 {
	max-width: 770px;
	margin: 0 auto 80px;
	text-align: justify;
}

#en .feature_network .block .feature_block .img01,
#ch .feature_network .block .feature_block .img01 {
	width: 100%;
}

.feature_network .block .feature_block .img01 p {
	font-size: 20px;
	font-weight: bold;
	color: #335AE1;
	position:  relative;
}

.feature_network .block .feature_block .img01 img {
	width: 100%;
	margin-top: -20px; 
}

.feature_network .block .feature_block .text02 {
	max-width: 770px;
	margin: 0 auto ;
	text-align: left;
	padding-top: 50px;
}

.feature_network .block .feature_block .img01 {
	text-align: center;
}

.feature_network .block #map {
	margin-top: 100px;
	position: relative;
}
.feature_network .block #map .map_img {
	width: 100%;
}
.feature_network .block #map div {
	position: absolute;
}
.feature_network .block #map div img {
	width: 100%;
	mix-blend-mode: multiply;
}
.feature_network .block #map #pin_01 {
	left: 20%;
	top: -15%;
}
.feature_network .block #map #pin_02 {
	left: 25.5%;
	bottom: 27%;
}
.feature_network .block #map #pin_03 {
	left: 5%;
	top: -3%;
}
.feature_network .block #map #pin_04 {
	right: 14%;
	top: 9%;
}
.feature_network .block #map div span {
	margin-left: 10px;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color: #192b64;
	text-align: left;
	line-height: 1.7em;
	transition: .5s;
	left: 51%;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	background: linear-gradient(#192b64, #192b64) 0 100%/0 1px no-repeat;
	transition: background .4s;
}
.feature_network .block #map a:hover span {
	background-size: 100% 1px;
}
.feature_network .block #map #pin_02 span {
	width: 9.5em;
}
#en .feature_network .block #map #pin_02 span {
	width: 10.5em;
}
#ch .feature_network .block #map #pin_02 span {
	width: 6em;
}
.feature_network .block #map a {
	display: block;
}

.feature_network .block .feature_block .img03 {
	max-width: 1200px;
	margin: auto;
}
#en .feature_network .block .feature_block .img03,
#ch .feature_network .block .feature_block .img03 {
	width: 90%;
}

.feature_network .block .feature_block .img03 img {
	width: 90%;
	margin: 40px auto 0;
	padding-bottom: 40px;
}

.feature_network .block .white_box .feature_block {
	background-color: white;
	text-align: center;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

@media only screen and (max-width: 1124px) {
	.feature_network .block #map #pin_01 {
		width: 28.5%;
	}
	.feature_network .block #map #pin_02 {
		width: 17%;
	}
	.feature_network .block #map #pin_03 {
		width: 19.5%;
	}
	.feature_network .block #map #pin_04 {
		width: 24%;
	}
	.feature_network .block #map div span {
		font-size: 14px;
		line-height: 1.4em;
	}
}

@media only screen and (max-width: 767px) {
	.feature_network .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.feature_network .block p {
		font-size: 15px;
	}

	.feature_network .block .feature_block .text01 {
		margin: 0 auto 20px;
	}

	.feature_network .block .feature_block .img01 p {
		font-size: 14px;
	}

	.feature_network .block .feature_block .img01 img {
		width: 100%;
		margin-top: 20px; 
		object-fit: cover;
		object-position: 56% 0;
	}

	.feature_network .block .feature_block .text02 {
		max-width: 307px;
		padding-top: 40px;
		margin: 0 auto;
	}

	.feature_network .block .white_box .feature_block {
		box-shadow: none;
	}

	.feature_network .block #map {
		margin-top: 55px;
	}
	.feature_network .block #map div span {
		width: 95px;
		margin-left: 5px;
		font-size: 12px;
		line-height: 1.3em;
	}

	.feature_network .block .feature_block .img03 {
		max-width: 307px;
		margin: auto;
	}

	.feature_network .block .feature_block .img03 img {
		width: 100%;
		margin: 40px 0 0;
		padding-bottom: 40px;
	}
    #en .info_system .block .feature_block .text01,
    #en .feature_network .block .feature_block .text01 {
        text-align: initial;
    }
}

/* csr
---------------------------------------------------------------- */
.csr #block_top {
	background: url("img/csr_topimg.jpg") no-repeat center center / cover;
}
.csr .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.csr .block p,
.csr .block div {
	font-size: 16px;
}
.csr .block .csr_img01 {
	display: block;
	margin: 0 auto;
}

.csr .link_arrow {
	padding-left: 15px;
	background: url("img/governance_icon.png") no-repeat left center;
}
.csr .link_arrow a {
	display: inline-block;
	color: #000;
	position: relative;
}
.csr .link_arrow a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.csr .link_arrow a:hover::after {
	width: 100%;
}

.csr .pdf_dl {
	padding-left: 15px;
	background: url("img/governance_icon.png") no-repeat left center;
}
.csr .pdf_dl a {
	display: inline-block;
	margin-left: 1em;
	color: #000;
	position: relative;
}
.csr .pdf_dl a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.csr .pdf_dl a:hover::after {
	width: 100%;
}
.csr .pdf_dl span.icon_pdf {
	margin-right: .5em;
	padding: 2px 5px;
	color: #fff;
	font-size: 90%;
	text-align: center;
	line-height: 1em;
	background: #d10000;
	border-radius: 3px;
}

@media only screen and (max-width: 1124px) {
	.csr .block .csr_img01 {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.csr .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.csr .block p {
		font-size: 15px;
	}
	.csr .block .csr_img01 {
		display: block;
		margin: 0 auto;
	}

	.csr .link_arrow,
	.csr .pdf_dl {
		padding-left: 12px;
		background-size: 6px;
	}
	.csr .link_arrow a,
	.csr .pdf_dl a {
		text-decoration: underline;
	}
}

/* scm
---------------------------------------------------------------- */
.scm #block_top {
	background: url("img/scm_topimg.jpg") no-repeat center center / cover;
}
.scm .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.scm .block p,
.scm .block div {
	font-size: 16px;
}

.scm .block table {
	width: 100%;
}
.scm .block table th {
	width: 30%;
	font-size: 16px;
	text-align: left;
}
.scm .block table td {
	width: 70%;
	font-size: 16px;
}

.scm .pdf_dl {
	padding-left: 15px;
	background: url("img/governance_icon.png") no-repeat left center;
}
.scm .pdf_dl a {
	display: inline-block;
	margin-left: 1em;
	color: #000;
	position: relative;
}
.scm .pdf_dl a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.scm .pdf_dl a:hover::after {
	width: 100%;
}
.scm .pdf_dl span.icon_pdf {
	margin-right: 0.5em;
	padding: 2px 5px;
	color: #fff;
	font-size: 90%;
	text-align: center;
	line-height: 1em;
	background: #d10000;
	border-radius: 3px;
}

@media only screen and (max-width: 767px) {
	.scm .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.scm .block p {
		font-size: 15px;
	}
	
	.scm .block table th,
	.scm .block table td {
		display: block;
		width: 94%;
		border-right: none;
		border-bottom: none;
		font-size: 15px;
	}

	.scm .pdf_dl {
		padding-left: 12px;
		background-size: 6px;
	}
	.scm .pdf_dl a {
		text-decoration: underline;
	}
}

/* enviroment
---------------------------------------------------------------- */
.enviroment #block_top {
	background: url("img/enviroment_topimg.jpg") no-repeat center / cover;
}
.enviroment .block {
	width: 100%;
	margin-bottom: 100px;
	padding-bottom: 120px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.enviroment .block .mt0 {
	margin-top: 0 !important;
}
.enviroment .block p,
.enviroment .block div {
	color: #000;
	font-size: 16px;
	text-align: left;
}
.enviroment .block h2 {
	margin-bottom: 10px !important;
}
.enviroment .block h3 {
	margin: 60px 0 15px !important;
	padding: 5px 10px;
	background: #f5f7f7;
	border-left: 10px solid #192b64;
}
.enviroment .box img {
	width: 100%;
	max-width: 420px;
	margin: 60px auto 0;
	display: block;
}
.enviroment .box {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #ccc;
}
.enviroment .box ol {
	margin-left: 1.3em;
	list-style: decimal;
}
.enviroment .box ol p {
	margin: 0 0 1em 1em;
}
.enviroment ul.blue li {
	text-indent: -1em;
	padding-left: 1em; 
	font-size: 16px;
}
.enviroment ul.blue li:before { 
	display:inline-block; 
	content:'';
	width: 1em;
	height: 1em;
	background: #3366cc;
	border-radius: 50%;
	margin-right: 2px;
	position: relative;
	top: 2px;
}
.enviroment table.enviroment_table {
	width: 100%;
	margin: 30px 0 0;
}
.enviroment table.enviroment_table caption {
	margin: 0 0 5px;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
}
.enviroment table.enviroment_table th {
	width: 31%;
}
.enviroment table.enviroment_table th span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
.enviroment table.enviroment_table td p {
	display: inline-block;
}
.enviroment table.enviroment_table td p:nth-child(1),
.enviroment table.enviroment_table td p:nth-child(3) {
	width: 260px;
}
.enviroment table.enviroment_table td span {
	font-weight: bold;
}
.enviroment table.enviroment_table div {
	width: 48%;
	display: inline-block;
}
.enviroment .box .sub_title {
	margin: 40px 0 0;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
}
.enviroment .box .caption {
	margin: -30px 0 5px;
	font-size: 18px;
	text-align: right;
}
.enviroment .data table {
	width: 100%;
	font-size: 16px;
	border: none;
	border-collapse: separate;
}
.enviroment .data table th {
	color: #fff;
	background: #192b64;
	border-right: 1px solid #ccc;
}
.enviroment .data table td {
	text-align: center;
}
.enviroment .data table td span {
	font-weight: bold;
}
.enviroment .data table tr.item th:nth-child(1) {
	background: #fff;
	z-index: 99;
}

@media only screen and (max-width: 1180px) {
	.enviroment .box ol {
		margin-left: 1.5em;
	}
	.enviroment .box .caption {
		margin: 5px 0;
	}
}

@media only screen and (max-width: 767px) {
	.enviroment .box img {
		width: 100%;
		max-width: 350px;
		display: block;
	}
	.enviroment .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.enviroment .block p,
	.enviroment .block div,
	.enviroment .block ul li {
		font-size: 15px;
	}
	.enviroment .block h3 {
		margin: 30px 0 1em !important;
	}
	.enviroment .box {
		margin-top: 30px;
		padding-top: 30px;
	}
	.enviroment .box img {
		margin: 20px auto 0;
	}
	.enviroment table.enviroment_table caption {
		font-size: 16px;
	}
	.enviroment table.enviroment_table th {
		width: 120px;
	}
	.enviroment table.enviroment_table th span {
		font-size: 11px;
	}
	.enviroment .box .caption {
		font-size: 13px;
	}
	.enviroment .box .sub_title {
		margin: 30px 0 0;
		font-size: 16px;
	}
	.enviroment .data {
		width: 100%;
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.enviroment .data table {
		margin: 0;
		table-layout: auto;
	}
	.enviroment .data table caption {
		font-size: 13px;
	}
	.enviroment .data table th {
		width: auto !important;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
	}
	.enviroment .data table th,
	.enviroment .data table td {
		padding: 5px 10px 4px;
		font-size: 15px;
		white-space: nowrap;
		
	}
}

/* governance
---------------------------------------------------------------- */
.governance #block_top {
	background: url("img/governance_topimg.jpg") no-repeat center / cover;
}
.governance .block {
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 120px;
    border-bottom: 1px solid #cdcdcd;
    overflow: hidden;
    text-align: left;
}
.governance .block p,
.governance .block div {
	color: #000;
	font-size: 16px;
	text-align: left;
}
.governance .block h3 {
	margin: 60px 0 20px !important;
	padding: 5px 10px;
	background: #f5f7f7;
	border-left: 10px solid #192b64;
	font-feature-settings: "palt";
}
.governance .block h3 span {
	font-size: 70%;
	vertical-align: middle;
}
.governance .block img {
	width: 100%;
}
.governance .block .mt0 {
	margin-top: 0 !important;
}
.governance .pdf_dl {
	padding-left: 15px;
	background: url("img/governance_icon.png") no-repeat left center;
}
.governance .pdf_dl a {
	display: inline-block;
	margin-left: 1em;
	color: #000;
	position: relative;
}
.governance .pdf_dl a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.governance .pdf_dl a:hover::after {
	width: 100%;
}
.governance .pdf_dl span.icon_pdf {
	margin-right: 0.5em;
	padding: 2px 5px;
	color: #fff;
	font-size: 90%;
	text-align: center;
	line-height: 1em;
	background: #d10000;
	border-radius: 3px;
}

@media only screen and (max-width: 767px) {
	.governance .block img {
		width: 100%;
		max-width: 500px;
		display: block;
		margin: auto;
	}
	.governance .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.governance .block p,.governance .block div {
		font-size: 15px;
	}

	.governance .block h2 {
		margin: 30px 0 0;
	}
	.governance .pdf_dl {
		padding-left: 12px;
		background-size: 6px;
	}
	.governance .pdf_dl a {
		text-decoration: underline;
	}
}

.governance .table_governance {
	width: 100%;
	margin-bottom: 15px;
}
.governance .table_governance .table_governance_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.governance .table_governance .table_governance_inner:nth-child(1) {
	border-top: 1px solid #cfcfcf;
}
.governance .table_governance .table_governance_inner {
	border-bottom: 1px solid #cfcfcf;
}
.governance  .table_governance .table_governance_inner .item {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 112px;
	padding: 5px 5px 4px;
}
#en .governance  .table_governance .table_governance_inner .item {
	width: 162px;
	line-height: 1.35em;
}
.governance  .table_governance .table_governance_inner:nth-child(6) .item {
	padding: 13px 5px 12px;
}
.governance .table_governance .table_governance_inner .table_governance_box {
	display: flex;
	justify-content: space-between;
	width: 721px;
}
.governance .table_governance .table_governance_inner .table_governance_box div {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	padding: 5px 5px 4px;
	text-align: center;
}
.governance .table_governance .table_governance_inner:nth-child(1) .item {
	justify-content: center;
}
.governance .table_governance .table_governance_inner:nth-child(1) .item,
.governance .table_governance .table_governance_inner:nth-child(1) .table_governance_box div {
	height: 50px;
	color: #fff;
	background: #192b64;
	border-right: 1px solid #cfcfcf;
}
#en .governance .table_governance .table_governance_inner:nth-child(1) .item,
#en .governance .table_governance .table_governance_inner:nth-child(1) .table_governance_box div {
	height: 60px;
	line-height: 1.25em;
}
.governance .table_governance .table_governance_inner:nth-child(2) > .table_governance_box div,
.governance .table_governance .table_governance_inner:nth-child(3) > .table_governance_box div,
.governance .table_governance .table_governance_inner:nth-child(4) > .table_governance_box div,
.governance .table_governance .table_governance_inner:nth-child(5) > .table_governance_box div,
.governance .table_governance .table_governance_inner:nth-child(6) > .table_governance_box div,
.governance .table_governance .table_governance_inner:nth-child(7) > .table_governance_box div,
.governance .table_governance .table_governance_inner:nth-child(8) > .table_governance_box div,
.governance .table_governance .table_governance_inner:nth-child(9) > .table_governance_box div,
.governance .table_governance .table_governance_inner:nth-child(10) > .table_governance_box div {
	border-right: 1px solid #cfcfcf;
	background: #fff;
}
.governance .table_governance .table_governance_inner > div:nth-child(1) {
	border-left: 1px solid #cfcfcf;
}
/*.governance .table_governance .table_governance_inner > div:nth-child(2) {
	text-align: left;
}*/
/*.governance .table_governance .table_governance_inner > div:nth-child(10) {
	border-right: none;
}*/
.governance .table_governance .table_governance_inner > .item,
.governance .table_governance .table_governance_inner > .table_governance_box div {
	height: 70px;
	font-size: 11px;
	border-right: 1px solid #cfcfcf;
}
.governance .table_governance .table_governance_inner > .item strong {
	font-size: 13px;
	font-weight: bold;
}
.governance .table_governance .table_governance_inner > .item span {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 11px;
	background: #005ECF;
	color: #fff;
}
#en .governance .table_governance .table_governance_inner > .item,
#en .governance .table_governance .table_governance_inner > .table_governance_box div {
	height: 90px;
	font-size: 10px;
}
#en .governance .table_governance .table_governance_inner > .item strong {
	font-size: 11px;
}
#en .governance .table_governance .table_governance_inner > .item span {
	top: auto;
	bottom: 2px;
	right: 2px;
	font-size: 10px;
	line-height: 1.5em;
}

.governance .block .table_caption {
	font-size: 13px;
}
#en .governance .block .icon_independent {
	display: inline-block;
	padding: 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 11px;
	background: #005ECF;
	color: #fff;
}

@media only screen and (max-width: 1388px) {
	.governance .table_governance_wrap {
		position: relative;
	}
	.governance .table_governance {
		width: 100%;
		overflow-x: auto;
	}
	.governance .table_governance .table_governance_inner {
		width: 721px;
		padding-left: 112px;
	}
	#en .governance .table_governance .table_governance_inner {
		width: 721px;
		padding-left: 162px;
	}
	.governance .table_governance .table_governance_inner .item {
		/*position: sticky;
		position: -webkit-sticky;*/
		position: absolute;
		left: 0;
		z-index: 99;
		/*border-bottom: 1px solid #cfcfcf;*/
		background: #fff;
	}
	.governance .table_governance .table_governance_inner:nth-child(1) .item {
		top: 1px;
	}
	.governance .table_governance .table_governance_inner:nth-child(2) .item {
		top: 52px;
	}
	.governance .table_governance .table_governance_inner:nth-child(3) .item {
		top: 123px;
	}
	.governance .table_governance .table_governance_inner:nth-child(4) .item {
		top: 194px;
	}
	.governance .table_governance .table_governance_inner:nth-child(5) .item {
		top: 265px;
	}
	.governance .table_governance .table_governance_inner:nth-child(6) .item {
		top: 336px;
	}
	.governance .table_governance .table_governance_inner:nth-child(7) .item {
		top: 407px;
	}
	.governance .table_governance .table_governance_inner:nth-child(8) .item {
		top: 478px;
	}
	.governance .table_governance .table_governance_inner:nth-child(9) .item {
		top: 549px;
	}
	.governance .table_governance .table_governance_inner:nth-child(10) .item {
		top: 620px;
	}
	.governance .table_governance .table_governance_inner .table_governance_box {
		z-index: 90;
	}
	
	#en .governance .table_governance .table_governance_inner:nth-child(2) .item {
		top: 62px;
	}
	#en .governance .table_governance .table_governance_inner:nth-child(3) .item {
		top: 153px;
	}
	#en .governance .table_governance .table_governance_inner:nth-child(4) .item {
		top: 244px;
	}
	#en .governance .table_governance .table_governance_inner:nth-child(5) .item {
		top: 335px;
	}
	#en .governance .table_governance .table_governance_inner:nth-child(6) .item {
		top: 426px;
	}
	#en .governance .table_governance .table_governance_inner:nth-child(7) .item {
		top: 517px;
	}
	#en .governance .table_governance .table_governance_inner:nth-child(8) .item {
		top: 608px;
	}
	#en .governance .table_governance .table_governance_inner:nth-child(9) .item {
		top: 699px;
	}
	#en .governance .table_governance .table_governance_inner:nth-child(10) .item {
		top: 790px;
	}
}

@media only screen and (max-width: 767px) {
	.governance .table_governance {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.governance .table_governance {
		/*width: 767px;*/
		/*font-size: 10px;*/
	}
	/*.governance table th:nth-child(2),
	.governance table th:nth-child(3),
	.governance table th:nth-child(4),
	.governance table th:nth-child(5),
	.governance table th:nth-child(6),
	.governance table th:nth-child(7),
	.governance table th:nth-child(8),
	.governance table th:nth-child(9),
	.governance table th:nth-child(10) {
		width: 58px;
	}
	.governance table td.item {
		width: auto;
	}*/
	.governance .block .table_caption {
		font-size: 11px;
	}
}

/* hr
---------------------------------------------------------------- */
.hr #block_top {
	background: url("img/hr_topimg.jpg") no-repeat center / cover;
}
.hr .block {
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 120px;
    border-bottom: 1px solid #cdcdcd;
    overflow: hidden;
    text-align: left;
}
.hr .block .mt0 {
	margin-top: 0 !important;
}
.hr .block p {
	font-size: 16px;
	text-align: left;
}
.hr .box {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #ccc;
}
.hr .box img {
	max-height: 500px;
	margin: 35px auto;
	display: block;
}
.hr .box img.hr_img02 {
	width: 100%;
	max-height: 100%;
}
.hr .block h2 {
	margin-bottom: 10px !important;
}
.hr .block h3 {
	margin: 60px 0 15px !important;
	padding: 5px 10px;
	font-size: 19px !important;
	background: #f5f7f7;
	border-left: 10px solid #192b64;
}
.hr .block .sub_title {
	font-weight: bold;
}
.hr .toggle_btn {
	width: 100%;
	margin: 40px 0 0;
	padding: 5px 0;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background: url("img/hr_icon.svg") no-repeat 97% center #192b64;
	background-size: 20px;
	cursor: pointer;
}
.hr .toggle_open {
	background: url("../fonts/hr_icon_ov.svg") no-repeat 97% center #192b64;
}
.hr .toggle {
	display: none;
}
.hr .worker table {
	width: 100%;
	margin: 10px 0 0;
	table-layout: auto;
	font-size: 16px;
	border-collapse: separate;
}
.hr .worker table th {
	color: #fff;
	background: #192b64;
	border-right: 1px solid #ccc;
}
.hr .worker table tr.item th:nth-child(1) {
	width: 320px; z-index: 99;
}
.hr .worker table tr.item th:nth-child(2) {
	width: 45px;
}
.hr .worker table tr.item th:nth-child(3) {
	width: 100px;
}
.hr .worker table tr.item th:nth-child(4) {
	width: 100px;
}
.hr .worker table tr.item th:nth-child(5) {
	width: 100px;
	border-right: none;
}
.hr .training table tr.item th:nth-child(1) {
	width: 100px !important;
}
.hr .training table tr.item th:nth-child(2) {
	width: 260px !important;
}
.hr .training table tr.item th:nth-child(3) {
	width: 260px !important;
}
.hr .female table {
	border-top: none;
	border-left: none;
}
.hr .female table tr:nth-child(1) th:first-child {
	border: none;
	background: none;
}
.hr .female table tr:nth-child(2) th {
	border-top: 1px solid #ccc;
}
.hr .female table tr:nth-child(2) th,
.hr .female table tr:nth-child(3) th {
	width: 160px;
	height: 3em;
	color: #000;
	background: #f5f7f7;
	border-left: 1px solid #ccc;
}
.hr .health table {
	margin: 10px 0 50px;
}
.hr .health table tr.item th:nth-child(1) {
	width: 180px;
}
.hr .worker table tr.item th:nth-child(2) {
	width: auto;
}
.hr .health table tr:nth-child(2) th,
.hr .health table tr:nth-child(3) th,
.hr .health table tr:nth-child(4) th {
	color: #000;
	background: #f5f7f7;
}
.hr .worker table td {
	text-align: center;
	vertical-align: middle;
}
.hr .worker table td:last-child {
	border-right: none;
}
.hr .worker table tr:last-child th,.hr .worker table tr:last-child td {
	border-bottom: none;
}
.hr .worker table th,
.hr .worker table td {
	padding: 5px 10px 4px;
}
.hr .training table td,
.hr .health table td {
	text-align: left;
	vertical-align: top;
}
.hr ul.blue li {
	text-indent: -1em;
	padding-left: 1em; 
	font-size: 16px;
}
.hr ul.blue li:before { 
	display:inline-block; 
	content:'';
	width: 1em;
	height: 1em;
	margin-right: 2px;
	background: #3366cc;
	border-radius: 50%;
	position: relative;
	top: 2px;
}
.hr .box ul.worklife li {
	margin-right: 1em;
	display: inline-block;
}
.hr .worker table th.title {
	color: #000;
	font-weight: bold;
	text-align: center;
	background: #f5f7f7;
}
.hr .worker table th.title br {
	display: none;
}
.hr .worker table th.title p {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
}
.hr .worker table th.title p br {
	display: none;
}
.hr .worker table th.title p.ss {display: inline-block;}
.hr .policy {
	margin: 30px 0 0;
	padding: 25px;
	background: #f5f7f7;
}
.hr .policy.mg40b {
	margin-bottom: 40px;
}
.hr .policy p {
	margin: 0 0 5px;
	font-size: 19px;
	font-weight: bold;
}
.hr .policy p.mg15b {
	margin-bottom: 15px;
}
.hr .policy p.textcenter {
	text-align: center;
}
.hr .policy p.text {
	font-size: 17px;
	font-weight: normal;
}
.hr .policy p.textright {
	text-align: right;
}
.hr .policy ul li {
	text-indent: -1em;
	padding-left: 1em; 
}
.hr .policy ul li:before { 
	display:inline-block; 
	content:'';
	width: 1em;
	height: 1em;
	background: #3366CC;
	border-radius: 50%;
	margin-right: 2px;
	position: relative;
	top: 2px;
}
.hr .health caption,
.hr .block .hr_subtit {
	margin: 0 0 5px;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
}
.hr .mt10 {
	margin-top: 10px;
}
.hr .box .hr_img03 {
	width: 30%;
	height: auto;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.hr .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.hr .block p,
	.hr .block ul li {
		font-size: 15px;
	}
	.hr .box {
		margin-top: 30px;
		padding-top: 30px;
	}
	.hr .box img {
		width: 100%;
		margin: 20px auto;
	}
	.hr .policy.mg40b {
		margin-bottom: 20px;
	}
	.hr .policy p.mg15b {
		margin-bottom: 10px;
	}
	.hr .policy p.text {
		font-size: 15px;
	}
	.hr .block h3 {
		margin: 30px 0 1em !important;
	}
	.hr .toggle_btn {
		margin: 25px 0 0;
		font-size: 16px;
		background-size: 15px;
	}
	.hr .worker {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.hr .worker table {
		font-size: 15px;
	}
	.hr .worker table th {
		width: auto !important;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
	}
	.hr .worker table th,
	.hr .worker table td {
		font-size: 15px;
		white-space: nowrap;
	}
	.hr .worker table th.title p {
		font-size: 12px;
	}
	.hr .worker table th.title p br {
		display: block;
	}
	.hr .worker table th.title br {
		display: block;
	}
	.hr .training table th,
	.hr .training table td,
	.hr .female table th,
	.hr .female table td,
	.hr .health table th,
	.hr .health table td {
		white-space: normal;
	}
	.hr .health table tr.item th:nth-child(1) {
		width: 105px !important;
	}
	.hr .health table {
		margin: 10px 0 30px;
	}
	.hr .box .hr_img03 {
		width: 70%;
	}
}

/* safety
---------------------------------------------------------------- */
.safety #block_top {
	background: url("img/safety_topimg.jpg") no-repeat center / cover;
}
.safety .block {
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 120px;
    border-bottom: 1px solid #cdcdcd;
    overflow: hidden;
    text-align: left;
}
.safety .block .mt20 {
	margin-top: 20px !important;
}
.safety .block p {
	font-size: 16px;
	text-align: left;
}
.safety .block h3 {
	margin: 60px 0 20px !important;
	padding: 5px 10px;
	background: #f5f7f7;
	border-left: 10px solid #192b64;
}
.safety .block ol {
	margin-left: 1.3em;
	list-style-type: decimal;
	font-size: 16px;
	text-align: left;
}
.safety .photo {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	 -webkit-justify-content: space-between;
}
.safety .photo div {
	width: 390px;
	margin-left: 20px;
}
.safety .photo .safety_img {
	width: 100%;
	max-width: 395px;
	height: 100%;
}
.safety .photo .trimming {
	width: 180px;
	height: 180px;
	margin: 0 auto 20px;
	display block;
	border-radius: 50%;
	border: 2px solid #192b64;
	position: relative;
	overflow: hidden;
}
.safety .photo .trimming img {
	width: 140% !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.safety .accident {
	width: 450px;
	margin: auto;
}
.safety .accident p {
	margin: 40px 0 5px;
	font-size: 13px;
}
.safety .accident table {
	width: 100%;
	table-layout: fixed;
}
.safety .accident table th {
	color: #fff;
	font-size: 17px;
	background: #192b64;
	border-right: 1px solid #ccc;
}
.safety .accident table tr:last-child th {
	border: none;
}
.safety .accident table td {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 1124px) {
	.safety .photo {
		display: block;
		text-align: center;
	}
	.safety .photo div {
		width: 100%;
		margin: 20px auto 0;
	}
	.safety .photo .safety_img {
		max-width: 500px;
	}
	.safety .accident {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.safety .block img {
		width: 80% !important;
		max-width: 500px !important;
		display: block;
	}
	.safety .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.safety .block p,.safety .block ol {
		font-size: 15px;
	}
	.safety .block h2 {
		margin: 30px 0 0;
	}
	.safety .photo img {
		margin: auto;
	}
	.safety .photo div {
		width: 100%;
		margin: 20px 0 0;
	}
	.safety .accident p {
		margin-top: 0;
		font-size: 13px;
	}
	.safety .accident table th,
	.safety .accident table td {
		font-size: 15px;
	}
}

/* social
---------------------------------------------------------------- */
.social #block_top {
	background: url("img/social_topimg.jpg") no-repeat center center / cover;
}
.social .block {
	width: 100%;
	margin-bottom: 100px;
	padding-bottom: 120px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
}
.social .block .text{
	margin: -2em 0 3em;
}
.social .block .right{
	float: right;
	width: 48%;
	margin: 0 auto;
}
.social .block .right p{
	margin-top: -0.4em;
}
.social .block .clearfix{
	margin-bottom: 3em;
}

.social .block img {
	margin: 0 auto;
	width: 100%;
}
.social .block .left {
	float: left;
	width: 48%;
}
.social  ul li.list_blue{ 
	margin: -0.3em 0 1em 1em;
	text-indent: -1em;
	font-weight: bold;
}
.social  ul li.list_blue:before { 
	display:inline-block; 
	content:'';
	width: 1em;
	height: 1em;
	background: #3366CC;
	border-radius: 50%;
	margin-right: 2px;
	vertical-align: sub;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .social  ul li.list_blue:before {
	vertical-align: middle !important;
}
}

.privacy .block .block02 ul li.list_blue a {
	color: #000;
	text-decoration: none;
}

@media only screen and (max-width: 1124px) {
	.social .block img {
		width: 100%;
	}
	.social .block .left{
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	.social .block .right{
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.social .block .img{
		margin-top: 2em;
		width: 90%;
	}
	.social .block .right p{
		margin-top: 1em;
	}
	.social  ul li.list_blue{ 
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.social .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.social .block  {
		font-size: 15px;
	}
}

/* news
---------------------------------------------------------------- */
.news #block_top {
	background: url("img/news_topimg.jpg") no-repeat center center / cover;
}
.news .news_tit {
	display: inline-block;
	margin: 0 auto 50px;
	border-bottom: 6px solid #192b64;
	font-size: 32px;
	line-height: 1.5em;
	color: #192b64;
	text-align: center;
}
.news .date {
	margin-bottom: 2em;
	font-size: 12px;
	color: #808080;
	text-align: left;
}
.news .block {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
}
.news .block p,
.news .block ul,
.news .block ol {
	font-size: 16px;
}
.news .box_note {
	padding: 20px;
	border: 1px solid #cfcfcf;
}
.news .box_note p {
	font-size: 12px;
}

.news .news_list {
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
}
.news.covid-19 .news_list {
	margin-bottom: 75px;
}
.news .news_list dl {
	border-bottom: 1px solid #cfcfcf;
}
.news .news_list dl a,
.news .news_list dl .nolink_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	color: #000;
}
.news .news_list dl p {
	display: inline;
	padding-bottom: .25em;
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	transition: background .4s;
}
.news .news_list dl a:hover p {
	background-size: 100% 1px;
}
.news .news_list dl.new a::after,
.news .news_list dl.new p::after {
	content: 'NEW';
	margin-left: 5px;
	padding: 2px 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #BF0003;
	font-size: 12px;
	color: #fff;
}
.news .news_list dl.corpo dt::after {
    float: right;
	content: '企業情報';
	width: 80px;
	height: 24px;
	padding: 1px 0;
	background: #192b64;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.news .news_list dl.recruit dt::after {
	content: '採用情報';
	width: 80px;
	height: 24px;
	padding: 1px 0;
	background: #008ac1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.news .news_list dl.ir dt::after {
	float: right;
	content: 'IR情報';
	width: 80px;
	height: 24px;
	padding: 1px 0;
	background: #192b64;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.news .news_list dl.info dt::after {
    float: right;
	content: 'お知らせ';
	width: 80px;
	height: 24px;
	padding: 1px 0;
	background: #b7b7b7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.news .news_list dl.other dt::after {
	content: 'その他';
	width: 80px;
	height: 24px;
	padding: 1px 0;
    background: #b3b4b4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.news .news_list dl.recruit dd::after,
.news .news_list dl.info dd::after {
	border: none;
}
.news .news_list dl span {
	margin-right: 5px;
	padding: 1px 7px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 90%;
	background: #d60000;
	border-radius: 3px;
}
.news .news_list dl dt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 27%;
}
.news .news_list dl dd {
	box-sizing: border-box;
	position: relative;
	float: right;
	width: 71%;
	padding-right: 40px;
}
.news.covid-19 .news_list dl dt {
	width: 15%;
}
.news.covid-19 .news_list dl dd {
	width: 83%;
}
* html .news .news_list dl dd {
	height: 100%;
}
.news .news_list dl dd::after {
	position: absolute;
	top: 40%;
	right: 2%;
	display: inline-block;
	content: '';
	border-top: solid 2px #192b64;
	border-right: solid 2px #192b64;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}
.news .news_list dl.external dd::after {
	content: '';
	width: 18px;
	height: 18px;
	border-top: none;
	border-right: none;
    background: url("../fonts/icon_external.svg") no-repeat center center / 18px;
	position: absolute;
	top: 47%;
	right: 15px;
	margin-top: -6px;
	transform: rotate(0);
}
.news .news_list dl.link dd::after {
	position: absolute;
	top: 40%;
	right: 2%;
	display: inline-block;
	content: '';
	border-top: solid 2px #192b64;
	border-right: solid 2px #192b64;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}

.news .block .img_center {
	text-align: center;
}

.news .pagenavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.news .pagenavi li a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 20px;
	background: #b3b4b4;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.news .pagenavi li.current a {
	background: #192b64;
}
.news .year_sp {
	display: none;
}

@media only screen and (max-width: 1355px) {
    .news.covid-19 .news_list dl dt {
        width: 20%;
    }
    .news.covid-19 .news_list dl dd {
        width: 78%;
    }
}
@media only screen and (max-width: 1180px) {
	.news .news_list dl a,
	.news .news_list dl .nolink_box {
		display: block;
	}
	.news .news_list dl dt,
    .news.covid-19 .news_list dl dt {
		width: 210px;
	}
	.news .news_list dl dd,
    .news.covid-19 .news_list dl dd {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.news .news_tit {
		margin: 0 auto 30px;
		border-bottom: 4px solid #192b64;
		font-size: 21px;
	}
	.news .date {
		margin-bottom: 2em;
		font-size: 11px;
		color: #808080;
		text-align: left;
	}
	.news .block {
		width: 100%;
		margin-bottom: 40px;
		padding-bottom: 30px;
		border-bottom: 1px solid #cdcdcd;
		overflow: hidden;
		text-align: left;
	}
	.news .block img {
		width: 100%;
		height: auto;
	}
	.news .max_auto {
		width: auto !important;
	}
	.news .block p,
	.news .block ul,
	.news .block ol {
		font-size: 14px;
	}
	.news .box_note {
		margin-bottom: 20px;
		padding: 10px;
		border: 1px solid #cfcfcf;
	}
	.news .box_note p {
		font-size: 11px;
	}

	.news .news_list {
		margin-bottom: 20px;
	}
    .news.covid-19 .news_list {
        margin-bottom: 40px;
    }
	.news .news_list dl {
		width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid #cfcfcf;
	}
	.news .news_list dl a,
	.news .news_list dl .nolink_box {
		padding: 0;
		font-size: 14px;
	}
	.news .news_list dl span {
		font-size: 11px;
		line-height: 15px;
		margin-top: 3px;
	}
	.news .news_list dl dt {
		width: 100%;
		justify-content: flex-start;
	}
	.news .news_list dl dd {
		width: 100%;
		padding-right: 20px;
	}
	.news .news_list dl.new a::after,
	.news .news_list dl.new p::after {
		content: 'NEW';
		margin-left: 3px;
		padding: 1px 3px;
		border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		background: #BF0003;
		font-size: 10px;
		color: #fff;
	}
	.news .news_list dl.corpo dt::after {
		content: '企業情報';
		width: 60px;
		height: 18px;
		margin-left: 3px;
		padding: 1px 0;
		background: #192b64;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		font-size: 11px;
		line-height: 18px;
		color: #fff;
		text-align: center;
	}
	.news .news_list dl.recruit dt::after {
		content: '採用情報';
		width: 60px;
		height: 18px;
		margin-left: 3px;
		padding: 1px 0;
		background: #008ac1;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		font-size: 11px;
		line-height: 18px;
		color: #fff;
		text-align: center;
	}
	.news .news_list dl.other dt::after {
		content: 'その他';
		width: 60px;
		height: 18px;
		margin-left: 3px;
		padding: 1px 0;
		background: #b3b4b4;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		font-size: 11px;
		line-height: 18px;
		color: #fff;
		text-align: center;
	}
	.news .news_list dl.ir dt::after {
		content: 'IR情報';
		width: 60px;
		height: 18px;
		margin-left: 3px;
		padding: 1px 0;
		background: #192b64;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		font-size: 11px;
		line-height: 18px;
		color: #fff;
		text-align: center;
	}
	.news .news_list dl.info dt:after {
		content: 'お知らせ';
		width: 60px;
		height: 18px;
		margin-left: 3px;
		padding: 1px 0;
		background: #b7b7b7;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		font-size: 11px;
		line-height: 18px;
		color: #fff;
		text-align: center;
	}
	.news .news_list dl dd::after,
	.news .news_list dl.link dd::after {
		position: absolute;
		top: 5%;
		right: 2%;
		display: inline-block;
		content: '';
		border-top: solid 1px #192b64;
		border-right: solid 1px #192b64;
		width: 4px;
		height: 4px;
		transform: rotate(45deg);
	}
	.news .news_list dl.external dd::after {
        width: 12px;
        height: 12px;
        background: url("img/icon_external.svg") no-repeat center center / 12px;
	}
	.news .pagenavi {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.news .pagenavi li a {
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 15px;
		background: #b3b4b4;
		font-size: 15px;
		line-height: 30px;
		color: #fff;
		text-align: center;
	}
	.news .pagenavi li.current a {
		background: #192b64;
	}

	.news .year_sp {
		display: block;
		text-align: center;
	}
	.news .year_sp a {
		margin: 0 20px;
		color: #192b64;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 2px solid #192b64;
	}
}

/* inquiry
---------------------------------------------------------------- */
.inquiry_service #block_top {
	background: url("img/service_topimg.jpg") no-repeat center center / cover !important;
}
.inquiry_ir #block_top {
	background: url("img/ir_topimg.jpg") no-repeat center center / cover !important;
}
.inquiry_partner #block_top {
	background: url("img/partner_topimg.jpg") no-repeat center center / cover !important;
}
.inquiry .block {
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
	text-align: left;
}
.inquiry .block p {
	font-size: 16px;
}
.inquiry .icon_required {
	display: inline-block;
	width: 40px;
	height: 16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #d40000;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
	text-align: center;
}
.inquiry dl .icon_required {
	margin-left: 10px;
}
.inquiry .asterisk {
    font-weight: bold;
	color: #d40000;
}
.inquiry dl .asterisk {
	margin-left: 7px;
}
.inquiry dl {
	width: 82%;
	margin-bottom: 20px;
	font-size: 16px;
}
.inquiry dl dt {
	margin-bottom: 10px;
	font-weight: bold;
}
.inquiry dl input {
	width: 91%;
	padding: 7px 2%;
	border: 1px solid #d2d3d3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
}
.inquiry dl input.pcode01 {
	width: 84px;
	padding: 7px;
}
.inquiry dl input.pcode02 {
	width: 100px;
	padding: 7px;
	margin-right: 30px;
}
.inquiry .pcode_hyphen {
	margin: 0 10px;
	font-size: 10px;
	color: #d2d3d3;
}
.inquiry .pcode_search {
	padding: 8px 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #192b64;
	font-size: 16px;
	color: #fff;
}
.inquiry ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #808080;
}
.inquiry :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #808080;
}
.inquiry ::placeholder{ /* Others */
	color: #808080;
}
.inquiry dl input[type=radio],
.inquiry dl input[type=checkbox] {
	width: 20px;
}
.inquiry dl textarea {
	width: 91%;
	padding: 10px 2%;
	border: 1px solid #d2d3d3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
}
.inquiry .box_radio {
	display: flex;
	flex-wrap: wrap;
}
.inquiry .box_radio div:nth-child(1),
.inquiry .box_radio div:nth-child(4),
.inquiry .box_radio div:nth-child(7) {
	width: 28%;
}
.inquiry .box_radio div:nth-child(2),
.inquiry .box_radio div:nth-child(5) {
	width: 36%;
}
.inquiry .box_radio div:nth-child(3),
.inquiry .box_radio div:nth-child(6) {
	width: 36%;
}
.inquiry .box_inquiry_btn {
	width: 82%;
}
.inquiry .inquiry_btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 270px;
	height: 48px;
	margin: 50px auto 0;
	border: 2px solid #192b64;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	transition: all .5s ease;
	z-index: 2;
}
.inquiry .inquiry_btn:hover {
	background: #192b64;
}
.inquiry .inquiry_btn input,
.inquiry .inquiry_btn a {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	color: #192b64;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	z-index: 5;
}
.inquiry .inquiry_btn:hover input,
.inquiry .inquiry_btn:hover a {
	color: #fff;
}
.inquiry .inquiry_btn_bg {
	width: 300px;
	height: 60px;
	bottom: -60px;
	background: #192b64;
	position: absolute;
	transition: all .3s ease;
	z-index: 1;
}
.inquiry .inquiry_btn:hover .inquiry_btn_bg {
	bottom: 0;
}

.inquiry .block_inquiry_btn {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.inquiry .block_inquiry_btn .block_inquiry_btn_inner {
	width: 49.5%;
}

.inquiry button, .inquiry input, .inquiry select, .inquiry textarea {
	font-family : inherit;
	font-size : 100%;
}
.inquiry .box_error {
	width: 100%;
}
.inquiry .error {
	font-weight: bold;
	color: #f00;
}
.inquiry .caption {
	font-weight: normal;
	font-size : 14px;
}
.inquiry .privacy_link {
	display: none;
	padding-left: 1em;
	background: url("img/arrow_navy.png") no-repeat left center;
}

.inquiry .box_inquiry_info {
    margin: 0 3% 50px;
    padding: 30px;
    border: 1px solid #ccc;
	font-size: 16px;
}
.inquiry .box_inquiry_info .tit {
    margin-bottom: .5em;
	font-size: 17px;
	font-weight: bold;
}

@media only screen and (max-width: 1124px) {
	.inquiry dl {
		width: 100%;
	}
	.inquiry dl .box_form.box_pcode {
		width: 100%;
	}
	.inquiry dl input.pcode01 {
		width: 17%;
		padding: 4px;
	}
	.inquiry dl input.pcode02 {
		width: 15%;
		padding: 4px;
		margin-right: 21px;
	}
	.inquiry .box_radio div:nth-child(1),
	.inquiry .box_radio div:nth-child(4),
	.inquiry .box_radio div:nth-child(7) {
		width: 50%;
	}
	.inquiry .box_radio div:nth-child(2),
	.inquiry .box_radio div:nth-child(5) {
		width: 50%;
	}
	.inquiry .box_radio div:nth-child(3),
	.inquiry .box_radio div:nth-child(6) {
		width: 50%;
	}
	.inquiry .box_inquiry_btn {
		width: 100%;
		margin: 0 auto;
	}
    .inquiry .box_inquiry_info {
        text-align: left;
    }
    .inquiry .box_inquiry_info .tit {
        text-align: center;
    }
    .inquiry .box_inquiry_info p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
	.inquiry .block {
		padding-bottom: 30px;
	}
	.inquiry .block p {
		font-size: 15px;
	}
	.inquiry .icon_required {
		display: inline-block;
		width: 30px;
		height: 14px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #d40000;
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		line-height: 14px;
		text-align: center;
	}
	.inquiry dl .icon_required {
		margin-left: 7px;
	}
	.inquiry dl {
		width: 100%;
		margin-bottom: 14px;
		font-size: 15px;
	}
	.inquiry dl dt {
		margin-bottom: 7px;
		font-weight: bold;
	}
	.inquiry dl input {
		width: 95.5%;
		padding: 5px 2%;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size: 15px;
	}
	.inquiry .pcode_hyphen {
		margin: 0 7px;
		font-size: 8px;
		color: #d2d3d3;
	}
	.inquiry dl .box_form.box_pcode {
		width: 100%;
	}
	.inquiry .pcode_search {
		padding: 6px 21px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #192b64;
		font-size: 13px;
		color: #fff;
	}
	.inquiry dl input[type=radio],
	.inquiry dl input[type=checkbox] {
		width: 14px;
	}
	.inquiry dl textarea {
		width: 95.5%;
		padding: 7px 2%;
		border: 1px solid #d2d3d3;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size: 13px;
	}
	.inquiry .inquiry_btn {
		position: relative;
		overflow: hidden;
		cursor: pointer;
		display: block;
		width: 70%;
		height: 35px;
		margin: 30px auto 0;
		border: 1px solid #192b64;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 20px;
		background: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 35px;
		text-align: center;
		transition: all .5s ease;
		z-index: 2;
	}
	.inquiry .inquiry_btn_bg {
		width: 70%;
		height: 35px;
		bottom: -35px;
	}
	.inquiry .block_inquiry_btn {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.inquiry .block_inquiry_btn .block_inquiry_btn_inner {
		width: 100%;
	}
	.inquiry .caption {
		font-weight: normal;
		font-size : 12px;
	}
    .inquiry .box_inquiry_info {
        margin: 0 3% 25px;
        padding: 15px;
        font-size: 13px;
    }
    .inquiry .box_inquiry_info .tit {
        font-size: 14px;
    }
}

/* inquiry_cargo
---------------------------------------------------------------- */
.inquiry #block_top {
	background: url("img/cargo_topimg.jpg") no-repeat center center / cover;    scroll 0 0;
}
.inquiry_cargo h2 {
	margin: 0 !important;
}
.inquiry_cargo .inquiry_btn a{
	background: url("img/icon_search01.png") no-repeat 8% center;
	width: 300px;
	position: relative;
	z-index: 5;
	display: block;
}
.inquiry_cargo .inquiry_btn a:hover {
	background: url("img/icon_search02.png") no-repeat 8% center;
}
.inquiry_cargo .box_inquiry_btn p{
	font-size: 16px;
	margin-top: 1em;
}
.inquiry_cargo .inquiry_btn_bg {
    background: #192b64 none repeat scroll 0 0;
    bottom: -60px;
    height: 60px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 400px;
	margin-left: -50px;
    z-index: 1;
}
.inquiry_cargo .block .list_01{
	width: 50%;
	display: flex;
	float: left;
}

.inquiry_cargo .block .list_02{
	display: flex;
	width: 50%;
}
.inquiry_cargo .block ul li{
	margin: 0 10px 10px 3px;
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
}
.inquiry_cargo .block .list_cargo ul li:before{ 
	display:inline-block; 
	content:'';
	width:0.7em;
	height: 0.7em;
	background: #3366CC;
	margin-right: 3px;
}
.inquiry_cargo .block .list_last ul li:before{ 
	display:inline-block; 
	content:'';
	width:0.7em;
	height: 0.7em;
	background: #3366CC;
	margin-right: 3px;
}
@media only screen and (max-width: 1124px) {
.inquiry_cargo .block .list_01{
	float: none;
	width: 100%;
}
.inquiry_cargo .block .list_02{
	width: 100%;
}
}
@media only screen and (max-width: 767px) {
.inquiry .inquiry_btn {
	width: 255px;
}
.inquiry_cargo .inquiry_btn a{
	background: url("img/icon_search01.png") no-repeat 9% center;
	background-size: 8%;
	width: 110%;
}
.inquiry_cargo .inquiry_btn a:hover {
	background: url("img/icon_search02.png") no-repeat 14% center;
	background-size: 8%;
}
.inquiry_cargo .box_inquiry_btn p {
	font-size: 15px;
}
.inquiry_cargo .block .list_last{ 
	width:81%;
}
.inquiry_cargo .block ul li { 
	font-size: 15px;
}
}

/* optout
---------------------------------------------------------------- */
.optout .block {
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
	text-align: left;
}
.optout .block p {
	font-size: 16px;
}
.optout .icon_required {
	display: inline-block;
	width: 40px;
	height: 16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #d40000;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.optout .block {
		padding-bottom: 30px;
	}
	.optout .block p {
		font-size: 15px;
	}
	.optout .icon_required {
		display: inline-block;
		width: 30px;
		height: 14px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #d40000;
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		line-height: 14px;
		text-align: center;
	}
}

/* terms
---------------------------------------------------------------- */
.terms .block {
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
}
.terms .block {
	font-size: 16px;
}
.terms .block .block01_r p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.terms .block .block02 {
	padding-bottom: 2em; 
}
.terms .block .block02 ul li {
	padding-left: 1.2em; 
	text-indent: -1.2em;
}
.terms .block .block02  ul li:before{ 
	display:inline-block; 
	content:'';
	width: 1em;
	height: 1em;
	background: #3366CC;
	border-radius: 50%;
	margin-right: 2px;
	position: relative;
	top: 2px;
}
.terms .block .block02 ol {
	list-style-type: decimal;
	padding-left: 1.20em;
}
.terms .block .block02 ol.cookie {
	padding-left: 0;
	counter-reset: list-count;
	list-style: none;
}
.terms .block .block02 ol.cookie > li::before {
	content: counter(list-count) ".";
	counter-increment: list-count;
	font-weight: bold;
}
.terms .block .read {
	margin-bottom: 20px;
}
.terms .block .block02 a {
	text-decoration: underline;
}
.terms .block .block02 a img {
	margin-top: 5px;
	display: inline-block;
}
.terms .block .block02 ul a {
	margin-right: 10px;
	color: #000;
	vertical-align: super;
}
.terms .block .block02 ol.cookie {
	margin-top: 50px;
}
.terms .block .block02 ol.cookie li {
	margin-top: 30px;
}
.terms .block .block02 ol.cookie ul li {
	margin-top: 0;
}
.terms .block .block02 ol.cookie ol li {
	margin-top: 0;
}
.terms .block .block02 .bold {
	font-weight: bold;
}
.terms .block .box_cookiebot {
	margin-bottom: 30px;
	padding: 3%;
	border: 1px solid #000;
}
.terms .block .table_terms {
	border: 1px solid #000;
}
.terms .block .table_terms th,
.terms .block .table_terms td {
    padding: 20px 25px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
	.terms .block {
		margin-bottom: 0;
	}
	.terms .block a {
		word-wrap:break-word;
	}
	.terms .block .block01_l {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.terms .block p {
		font-size: 15px;
	}
	.terms .block .block01_r {
		float: none;
		width: 33%;
		margin: 0 auto;
	}
	.terms .block .block01_r p {
			margin-bottom: 5px;
			line-height: 1.5em;
	}
	.terms .block .block02 {
		font-size: 15px;
	}
	.terms .block .block02 ul a {
		display: block;
		text-indent: 0;
	}
	.terms .block .box_cookiebot {
		overflow: hidden;
	}
    .terms .block .table_terms th,
    .terms .block .table_terms td {
        padding: 10px 15px;
    }
}

/* privacy
---------------------------------------------------------------- */
.privacy .block {
	width: 100%;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
}
.privacy .link_privacy {
	padding-left: 1em;
	background: url("img/arrow_black_under.png") no-repeat left center;
	margin-bottom: 2em;
}
.privacy .link_privacy a {
	background: rgba(0, 0, 0, 0) linear-gradient(#000, #000) no-repeat scroll 0 100% / 0 1px;
	color: #000;
	line-height: 1.35em;
	padding-bottom: 0.25em;
	transition: background 0.4s ease 0s;
}
.privacy .link_privacy a:hover {
	background-size: 100% 1px;
}
.privacy .link_privacy a:link, a:visited{
	color: #000;
}
.privacy .block .block02 a:link, a:visited{
	color: #0073be;
	text-decoration: underline;
}
.privacy .block .no_color a:link,
.privacy .block .no_color a:visited {
	color: #000;
	text-decoration: none;
}
.privacy .block .block02 ul li.list {
	text-indent: -1.5em;
}
.privacy .block .block02 ul li.list_top {
	text-indent: -1.5em;
}
.privacy .block .block02 ul li {
	padding-left: 1.5em; 
}
.privacy .block .block02 ul li.list_kana {
	padding-left: 3.5em; 
	text-indent: -2em;
}
.privacy .block .block02 ul li.list_blue {
	text-indent: -1em;
	padding-left: 2.5em; 
}
.privacy ul li.list_blue:before { 
	display:inline-block; 
	content:'';
	width: 1em;
	height: 1em;
	background: #3366CC;
	border-radius: 50%;
	margin-right: 2px;
	vertical-align: sub;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .privacy ul li.list_blue:before {
	vertical-align: middle !important;
}
}
.privacy .block .block03 ul li.list_top {
	text-indent: -1em;
}
.privacy .block .block03 ul li {
	padding-left: 1em; 
}
.privacy .block .block03 ul li a {
	text-decoration: underline;
}
.privacy .block .block03 ol {
	list-style-type: lower-roman;
	padding-left: 2em; 
}
.privacy .block .block03 ol li {
	padding-left: 0; 
}
.privacy .block04 {
	text-align: right;
	font-size: 16px;
	margin: 2em 0 8em;
}
@media only screen and (max-width: 767px) {
	.privacy .block {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.privacy .block {
		font-size: 15px;
	}
	.privacy .block04 {
		font-size: 15px;
	}
}

/* sitemap
---------------------------------------------------------------- */
.sitemap .block {
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
}
.sitemap .block:last-child {
	margin-bottom: 50px;
	border-bottom: none;
}
.sitemap .block02 {
	margin: 1em 0 1.5em;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
.sitemap .block03 {
	margin-top: 2em;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
.sitemap .block p {
	padding: 0 0.3em 0.5em 1em;
	background: rgba(0, 0, 0, 0) url("img/arrow_navy.png") no-repeat  scroll left 0.55em;
	width: 31%;
	font-size: 16px;
}
.sitemap .block p a {
	background: rgba(0, 0, 0, 0) linear-gradient(#000, #000) no-repeat scroll 0 100% / 0 1px;
	color: #000;
	line-height: 1.35em;
	padding-bottom: 0.25em;
	transition: background 0.4s ease 0s;
}
.sitemap .block p a:hover {
	background-size: 100% 1px;
}
.sitemap .block p a .icon_external {
	width: 12px;
	margin: -2px 0 0 8px;
	vertical-align: middle;
}
.sitemap h4 a {
	color: #000;
}

@media only screen and (max-width: 1124px) {
	.sitemap .block p {
		width: 44%;
	}
}
@media only screen and (max-width: 767px) {
	.sitemap .block {
		margin-bottom: 0;
		padding-bottom: 30px;
	}
	.sitemap .block p {
		font-size: 15px;
	}
	.sitemap .block p a .icon_external {
		margin: 0 0 0 8px;
	}
}