@charset "UTF-8";

/*---------------------------------------------

Company Page CSS

for domain
coded by d-spica at 2018-07-03

---------------------------------------------*/


@import url(default.css);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://use.fontawesome.com/releases/v5.1.0/css/all.css);
@import url(base.css);


section {
	padding: 3rem 0 5rem;
	font-size: 0.75rem;
}

section > div {
	margin: 0 auto;
	padding: 0 1rem;
	max-width: 49rem;
}

section > div:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

section h2 {
	margin-bottom: 1.2em;
	text-align: center;
	font-size: 1.8rem;
	color: #007F66;
}

section p {
	margin-bottom: 2em;
	line-height: 2;
}

section section {
	margin-bottom: 2rem;
	padding: 0;
}

section section h3 {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	color: #007F66;
}

section p.summary {
	line-height: 2;
}

section p.image {
	margin-bottom: 2em;
	text-align: center;
}

section p.signature {
	text-align: center;
}

section p.signature img {
	display: block;
	margin: 0 auto 1em;
}

section p.signature em {
	display: block;
	font-size: 140%;
}

section ul.info1 {
	margin-bottom: 2em;
	border-top: solid 1px #CCC;
	line-height: 1.6;
}

section .info1 li {
	position: relative;
	border-bottom: solid 1px #CCC;
	padding: 0.6em 1em;
	padding-left: 10em;
}

section .info1 li span {
	position: absolute;
	top: 0.6em;
	left: 1em;
}

section .info1 li span::before {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 5px 7px;
	border-color: transparent transparent transparent #007F66;
	width: 0;
	height: 0;
}

section ul.history {
	margin-bottom: 2em;
	line-height: 1.6;
}

section .history li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 12em;
}

section .history li span {
	position: absolute;
	top: 0;
	left: 0;
}

section dl.card {
	margin-bottom: 2em;
	border: solid 1px rgba(0,127,102,0.30);
	background: rgba(0,127,102,0.10);
	padding: 2em 2em 0.1em;
	text-align: center;
}

section .card dt {
	margin-bottom: 1em;
	font-size: 150%;
	font-weight: 700;
}

section .card p {
	margin-bottom: 2em;
	line-height: 2;
}

section dl.message {
	margin-bottom: 2rem;
	padding: 0;
}

section .message dt {
	margin-bottom: 0.5em;
	font-size: 120%;
	font-weight: 700;
	color: #007F66;
}

section .message dt::before {
	content: '\f06c';
	margin-right: 0.6em;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

section .message dd {
	line-height: 2;
}

section dl.info2 {
	margin-bottom: 2em;
	line-height: 1.6;
}

section .info2 dt {
	margin-bottom: 0.2em;
}

section .info2 ul {
	padding-left: 1.5em;
	list-style: disc;
}

section .info2 li {
	position: relative;
	margin-bottom: 0.2em;
	padding-left: 6em;
}

section .info2 li span {
	position: absolute;
	top: 0;
	left: 0;
}

section a.link {
	color: #0A9DDD;
}

section a.link[target]::after {
	content: '\f061';
	margin-left: 0.5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #0A9DDD;
}


section a.link[target]::after {
	content: '\f35d';
}


section table {
	margin-bottom: 2em;
	width: 100%;
}

section th,
section td {
	border: solid 1px #CCC;
	padding: 0.3em 0.5em;
	text-align: center;
	font-weight: 400;
}

section th {
	background: #E7F2EF;
}

section table + .note {
	margin: -1.5em 0 2em;
	text-align: right;
}

section p.nav-more {
	margin: 0 auto 2em;
	border: solid 1px #007F66;
	padding: 0.1em 1.2em;
	width: 8em;
	text-align: center;
	color: #007F66;
	cursor: pointer;
}

section p.nav-more::after {
	content: '';
	display: inline-block;
	margin-left: 0.4em;
	border-style: solid;
	border-width: 0.5em 0.35em;
	border-color: transparent transparent #007F66 transparent;
	width: 0;
	height: 0;
	vertical-align: 0.2em;
}

section p.nav-more.close::after {
	border-color: #007F66 transparent transparent transparent;
	vertical-align: -0.25em;
}

section.eyecatch {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	font-size: 1.2rem;
}

section.eyecatch::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url(../img/bg-wave.png) no-repeat 50% 0;
	background-size: 100% 4rem;
	width: 100%;
	height: 4rem;
}

section.eyecatch > div {
	margin: 0 auto;
	padding: 1rem 1rem 0;
	height: 16rem;
}

section.eyecatch .nav-page {
	width: 11em;
	font-size: 1.2rem;
}

section.eyecatch .nav-page li {
	margin-bottom: 0.3em;
}

section.eyecatch .nav-page li em {
	display: block;
	background: rgba(0,127,102,0.90);
	padding: 1em 0.6em;
	font-size: 170%;
	color: #FFF;
}

section.eyecatch .nav-page li a {
	display: block;
	background: rgba(255,255,255,0.80);
	padding: 0.4em 1em;
	color: #007F66;
}

section.summary ul.nav-section {
	margin-top: 3rem;
	text-align: center;
	font-size: 0.9rem;
}

section.summary .nav-section li {
	display: inline-block;
	margin: 0 0.3em;
	width: 20%;
	vertical-align: top;
}

section.summary .nav-section li a {
	display: block;
	position: relative;
	border: solid #339985;
	border-width: 1px 1px 20px;
	padding: 0 0.5em;
	padding-top: 2.7em;
	height: 3.9em;
	line-height: 1.2;
	color: #339985;
}

section.summary .nav-section li a.lines {
	padding-top: 2.1em;
	height: 4.5em;
}

section.summary .nav-section li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -10px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
}


section.simple {
	border-top: solid 0.4rem rgba(0,127,102,0.30);
}


.profile section ul.info1,
.profile section ul.history,
.profile #s04 > div {
	margin-left: auto;
	margin-right: auto;
	max-width: 36rem;
}

.policy section.simple > div,
.csr section.simple > div {
	margin-left: auto;
	margin-right: auto;
	max-width: 41rem;
}


@media all and (max-width:1520px) {
	

	
}

@media all and (max-width:1020px) {
	
	section.summary .nav-section li {
		margin: 0 0.2em;
	}
		
}


@media all and (max-width:800px) {

	section.eyecatch > div {
		height: 15rem;
	}

	section dl.card {
		text-align: left;
	}

	section .card .signature {
		text-align: right;
	}

}


@media all and (max-width:580px) {
	

	section {
		padding: 2rem 0 3rem;
	}

	section h2 {
		font-size: 1.2rem;
	}
	
	section ul.info1 li {
		padding-left: 3em;
	}
	
	section .info1 li span {
		position: static;
		display: block;
		margin: 0 0 0.3em -2em;
	}
	
	section .history li {
		padding-left: 1em;
	}
	
	section .history li span {
		position: static;
		display: block;
		margin: 0 0 0.3em -1em;
	}
	
	section .info2 li {
		padding-left: 1em;
	}

	section .info2 li span {
		position: static;
		display: block;
		margin: 0 0 0 -1em;
	}

	section.eyecatch::after {
		background-size: 100% auto;
		padding-bottom: 10.81%;
		height: 0;
	}

	section.eyecatch .nav-page {
		font-size: 0.9rem;
	}

	section.summary .nav-section li {
		margin-bottom: 0.5em;
		width: 40%;
	}

	section.summary .nav-section li a {
		padding-top: 1.5em;
		height: 2.7em;
	}

	section.summary .nav-section li a.lines {
		padding-top: 0.9em;
		height: 3.3em;
	}

	
	

}

