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

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

h3 {
  position: relative;
  padding: 5px 0 ;
  font-size: 4.5rem;
  font-weight: bold;
  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;
}


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


.bg_light-blue{
  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 0;
}

.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;
  margin-top: 10px;

}

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

.apri_copy .apri_copy_ttl {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}

.apri_copy .apri_copy_lead {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}


.apri_copy .apri_copy_text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.aplicontents-img img {
  max-width: none;
}


@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;
  }

  .apri_copy .apri_copy_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .apri_copy .apri_copy_lead {
    font-size: 10px;
  }

  .apri_copy .apri_copy_text {
    font-size: 10px;
  }

}
