/*$base-width: 1400px;*/
.p-recommend {
  background: url(assets/img/comparison/bg_recommend.png) no-repeat left top/cover;
}
.p-recommend-wrap {
  background: #235664;
  margin-top: -12rem;
  padding: 12rem 1rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-recommend-wrap {
    margin-top: 0;
    padding: 16vw 0;
  }
}
.p-recommend .c-inner {
  max-width: 128rem;
}
@media screen and (max-width: 768px) {
  .p-recommend .c-inner {
    padding: 0;
  }
}
.p-recommend-head {
  margin-bottom: 5.5rem;
}
.p-recommend-head-catch {
  font-size: 2.8rem;
  color: #FE5E14;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recommend-head-catch {
    font-size: 5.8666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-recommend-head-title {
  font-size: 5.4rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recommend-head-title {
    font-size: 7.2vw;
    line-height: 1.3;
    padding-bottom: 6.6666666667vw;
  }
}
.p-recommend-head-title:after {
  content: "";
  width: 10rem;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-recommend-head-title:after {
    width: 13.3333333333vw;
  }
}
.p-recommend-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 1.5%;
}
@media screen and (max-width: 768px) {
  .p-recommend-body {
    display: block;
    padding: 0 5%;
  }
}
.p-recommend-body .unit {
  background: #fff;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit {
    width: 100%;
  }
}
.p-recommend-body .unit-wrap {
  background: #fff;
  padding-bottom: 1rem;
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-wrap {
    margin-bottom: 2.6666666667vw;
  }
}
.p-recommend-body .unit-catch {
  background: url(assets/img/comparison/bg_recommend_head.png);
  padding: 2.5rem 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-catch {
    padding: 6.6666666667vw 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
}
.p-recommend-body .unit-catch:after {
  content: "";
  width: 1px;
  height: 1.3rem;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-catch:after {
    height: 3.4666666667vw;
  }
}
.p-recommend-body .unit-head {
  padding: 2.5rem 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-head {
    padding: 6.6666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-head {
    font-size: 5.8666666667vw;
  }
}
.p-recommend-body .unit-head span {
  font-size: 2rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-head span {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
.p-recommend-body .unit-img {
  width: 100%;
  height: 25.8rem;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-img {
    margin: 0 auto;
    width: 78.6666666667vw;
    height: 46.6666666667vw;
  }
}
.p-recommend-body .unit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recommend-body .unit-url {
  margin: 1rem 2rem 0;
}
.p-recommend-body .unit-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2rem 3rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-txt {
    padding: 3.2vw 5.3333333333vw;
  }
}
.p-recommend-body .unit-btn {
  width: 27.4rem;
  padding: 2rem 0;
  display: block;
  background: #FE5E14;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
}
.p-recommend-body .unit-btn:before {
  right: 2rem;
}
.p-recommend-body .unit-btn:after {
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-btn {
    margin-top: 8vw;
    width: 90%;
  }
}
.p-recommend-body .unit-more {
  color: #333;
  font-weight: 700;
  width: calc(100% - 2rem);
  height: 7.2rem;
  margin: 2rem auto 2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #BACBCF;
}
.p-recommend-body .unit-more:before {
  background: #235664;
}
.p-recommend-body .unit-more:after {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-more {
    width: 90%;
    border: none;
    height: 19.2vw;
    margin: 5.3333333333vw auto 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.p-recommend-body .unit-more:before {
  left: calc(50% - 6.5rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-more:before {
    left: calc(50% - 14.6666666667vw);
  }
}
.p-recommend-body .unit-more:after {
  left: calc(50% - 5.8rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit-more:after {
    left: calc(50% - 13.3333333333vw);
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 769px) {
  .p-recommend-body .unit-more:hover {
    background: #235664;
    color: #fff;
  }
  .p-recommend-body .unit-more:hover:before {
    background: #fff;
  }
  .p-recommend-body .unit-more:hover:after {
    border-color: #235664;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend-body .unit + .unit {
    margin-top: 13.3333333333vw;
  }
}
.p-recommend-foot {
  color: #646464;
  margin: 5.5rem 12rem;
}
@media screen and (max-width: 768px) {
  .p-recommend-foot {
    margin: 4rem 5%;
  }
}

.p-item {
  margin: 16rem 0 21rem;
  padding-top: 9.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-item {
    margin: 18.6666666667vw 0;
  }
}
.p-item-img {
  position: absolute;
  width: 104.4rem;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-item-img {
    width: 90%;
  }
}
.p-item-head {
  background: #FE5E14;
  color: #fff;
  width: 97rem;
  margin: 0 0 0 auto;
  padding: 8.5rem 8rem;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-item-head {
    width: 73.3333333333vw;
    padding: 6.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-item-head:before {
  content: "";
  position: absolute;
  left: -5rem;
  top: 12.5rem;
  width: 10rem;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-item-head:before {
    left: 0;
    top: 26.6666666667vw;
    width: 92%;
  }
}
.p-item-head-catch {
  font-size: 5.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-item-head-catch {
    font-size: 7.2vw;
    line-height: 1.3;
  }
}
.p-item-head-ttl {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-item-head-ttl {
    font-size: 5.3333333333vw;
  }
}
.p-item-head-ttl .small {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-item-head-ttl .small {
    font-size: 2.9333333333vw;
  }
}
.p-item-body {
  position: relative;
  z-index: 2;
}
.p-item-body:after {
  content: "";
  background: #fff;
  -webkit-box-shadow: -1px 2px 2px 2px rgba(35, 86, 100, 0.05);
          box-shadow: -1px 2px 2px 2px rgba(35, 86, 100, 0.05);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 19.25vw);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-item-body:after {
    width: 95%;
    left: auto;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: -2px 2px 2px 1px rgba(35, 86, 100, 0.05);
            box-shadow: -2px 2px 2px 1px rgba(35, 86, 100, 0.05);
  }
}
.p-item-body .c-inner {
  padding: 6.5rem 5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-item-body .c-inner {
    padding: 6.6666666667vw 5% 6.6666666667vw 10%;
    background: none;
  }
}
.p-item-body-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info {
    display: block;
  }
}
.p-item-body-info .column.m-left {
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info .column.m-left {
    width: 100%;
  }
}
.p-item-body-info .column.m-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info .column.m-right {
    margin-left: 0;
  }
}
.p-item-body-info-img {
  width: 100%;
  height: 28.4rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-img {
    width: 95%;
    height: 46.6666666667vw;
  }
}
.p-item-body-info-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-item-body-info-url {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-url {
    margin-top: 2.6666666667vw;
    width: 95%;
  }
}
.p-item-body-info-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-title {
    margin: 8vw 0 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.p-item-body-info-point {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-point {
    margin-top: 5.3333333333vw;
  }
}
.p-item-body-info-point-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FE5E14;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-point-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-item-body-info-point ul {
  padding: 1.5rem 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-point ul {
    padding: 4vw 5.3333333333vw;
  }
}
.p-item-body-info-point ul:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #FE5E14;
  position: absolute;
  left: 1.5rem;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-point ul:before {
    left: 0;
  }
}
.p-item-body-info-point ul li {
  color: #646464;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-point ul li {
    font-weight: 700;
    padding-left: 6.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.p-item-body-info-point ul li:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 10rem;
  background: #235664;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-point ul li:before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.p-item-body-info-point ul li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-info-point ul li + li {
    margin-top: 2.6666666667vw;
  }
}
.p-item-body-block {
  position: relative;
  padding: 4rem 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-item-body-block {
    padding: 8vw 0;
  }
}
.p-item-body-block:before {
  content: "";
  background: url(assets/img/comparison/deco_item.png) no-repeat left top/contain;
  width: 34.3rem;
  height: 34.3rem;
  position: absolute;
  left: -5.5rem;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-item-body-block:before {
    left: -6.2%;
    width: 70.1333333333vw;
    height: 70.1333333333vw;
  }
}
.p-item-body-block-headline {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-headline {
    font-size: 5.8666666667vw;
    margin-bottom: 10.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.p-item-body-block-headline:before {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: #FE5E14;
  position: absolute;
  left: -5.5rem;
  top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-headline:before {
    left: -6.2%;
    top: 4vw;
    width: 5.3333333333vw;
  }
}
.p-item-body-block-tbl {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-tbl-wrap {
    width: 105%;
    position: relative;
    padding-right: 5%;
  }
}
.p-item-body-block-tbl th, .p-item-body-block-tbl td {
  padding: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-tbl th, .p-item-body-block-tbl td {
    padding: 2.6666666667vw 4vw;
  }
}
.p-item-body-block-tbl th {
  background: #BACBCF;
  width: 20.6rem;
  white-space: nowrap;
  text-align: center;
}
.p-item-body-block-tbl td {
  background: #f2f2f2;
  padding: 1.3rem 7rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-tbl td {
    padding: 2.6666666667vw 4vw;
    min-width: 80vw;
  }
}
.p-item-body-block + .p-item-body-block {
  margin-top: 2rem;
}
.p-item-body-block-box {
  border: 1px solid #BACBCF;
  padding: 6.5rem 3rem 2.5rem;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-box {
    padding: 6.6666666667vw 5%;
    background: #fff;
  }
}
.p-item-body-block-box-ttl {
  background: #235664;
  position: absolute;
  left: 0;
  top: -3rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-box-ttl {
    font-size: 5.0666666667vw;
    padding: 1.8666666667vw 4vw;
    top: -11.4666666667vw;
  }
}
.p-item-body-block-box-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-box-wrap {
    display: block;
  }
}
.p-item-body-block-box-wrap .column.m-left {
  width: 46.1rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-box-wrap .column.m-left {
    width: 100%;
    margin-right: 0;
  }
}
.p-item-body-block-box-wrap .column.m-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-item-body-block-box-wrap .column .img {
  width: 100%;
  height: 28.4rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-box-wrap .column .img {
    height: 46.6666666667vw;
  }
}
.p-item-body-block-box-wrap .column .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-item-body-block-box-wrap .column .url {
  margin: 0 0 0 auto;
  max-width: 49.7rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-box-wrap .column .url {
    margin: 2.6666666667vw 1.3333333333vw 8vw;
  }
}
.p-item-body-block-box-wrap .column .catch {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-box-wrap .column .catch {
    margin: 0 0 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.p-item-body-block-box-wrap .column .detail {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-box-wrap .column .detail + .url {
    margin: 2.6666666667vw 0 0;
  }
}
.p-item-body-block-box + .p-item-body-block-box {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-block-box + .p-item-body-block-box {
    margin-top: 21.3333333333vw;
  }
}
.p-item-body-foot {
  padding-bottom: 1rem;
  margin-top: 5rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-item-body-foot {
    margin-top: 8vw;
    padding-bottom: 8vw;
  }
}
.p-item-body-foot-btn {
  width: 43.9rem;
  padding: 2.6rem 0;
  display: block;
  background: #FE5E14;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 10.5rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-foot-btn {
    padding: 5.8666666667vw;
    width: 96%;
    margin: 0 auto 8vw;
  }
}
.p-item-body-foot-btn:before {
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-foot-btn:before {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: calc(50% - 2.6666666667vw);
  }
}
.p-item-body-foot-btn:after {
  right: 4rem;
}
@media screen and (max-width: 768px) {
  .p-item-body-foot-btn:after {
    right: 7.7333333333vw;
  }
}
.p-item-body-foot-more {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-item-body-foot-more {
    font-size: 5.3333333333vw;
  }
}
.p-item-body-foot-more:before {
  background: #235664;
}
.p-item-body-foot-more:after {
  border-color: #fff;
}

.p-chart {
  position: relative;
  z-index: 2;
}
.p-chart-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-chart-headline {
  padding: 12rem 0 9rem;
  text-align: center;
  color: #fff;
  font-size: 5.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-chart-headline {
    font-size: 7.2vw;
    padding: 13.3333333333vw 0;
  }
}
.p-chart-headline .orange {
  color: #FE5E14;
  font-size: 2.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-chart-headline .orange {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-chart-tbl {
  overflow-y: auto;
  height: 90rem;
  background: #fff;
  padding: 0 3rem;
  position: relative;
  border-top: 3rem solid #fff;
  border-bottom: 6rem solid #fff;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-chart-tbl {
    overflow: scroll;
    height: 173.3333333333vw;
    width: 100%;
    padding: 0 5.3333333333vw 5.3333333333vw 0;
    border-top: 5.3333333333vw solid #fff;
    border-left: 5.3333333333vw solid #fff;
    border-bottom: none;
    height: 160vw;
  }
}
.p-chart-tbl table th, .p-chart-tbl table td {
  width: 18.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-chart-tbl table th, .p-chart-tbl table td {
    width: 48vw;
  }
}
@media screen and (max-width: 768px) {
  .p-chart-tbl table th, .p-chart-tbl table td {
    width: auto;
    white-space: nowrap;
  }
}
.p-chart-tbl table th.m-vh {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background: #235664;
  padding: 2.5rem 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  height: 10.8rem;
  vertical-align: middle;
  border-bottom: 2rem solid #fff;
}
@media screen and (max-width: 768px) {
  .p-chart-tbl table th.m-vh {
    height: 21.6vw;
    padding: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-chart-tbl table th.m-vh {
    font-size: 4vw;
  }
}
.p-chart-tbl table th.m-vh:after {
  content: "";
  width: 1px;
  height: 4.5rem;
  position: absolute;
  top: calc(50% - 2.2rem);
  right: 1px;
  background: #fff;
}
.p-chart-tbl table th.m-vh:last-of-type:after {
  content: none;
}
.p-chart-tbl table td {
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 2rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-chart-tbl table td {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.p-chart-tbl table td:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 1px;
  top: 0;
  background: #CFCFCF;
}
.p-chart-tbl table td:last-of-type:after {
  content: none;
}
.p-chart-tbl table td.m-feature {
  text-align: left;
  font-weight: 400;
}
.p-chart-tbl-item {
  padding: 0 1rem;
  text-align: center;
}
.p-chart-tbl-item-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-chart-tbl-item-name {
    font-size: 4vw;
  }
}
.p-chart-tbl-item-img {
  width: 14.3rem;
  height: 8.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-chart-tbl-item-img {
    width: 28.8vw;
    height: 17.0666666667vw;
  }
}
.p-chart-tbl-item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-chart-tbl-item-url {
  padding: 0;
  margin: 0 auto;
  width: 14.3rem;
}
@media screen and (max-width: 768px) {
  .p-chart-tbl-item-url {
    width: 28.8vw;
    padding: 1.3333333333vw 0;
  }
  .p-chart-tbl-item-url p {
    font-size: 2.9333333333vw;
  }
}
.p-chart-tbl-item-btn {
  width: 14.3rem;
  padding: 1rem 1rem;
  display: block;
  background: #FE5E14;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-chart-tbl-item-btn {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 1.3333333333vw;
    margin: 2.1333333333vw 0 0;
  }
}
.p-chart-tbl-item-btn:before {
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-chart-tbl-item-btn:before {
    right: 1.6vw;
  }
}
.p-chart-tbl-item-btn:after {
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-chart-tbl-item-btn:after {
    right: 3.2vw;
  }
}

.p-other {
  margin: 18rem 0 28rem;
  padding-top: 10rem;
  background: url(assets/img/comparison/bg_other_pc.png) no-repeat left top/cover;
}
@media screen and (max-width: 768px) {
  .p-other {
    margin: 13.3333333333vw 0;
    background: url(assets/img/comparison/bg_other_sp.png) repeat-y left top/100% auto;
  }
}
.p-other-headline {
  font-size: 5.4rem;
  line-height: 1.3703703704;
  font-weight: 700;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-other-headline {
    font-size: 7.2vw;
  }
}
.p-other-headline .orange {
  color: #FE5E14;
}
@media screen and (max-width: 768px) {
  .p-other-headline {
    padding-bottom: 4vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-other-headline:after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #235664;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-other-headline:after {
    width: 13.3333333333vw;
  }
}
.p-other-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-other-links {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
  }
}
.p-other-links-unit {
  background: #fff;
  position: relative;
  padding: 8rem 4rem 5rem;
  border-bottom: 2px solid #FE5E14;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 768px) {
  .p-other-links-unit {
    padding: 13.3333333333vw 5% 8vw;
  }
}
.p-other-links-unit .icn {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  font-size: 7rem;
  font-weight: 700;
  color: #BACBCF;
}
@media screen and (max-width: 768px) {
  .p-other-links-unit .icn {
    font-size: 14.6666666667vw;
    top: 1.3333333333vw;
    right: 2.1333333333vw;
    line-height: 1;
  }
}
.p-other-links-unit .headline {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-other-links-unit .headline {
    font-size: 5.8666666667vw;
  }
}
.p-other-links-unit .headline .orange {
  color: #FE5E14;
}
.p-other-links-unit .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-other-links-unit .list {
    gap: 4vw;
  }
}
.p-other-links-unit .list .link a {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 3.5rem;
}
.p-other-links-unit .list .link a:before {
  background: #235664;
}
.p-other-links-unit .list .link a:after {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-other-links-unit .list .link a {
    padding-left: 6.6666666667vw;
  }
}
.p-other-links.m-wide {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-other-links.m-wide {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
  }
}
.p-other-links.m-wide .p-other-links-unit .list {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-other-links.m-wide .p-other-links-unit .list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}