@charset "UTF-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base Setting
=================================================================== */
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}
html { font-size: 62.5%;}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	color: #333333;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
	body { font-size: 1.4rem;}
}
a:link {
	color: #3286d9;
	text-decoration: underline;
}
/*a:visited {
	color: rgba(97,109,216,1.00);
	text-decoration: underline;
}*/
a:hover, a:active {
	color: #0256a9;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
/*For RWD*/
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 1.6;
}


.mb00 { margin-bottom:  0px !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}

.mt00 { margin-top:  0px !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}

.ml00 { margin-left:  0px !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}

.mr00 { margin-right:  0px !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr20 { margin-right: 20px !important;}
.mr30 { margin-right: 30px !important;}
.mr40 { margin-right: 40px !important;}

.mb60_30{ margin-bottom: 60px !important; }
@media screen and (max-width: 768px) {
	.mb60_30{ margin-bottom: 30px !important; }
}

.fs10{ font-size: 1.0rem !important;}
.fs11{ font-size: 1.1rem !important;}
.fs12{ font-size: 1.2rem !important;}
.fs13{ font-size: 1.3rem !important;}
.fs14{ font-size: 1.4rem !important;}
.fs15{ font-size: 1.5rem !important;}
.fs16{ font-size: 1.6rem !important;}
.fs17{ font-size: 1.7rem !important;}
.fs18{ font-size: 1.8rem !important;}
.fs19{ font-size: 1.9rem !important;}
.fs20{ font-size: 2.0rem !important;}
.fs21{ font-size: 2.1rem !important;}
.fs22{ font-size: 2.2rem !important;}
.fs23{ font-size: 2.3rem !important;}
.fs24{ font-size: 2.4rem !important;}

.txt-center { text-align: center !important;}

.fl_l { float: left !important;}
.fl_r { float: right !important;}

.w30p { width: 30%;}
.w60p { width: 60%;}
.w70p { width: 70%;}

.colorCI { color: #016058;} /*CI color DIC644*/
.colorNotice { color: #cc0000;}
.colorLight { color: #aaaaaa;}

.txtB { font-weight: bold}
.txtL { text-align: left}
.txtC { text-align: center}
.txtR { text-align: right}
.txtMarker {
	background-color: #111111;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.00) 0%, rgba(255,255,153,1.00) 40%);
	background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,153,1.00) 40%);
}

@media screen and (max-width: 768px) {
	.sp-center {
		text-align: center;
	}
	.sp-hide {
		display: none;
	}
	header #h_nav .nav_top.sp-hide {
		display: none;
	}
}
table {
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

.H06-001-01 {
    width: 100%;
    table-layout: fixed;
}

.H06-001-01-inner {
    font-size: 15px;
    line-height: 1.6;
    color: #45494b;
}
.H06-001-01-inner__title {
    padding: 15px;
}
.H06-001-01-inner__title {
    color: #fff;
    text-align: center;
    background-color: #0a847b;
    border: 1px solid #dedede;
}
th {
    font-weight: 100;
}
.H06-001-01-inner__text {
	padding: 15px;
	vertical-align: middle;
}
.H06-001-01-inner__text {
    color: #45494b;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dedede;
}
.H06-001-01-inner__text__gray{
    text-align: center;
    background-color: #f7f7f7;
}


/* Base Layout
=================================================================== */
.inner {
	width: 1000px;
	margin: 0 auto;
}
section {
	padding: 80px 20px;
	background-color: #ffffff;
}
.page section { padding-top: 40px;}
.page section.contact {
	padding: 80px 20px;
}
@media screen and (min-width: 769px) and (max-width: 999px) {
	.inner {
		width: 96%;
	}
	section {padding: 60px 0;}
}
@media screen and (max-width: 768px) {
	.inner {width: 92%;}
	section {padding: 30px 0;}
	.page section { padding-top: 20px;}
	.page section.contact { padding: 60px 20px;}
}

section.ci { background-color: #016058;}
section.lgray { background-color: #f2f2f2;}
section.contact {
	background-color: #343D46;
	color: #ffffff;
}
section.transparent {
	background: transparent;
	color: #ffffff;
}

.lgrayBox{
	background-color: #f2f2f2;
	padding:20px 0 60px;
}

h1 {
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}
h1::after {
	content: "";
	width: 80px;
	height: 4px;
	margin-left: -40px;
	background-color: #016058;
	position: absolute;
	left: 50%;
	bottom: -40px;
}
h2 {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	line-height: 1.5;
}
h3 {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
	line-height: 1.5;
}
h4 {
	font-size: 1.8rem;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: bold;
}
h5 {
	font-size: 1.4rem;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 1.5;
	font-weight: bold;
}
figcaption{
	font-size: 1.4rem;
	margin-bottom: 2%;
}
a.btn_link {
	display: block;
	width: 240px;
	height: 46px;
	background-color: #016058;
	border: 2px solid #016058;
	color: #ffffff;
	text-decoration: none;
	margin: 40px auto 0;
	text-align: center;
	line-height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	transition: 0.2s;
	border-radius: 23px;
}
section.contact a.btn_link {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #343D46;
}
.btn_link.gray {
	background-color: #343D46;
	border-color: #343D46;
	color: #ffffff;
}
.btn_link.gray:hover {
	color: #343D46;
}
section.transparent a.btn_link {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}
a.btn_link:hover {
	background-color: transparent;
	color: #016058;
}
section.contact a.btn_link:hover {
	background-color: transparent;
	color: #ffffff;
}
section.transparent a.btn_link:hover {
	background-color: #ffffff;
	color: #016058;
}
a.btn_link:hover::after {
	right: 14px;
	border-color: #ffffff;
}
.btn2 a.btn_link {
	margin: 40px 20px 0;
}
a.tg_blank_b {
	display: inline-block;
	padding-right: 22px;
	background-image: url(/common/image/icon_blank_b.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 14px 10px;
}
a.icon_pdf::before {
	font-family: FontAwesome;
	content: "\f1c1";
	color: #cc0000;
	margin-right: 8px;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	h1::after {
		width: 40px;
		height: 2px;
		margin-left: -20px;
		bottom: -15px;
	}
	h2 {
		font-size: 1.8rem;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 1.6rem;
		margin-top: 30px;
		margin-bottom: 12px;
	}
	h4 {
		font-size: 1.4rem;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	h5 {
		font-size: 1.4rem;
		margin-top: 8px;
		margin-bottom: 4px;
	}
	a.btn_link {
		width: 60%;
		height: 40px;
		line-height: 36px;
		margin: 20px auto 0;
		font-size: 1.4rem;
		height: auto;
	}
	.btn2 {
		flex-wrap: wrap;
	}
	.btn2 a.btn_link {
		margin: 20px auto 0;
	}
}

.flex_justify_sb {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_justify_center {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.flex_justify_end {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
@media screen and (max-width: 768px) {
	.flex_justify_center {
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.page_nav li {
		padding: 2%;
	}

}

/* Header
=================================================================== */
header {
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	position: relative;
	z-index: 9990;
	line-height: 1.4;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

header .nav-toggle,
header #sp_btnSearch {
	display: none;
}

header .h_logo {
	/* float: left; */
	width: 200px;
	padding-top: 40px;
}
header .h_logo a,
#sp_menu .h_logo a {
	display: block;
	line-height: 1.0;
	text-decoration: none;
	color: #333333;
}
header .h_logo a span,
#sp_menu .h_logo a span {
	display: block;
	line-height: 1.0;
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	header .inner{
		-js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	header,
	#sp_menu .h_logo {
		height: 50px;
		box-sizing: border-box;
	}
	header .inner {
		width: 100%;
		padding: 0;
	}
	header .h_logo,
	#sp_menu .h_logo {
		padding-top: 14px;
		width: auto;
		text-align: center;
	}
	header .h_logo{
		padding-top: 0;
	}
	header .h_logo img,
	#sp_menu .h_logo img {
		height: 14px;
		width: auto;
	}
	header .h_logo a span,
	#sp_menu .h_logo a span {
		font-size: 1.2rem;
		line-height: 1.1;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#sp_menu .h_logo {
		display: none;
	}
}

header #h_nav {
	/* float: right; */
	display: flex;
    justify-content: space-between;
    align-items: center;
}
header #h_nav .nav_top {
	margin-top: 30px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: flex-end;
}

header #h_nav .nav_top li {
	display: inline-block;
	margin-left: 30px;
	font-size: 1.4rem;
}
header #h_nav .nav_top li.nav_investors a {
	text-decoration: none;
	color: #666;
	font-size: 1.5rem;
	transition: 0.2s;
	padding-bottom: 2px;
}
header #h_nav .nav_top li.nav_investors a:hover {
	color: #016058;
	border-bottom: 1px solid #016058;
}
header #h_nav .nav_top li.lang_jp a {
	text-decoration: none;
	color: #888888;
	font-size: 1.2rem;
	margin-right: 20px;
	height: 24px;
	background-color: #ffffff;
	display: block;
	padding: 0 12px;
	line-height: 22px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	transition: 0.2s;
	border-radius: 3px;
}
header #h_nav .nav_top li.lang_jp a:hover {
	color: #016058;
	border: 1px solid #016058;
}

header #h_nav .nav_top .hdr_searchForm {
	clear: both;
	margin: 0;
}
header #h_nav .nav_top .hdr_searchQuery {
	width: 120px;
	height: 24px;
	font-size: 1.2rem;
	line-height: 22px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-right: 0;
	padding: 0 4px;
	color: #888888;
	box-sizing: border-box;
	float: left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
header #h_nav .nav_top .hdr_searchSubmit {
	padding: 0 5px;
	border: 0;
	width: 24px;
	height: 24px;
	line-height: 22px;
	cursor: pointer;
	transition: 0.2s;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #ffffff;
	color: #016058;
	border: 1px solid #dddddd;
	border-left: 0;
	box-sizing: border-box;
}
header #h_nav .nav_top .hdr_searchSubmit:hover {
	background-color: #016058;
	color: #ffffff;
}
header #h_nav .nav_top .hdr_searchQuery::-webkit-input-placeholder {
	color: #cccccc;
}

