@charset "utf-8";
/* ===========================================================

	Title: features.css
	Created: 2018-9-12

=========================================================== */
/*

	features-hub
	2-sponsor
	4-financial


=========================================================== */
/* ===========================================================

	features-hub

=========================================================== */


#features aside ul{
  align-items: center;
}
#features aside ul > li:first-child{
  width: 20%;
  margin: 0;
  padding: 0 10px;
}

#features aside ul > li:first-child a{
  font-weight: bold;
}

#features aside ol {
  width: 80%;
  text-align: left;
}

#features aside ol > li {
  display: inline-block;
}
/* investment-highlight
----------------------------------------------------------- */
.features-hub h2 {
	color: #14136b;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.01em;
    border: none;
    padding: 0 0 0 1.5em;
    margin: 3em 0 1.2em;
    line-height: 1.3;
    position: relative;
}
.features-hub p {
	margin-bottom: 2em;
}
.features-hub h2:first-child {
	margin: 0 0 1em;
}
.features-hub h2::after {
	display: none;
}
.features-hub h2 em {
	color: #14136b;
	font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    font-size: 4.8rem;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    transform: translate(0, -20%);
}

/* ===========================================================

	2-sponsor

=========================================================== */
/* case-study
----------------------------------------------------------- */
.contents-style section.case-study {
	position: relative;
	margin: 0 !important;
	padding: 0 80px 30px 0;
	min-height: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case-study__text {
	width: calc(100% - 550px);
}
.case-study__image {
	display: flex;
	justify-content: space-between;
	width: 510px;
	text-align: center;
}
.contents-style section.case-study h3 {
	margin-top: 0;
	padding: 0;
	width: 100%;
}
.contents-style section.case-study h3 span {
	background-color: #fff;
	padding: 0 1.0em 0 0.5em;
	display: inline-block;
}
.contents-style section.case-study h3::after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ddd;
	display: inline-block;
	z-index: -1;
}
.case-study-1 h3 {border-left-color: #a2bce2;}
.case-study-1 .case-study__arrow {background-color: #a2bce2;color: #111;}
.case-study-2 h3 {border-left-color: #6c9bd2;}
.case-study-2 .case-study__arrow {background-color: #6c9bd2;}
.case-study-2 .case-study__image figure {
	width: 235px;
}
.case-study-3 h3 {border-left-color: #4a90cc;}
.case-study-3 .case-study__arrow {background-color: #4a90cc;}
.case-study-4 h3 {border-left-color: #0a75be;}
.case-study-4 .case-study__arrow {background-color: #0a75be;}

/* case-study__list */
.case-study__list {
	color: #4a90cc;
	border-top: solid 1px #4a90cc;
}
.case-study__list li {
	border-bottom: solid 1px #4a90cc;
	padding: 0.5em;
	margin: 0;
}

/* case-study__arrow */
.case-study__arrow {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #999;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	width: 2em;
	padding: 15px 0.5em 30px;
	margin: 0 !important;
	height: 100%;
	line-height: 1.4;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.case-study__arrow::before,
.case-study__arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
}
.case-study__arrow::before {
	left: 0;
	border-width: 20px 0 0 1em !important;
	border-color: transparent transparent transparent #fff;
}
.case-study__arrow::after {
	right: 0;
	border-width: 0 0 20px 1em !important;
	border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 1200px) {
	.contents-style section.case-study {
		padding: 0 60px 30px 0;
	}
	.case-study__text {
		width: 100%;
	}
	.case-study__image {
		justify-content: center;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.case-study__image {
		flex-direction: column;
	}
	.case-study-2 .case-study__image figure {
		width: 100%;
		margin: 0 0 20px;
	}
}

/* table-2-sponsor
----------------------------------------------------------- */
.table-2-sponsor {
	border-top: solid 1px #15b9f0;
	border-bottom: solid 1px #15b9f0;
}
.table-2-sponsor th ,
.table-2-sponsor td {
	padding: 0.5em 1em;
	text-align: center;
}
.table-2-sponsor td {
	text-align: right;
}
.table-2-sponsor thead th {
	border: none;
	border-bottom: solid 1px #15b9f0;
	background-color: #fff;
	color: #111;
	font-weight: bold;
}
.table-2-sponsor__operation--last-child td,
tr.table-2-sponsor__development:last-child td {
	border-bottom: solid 1px #15b9f0 !important;
}

/* table-2-sponsor__status */
.table-2-sponsor .table-2-sponsor__status {
	width: 15%;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #15b9f0 !important;
}
.table-2-sponsor__operation .table-2-sponsor__status {
	color: #fff;
	background-color: #16b9f0;
}
.table-2-sponsor__development .table-2-sponsor__status {
	color: #111;
	background-color: #cfdb02;
}
/* table-2-sponsor__no */
.table-2-sponsor .table-2-sponsor__no {
	width: 5%;
	text-align: center;
}
.table-2-sponsor__operation .table-2-sponsor__no {
	background-color: #e1f3fc;
}
.table-2-sponsor__development .table-2-sponsor__no {
	background-color: #f2f5c6;
}
/* table-2-sponsor__address */
.table-2-sponsor .table-2-sponsor__address {
	text-align: left;
}
/* table-2-sponsor__date */
.table-2-sponsor .table-2-sponsor__date {
	text-align: center;
}
.table-2-sponsor .table-2-sponsor__date span {
	display: inline-block;
	text-align: left;
}
/* table-2-sponsor__output */
.table-2-sponsor .table-2-sponsor__output {
	text-align: center;
}
.table-2-sponsor .table-2-sponsor__output span {
	display: inline-block;
	text-align: right;
	width: 4.5rem;
}
/* table-2-sponsor__price */
.table-2-sponsor .table-2-sponsor__price{
	text-align: center;
}
.table-2-sponsor .table-2-sponsor__price span {
	display: inline-block;
	text-align: right;
}


/* ===========================================================

	4-financial

=========================================================== */
/* section-4-financial
----------------------------------------------------------- */
section.section-4-financial {
	border-bottom: solid 2px #ddd;
	padding: 0 0 10px 50px;
	margin: 0 0 20px !important;
}
.section-4-financial h3 {
	color: #14136b;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    border: none;
    padding: 0;
    margin: 0 0 1.2em;
    line-height: 1.3;
    position: relative;
}
.section-4-financial h3 em {
	color: #fff;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.0rem;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: -50px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    background-color: #14136b;
    transform: translate(0, -15%);
}
.section-4-financial strong {
	color: #15b8ef !important;
}
@media screen and (max-width: 767px) {
	section.section-4-financial {
		padding: 0 0 10px;
	}
	.section-4-financial h3 {
		padding: 55px 0 0;
	}
	.section-4-financial h3 em {
		left: 50%;
		transform: translate(-50%, 0);
	}
}