@charset "UTF-8";
/* ===========================================
 * Foundation
 * ======================================== */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */






/* TOPへ戻るのボタン */
.c-btn.fin {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  max-width: 389px;
  background-color: gray;
}



@media screen and (max-width: 1024px) {
  .c-btn.fin {
    max-width: 336px;
  }

}


/* TOPへ戻るボタンの挙動 */

.c-btn.fin {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  max-width: 389px;
  background-color: gray;
}

.c-btn__link.back::after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_93_606)'%3E%3Cmask id='mask0_93_606' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='26'%3E%3Cpath d='M0 26L26 26L26 0L2.27299e-06 -2.27299e-06L0 26Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_93_606)'%3E%3Cpath d='M12.9998 -0.000489418C15.5708 -0.000289193 18.0841 0.76221 20.2218 2.19061C22.3595 3.61911 24.0256 5.64941 25.0095 8.02471C25.9934 10.4001 26.2508 13.0138 25.7493 15.5355C25.2477 18.0571 24.0097 20.3734 22.1918 22.1915C20.9887 23.4169 19.5548 24.3918 17.9729 25.0598C16.3909 25.7279 14.6923 26.076 12.975 26.0838C11.2578 26.0917 9.55602 25.7593 7.96802 25.1058C6.38002 24.4523 4.93722 23.4906 3.72292 22.2764C2.50862 21.0621 1.54702 19.6193 0.893517 18.0313C0.240017 16.4432 -0.0924823 14.7415 -0.0845821 13.0242C-0.076682 11.307 0.271418 9.60841 0.939418 8.02641C1.60752 6.44451 2.58242 5.01061 3.80782 3.80751C5.01212 2.59651 6.44462 1.63641 8.02242 0.982809C9.60022 0.32921 11.2919 -0.00508957 12.9998 -0.000489418ZM18.9998 14.2775L18.9998 11.8435L10.3298 11.8435L14.1298 7.84351L12.3758 5.99951L5.67582 13.0595L12.3758 20.1205L14.1258 18.2775L10.3258 14.2775L18.9998 14.2775Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_93_606'%3E%3Crect width='26' height='26' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  transition: left 0.2s;
  transform: translateY(-50%);
  left: 20px;
}

.c-btn__link.back:hover::after {
  left: 15px;
}

@media screen and (max-width: 1024px) {
  .c-btn.fin {
    max-width: 336px;
  }

}

/*# sourceMappingURL=style.css.map */



/* newの位置調整 */
.p-comparison-table__new {
  position: relative;
  bottom: 3px;
}