@charset "UTF-8";
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.yell-heading {
  margin-top: -25px;
  background: url(../img/mv_bg.jpg) center/cover no-repeat;
  text-align: center;
  padding: 0 0 10px;
}
.yell-heading img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .yell-heading {
    margin-top: 0;
    background-image: url(../img/mv_bg_sp.jpg);
    padding: 16px 10px 12px;
  }
}

.yell-progress {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #FFE81A;
}

.yell-detail {
  margin-top: 35px;
}
.yell-detail img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .yell-detail {
    margin-top: 22px;
  }
}
.yell-detail__grid {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 21px 306px;
  grid-template-columns: 1fr 306px;
  -ms-grid-rows: auto 55px auto;
  grid-template-rows: auto auto;
  gap: 55px 21px;
}
.yell-detail__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.yell-detail__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.yell-detail__grid > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.yell-detail__grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.yell-detail__grid-bnr {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.yell-detail__grid-side {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 768px) {
  .yell-detail__grid {
    display: block;
  }
  .yell-detail__grid-main {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.yell-detail__content {
  background: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .yell-detail__content {
    padding: 24px 15px;
  }
}
.yell-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.yell-detail__date {
  font-size: 16px;
}
.yell-detail__cat a {
  font-size: 13px;
  display: inline-block;
  color: #CC0D20;
  border: solid 1px #CC0D20;
  background: #fff;
  border-radius: 3px;
  padding: 0 5px;
}
@media (min-width: 769px) {
  .yell-detail__cat a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .yell-detail__cat a:hover {
    background: #CC0D20;
    color: #fff;
  }
}
.yell-detail__ttl {
  margin-top: 20px;
  font-size: 38px;
  line-height: 1.3157894737;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  margin-bottom: 17px;
}
.yell-detail__ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #CC0D20;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .yell-detail__ttl {
    font-size: 21px;
    line-height: 1.4285714286;
    padding-left: 12px;
  }
  .yell-detail__ttl:before {
    width: 3px;
  }
}
.yell-detail__txt {
  font-size: 16px;
  line-height: 1.875;
}
.yell-detail__txt + .yell-detail__txt {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .yell-detail__txt {
    font-size: 14px;
    line-height: 2;
  }
}
.yell-detail__toc {
  margin-top: 24px;
  background: #F5F5F5;
  padding: 44px 40px;
}
.yell-detail__toc-ttl {
  font-size: 21px;
  font-weight: bold;
}
.yell-detail__toc-list {
  margin-top: 10px;
}
.yell-detail__toc-item {
  font-size: 16px;
  line-height: 2.5;
  padding-left: 1em;
  position: relative;
}
.yell-detail__toc-item:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.yell-detail__toc-link, .yell-detail__toc-link:visited, .yell-detail__toc-link:active {
  color: #000;
  text-decoration: underline !important;
}
@media (min-width: 769px) {
  .yell-detail__toc-link:hover, .yell-detail__toc-link:visited:hover, .yell-detail__toc-link:active:hover {
    text-decoration: none !important;
  }
}
@media (max-width: 768px) {
  .yell-detail__toc {
    padding: 20px;
    border-radius: 10px;
  }
  .yell-detail__toc-ttl {
    font-size: 16px;
  }
  .yell-detail__toc-list {
    margin-top: 4px;
  }
  .yell-detail__toc-item {
    font-size: 14px;
    line-height: 2.5714285714;
  }
}
.yell-detail__h2 {
  margin: 34px 0 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4285714286;
  padding-bottom: 16px;
  border-bottom: solid 1px #DADADA;
  position: relative;
}
.yell-detail__h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background: #CC0D20;
}
@media (max-width: 768px) {
  .yell-detail__h2 {
    margin: 34px 0 16px;
    font-size: 18px;
    line-height: 1.6666666667;
    padding-bottom: 10px;
  }
}
.yell-detail__img {
  margin: 24px 0;
  text-align: center;
}

