#page_headline {
  height: 506px;
  padding-top: 136px;
  background: #b4b8bc;
  position: relative;
  overflow: hidden;
}
#page_headline #page_headline_inner {
  width: 1000px;
  margin: 0 auto;
}
#page_headline #page_headline_inner h1 {
  display: block;
  padding-bottom: 52px;
}
#page_headline #page_headline_inner #cmd_page_headline_catchphrase {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  #page_headline {
    height: 90.8vw;
    padding-top: 18.1333333333vw;
  }
  #page_headline #page_headline_inner {
    width: auto;
  }
  #page_headline #page_headline_inner h1 {
    padding-left: 4vw;
    padding-bottom: 45.6vw;
  }
  #page_headline #page_headline_inner h1 img {
    width: auto !important;
    height: 13.3333333333vw !important;
  }
  #page_headline #page_headline_inner #cmd_page_headline_catchphrase {
    margin-top: 0;
    padding-left: 4vw;
  }
}
#main {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  #main {
    margin-top: 7.7333333333vw;
  }
}
#function_edit_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#function_edit_list .separator {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #555555, #555555);
  background-position: center center;
  background-size: 50px 100%;
  background-repeat: no-repeat;
}
#function_edit_list .separator:nth-child(1) {
  margin-bottom: 37px;
}
#function_edit_list .separator:nth-child(n + 2) {
  margin-top: 45px;
  margin-bottom: 55px;
}
#function_edit_list .item > dl > dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #3d4c55;
  font-size: 30px;
  line-height: 40px;
}
#function_edit_list .item > dl > dd .explain {
  margin-top: 14px;
  padding-right: 2px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 28px;
}
#function_edit_list .item.opt_wide {
  width: 100%;
}
#function_edit_list .item.opt_wide > dl > dd {
  width: 802px;
  margin: 25px auto 0;
}
#function_edit_list .item.opt_half {
  width: 481px;
}
#function_edit_list .item.opt_half > dl > dd {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  #function_edit_list {
    width: 93.3333333333vw;
    padding-bottom: 6.2666666667vw;
  }
  #function_edit_list .separator {
    width: 100%;
    height: 0.3733333333vw;
    background-size: 13.3333333333vw 100%;
  }
  #function_edit_list .separator:nth-child(1) {
    margin-bottom: 7.3333333333vw;
  }
  #function_edit_list .separator:nth-child(n + 2) {
    display: none;
  }
  #function_edit_list .item > dl > dt {
    font-size: 6vw;
    line-height: 6vw;
  }
  #function_edit_list .item > dl > dd > img {
    width: 100% !important;
    height: auto !important;
  }
  #function_edit_list .item > dl > dd .explain {
    margin-top: 2.8vw;
    padding-right: 0vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  #function_edit_list .item.opt_wide {
    width: 100%;
  }
  #function_edit_list .item.opt_wide > dl > dd {
    width: auto;
    margin: 4.2666666667vw auto 0;
  }
  #function_edit_list .item.opt_half {
    width: 100%;
    margin-top: 12.6666666667vw;
  }
  #function_edit_list .item.opt_half > dl > dd {
    margin-top: 2.6666666667vw;
  }
}

