@media only screen and (max-width:768px) {

/*news*/
/*------------------------------------------------------------------------------*/
#top_news .box {
	width: 100%;
	margin-bottom: 40px;
}
#top_news .left {
	font-size: 20px;
}
#top_news .year {
	margin-bottom: 5px;
}
#top_news .day {
	font-size: 40px;
	margin: 0 10px;
}
#top_news .new {
	font-size: 12px;
	padding: 0 8px;
	height: 19px;
	line-height: 19px;
}

/*model*/
/*------------------------------------------------------------------------------*/
#top_model {
	padding: 50px 0;
}
#top_model .left_box {
	width: 100%;
	display: block;
}
#top_model .right_box {
	width: 100%;
}

/*campaign*/
/*------------------------------------------------------------------------------*/
#top_campaign .flex02 a {
	width: 100%;
	margin-bottom: 40px;
	margin-right: 0;
}
#top_campaign .flex02 a:last-child {
	margin-bottom: 0;
}

/*strength*/
/*------------------------------------------------------------------------------*/
#top_strength .img_box {
	max-width: 90%;
}
#top_strength .txt_box {
	margin: -10vw 0 0 10%;
	padding: 15vw 20px 40px 20px;
}
#top_strength .txt_box p {
	font-size: clamp(16px,4vw,20px);
	margin-bottom: 10px;
}

/*faq*/
/*------------------------------------------------------------------------------*/
.faq_box {
	margin-bottom: 30px;
}
.faq_box .question {
	padding: 15px 10px 15px 65px;
	font-size: 18px;
}
.faq_box .question:before {
	left: 10px;
}
.faq_box .answer {
	font-size: 16px;
	padding: 15px 10px 15px 65px;
}
.faq_box .answer:before {
	left: 10px;
}

/*topics*/
/*------------------------------------------------------------------------------*/
#top_topics .flex02 a {
	width: 48%;
	margin-bottom: 40px;
	margin-right: 2%;
}
#top_topics .flex02 a:nth-of-type(2n) {
	margin-right: 0!important;
}

#top_topics .flex02 {
	margin-bottom: 0;
}


/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/


@media only screen and (max-width:480px) {

/*news*/
/*------------------------------------------------------------------------------*/
#top_news .txt {
	font-size: 14px;
}


/*topics*/
/*------------------------------------------------------------------------------*/
#top_topics .flex02 a {
	width: 100%;
	margin-bottom: 40px;
	margin-right: 0!important;
}
#top_topics .flex02 {
	margin-bottom: 0;
}






/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/

