@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff6e3;
}

/*==========================================================
												header
==========================================================*/

/* ============== header ============== */

/* ============== report_box_1 ============== */
.talikng {
	padding-top: 60px;
}
.talikng h3,h4{
	    text-align: center;
}
.talikng h3 {
	margin-bottom: 15px;
}
.talikng h4 {
	margin-bottom: 30px;
}
.gallery {
	margin-bottom: 40px;
}


.talking_box {
	margin-bottom: 40px;
}
.talking_box li p{
	line-height: 2;
	font-size: 20px;
}
.talking_box li p span.color-01{
	color: #cb5412;
}
.talking_box li p span.color-02{
	color: #88b9b5;
}

.finish {}
.finish_tit {
	margin-bottom: 20px;
}
.finish_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.finish_list p {
	font-size: 16px;
}
.finish_list li:first-child {
	width: 25%;
}
.finish_list li:nth-child(2) {
	width: 36.25%;
}
.finish_list li:last-child {
	width: 35%;
}

