.p-mv img {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .p-mv img {
    border-radius: 0 15px 0 15px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv img {
    border-radius: 0 40px 0 40px;
  }
}
.p-industry-check > li {
  position: relative;
}
.p-industry-check > li:not(:first-child) {
  margin-top: 0.8em;
}
@media only screen and (max-width: 740px) {
  .p-industry-check > li {
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-check > li {
    padding-left: 2.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-check > li {
    padding-left: 35px;
  }
}
.p-industry-check > li:before {
  content: "";
  display: block;
  background: url(/_assets/_common/img/icon-check.svg) 50% 50%/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0.9em;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-industry-check > li:before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-check > li:before {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-check > li:before {
    width: 24px;
    height: 24px;
  }
}

.p-industry-answer {
  color: #0071bc;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-industry-answer {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-answer {
    font-size: 1.7142857143vw;
    padding-top: 9.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-answer {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 130px;
  }
}
.p-industry-answer:before {
  content: "";
  display: block;
  background: url(/_assets/_common/img/ill-3arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  rotate: 90deg;
}
@media only screen and (max-width: 740px) {
  .p-industry-answer:before {
    width: 40px;
    height: 70px;
    top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-answer:before {
    width: 4.1428571429vw;
    height: 7.1428571429vw;
    top: 3.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-answer:before {
    width: 58px;
    height: 100px;
    top: 55px;
  }
}

@media only screen and (max-width: 740px) {
  .p-industry-merit {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-merit {
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-merit {
    margin-top: 40px;
  }
}

.p-industry-merit-item {
  border-radius: 10px;
}
@media only screen and (max-width: 740px) {
  .p-industry-merit-item {
    margin-top: 20px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-merit-item {
    margin-top: 1.4285714286vw;
    padding: 1.7857142857vw 2.1428571429vw;
    display: flex;
    align-items: center;
    gap: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-merit-item {
    margin-top: 20px;
    padding: 25px 30px;
    gap: 30px;
  }
}
.p-industry-merit-item.-sell {
  background: rgba(29, 41, 81, 0.1);
}
.p-industry-merit-item.-sell .p-indestry-merit-hl {
  background: #1d2951;
}
.p-industry-merit-item.-sell .p-indestry-merit-hl:after {
  border-left: 10px solid #1d2951;
}
.p-industry-merit-item.-buy {
  background: rgba(0, 113, 188, 0.1);
}
.p-industry-merit-item.-buy .p-indestry-merit-hl {
  background: #0071bc;
}
.p-industry-merit-item.-buy .p-indestry-merit-hl:after {
  border-left: 10px solid #0071bc;
}

.p-indestry-merit-hl {
  text-align: center;
  border-radius: 200px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-indestry-merit-hl {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.3em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-indestry-merit-hl {
    font-size: 1.1428571429vw;
    flex: 0 0 8.5714285714vw;
    height: 8.5714285714vw;
    display: grid;
    place-content: center;
  }
}
@media only screen and (min-width: 1400px) {
  .p-indestry-merit-hl {
    font-size: 16px;
    font-size: 1.6rem;
    flex: 0 0 120px;
    height: 120px;
  }
}
.p-indestry-merit-hl:after {
  content: "";
  display: block;
  border-block: 5px solid transparent;
  border-right: none;
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-indestry-merit-hl:after {
    width: 10px;
    height: 10px;
    left: 50%;
    top: 100%;
    rotate: 90deg;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-indestry-merit-hl:after {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
    top: 50%;
    left: calc(100% - 0.0714285714vw);
    translate: 0 -50%;
  }
}
@media only screen and (min-width: 1400px) {
  .p-indestry-merit-hl:after {
    width: 10px;
    height: 10px;
    left: calc(100% - 1px);
  }
}

@media print, screen and (min-width: 741px) {
  .p-industry-merit-list {
    margin-top: 0;
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 740px) {
  .p-industry-strength {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-strength {
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-strength {
    margin-top: 40px;
  }
}

.p-industry-strength-item {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-industry-strength-item {
    margin-top: 30px;
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-strength-item {
    margin-top: 2.8571428571vw;
    padding-left: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-strength-item {
    margin-top: 40px;
    padding-left: 60px;
  }
}
.p-industry-strength-item .-num {
  font-weight: 100;
  color: #0071bc;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 740px) {
  .p-industry-strength-item .-num {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-industry-strength-item .-num {
    font-size: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-industry-strength-item .-num {
    font-size: 80px;
    font-size: 8rem;
  }
}

.p-contact {
  border: 2px solid #0071bc;
  background: rgba(0, 113, 188, 0.05);
}
@media only screen and (max-width: 740px) {
  .p-contact {
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact {
    padding: 2.8571428571vw 6.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact {
    padding: 40px 90px;
  }
}

.p-contact-ttl {
  text-align: center;
  color: #0071bc;
}
@media only screen and (max-width: 740px) {
  .p-contact-ttl {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-ttl {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-ttl {
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-contact-btns {
    display: flex;
    justify-content: center;
    gap: 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-btns {
    gap: 25px;
  }
}
@media only screen and (max-width: 740px) {
  .p-contact-btns li:not(:first-child) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-btns li {
    flex: 0 0 30.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-btns li {
    flex: 0 0 430px;
  }
}

.p-contact-btn {
  border-radius: 10px;
}
@media only screen and (max-width: 740px) {
  .p-contact-btn {
    min-height: 70px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-btn {
    min-height: 5.7142857143vw;
  }
  .p-contact-btn:hover .-free {
    background: #d64b18;
    color: #fff;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-btn {
    min-height: 80px;
  }
}
.p-contact-btn .-txt {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 740px) {
  .p-contact-btn .-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-btn .-txt {
    font-size: 1.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-btn .-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-contact-btn .-txt:before, .p-contact-btn .-txt:after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-btn .-txt:before, .p-contact-btn .-txt:after {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    right: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-btn .-txt:before, .p-contact-btn .-txt:after {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
.p-contact-btn .-mail {
  display: inline-block;
  background: currentcolor;
  mask: url(/_assets/_common/img/icon-contact02.svg) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  .p-contact-btn .-mail {
    width: 26px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 25px;
    translate: 0 -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-btn .-mail {
    width: 1.4285714286vw;
    height: 1.1428571429vw;
    margin-right: 0.8em;
    position: relative;
    top: 0.1em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-btn .-mail {
    width: 20px;
    height: 16px;
  }
}
.p-contact-btn .-value {
  display: inline-block;
  background: currentcolor;
  mask: url(/_assets/_common/img/icon-value.svg) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  .p-contact-btn .-value {
    width: 24px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 25px;
    translate: 0 -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-btn .-value {
    width: 1.2857142857vw;
    height: 1.5714285714vw;
    margin-right: 0.8em;
    position: relative;
    top: 0.3em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-btn .-value {
    width: 18px;
    height: 22px;
  }
}
.p-contact-btn .-free {
  background: #fff;
  color: #d64b18;
  border-radius: 100px;
  padding: 0.2em 0.5em 0.25em 0.6em;
  display: inline-block;
  margin-left: 0.4em;
  position: relative;
  top: -0.2em;
  transition: background 0.4s, color 0.4s;
}
@media only screen and (max-width: 740px) {
  .p-contact-btn .-free {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-btn .-free {
    font-size: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-btn .-free {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.p-contact-tel {
  border-top: 1px solid rgba(29, 41, 81, 0.2);
}
@media only screen and (max-width: 740px) {
  .p-contact-tel {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-tel {
    padding-top: 2.8571428571vw;
    margin-top: 2.8571428571vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-tel {
    padding-top: 40px;
    margin-top: 40px;
    gap: 50px;
  }
}

.p-contact-tel-hl {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-contact-tel-hl {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0.8em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-tel-hl {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-tel-hl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-contact-tel-hl .-free {
  background: #1d2951;
  color: #fff;
  border-radius: 100px;
  padding: 0.2em 0.5em 0.25em 0.6em;
  display: inline-block;
  margin-left: 0.4em;
  position: relative;
  top: -0.2em;
  transition: background 0.4s, color 0.4s;
}
@media only screen and (max-width: 740px) {
  .p-contact-tel-hl .-free {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-tel-hl .-free {
    font-size: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-tel-hl .-free {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-contact-tel-num {
    margin-inline: 15px;
    text-align: right;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-tel-num {
    display: flex;
    align-items: center;
    gap: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-tel-num {
    gap: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-tel-num dt a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 740px) {
  .p-contact-tel-num dt img {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-tel-num dt img {
    height: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-tel-num dt img {
    height: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .p-contact-tel-num dd {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0.6em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-tel-num dd {
    font-size: 0.8571428571vw;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-tel-num dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-interview-list {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8571428571vw;
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-list {
    gap: 40px;
    margin-top: 35px;
  }
}

.p-interview-item {
  background: #fff;
  border-radius: 0 0 30px 0;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
}
@media only screen and (max-width: 740px) {
  .p-interview-item:not(:first-child) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-item {
    flex: 0 0 calc((100% - 5.7142857143vw) / 3);
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-item {
    flex: 0 0 calc((100% - 80px) / 3);
  }
}

.p-interview-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-interview-link .-new {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #1d2951;
  padding: 0.2em 0.5em 0.1em;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-interview-link .-new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-link .-new {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-link .-new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-interview-link .-new:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: 2px solid transparent;
  border-top: 8px solid #1d2951;
  border-bottom: none;
  position: absolute;
  left: 8px;
  top: 95%;
  rotate: -20deg;
}
.p-interview-link:hover .p-interview-img img {
  scale: 1.1;
}

.p-interview-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 640/412;
}
.p-interview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s;
}

.p-interview-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  .p-interview-body {
    padding: 20px 20px 45px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-body {
    padding: 1.7857142857vw 1.4285714286vw 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-body {
    padding: 25px 20px 50px;
  }
}

.p-interview-hl {
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 740px) {
  .p-interview-hl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-hl {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-hl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-interview-lead {
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-interview-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-lead {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

@media only screen and (max-width: 740px) {
  .p-deals-list {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-list {
    gap: 40px;
  }
}

.p-deals-item {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
}
@media only screen and (max-width: 740px) {
  .p-deals-item {
    border-radius: 0 0 20px 0;
  }
  .p-deals-item:not(:first-child) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-item {
    flex: 0 0 calc((100% - 2.8571428571vw) / 2);
    border-radius: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-item {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}

.p-deals-link {
  display: block;
}
@media only screen and (max-width: 740px) {
  .p-deals-link {
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-link {
    padding: 2.1428571429vw;
  }
  .p-deals-link:hover .p-deals-hl span {
    color: #0071bc;
    background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-link {
    padding: 30px;
  }
}

.p-deals-hl span {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
  transition: color 0.6s, background-size 0.6s;
}

.p-deals-data-table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table {
    border-spacing: 2px 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table {
    border-spacing: 0.2857142857vw 0;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table {
    border-spacing: 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-deals-data-table tr:first-child th div {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:first-child th div {
    margin: 0 3px 3px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:first-child th div {
    margin: 0 0.4285714286vw 0.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:first-child th div {
    margin: 0 6px 4px;
  }
}
.p-deals-data-table tr:first-child th div:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% -1px;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:first-child th div:after {
    width: 6px;
    height: 6px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:first-child th div:after {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:first-child th div:after {
    width: 10px;
    height: 10px;
  }
}
.p-deals-data-table tr:first-child th:nth-child(2) div {
  background: #1d2951;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:first-child th:nth-child(2) div:after {
    border: 3px solid transparent;
    border-top: 6px solid #1d2951;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:first-child th:nth-child(2) div:after {
    border: 0.3571428571vw solid transparent;
    border-top: 0.7142857143vw solid #1d2951;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:first-child th:nth-child(2) div:after {
    border: 5px solid transparent;
    border-top: 10px solid #1d2951;
    border-bottom: none;
  }
}
.p-deals-data-table tr:first-child th:nth-child(3) div {
  background: #0071bc;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:first-child th:nth-child(3) div:after {
    border: 3px solid transparent;
    border-top: 6px solid #0071bc;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:first-child th:nth-child(3) div:after {
    border: 0.3571428571vw solid transparent;
    border-top: 0.7142857143vw solid #0071bc;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:first-child th:nth-child(3) div:after {
    border: 5px solid transparent;
    border-top: 10px solid #0071bc;
    border-bottom: none;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:nth-child(2) td {
    border-radius: 6px 6px 0 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:nth-child(2) td {
    border-radius: 0.7142857143vw 0.7142857143vw 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:nth-child(2) td {
    border-radius: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:last-child td {
    border-radius: 0 0 6px 6px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:last-child td {
    border-radius: 0 0 0.7142857143vw 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:last-child td {
    border-radius: 0 0 10px 10px;
  }
}
.p-deals-data-table tr:not(:last-child) td div {
  border-bottom: 1px solid #fff;
}
.p-deals-data-table tr:not(:last-child) th:first-child div {
  border-bottom: 1px solid #e0e4e7;
}
.p-deals-data-table th {
  text-align: left;
  height: 100%;
  font-weight: normal;
}
.p-deals-data-table th:first-child {
  width: 26%;
}
.p-deals-data-table th:first-child div {
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th:first-child div {
    padding: 5px 0;
    padding-left: 20px;
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th:first-child div {
    padding: 0.7142857143vw 0;
    padding-left: 1.7857142857vw;
    margin-right: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th:first-child div {
    padding: 10px 0;
    padding-left: 25px;
    margin-right: 5px;
  }
}
.p-deals-data-table th div {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/12px 12px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/12px 12px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/12px 12px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/12px 12px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/17px 17px no-repeat;
  }
}
.p-deals-data-table td {
  width: 34%;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table td {
    padding: 0 8px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table td {
    padding: 0 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table td {
    padding: 0 10px;
  }
}
.p-deals-data-table td:nth-child(2) {
  background: rgba(55, 79, 145, 0.1);
}
.p-deals-data-table td:nth-child(3) {
  background: rgba(0, 113, 188, 0.1);
}
.p-deals-data-table td div {
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table td div {
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table td div {
    padding: 0.7142857143vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table td div {
    padding: 10px 0;
  }
}