@charset "utf-8";

#sec01 .pink {
  font-weight: bold;
}

#sec01 h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

#sec01 ul li {
  border-bottom: 1px solid #cfcfcf;
}

#sec01 ul li:first-of-type {
  border-top: 1px solid #cfcfcf;
}

#sec01 h4 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

#sec01 .ttl {
  font-weight: bold;
}

/*↓↓↓写真・文章がそろったら削除↓↓↓*/
#sec01 ul li .flex {
  display: block !important;
}

#sec01 .flex .txt_box {
  margin: 0 !important;
}

#sec01 .flex .pic {
  display: none !important;
}

/*↑↑↑写真・文章がそろったら削除↑↑*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width:768px) {
  #sec01 .wrap_in {
    padding: 70px 130px;
  }

  #sec01 .secttl {
    margin-bottom: 30px;
  }

  #sec01 ul li {
    padding: 15px 18px;
    font-size: 1.4rem;
  }

  #sec01 .flex .txt_box {
    flex-basis: 61.5%;
    margin-right: 5.5%;
  }

  #sec01 .flex .pic {
    flex-basis: 33%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width:767px) {
  #sec01 {
    padding: 0 6% 30px;
  }

  #sec01 h3 {
    margin-bottom: 15px;
    font-size: 4.2vw;
  }

  #sec01 ul li {
    padding: 15px 3%;
  }

  #sec01 h4 {
    font-size: 4.2vw;
    margin-bottom: 10px;
    letter-spacing: -1px;
  }

  #sec01 .flex .pic {
    margin-top: 15px;
  }
}



/*追加*/
.page_nav {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 3%;
}

.page_nav li {
  max-width: 230px;
  width: 30%;
  margin: 0 1%;
}

.page_nav li a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 3em;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #494740;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ie .page_nav li a {
  padding-top: 7px;
}

.page_nav li.current a {
  color: #fff;
  background: #494740;
}

@media screen and (max-width:767px) {
  .page_nav {
    display: block;
    padding: 0 6% 3%;
  }

  .page_nav li {
    max-width: 100%;
    width: 100%;
    margin: 0 0 2%;
  }

  .page_nav li a {
    font-size: 1.4rem;
  }
}