@charset "utf-8";
/* CSS Document */

.mainvisual{
	background: #fef4e0;
	text-align: center;
}

h3 {
  position: relative;
  padding: 5px 0 ;
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 2.2;
  text-align: center;
  color: #144199;
  margin-bottom: 50px;
}


h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 80px);
  width: 160px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #144199;
}


.copy{
	margin: 0 auto;
}

.healthcheck_img01{
	margin: 30px auto;
	text-align: center;
}

.healthcheck_img02{
	margin: 30px auto;
	text-align: center;
	max-width: 803px;
}

.healthcheck_img03{
	margin: 10px auto;
	text-align: center;
	max-width: 504px;
}


.bg_yellow{
	padding: 1px 0;
}

.bg_blue{
	padding: 1px 0;
	background: #71a7d5;
	color: #fff;
	
	
}

.bg_blue h3{
	color: #fff;

}

.bg_blue h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 80px);
  width: 160px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #fff;
}



.apli_wrapper{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 50px auto;
}

.aplicontents{
width: 48%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;		
}

.download{
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;

}

.aplicaption{
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}


@media (max-width: 820px) {
	
h3 {
  position: relative;
  padding: 5px 0 5px;
  font-size: 2.2rem;
  font-weight: bold;
}	

	
	
.aplicontents{
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;		
}	
	
.aplicaption{
	font-size: 11px;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}	
	
	
	}
