
/* swiper slider */
.swiper-container {
    width: 100%;
    height: 600px; transition: height 0.2s ease-in-out;
}
@media all and (max-width:960px){
	.swiper-container {
	    height: 400px;
	}
}
@media all and (max-width:480px){
	.swiper-container {
	    height: 300px;
	}
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.main_img{ width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; padding: 150px 0 220px; transition: all 0.2s ease-in-out; }
.main_img p{ width: auto; color: rgb(255,255,255); }
.main_img p:nth-of-type(1){ margin-bottom: 40px; font-size: 24px; border-bottom: 1px solid rgb(255,255,255); }
.main_img p:nth-of-type(2){ display: flex; flex-flow: row wrap; justify-content: center; }
.main_img p:nth-of-type(2) span{ margin: 0 5px; }
.main_img p:nth-of-type(2), .main_img p:nth-of-type(3){ width: 100%; text-align: center; font-size: 50px; font-weight: bold; }


.main_content_area01{ width: 100%; height: auto; max-width: 1200px; padding: 80px 20px; margin: auto; }
.main_content_area01>h4{ font-size: 30px; color: rgb(51,51,51); text-align: center; }
.main_content_area01>h6{ font-size: 16px; color: rgb(153,153,153); text-align: center; }
.main_content_area01>ul{ width: 100%; height: auto; margin-top: 30px; display: flex; flex-flow: row nowrap; justify-content: space-around; align-items: center; }
.main_content_area01>ul>li{ width: 30%; display: flex; flex-flow: row wrap; justify-content: center; }
.main_content_area01>ul img{ width: 100%; max-width: 350px; height: auto; border-top: 5px solid rgb(0,112,178); }
.main_content_area01>ul p{ width: 100%; height: auto; text-align: center; color: rgb(51,51,51); margin-top: 10px; font-size: 20px; font-weight: bold; }

.main_content_area02{ width: 100%; height: auto; padding: 80px 20px 0; margin: auto; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.main_content_area02>h4{ font-size: 30px; color: rgb(51,51,51); text-align: center; }
.main_content_area02>h6{ font-size: 16px; color: rgb(255,255,255); text-align: center; }
.main_content_area02>ul{ width: 100%; height: auto; max-width: 1200px; margin: 30px auto 0; display: flex; flex-flow: row nowrap; justify-content: space-around; align-items: center; position: relative; top: 50px; }
.main_content_area02>ul>li{ width: 48%; height: 300px; max-width: 450px; background-position: center; background-repeat: no-repeat; background-size: cover; color: rgb(255,255,255); display: flex; flex-flow: row wrap; justify-content: center; align-items: center; padding: 40px; }
.main_content_area02>ul>li>h2{ font-size: 26px; }
.main_content_area02>ul>li>h5{ width: 100%; font-size: 14px; line-height: 24px; text-align: center; }
.main_content_area02>ul>li>p{ width: auto; font-size: 16px; border: 1px solid rgb(255,255,255); padding: 10px 20px; cursor: pointer; }
.main_content_area02>ul>li>p>i{ margin-left: 5px; font-size: 14px;}


.main_content_area03{ width: 100%; height: auto; max-width: 1200px; padding: 80px 20px; margin: auto; }
.main_content_area03>ul{ width: 100%; height: auto; margin-top: 30px; display: flex; flex-flow: row nowrap; justify-content: space-around; align-items: center; }
.main_content_area03>ul>li{ width: auto; max-width: 200px; height: auto; margin-top: 30px; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; cursor: pointer; }
.main_content_area03>ul>li>img{ width: 100%; max-width: 90px; height: auto; }
.main_content_area03>ul>li>h4{ width: 100%; font-size: 20px; font-weight: bold; margin: 20px 0 10px; text-align: center; }
.main_content_area03>ul>li>p{ color: rgb(153,153,153); font-size: 16px; text-align: center; }



@media all and (max-width:960px){

	.main_img{ padding: 100px 0 170px; }
	.main_img p:nth-of-type(1){ margin-bottom: 20px; font-size: 18px; }
	.main_img p:nth-of-type(2), .main_img p:nth-of-type(3){ font-size: 24px; }


	.main_content_area01{ padding: 40px 20px; }
	.main_content_area01>ul{ flex-flow: row wrap; }
	.main_content_area01>ul>li{ width: 100%; margin-bottom: 20px; }
	.main_content_area01>ul img{ width: 100%; max-width: 350px; height: auto; border-top: 5px solid rgb(0,112,178); }
	.main_content_area01>ul p{ width: 100%; height: auto; text-align: center; color: rgb(51,51,51); margin-top: 10px; font-size: 20px; font-weight: bold; }


	.main_content_area02{ padding: 80px 0 0; }
	.main_content_area02>ul{ flex-flow: row wrap; }
	.main_content_area02>ul>li{ width: 100%; height: 280px; }
	.main_content_area02>ul>li{ margin-bottom: 20px; }

	.main_content_area03>ul>li>p{ font-size: 12px; }
}


@media (max-width:480px){

	.main_img{ padding: 80px 0 100px; }
	.main_img p:nth-of-type(1){ margin-bottom: 10px; font-size: 14px; }
	.main_img p:nth-of-type(2), .main_img p:nth-of-type(3){ font-size: 20px; }


	.main_content_area01>h4{ font-size: 24px; }
	.main_content_area01>h6{ font-size: 14px; }
	.main_content_area01>ul p{ font-size: 16px; }


	.main_content_area02{ padding-top: 40px; }
	.main_content_area02>h4{ font-size: 24px; }
	.main_content_area02>h6{ font-size: 14px; }
	.main_content_area02>ul{ margin-top: 0; }
	.main_content_area02>ul p{ font-size: 16px; }
	.main_content_area02>ul>li{ height: 240px; padding: 40px 0; }
	.main_content_area02>ul>li>h2{ font-size: 22px; }
	.main_content_area02>ul>li>h5{ font-size: 12px; }




	.main_content_area03{ padding: 40px 0; }
	.main_content_area03>ul>li{ width: 100%; }
	.main_content_area03>ul>li>h4{ font-size: 16px; }
	.main_content_area03>ul>li>p{ display: none; }
}
