p {
  line-height: 1.8em;
}
h2:after {
  border-bottom: none !important;
  border: 3px solid;
  border-image: linear-gradient(to right, #0068e9 0%, #17f6e1 100%);
  border-image-slice: 1;
}
.table-scroll-wrapper {
    overflow-x: auto;
    width: 100%; 
}
@media (min-width: 1200px) {
  .pc {
    display: block;
  }
  .renewal-header-img {
    position: absolute;
    right: 78px !important;
    top: 50% !important;
    transform: translateY(-50px);
    width: 30% !important;
  }
  .page-header-title {
    position: absolute;
    left: 10px;
    top: 96px;
  }
  p.header-subtitle {
    font-size: 18px;
    color: rgb(119, 119, 119);
    letter-spacing: 1px;
    position: relative;
    top: 0;
    left: 5px;
    display: flex;
    align-items: center;
    line-height: 1.8;
  }
  h1.header-title {
    font-weight: 500;
    font-size: 50px;
    margin: 0;
  }
  .renewal-header {
    position: relative;
    height: 440px;
    margin-top: 30px;
  }
  #renewal-path-link .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent!important;border-radius: 4px;
    font-weight: 500;
  }
  #renewal-path-link {
    position: absolute;
    bottom: 30px;
    left: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-55%, 18%);
    -ms-transform: translate(-50%, -50%);
    background-color: transparent;
  }

  .gray-color-bg {
    background-color: #ececec;
    width: 60%;
    height: 226px;
    position: absolute;
    bottom: 32px;
    left: 0px;
    background: linear-gradient(56deg,whitesmoke 7%, #f9f9f9 28%, white 100%);
  }
}

@media (max-width: 1199px) {
  .pc {
    display: none;
  }
  .renewal-header {
    /* display: flex;
    justify-content: space-between; */
  }
  p.header-subtitle {
    font-size: 1.9vmin;
    line-height: 19px;
  }
  .header-img-box {
    width: 20%;
    position: relative;
    top: 15px;
  }
  .renewal-header-img {
    position: static !important;
    width: 100% !important;
  }
  .breadcrumb > li > a{
    font-size: 1.8vmin;
  }
  .breadcrumb > .active {
    font-size: 1.8vmin;
  }
}


@media (max-width: 575px) {
  .d-none {
    display: none;
  }
  .breadcrumb > .active {
    font-size: 10px;
  }
  p {
    font-size: 15px;
  }
  h2 {
    font-size: 16px !important;
  }
  .renewal-header {
    padding-bottom: 17px !important;
  }
  .header-img-box {
    width: 80px;
    padding-top: 17px;
  }
}

/* header sp*/
.sp .header-text-box {
  width: 100%;
  padding-right: 5px;
}
.sp .header-title {
  line-height: 1.2!important;
  padding-top: 57px;
}
.renewal-header-img {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50%;
}

/* breadcrumb list */
ol.breadcrumb{
  border-bottom: dashed 1px #dfdfdf;
  background-color: transparent !important;
  margin-bottom: 0px;
  text-align: left;
}
.breadcrumb > li > a{
  color: #777777;
}
.breadcrumb-upper > li > a{
  color: #777777;
}
.breadcrumb > .active {
  color: #007cc5;
}
.breadcrumb-upper:hover{
  cursor: pointer;
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
  #renewal-path-link{
    bottom: -50px !important;
    left:50% !important;
  }
}