@charset "UTF-8";



.p-archive-title {
  display: none;
}



#okapro {
  width: 100%;
  max-width: 1000px;
  margin: 1.0rem auto 10.0rem;
}

#okapro .backyellow {
  background: #ffe08e;
  padding-bottom: 1px;
}

#okapro .title {
  background: #fff;
  position: relative;
}

#okapro .title h2 {
  display: block;
  width: 10%;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 40%;
  margin: auto;
  z-index: 10;
}

#okapro .title h2 img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#okapro .title h3 {
  position: absolute;
  width: 40%;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

#okapro .title h3 img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 245px;
}


#okapro .c-jumbotron-slider-list {
  border-radius: 0;
}

#okapro .c-jumbotron {
  padding-top: 0;
  padding-bottom: 0;
}

#okapro .container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

#okapro .c-jumbotron-slider-list__item:before {
  content: "";
  display: block;
  padding-top: 76%;
}

@media screen and (max-width:767px) {
  #okapro .c-jumbotron-slider-list__item:before {
    padding-top: 125%;
  }
}

#okapro .c-jumbotron-slider-list .owl-dot span {
  display: none;
}

#okapro .backyellow .subtitle h4 {
  font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
  width: 80%;
  margin: -3.0rem auto 0;
  position: relative;
  z-index: 10;
  padding: 1.5rem 0;
}

@media screen and (max-width:767px) {
  #okapro .backyellow .subtitle h4 strong {
    display: block;
  }
}

#okapro .backyellow .subtitle p {
  margin: 5.0rem auto 0;
  width: 80%;
  font-size: 2.0rem;
  line-height: 1.5;
}

#okapro .backyellow .subtitle img {
  margin: 5.0rem auto 0;
  display: block;
  max-width: 732px;
  width: 90%;
  height: 100%;
}

#okapro .backyellow .quality {
  margin: 20.0rem 5% 5%;
  background: #ffeccc;
  padding: 1px;
}

#okapro .backyellow .quality h3 {
  margin-top: -10%;
}

#okapro .backyellow .quality h3 img {
  width: 19%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

#okapro .backyellow .quality h2 {
  margin: 5.0rem auto 0;
  text-align: center;
}

#okapro .backyellow .quality h2 strong {
  display: inline-block;
  font-size: 3.5rem;
  border-bottom: solid 2px #3c3c3c;
}

#okapro .backyellow .quality .point01 {
  margin-top: 2.0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#okapro .backyellow .quality .point02 {
  margin-top: 2.0rem;
  width: 45%;
}

@media screen and (max-width:767px) {
  #okapro .backyellow .quality .point02 {
    width: 90%;
  }
}

#okapro .backyellow .quality .point02 h4 {
  display: inline-block;
  background: #b92f59;
  color: #fff;
  font-size: 2.0rem;
  padding: 0.1rem 0.5rem;
}

#okapro .backyellow .quality .point02 p {
  font-size: 1.8rem;
  margin-top: 2.0rem;
}

#okapro .backyellow .quality dl {
  width: 90%;
  margin: 2.0rem auto;
  padding: 1px;
}

#okapro .backyellow .quality dt {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 2.0rem;
}

#okapro .backyellow .quality dd {
  font-size: 1.6rem;
  margin-top: 1.0rem;
}

#okapro > h2 {
  margin-top: 15.0rem;
  font-size: 4.0rem;
  text-align: center;
}

#okapro .item {
  margin-top: 2.0rem;
  padding: 1px;
}

#okapro .item > a {
  display: block;
  color: #00862e;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  border: solid 2px #00862e;
  line-height: 4.0rem;
  width: 15.0rem;
  text-align: center;
  border-radius: 2.0rem;
  margin: 0 auto;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#okapro .item > a:hover {
  background: #00862e;
  color: #fff;
}

#okapro .item .item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#okapro .item .item_list .item01 {
  width: 32%;
  margin-top: 5.0rem;
}

@media screen and (max-width:767px) {
  #okapro .item .item_list .item01 {
    width: 90%;
    margin-top: 5.0rem;
  }
}


#okapro .item .item_list .item01 h3 {
  margin-top: 2.0rem;
  font-size: 2.0rem;
  text-align: center;
}

#okapro .item .item_list .item01 p {
  margin: 1.0rem 5%;
  text-align: center;
  font-size: 1.6rem;
}

#okapro .item .item_list .item01 a {
  display: block;
  font-weight: 900;
  width: 90%;
  text-align: center;
  margin: 1.0rem auto 0;
  font-size: 1.6rem;
  border: solid 2px #3c3c3c;
  line-height: 3.0rem;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#okapro .item .item_list .item01 a:hover {
  color: #fff;
  background: #3c3c3c;
}

#okapro .order > p {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2.0rem;
}

#okapro .order .order_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#okapro .order .order_list .order01 {
  width: 32%;
  margin-top: 2.0rem;
  background: #eff1db;
  border-radius: 10px;
  padding: 1px;
}

#okapro .order .order_list .order01 img {
  display: block;
  margin: 2.0rem auto 0;
  max-width: 70px;
  width: 80%;
}

#okapro .order .order_list .order01 p {
  font-size: 1.2rem;
  text-align: center;
  margin: 1.0rem 0;
}

#okapro .order .order_list .order01 a {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  color: #00862e;
  text-align: center;
  margin: 1.0rem 0 2.0rem;
  position: relative;
}

#okapro .order .order_list .order01 a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #00862e;
  position: absolute;
  bottom: 0;
  left: 10%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#okapro .order .order_list .order01 a:hover:before {
  width: 80%;
}

@media screen and (max-width:767px) {
  #okapro .order .order_list .order01 {
    width: 90%;
  }
}

#okapro .item2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item2 a {
  width: 32%;
  display: flex;
  color: #333;
  margin-top: 4.0rem;
  flex-direction: column;
  transition: all .2s ease;
}
.item2 .dummy {
  width: 32%;
}
.item2 a h3 {
  margin: 1.0rem 0 0;
  text-align: center;
  color: #333;
  font-size: 2.0rem;
}
.item2 a p {
  margin: 1.0rem 0.1rem 2.0rem;
  font-size: 1.6rem;
}
.item2 a span {
  display: block;
  margin-top: auto;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  border: solid 1px;
  border-radius: 11px;
  padding: 0.8rem 0;
  line-height: 1.0;
}
.item2 a:hover{
  opacity: 0.7;
}
.item2 a:hover span {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width:767px) {
  .item2 a {
    width: 49%;
  }
  .item2 .dummy {
    width: 49%;
  }
  }
