@charset "utf-8";


.mainview {
  margin-top: 70px;
}

.main-kasou {
  width: 100%;
  height: 400px;
  background-image: url(../img/jigyousya-main.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.main-kasou h1 {
  font-size: 60px;
  padding-top: 130px;
  font-weight: bold;
}

.main-kasou p {
  font-size: 40px
}


.onayami-border {
  width: 95%;
  max-width: 760px;
  border: solid 2px #1BB0EB;
  background: #fff;
  margin: 0 auto;
  padding: 20px 0;
}

.onayami-wrap {
  width: 90%;
  max-width: 700px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.check-box {
  width: 90%;
  max-width: 560px;
  font-size: 13px;
  line-height: 1.8;
  list-style-type: none;
}

.check {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold;
}

.check:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  top: .35em;
  left: 8px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #E84103;
  border-bottom: 2px solid #E84103;
}

.check:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #E84103;
  border-radius: 2px;
}


#jigyousya .point {
  display: table;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  padding: 5px 40px;
  background: #FF5E23;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  width: 90%;
  max-width: 558px;
}

.onayami-area {
  background: #E4F4FB;
  padding: 40px 0;
  margin-top: 50px;
}



.white-bg {
  max-width: 850px;
  margin: 0 auto;
  background-color: #fff;
padding: 1px 0 50px 0;
margin-top: 50px;
}



.jigyou-ttl {
  font-size: 35px;
  color: #fff;
  text-align: center;
   font-weight: bold;
   padding: 40px 0;
   position: relative;
   background: #FF9800;
 }
 
 .jigyou-ttl h2:after {
   content: "";
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -25px;
   border: 25px solid transparent;
   border-top: 25px solid #FF9800;
 }

 
.jigyou-tokucho-wrap {
  margin-top: 70px;
}


.jigyou-tokucho {
  width: 90%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
}

.tokucho-ttl-wrap {
  display: flex;
  align-items: center;
}

.num {
  width: 55px;
  height: 55px;
  margin: 0 ;
  font-size: 26px;
  background: #9281B4;
  text-align: center;
  margin-right: 1rem;
  line-height: 55px;
}

.jigyou-tokucho img {
  width: 270px;
  box-shadow: 10px 10px 0 #806AAE;
}


 .tokucho-text {

  max-width: 500px;
  margin-left: 2rem;
 }

 .tokucho-text h3 {
  width: 80%;
font-size: 30px;
color: #9281B4;
font-weight: bold;
}

.tokucho-text p {
  padding-left: 70px;
}


@media (max-width:768px) {
  .mainview-kasou {
margin-top: 150px;
  }



  }


@media (max-width:540px) {
  .check {
    font-size: 18px;
  }

  .check-box {
    padding-left: 0;
  }

  }
