/*ベース*/
.pc-only {
  display: block;
}
.md-only {
  display: none;
}
.sp-only {
  display: none;
}

/*ブロック*/
.yt5114rc-block-01 {
  display: flex;
  margin: 0 auto 60px;
}
.yt5114rc-block-01__img img {
  width: 100%;
}
.yt5114rc-block-02 {
  display: flex;
  justify-content: space-between;
  max-width: 985px;
  margin: 40px auto 30px;
}
.yt5114rc-block-02__box .lyt-image-01 {
  margin-bottom: 20px;
}
.yt5114rc-block-03 {
  padding: 8px 20px;
  border: 1px solid #707070;
}
.yt5114rc-block-03__ttl {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 18px;
  background: #333;
  color: #fff;
  font-size: 16px;
}
.yt5114rc-block-03__list {
  display: flex;
  max-width: 943px;
  margin-bottom: 16px;
}
.yt5114rc-block-03__list dt {
  padding: 11px 0;
  font-size: 16px;
  text-align: center;
}
.yt5114rc-block-03__list dd {
  font-size: 14px;
}
.yt5114rc-block-04 {
  padding: 88px 5% 42px;
  background-image: url(/jp/agri/products/tractor/yt5114rc/img/bg_intro_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yt5114rc-block-04__txt {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.48;
}
.yt5114rc-block-04__btn {
  display: flex;
}
.yt5114rc-block-04__btn li {
  width: 200px;
}
.yt5114rc-block-05 {
  display: flex;
}

/*タイトル*/
.yt5114rc-ttl-01 {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  padding: 8px 20px;
  background: #c80b32;
  color: #fff;
}
.yt5114rc-ttl-01__lead {
  padding: 7px 18px;
  background: #fff;
  color: #c80b32;
  font-size: 16px;
}
.yt5114rc-ttl-01__heading {
  font-size: 22px;
}

/*テキスト*/
.yt5114rc-txt-01 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.yt5114rc-txt-01 + p {
  margin-bottom: 24px;
}

/*画像*/
.yt5114rc-img-01 {
  max-width: 256px;
  margin-top: 22px;
  padding-left: 20px;
}
.yt5114rc-img-02 {
  max-width: 350px;
}

/*リスト*/
.yt5114rc-list li {
  font-size: 15px;
  margin-bottom: 5px;
}

@media screen and (min-width: 661px) {
  .yt5114rc-block-01 {
    justify-content: space-between;
    max-width: 1050px;
  }
  .yt5114rc-block-01__img {
    width: 66%;
  }
  .yt5114rc-block-01__box {
    width: 30%;
  }
  .yt5114rc-ttl-01 {
    align-items: center;
  }
  .yt5114rc-block-02__box.is-small {
    width: calc(288 / 986 * 100%);
  }
  .yt5114rc-block-02__box.is-large {
    width: calc(637 / 986 * 100%);
  }
  .yt5114rc-block-03__list {
    align-items: center;
  }
  .yt5114rc-block-03__list dt {
    width: 15%;
    padding-right: 2%;
    border-right: 2px solid #333;
  }
  .yt5114rc-block-03__list dd {
    width: 84%;
    padding-left: 2%;
  }
  .yt5114rc-block-04__txt {
    margin-bottom: 12px;
  }
  .yt5114rc-block-04__btn {
    column-gap: 40px;
  }
  .yt5114rc-block-05 {
    justify-content: space-between;
    position: relative;
  }
  .yt5114rc-block-05::after {
    display: inline-block;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1 / 2;
    width: 3.5%;
    height: auto;
    background: #a6a7a7;
    content: "";
  }
  .yt5114rc-block-05 li {
    width: 46.6%;
  }
  .yt5114rc-block-06 {
    align-items: normal;
  }
  .yt5114rc-block-06 .column {
    display: flex;
    flex-flow: column;
  }
  .yt5114rc-block-06 .column .doc-plain-01 {
    flex-grow: 1;
  }
}
@media screen and (max-width: 660px) {
  .pc-only {
    display: none;
  }
  .md-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .yt5114rc-block-01 {
    row-gap: 10px;
    flex-flow: column;
    margin-bottom: 30px;
  }
  .yt5114rc-ttl-01 {
    row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    padding: 8px 5%;
  }
  .yt5114rc-ttl-01__lead {
    padding: 7px 5%;
    font-size: 14px;
  }
  .yt5114rc-ttl-01__heading {
    font-size: 18px;
  }
  .yt5114rc-block-02 {
    row-gap: 20px;
    flex-flow: column;
    margin: 20px auto 15px;
  }
  .yt5114rc-block-02__box .lyt-image-01 {
    margin-bottom: 10px;
  }
  .yt5114rc-block-02__txt {
    font-size: 12px;
  }
  .yt5114rc-block-03 {
    padding: 8px 5%;
  }
  .yt5114rc-block-03__ttl {
    margin-bottom: 8px;
    padding: 7px 5%;
    font-size: 14px;
  }
  .yt5114rc-block-03__list {
    flex-flow: column;
    margin-bottom: 8px;
  }
  .yt5114rc-block-03__list dt {
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
    font-size: 14px;
  }
  .yt5114rc-block-03__list dd {
    padding-top: 10px;
    font-size: 12px;
  }
  .yt5114rc-block-04 {
    padding: 43px 3% 28px;
    background-image: url(/jp/agri/products/tractor/yt5114rc/img/bg_intro_sp.jpg);
  }
  .yt5114rc-block-04__txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .yt5114rc-block-04__btn {
    justify-content: space-between;
  }
  .yt5114rc-block-04__btn li {
    width: 47%;
  }
  .yt5114rc-block-05 {
    row-gap: 10px;
    flex-flow: column;
  }
  .yt5114rc-block-05 li:first-child::after {
    display: block;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    aspect-ratio: 2 / 1;
    width: 30px;
    height: auto;
    margin: 20px auto 0;
    background: #a6a7a7;
    content: "";
  }
  .yt5114rc-txt-01 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .yt5114rc-list li {
    font-size: 14px;
  }
}
@media screen and (min-width: 661px) and (max-width: 1064px) {
  .pc-only {
    display: block;
  }
  .md-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}