@charset "utf-8";

#home-main {
	/* background: #C1B8A8; */
	margin-bottom: 40px;
}

.top-main {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.top-main .mvMovie {
	aspect-ratio: 16 / 9;
	width: 100%;
}
/*
.check-point section {
	margin-bottom: 8px;
}
.check-point section .check-point-title {
	color: #fff;
	background: #18499A;
	padding: 12px 20px;
	display: inline-block;
	font-size: 108%;
}
.check-point .check-point-detail {
	border: solid 1px #bbb;
	padding: 30px 20px 20px;
	margin-left: 40px;
	margin-top: -20px;
}
.check-point .check-point-detail p {
	margin-bottom: 0;
}
*/


.check-point section {
	border: solid 1px #ccc;
	background: #fff;
	margin-bottom: 7px;
}
.check-point section .check-point-title {
	padding: 12px 20px;
}
.check-point-detail {
	display: none;
}
.check-point-detail p {
	border-top: solid 1px #ccc;
	padding: 17px;
}
.check-point section .check-point-title {
	color: #18499A;
	font-size: 123.1%;
	cursor: pointer;
	background: url("../../../img/home/arrow-down.png") no-repeat 98% center;
}
.check-point section .check-point-title.active {
	background-image: url("../../../img/home/arrow-up.png");
}
.check-point section .check-point-title:hover {
	background-color: #edf3fb;
}
.check-point section p {
	margin-bottom: 0;
}



.check-point .txt-big {
	color: #333;
	margin-top: 20px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
