main > *:not(.header) {
  padding: 0 20px;
}
main .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
main .hr {
  width: 50px;
  height: 4px;
  background-color: #0E22AA;
  border: none;
  margin: 5px auto 30px;
}
main .header {
  height: 180px;
  background: radial-gradient(100% 32% at bottom, transparent 50%, #D0E7F9 51%);
  margin-bottom: 20px;
}
main .header .h-title,
main .header .h-sub-title {
  text-align: center;
  font-weight: bold;
}
main .header .h-title {
  font-size: 25px;
  padding: 28px 20px 0;
}
main .header .h-sub-title {
  font-size: 18px;
}
main .check_item .content p {
  font-size: 14px;
}
main .check_item .remind {
  margin: 20px 0;
}
main .check_item .remind p {
  font-size: 18px;
  margin: 15px 0;
  text-align: center;
}
main .check_item .remind p span {
  font-weight: bold;
  font-size: 18px;
}
main .check_item .check_btn_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
main .check_item .check_btn_box .check_ok_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .check_item .check_btn_box a, main .check_item .check_btn_box button {
  display: block;
  position: relative;
  width: 240px;
  border: #0E22AA 3px solid;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 0px;
  text-decoration: none;
}
main .check_item .check_btn_box a span:first-child, main .check_item .check_btn_box button span:first-child {
  font-size: 25px;
}
main .check_item .check_btn_box a span:last-child, main .check_item .check_btn_box button span:last-child {
  font-size: 14px;
}
main .check_item .check_btn_box a::before, main .check_item .check_btn_box button::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
}
main .check_item .check_btn_box a#check_ok, main .check_item .check_btn_box button#check_ok {
  background: #0E22AA;
  color: #FFFFFF;
}
main .check_item .check_btn_box a#check_ok::before, main .check_item .check_btn_box button#check_ok::before {
  border-color: transparent transparent transparent #FFFFFF;
}
main .check_item .check_btn_box a#check_ng, main .check_item .check_btn_box button#check_ng {
  background: #FFFFFF;
  color: #0E22AA;
}
main .check_item .check_btn_box a#check_ng::before, main .check_item .check_btn_box button#check_ng::before {
  border-color: transparent transparent transparent #0E22AA;
}/*# sourceMappingURL=check.css.map */