/*mainimg*/
/*------------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	margin-bottom: 6.5vw;
}
#mainimg .reserve_box01 {
	position: absolute;
	bottom: 4vw;
	left: 50%;
	transform: translateX(-50%);
}

/*news*/
/*------------------------------------------------------------------------------*/
#top_news .unit {
	max-width: 1140px;
	margin: 0 auto;
}
#top_news .box {
	display: flex;
	width: 48%;
	margin-bottom: 60px;
}
#top_news .img_box {
	width: 106px;
	margin-right: 20px;
}
#top_news .txt_box {
	flex: 1;
}
#top_news .date {
	margin-bottom: 5px;
	display: flex;
	line-height: 1;
}
#top_news .left {
	font-size: 22px;
	color: #a2a2a2;
}
#top_news .year {
	display: block;
	margin-bottom: 5px;
}
#top_news .day {
	font-size: 60px;
	color: #a2a2a2;
	margin: 0 10px;
}
#top_news .new {
	color: #fff;
	background: #ff4db2;
	padding: 0 10px;
	height: 21px;
	line-height: 21px;
	display: inline-block;
}
#top_news .txt {
	margin-bottom: 5px;
}

/*model*/
/*------------------------------------------------------------------------------*/
#top_model {
	background: #cef3ff;
	padding: 30px 0;
}
#top_model .left_box {
	width: 34%;
	display: flex;
	justify-content: center;
	flex-direction: column ;
}
#top_model .right_box {
	width: 62%;
}

/*campaign*/
/*------------------------------------------------------------------------------*/
#top_campaign .flex02 a {
	width: 31.4%;
	margin-right: 2.9%;
}
#top_campaign .flex02 a:nth-of-type(3n) {
	margin-right: 0;
}
#top_campaign .txt {
	margin-top: 15px;
	display: block;
}

/*strength*/
/*------------------------------------------------------------------------------*/
#top_strength .img_box {
	max-width: 80%;
}
#top_strength .txt_box {
	background: #cef3ff;
	margin: -300px 0 0 12.8%;
	padding: 50px 70px 110px 48%;
}
#top_strength .txt_box p {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 30px;
}

/*faq*/
/*------------------------------------------------------------------------------*/
.faq_box {
	max-width: 1100px;
	margin: 0 auto 50px;
}
.faq_box p {
	margin: 0;
}
.faq_box .question {
	background: #058edf;
	border-radius: 10px;
	color: #fff;
	position: relative;
	padding: 15px 20px 15px 85px;
	font-size: 20px;
}
.faq_box .question:before {
	position: absolute;
	content: 'Q';
	background: #cef3ff;
	left: 15px;
	top: -10px;
	font-size: 39px;
	width: 44px;
	height: 61px;
	color: #37bef5;
	border-radius: 0 0 10px 10px;
	font-weight: 700;
	text-align: center;
	line-height: 61px;
}
.faq_box .answer {
	font-size: 18px;
	position: relative;
	padding: 15px 20px 15px 85px;
}
.faq_box .answer:before {
	position: absolute;
	content: 'A';
	left: 15px;
	font-size: 39px;
	width: 44px;
	color: #ffb24d;
	font-weight: 700;
	text-align: center;
}

/*topics*/
/*------------------------------------------------------------------------------*/
#top_topics {
	position: relative;
	padding-top: 50px;
}
#top_topics:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 300px;
	left: 0;
	top: 0;
	background: #058edf;
}
#top_topics .flex02 {
	margin-bottom: 50px;
	z-index: 2;
	position: relative;}
#top_topics .flex02 a {
	width: 22%;
	margin-right: 4%;
}
#top_topics .flex02 a:nth-of-type(4n) {
	margin-right: 0;
}
#top_topics .txt {
	margin-top: 15px;
	display: block;
}


















