@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#area{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	background-image: url("../images/area_bg_01.png");
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.area_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 6rem 0 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.area_box{
	width: calc(100% - 8px - 8rem);
	height: auto;
	padding: 5rem 4rem;
	margin: 0 0 3rem 0;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: white;
	border: 4px #00a0e5 solid;
	border-radius: 1rem;
}
.area_headline{
	width: 100%;
	height: auto;
	position: absolute;
	top: -32px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.area_headline img{
	width: 617px;
	height: auto;
}
.area_ken{
	width: auto;
	min-width: 6em;
	height: auto;
	padding: 0 3rem 0 0;
}
.area_ken p{
	font-size: 1.75rem;
	font-weight: bold;
}
.area_tiiki{
	width: auto;
	height: auto;
	padding: 0 4rem;
	/*border-left: 4px #1d86b3 solid;*/
	text-align: left;
}
.area_tiiki p{
	font-size: 1.25rem;
}
	.area_footer{
		width: 566px;
		height: auto;
	}
	.area_footer img{
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#area{
	width: 100vw;
	height: auto;
	background-image: url("../images/area_bg_01.png");
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.area_wrap{
	width: calc(100% - 2rem);
	height: auto;
	padding: 6rem 1rem 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.area_box{
	width: calc(100% - 8px - 4rem);
	height: auto;
	padding: 3rem 2rem;
	margin: 0 0 3rem 0;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: white;
	border: 4px #00a0e5 solid;
	border-radius: 1rem;
}
.area_headline{
	width: 100%;
	height: auto;
	position: absolute;
	top: -4vw;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.area_headline img{
	width: 60vw;
	height: auto;
}
.area_ken{
	width: auto;
	min-width: 6em;
	height: auto;
	padding: 0 3rem 0 0;
}
.area_ken p{
	font-size: 1.75rem;
	font-weight: bold;
}
.area_tiiki{
	width: auto;
	height: auto;
	padding: 0 4rem;
	/*border-left: 4px #1d86b3 solid;*/
	text-align: left;
}
.area_tiiki p{
	font-size: 1.25rem;
}
	.area_footer{
		width: 60vw;
		height: auto;
	}
	.area_footer img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 750px){
#area{
	width: 100vw;
	height: auto;
	background-image: url("../images/area_bg_01.png");
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.area_wrap{
	width: calc(100% - 2rem);
	height: auto;
	padding: 2rem 1rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.area_box{
	width: calc(100% - 8px - 8vw);
	height: auto;
	padding: 2rem 4vw 1rem;
	margin: 0 0 2rem 0;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
	border: 4px #00a0e5 solid;
	border-radius: 1rem;
}
.area_headline{
	width: 100%;
	height: auto;
	position: absolute;
	top: -4vw;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.area_headline img{
	width: 80vw;
	height: auto;
}
.area_ken{
	width: auto;
	min-width: 6em;
	height: auto;
	padding: 0 0rem .5rem 0;
}
.area_ken p{
	font-size: 5vw;
	font-weight: bold;
}
.area_tiiki{
	width: auto;
	height: auto;
	padding: .5rem 0rem;
	/*border-top: 4px #1d86b3 solid;*/
	text-align: left;
}
.area_tiiki p{
	font-size: 3.5vw;
}
	.area_footer{
		width: 80vw;
		height: auto;
	}
	.area_footer img{
		width: 100%;
		height: auto;
	}
}