@charset "UTF-8";

.miraigohan_flex_center {
	display: flex;
	justify-content: center;
	flex-direction: row;
	
}
.point_font {
	display: block;
	margin-top: 30px;
	font-size: 1.2em;
	font-weight: bold;
}

.bg-blue02 {
	padding: 5px;
	background: #0D6ACC;
	color: #FFFFFF;
}

  @media screen and (max-width: 767px) {
.point_font {
	margin-top: 40px;
	font-size: 97%;
}
     } 

  @media screen and (max-width: 500px) {
.point_font {
	margin-top: 40px;
	font-size: 97%;
}
.miraigohan_flex_center {
	display: flex;
	justify-content: center;
	flex-direction: column;
	
}
     } 