@charset "utf-8";
.bt_flex {
	display: flex;
	justify-content:space-between;
	align-items: stretch;
}
.bt_flex a {
	display: block;
	background-color: #A2C1E0;
	padding: 0.8em;
	color: rgba(255,255,255,1.00);
	line-height: 1.5;
	font-size: 0.8em;
	border-radius: 10px;
	width: 48%;
}
.font_min {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.logo_txt {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5;
}
.bt_flex p {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}





/* CSS Document */


@media only screen and (min-width: 481px) {	
}


@media only screen and (min-width: 768px) {	
}

@media only screen and (min-width: 900px) {	
}

@media only screen and (min-width: 1200px) {	
}

@media only screen and (min-width: 1400px) {	
}
