main > h1 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  background: url("../img/check.png") no-repeat 0 50% / contain;
  padding-left: 3.2rem;
  letter-spacing: -.1rem;
}
main img {
  width: 100%;
  border-radius: 2.5rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

main .content_wrap {
  margin-top: 3.2rem;
}
main .content_wrap p {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #555;
}
main .content_wrap .box {
  margin: 1.8rem 0;
}
main .content_wrap .box h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .7rem;
  position: relative;
  padding-left: 1.2rem;
}
main .content_wrap .box h3::before {
  content: "";
  width: .5rem;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f8a000;
  transform: translateY(-50%);
}
main .content_wrap .box:last-of-type {
  margin-bottom: 0;
}

/* check.php */
main .check_list_wrap ul {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
main .check_list_wrap ul li {
  display: flex;
  align-items: center;
}
main .check_list_wrap ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
main .check_list_wrap ul li .check_box {
  font-size: 0;
  padding-left: 1.5rem;
  padding-right: 1.2rem;
}
main .check_list_wrap ul li .check_box input[type="checkbox"] {
  display: none;
}
main .check_list_wrap ul li .check_box input[type="checkbox"]:checked + label {
  background: url("../img/check_on.png") no-repeat center / contain;
}
main .check_list_wrap ul li .check_box label {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/check_off.png") no-repeat center / contain;
}
main .check_list_wrap ul li p,
main .check_list_wrap ul li > label {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 1.3rem 1.5rem;
  border-left: 1px dashed #ddd;
  line-height: 1.5;
}
main .check_list_wrap .score_wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
main .check_list_wrap .score_wrap h3, 
main .check_list_wrap .score_wrap p {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem;
}
main .check_list_wrap .score_wrap h3 {
  border-right: 1px solid #ddd;
  background: #f9f9f9;
}

main .check_exp_wrap {
  margin-top: 2rem;
  background: #fcfbfa;
  border-radius: 1.5rem;
}
main .check_exp_wrap p {
  padding: 2.5rem 2.2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #666;
}
main .check_exp_wrap p b {
  color: #444;
  font-weight: 600;
  text-decoration: underline;
}