header #gnav {
	height: 60px;
	margin-top: 6px;
}
header #gnav > ul {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: flex-end;
}

header #gnav > ul > li > a {
	display: inline-block;
	padding: 0 20px;
	line-height: 60px;
	text-decoration: none;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	transition: 0.2s;
	white-space: nowrap;
	color: #333333;
	position: relative;
}
header #gnav > ul > li > a::after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #016058;
	opacity: 0;
	transition: 0.2s;
	transform : scaleY(0);
	transform-origin: center bottom;
}
header #gnav > ul > li > a:hover {
	color: #016058;
}
header #gnav > ul > li > a:hover::after,
header #gnav > ul > li.current > a::after {
	opacity: 1;
	transform : scaleY(1.0);
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
	header #h_nav .nav_top li.lang_jp a {
		margin-right: 16px;
	}
	header #gnav > ul > li > a {
		padding: 0 16px;
	}
}

header .naver-wrapper {
	transition: 0.3s;
}
header .naver-handle {
	color: #888;
	font-weight: bold;
}
header .nav-toggle {
	z-index: 21;
	padding: 12px 0 0 0;
	display: block;
	margin: 0;
	display: none;
	height: 50px;
	width: 50px;
	text-align: center;
	border: 0;
	background-color: #016058;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.0rem;
}
header .nav-toggle span {
	display: block;
	margin-top: 3px;
}
header .nav-toggle.active {
	color: #333333;
	background-color: #ffffff;
}
header .nav-toggle.active i::before,
header .nav-toggle.active i::after {
	color: #aa0000;
}
header .nav-toggle:hover,
header .nav-toggle:focus,
header .nav-toggle:active {
	outline: none;
	text-decoration: none;
}
header .nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	/* *display: inline; */
	width: 18px;
	height: 1px;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #ffffff;
	transition: all .2s ease-out;
	margin-bottom: 3px;
}
header .nav-toggle i::before,
header .nav-toggle i::after {
	content: "";
	width: 18px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
header .nav-toggle i::before { top: -6px;}
header .nav-toggle i::after { bottom: -6px;}
header .nav-toggle.active i { background: transparent;}
header .nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	background: #aa0000;
}
header .nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	background: #aa0000;
}

@media screen and (max-width: 768px) {
	header .nav-toggle,
	header #sp_btnSearch {
		display: block;
	}
	header #sp_btnSearch {
		width: 50px;
		height: 50px;
		background-color: #ffffff;
		font-size: 2.0rem;
		line-height: 50px;
		color: #016058;
		border-left: 1px solid #dddddd;
		box-sizing: border-box;
		text-align: center;
	}
}


/* Home ================================ */

/* Hero ------------------------------ */
#sec_home {
	background-color: #cccccc;
}
#hero {
	text-align: center;
	padding-top: 400px;
	background: url(/en/images/hero_bg1.jpg) no-repeat center center;
	background-size: cover;
}
#hero .msg_box {
	background-color: rgba(255,255,255,0.75);
	padding: 30px 0;
	line-height: 1.8;
	font-size: 2.0rem;
}
#nav_home {
	background-color: #016058;
	padding: 24px 0;
}
@media screen and (max-width: 768px) {
	#hero {
		padding-top: 200px;
		background-position: center top;
	}
	#hero .msg_box {
		padding: 20px 10px;
		line-height: 1.4;
		font-size: 1.4rem;
	}
}

#nav_home ul {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#nav_home ul li {
	width: 31.5%;
	max-height: 180px;
	margin: 0;
	position: relative;
}
#nav_home ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
#nav_home ul li a figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#nav_home ul li a figure::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition: 0.2s;
	opacity: 0;
}
#nav_home ul li a:hover figure::after {
	opacity: 1.0;
}
#nav_home ul li a figure img {
	transform : scale(1);
	transition: 0.2s;
}
#nav_home ul li a:hover figure img {
	transform : scale(1.1);
}

#nav_home ul li a span {
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	display: block;
	width: 88%;
	font-size: 1.8rem;
	position: absolute;
	bottom: 20px;
	left: 6%;
	box-sizing: border-box;
}
#nav_home ul li a span::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: 8px solid #ffffff;
	border-right: 8px solid transparent;
	border-bottom: 4px solid #ffffff;
	border-top: 4px solid transparent;
}
@media screen and (max-width: 768px) {
	#nav_home ul {
		flex-wrap: wrap;
	}
	#nav_home ul li {
		width: 100%;
		margin-bottom: 14px;
		background-color: #ffffff;
	}
	#nav_home ul li:last-child {margin-bottom: 0;}
	#nav_home ul li a figure {
		width: 90px;
		height: 60px;
	}
	#nav_home ul li a span {
		color: #000000;
		left: 0;
		bottom: 0;
		padding-left: 110px;
		border-bottom: 0;
		font-size: 1.6rem;
		height: 60px;
		line-height: 60px;
		padding-bottom: 0;
		width: 100%;
	}
	#nav_home ul li a span::after {
		content: "";
		position: absolute;
		right: 14px;
		top: 50%;
		margin-top: -4px;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-right: 1px solid #dddddd;
		border-top: 1px solid #dddddd;
		border-left: 0;
		border-bottom: 0;
		transition: 0.2s;
		box-sizing: border-box;
	}
}


/* News ------------------------------ */
.news li {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	box-sizing: border-box;
}
.news li:first-child {
	border-top: 1px solid #ffffff;
}
.news li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
}
.news li a:hover {
	background-color: rgba(1,96,88,0.5);
}
.news li a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
	margin-top: -4px;
	transition: 0.2s;
}
.news li a:hover::after {
	right: 10px;
}
.news li dl dt {
	box-sizing: border-box;
	display: inline-block;
	width: 20%;
	max-width: 160px;
	padding: 20px 0 20px 20px;
	vertical-align: top;
	line-height: 20px;
	font-size: 1.5rem;
}
.news li dl dd {
	box-sizing: border-box;
	display: inline-block;
	width: 70%;
	padding: 20px 20px 20px 20px;
	line-height: 20px;
}
.news li.is-new dl dd::before {
	content: "NEW";
	box-sizing: border-box;
	display: inline-block;
	width: 36px;
	height: 16px;
	font-size: 1.0rem;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	line-height: 14px;
	margin-right: 10px;
}
/*.news li a[href$=".pdf"] dl dd::after {
	content: "PDF";
	box-sizing: border-box;
	display: inline-block;
	width: 28px;
	height: 14px;
	font-size: 1.0rem;
	color: #fff;
	text-align: center;
	border: 1px solid #f00;
	background-color: #b00;
	line-height: 12px;
	margin-left: 10px;
}*/
.news li a[href$=".pdf"] dl dd::after {
	font-family: FontAwesome;
	content: "\f1c1";
	color: #c00;
	margin-left: 8px;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.news li dl dt {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 480px) {
	.news li dl dt,
	.news li dl dd {
		width: 100%;
	}
	.news li dl dt { padding: 16px 16px 0 16px;}
	.news li dl dd { padding: 8px 16px 16px 16px;}
}

.movie_16_9 {
	margin-bottom: 30px;
	text-align: center;
}
.movie_16_9 iframe {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.movie_16_9 {
		position: relative;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		height: 0;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.movie_16_9 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/* Page ========================================================= */
#container:before, #container:after {
	content: "";
	display: table;
}
#container:after {
	clear: both
}
@media screen and (max-width: 1000px) {
/* 999px以下用の記述（コンテンツ幅） */
	#container {
		width: 100%;
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {

}

.home #container {
	background: url(/en/images/bg_sc05.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width: 768px) {
	.home #container {
		background: none;
	}
	.home::before {
		content: "";
		background:  url(/en/images/bg_sc05.jpg) no-repeat center center;
		background-size: cover;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: -1;
	}
}
.page #container.services {
	background: url(/en/images/pagetop_img1.jpg) no-repeat center top;
	background-size: 100% auto;
}
.page #container.about {
	background: url(/en/images/pagetop_img2.jpg) no-repeat center top;
	background-size: 100% auto;
}
.page #container.partnership {
	background: url(/en/images/pagetop_img2.jpg) no-repeat center top;
	background-size: 100% auto;
}
.page #container.cases {
	background: url(/en/images/pagetop_img4.jpg) no-repeat center top;
	background-size: 100% auto;
}
.page #container.sustainability {
	background: url(/en/images/pagetop_img5.jpg) no-repeat center top;
	background-size: 100% auto;
}
.page #container.network {
	background: url(/en/images/pagetop_img3.jpg) no-repeat center top;
	background-size: 100% auto;
}
.page #container.investors {
	background: url(/en/images/pagetop_img2.jpg) no-repeat center top;
	background-size: 100% auto;
}
/*.page #container.contact {
	background: url(/en/images/pagetop_img5.jpg) no-repeat center top;
	background-size: 100% auto;
}*/

#pagetop_img {
	width: 100%;
	height: 260px;
	background: transparent;
	overflow: hidden;
	display: block;
}
#pagetop_img span {
	color: #ffffff;
	text-align: center;
	padding-top: 60px;
	font-size: 2.0rem;
	display: inline-block;
	width: 100%;
}
@media screen and (max-width: 768px) {
	#pagetop_img {
		height: 100px;
	}
}

/* breadcrumb ========================================================= */
#breadcrumb {
	height: 40px;
	line-height: 40px;
	background: #eeeeee;
	font-size: 1.4rem;
	overflow: hidden;
}
#breadcrumb li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 16px;
	position: relative;
}
#breadcrumb li::after {
	content: "";
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	position: absolute;
	margin-top: -3px;
	right: 0;
	top: 50%;
}
#breadcrumb li:last-child::after {
	content: none;
}
#breadcrumb li a {
	text-decoration: none;
}
#breadcrumb li .fa {
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	#breadcrumb {
		display: none;
	}
}

