@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.h2 {
	margin-bottom: 12vw;
	text-align: right;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1;
	color: #045edb;
	position: relative;
}

.h2:after {
	content: '';
	width: 20vw;
	height: 1vw;
	background: #045edb;
	transform: translateY(-50%);
	position: absolute;
	bottom: -5vw;
	right: -5vw;
}

.h3 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 1.4;
	color: #e9481a;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	margin-bottom: 5vw;
	font-size: 0;
}

#visual img {
	height: 52.97493333333333vw
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 20vw;
}

#about p {
	margin-bottom: 2em;
	text-align: justify;
}

#about p strong {
	font-weight: 500;
	color: #e9481a;
}

/* ---------------------------------------------------------
	CSS Document spec
--------------------------------------------------------- */

#spec {
	margin: 0 5vw 10vw;
}

#spec .h3 {
	margin-bottom: 8vw;
}

#spec figure {
	margin-bottom: 8vw;
	height: 26.00826666666667vw;
}

#spec h4 {
	margin-bottom: 3vw;
	text-align: left;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1.3;
}

#spec table {
	width: 100%;
	margin-bottom: 10vw;
	border: solid 1px #b7b7b7;
}

#spec caption {
	padding-left: 1em;
	background: #b7b7b7;
	text-align: center;
	font-weight: 500;
	font-size: 3.6vw;
	line-height: 2.2em;
	color: #fff;
}

#spec th {
	width: 50%;
	vertical-align: top;
	padding: 2vw 3vw;
	border-right: dashed 1px #b7b7b7;
	border-bottom: solid 1px #b7b7b7;
	text-align: left;
	font-weight: 400;
	font-size: 3vw;
	line-height: 1.6;
}

#spec td {
	width: 50%;
	vertical-align: top;
	padding: 2vw 3vw;
	border-bottom: solid 1px #b7b7b7;
	text-align: left;
	font-size: 3vw;
	line-height: 1.6;
}

#spec li {
	margin-left: 1.3em;
	list-style: disc;
}


/* ---------------------------------------------------------
	CSS Document video
--------------------------------------------------------- */

#video {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 5vw 20vw;
    height: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin: 0 5vw 20vw;
}

#case p {
	margin-bottom: 2em;
	text-align: justify;
}

#case p strong {
	font-weight: 500;
	color: #e9481a;
}

#case figure img {
	width: 90%;
}

/* ---------------------------------------------------------
	CSS Document logic
--------------------------------------------------------- */

#logic .h2 {
	margin-right: 5vw;
}

#logic p {
	margin: 0 5vw 5vw;
}

#logic p strong {
	font-weight: 500;
	color: #e9481a;
}

#logic .section {
	background: url(../images/logic_02.png) top / 200% auto;
}

#logic .row {
	padding: 1vw 5vw 8vw;
}

#logic .row:nth-of-type(odd) {
	padding: 10vw 5vw 20vw;
	background: url(../images/logic_01.png) no-repeat bottom / 200% 100%;
}

#logic .row:last-of-type {
	background-color: #fff;
}

#logic dt {
	margin-bottom: 8vw;
	text-decoration: underline solid #002145 2px;
	text-underline-offset: 0.6em;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1;
}

#logic dd {
	text-align: justify;
}

#logic figure img {
	margin-bottom: 30px;
	width: 90%;
}

/* ---------------------------------------------------------
	CSS Document application
--------------------------------------------------------- */

#application {
	margin: 0 5vw 15vw;
}

#application p {
	margin-bottom: 2em;
	text-align: justify;
}

#application p strong {
	font-weight: 500;
	color: #e9481a;
}

#application figure img {
	width: 90%;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink {
	margin-bottom: 60px;
}

#footerlink a {
	display: block;
	padding: 5vw 0 3vw;
	background: #045edb url(../images/footer_02.png) no-repeat bottom / auto 100%;
}

#footerlink a img {
	height: 19vw;
}
