@charset "utf-8";



#wrapper{
  background: linear-gradient(150deg, rgba(181,222,213,1) 0%, rgba(233,255,255,1) 62%, rgba(169,214,215,1) 92%, rgba(169,214,215,1) 100%);
}


#content{
  background-size: auto auto;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 50px, rgba(63, 151, 128, 0.2) 50px, rgba(63, 151, 128, 0.2) 51px);
}


#check_box_inner{
  background-color: #fff;
  width: 980px;
  margin: 74px auto 0;
  padding: 60px 50px;
  box-sizing: border-box;
}

.check_txt{
  position: relative;
  display: inline-block;
}

.check_img_01{
  position: absolute;
  right: -140px;
  bottom: -130px;
}

.check_txt p{
  font-size: 26px;
  font-weight: bold;
  color: #3fb38a;
  margin-top: 30px;
}

#check_box_inner h2{
  font-size: 19px;
  margin: 0 auto 25px;
  text-align: left;
  color: #3fb38a;
  font-weight: bold;
}

#check_box_inner ul{
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  margin: 0 auto 34px;
}

#check_box_inner ul li{
  text-align: left;
  letter-spacing: 0.05em;
  width: 42%;
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 0 55px;
}

#check_box_inner ul li:before{
  content: '';
  background: url(../images/check/check_icon_01_pc.png) no-repeat left top;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}


#check_box_inner ul:last-of-type li{
  width: 27%;
}


.check_comment_teacher{
  width: 750px;
  margin: 0 auto;
  display: flex;
  text-align: left;
  padding: 0 50px 0;
  box-sizing: border-box;
  color: #3fb38a;
  align-items: center;
}

.check_comment_teacher a{
  color: #3fb38a;
  text-decoration: underline;
}

.check_img_02{
  margin-right: 30px;
}

.check_comment_teacher_right p{
  line-height: 2;
}

.check_comment_teacher_right p:first-of-type{
  font-size: 22px;
  font-weight: bold;
}

.check_comment_teacher_right p:last-of-type{
  font-size: 17px;
}

.check_comment_teacher_right p:last-of-type span{
  font-size: 12px;
}

.check_btn_01{
  margin: 130px auto 0;
}



@media screen and (max-width:768px) {
  #content {
      background-size: auto auto;
      background-image: repeating-linear-gradient(0deg, transparent, transparent 31px, rgba(63, 151, 128, 0.2) 31px, rgba(63, 151, 128, 0.2) 32px);
  }

  #check_box_inner {
      background-color: #fff;
      width: 89.334%;
      margin: 3% auto 0;
      padding: 8% 3.87%;
      box-sizing: border-box;
  }

  #check_box_inner h2,#check_box_inner ul{
    width: 94.776%;
  }

  #check_box_inner ul {
    margin: 0 auto 6%;
  }

  #check_box_inner ul li {
    padding-left: 35px;
    width: 100%;
    margin: 0 0 7%;
    font-size: 14px;
  }

  #check_box_inner ul li:before {
    background: url(../images/check/check_icon_01_pc.png) no-repeat left top/100% auto;
    width: 22px;
    height: 22px;
  }

  #check_box_inner ul:last-of-type li {
      width: 100%;
  }

  .check_ttl_01{
    width: 69.6%;
    margin: 0 auto;
  }

  .check_txt p {
      font-size: 17px;
      margin-top: 12%;
      line-height: 1.9;
  }

  .check_txt {
      display: block;
      width: 89%;
      text-align: left;
      margin: 0 auto;
      padding: 0 0 0 10%;
      box-sizing: border-box;
  }

  .check_img_01 {
      position: absolute;
      right: 0;
      bottom: -75%;
      width: 34.159%;
  }

  #check_box_inner h2 {
    font-size: 12px;
    margin: 0 auto 5%;
    text-align: left;
    color: #3fb38a;
    font-weight: bold;
  }

  .check_comment_teacher {
      width: 100%;
      padding: 0 3% 0 5%;
      box-sizing: border-box;
  }
  .check_comment_teacher_right p:first-of-type {
      font-size: 13px;
      font-weight: bold;
  }
  .check_comment_teacher_right p:last-of-type {
      font-size: 12px;
  }
  .check_comment_teacher_right p:last-of-type span {
      font-size: 11px;
  }
  .check_img_02 {
      margin-right: 5%;
      width: 34.1%;
  }

  .check_btn_01 {
      margin: 18% auto 0;
      width: 48%;
  }


}
