/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding: 0 40px 0 234px;
}
main section.s01 .wrapper {
  max-width: 1045px;
  margin: 0 auto;
}
main section.s01 .wrapper .pagemenu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .pagemenu li {
  width: 240px;
}
main section.s01 .wrapper .pagemenu li a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #003149;
  text-decoration: none;
  border-bottom: 1px solid #DEE4E7;
  padding-bottom: 15px;
}
main section.s01 .wrapper .pagemenu li a img {
  margin-left: 20px;
}
main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px;
  padding-top: 60px;
  margin-bottom: 90px;
  position: relative;
}
main section.s01 .wrapper h2 + .qabox {
  border-top: 1px solid #DEE4E7;
}
main section.s01 .wrapper .qabox {
  padding: 30px 0;
  position: relative;
  border-bottom: 1px solid #DEE4E7;
}
main section.s01 .wrapper .qabox.opened .btn {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
main section.s01 .wrapper .qabox .q {
  position: relative;
  padding: 0 120px 0 80px;
  min-height: 42px;
}
main section.s01 .wrapper .qabox .q h3 {
  font-size: 18px;
  line-height: 170%;
  font-weight: bold;
}
main section.s01 .wrapper .qabox .q .icon {
  width: 42px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .qabox .a {
  position: relative;
  padding: 0 120px 0 80px;
  min-height: 42px;
  margin-top: 35px;
}
main section.s01 .wrapper .qabox .a p {
  font-size: 15px;
  line-height: 170%;
}
main section.s01 .wrapper .qabox .a p + P {
  margin-top: 1em;
}
main section.s01 .wrapper .qabox .a ul {
  margin-top: 20px;
}
main section.s01 .wrapper .qabox .a ul li {
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
  font-size: 15px;
}
main section.s01 .wrapper .qabox .a ul li::before {
  width: 4px;
  height: 4px;
  background-color: #003149;
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
}
main section.s01 .wrapper .qabox .a .icon {
  width: 42px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .qabox .btn {
  display: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    max-width: 1045px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .pagemenu {
    display: block;
    max-width: 400px;
  }
  main section.s01 .wrapper .pagemenu li {
    width: auto;
    display: inline-block;
  }
  main section.s01 .wrapper .pagemenu li:nth-child(even) {
    margin-left: 20px;
  }
  main section.s01 .wrapper .pagemenu li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #003149;
    text-decoration: none;
    border-bottom: 1px solid #DEE4E7;
    padding: 15px 4px;
  }
  main section.s01 .wrapper .pagemenu li a img {
    width: 12px;
    margin-left: 20px;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    padding-top: 60px;
    margin-bottom: 25px;
    position: relative;
  }
  main section.s01 .wrapper h2 + .qabox {
    border-top: 1px solid #DEE4E7;
  }
  main section.s01 .wrapper .qabox {
    padding: 20px 0 10px;
    position: relative;
    border-bottom: 1px solid #DEE4E7;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s01 .wrapper .qabox.opened {
    padding-bottom: 20px;
  }
  main section.s01 .wrapper .qabox.opened .btn {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  main section.s01 .wrapper .qabox .q {
    position: relative;
    padding: 0 40px 10px 45px;
    min-height: 32px;
  }
  main section.s01 .wrapper .qabox .q h3 {
    font-size: 15px;
    line-height: 160%;
    font-weight: bold;
  }
  main section.s01 .wrapper .qabox .q .icon {
    width: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper .qabox .a {
    position: relative;
    padding: 0 40px 0px 45px;
    min-height: 0;
    margin-top: 10px;
    display: none;
  }
  main section.s01 .wrapper .qabox .a p {
    font-size: 14px;
    line-height: 160%;
    font-weight: bold;
  }
  main section.s01 .wrapper .qabox .a .icon {
    width: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper .qabox .a ul {
    margin-top: 15px;
  }
  main section.s01 .wrapper .qabox .a ul li {
    padding-left: 18px;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
  }
  main section.s01 .wrapper .qabox .a ul li::before {
    width: 4px;
    height: 4px;
    background-color: #003149;
    border-radius: 4px;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
  }
  main section.s01 .wrapper .qabox .btn {
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    line-height: 0;
  }
}