.p-mv-data {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media only screen and (max-width: 740px) {
  .p-mv-data {
    margin-block: 10px 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-data {
    margin-block: 0.7142857143vw 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-data {
    margin-block: 20px 30px;
  }
}

@media only screen and (max-width: 740px) {
  .p-mv-modified {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-modified {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-modified {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-mv-category {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  .p-mv-category {
    gap: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-category {
    gap: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-category {
    gap: 5px;
  }
}
.p-mv-category li {
  background: #0071bc;
  color: #fff;
  border-radius: 100px;
  line-height: 1.6;
  padding: 0 0.8em 0.1em;
}
@media only screen and (max-width: 740px) {
  .p-mv-category li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-category li {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-category li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-mv-img img {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .p-mv-img img {
    border-radius: 0 15px 0 15px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-img img {
    border-radius: 0 40px 0 40px;
  }
}

@media only screen and (max-width: 740px) {
  .p-mv-lead {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-lead {
    margin-top: 1.5em;
  }
}
.p-mv-lead > *:not(:first-child) {
  margin-top: 1.3em;
}

.p-index-inr {
  background: #f1f3f6;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-index-inr {
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-inr {
    padding: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-inr {
    padding: 30px;
  }
}

.p-index-list dt {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-index-list dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-list dt {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-list dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index-list dt:before {
  content: "";
  display: inline-block;
  background: url(/_assets/_common/img/icon-index.svg) 50% 50%/contain no-repeat;
  position: relative;
  top: 0.05em;
}
@media only screen and (max-width: 740px) {
  .p-index-list dt:before {
    width: 16px;
    height: 14px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-list dt:before {
    width: 1.1428571429vw;
    height: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-list dt:before {
    width: 16px;
    height: 14px;
  }
}
.p-index-list dt + dd {
  margin-top: 1.2em;
}
.p-index-list dd {
  margin-top: 0.2em;
  margin-left: 0.5em;
  padding-left: 1em;
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 741px) {
  .p-index-list dd {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-list dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index-list dd:before {
  content: "";
  display: block;
  width: 0.3em;
  height: 1px;
  background: currentcolor;
  position: absolute;
  top: 0.9em;
  left: 0;
}
.p-index-list a {
  display: flex;
  gap: 0.3em;
}
@media only screen and (max-width: 740px) {
  .p-index-list a {
    width: 100%;
  }
}
.p-index-list a span {
  flex: 0 0 1.4em;
  text-align: right;
  white-space: nowrap;
}

.p-index-btn {
  border: 1px solid #1d2951;
  border-radius: 100%;
  background: #1d2951;
  position: absolute;
  translate: 0 -50%;
  transition: background 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 740px) {
  .p-index-btn {
    width: 24px;
    height: 24px;
    right: 20px;
    top: calc(20px + 0.9em);
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-btn {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
    right: 2.1428571429vw;
    top: calc(2.1428571429vw + 0.9em);
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-btn {
    width: 24px;
    height: 24px;
    right: 30px;
    top: calc(30px + 0.9em);
  }
}
.p-index-btn:before, .p-index-btn:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background 0.4s, rotate 0.4s;
}
.p-index-btn:after {
  rotate: 90deg;
}
.p-index-btn.is-open {
  background: #fff;
}
.p-index-btn.is-open:before {
  background: #1d2951;
}
.p-index-btn.is-open:after {
  background: #1d2951;
  rotate: 0deg;
}

@media only screen and (max-width: 740px) {
  .p-column-list {
    margin-inline: -20px;
  }
}
.p-column-item {
  border-bottom: 1px solid #e0e4e7;
}
.p-column-item:first-child {
  border-top: 1px solid #e0e4e7;
}
.p-column-item-link {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 740px) {
  .p-column-item-link {
    padding: 20px;
    gap: 15px;
  }
  .p-column-item-link:not(:first-child) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-link {
    padding-block: 2.1428571429vw;
    flex: 0 0 calc((100% - 2.8571428571vw) / 2);
    gap: 2.1428571429vw;
  }
  .p-column-item-link:hover {
    color: #0071bc;
  }
  .p-column-item-link:hover .p-column-item-img img {
    scale: 1.1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-link {
    padding-block: 30px;
    flex: 0 0 calc((100% - 40px) / 2);
    gap: 30px;
  }
}

.p-column-item-img {
  aspect-ratio: 335/224;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .p-column-item-img {
    flex: 0 0 86px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-img {
    flex: 0 0 17.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-img {
    flex: 0 0 240px;
  }
}
.p-column-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s;
}

.p-pickup-item-body {
  flex: 1 1 auto;
}
.p-column-item-category {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  .p-column-item-category {
    gap: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-category {
    gap: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-category {
    gap: 5px;
  }
}
.p-column-item-category li {
  background: #0071bc;
  color: #fff;
  border-radius: 100px;
  line-height: 1.6;
  padding: 0 0.8em 0.1em;
}
@media only screen and (max-width: 740px) {
  .p-column-item-category li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-category li {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-category li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-column-item-ttl {
  font-weight: bold;
  line-height: 1.4;
  margin-block: 0.6em;
}
@media only screen and (max-width: 740px) {
  .p-column-item-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-ttl {
    font-size: 1.7142857143vw;
    transition: color 0.4s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.p-column-item-lead {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
@media only screen and (max-width: 740px) {
  .p-column-item-lead {
    -webkit-line-clamp: 5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-lead {
    -webkit-line-clamp: 3;
    transition: color 0.4s;
  }
}
.p-article-hl {
  display: flex;
  gap: 0.5em;
}
@media only screen and (max-width: 740px) {
  .p-article-hl {
    padding-top: 30px;
    background: linear-gradient(to right, #0071bc, #0071bc 100px, transparent 100px, transparent 105px, rgba(29, 41, 81, 0.2) 105px, rgba(29, 41, 81, 0.2)) 0 0/100% 1px no-repeat;
  }
  .p-article-hl:not(:first-child) {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-article-hl {
    padding-top: 2.1428571429vw;
    background: linear-gradient(to right, #0071bc, #0071bc 160px, transparent 160px, transparent 165px, rgba(29, 41, 81, 0.2) 165px, rgba(29, 41, 81, 0.2)) 0 0/100% 1px no-repeat;
  }
  .p-article-hl:not(:first-child) {
    margin-top: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-article-hl {
    padding-top: 30px;
  }
  .p-article-hl:not(:first-child) {
    margin-top: 80px;
  }
}
.p-article-hl span {
  white-space: nowrap;
}

@media print, screen and (min-width: 741px) {
  .p-article-txt {
    flex: 1 1 auto;
  }
}
.p-article-txt p:not(:first-child) {
  margin-top: 1.3em;
}
.p-article-txt a {
  color: #0071bc;
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
}
@media print, screen and (min-width: 741px) {
  .p-article-txt a:hover {
    background-position: 100% 0;
    background-size: 0 100%;
  }
}
.p-article-txt a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.8em;
  background: currentcolor;
  mask: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  margin-left: 0.3em;
}
.p-article-txt a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.1em;
  background: currentcolor;
  mask: url(/_assets/_common/img/icon-pdf.svg) 50% 50%/contain no-repeat;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}

.p-article-imgs {
  margin-block: 0.5em;
}
.p-article-imgs:not(:first-child) {
  margin-top: 1.5em;
}
.p-article-imgs:not(:last-child) {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 741px) {
  .p-article-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-article-imgs {
    gap: 20px;
  }
}

.p-article-col2 {
  border-top: 1px solid #e0e4e7;
}
@media only screen and (max-width: 740px) {
  .p-article-col2 {
    margin-inline: -20px;
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-article-col2 {
    display: flex;
    gap: 2.8571428571vw;
  }
  .p-article-col2.-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .p-article-col2 {
    gap: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .p-article-col2:not(:first-child) {
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-article-col2:not(:first-child) {
    padding-top: 3.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-article-col2:not(:first-child) {
    padding-top: 45px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-article-body {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 740px) {
  .p-article-img {
    margin-block: 0.5em;
  }
  .p-article-img:not(:first-child) {
    margin-top: 1.5em;
  }
  .p-article-img:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-article-img {
    flex: 0 0 calc((100% - 1.4285714286vw) / 2);
    margin: 0;
  }
  .p-article-img:first-child:last-child {
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .p-article-img {
    flex: 0 0 calc((100% - 20px) / 2);
    margin: 0;
  }
}

.p-article-table {
  border-collapse: collapse;
  width: 100%;
  border-block: 1px solid #e0e4e7;
}
.p-article-table:not(:first-child) {
  margin-top: 1.5em;
}
.p-article-table:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-article-table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.p-article-table tr:not(:last-child) td {
  border-bottom: 1px solid #e0e4e7;
}
.p-article-table th {
  background: rgba(0, 113, 188, 0.1);
  font-weight: normal;
  padding: 1em;
  text-align: left;
}
@media only screen and (max-width: 740px) {
  .p-article-table th {
    width: 30%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-article-table th {
    width: 20%;
  }
}
.p-article-table td {
  padding: 1em 0 1em 1em;
}
.p-article-offer {
  border-top: 1px solid #e0e4e7;
}
@media only screen and (max-width: 740px) {
  .p-article-offer {
    margin-top: 60px;
    padding-top: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-article-offer {
    margin-top: 7.1428571429vw;
    padding-top: 4.2857142857vw;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-article-offer {
    margin-top: 100px;
    padding-top: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}