@charset "UTF-8";
#cp202510 .info_af {
  text-align: center;
  padding: 60px 0;
  background-color: #00a63c;
  font-weight: bold;
}
#cp202510 .info_af .info_af_text1 {
  font-size: 28px;
  line-height: 1.3;
}
#cp202510 .info_af .info_af_text2 {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 6px;
}
#cp202510 .info_af .contact {
  background: #FFF000;
  background: linear-gradient(90deg, rgba(255, 240, 0, 1) 0%, rgba(247, 182, 0, 1) 69%, rgba(245, 167, 0, 1) 100%);
  border-radius: 26px;
  max-width: 700px;
  margin: 60px auto 0;
  line-height: 1.5;
  padding: 4px;
  font-size: 16px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  font-weight: normal;
}
#cp202510 .info_af .contact_inner {
  background: #e71c20;
  border-radius: 26px;
  position: relative;
  padding: 30px;
}
#cp202510 .info_af .contact h2 {
  margin-bottom: 20px;
}
#cp202510 .info_af .contact .note {
  font-size: 14px;
}
#cp202510 .info_af .contact .tel {
  font-size: 36px;
}
#cp202510 .info_af .contact .mail {
  margin-bottom: 15px;
}
#cp202510 .info_af .ribbon {
  display: inline-block;
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 30px;
  font-size: 26px;
  background: #ffffff;
  color: #e71c20;
  box-sizing: border-box;
  width: 80%;
}
#cp202510 .info_af .ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#cp202510 .info_af .ribbon:before {
  top: 0;
  left: 0;
  border-width: 23px 0px 23px 18px;
  border-color: transparent transparent transparent #e71c20;
  border-style: solid;
}
#cp202510 .info_af .ribbon:after {
  top: 0;
  right: 0;
  border-width: 23px 18px 23px 0px;
  border-color: transparent #e71c20 transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 640px) {
  #cp202510 .info_af {
    padding: 9.375% 3.125%;
  }
  #cp202510 .info_af .info_af_text1 {
    font-size: 4.375vw;
  }
  #cp202510 .info_af .info_af_text2 {
    font-size: 3.75vw;
    margin-top: 0.9375vw;
  }
  #cp202510 .info_af .contact {
    border-radius: 16px;
    margin: 9.375% auto 0;
    padding: 4.6875% 3.125%;
    font-size: 3.75vw;
  }
  #cp202510 .info_af .contact {
    border-radius: 20px;
    padding: 2px;
    font-size: 14px;
    line-height: 1.3;
  }
  #cp202510 .info_af .contact_inner {
    border-radius: 20px;
    padding: 6.125% 3.125%;
  }
  #cp202510 .info_af .contact h2 {
    margin-bottom: 3.90625%;
  }
  #cp202510 .info_af .contact .note {
    font-size: 3.125vw;
  }
  #cp202510 .info_af .contact .tel {
    font-size: 5.625vw;
    margin: 3.125% 0 0;
  }
  #cp202510 .info_af .contact .mail {
    margin-bottom: 4.6%;
  }
  #cp202510 .info_af .ribbon {
    height: 40px;
    line-height: 40px;
    font-size: 5vw;
    width: 90%;
  }
  #cp202510 .info_af .ribbon:before {
    border-width: 20px 0px 20px 15px;
  }
  #cp202510 .info_af .ribbon:after {
    border-width: 20px 15px 20px 0px;
  }
}