@charset "UTF-8";
#top_main_area{
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(to right, #1db5d3, #c2ede6);

}

.top_main{
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
	background-image: url("../images/top_main/top_message.png");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
.top_main_ttl{
	width: 50%;
	padding: 5vw 15%
}
.mainttl_e{
	font-size: 3rem;
	font-weight: 600;
	color: #dff1f2;
	line-height: 3.4rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.mainttl_j{
	font-size: 1.1rem;
	font-weight: 400;
	color: #fff;
	line-height: 2rem
}
.page_main{
	width: 100%;
	margin: 0;
	background-color: #fff;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
}
.page_main2{
	width: 100%;
	margin: 0;
	background-color: #E7F2F6;
	padding: 40px 0 80px;
}
.message_area{
	width: 70%;
	margin: 0 auto;
	max-width: 1120px;
}
.message_area h3{
	font-size: 3vw;
	color: rgba(17,36,89,1.00);
	font-weight: 600;
	line-height: 4rem;
}
.message_area h4{
	width: 60%;
	margin: 30px auto;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 23px;
	padding: 15px 0;
	text-align: center;
	background-color: rgba(38,74,136,1.00);
	border-radius: 8px;
}
.message_space{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.space_item_1{
	width: 62%;
}
.space_item_1 p{
	margin-bottom: 10px;
}
.space_item_2{
	width: 34%;
	text-align: center;
	margin-top: 20px;
}
.space_item_3{
	width: 49%;
	margin: 10px 0;
}
.space_item_2 span{
	font-size: 1.4rem;
	line-height: 1.2rem;
}
.message_st{
	width: 30%;
	margin: 40px auto;
}

@media screen and (max-width:900px){
#top_main_area{
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(to right, #1db5d3, #c2ede6);

}

.top_main{
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
	position: relative;
	background-image: url("../images/top_main/top_message.png");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
.top_main_ttl{
	width: 50%;
	padding: 5vw 10%
}
.mainttl_e{
	font-size: 3rem;
	font-weight: 600;
	color: #dff1f2;
	line-height: 3.4rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.mainttl_j{
	font-size: 1.1rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.4rem
}
.page_main{
	width: 100%;
	margin: 0;
	background-color: #fff;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
}
.page_main2{
	width: 100%;
	margin: 0;
	background-color: #E7F2F6;
	padding: 30px 0 60px;
}
.message_area{
	width: 80%;
	margin: 0 auto;
	max-width: 7220px;
}
.message_area h3{
	font-size: 30px;
	color: rgba(17,36,89,1.00);
	font-weight: 600;
}
.message_area h4{
	width: 60%;
	margin: 30px auto;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 23px;
	padding: 15px 0;
	text-align: center;
	background-color: rgba(38,74,136,1.00);
	border-radius: 8px;
}
.message_space{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.space_item_1{
	width: 62%;
}
.space_item_1 p{
	margin-bottom: 10px;
}
.space_item_2{
	width: 34%;
	text-align: center;
	margin-top: 20px;
}
.space_item_3{
	width: 49%;
	margin: 10px 0;
}
.space_item_2 span{
	font-size: 1.2rem;
}
.message_st{
	width: 30%;
	margin: 40px auto;
}
	
}
@media screen and (max-width:480px){

.top_main{
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
	position: relative;
	background-image: url("../images/top_main/top_message_s.png");
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
	text-align: center;
}
.top_main_ttl{
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 0 30vw;

}
.mainttl_e{
	font-size: 2.8rem;
	font-weight: 600;
	color: #dff1f2;
	line-height: 3.4rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.mainttl_j{
	font-size: 1.1rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.4rem;
}
.page_main{
	width: 100%;
	margin: 0;
	background-color: #fff;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
}
.page_main2{
	width: 100%;
	margin: 0;
	background-color: #E7F2F6;
	padding: 20px 0 80px;
}
.message_area{
	width: 90%;
	margin: 0 auto;
	max-width: 480px;
}
.message_area h3{
	font-size: 1.8rem;
	color: rgba(17,36,89,1.00);
	font-weight: 600;
	line-height: 2.2rem;
}
.message_area h4{
	width: 100%;
	margin: 20px auto;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 23px;
	padding: 10px 0;
	text-align: center;
	background-color: rgba(38,74,136,1.00);
	border-radius: 8px;
}
.message_space{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}
.space_item_1{
	width: 100%;
}
.space_item_1 p{
	margin-bottom: 10px;
}
.space_item_2{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.space_item_3{
	width: 90%;
	margin: 10px auto;
}
.space_item_2 span{
	font-size: 1.2rem;
}
.message_st{
	width: 60%;
	margin: 30px auto;
}

}