.news-single__inner {
  padding: 0 40px 120px;
}

.breadcrumb-single {
  margin: 40px 0 80px;
  margin-left: 20px;
}

.breadcrumb__list {
  max-width: 1250px;
  margin: 0 auto;
}

.breadcrumb__item-single>a.is-current_interview {
  color: #DEDEDE;
  pointer-events: none;
}


.breadcrumb__item-single {
  position: relative;
}

.breadcrumb__item-single:not(:last-child) {
  margin-right: 28px;
}

.breadcrumb__item-single:not(:last-child)::after {
  color: #000;
  content: "/";
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb__item-single > a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.6666666667;
  transition: opacity 0.3s;
}

/* wordpress カテゴリ　お知らせ　のスタイルつけ */

.post-categories a{
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.6666666667;
  transition: opacity 0.3s;
}

.breadcrumb__item-single > a:hover {
  opacity: 0.7;
}


.date-info {
  display: flex;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 40px;
  align-items: center;
}

.news_time {
  letter-spacing: 0.1em;
}

.m-notice {
  width: 110px;
  height: 25px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  margin-left: 8px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.content-text {
  margin-bottom: 80px;
}

.content-text a {
  text-decoration: underline;
}

.content-text ul {
  margin-bottom: 24px;
}

.content-text ul > li::before {
  content: "";
  /* 空の要素作成 */
  width: 12px;
  /* 幅指定 */
  height: 12px;
  /* 高さ指定 */
  display: inline-block;
  /* インラインブロックにする */
  background-color: #15171B;
  /* 背景色指定 */
  position: relative;
  /* 位置調整 */

  /* 位置指定 */
  border-radius: 50%;
  /* 要素を丸くする */
  margin-right: 8px;
  /* 余白指定 */
}

.content-text ul > li {
  border-radius: 10px;
  /* 角丸指定 */
  font-size: 14px;
  /* 文字サイズ指定 */
}

.content-text ul > li:not(:last-child) {
  margin-bottom: 8px;
}

.content-text ol {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.content-text ol > li {
  position: relative;
  padding-left: 30px;
}

.content-text ol > li::before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #15171B;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-text ol > li:not(:last-child) {
  margin-bottom: 8px;
}

.content-text p {
  margin-bottom: 24px;
}

.content-top-sp {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.4;
}

.content-main-img {
  margin-bottom: 42px;
}

.content-main-img>img {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

.content-text h2 {
  margin: 40px 0 24px;
  line-height: 1.33;
  font-size: 18px;
}

.content-text-2 {
  margin-bottom: 32px;
}

.content-text h3 {
  margin-bottom: 20px;
  line-height: 1.75;
  font-size: 16px;
}

.content-text a {
  display: inline-block;
  color: #006AB7;
}

.number-list {
  margin-bottom: 80px;
}

.interview-list__btn {
  display: block;
  background-color: #fff;
  width: 250px;
  margin: 0 auto;
}

.content-top-pc {
  display: none;
}


@media screen and (min-width: 768px) {

  .breadcrumb-single {
    margin-left: 0;
    padding: 0 80px;
  }
}

@media screen and (min-width: 1024px) {

  .date-info {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 37px;
  }

  .m-notice {
    align-items: center;
  }

  .content-main-img {
    margin-bottom: 38px;
  }

  .content-top-pc {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 1.43;
    font-weight: 700;
  }

  .content-text {
    font-size: 16px;
    line-height: 2.0;
  }

  .content-text h2 {
    font-size: 24px;
  }

  .content-text h3 {
    font-size: 18px;
  }

  .item {
    font-size: 16px;
  }

  .interview-list__btn {
    margin: 0;
  }

  .content-top-pc {
    display: block;
  }

  .content-top-sp {
    display: none;
  }

  .m-notice {
    width: 120px;
    height: 25px;
    background-color: #333333;
    color: #fff;
    text-align: center;
    margin-left: 9px;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .content-text ul > li:not(:last-child) {
    margin-bottom: 0;
  }

  .content-text ol > li:not(:last-child) {
    margin-bottom: 0;
  }


  .breadcrumb-single {
    margin: 37px 0 80px;

  }
}