.yell-side img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .yell-side {
    padding-bottom: 40px;
  }
}
.yell-side__block {
  padding: 0 6px 0 19px;
}
.yell-side__block + .yell-side__block {
  margin-top: 30px;
}
.yell-side__block--related {
  background: -webkit-gradient(linear, left top, right top, from(#cc0e20), color-stop(50%, #d95913), to(#fdaa08));
  background: linear-gradient(to right, #cc0e20 0%, #d95913 50%, #fdaa08 100%);
  padding: 15px 12px 15px 19px;
  border-radius: 4px;
}
.yell-side__block--related .yell-side__ttl .en, .yell-side__block--related .yell-side__ttl .jp {
  color: #fff;
}
.yell-side__block--related .yell-side__item-desc {
  color: #fff;
}
@media (max-width: 768px) {
  .yell-side__block {
    padding: 0;
  }
  .yell-side__block + .yell-side__block {
    margin-top: 50px;
  }
  .yell-side__block--related {
    padding: 31px 0 24px;
    border-radius: 0;
  }
  .yell-side__block--related .yell-side__ttl .en:after {
    background: #fff;
  }
  .yell-side__block--related .yell-side__item-desc {
    color: #000;
  }
}
.yell-side__ttl .en {
  font-size: 12px;
  font-weight: bold;
  color: #CC0D20;
}
.yell-side__ttl .jp {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #313131;
}
@media (max-width: 768px) {
  .yell-side__ttl {
    padding: 0 20px;
  }
  .yell-side__ttl .en {
    font-size: 14px;
    position: relative;
  }
  .yell-side__ttl .en:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #CC0D20;
    top: 50%;
    left: calc(100% + 8px);
  }
  .yell-side__ttl .jp {
    font-size: 21px;
  }
}
.yell-side__list {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .yell-side__list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .yell-side__list .slick-slide {
    height: auto !important;
  }
  .yell-side__list .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .yell-side__list .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background: #979A9B;
  }
  .yell-side__list .slick-dots li button:before {
    display: none;
  }
  .yell-side__list .slick-dots li.slick-active button {
    background: #CC0D20;
  }
}
.yell-side__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
}
@media (min-width: 769px) {
  .yell-side__item-link {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .yell-side__item-link:hover {
    opacity: 0.7;
  }
}
.yell-side__item-ranking {
  background: #CC0D20;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 5px;
}
.yell-side__item-img {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.yell-side__item-desc {
  font-size: 12px;
  line-height: 1.5;
  color: #313131;
}
.yell-side__item + .yell-side__item {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .yell-side__item-link {
    margin: 0 10px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .yell-side__item-ranking {
    font-size: 16px;
    padding: 9px 12px;
  }
  .yell-side__item-img {
    width: 100%;
    border-radius: 13px 13px 0 0;
    overflow: hidden;
  }
  .yell-side__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 174px;
  }
  .yell-side__item-desc {
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 20px 40px;
    font-weight: 500;
    border-radius: 0 0 13px 13px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.yell-bnrs1 {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 53px 0 40px;
  border-top: solid 2px #E3E3E3;
}
.yell-bnrs1 img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .yell-bnrs1 {
    border-top: none;
    padding: 28px 20px 54px;
  }
}
.yell-bnrs1__slider .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 4px;
}
.yell-bnrs1__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background: #979A9B;
}
.yell-bnrs1__slider .slick-dots li button:before {
  display: none;
}
.yell-bnrs1__slider .slick-dots li.slick-active button {
  background: #CC0D20;
}
.yell-bnrs1__slide-link {
  display: block;
  margin: 0 10px;
}
@media (min-width: 769px) {
  .yell-bnrs1__slide-link {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .yell-bnrs1__slide-link:hover {
    opacity: 0.7;
  }
}
.yell-bnrs1__slide-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.yell-bnrs1__slide-ttl {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 768px) {
  .yell-bnrs1__slide-link {
    margin: 0;
  }
}

.yell-category {
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 38px 0 60px;
  border-top: solid 2px #E3E3E3;
}
.yell-category img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .yell-category {
    padding: 41px 0;
  }
}
.yell-category__ttl .en {
  color: #CC0D20;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.yell-category__ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background: #CC0D20;
  top: 50%;
  left: calc(100% + 12px);
}
.yell-category__ttl .jp {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .yell-category__ttl .en {
    font-size: 14px;
  }
  .yell-category__ttl .en:after {
    width: 30px;
    left: calc(100% + 8px);
  }
  .yell-category__ttl .jp {
    font-size: 21px;
  }
}
.yell-category__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.yell-category__list a {
/*2025/07/15佐川追加*/
  color: #CC0D20;
  background: #fff;
}

@media (max-width: 768px) {
  .yell-category__list {
    margin-top: 24px;
  }
}
.yell-category__link, .yell-category__link:visited, .yell-category__link:active {
  font-size: 16px;
  display: inline-block;
  color: #CC0D20;
  border: solid 1px #CC0D20;
  background: #fff;
  border-radius: 3px;
  padding: 5px 11px;
}
@media (min-width: 769px) {
  .yell-category__link, .yell-category__link:visited, .yell-category__link:active {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .yell-category__link:hover, .yell-category__link:visited:hover, .yell-category__link:active:hover {
    background: #CC0D20;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .yell-category__link, .yell-category__link:visited, .yell-category__link:active {
    font-size: 13px;
    padding: 2px 7px;
  }
}
.yell-category__btn {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .yell-category__btn {
    margin-top: 37px;
  }
}
.yell-category__btn-btn, .yell-category__btn-btn:visited, .yell-category__btn-btn:active {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  max-width: 100%;
  height: 64px;
  background: #000;
  border-radius: 99999px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.yell-category__btn-btn:before, .yell-category__btn-btn:visited:before, .yell-category__btn-btn:active:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 24px;
  top: calc(50% - 8px);
}
.yell-category__btn-btn:after, .yell-category__btn-btn:visited:after, .yell-category__btn-btn:active:after {
  content: "";
  display: block;
  position: absolute;
  right: 31px;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 769px) {
  .yell-category__btn-btn, .yell-category__btn-btn:visited, .yell-category__btn-btn:active {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .yell-category__btn-btn:hover, .yell-category__btn-btn:visited:hover, .yell-category__btn-btn:active:hover {
    opacity: 0.7;
  }
}

.yell-bnrs2 {
  padding: 56px 0 64px;
  border-top: solid 2px #E3E3E3;
}
.yell-bnrs2 img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .yell-bnrs2 {
    padding: 38px 0 61px;
  }
}
.yell-bnrs2__container {
  width: 940px;
  max-width: calc(100% - 76px);
  margin: 0 auto;
}
.yell-bnrs2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .yell-bnrs2__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.yell-bnrs2__item {
  width: calc((100% - 40px) / 3);
}
@media (min-width: 769px) {
  .yell-bnrs2__item-link {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .yell-bnrs2__item-link:hover {
    opacity: 0.7;
  }
}
.yell-bnrs2__item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.yell-bnrs2__item-ttl {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.yell-bnrs2__item-txt {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 768px) {
  .yell-bnrs2__item {
    width: 100%;
  }
}

.cap {
  margin-top: 5px;
  font-size: 14px;
}

/*以下は2025/11/21追加-----------------*/

.yell-detail__toc-list2 {
  margin-top: 0;/*10を0にした*/
}

.yell-detail__toc-item2 {
  font-size: 16px;
  line-height: 1.5;/*2.5を1.5にした*/
  padding-left: 2em; /*●の前に全角スペースをいれたので1→2emにした*/
  position: relative;
}
.yell-detail__toc-item2:before {
  content: "　●";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {

  .yell-detail__toc-list2 {
   margin-top: 0;/*4を0にした*/
  }

  .yell-detail__toc-item2 {
    font-size: 14px;
    line-height: 1.5;/*2.5714285714を1.5にした*/
  }

}
/*以下は2025/11/21追加　ここまで-----------------*/
