@charset "utf-8";
/* CSS Document */
#mailtop {
	padding-top: 50px;
}
#mailtop .flex-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#mailtop .flex-item {
	width: 340px;
}
#mailtop h1 {
	margin-bottom: 80px;
}
#mailtop h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 3;
	color: #533C32;
}
#mailtop div.icon {
	width: 100%;
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
	margin: 30px 0;
}
#mailtop .flex-item:nth-of-type(1) div.icon {
	background-image: url(../img/icon01.webp);
	background-size: 80px 48px;
}
#mailtop .flex-item:nth-of-type(2) div.icon {
	background-image: url(../img/icon02.webp);
	background-size: 70px 61px;
}
#mailtop .flex-item:nth-of-type(3) div.icon {
	background-image: url(../img/icon03.webp);
	background-size: 80px 80px;
}
#mailtop p {
	font-size: 16px;
	line-height: 2;
}
#mailtop .btn-apply {
    margin-top: 70px;
    text-align: center;
}
#mailtop .btn-apply a {
	display: inline-block;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
    color: #fff;
    background: #047e74;
    border-radius: 5px;
    padding: 15px 15px;
    width: 590px;
	margin-bottom: 100px;
}
#mailtop .btn-apply a i {
    margin-left: 185px;
    margin-right: 10px;
}
#mailtop .fa-chevron-right {
    font-size: 75%;
}
@media screen and (max-width:1100px) {
	#mailtop h1 { margin-bottom: 7.3%;}
	#mailtop .flex-item { width: 30.91%;}
	#mailtop div.icon { margin: 8.85% 0;}
	#mailtop h2 { font-size: 2vw;}
	#mailtop .btn-apply { margin-top: 6.4%;}
	#mailtop .btn-apply a { margin-bottom: 9.1%;}
	#mailtop .flex-item:nth-of-type(1) div.icon { background-size: 23.5%;}
	#mailtop .flex-item:nth-of-type(2) div.icon { background-size: 20.45%;}
	#mailtop .flex-item:nth-of-type(3) div.icon { background-size: 23.5%;}
}
@media screen and (max-width:900px) {
	#mailtop p { font-size: 1.78vw;}
	#mailtop .btn-apply a {
		width: 70.2%;
		font-size: 2.5vw;
		padding: 1.8% 1.8%;
	}
	#mailtop .btn-apply a i {
		margin-left: 36%;
		margin-right: 1.8%;
	}
}
@media screen and (max-width:700px) {
    section {
        padding-left: 0!important;
        padding-right: 0!important;
	}
	#mailtop {
		padding-top: 0;
	}
    #mailtop h1 {
        margin-bottom: 12%;
    }
	#mailtop .flex-box {
		display: block;
	}
	#mailtop .flex-box,
	#mailtop .btn-apply {
		padding-left: 4.7%!important;
		padding-right: 4.7%!important;
	}
	#mailtop .flex-item {
		width: 100%;
		margin-bottom: 11.8%;
	}
	#mailtop .flex-item:last-of-type {
        margin-bottom: 10.5%;
    }
	#mailtop h2 {
		font-size: 5.45vw;
		line-height: 3.2;
	}
	#mailtop div.icon {
        margin: 5.85% 0 4.55%;
    }
	#mailtop p { font-size: 4.4vw;}
	#mailtop .btn-apply a {
        width: 100%;
        font-size: 6.4vw;
		border-radius: 10px;
        letter-spacing: 2px;
		padding: 4.6% 1.8%;
        margin-bottom: 14.5%;
	}
	#mailtop .btn-apply a i {
        margin-left: 21.5%;
        margin-right: 3.8%;
	}
}