.page_obj .fl_l {
	width: 30%;
}
.page_obj .fl_r {
	width: 66%;
}
@media screen and (max-width: 481px) {
	.page_obj .fl_l,
	.page_obj .fl_r {
		width: 100%;
	}
}


/* Workflow ------------------------------ */


/* Sub nabigation ------------------------------ */
#subnav_top {
	background-color: #ffffff;
	padding-top: 40px;
}
#subnav_bottom {
	background-color: #ffffff;
	padding-bottom: 40px;
}
section.lgray + #subnav_bottom {
	background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
	#subnav_top { padding-top: 20px;}
	#subnav_bottom { padding-bottom: 20px;}
}
.cat_nav {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cat_nav li {
	flex-grow: 1;
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #016058;
	border-top: 1px solid #016058;
	border-bottom: 1px solid #016058;
}
.cat_nav li:last-child {
	border-right: 1px solid #016058;
}
.cat_nav li a {
	display: block;
	padding: 24px 10px 24px 10px;
	text-decoration: none;
	color: #016058;
	text-align: center;
	transition: 0.2s;
	background-color: #ffffff;
}
.cat_nav li a::before {
	font-family: FontAwesome;
	content: "\f0a9";
	display: inline-block;
	margin-right: 6px;
}
.cat_nav li a:hover {
	background: #02ac9d;
	color: #fff;
}
.cat_nav li.current a,
.cat_nav li.current a:hover {
	background: #016058;
}

.cat_nav li.current a,
.cat_nav li.current a .fa {
	color: #ffffff;
}
.cat_nav li a .fa {
	margin-right: 8px;
}
@media screen and (max-width: 768px) {
	.cat_nav {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap : wrap;
	}
	.cat_nav li {
		width: 49%;
		box-sizing: border-box;
		border-right: 1px solid #016058;
		margin-bottom: 10px;
		flex-grow: 0;
	}
	.cat_nav li a {
		padding: 16px 6px;
	}
}

/* SERVICES - Cross border ------------------------------ */
.svc_box {
	margin-top: 60px;
}
.svc_box h3 {
	border-bottom: 1px solid #016058;
	padding-bottom: 16px;
	margin-bottom: 12px;
	margin-top: 0;
	font-weight: 500;
	text-align: left;
	line-height: 1;
}
.svc_box h4 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 12px;
}
.svc_box span {
	font-size: 1.4rem;
}
.svc_img {
	width: 26%;
}
.svc_dtl {
	width: 70%;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.svc_img { width: 46%;}
	.svc_dtl { width: 50%;}
}
@media screen and (max-width: 480px) {
	.svc_box {
		flex-wrap: wrap;
	}
	.svc_img {
		width: 100%;
		margin-bottom: 16px;
	}
	.svc_dtl { width: 100%;}
}

/* SERVICES - Workflow ------------------------------ */

/* SERVICES - FA ------------------------------ */

/* SERVICES - Intermediation ------------------------------ */

/* SERVICES - Feature ------------------------------ */
.one_stop_services {
	counter-reset: svccntr;
}
.one_stop_services dl {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: center;*/
}
.one_stop_services dl dt {
	width: 14%;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
	padding-top: 30px;
}
.one_stop_services dl:not(.oss1) dt::after {
	content: "";
	margin-left: -20px;
	position: absolute;
	border-top: 14px solid #333333;
	border-right: 20px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 20px solid transparent;
	top: 0;
	left: 50%;
}
.one_stop_services dl.oss2 dt::after {
	border-top-color: #ecead8;
}
.one_stop_services dl.oss3 dt::after {
	border-top-color: #b1d1c3;
}
.one_stop_services .oss1 dt {
	background-color: #ecead8;
}
.one_stop_services .oss2 dt {
	background-color: #b1d1c3;
}
.one_stop_services .oss3 dt {
	background-color: #006354;
	color: #ffffff;
}
.one_stop_services dl dd {
	width: 84%;
}
.one_stop_services dl ol>li {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.one_stop_services ol>li {
	counter-increment: svccntr;
	border-bottom: 1px dotted #cccccc;
	padding: 30px 20px;
}
.one_stop_services .oss1 ol>li:first-child {
	border-top: 1px dotted #cccccc;
}
.one_stop_services .pase_name {
	font-weight: 500;
	width: 28%;
	font-size: 2.0rem;
}
.one_stop_services .pase_name::before {
	content:counter(svccntr) ". ";
	color: #555555;
}
.one_stop_services dl dd ul {
	width: 60%;
}
.one_stop_services .list_dot li {
	margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
	.one_stop_services dl dt {
		min-width: 100px;
		font-size: 1.6rem;
	}
	.one_stop_services dl ol>li {
		flex-wrap: wrap;
	}
	.one_stop_services .pase_name {
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 6px;
	}
	.one_stop_services dl dd ul {
		width: 100%;
	}
}



/* ABOUT - Overview------------------------------ */
.company {
	border-top: 1px solid #dddddd;
	width: 100%;
}
.company tr {
	border-bottom: 1px solid #dddddd;
}
.company th,
.company td {
	padding: 24px 0 24px 20px;
	font-size: 1.5rem;
	vertical-align: top;
	line-height: 1.6;
}
.company th {
	text-align: left;
	color: #888888;
}
.company dl:not(:last-child) {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #dddddd;
}
.company dl dd {
	margin-bottom: 4px;
	font-size: 14px;
	color: #555555;
}
.company .g_map {
	margin-top: 16px;
}
.company .g_map iframe {
	width: 100%;
	height: 300px;
}
@media screen and (max-width: 768px) {
	.company th,
	.company td {
		display: block;
	}
	.company th {
		font-size: 1.2rem;
		padding: 16px 10px 0 10px;
	}
	.company td {
		padding: 2px 10px 16px 10px;
		font-size: 1.4rem;
	}
	.company dl:not(:last-child) {
		margin-bottom: 4px;
		padding-bottom: 4px;
	}
	.company dl dd {
		font-size: 13px;
	}
}

/* Records ------------------------------ */
.table_style {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	background-color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.4;
}
.table_style th,
.table_style td {
	padding-left: 5px;
	padding-right: 5px;
}
.table_style thead th {
	background: #e3e3e3;
	font-weight: 500;
}
.table_style th,
.table_style td {
	border-top: 1px solid #ddd;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
	.table_style {
		font-size: 1.2rem;
	}
	.table_style_flag div {
		display: none;
	}
}

/* ABOUT - Message ------------------------------ */
.about .msg_img {
	margin-bottom: 30px;
	margin-right: 30px;
	width: 40%;
}
.about .msg_text {
}
.about .message {
	line-height: 1.8;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.about .msg_img {
		margin-bottom: 20px;
		margin-right: 20px;
		width: 50%;
	}
	.about .message {
		line-height: 1.5;
	}
}
@media screen and (max-width: 480px) {
	.about .msg_img {
		margin-right: 0;
		width: 100%;
	}
}

/* ABOUT - History ------------------------------ */
.tl_history {
	position: relative;
}
.tl_history::after {
	content: "";
	position: absolute;
	width: 4px;
	margin-left: -2px;
	height: 100%;
	background: #016058;
	left: 22%;
	top: 0;
}
.tl_history dl {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 14px;
}
.tl_history dl dt,
.tl_history dl dd {
	padding: 16px;
	box-sizing: border-box;
	word-wrap: break-word;
}
.tl_history dl dt {
	width: 20%;
	text-align: right;
	position: relative;
	color: #016058;
	padding-top: 18px;
}
.tl_history dl.sp_ballon dt::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 20px;
	right: -10%;
	border-radius: 8px;
	margin-right: -8px;
	box-sizing: border-box;
	border: 4px solid #016058;
	background: #ffffff;
	z-index: 99;
}
.tl_history dl dd {
	width: 74%;
	font-size: 1.5rem;
	background: #eeeeee;
	border-radius: 5px;
	position: relative;
}
.tl_history dl.sp_ballon dd::after {
	content: "";
	position: absolute;
	left: -16px;
	top: 20px;
	border-top: 8px solid transparent;
	border-right: 8px solid #eeeeee;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}
.tl_history dl dd h4 {
	text-align: left;
	font-size: 1.7rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-weight: 600;
}
.tl_history dl dd span {
	color: #666666;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	.tl_history::after {
		left: 5%;
	}
	.tl_history dl {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap : wrap;
		justify-content: flex-end;
	}
	.tl_history dl dt {
		width: 100%;
		text-align: left;
		padding-left: 10%;
	}
	.tl_history dl.sp_ballon dt::after {
		top: 18px;
		left: 5%;
		margin-left: -8px;
		box-sizing: border-box;
		border: 4px solid #016058;
		background: #ffffff;
		z-index: 99;
	}
	.tl_history dl dd h4 { font-size: 1.6rem;}
	.tl_history dl dd {
		width: 90%;
		font-size: 1.4rem;
	}
	.tl_history dl.sp_ballon dd::after {
		left: 20px;
		top: -16px;
		border-top: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #eeeeee;
		border-left: 8px solid transparent;
	}
}

