@charset "utf-8"; 

body {
    background-color: #f5f5f5;
    
}



#wrap {
	width: 100%;
    min-height:100dvh;
    height: calc(var(--vh, 1vh) * 100);
	margin: 0 auto;
}

#header-area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 8%;
	background-color: #fff;
	position: relative;

}

#header-area img {
	display: block;
	width: 25%;
	max-width: 75px;
}
#header-area p {
	display: block;
	width: 100%;
	border-bottom: 3px solid #2E3192;
	position: absolute;
	top: 7vh;

}

#contents-area {
	box-sizing: border-box;
	width: 100%;
	height: 75%;
	background-color: #2E3192;
	padding: 10px;



}
#subscription-area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 17%;
	background-color: #fff;
	position: relative;

}
#subscription-area a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	margin: 0 auto;
	border-radius: 30px;
	/*padding-top: 20px;*/
	height: 60px;
	background-color: #39CD4A;
	box-shadow: 2px 2px 5px rgba(128,128,128,0.5);  

}
#subscription-area img {
	width: 80%;
}
#subscription-area p {
	display: block;
	width: 100%;
	border-top: 3px solid #2E3192;
	position: absolute;
	top: 0.6vh;

}
.btn0 {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 98%;
	margin: 0 1% 0;
	height: 18%;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	float: left;
	box-shadow: 3px 3px 2px rgba(128,128,128,0.7);  

}
.btn0 div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 85%;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 7px ;


}
.btn0 img {
	
	width: 80%;
	margin: 0 auto;

}


.btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 48%;
	margin: 3.5% 1% 0;
	height: 17%;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	float: left;
	box-shadow: 3px 3px 1px rgba(128,128,128,0.7);  

}
.btn1 div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 85%;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 7px ;

}
.btn1 img {
	
	width: 50%;
	margin: 0 auto;

}
.blue2 img,
.black2 img,
.orange img {
	width: 65%!important;
}
.pink img {
	width: 70%!important;
}
.red {
	border: 1px solid #FF0000!important;

}
.blue {
	border: 1px solid #009FE8!important;
}
.green {
	border: 1px solid #00FF00!important;
}
.black {
	border: 1px solid #000!important;
}
.black2 {
	border: 1px solid #000!important;
}
.pink {
	border: 1px solid #f08080!important;
}
.orange {
	border: 1px solid #F15A24!important;
}

.blue2 {
	border: 1px solid #0068B6!important;
}


@media screen and (min-width:421px) {


	#wrap {
		width: 100%;
		max-width: 481px;
		margin: 0 auto;

	}
	.btn0 img {
	
		width: 60%;

	}
	.btn1 img {
	
		width: 40%;

	}
	.black img {
		width: 50%!important;
	}

}



