/*
cdn.css
*/
/* common
--------------------------------------------------------------------------- */
.cdn_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #1283D6;
  padding-bottom: 16px;
  margin-bottom: 36px;
}

@media all and (max-width: 749px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media all and (max-width: 749px) {
  .sp {
    display: block;
  }
}

/* hero
--------------------------------------------------------------------------- */
#hero {
  background: url(./../img/solution/management/jp1/kv_pc.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 60px;
  color: #fff;
}

#hero .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0 60px;
}

#hero .logo {
  margin-bottom: 40px;
}

#hero h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

#hero .catch {
  font-size: 22px;
}

@media all and (max-width: 749px) {
  #hero {
    background: url(./../img/solution/management/jp1/kv_sp.jpg) no-repeat top center;
    background-size: cover;
    margin-bottom: 30px;
  }
  #hero .inner {
    padding: 40px;
  }
  #hero .logo {
    margin-bottom: 180px;
  }
  #hero h1 {
    font-size: 26px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
  #hero .catch {
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
}
/* jp1_solution
--------------------------------------------------------------------------- */
#jp1_solution .read {
  margin-bottom: 60px;
}
#jp1_solution h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#jp1_solution h3 span {
  display: block;
  width: 180px;
  background-color: #fff;
  padding: 5px 0;
  border-radius: 100px;
  margin: 0 auto;
  text-align: center;
}
#jp1_solution h4 {
  background-color: #BEC6D0;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#jp1_solution .note {
  font-size: 12px;
  text-align: right;
}
@media all and (max-width: 749px) {
  #jp1_solution .note {
    text-align: left;
  }
}
#jp1_solution .note2 {
  font-size: 12px;
  margin-bottom: 60px;
}
#jp1_solution .img {
  text-align: center;
}
#jp1_solution .sec {
  margin-bottom: 60px;
}
#jp1_solution .sec.sec03 {
  margin-bottom: 30px;
}
#jp1_solution .problem, #jp1_solution .measure {
  padding: 30px 70px;
}
@media all and (max-width: 749px) {
  #jp1_solution .problem, #jp1_solution .measure {
    padding: 30px;
  }
}
#jp1_solution .problem .txt, #jp1_solution .measure .txt {
  margin-bottom: 20px;
}
#jp1_solution .problem {
  background-color: #F0F0F0;
  margin-bottom: 90px;
  position: relative;
}
#jp1_solution .problem::after {
  content: "";
  display: block;
  width: 62px;
  height: 40px;
  background: url(./../img/solution/management/jp1/solution_arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
#jp1_solution .problem .txt p {
  text-align: center;
}
@media all and (max-width: 749px) {
  #jp1_solution .problem .txt p {
    text-align: left;
  }
}
#jp1_solution .measure {
  background-color: #ECF3FB;
}
#jp1_solution .measure h3 {
  color: #1283D6;
}

/* jp1_price
--------------------------------------------------------------------------- */
#jp1_price .note {
  font-size: 12px;
}
@media all and (max-width: 749px) {
  #jp1_price .note {
    line-height: 1.4;
  }
}
#jp1_price table {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: separate;
  border-spacing: 5px;
}
#jp1_price table th, #jp1_price table td {
  vertical-align: middle;
}
#jp1_price table th {
  background-color: #1283D6;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 16px;
}
@media all and (max-width: 749px) {
  #jp1_price table th {
    font-size: 14px;
    line-height: 1.4;
  }
}
#jp1_price table td {
  background-color: #ECF3FB;
  padding: 8px 16px;
}
@media all and (max-width: 749px) {
  #jp1_price table td {
    font-size: 14px;
    padding: 8px 10px;
  }
}
#jp1_price table thead th:last-child {
  width: 62%;
}
#jp1_price table thead th:last-child {
  width: 38%;
}
#jp1_price table tbody td:last-child {
  text-align: right;
}

/* jp1_why
--------------------------------------------------------------------------- */
#jp1_why {
  background-color: #ECF3FB;
  padding: 30px 70px;
}
@media all and (max-width: 749px) {
  #jp1_why {
    padding: 30px;
  }
}
#jp1_why .article_ttl_02 {
  margin-top: 0;
}
#jp1_why .img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 749px) {
  #jp1_why .img {
    display: block;
  }
}
#jp1_why .img p {
  text-align: center;
}
@media all and (max-width: 749px) {
  #jp1_why .img p {
    margin-bottom: 20px;
  }
}
#jp1_why dl {
  margin-bottom: 20px;
}
#jp1_why dl:last-child {
  margin-bottom: 0;
}
#jp1_why dl dt {
  font-size: 18px;
  font-weight: bold;
}
@media all and (max-width: 749px) {
  #jp1_why dl dt {
    font-size: 16px;
  }
}
#jp1_why dl dd {
  font-size: 16px;
}
#jp1_why a {
  text-decoration: underline;
}

/* jp1_faq
--------------------------------------------------------------------------- */
#jp1_faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 749px) {
  #jp1_faq {
    padding-top: 0;
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=jp1.css.map */