/* ABOUT - Features ------------------------------ */
.features {
	margin-bottom: 60px;
}
.features li {
	padding: 24px;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	line-height: 1.6;
	background: repeating-linear-gradient(-45deg, #f6f6f6, #f3f3f3 4px, #ffffff 0, #ffffff 8px);
	font-size: 1.7rem;
}
@media screen and (max-width: 480px) {
	.features {
		margin-bottom: 40px;
	}
	.features li {
		font-size: 1.5rem;
		padding: 15px;
	}
}
.quantity {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}
.quantity dl {
	text-align: center;
	width: 30%;
	padding: 16px;
	box-sizing: border-box;
}
.quantity dl dt {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 12px;
	padding-bottom: 16px;
	box-sizing: border-box;
	vertical-align: bottom;
}
.quantity dl dd.details {
	font-size: 1.4rem;
	line-height: 1.4;
}
.quantity dl dd.number {
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 4px;
}
.quantity dl dd.number span {
	font-size: 1.4rem;
	display: block;
	margin-left: 6px;
	font-weight: normal;
	color: #666666;
}
.quantity dl.history dt {
	border-bottom: 2px solid #87969e;
}
.quantity dl.record dt {
	border-bottom: 2px solid #e60013;
}
.quantity dl.partners dt {
	border-bottom: 2px solid #ca9e04;
}
.quantity dl.history dt,
.quantity dl.history dd.number {
	color: #87969e;
}
.quantity dl.record dt,
.quantity dl.record dd.number {
	color: #e60013;
}
.quantity dl.partners dt,
.quantity dl.partners dd.number {
	color: #ca9e04;
}
@media screen and (max-width: 768px) {
	.quantity {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap : wrap;
	}
	.quantity dl {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
}
.graph_feature {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.graph_feature .graph h3 span {
	display: inline-block;
	font-size: 1.4rem;
	margin-left: 8px;
}
@media screen and (max-width: 768px) {
	.graph_feature {
		flex-wrap: wrap;
	}
	.graph_feature .graph {
		width: 100%;
		text-align: center;
	}
}

/* ABOUT - To Investor ------------------------------ */

.ls_ir li:first-child {
	border-top: 1px solid #dddddd;
}
.ls_ir li {
	border-bottom: 1px solid #dddddd;
	line-height: 1.6;
}
.ls_ir li a {
	padding: 30px 10px;
	display: block;
	text-decoration: none;
	transition: 0.2s;
	color: #333333;
	position: relative;
}
.ls_ir li a:hover {
	background-color: #f3f3f3;
	color: #016058;
}
.ls_ir li a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 1px solid #016058;
	border-top: 1px solid #016058;
	transform: rotate(45deg);
	box-sizing: border-box;
	margin-top: -4px;
	transition: 0.2s;
}
.ls_ir li a:hover::after {
	right: 10px;
}
.ls_ir dl .post_date {
	width: 160px;
	color: #888888;
	font-size: 1.5rem;
	line-height: 18px;
}
.ls_ir .post_title {
	line-height: 18px;
}
.ls_ir a[href$=".pdf"] .post_title::after {
	font-family: FontAwesome;
	content: "\f1c1";
	color: #c00;
	margin-left: 8px;
	display: inline-block;
}
.ls_ir .is-new dl .post_title::before {
	content: "NEW";
	display: inline-block;
	color: #c00;
	width: 36px;
	height: 18px;
	line-height: 16px;
	box-sizing: border-box;
	border: 1px solid #c00;
	font-size: 1.0rem;
	text-align: center;
	margin-right: 10px;
}
.ls_ir dl .post_cat {
	font-size: 1.2rem;
	width: 76px;
	height: 18px;
	box-sizing: border-box;
	line-height: 16px;
	margin-right: 10px;
	text-align: center;
}
.ls_ir dl .post_cat.info {
	/*background-color: #016058;*/
	border: 1px solid #016058;
	color: #016058;
}
.ls_ir dl .post_cat.ir {
	background-color: #016058;
	color: #fff;
}
.box_info {
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
}
.box_info .fa {
	margin-right: 10px;
	color: #016058;
}

#box_sustaina{
	background-color: #eef8f7;
    border: 1px solid #90cfca;
    padding: 40px;
    width: 100%;
    margin: 40px 0 0 0;
    box-sizing: border-box;
}
#box_sustaina h2{
		font-size: 2.8rem;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 0;
		line-height: 1.5;
}


@media screen and (max-width: 768px) {
	#box_sustaina h2{
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 0;
		line-height: 1.5;
}
	.ls_ir li a {
		padding: 20px 40px 20px 10px;
	}
	.ls_ir dl {
		flex-wrap: wrap;
		font-size: 1.2rem;
		margin-bottom: 4px;
	}
	.ls_ir dl .post_date {
		display: inline-block;
		font-size: 1.2rem;
		width: 120px;
	}
	.ls_ir dl .post_cat {
			font-size: 1.0rem;
			height: 16px;
			line-height: 14px;
	}
	.ls_ir dl .post_title {
		width: 100%;
	}
	.ls_ir .is-new dl .post_title::before {
		font-size: 1.0rem;
		line-height: 1.0;
		padding: 2px 4px;
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -6px;
	}
	.box_info {
		font-size: 1.2rem;
	}
}
.archive_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}
.archive_nav li {
	width: 23%;
}
.archive_nav li a {
	display: block;
	padding: 24px 10px 24px 10px;
	text-decoration: none;
	color: #016058;
	border: 1px solid #016058;
	text-align: center;
	transition: 0.2s;
	box-sizing: border-box;
}
.archive_nav li a:hover,
.archive_nav li.current a {
	background-color: #016058;
	color: #fff;
}
.archive_nav li.current a {
	cursor: inherit;
	position: relative;
	font-weight: 600;
}
.archive_nav li.current a::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #016058;
}
@media screen and (max-width: 768px) {
	.archive_nav {
		flex-wrap: wrap;
	}
	.archive_nav li {
		width: 49%;
		margin-bottom: 10px;
	}
	ul:not(.no_current).archive_nav.cat_child li:not(.current) {
		display: none;
	}
	.archive_nav.cat_child li.current {
		width: 100%;
	}
	.archive_nav li a {
		padding: 16px 10px 16px 10px;
	}
}
@media screen and (max-width: 480px) {
	.archive_nav li {
		width: 100%;
	}
	ul:not(.no_current).archive_nav.cat_child li:not(.current) {
		display: none;
	}
}

/* CASES ------------------------------ */
.page_nav li {
	border-left: 1px dotted #cccccc;
	padding: 10px 40px 6px 40px;
}
.page_nav li:last-child {
	border-right: 1px dotted #cccccc;
}
.page_nav li a {
	display: inline-block;
	text-decoration: none;
	padding-bottom: 5px;
	margin-left: 24px;
	transition: 0.2s;
	border-bottom: 1px solid transparent;
	position: relative;
}
.page_nav li a:hover {
	border-bottom-color: #0256a9;
}
.page_nav li a::before {
	content: "\f063";
	font-family: FontAwesome;
	margin-top: -8px;
	color: #666666;
	position: absolute;
	left: -24px;
	top: 50%;
}
@media screen and (max-width: 480px) {
	.page_nav li {
		padding: 10px 20px 6px 20px;
	}
}

/* .case_example li {
	width: 30%;
} */
/* .home  */

/* 230802 .case_example li {
	width: 30%;
	position:relative;
	top:0;
	transition: .2s all;
	border: 2px solid #f2f2f2;
} */

/* .home  */
.case_example li::before{
	content: attr(data-caseNo)"";
	padding:3px 5px;
	font-size:12px;
	background:#005c55;
	color:#fff;
	position:absolute;
	top:20px;
	left:0;
	z-index:1;
}

/* 230802 .case_example li:first-child {
	margin-right: 5%;
} */

/* .case_example li a {
	display: block;
	background-color: #ffffff;
	padding: 14px;
	color: #333333;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
	top: 0;
} */
/* .home  */
.case_example li a {
	display: block;
	background-color: transparent;
	padding: 14px;
	color: #333333;
	text-decoration: none;
}
/* .case_example a:hover {
	color: #888888;
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
	top: -5px;
	transition: .2s all;
} */
/* .home  */
.case_example a:hover {
	color: #333;
	box-shadow:initial;
	top: auto;
}
.case_example li:hover {
	color: #888888;
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
	top: -5px;
	transition: .2s all;
}

/* 230802 */
.case_example h3,.case_example h4 {
	margin: 10px 0;
	padding-bottom: 10px;
	line-height: 1.3;
	font-weight: 1.6rem;
	font-weight: 500;
	border-bottom: 1px solid #016058;
}
.case_example .buyer,
.case_example .seller {
	line-height: 1.3;
}
.case_example .buyer {
	margin-bottom: 10px;
}

/* 230802 */
.case_example{
	flex-wrap:wrap;
}
.case_example li {
	width: 31.33%;
	position:relative;
	top:0;
	transition: .2s all;
	border: 2px solid #f2f2f2;
	margin-bottom:2.4%;
}
.case_example li:nth-child(3n - 1) {
	margin-right: 2.4%;
	margin-left: 2.4%;
}
/* .case_example li:nth-last-child(1),.case_example li:nth-last-child(2),.case_example li:nth-last-child(3) {
	margin-bottom: 0;
} */
.case_example picture{
	display:block;
	width:100%;
	height:210px;
}
.case_example picture img{
	width:100%;
	height:100%;
	object-fit:cover;
}

