@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 720px;
	margin-bottom: 40px;
	padding-top: 80px;
	background: url(../images/visual_02.png) no-repeat center;
	font-size: 0;
}

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	top: 20px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 40px;
	font-size: 18px;
	/* line-height: 60px; */
}

#hnavi li.hnavi a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #ffffff;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	width: 120px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about p {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 30px;
}

#about ul {
	margin-bottom: 80px;
	font-size: 0;
}

#about li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

.gray {
	margin-bottom: 80px;
	padding: 80px 0 100px;
	background: #f1f1f1;
}

.title {
	margin-bottom: 60px;
	text-align: center;
	font-size: 0;
}

.title h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	color: #159384;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit .article {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#merit .section {
	margin-bottom: 40px;
}

#merit h3 {
	margin-bottom: 15px;
	font-size: 30px;
}

#merit h3 sup {
	font-size: 20px;
	color: #e60012;
}

#merit figure {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	margin-right: 20px;
	text-align: center;
}

#merit .section  p {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

#merit p span {
	font-weight: 700;
	color: #e60012;
}

/* ---------------------------------------------------------
	CSS Document general
--------------------------------------------------------- */

#industrial,
#general {
	margin-bottom: 80px;
	font-size: 0;
}

#industrial .section,
#general .section {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin-right: 30px;
	text-align: left;
	font-size: 18px;
}

#industrial figure,
#general figure {
	display: inline-block;
	vertical-align: top;
	width: 420px;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline h3 {
	height: 89px;
	margin-bottom: 30px;
	background: #159384;
	font-weight: 700;
	font-size: 41px;
	line-height: 86px;
	color: #fff;
}

#outline .article {
	padding-bottom: 20px;
	background: #fff;
}

#outline .section {
	margin: 40px 60px;
	text-align: left;
}

#outline .section figure,
#outline .section p {
	margin-bottom: 40px;
}

#outline .section h4 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
}

/* ---------------------------------------------------------
	CSS Document result
--------------------------------------------------------- */

#result {
	margin-bottom: 80px;
	text-align: left;
}

#result h2 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.3;
	color: #e60012;
}

#result figure {
	margin-bottom: 10px;
	padding: 10px 0;
	border: solid 5px #dfdfdf;
	text-align: center;
}

#result p span {
	font-weight: 700;
	color: #e60012;
}

/* ---------------------------------------------------------
	CSS Document chip
--------------------------------------------------------- */

#chip {
	margin-bottom: 80px;
	text-align: left;
}

#chip .section ul,
#chip .section p {
	margin-bottom: 50px;
	text-align: left;
}

#chip .section figure {
	margin-bottom: 50px;
	text-align: center;
}

#chip h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
}

#chip li {
	margin-left: 1em;
	text-indent: -1em;
}

#chip sup {
	font-weight: 700;
	font-size: 15px;
	color: #e60012;
}


#chip p span {
	font-weight: 700;
	color: #e60012;
}

/* ---------------------------------------------------------
	CSS Document note
--------------------------------------------------------- */

#note {
	margin-bottom: 80px;
}

#note p {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.3;
	color: #159384;
}

#note figure {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
}

#note ul {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-weight: 700;
	color: #e60012;
}

#note h2 {
	margin: 80px 0 20px;
	text-align: center;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.3;
}

#note .table {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
}

#note dl {
	display: table-row;
}

#note dt {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	padding: 10px 0;
	border: solid 3px #acacac;
	text-align: center;
	font-weight: 400;
	font-size: 25px;
}

#note dd {
	display: table-cell;
	vertical-align: middle;
	width: 600px;
	padding: 10px 30px;
	border: solid 3px #acacac;
	text-align: left;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.3;
}
