@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.fv {
	width: 100%;
	height: 240px;
	background-image: url(../img/fv_5.png);
	background-size: cover;
	background-position: center;
}

.fv .section_inner {
	width: 100%;
	height: 100%;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-size: 2rem;
}

.fv_text * {
	display: block;
	margin: 0 auto;
	line-height: 1;
}

.fv_text span {
	font-size: 2rem;
}

.fv_text span:nth-of-type(1) {
	width: fit-content;
	font-size: 0.8em;
	color: #04B111;
}

.fv_text span:nth-of-type(2) {
	width: fit-content;
	margin-top: 0.25em;
	font-size: 1em;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1440px) {
	.fv_text {
		font-size: 2.8rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section {
	padding: 20% 0;
}

@media screen and (min-width: 768px) {
	.section {
		padding: 10% 0;
	}
}

@media screen and (min-width: 1440px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {
	background-color: #E3E3E3;
}

.section_1 .section_content {
	width: 90%;
	margin: 0 auto;
}

.section_1 .heading span:nth-of-type(2) {
	color: #272727;
}

.section_1 table {
	width: 90%;
	margin: 24px auto 0;
}

.section_1 table th,
.section_1 table td {
    display: block;
    padding: 0.5em 1em;
    border: 0;
    vertical-align: middle;
}

.section_1 table th {
    background-color: #00D910;
}

.section_1 table td {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .section_content {
		max-width: 1280px;
	}

	.section_1 table {
		width: 80%;
		border-collapse: separate;
        border-spacing: 0 24px;
	}

	.section_1 table th,
	.section_1 table td {
		display: table-cell;
	}

	.section_1 table th {
		width: 30%;
	}

	.section_1 table td {
		position: relative;
		width: 70%;
	}

	.section_1 table td::before {
		content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
		width: 0;
		height: 0;
		border-style: solid;
        border-top: 1.25em solid transparent;
        border-bottom: 1.25em solid transparent;
        border-left: 0.625em solid #00D910;
		border-right: 0;
	}
}

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1440px) {
	.section_1 table {
		width: 70%;
		border-collapse: separate;
        border-spacing: 0 36px;
	}

	.section_1 table th,
	.section_1 table td {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	
}