/* 230802 */
@media screen and (max-width: 999px) {
	.case_example li:nth-child(3n - 1) {
		margin-right: 2%;
		margin-left: 2%;
	}
}
@media screen and (max-width: 768px) {
	.case_example li {
		width: 48%;
		margin-bottom:20px;/* 230802 */
	}
	/* 230802 */
	.case_example li:nth-child(3n - 1) {
		margin-right: 0;
		margin-left: 0;
	}
	/* 230802 */
	/* .case_example li:nth-last-child(2),.case_example li:nth-last-child(3) {
		margin-bottom: 20px;
	} */
	.case_example picture{
		height:auto;
	}
}
@media screen and (max-width: 480px) {
	.case_example {
		flex-wrap: wrap;
	}
	.case_example li {
		width: 88%;
	}
	.case_example li:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* CASES - case01/case02 ------------------------------ */
.records_head {
	background-color: #016058;
}
.records_head > dt {
	width: 30%;
}
.records_head > dd {
	width: 70%;
	color: #ffffff;
	padding: 26px;
	box-sizing: border-box;
}
.records_head .buyer dt,
.records_head .seller dt {
	font-size: 1.6rem;
	margin-right: 10px;
	font-weight: 500;
	margin-bottom: 10px;
}
.records_head .buyer dd,
.records_head .seller dd {
	line-height: 1.4;
}
.records_head dd .buyer {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 20px;
}
.ma_case {
	background-color: #f1eee2;
	padding: 20px;
}
.ma_case .ma_transfer,
.ma_case .ma_acquisition {
	width: 50%;
	box-sizing: border-box;
}
.ma_case .ma_transfer {
	position: relative;
	padding-right: 40px;
}
.ma_case .ma_transfer::after {
	position: absolute;
	content: "\f2b5";
	font-family: FontAwesome;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	font-size: 2.0rem;
	color: #016058;
}
.ma_case .ma_acquisition {
	padding-left: 40px;
}
.ma_case .ma_transfer dt,
.ma_case .ma_acquisition dt {
	margin-right: 6px;
}
.ma_case,
.case_data {
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.ma_case .ma_transfer,
	.ma_case .ma_acquisition {
		flex-wrap: wrap;
	}
	.records_head > dd {
		padding: 20px;
	}
	.ma_case .ma_transfer dt,
	.ma_case .ma_transfer dd,
	.ma_case .ma_acquisition dt,
	.ma_case .ma_acquisition dd {
		width: 100%;
	}
	.ma_case .ma_transfer dt,
	.ma_case .ma_acquisition dt {
		font-size: 1.2rem;
		margin-bottom: 6px;
	}
	.records_head {
		flex-wrap: wrap;
	}
	.records_head > dt {
		width: 100%;
	}
	.records_head > dd {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.ma_case {
		flex-wrap: wrap;
	}
	.ma_case .ma_transfer,
	.ma_case .ma_acquisition {
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}
	.ma_acquisition {
		margin-top: 20px;
	}
	.ma_case .ma_transfer::after {
		right: 50%;
		top: 100%;
		margin-top: 0;
		margin-right: -10px;
	}
}


/* PARTNERSHIPS ------------------------------ */
.nw_box h3 {
	border-bottom: 1px solid #016058;
	padding-bottom: 16px;
	margin-bottom: 12px;
	margin-top: 0;
	font-weight: 500;
	text-align: left;
	line-height: 1;
}
.nw_box h4 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 12px;
}
.nw_box span {
	font-size: 1.4rem;
}
.nw_box .nw_img {
	width: 46%;
}
.nw_box .nw_dtl {
	width: 50%;
	line-height: 1.5;
}
.nw_dtl dl {
	margin-top: 10px;
	border: 1px solid #016058;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.nw_dtl dl.af{ border: 1px solid #f29600; }
.nw_dtl dl.other { border: 1px solid #999; }
.nw_dtl dl dt,
.nw_dtl dl dd {
	text-align: center;
	flex-grow: 1;
	flex-basis: 50%;
}
.nw_dtl dl dt {
	background-color: #016058;
	color: #fff;
	padding: 12px;
	box-sizing: border-box;
}
.nw_dtl dl.af dt{ background-color: #f29600; }
.nw_dtl dl.other dt { background-color: #999; }
.nw_dtl dl dd {
	padding-left: 12px;
	padding-top: 10px;
	box-sizing: border-box;
}
.nw_dtl dl dd .num {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
.nw_dtl dl dd .num_inc {
	display: block;
	width: 100%;
	line-height: 1.0;
	font-size: 1.2rem;
	padding-bottom: 10px;
}

.partner_list li {
	margin-bottom: 20px;
	line-height: 1.0;
}
.partner_list li a {
	text-decoration: none;
	display: inline-block;
}
.partner_list li span {
	font-size: 1.6rem;
}
.partner_list li a span {
	border-bottom: 1px solid;
	transition: 0.2s;
	padding-bottom: 2px;
}
.partner_list li a:hover span {
	border-color: transparent;
}
.partner_list li img {
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.nw_box .svc_img { width: 46%;}
	.nw_box .svc_dtl { width: 50%;}
}
@media screen and (max-width: 480px) {
	.nw_box {
		flex-wrap: wrap;
	}
	.nw_box .nw_img {
		width: 100%;
		margin-bottom: 16px;
	}
	.nw_box .nw_dtl { width: 100%;}
	.nw_dtl dl {
		flex-wrap: wrap;
	}
	.nw_dtl dl dt,
	.nw_dtl dl dd {
		flex-basis: 100%;
		padding: 12px;
	}
}

/* PARTNERSHIPS - Alliance Partners --------------- */
.ap_list li {
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
.ap_list li:first-child {
	border-top: 1px solid #cccccc;
}
.ap_list li.country {
	background-color: #f3f3f3;
	padding: 30px 20px;
	font-weight: bold;
	font-size: 1.8rem;
}
.ap_list li.country img {
	display: inline-block;
	margin-right: 10px;
}
.ap_list li .company_outline {
	cursor: pointer;
	padding: 30px 20px;
	transition: 0.2s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ap_list li .company_outline:hover {
	background-color: #f6f6f6;
}
.ap_list li .company_outline .logo {
	width: 200px;
	margin-right: 40px;
}
.ap_list li .company_outline .corpname {
	text-align: left;
	width: 100%;
}
.ap_list li .company_outline .more {
	color: #0256a9;
	transition: 0.2s;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}
.ap_list li .company_outline:hover .more {
	border-color: #0256a9;
}
.ap_list li .company_details {
	padding: 20px 20px 30px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.company_details .company_prof_1 {
	width: 40%;
}
.company_details .company_prof_2 {
	width: 56%;
}
.company_details .company_prof_1 dl {
	border-bottom: 1px solid #999;
	padding-bottom: 8px;
	margin-bottom: 22px;
	text-align: left;
}
.company_details .company_prof_1 dt {
	font-size: 1.3rem;
	color: #999;
	margin-bottom: 4px;
}
.company_details .company_prof_1 dd {
}

.company_details .company_prof_2 dl {
	width: 60%;
	float: left;
}
.company_details .company_prof_2 dt {
	font-size: 1.3rem;
	color: #999;
	margin-bottom: 4px;
	text-align: left;
}
.company_details .company_prof_2 dd {
	text-align: left;
	line-height: 1.4;
}
.company_details .company_prof_2 figure {
	width: 38%;
	background-color: #f3f3f3;
	float: right;
	padding: 10px;
	box-sizing: border-box;
}
.company_details .company_prof_2 figure img {
	width: 100%;
	height: auto;
	margin-bottom: 6px;
}
.company_details .company_prof_2 figure figcaption {
	font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
	.ap_list li .company_outline {
		flex-wrap: wrap;
		position: relative;
	}
	.ap_list li .company_outline::after {
		content: "\f196";
		font-family: FontAwesome;
		display: block;
		position: absolute;
		font-size: 1.6rem;
		right: 20px;
		top: 50%;
		margin-top: -8px;
		color: #016058;
	}
	.ap_list li .company_outline.on::after {
		content: "\f147";
	}
	.ap_list li .company_outline .logo {
		width: 140px;
		margin-bottom: 5px;
	}
	.ap_list li .company_outline .more {
		display: none;
	}

	.ap_list li .company_details {
		flex-wrap: wrap;
	}
	.company_details .company_prof_1,
	.company_details .company_prof_2 {
		width: 100%;
	}
	.company_details .company_prof_2 figure {
		width: 34%;
		padding: 6px 6px 10px;
	}
	.company_details .company_prof_1 dt,
	.company_details .company_prof_2 dt,
	.company_details .company_prof_2 figure figcaption {
		font-size: 1.2rem;
	}
}


/* CONTACT ------------------------------ */
#formapplication dl {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #cccccc;
}
#formapplication dl:last-of-type {
	border-bottom: 1px dotted #cccccc;
}
#formapplication dl dt {
	width: 30%;
	text-align: right;
	font-weight: 700;
}
.contact .required {
	display: inline-block;
	padding: 2px 4px;
	line-height: 1.0;
	background-color: #cc0000;
	color: #ffffff;
	border-radius: 4px;
	font-size: 1.2rem;
	cursor: default;
}
#formapplication dl dd {
	width: 66%;
}
#formapplication dl dd input[type="text"],
#formapplication dl dd textarea {
	font-family: inherit;
	padding: 8px;
	width: 80%;
	box-sizing: border-box;
	font-size: 1.5rem;
}
#formapplication dl dd input[type="text"].w40per {
	width: 40% !important;
}
#formapplication dl.error {
	background-color: #fff6f6;
}
#formapplication dl.error dd input[type="text"],
#formapplication dl.error dd textarea {
	border: 1px solid #cc0000;
}
#formapplication dl dd .error-txt {
	color: #cc0000;
	line-height: 1.2;
	margin-bottom: 6px;
}
#formapplication dl dd .error-txt::before {
	content: "\f06a";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 6px;
}
#formapplication dl dd .error-txt:empty {
	margin: 0;
}
#formapplication dl dd .error-txt:empty::before {
	content: none;
}
#formapplication dl dd .example {
	color: #666666;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-top: 5px;
}
#formapplication .list_trigger li {
	margin-top: 10px;
}
#formapplication .list_trigger li:first-child {
	margin-top: 0;
}
#formapplication dl dd .box_name {
	width: 38%;
}
#formapplication dl dd .box_name:first-child {
	margin-right: 4%;
}
#formapplication dl dd .box_name input[type="text"] {
	width: 100%;
}

