@charset "UTF-8";
@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 900;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Black.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 400;
  src: url(../../../products/_assets/font/worksans/WorkSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 500;
  src: url(../../../products/_assets/font/worksans/WorkSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 700;
  src: url(../../../products/_assets/font/worksans/WorkSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 900;
  src: url(../../../products/_assets/font/worksans/WorkSans-Black.ttf) format("truetype");
}
/*
 * サイト内パラメータ設定ファイル
 */
/*
 * 関数定義用ファイル
 */
/*
 * メディアクエリ用mixin
 */
._page_1xuv7_51 ._planOptionTable_1xuv7_51 {
  height: 100%;
}
._page_1xuv7_51 ._options_1xuv7_54 {
  margin-top: clamp(1.875rem, 0.9842519685vw + 1.6781496063rem, 2.5rem);
  border-radius: 12px;
  background-color: white;
  padding: 24px 24px 30px;
}
._page_1xuv7_51 ._options_1xuv7_54 ._optionsText_1xuv7_60 {
  font-weight: 900;
  font-size: 24px;
  text-align: center;
}
._page_1xuv7_51 ._options_1xuv7_54 ._optionsAnchor_1xuv7_65 {
  margin-top: 14px;
  display: grid;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._options_1xuv7_54 ._optionsAnchor_1xuv7_65 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
._page_1xuv7_51 ._planApply_1xuv7_80 td {
  height: 100%;
}
._page_1xuv7_51 ._planApply_1xuv7_80 td > ._planApplyGrid_1xuv7_83 {
  display: grid;
  align-content: space-between;
  height: 100%;
}
._page_1xuv7_51 ._planApply_1xuv7_80 td p {
  font-size: clamp(0.75rem, 0.1968503937vw + 0.7106299213rem, 0.875rem);
  font-weight: 400;
}
._page_1xuv7_51 ._planApply_1xuv7_80 td a {
  width: calc(100% - 16px);
}
._page_1xuv7_51 ._planApply_1xuv7_80 td a span {
  margin-right: 20px;
}
._page_1xuv7_51 ._stickyPlanBar_1xuv7_98 {
  position: fixed;
  top: 0;
  z-index: 99;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
._page_1xuv7_51 ._stickyPlanBar_1xuv7_98._stickyPlanBarShow_1xuv7_107 {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
._page_1xuv7_51 ._stickyPlanBarInner_1xuv7_112 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  gap: 0;
  align-items: stretch;
}
._page_1xuv7_51 ._stickyPlanBarItem_1xuv7_119 {
  display: flex;
  flex-direction: column;
  padding: 14px 16px 26px;
  background-color: #f3f8f9;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
._page_1xuv7_51 ._stickyPlanBarItem_1xuv7_119 a {
  width: 90%;
  margin-inline: auto;
  height: 30px;
}
._page_1xuv7_51 ._stickyPlanBarItem_1xuv7_119 a span {
  line-height: 30px;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._stickyPlanBarItem_1xuv7_119 {
    font-size: 24px;
  }
}
._page_1xuv7_51 ._stickyPlanBarItem_1xuv7_119 strong {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.8;
}
._page_1xuv7_51 ._stickyPlanBarItem_1xuv7_119:first-child {
  background-color: white;
}
._page_1xuv7_51 ._stickyPlanBarItem_1xuv7_119._stickyPlanBarPickup_1xuv7_155 {
  background-color: #80c4cd;
  position: relative;
}
._page_1xuv7_51 ._stickyPlanBarItem_1xuv7_119._stickyPlanBarPickup_1xuv7_155:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #80c4cd;
  left: 0;
  bottom: 100%;
}
._page_1xuv7_51 ._planOptionBlock_1xuv7_169 {
  border: 2px solid #80c4cd;
  border-radius: 12px;
}
._page_1xuv7_51 ._planOptionBlock_1xuv7_169 + ._planOptionBlock_1xuv7_169 {
  margin-top: 24px;
}
._page_1xuv7_51 ._planOptionBlockHead_1xuv7_176 {
  background-color: #f3f8f9;
  padding-inline: 14px;
  padding-block: 14px;
  border-radius: 10px 10px 0 0;
}
._page_1xuv7_51 ._planOptionBlockHead_1xuv7_176._label_1xuv7_182 {
  position: relative;
}
._page_1xuv7_51 ._planOptionBlockHead_1xuv7_176._label_1xuv7_182:after {
  content: "一番人気";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #00838b;
  font-size: 10px;
  background-color: white;
  border: 2px solid #00838b;
  border-radius: 4px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-inline: 15px;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionBlockHead_1xuv7_176._label_1xuv7_182:after {
    font-size: 12px;
  }
}
._page_1xuv7_51 ._planOptionBlockHead_1xuv7_176._label_1xuv7_182._labelAi_1xuv7_206:after {
  content: "AI標準装備";
}
._page_1xuv7_51 ._planOptionBlockHead_1xuv7_176._active_1xuv7_209 {
  background-color: #80c4cd;
}
._page_1xuv7_51 ._planOptionBlockHead_1xuv7_176 p {
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}
._page_1xuv7_51 ._planOptionBlockHead_1xuv7_176 p strong {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
  font-weight: 900;
  line-height: 1.6;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 {
  padding-inline: 24px;
  padding-block: 14px 24px;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 h3 {
  text-align: center;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 h3 strong {
  font-size: 20px;
  margin-bottom: 4px;
  margin-right: 4px;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 p {
  line-height: 1.6;
  font-size: 12px;
  text-align: center;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 p strong {
  font-size: 15px;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 p span {
  font-size: 10px;
  display: inline-block;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 a {
  width: stretch;
  width: -moz-available;
  width: -webkit-fill-available;
  padding-right: 18px !important;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 a span {
  font-size: 14px;
  line-height: 42px;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 ._officeIcon_1xuv7_258 {
  width: 200px;
  margin-bottom: 10px;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 ._campaign_1xuv7_262 > img {
  display: block;
  margin: 8px auto 0;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 ._campaign_1xuv7_262 ._fontSmall_1xuv7_266 {
  font-size: 12px;
  font-weight: 700;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 ._campaign_1xuv7_262 ._fontSemi_1xuv7_270 {
  font-size: 14px;
  font-weight: 700;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 ._campaign_1xuv7_262 ._fontSemi_1xuv7_270 strong {
  font-size: 16px;
  margin-right: 4px;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 ._campaign_1xuv7_262 ._line_1xuv7_278 {
  text-decoration: line-through;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 ._campaign_1xuv7_262 ._campaign_after_1xuv7_281 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-bottom: 6px;
}
._page_1xuv7_51 ._planOptionBlockBody_1xuv7_224 ._campaign_1xuv7_262 ._campaign_after_1xuv7_281 ._fontLarge_1xuv7_288 {
  line-height: 1.2;
}
._page_1xuv7_51 ._planOptionTableWrap_1xuv7_291 {
  padding-top: 20px;
  overflow-x: auto;
  margin-right: clamp(-1.5rem, -1.5748031496vw + -1.1850393701rem, -2.5rem);
  padding-right: clamp(1.5rem, 1.5748031496vw + 1.1850393701rem, 2.5rem);
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionTableWrap_1xuv7_291 {
    margin-right: 0;
    padding-right: 0;
  }
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th {
  padding: 14px 16px 16px;
  background-color: #f3f8f9;
  border-right: 2px solid #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  vertical-align: top;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th {
    font-size: 24px;
  }
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th + th {
  border-left: 1px solid white;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th:nth-child(1) {
  background-color: white;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th:nth-child(2) {
  border-radius: 8px 0 0 0;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th._pickup_1xuv7_333 {
  background-color: #80c4cd;
  position: relative;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th._pickup_1xuv7_333:before {
  content: "";
  display: inline-block;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #80c4cd;
  left: 0;
  bottom: 100%;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th._pickup_1xuv7_333:after {
  content: "一番人気";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #00838b;
  font-size: 10px;
  background-color: white;
  border: 2px solid #00838b;
  border-radius: 4px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-inline: 11px;
  word-break: keep-all;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th._pickup_1xuv7_333:after {
    font-size: 12px;
    padding-inline: clamp(0.3125rem, 0.9842519685vw + 0.1156496063rem, 0.9375rem);
  }
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th:last-child {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th:last-child {
    font-size: 18px;
  }
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th:last-child:after {
  content: "AI標準装備";
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th p {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  margin-top: clamp(0.75rem, 0.3937007874vw + 0.6712598425rem, 1rem);
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionTable_1xuv7_51 thead th p {
    font-size: 14px;
  }
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody {
  border: 1px solid #dfe1e6;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody th,
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td {
  border-bottom: 1px solid #dfe1e6;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody th {
  padding: 17px 24px;
  background-color: #dbefef;
  border-right: 1px solid #dfe1e6;
  text-align: left;
  font-size: 15px;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody th {
    font-size: 16px;
  }
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody th small {
  font-size: 10px;
  font-weight: 400;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody th small {
    font-size: 12px;
  }
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody th:has(._thIcon_1xuv7_424) {
  padding: 8px 14px;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody th ._thIcon_1xuv7_424 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody th ._thIcon_1xuv7_424 img {
  width: clamp(1rem, 1.5748031496vw + 0.6850393701rem, 2rem);
  height: clamp(1rem, 1.5748031496vw + 0.6850393701rem, 2rem);
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody th ._thIcon_1xuv7_424 span {
  flex: 1;
  font-size: clamp(0.75rem, 0.3937007874vw + 0.6712598425rem, 1rem);
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td {
  padding: 16px;
  text-align: center;
  border-right: 1px solid #dfe1e6;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td strong {
  font-size: 20px;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td strong {
    font-size: 24px;
  }
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td small,
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td em {
  font-weight: 400;
  font-size: 10px;
  display: inline-block;
  margin-top: 8px;
}
@media screen and (min-width: 48.0625em) {
  ._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td small,
  ._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td em {
    font-size: 12px;
  }
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td em {
  font-weight: 700;
  font-style: normal;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td ._tableBtn_1xuv7_470 {
  display: grid;
  place-items: center;
  margin-top: 8px;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 tbody td ._tableImg_1xuv7_475 {
  display: block;
  margin: 0 auto 8px;
  max-width: 264px;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 ._campaign_1xuv7_262 ._fontSmall_1xuv7_266 {
  font-size: 12px;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 ._campaign_1xuv7_262 ._fontSemi_1xuv7_270 {
  font-size: 14px;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 ._campaign_1xuv7_262 ._fontSemi_1xuv7_270 strong {
  font-size: 16px;
  margin-right: 4px;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 ._campaign_1xuv7_262 ._line_1xuv7_278 {
  text-decoration: line-through;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 ._campaign_1xuv7_262 ._campaign_after_1xuv7_281 {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 6px;
}
._page_1xuv7_51 ._planOptionTable_1xuv7_51 ._campaign_1xuv7_262 ._campaign_after_1xuv7_281 ._fontLarge_1xuv7_288 {
  line-height: 1.2;
}