@charset "UTF-8";
.mb-70{margin-bottom: 70px;}
.mt-70{margin-top: 70px;}
.mb-40{margin-bottom: 40px;}
.mt-40{margin-top: 40px;}
.bg-pink{background-color: #f284c3; margin: 0 20px 0 0;height: 40px;}
.bg-gr{background-color: #8fc31f;margin: 0 0 0 0;height: 40px;}
.bg-pink a,
.bg-gr a{color: #fff;}
.bg-pink p,
.bg-gr p{
    padding: 0;
    margin: 0;
    line-height: 2.4;
    }
    
 h3{  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #f284c3;
  margin-bottom: 30px;
  }
   h3 span{border-bottom: solid 3px #f284c3;display: inline-block;
    padding-bottom: 9px;}
   h4{  
	   font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #f284c3;
  margin-bottom: 20px;}
  h4.f{  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #f284c3;}
  h5{margin-bottom: 30px;
	    font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  }
  p{  font-size: 18px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: -0.54px;
  text-align: left;
  color: #000000;}
  .col_p{ font-weight: bold;
  color: #f284c3;
      margin-bottom: 10px;}
      .w-55{max-width: 550px;margin-right: 20px;    line-height: 1.83;}
      .w-42{max-width: 420px;}
      .w851{max-width: 851px;}
  .img-03{max-width: 600px;margin-bottom: 40px;}
@media only screen and (max-width: 768px) {
	
	      .w-55{max-width: 100%;margin-right: 0;    line-height: 1.83;}
      .w-42{max-width: 100%;}
      .w851{max-width: 100%;}
        .img-03{max-width: 100%;margin-bottom: 40px;}
        .bg-pink{background-color: #f284c3; margin: 0 20px 20px 0;max-width: 100%;height: auto;}
        .bg-pink >p{line-height: 2;}
.bg-gr{background-color: #8fc31f;margin: 0 0 20px 0;max-width: 100%;height: 40px;}
}