*,
html,
body {
    margin: 0;
    padding: 0;
}

.wcm {
    max-width: 1040px;
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
    .wcm {
        width: 90%;
    }
}

.u-flex {
    display: flex;
}

@media screen and (max-width: 767px) {
    .u-flex {
        display: block;
    }
}

.u-hide_sp {
    display: block;
}

@media screen and (max-width: 767px) {
    .u-hide_sp {
        display: none;
    }
}

.p-hrsTool {
    padding-bottom: 120px;
    color: #000;
}

@media screen and (max-width: 767px) {
    .p-hrsTool {
        padding-bottom: 50px;
    }
}

.p-pageName {
    background: #000f24;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .p-pageName {
        padding: 40px 0;
    }
}

.p-pageName .ttl {
    font-size: 48px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .p-pageName .ttl {
        font-size: 24px;
    }
}

.p-pageName .txt {
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .p-pageName .txt {
        font-size: 15px;
    }
}


.p-hrsTool__cont{
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-hrsTool__cont {
    margin-top: 25px;
  }
}
.p-hrsTool__cont-head{
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #00b058;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hrsTool__cont-head {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.p-hrsTool__cont-txt{
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-hrsTool__cont-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.p-hrsTool__cont-txt.mb100{
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-hrsTool__cont-txt.mb70 {
    margin-bottom: 40px;
  }
}
.p-hrsTool__cont-txt.center{
  text-align: center;
}
.p-hrsTool__cont-txt p + p{
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-hrsTool__cont-txt p+p {
    margin-top: 20px;
  }
}
.p-hrsTool__cont-img{
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-hrsTool__cont-img {
    margin-bottom: 55px;
  }
}
.p-hrsTool__cont-img img{
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-hrsTool__cont-img img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.p-hrsTool-box{
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-hrsTool-box {
    margin-bottom: 35px;
  }
}
.p-hrsTool-box  h3{
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-hrsTool-box h3 {
      font-size: 18px;
  }
}
.p-hrsTool-box__wrap{
  padding: 0 50px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-hrsTool-box__wrap {
    padding: 0 25px;
    font-size: 14px;
  }
}
.p-hrsTool-box__in + .p-hrsTool-box__in{
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-hrsTool-box__in+.p-hrsTool-box__in {
    margin-top: 25px;
  }
}
.p-hrsTool-box__in p + p{
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-hrsTool-box__in p+p {
    margin-top: 10px;
  }
}
.p-hrsTool-box__in p.mb10{
  margin-bottom: 10px;
}
.p-hrsTool-box__in img{
  width: auto;
  max-width: 100%;
}
.p-hrsTool-box__in ul{
  padding-left: 1.2em;
  margin-bottom: 20px;
}
.p-hrsTool-box__in ul li{
  margin-left: 0;
}

.p-hrsTool__cont.-style2 .p-hrsTool-box{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.p-hrsTool .btn-more {
  display: block;
  max-width: 180px;
  text-decoration: none;
  background: #FFD700;
  text-align: center;
  color: #000;
  padding: 8px 10px;
  font-weight: bold;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .p-hrsTool .btn-more {
    max-width: 140px;
    font-size: 15px;
    margin: 20px auto 0;
  }
}
.p-hrsTool .btn-more:hover{
  opacity: .65;
}