ul.btn_list li {
	display: inline-block;
}
ul.btn_list {
	margin-bottom: 10px;
}
.contact .errMsg {
	background-color: #fff6f6;
	color: #cc0000;
	border: 1px solid #cc0000;
	border-radius: 5px;
	padding: 16px;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.contact .btn_2c #formapplicationB {
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	#formapplication dl {
		flex-wrap: wrap;
		padding: 16px 10px;
	}
	#formapplication dl dt {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
		font-weight: bold;
	}
	#formapplication dl dd {
		width: 100%;
	}
	#formapplication dl dd input[type="text"],
	#formapplication dl dd textarea {
		width: 100%;
	}
	.contact .btn_2c form {
		width: 40%;
	}
	.contact .btn_2c form a.btn_link {
		width: 100%;
	}
	.contact .btn_2c #formapplicationB {
		margin-right: 10%;
	}
}
@media screen and (max-width: 480px) {

}













/* Privacy Policy ------------------------------ */
/* Using this site ------------------------------ */
.uts h2 {
	margin-top: 50px;
	border-top: 1px dotted #cccccc;
	padding-top: 50px;
}
.get_adobe {
	font-size: 1.4rem;
	color: #666666;
}
.img_adobe{
	float: left;
	margin-right: 16px;
}
/* ---- 1. ---- */
.list_decimal_01 {
	margin-left:1.4em;
}
.list_decimal_01 li {
	counter-increment:decimal_01;
	text-indent:-1.4em;
	line-height: 1.6;
}
.list_decimal_01 li:before {
	content:counter(decimal_01) ". ";
}
.division_decimal_01 {
	margin-left:1.4em;
}
.division_decimal_01 h2,
.division_decimal_01 h3 {
	text-align: left;
}
.division_decimal_01 section {
	padding: 20px;
}
.division_decimal_01 .division {
	counter-increment:decimal_01;
}
.division_decimal_01 .division.output,
.division_decimal_01 .division .output {
	text-indent:-1.4em;
}
.division_decimal_01 .division.output:before,
.division_decimal_01 .division .output:before {
	content:counter(decimal_01) ". ";
}
/* ---- (1) ---- */
.list_decimal_02 {
	margin: 8px 0 8px 1.9em;
}
.list_decimal_02 li {
	counter-increment:decimal_02;
	text-indent:-1.9em;
	margin-bottom: 8px;
}
.list_decimal_02 li:before {
	content:"(" counter(decimal_02) ") ";
}
.focus .list_decimal_02 li>* {
	text-indent:0;
}
.division_decimal_02 {
	margin-left:1.9em;
}
.division_decimal_02 .division {
	counter-increment:decimal_02;
}
.division_decimal_02 .division.output,
.division_decimal_02 .division .output {
	text-indent:-1.9em;
}
.division_decimal_02 .division.output:before,
.division_decimal_02 .division .output:before {
	content:"(" counter(decimal_02) ") ";
}
@media screen and (max-width: 768px) {
	.uts h2 {
		margin-top: 30px;
		border-top: 1px dotted #cccccc;
		padding-top: 30px;
	}
	.get_adobe {
		font-size: 1.2rem;
	}
	.division_decimal_01 section {
		padding-top: 0;
	}
}
/* ---- ・ ---- */
.list_dot {
	margin-left:1em;
}
.list_dot li {
	text-indent:-1em;
	line-height: 1.4;
	margin-bottom: 8px;
}
.list_dot li:before {
	content:"・";
}

/* Footer
=================================================================== */
footer {
	background-color: #fff;
}
/* ftrSEARCH ------------------------------------------ */
footer #ftrSEARCH {
	box-sizing: border-box;
	margin-bottom: 30px;
}
footer .ftr_searchForm,
.sp_searchForm {
	margin: 0 auto;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-bottom: 10px;
}
footer .ftr_searchQuery,
.sp_searchQuery {
	width: 60%;
	max-width: 360px;
	font-size: 15px;
	background: #fff;
	border: none;
	padding: 8px 4px 8px 8px;
	color: #797979;
	height: 36px;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
}
footer .ftr_searchSubmit,
.sp_searchSubmit {
	border: 0;
	width: 20%;
	max-width: 120px;
	height: 36px;
	background: #016058;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 1.4rem;
	box-sizing: border-box;
	transition: 0.2s;
	overflow: hidden;
	border-radius: 0;
}
footer .ftr_searchSubmit:hover,
.sp_searchSubmit:hover {
	background-color: #343d46;
}

@media screen and (max-width: 768px) {
	.sp_searchForm {
		padding-bottom: 0;
	}
	footer .ftr_searchQuery {
		width: 60%;
		border-radius: 0;
	}
	.sp_searchQuery {
		width: 70%;
		border: 1px solid #cccccc;
		display: inline-block;
	}
	footer .ftr_searchSubmit,
	.sp_searchSubmit {
		width: 30%;
		border-radius: 0;
	}
}


/* ft_nav_top ------------------------------------------ */
footer #ft_nav_top {
	padding: 40px 0;
	background-color: #f2f2f2;
}
footer #ft_nav_top > .inner > ul {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer #ft_nav_top > .inner > ul > li {
	width: 20%;
	box-sizing:border-box;
	margin-bottom: 10px;
}
footer #ft_nav_top > .inner > ul > li > a {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 1.5rem;
	color: #016058;
	text-decoration: none;
	transition: 0.2s;
}
footer #ft_nav_top > .inner > ul > li > a:hover {
	color: #343d46;
}
footer #ft_nav_top > ul > li > a.tg_blank {
	position: relative;
}
footer #ft_nav_top > ul > li > a.tg_blank::after {
	content: "";
	position: absolute;
	right: -18px;
	top: 50%;
	width: 12px;
	height: 9px;
	margin-top: -5px;
	background-image: url(/image/common/icon_blank_w.png);
	opacity: 0.5;
}
footer #ft_nav_top > .inner > ul > li > ul > li:first-child {
}
footer #ft_nav_top > .inner > ul > li > ul > li:last-child {
	margin-bottom: 0;
}
footer #ft_nav_top > .inner > ul > li > ul > li > a {
	display: inline-block;
	padding: 4px 5px 2px 8px;
	font-size: 1.4rem;
	color: #666666;
	text-decoration: none;
	position: relative;
	margin-bottom: 12px;
	transition: 0.2s;
	border-bottom: 1px solid transparent;
}
footer #ft_nav_top > .inner > ul > li > ul > li > a:hover {
	color: #999999;
	border-color: #999999;
}
/*footer #ft_nav_top > .inner > ul > li > ul > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	transition: 0.2s;
}
footer #ft_nav_top > .inner > ul > li > ul > li > a:hover::after {
	left: 2px;
	border-right: 1px solid #016058;
	border-top: 1px solid #016058;
}*/

@media screen and (max-width: 999px) {
}

@media screen and (max-width: 768px) {
	footer #ft_nav_top > .inner > ul {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap : wrap;
		padding-top: 0;
	}
	footer #ft_nav_top > .inner > ul > li {
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	footer #ft_nav_top > .inner > ul > li > a {
		font-size: 1.4rem;
	}
	footer #ft_nav_top > .inner > ul > li > ul > li > a {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
}

/* ft_nav_bottom ------------------------------------------ */
footer #ft_nav_bottom {
	padding-top: 30px;
	text-align: center;
}
footer #ft_nav_bottom .ft_subnav {
	margin-bottom: 30px;
}
footer #ft_nav_bottom .ft_subnav li {
	display :inline-block;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #dddddd;
	font-size: 1.4rem;
}
footer #ft_nav_bottom .ft_subnav li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
footer #ft_nav_bottom .ft_subnav li a {
	text-decoration: none;
	color: #666666;
	transition: 0.2s;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}
footer #ft_nav_bottom .ft_subnav li a:hover {
	text-decoration: none;
	color: #999999;
	border-color: #999999;
}

footer #ft_nav_bottom .ft_sns {
	margin-bottom: 30px;
}
footer #ft_nav_bottom .ft_sns li {
	display: inline-block;
	margin-right: 20px;
}
footer #ft_nav_bottom .ft_sns li:last-child {
	margin-right: 0;
}
footer #ft_nav_bottom .ft_sns li a {
	font-size: 24px;
	color: #016058;
	transition: 0.2s;
}
footer #ft_nav_bottom .ft_sns li a:hover {
	color: #343d46;
}

footer #ft_nav_bottom .ft_logo {
	text-align: center;
	margin-bottom: 10px;
}
footer #ft_nav_bottom .ft_logo ul {
	margin-bottom: 30px;
}
footer #ft_nav_bottom .ft_logo ul li {
	display: inline-block;
	margin-right: 20px;
}
footer #ft_nav_bottom .ft_logo ul li:last-child {
	margin-right: 0;
}
footer #ft_nav_bottom .ft_logo ul li img {
	height: 86px !important;
	width: auto !important;
}
footer #ft_nav_bottom .ft_logo dl dt {
	margin-bottom: 10px;
	font-size: 1.0rem;
	color: #ffffff;
	text-align: center;
}
footer #ft_nav_bottom .ft_logo dl dd {
	display: inline-block;
	text-align: center;
}

@media screen and (max-width: 768px) {
	footer #ft_nav_bottom .ft_subnav li {
		padding-right: 16px;
		margin-right: 16px;
		border-right: 1px solid #dddddd;
		font-size: 1.2rem;
	}
	footer #ft_nav_bottom .ft_logo {
		margin-bottom: 0;
	}
	footer #ft_nav_bottom .ft_logo ul li img {
		height: 72px !important;
	}
}


/* ft_sub ------------------------------------------ */
footer #ft_sub {
	color: #ffffff;
	background-color: #125352;
	padding: 16px 0;
	text-align: center;
}
footer #ft_sub ul li {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.3);
	font-size: 0.9375rem;
}
footer #ft_sub ul li:last-child {
	border-right: 0;
	margin-right: 0;
}
footer #ft_sub ul li a {
	color: #e9f3e7;
	text-decoration: none;
}
footer #ft_sub ul li a:hover {
	color: #ffffff;
}
footer #ft_sub ul li a i {
	margin-right: 14px;
}
footer .ft_copyright {
	font-size: 1.2rem;
	color: #bbbbbb;
	padding: 14px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	footer #ft_sub ul li {
		margin-right: 16px;
		padding-right: 16px;
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 480px) {
	footer #ft_sub {
		padding-bottom: 0;
	}
	footer #ft_sub ul {
		-js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer #ft_sub ul li {
		width: 48%;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 14px;
		font-size: 0.75rem;
	}
	footer #ft_sub ul li:nth-child(2n) {
		border-right: 0;
	}
	footer .ft_copyright {
		font-size: 1.0rem;
	}
}


