@charset "UTF-8";
@import url("../../css/common.pc02.css");


/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.h2 {
	margin-bottom: 60px;
	text-align: right;
	font-weight: 400;
	font-size: 60px;
	line-height: 1;
	color: #045edb;
	position: relative;
}

.h2:after {
	content: '';
	width: calc(50vw - 500px);
	height: 12px;
	margin-left: 530px;
	background: #045edb;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.h3 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.3;
	color: #e9481a;
}

#visual {
	margin-top: 44px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 110px;
}

#about p {
	width: 80%;
	margin: auto;
	margin-bottom: 2em;
	text-align: justify;
}

#about p strong {
	font-weight: 500;
	color: #e9481a;
}

/* ---------------------------------------------------------
	CSS Document spec
--------------------------------------------------------- */

#spec {
	margin-bottom: 70px;
}

#spec figure {
	margin-bottom: 60px;
	height: 265px;
}

#spec h4 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
}

#spec .w880 {
	width: 880px;
}

#spec table {
	width: 100%;
	margin-bottom: 60px;
	border: solid 1px #b7b7b7;
}

#spec caption {
	padding-left: 1em;
	background: #b7b7b7;
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

#spec th {
	width: 50%;
	padding: 15px 20px;
	border-right: dashed 1px #b7b7b7;
	border-bottom: solid 1px #b7b7b7;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
}

#spec td {
	width: 50%;
	vertical-align: top;
	padding: 15px 20px;
	border-bottom: solid 1px #b7b7b7;
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
}

#spec li {
	margin-left: 2.3em;
	list-style: disc;
}


/* ---------------------------------------------------------
	CSS Document video
--------------------------------------------------------- */

#video {
	width: 100%;
	height: 720px;
	margin: 0 auto 100px;
}


/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 130px;
}

#case p {
	width: 80%;
	margin: auto;
	margin-bottom: 2em;
	text-align: justify;
}

#case p strong {
	font-weight: 500;
	color: #e9481a;
}

#case figure img {
	/* height: 500px; */
	width: 1200px;
}

/* ---------------------------------------------------------
	CSS Document logic
--------------------------------------------------------- */

#logic {
	margin-bottom: 60px;
}

#logic p {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 2em;
}

#logic p strong {
	font-weight: 500;
	color: #e9481a;
}

#logic .section {
	background: url(../images/logic_02.png) top;
}

#logic .row {
	padding: 30px 0 90px;
}

#logic .row:nth-of-type(odd) {
	padding: 80px 0 140px;
	background: url(../images/logic_01.png) no-repeat bottom / 100% 100%;
}

#logic .row:last-of-type {
	background-color: #fff;
}

#logic dt {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
	text-decoration: underline solid #002145 2px;
	text-underline-offset: 0.5em;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
}

#logic dd {
	width: 80%;
	margin: 0 auto;
	text-align: justify;
}

#logic figure img {
	width: 1200px;
	margin-bottom: 60px;
}

/* ---------------------------------------------------------
	CSS Document application
--------------------------------------------------------- */

#application {
	margin-bottom: 130px;
}

#application p {
	width: 80%;
	margin: auto;
	margin-bottom: 2em;
	text-align: justify;
}

#application p strong {
	font-weight: 500;
	color: #e9481a;
}

#application figure {
	margin-top: 80px;
}

#application figure img {
	/* height: 500px; */
	width: 1200px;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink a {
	display: block;
	padding: 60px 0 40px;
	background: #045edb url(../images/footer_02.png) no-repeat bottom / 100% 100%;
	cursor: pointer;
	transition: .4s;
	margin-bottom: 60px;
}

#footerlink a:hover {
	opacity: 0.8;
}

#footerlink a img {
	height: 198px;
}
