.c-breadcrumbs {
  position: relative;
  z-index: 1;
}

.c-ttl-main {
  color: #323232;
  font-size: 5.33333vw;
  font-weight: bold;
  margin: 6.25vw 0 3.125vw;
}

.u-container {
  margin: 0 auto;
  padding-bottom: 13.33333vw;
  padding-top: 18vw;
  position: relative;
  width: 88vw;
  z-index: 1;
}

.u-contents {
  position: relative;
}

.u-contents::before {
  background-color: #d3ddb5;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 66.66667vw;
  width: 100%;
}

.u-contents p {
  font-size: 4.26667vw;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.u-contents p a {
  border-bottom: 1px solid #000;
}

.c-breadcrumbs-list {
  border-bottom: solid 1px #d3ddb5;
  display: flex;
  justify-content: flex-start;
  padding: 7.6vw 0 4.53333vw;
}

.c-breadcrumbs-list__item {
  font-size: 3.33333vw;
  padding-right: 6.66667vw;
  position: relative;
}

.c-breadcrumbs-list__item:nth-child(n + 2)::after {
  bottom: 55%;
  color: #646464;
  content: ">";
  display: block;
  font-size: 3.33333vw;
  left: -4.4vw;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.c-ttl-second {
  font-size: 4.66667vw;
  font-weight: bold;
  margin: 12vw 0 3.06667vw;
}

.c-ttl-mainTxt {
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1100px;
  }
  .c-ttl-main {
    font-size: 17px;
    margin: 50px 0 15px;
  }
  .u-container {
    padding-bottom: 100px;
    padding-top: 102px;
    width: 950px;
  }
  .u-contents::before {
    top: 105px;
  }
  .u-contents p {
    font-size: 13px;
  }
  .u-contents p a {
    transition: opacity 0.8s;
  }
  .u-contents p a:hover {
    opacity: 0.5;
    transition: opacity 0.8s;
  }
  .c-breadcrumbs-list {
    border: none;
    padding: 60px 0 10px;
  }
  .c-breadcrumbs-list__item {
    font-size: 14px;
    padding-right: 50px;
  }
  .c-breadcrumbs-list__item:nth-child(n + 2)::after {
    bottom: 8px;
    font-size: 14px;
    left: -30px;
  }
  .c-ttl-second {
    font-size: 17px;
    margin: 60px 0 15px;
  }
  .c-ttl-mainTxt {
    margin-bottom: 60px;
  }
}