/* Back to Top ------------------------------------------ */
#b2t {
	visibility: hidden;
	position: fixed;
	bottom: 0;
	right: 2%;
	z-index: 1;
	transition: 0.2s;
	opacity: 0;
}
#b2t.on {
	bottom: 2%;
	visibility: visible;
	opacity: 1;
}
#b2t a {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #016058;
	font-size: 46px;
	text-decoration: none;
	line-height: 60px;
	border-radius: 30px;
	background-color: rgba(255,255,255,0);
	transition: 0.2s;
}
#b2t a:hover {
	background-color: rgba(255,255,255,1);
	line-height: 54px;
}
@media screen and (max-width: 480px) {
	#b2t.on {
		bottom: 0.5%;
	}
	#b2t a {
		width: 46px;
		height: 46px;
		color: #016058;
		font-size: 32px;
		line-height: 46px;
		border-radius: 23px;
		background-color: rgba(0,0,0,0);
		transition: 0.2s;
	}
	#b2t a:hover {
		line-height: 40px;
	}
}


/* WP Theme - single-en.php, archive-en.php
=================================================================== */
.post .post_title {
}
.post .post_date {
	text-align: left;
	margin-bottom: 25px;
	color: #888;
	font-size: 1.5rem;
}

.post .post_content {
	font-size: 1.6rem;
	line-height: 1.6em;
}
.post .post_content p {
	margin-bottom: 16px;
}

.title_fy {
	text-align: left;
	font-size: 2.4rem;
	border-bottom: 2px solid #ddd;
	position: relative;
	margin: 40px 0 0;
	padding-bottom: 20px;
}
.title_fy:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #016058;
}
@media screen and (max-width: 768px) {
	.post .post_date {
		font-size: 1.3rem;
	}
	.title_fy {
		font-size: 1.8rem;
	}
}

.wp-pagenavi {
	text-align: center;
	margin-top: 40px;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	display: inline-block;
	margin-right: 14px;
	padding: 8px 10px;
	line-height: 1.0;
	border: 1px solid #016058;
}
.wp-pagenavi a {
	text-decoration: none;
	color: #016058;
	transition: 0.2s;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #016058;
}
.wp-pagenavi .extend {
	display: inline-block;
	margin-right: 14px;
	padding: 8px 0;
	line-height: 1.0;
	color: #016058;
}


/* Colorbox Example2
=================================================================== */
/* Colorbox Core Style */
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
/* User Style */
#cboxOverlay {
	background: #000;
	opacity: 0.8 !important;
	filter: alpha(opacity = 80) !important;
}
#colorbox {
	outline: 0;
}
#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #000;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	background: #000;
	padding: 1px;
}
#cboxLoadingGraphic {
	background: url(/common/jQueryAssets/colorbox/images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
	background: #000;
}
#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #ffffff;
	font-size: 1.5rem;
}
#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -40px;
	background: url(/common/jQueryAssets/colorbox/images/controls_ma.png) no-repeat 0 0;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}
#cboxPrevious {
	background-position: 0px 0px;
	right: 44px;
}
#cboxPrevious:hover {
	background-position: 0px -40px;
}
#cboxNext {
	background-position: -40px 0px;
	right: 22px;
}
#cboxNext:hover {
	background-position: -40px -40px;
}
#cboxClose {
	background-position: -80px 0px;
	right: 0;
}
#cboxClose:hover {
	background-position: -80px -40px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -120px -40px;
	right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -160px -40px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -160px 0px;
	right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -120px -40px;
}

/*PRINT STYLE*/
@media print {
	@page {
		margin: 0.4cm 0.5cm 0.5cm 0.5cm;
	}
	a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #03C;
	}
	.unprinted {
		display: none
	}
	#gnav, .b2t {
		display: none
	}
	.icn_NEW:before {
		content: "*"
	}
}


/*2017.2 サイト内検索
=================================================================== */

.cb_inline {display: none;}


/* sp_menu
=================================================================== */
#sp_menu {
	padding-top: 0px;
	padding-right: 5px;
    padding-left: 5px;
}

#sp_menu ul.consul {
	margin-bottom: 14px;
}
#sp_menu ul.consul li.free_call {
	width: 68%;
	margin: 0 auto 10px;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: #016058;
}
#sp_menu ul.consul li a.btn_link {
	width: 90%;
	margin-top: 5px;
	background-color: #016058;
	border-radius: 4px;
	text-align: left;
	padding-left: 20px;
}
#sp_menu ul.consul li a.btn_link .fa {
	margin-right: 6px;
}
#sp_menu ul.consul li {
	line-height: 1.6;
}
#sp_menu nav > ul > li > a {
	display: block;
	color: #333333;
	font-size: 1.6rem;
	text-decoration: none;
	padding: 16px 30px 16px 16px;
	border-bottom: 1px solid rgba(255,255,255,1);
	transition: 0.2s;
	position: relative;
	line-height: 1.0;
	word-wrap: break-word;
}
#sp_menu nav > ul > li:first-child > a {
	border-top: 1px solid rgba(255,255,255,1);
}
#sp_menu nav > ul > li > a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #016058;
	border-bottom: 1px solid #016058;
	transition: 0.2s;
}
#sp_menu nav > ul > li.mn_on > a::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border-right: 0;
	border-bottom: 1px solid #666666;
	width: 9px;
	margin-top: -7px;
	transition: 0.2s;
}
#sp_menu nav > ul > li > a.tg_blank::after {
	margin-top: -4px;
	width: 12px;
	height: 9px;
	-webkit-transform: rotate(0deg);
	background: url(/image/common/icon_blank_ci.png) no-repeat 0 0;
	background-size: cover;
	transform: rotate(0deg);
	border: 0;
	right: 10px;
}
#sp_menu nav > ul > li > a.tg_link::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #016058;
	border-top: 1px solid #016058;
	border-bottom: 0;
	transition: 0.2s;
}
#sp_menu nav > ul > li > ul {
	display: none;
}
#sp_menu nav > ul > li > ul > li > a {
	display: block;
	color: #333333;
	font-size: 1.4rem;
	text-decoration: none;
	padding: 14px 30px 14px 12px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: relative;
	background-color: #e6e6e6;
	word-wrap: break-word;
}
#sp_menu nav > ul > li > ul > li > a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #016058;
	border-top: 1px solid #016058;
	transition: 0.2s;
}
#sp_menu .lng_jp {
	text-align: center;
	margin: 20px auto 0;
	width: 120px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
#sp_menu .lng_jp a {
	text-decoration: none;
	color: #666666;
}
#sp_search {
	padding: 30px;
	background: #ffffff;
}
#sp_search li {
	max-width: 300px;
	margin: 0 auto;
}

#sp_search .btn_link {
	background-color: #016058;
	border-radius: 5px;
	margin-top: 30px;
}

#sp_cover.on {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	transition: 0.2s;
	z-index: 1;
}


/* =======================================================
	 clearfix
======================================================= */
.cf::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* Cookie optin ========================================================= */
/*#cookie_optin {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	padding: 30px 200px 30px 30px;
	text-align: left;
	font-size: 1.4rem;
	z-index: 5;
}
#cookie_optin .msg_optin {
	line-height: 1.4;
}
#cookie_optin a {
	color: #fff;
}
#cookie_optin .close {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	color: #ccc;
	font-size: 16px;
	line-height: 1.0;
}
#cookie_optin .close:hover { color: #eee;}
#cookie_optin .btn_ok {
	display: inline-block;
	position: absolute;
	right: 54px;
	top: 50%;
	margin-top: -19px;
	cursor: pointer;
	color: #fff;
	border-radius: 3px;
	padding: 12px 15px;
	line-height: 1.0;
	background-color: #6ac349;
	font-size: 1.4rem;
}
#cookie_optin .btn_ok:hover {
	background-color: #3aa319;
}
#cookie_optin .colink {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
	#cookie_optin {
		padding: 14px 190px 14px 14px;
		font-size: 1.3rem;
	}
	#cookie_optin .btn_ok {
		right: 42px;
	}
	#cookie_optin .close {
		font-size: 1.4rem;
		right: 14px;
	}
	#cookie_optin .colink {
		font-size: 1.3rem;
	}
}*/


/* 2020/07/31 SUSTAINABILITY ------------------------------ */

#sustainability01,
#sustainability02,
#sustainability03,
#sustainability04,
#sustainability05,
#sustainability06,
#governance,
#social,
#environment{
	width: 80%;
}
#sustainability01,
#governance{
    margin: 0 auto;
}
#sustainability02,
#sustainability03,
#sustainability04,
#sustainability05,
#sustainability06,
#governance,
#social,
#environment{
    margin: 20px auto;
}
#sustainability01 h2,
#sustainability02 h2,
#sustainability03 h2,
#sustainability04 h2,
#sustainability05 h2,
#sustainability06 h2{
	font-size: 1.6rem;
    text-align: center;
    margin: 0;
    background: #016058;
	padding: 1% 0;
	color: #fff;
	transition: 0.2s;
}
#sustainability01 h2::before,
#sustainability02 h2::before,
#sustainability03 h2::before,
#sustainability04 h2::before,
#sustainability05 h2::before,
#sustainability06 h2::before {
    font-family: FontAwesome;
    content: "\f0a9";
    display: inline-block;
    margin-right: 6px;
}
#sustainability01 h2:hover,
#sustainability02 h2:hover,
#sustainability03 h2:hover,
#sustainability04 h2:hover,
#sustainability05 h2:hover,
#sustainability06 h2:hover{
    background: #02ac9d;
}
.sustainability figure {
	margin: 20px 0;
}
.sustainability figure figcaption{
	margin: 5px 0 0 0;
}
.sustainability .sustiana_tilte{
	text-decoration: none;
}
.sustainability .content_img {
	width: 100%;
    margin: 0 auto;
}
.sustainability .message {
	line-height: 1.8;
	text-align: left;
}
.message.--indent{
	padding-left: 0.5em;
    text-indent: -0.5em;
}
.sustainability ul.susta_list {
	list-style: inside;
    width: 100%;
    margin: 20px auto 0;
}
.sustainability ul.susta_list li {
	position:relative;
	text-decoration: solid;
	color: #005c55;
	font-size: 16px;
    font-weight: bolder;
    line-height: 1.6em;
}
.sustainability ul.susta_list01 {
	list-style: inside;
    width: 100%;
    margin: 0 auto;
}
.sustainability ul.susta_list01 li{
	position:relative;
	text-decoration: solid;
	color: #005c55;
	font-size: 16px;
    font-weight: normal;
    line-height: 1.6em;
}
.sustainability ul.susta_list li a{
	color: #45494b;
	text-decoration: none;
}

