@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 10vw;
	position: relative;
}

#main i img {
	width: 18vw;
	position: absolute;
	top: 5vw;
	left: 5vw;
}

#main h2 {
	padding: 3vw 4vw;
	background: #fff;
	text-align: right;
	font-weight: 500;
	font-size: 4.5vw;
	color: #0054A7;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 5vw;
}

#main h2 .en {
	display: block;
	margin-bottom: 1vw;
	font-weight: 400;
	font-size: 2.5vw;
	letter-spacing: 0.08em;
	color: #0054A7;
}

#main h2 .en:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	margin: 2vw 0 0 auto;
	background: #4C87C1;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .flex {
	display: flex;
	height: 52vw;
	overflow: hidden;
	margin-bottom: 10vw;
	flex-wrap: wrap;
}

#about .flex figure {
	width: 50%;
}

#about .flex figure img {
	max-width: 400%;
	height: 34vw;
}
#about .flex .siaa-wrap {
	width: 100%;
	background: #fbfbfb;
	padding: 1em;
}
#about .flex .siaa-wrap .row {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#about .flex .row figure {
	width: 30%;
	border: solid 1px #01947F;
	padding: 0.2em;
	background: #fff;
}
#about .flex .row._viral figure {
	border: solid 1px #FB0026;
}
#about .flex .row figure img {
	height: 9vw;
}
#about .flex .row p {
	width: 65%;
	text-align: left;
	font-size: 0.7rem;
	line-height: 1.3;
}

#about .section {
	margin: 0 5vw 20vw;
	text-align: justify;
}

#about .caption {
	display: flex;
	margin-bottom: 10vw;
	padding-bottom: 10vw;
	position: relative;
}

#about .caption:after {
	display: block;
	content: '';
	width: 15vw;
	height: 2px;
	margin-top: 10vw;
	background: #76BFF1;
	position: absolute;
	bottom: 0;
	left: 0;
}

#about .caption img {
	width: 15vw;
}

#about .copy {
	margin-left: 5vw;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1;
	color: #0054A7;
}

#about .copy .en {
	display: block;
	margin-bottom: 3vw;
	font-weight: 400;
	font-size: 3vw;
	letter-spacing: 0.08em;
	color: #0054A7;
}

#about .copy .en:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	margin-top: 3vw;
	background: #4C87C1;
}

#about h3 {
	margin-bottom: 5vw;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1.4;
}

#about .section p {
	margin-bottom: 5vw;
}

#about .section p em {
	color: #CE0101;
}

#about .section p img {
	height: 8vw;
}

/* ---------------------------------------------------------
	CSS Document summary
--------------------------------------------------------- */

#summary {
	margin: 0 5vw 20vw;
	text-align: left;
}

#summary .section {
	margin-bottom: 10vw;
}

#summary h3 {
	margin-bottom: 3vw;
	text-align: left;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.5;
	color: #0054A7;
}

#summary h3:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 60px;
	height: 2px;
	margin-right: 10px;
	background: #76BFF1;
}

#summary h4 {
	font-weight: 500;
	font-size: 3.5vw;
	color: #0054A7;
}

#summary p {
	margin-bottom: 1em;
}

#summary .table {
	margin-bottom: 1em;
}

#summary .table dl {
	display: table;
	margin-bottom: 1em;
	line-height: 1.6;
}

#summary .table dt {
	display: table-cell;
	vertical-align: top;
	width: 6.5em;
	border-right: solid 1px #0054A7;
	white-space: nowrap;
}

#summary .table dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
}

#summary .graph {
	margin-bottom: 1em;
}

#summary ul {
	margin-bottom: 1em;
}

#summary ul li {
	margin-left: 1em;
	text-indent: -1em;
}

#summary ol li {
	margin-bottom: 1em;
	padding-left: 30px;
	position: relative;
}

#summary ol li:before {
	content: '';
	width: 20px;
	height: 2px;
	margin-right: 10px;
	background: #76BFF1;
	position: absolute;
	top: 0.9em;
	left: 0;
}

#summary table {
	width: 100%;
	line-height: 1.3;
}

#summary th {
	width: 25%;
	border: solid 1px #eee;
	background: #FBFBFB;
	padding: .5em 1em;
	text-align: center;
	font-weight: 400;
}

#summary .th th {
	background: #EDFAFC;
}

#summary td {
	padding: 1.5em 1em;
	border: solid 1px #eee;
	text-align: center;
}
