@charset "UTF-8";
#cp202602 .info_af {
  text-align: center;
  padding: 60px 0;
  font-weight: bold;
  color: #333333;
}
#cp202602 .info_af .info_af_text1 {
  font-size: 28px;
  line-height: 1.3;
}
#cp202602 .info_af .info_af_text2 {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 6px;
}
#cp202602 .info_af .contact {
  border-radius: 26px;
  border: solid 4px #dbb665;
  max-width: 700px;
  margin: 60px auto 0;
  line-height: 1.5;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
#cp202602 .info_af .contact_inner {
  border-radius: 26px;
  position: relative;
  padding: 30px;
}
#cp202602 .info_af .contact h2 {
  margin-bottom: 20px;
}
#cp202602 .info_af .contact dt {
  font-weight: 700;
}
#cp202602 .info_af .contact .note {
  font-size: 13px;
  text-align: left;
  margin-top: 20px;
}
#cp202602 .info_af .contact .text {
  font-size: 16px;
  font-weight: 700;
}
#cp202602 .info_af .contact .mail {
  margin: 8px 0;
}
#cp202602 .info_af .ribbon {
  display: inline-block;
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 30px;
  font-size: 26px;
  background: #dbb665;
  color: #ffffff;
  box-sizing: border-box;
  width: 80%;
}
#cp202602 .info_af .ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#cp202602 .info_af .ribbon:before {
  top: 0;
  left: 0;
  border-width: 23px 0px 23px 18px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
}
#cp202602 .info_af .ribbon:after {
  top: 0;
  right: 0;
  border-width: 23px 18px 23px 0px;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 640px) {
  #cp202602 .info_af {
    padding: 9.375% 3.125%;
  }
  #cp202602 .info_af .info_af_text1 {
    font-size: 4.375vw;
  }
  #cp202602 .info_af .info_af_text2 {
    font-size: 3.75vw;
    margin-top: 0.9375vw;
  }
  #cp202602 .info_af .contact {
    border-radius: 16px;
    margin: 9.375% auto 0;
    padding: 4.6875% 3.125%;
    font-size: 3.75vw;
  }
  #cp202602 .info_af .contact {
    border-radius: 20px;
    padding: 2px;
    line-height: 1.3;
  }
  #cp202602 .info_af .contact_inner {
    border-radius: 20px;
    padding: 6.125% 3.125%;
  }
  #cp202602 .info_af .contact h2 {
    margin-bottom: 3.90625%;
  }
  #cp202602 .info_af .contact dt {
    font-size: 3.2vw;
  }
  #cp202602 .info_af .contact .text {
    font-size: 3.2vw;
  }
  #cp202602 .info_af .contact .note {
    font-size: 2.9333333vw;
    margin-top: 5.333vw;
  }
  #cp202602 .info_af .contact .mail {
    margin: 3.33vw auto 2vw;
    width: 80%;
  }
  #cp202602 .info_af .ribbon {
    height: 40px;
    line-height: 40px;
    font-size: 5vw;
    width: 90%;
  }
  #cp202602 .info_af .ribbon:before {
    border-width: 20px 0px 20px 15px;
  }
  #cp202602 .info_af .ribbon:after {
    border-width: 20px 15px 20px 0px;
  }
}