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

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

#main {
	display: flex;
	justify-content: center;
	height: 300px;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
	z-index: 0;
}

#main figure img {
	max-width: 400%;
	width: 100%;
	min-height: 300px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#main i img {
	width: 192px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#main h2 {
	padding: 25px 40px;
	background: #fff;
	text-align: right;
	font-weight: 500;
	font-size: 24px;
	color: #0054A7;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 50px;
}

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

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

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

#about {
	display: flex;
	margin-bottom: 80px;
}

#about .flex {
	width: 50%;
}

#about .flex .siaa-wrap {
	background: #fbfbfb;
	padding: 30px;
}
#about .flex .siaa-wrap .row {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#about .flex .row figure {
	width: 45%;
	border: solid 1px #01947F;
	padding: 15px;
	background: #fff;
}
#about .flex .row._viral figure {
	border: solid 1px #FB0026;
}
#about .flex .row figure img {
	height: 100px;
}
#about .flex .row p {
	width: 50%;
	text-align: left;
}

#about .section {
	width: 50%;
	padding: 50px 50px 0;
	text-align: justify;
	position: relative;
	z-index: 0;
}

#about .section:before {
	content: '';
	width: 150px;
	height: 200px;
	background: url(../top/balloon_02.svg) no-repeat 0 0;
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: -1;
}

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

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

#about .caption img {
	width: 60px;
}

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

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

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

#about h3 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
}

#about .section p {
	margin-bottom: 30px;
}

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

#about .section p img {
	height: 40px;
}

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

#summary {
	margin: 0 50px 120px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#summary:before {
	content: '';
	width: 250px;
	height: 228px;
	background: url(../top/balloon_01.svg) no-repeat 0 0;
	transform: translateX(-50%);
	position: absolute;
	top: 200px;
	left: 50%;
	z-index: -1;
}

#summary .section {
	margin-bottom: 80px;
}

#summary h3 {
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	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: 16px;
	color: #0054A7;
}

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

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

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

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

#summary .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

#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;
}