.sustainability ul.susta_list li a:hover{
	color: #0a847b;
}

.sustainability ol.number{
	list-style: decimal inside none;
    line-height: 1.6em;
    background: #eef8f7;
    padding: 2%;
    border: 1px solid #90cfca;
	box-sizing: border-box;
	margin: 20px 0;
}
.sustainability ol.number ul{
	padding-left: 0;
	font-weight: normal;
	margin-bottom: 1%;
	text-indent: 0;
}
.sustainability ul.disc{
	list-style: disc inside none;
    line-height: 1.6em;
    background: #eef8f7;
    padding: 2%;
    border: 1px solid #90cfca;
	box-sizing: border-box;
	margin: 20px 0;
}
.sustainability ul.disc > li,
.sustainability ol.number > li,
.sustainability ul.susta_list > li,
.sustainability ul.susta_list01 > li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.8%;
}
.sustainability ul.disc > li:last-child,
.sustainability ol.number > li:last-child,
.sustainability ul.susta_list > li:last-child,
.sustainability ul.susta_list01 > li:last-child{
	margin-bottom: 0;
}

.sustainability ol.number li + li {
	margin-top:20px;
}


@media screen and (max-width: 768px) {
	#sustainability01,
	#sustainability02,
	#sustainability03,
	#sustainability04,
	#sustainability05,
	#sustainability06,
	#governance,
	#social,
	#environment{
	width: 100%;
}
#sustainability01,
#governance{
    margin: 0 auto;
}
#sustainability02,
#sustainability03,
#sustainability04,
#sustainability05,
#sustainability06,
#governance,
#social,
#environment{
    margin: 2% auto;
}
	.sustainability .content_img {
		width: 100%;
		margin: 0 auto;
	}
	.sustainability ul.susta_list {
		list-style: inside;
		width: 100%;
		margin: 2% auto 0;
	}
}
.sustaina_nav {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sustaina_nav li {
	flex-grow: 1;
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #016058;
	border-top: 1px solid #016058;
	border-bottom: 1px solid #016058;
}
.sustaina_nav li:last-child {
	border-right: 1px solid #016058;
}
.sustaina_nav li a {
	display: block;
    padding: 10%;
    text-decoration: none;
    color: #016058;
    text-align: center;
    transition: 0.2s;
    background-color: #ffffff;
    height: 50px;
}
.sustaina_nav li a::before {
	font-family: FontAwesome;
	content: "\f0a9";
	display: inline-block;
	margin-right: 6px;
}
.sustaina_nav li a:hover {
	background: #02ac9d;
	color: #fff;
}
.sustaina_nav li.current a,
.sustaina_nav li.current a:hover {
	background: #016058;
}

.sustaina_nav li.current a,
.sustaina_nav li.current a .fa {
	color: #ffffff;
}
.sustaina_nav li a .fa {
	margin-right: 8px;
}
@media screen and (max-width: 768px) {
	.sustaina_nav {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap : wrap;
	}
	.sustaina_nav li {
		width: 49%;
		box-sizing: border-box;
		border-right: 1px solid #016058;
		margin-bottom: 10px;
		flex-grow: 0;
	}
	.sustaina_nav li a {
		padding: 16px 6px;
	}
}


/* SUSTAINABILITY ------------------------------ */


/* 20221205 TOP version up  */
#hero{
	position:relative;
	z-index:1;
	background: url(/en/images/hero_bg1.jpg) no-repeat center -13vw/cover;
}

#hero::before{
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.hero_cta_area{
	position:absolute;
	top:calc(50% - 84px);
	left:50%;
	transform:translate(-50%,-50%);
	z-index:3;
	width:100%;
}
.hero_cta_area ul{
	/* width: 840px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px auto 0;
	/* width: 60%; */
	max-width: 860px;
	/* -ms-flex-wrap: wrap;
	flex-wrap: wrap; */
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0;
	padding:0 4%;
}
.hero_cta_area ul li{
	position:relative;
}
.hero_cta_area ul li::after{
	content:"";
	background: url(/en/images/icon-arrow-forward.svg) no-repeat center center/cover;
	width:8px;
	height:14px;
	position:absolute;
	right:10px;
	top:41px;
	transform:translatey(-50%);
	z-index:1;
}
.hero_cta_area ul li:nth-child(1){
	margin-right:15px;
}
.hero_cta_area ul li a{
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	border-radius: 10px;
	background-color: #f0c250;
	-webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 10%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bolder;
	letter-spacing: 0.08em;
	height: 79px;
	color: #333;
	text-decoration:none;
}
.hero_cta_area ul li a:hover{
	background-color:#fdd36a;
}
.hero_cta_area ul li a span{
	display: block;
	font-size: 18px;
	line-height: 79px;
	letter-spacing: 0;
	padding: 0 20px;
}
.hero_cta_area ul li .cta_text{
	display: block;
	color:#fff;
	text-align:center;
	margin-top:10px;
}
#hero .msg_box{
	position:relative;
	z-index:3;
}

.lgrayBox {
	background-color: #fff;
	padding: 0;
}
/* .home  */
.case_example li {
	background:#fff;
	height: auto;
}
/* .home  */
.case_example h3,.case_example h4 {
	font-weight: 400;
	font-size: 16px;
	text-align:left;
}
/* .home  */
.case_example .seller,.case_example .buyer {
	font-size:14px;
	margin-bottom: 0;
}
/* .home  */
.case-desc{
	text-align:center;
	width:90%;
	margin:0 auto 40px;
}
@media screen and (max-width:1400px){
	#hero{
	position:relative;
	z-index:1;
	background: url(/en/images/hero_bg1.jpg) no-repeat center -190px/1400px;
	}	
}
@media screen and (max-width:768px){
	#hero {
		padding-top: 300px;
		background-position: center top 20%;
	}
	.hero_cta_area {
		top: 55px;
		transform:translate(-50%,0);
	}
	.hero_cta_area ul{
		flex-direction:column;
		align-items:center;
	}
	.hero_cta_area ul li{
		width:324px;
	}
	.hero_cta_area ul li:nth-child(1){
		margin-right:0;
		margin-bottom:30px;
	}
	.hero_cta_area ul li a{
		height:54px;
	}
	.hero_cta_area ul li a span{
		font-size:14px;
		line-height: 54px;
	}
	.hero_cta_area ul li .cta_text{
		font-size:12px;
		margin-top:7px;
	}
	.hero_cta_area ul li::after{
		width:6px;
		height:11px;
		right:10px;
		top: 27px;
	}

	/* .home  */
	.flex_justify_center {
		flex-flow: initial;
		justify-content: initial;
		flex-direction:column;
		align-items:center;
	}
	/* .home  */
	.case_example li:first-child {
		margin-right: 0;
		margin-bottom:20px;
	}
	/* .home  */
	.case_example li {
		width: 100%;
	}
	.lgrayBox {
		/* background-color: #f2f2f2; */
		/* padding:30px 10px 40px; */
	}
	/* .home  */
	.case-desc{
		width:100%;
		margin:0 auto 25px;
	}
}
@media screen and (max-width:414px){
	.hero_cta_area ul li{
		width:285px;
	}
	.hero_cta_area ul li a span{
		font-size: 13px;
		padding:0 20px;
	}
	.hero_cta_area ul li::after{
		right:8px;
	}
}

/* WEB_TASK-5439 230802 */
h1.case-single-h1{
	margin-bottom:60px;
}
h1.case-single-h1 span{
	display:block;
	margin-top:15px;
}
h1.case-single-h1::after{
	content:none;
}
.txt70{
	font-size:70%;
}
.records_head{
	position:relative;
	background:#eee;
	margin-bottom:20px;
}

.records_head > dd{
	position:relative;
	padding:30px;
	background:#eee;
	color:#333;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.records_head .case_title{
	font-size:30px;
}
.info_records_head{
	position:relative;
}
.info_records_head > dl{
	background:#016058;
	padding:30px 20px;
	position:relative;
}
a.sel-link{
	position:absolute;
	color:#fff;
	bottom:10px;
	right:10px;
}
.sel-link:hover{
	text-decoration: none;
	color:#fff;
}
.cau-text{
	text-align:right;
	font-size:12px;
	margin-top:5px;
}
.cau-text.mb{
	margin-bottom:40px;
}
@media screen and (max-width:768px){
	.info_records_head{
		flex-wrap:wrap;
	}
	.records_head .case_title{
		font-size:22px;
	}
}

/* reset css */
h1.h_logo{
	font-size:initial;
    text-align: initial;
    margin-bottom: auto;
    position: static;
}
h1.h_logo::after{
	content:none;
}
@media screen and (max-width:768px){
	h1.h_logo{
		padding-top:14px;
	}
}