:root {
  --color_blue: #113961;
  --color_orange: #f6ab00;
  --blue_text: #23375c;
  --blue_border: #5780bf;
  --deep_blue: #0f3c64;
}

* {
  scroll-behavior: smooth;
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

.on480,
.on768,
.on1024 {
  display: none;
}

@media (max-width: 1024px) {
  .on1024 {
    display: block;
  }
}

@media (max-width: 768px) {
  .on768 {
    display: block;
  }
}

@media (max-width: 480px) {
  .on480 {
    display: block;
  }
}

.off480 {
  display: block;
}

@media (max-width: 480px) {
  .off480 {
    display: none;
  }
}

#use_main1_title,
.degital2-ttlA,
.degital2-ttlC {
  margin-bottom: 0;
}

.mw {
  max-width: 850px;
}

.heading.orange {
  background-color: #f6ab00;
}

.heading.navy {
  background-color: #113961;
}

.heading .small {
  font-size: 14px;
}

.txt:not(:first-child) {
  margin-top: 24px;
}

.note_item a {
  color: var(--blue_border);
  font-size: 100%;
}

.note_item.strong {
  color: #ff0000;
}

.link {
  color: var(--blue_border);

  &:hover {
    color: var(--blue_border);
  }
}

.contact_btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--blue_border);
  border-radius: 8px;
  padding: 8px 16px;
  transition: opacity 0.3s;
}

.contact_btn a:hover {
  opacity: 0.8;
}

.contact_btn .btn_txt {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact_btn .btn_txt span {
  flex: 1;
  color: var(--blue_text);
  font-size: 22px;
}

.contact_btn .btn_txt img {
  width: 32px;
}

.contact_btn.to_estimate .btn_img {
  width: 88px;
}

.contact_btn.to_about .btn_txt span {
  font-size: 18px;
}

.contact_btn.to_about .btn_img {
  width: 132px;
}

.order_btn a {
  display: block;
  background-color: #fff;
  color: var(--blue_border);
  text-align: center;
  border: 2px solid var(--blue_border);
  border-radius: 8px;
  padding: 4px 16px;
  transition: opacity 0.3s;
  font-weight: bold;
}

.order_btn a:hover {
  opacity: 0.8;
}

.detail_link a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail_link .btn_txt {
  color: var(--blue_border);
}

.detail_link .btn_arrow_right {
  width: 24px;
}

.center_heading {
  font-weight: bold;
  color: var(--deep_blue);
  font-size: 28px;
  border-left: 8px solid var(--deep_blue);
  padding-left: 8px;
  margin-bottom: 16px;
}

.border_head {
  color: var(--color_blue);
  border-left: 8px solid var(--color_blue);
  padding: 2px 8px;
  font-size: 24px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 24px;
}

.border_head .note {
  font-size: 14px;
  padding-left: 24px;
  color: #000;
}

.card_box {
  background-image: linear-gradient(135deg, #1f69c5 20%, #e2fffd 80%);
  border-radius: 16px;
  position: relative;
  padding: 56px 24px 24px;
  margin-bottom: 40px;
}

.card_box .card_heading {
  color: #fff;
  font-size: 40px;
}

.card_box .card_txt {
  color: var(--color_blue);
  font-size: 22px;
  margin-top: 32px;
  font-weight: 600;
}

.card_box .card_txt .bg_wh {
  background-color: #fff;
}

.card_box .card_img_wrap {
  width: 496px;
  position: absolute;
  top: -95px;
  right: 0;
  z-index: 1;
}

.kind_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  margin-top: 24px;
}

.kind_item {
  width: calc(100% / 3 - 40px * 2 / 3);
  background-color: #f2f6f8;
  border-radius: 8px;
  overflow: hidden;
}

.kind_item .item_content {
  padding: 16px;
  padding-bottom: 24px;
}

.kind_item .item_head {
  color: var(--color_blue);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.kind_item .item_txt {
  margin-top: 8px;
  font-size: 12px;
  height: 5em;
}

.item_purpose {
  color: #005cb1;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 2px dotted #000;
  width: fit-content;
  margin-bottom: 8px;
}

.kind_item .child_item {
  list-style: none;
  font-size: 12px;
}

.kind_item .item_btn {
  margin-top: 24px;
}

.kind_item .item_btn a {
  font-weight: bold;
  font-size: 18px;
}

.kind_item .detail_link {
  margin-top: 24px;
  font-weight: bold;
}

.option_wrapper {
  padding-top: 12%;
}

.option_list {
  display: flex;
  gap: 40px;
  margin-top: 24px;
}

.option_item {
  flex: 1;
}

.option_item .item_img img {
  border-radius: 10px;
}

.option_item .item_textarea {
  margin-top: 16px;
}

.option_item .item_head {
  color: var(--deep_blue);
  font-weight: bold;
}

.option_item .item_txt {
  margin-top: 8px;
  font-size: 14px;
  line-height: calc(20 / 14);
  letter-spacing: -0.05em;
}

.option_item .item_link {
  color: #005cb1;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 16px;
  font-size: 14px;
}

.spec_wrapper {
  padding-top: 12%;
}

.spec_list {
  margin-top: 24px;
  border: 1px solid #bdc8d3;
}

.spec_item {
  display: flex;
}

.spec_item:not(:first-child) {
  border-top: 1px solid #bdc8d3;
}

.spec_item .spec_term {
  min-width: 152px;
  background-color: #e4ecf1;
  font-weight: bold;
  text-align: center;
  padding: 16px;
}

.spec_item .spec_desc {
  flex: 1;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.spec_item .spec_desc .item_note {
  font-size: 14px;
  padding-top: 4px;
}

.spec_wrapper .about {
  margin-top: 40px;
}

.spec_wrapper .about_head {
  color: var(--deep_blue);
  font-weight: bold;
  font-size: 20px;
}

.spec_wrapper .about_list {
  display: flex;
  gap: 6px;
  margin-top: 40px;
}

.spec_wrapper .about_item {
  flex: 1;
}

.spec_wrapper .about_item .item_head {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 500;
  padding: 2px;
  margin-top: 20px;
}

.spec_wrapper .about_item.bg {
  background-color: #eef3f6;
}

.spec_wrapper .about_item .item_cols {
  display: flex;
  justify-content: center;
  padding: 40px 32px;
  position: relative;
  gap: 80px;
}

.spec_wrapper .about_item .item_cols::before {
  content: "=";
  color: #005cb1;
  font-weight: bold;
  font-size: 56px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spec_wrapper .about_item .item_box {
  position: relative;
}

.spec_wrapper .about_item .item_txt {
  position: absolute;
  font-size: 11px;
  text-align: center;
  width: 100%;
  margin-top: 4px;
}

.check_item .item_head_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.check_item .item_icon {
  width: 32px;
}

.check_item .item_head {
  flex: 1;
  color: var(--color_blue);
  font-size: 24px;
}

.check_item .item_txt {
  margin-top: 16px;
}

.check_item:not(:first-child) {
  margin-top: 64px;
}

.price_wrapper {
  padding-top: 12%;
}

.option_table {
  margin-top: 40px;
}

.print_list {
  display: flex;
  gap: 32px;
  margin-top: 16px;
}

.print_item {
  width: calc(100% / 3 - 32px * 2 / 3);
}

.print_item .item_head {
  font-size: 16px;
  font-weight: 600;
}

.print_item .item_img {
  margin-top: 8px;
}

.print_item .item_txt {
  font-size: 14px;
  margin-top: 8px;
}

.price_table {
  overflow-x: auto;
}

.price_table table {
  border-collapse: collapse;
}

.price_table th,
.price_table td {
  text-align: center;
  padding: 0.5em !important;
  border: none;
}

.price_table .card_img_box {
  padding-top: 8px;
  padding-bottom: 16px;
}

.price_table .card_img_box img {
  margin: 0 auto;
  width: 90%;
}

.price_table .card_img_wrap .detail_link {
  font-size: 14px;
  color: #3c82c3;
}

.price_table .order_btn {
  margin-top: 16px;
  margin-bottom: 16px;
}

.price_table .card_group .design {
  font-size: 12px;
  display: block;
  font-weight: 300;
}

.price_table .price_num {
  font-size: 16px;
}

.price_table .price_unit {
  font-size: 12px;
  display: block;
}

.price_table .unit,
.price_table .blank {
  width: 72px;
  font-size: 14px;
  font-weight: 400;
}

.price_table .top_left {
  background-color: #f2f6f8;
}

.price_table tbody tr:nth-of-type(even) td {
  background-color: #fff;
}

.price_table tbody tr:nth-of-type(even) th {
  background-color: #f2f6f8;
}

.price_table tbody tr:nth-of-type(odd) td {
  background-color: #eef3f6;
}

.price_table tbody tr:nth-of-type(odd) th:not(.card_group) {
  background-color: #e4ecf1;
}

.price_table .card_group {
  font-size: 16px;
  color: var(--deep_blue);
  background-color: #eef3f6;
}

.price_table .table_plus {
  width: 24px;
  color: var(--blue_border);
  font-size: 32px;
  position: relative;
  padding: 0 0 0.2em !important;
}

.price_table .table_plus .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  font-weight: 400;
  z-index: 1;
  padding-bottom: 0.2em;
}

.price_table .table_plus .circle:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #bdc8d3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.price_table .table_plus .white {
  color: #fff;
  font-weight: 400;
}

.price_table .head {
  background-color: #3c82c3 !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-size: 20px;
  border-bottom: 10px solid #005cb1;
}

.price_table_title table {
  margin-bottom: 0;
}

.price_note {
  display: block;
  font-size: 12px;
}

.price_table .calc_head {
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.card_sec .note_item {
  font-size: 14px;
}

.card_sec .note_item .caution {
  display: block;
}

.card_sec .note_item.caution {
  color: #ff0000;
}

.card_sec .contact_box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #f2f6f8;
  border-radius: 8px;
  padding: 16px;
}

.card_sec .contact_img {
  width: 45%;
}

.card_sec .contact_textarea {
  flex: 1;
}

.card_sec .contact_heading {
  color: var(--deep_blue);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 20px;
}

.card_sec .contact_heading.on480 {
  display: none;
}

.card_sec .contact_heading::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  background-image: url(../img/ic_card_nfc/icon_check_or.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.card_sec .txt {
  font-weight: 500;
}

.card_sec .contact_btn {
  margin-top: 24px;
}

.card_sec .contact_btn a {
  background-color: #fff;
  font-weight: bold;
  justify-content: center;
  color: #3c82c3;
  padding: 12px;
}

.box {
  padding-top: 80px;
}

.check_heading {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  margin-top: 72px;
}

.check_heading .check_icon {
  width: 64px;
}

.check_heading .check_txt {
  font-size: 32px;
  color: var(--deep_blue);
  font-weight: bold;
}

.check_heading .check_txt .small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}

.original_list {
  display: flex;
  gap: 32px;
  margin-top: 96px;
}

.original_item {
  flex: 1;
  border-radius: 16px;
  border: 2px solid #3c82c3;
  border-radius: 8px;
  position: relative;
  padding: 56px 16px 8px;
}

.original_item .item_img {
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  width: 224px;
  aspect-ratio: 224 / 144;
}

.original_item .item_txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #3c82c3;
}

.original_item .item_card {
  width: calc(178 / 296 * 100%);
  margin: 72px auto 50px;
  position: relative;
}

.original_item .item_card::before {
  content: "";
  display: block;
  width: 50px;
  height: 18px;
  background-image: url(../img/ic_card/triangle.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.original_item .item_btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
}

.original_item .item_btn a {
  background-color: var(--blue_border);
  color: #fff;
  text-align: center;
  display: block;
  text-align: center;
  font-weight: 600;
  border-radius: 28px;
  padding: 8px 0;
  font-size: 20px;
  display: block;
}

.page_ic_card .calculation_method {
  margin-top: 80px;
}

.calculation_head {
  color: var(--color_blue);
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.calculation_head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 1px dashed #251e1c;
}

.calculation_box {
  width: 896px;
  background-color: #f2f6f8;
  border-radius: 8px;
  padding: 14px 20px;
  margin-top: 40px;
}

.calculation_item .item_head {
  width: fit-content;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #f6ab00;
  border-radius: 16px;
  padding: 8px 16px;
}

.calculation_item:not(:last-child) {
  border-bottom: 4px solid var(--color_blue);
  padding-bottom: 30px;
  margin-bottom: 32px;
}

.calculation_item .item_img {
  width: 688px;
  margin-top: 24px;
}

.calculation_item .example_txt {
  color: #646464;
  font-weight: 600;
}

.calculation_item .formula {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 22px;
}

.calculation_item .formula_list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calculation_item .formula_item {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  width: 152px;
}

.calculation_item .formula_item .item_txt_area span {
  display: block;
  text-align: center;
}

.calculation_item .formula_item .item_txt_area .item_name {
  font-size: 14px;
  line-height: 1.4;
}

.calculation_item .formula_item .item_txt_area .item_name .small {
  font-size: 12px;
}

.calculation_item .formula_item .item_txt_area .item_price {
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
}

.calculation_item .formula_result {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.calculation_item .formula_result .equal {
  font-size: 24px;
  padding-bottom: 4px;
}

.calculation_item .plus {
  color: #242b54;
  font-size: 32px;
  font-weight: 300;
}

.calculation_item .formula_result {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.calculation_item .formula_result .equal {
  color: #242b54;
  font-size: 32px;
  font-weight: 300;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .kind_item .item_txt {
    height: 7em;
  }
}

@media (max-width: 768px) {
  .original_item .item_txt {
    font-size: 16px;
  }

  .calculation_method {
    overflow-x: auto;
  }

  .calculation_box {
    width: fit-content;
  }
}

.intro_sec {
  padding-top: 24px;
  padding-bottom: 60px;
}

.intro_sec .wrapper {
  width: calc(752 / 968 * 100%);
}

.intro_sec .heading {
  color: var(--deep_blue);
  font-size: clamp(32px, calc(36 / 1670 * 100vw), 36px);
  padding-left: 16px;
  border-left: 8px solid var(--deep_blue);
}

.intro_sec .sub_head {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  padding-left: 16px;
  border-left: 8px solid #ff2c61;
  line-height: calc(34 / 20);
  padding-top: 16px;
}

.intro_sec .txt_area {
  padding-top: 24px;
  border-top: 1px solid #000;
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.intro_sec .flow_box {
  margin-top: 80px;
  background-color: #f2f6f8;
  padding: 64px 24px 56px;
  border-radius: 16px;
}

.intro_sec .flow_item:not(:first-child) {
  margin-top: 40px;
}

.intro_sec .flow_item .item_head {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.intro_sec .flow_item .item_head .point {
  width: 200px;
  position: absolute;
  left: -24px;
  top: -96px;
}

.intro_sec .flow_item .item_cols {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}

.intro_sec .flow_item .item_img {
  width: 47%;
}

.intro_sec .flow_item .item_img img {
  border-radius: 16px;
}

.intro_sec .flow_item .item_txt {
  flex: 1;
  line-height: calc(24 / 16);
}

.intro_sec .scene {
  margin-top: 40px;
}

.intro_sec .head {
  color: #005cb1;
  font-size: 24px;
  font-weight: bold;
  width: fit-content;
  border-bottom: 1px dotted #000000;
  margin-bottom: 16px;
}

.intro_sec .scene_item {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  gap: 4px;
}

.intro_sec .scene_item::before {
  content: "";
  display: block;
  background-image: url(../img/ic_card_nfc/icon_check.svg);
  background-size: contain;
  width: 20px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  flex: none;
}

.intro_sec .recommend {
  margin-top: 56px;
}

.intro_sec .recommend_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 3%;
}

.intro_sec .recommend_item {
  color: var(--deep_blue);
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 12px;
}

.intro_sec {
  display: flex;
  justify-content: space-between;
}

.intro_sec .side_content {
  transform: translateY(-130px);
  margin-bottom: -130px;
}

.intro_sec .side_btn a {
  width: 196px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3c82c3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border: 4px solid #fff;
  box-shadow: 0 8px 0 #000;
}

.intro_sec .side_btn a:hover {
  box-shadow: 0 4px 0 #000;
  transform: translateY(4px);
  opacity: 1;
}

.intro_sec .side_ttl {
  font-size: 160px;
  color: #e5eef7;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: reverse;
  margin-top: 16px;
  width: 180px;
  line-height: 1;
  white-space: nowrap;
}

.white_card_sec {
  padding-top: 18%;
  padding-bottom: 12%;
}

.white_card_sec .price_table .card_img_wrap {
  padding: 0;
}

.white_card_sec .contact_btn {
  margin-top: 56px;
}

.white_card_sec .table_wrap table {
  width: 872px;
}

.white_card_sec .card_img_wrap .detail_link {
  font-size: 13px;
}

.uv_sec {
  padding-top: 220px;
  padding-bottom: 60px;
}

.uv_sec .check_list {
  padding-bottom: 80px;
}

.uv_sec .use_wrapper {
  max-width: 950px;
}

.uv_sec .use_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.uv_sec .use_item {
  width: calc(100% / 3 - 16px * 2 / 3);
  background-color: #f2f6f8;
  padding: 16px;
  border-radius: 16px;
}

.uv_sec .use_item .item_head {
  font-size: 18px;
  color: var(--color_blue);
  margin-bottom: 8px;
}

.uv_sec .use_item .item_recommend {
  color: var(--color_blue);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-top: 16px;
  position: relative;
  z-index: 0;
}

.uv_sec .use_item .item_recommend::before {
  content: "";
  display: block;
  width: calc(100% + 24px);
  height: calc(100% + 2px);
  background-color: #fff000;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.uv_sec .use_item .item_name {
  color: var(--color_blue);
  font-size: 16px;
  margin-top: 24px;
}

.uv_sec .use_item .item_txt {
  margin-top: 8px;
  font-size: 12px;
  height: 5em;
}

.uv_sec .use_item .item_cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.uv_sec .use_item .child_list {
  padding-left: 0;
}

.uv_sec .use_item .child_item:not(:first-child) {
  border-top: 1px solid #bdc8d3;
  margin-top: 20px;
}

.uv_sec .use_item .order_btn {
  width: calc(128 / (304 - 32) * 100%);
}

.uv_sec .use_item .detail_link {
  font-size: 14px;
  font-weight: bold;
}

.uv_sec .contact_btn.to_estimate {
  margin-top: 48px;
}

.uv_sec .contact_btn.to_about {
  margin-top: 40px;
}

.uv_sec .note_list {
  margin-top: 24px;
}

.uv_sec .txt {
  margin-top: 20px;
}

.card_sec .flow_wrapper {
  margin-top: 88px;
}

.card_sec .flow_heading {
  color: var(--deep_blue);
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.flow_heading::before,
.flow_heading::after {
  content: "";
  display: block;
  width: 4px;
  height: 64px;
  border-radius: 2px;
  background-color: var(--deep_blue);
}

.card_sec .flow_list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.card_sec .flow_item {
  flex: 1;
  border: 2px solid #005cb1;
  border-radius: 8px;
  background-color: #f2f6f8;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  counter-increment: flow_item;
  aspect-ratio: 160 / 184;
  position: relative;
}

.card_sec .flow_item .item_head {
  font-weight: bold;
  font-size: clamp(16px, calc(18 / 1670 * 100vw), 18px);
  text-align: center;
  color: #005cb1;
  height: 2em;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.card_sec .flow_item::before {
  content: counter(flow_item);
  display: block;
  font-size: clamp(40px, 60px, 60px);
  color: #005cb1;
  font-weight: bold;
  line-height: 1;
}

.card_sec .flow_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16 / 40;
  background-color: #005cb1;
  position: absolute;
  bottom: 16%;
  left: calc(100% + 8px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.card_sec .flow_cols {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 12%;
}

.card_sec .flow_img {
  width: 144px;
}

.card_sec .flow_textarea {
  flex: 1;
}

.card_sec .flow_head {
  color: var(--deep_blue);
  font-size: 24px;
  margin-bottom: 8px;
}

.card_sec .flow_txt {
  font-size: 20px;
}

.card_sec .note_item {
  font-weight: 500;
  font-size: 16px;
}

.card_sec .cta_wrapper {
  padding-top: 40px;
}

.card_sec .cta_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #005cb1;
  border-radius: 2px;
}

.card_sec .cta_cols {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}

.card_sec .cta_img {
  width: 350px;
}

.card_sec .cta_content {
  flex: 1;
  position: relative;
  padding-right: 24px;
  padding-bottom: 24px;
}

.card_sec .cta_content::before {
  content: "";
  display: block;
  width: 130%;
  height: 92%;
  background-color: #e4ecf1;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  z-index: -1;
}

.card_sec .cta_list {
  display: flex;
  gap: 16px;
}

.card_sec .cta_item {
  flex: 1;
}

.card_sec .cta_item a {
  text-align: center;
  background-color: #3c82c3;
  border-radius: 8px;
  aspect-ratio: 232 / 88;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
}

.card_sec .cta_item .item_icon {
  width: 124px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
  z-index: 1;
}

.card_sec .cta_item .item_txt {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.card_sec .cta_box {
  background-color: #f2f6f8;
  border-radius: 8px;
  padding: 40px 24px;
  margin-top: 24px;
}

.card_sec .cta_heading {
  text-align: center;
  color: #005cb1;
}

.card_sec .cta_tel {
  font-weight: bold;
  text-align: center;
  font-size: 50px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.card_sec .cta_tel a {
  color: var(--deep_blue);
  font-family: "Oswald", sans-serif;
}

.card_sec .cta_info {
  color: #005cb1;
  font-size: 20px;
  font-weight: 500;
  border-top: 1px solid #005cb1;
  border-bottom: 1px solid #005cb1;
  width: fit-content;
  margin-inline: auto;
}

.card_sec .cta_info .time {
  font-size: 28px;
}

.card_sec .guide_list {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  flex-wrap: wrap;
}

.card_sec .guide_item {
  flex: 1;
  min-width: fit-content;
}

.card_sec .guide_item:last-child a {
  border-right: 2px solid #3c82c3;
}

.card_sec .guide_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c82c3;
  gap: 8px;
  border-left: 2px solid #3c82c3;
  padding: 8px 16px;
}

.card_sec .guide_item .item_icon {
  width: 32px;
}

.card_sec .guide_item .item_txt {
  font-size: 20px;
  font-weight: bold;
}

.reason_sec .sec_ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

.reason_sec .sec_ttl .en {
  font-size: 80px;
}

.reason_sec .sec_ttl .good {
  color: #3c82c3;
}

.reason_sec .sec_ttl .card {
  color: var(--deep_blue);
}

.reason_sec .sec_ttl .large {
  font-size: 56px;
}

.reason_sec .reason_list {
  margin-top: 40px;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 3;
  padding-left: 150px;
}

.reason_sec .reason_item {
  counter-increment: reason_item;
}

.reason_sec .reason_item:not(:first-child) {
  margin-top: 88px;
}

.reason_sec .img {
  position: absolute;
  z-index: 1;
}

.reason_sec .img01 {
  width: 390px;
  top: 0;
  right: -32px;
}

.reason_sec .img02 {
  width: 374px;
  top: 47%;
  left: -24px;
  transform: translateY(-50%);
  z-index: 3;
}

.reason_sec .img03 {
  width: 554px;
  bottom: 16px;
  right: -74px;
  z-index: 3;
}

.reason_sec .reason_item .item_head {
  color: #005cb1;
  font-size: 44px;
  font-weight: bold;
  position: relative;
  padding-left: 88px;
}

.reason_sec .reason_item .item_head::before {
  content: counter(reason_item);
  display: block;
  color: #005cb1;
  font-size: 106px;
  font-weight: bold;
  border-bottom: 8px solid #ff2c61;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  padding: 0 16px 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reason_sec .reason_item .item_txt {
  font-size: 16px;
  padding-left: 92px;
}

.reason_sec .container {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
}

.reason_sec .content {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
  background-color: #f2f6f8;
  padding-top: 24px;
  padding-bottom: 128px;
  position: relative;
}

.reason_sec .content::after {
  content: "";
  display: block;
  width: 1300px;
  height: 188px;
  background-color: #e4ecf1;
  position: absolute;
  bottom: 274px;
  transform: rotate(-8deg) translateX(-50%);
  left: 50%;
  z-index: 2;
}

.reason_sec .content::before {
  content: "";
  display: block;
  width: 1300px;
  height: 360px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  transform: rotate(14deg) translateX(-50%);
  left: 50%;
  z-index: 1;
}

.white_card_sec .cta_wrapper::before {
  display: none;
}

@media (max-width: 1024px) {
  .reason_sec .reason_item .item_head {
    font-size: 36px;
  }

  .reason_sec .reason_list {
    padding-left: 100px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .uv_sec .use_item .item_txt {
    height: 6em;
  }
}

@media (max-width: 768px) {
  .kind_list {
    column-gap: 16px;
  }

  .kind_item {
    width: calc(100% / 3 - 16px * 2 / 3);
  }

  .kind_item .item_btn a {
    font-size: 16px;
  }

  .intro_sec {
    position: relative;
  }

  .intro_sec .side_content {
    position: absolute;
    right: 0;
    top: -80px;
    transform: none;
    margin-bottom: 0;
  }

  .intro_sec .side_btn a {
    width: 160px;
  }

  .intro_sec .side_ttl {
    display: none;
  }

  .card_box .card_img_wrap {
    width: 350px;
  }

  .card_sec .flow_list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card_sec .cta_cols {
    margin-top: 80px;
  }

  .card_sec .cta_img {
    display: none;
  }

  .card_sec .cta_content {
    padding: 24px;
  }

  .card_sec .cta_content::before {
    width: 100%;
  }

  .card_sec .flow_item {
    flex: none;
    width: 25%;
  }

  .intro_sec .wrapper {
    width: 100%;
  }

  .intro_sec .col02 {
    width: 30%;
  }

  .white_card_sec .price_table table {
    width: 100%;
  }

  .white_card_sec .price_table .card_group {
    font-size: 12px;
  }

  .uv_sec .use_item {
    width: calc(100% / 2 - 16px / 2);
  }

  .reason_sec {
    overflow: hidden;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .reason_sec .reason_item .item_head::before {
    position: static;
    width: fit-content;
    transform: none;
  }

  .reason_sec .reason_list {
    padding-left: 0;
  }

  .reason_sec .img01 {
    width: 300px;
    top: 120px;
  }

  .reason_sec .img02 {
    width: 240px;
    left: 280px;
  }

  .reason_sec .img03 {
    width: 320px;
    right: 80px;
    bottom: 230px;
  }

  .reason_sec .container::before {
    content: "";
    display: block;
    width: 1300px;
    height: 360px;
    background-color: #fff;
    position: absolute;
    top: 200px;
    transform: rotate(-14deg) translateX(-50%);
    left: 50%;
    z-index: 1;
  }

  .reason_sec .container::after {
    content: "";
    display: block;
    width: 1300px;
    height: 188px;
    background-color: #e4ecf1;
    position: absolute;
    top: 540px;
    transform: rotate(14deg) translateX(-50%);
    left: 50%;
    z-index: 1;
  }

  .reason_sec .content::before {
    bottom: 144px;
  }

  .reason_sec .content::after {
    bottom: 460px;
    background-color: #f2f6f8;
  }
}

@media (max-width: 480px) {
  .contact_btn {
    width: 100%;
  }

  .contact_btn a {
    padding: 8px;
  }

  .contact_btn .btn_txt span {
    font-size: 16px;
  }

  .contact_btn .btn_txt img {
    display: none;
  }

  .contact_btn.to_estimate .btn_img {
    width: 60px;
  }

  .contact_btn.to_about .btn_img {
    width: 80px;
  }

  .contact_btn.to_about .btn_txt span {
    font-size: 16px;
  }

  .card_box {
    background-image: linear-gradient(135deg, #1f69c5 30%, #e2fffd 90%);
    padding-top: 156px;
    margin-bottom: 24px;
  }

  .card_box .card_img_wrap {
    top: -72px;
  }

  .card_box .card_heading {
    font-size: 26px;
    text-align: center;
  }

  .card_box .card_heading .type {
    font-size: 20px;
  }

  .card_box .card_txt {
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
  }

  .card_sec .check_item .item_head_wrap {
    align-items: flex-start;
  }

  .card_sec .check_item .item_head {
    font-size: 20px;
  }

  .card_sec .check_item .item_icon {
    width: 24px;
  }

  .check_item:not(:first-child) {
    margin-top: 40px;
  }

  .kind_item {
    width: calc(50% - 16px / 2);
  }

  .kind_item .item_content {
    padding: 8px;
  }

  .kind_item .item_head {
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kind_item .item_link {
    margin-top: 8px;
  }

  .heading {
    font-size: 22px;
    text-align: center;
  }

  .print_list {
    flex-direction: column;
  }

  .print_item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .print_item:not(:first-child) {
    margin-top: 40px;
  }

  #small_nav {
    border-bottom: none;
  }

  #ic_card_picture {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .intro_sec {
    padding-top: 48px;
  }

  .intro_sec .side_content {
    top: -60px;
  }

  .intro_sec .side_btn a {
    width: 100px;
    font-size: 12px;
    border-width: 2px;
    box-shadow: 0 4px 0 #000;
  }

  .intro_sec .heading {
    font-size: 24px;
    text-align: left;
    padding-left: 8px;
    border-width: 4px;
  }

  .intro_sec .heading .print {
    font-size: 16px;
  }

  .intro_sec .sub_head {
    font-size: 14px;
    padding-left: 8px;
    border-width: 4px;
  }

  .intro_sec .txt_area {
    padding-bottom: 64px;
  }

  .intro_sec .flow_item .item_head .point {
    width: 152px;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
  }

  .intro_sec .flow_item .item_cols {
    flex-direction: column;
    margin-top: 8px;
    gap: 16px;
  }

  .intro_sec .flow_item .item_img {
    width: 100%;
  }

  .intro_sec .flow_item .item_txt {
    font-size: 14px;
  }

  .intro_sec .flow_box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
    padding: 24px 16px;
    padding-top: 56px;
  }

  .intro_sec .flow_item {
    width: 100%;
  }

  .intro_sec .flow_item:not(:first-child) {
    background-color: #e4ecf1;
    width: 100vw;
    margin: 40px calc(50% - 50vw);
    padding: 24px 16px 40px;
  }

  .intro_sec .flow_item .item_head {
    font-size: 20px;
    line-height: 1.5;
  }

  .intro_sec .head {
    margin-inline: auto;
    font-size: 20px;
  }

  .intro_sec .scene_item {
    font-size: 16px;
    align-items: flex-start;
    line-height: calc(20 / 16);
  }

  .intro_sec .scene_item:not(:first-child) {
    margin-top: 16px;
  }

  .intro_sec .recommend_list {
    gap: 8px 24px;
  }

  .intro_sec .check_heading .check_txt {
    font-size: 28px;
  }

  .check_heading .check_txt .small {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 14px;
  }

  .intro_sec .flow_note {
    margin-top: 40px;
  }

  .intro_sec .check_heading {
    gap: 8px;
    justify-content: center;
  }

  .intro_sec .check_icon {
    width: 40px;
  }

  .original_item .item_txt {
    font-size: calc(16 / 400 * 100vw);
  }

  .intro_sec .original_list {
    gap: 16px;
  }

  .original_item .item_img {
    width: 100%;
    top: -64px;
  }

  .original_item {
    padding: 48px 4px 16px;
  }

  .card_sec .check_item .item_txt {
    font-size: 12px;
  }

  .uv_sec .check_list {
    padding-bottom: 0;
  }

  .card_sec .center_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    position: relative;
    border-left: 0;
    gap: 8px;
  }

  .card_sec .center_heading::before,
  .card_sec .center_heading::after {
    content: "";
    display: block;
    flex: 1;
    height: 2px;
    background-color: var(--deep_blue);
  }

  .box {
    padding-top: 56px;
  }

  .card_sec .kind_item .item_txt {
    font-size: 10px;
    line-height: 1.5;
  }

  .card_sec .kind_item .item_btn a {
    font-size: calc(14 / 400 * 100vw);
    padding: calc(8 / 400 * 100vw);
  }

  .card_sec .kind_item .child_item {
    font-size: 10px;
    line-height: 1.5;
  }

  .card_sec .detail_link .btn_txt {
    font-size: 14px;
  }

  .card_sec .kind_list {
    row-gap: 16px;
  }

  .card_sec .option_list {
    flex-direction: column;
    align-items: center;
  }

  .card_sec .option_item {
    width: 80%;
  }

  .card_sec .spec_item .spec_term {
    min-width: 88px;
    padding: 16px 8px;
    font-size: 14px;
  }

  .card_sec .spec_item .spec_desc {
    font-size: 16px;
    flex-direction: column;
    padding: 16px 12px;
  }

  .card_sec .spec_wrapper .about_head {
    font-size: 16px;
  }

  .uv_sec .txt {
    font-size: 14px;
  }

  .card_sec .spec_wrapper .about_list {
    flex-direction: column;
    gap: 24px;
  }

  .card_sec .spec_wrapper .about_item {
    background-color: #eef3f6;
  }

  .card_sec .spec_wrapper .about_item .item_txt {
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
  }

  .card_sec .price_wrapper {
    padding-top: 80px;
  }

  .spec_item .spec_desc .item_note {
    font-size: 10px;
  }

  .price_table {
    overflow-x: visible;
  }

  .price_table_title {
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .price_table_title .head {
    font-size: 16px;
  }

  .price_table_scroll {
    overflow-x: auto;
  }

  .card_sec .price_table_scroll table {
    white-space: nowrap;
  }

  .card_sec .note_item {
    font-size: 14px;
  }

  .card_sec .option_table {
    margin-top: 80px;
  }

  .card_sec .contact_box {
    flex-direction: column;
    gap: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card_sec .contact_btn {
    margin-top: 40px;
  }

  .card_sec .contact_heading.on480 {
    display: flex;
  }

  .card_sec .contact_heading.off480 {
    display: none;
  }

  .card_sec .contact_heading {
    font-size: 18px;
  }

  .card_sec .contact_img {
    width: 100%;
  }

  .card_sec .border_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    position: relative;
    border-left: 0;
    gap: 8px;
  }

  .card_sec .border_head::before,
  .card_sec .border_head::after {
    content: "";
    display: block;
    flex: 1;
    height: 2px;
    background-color: var(--deep_blue);
  }

  .card_sec .use_wrapper .border_head {
    margin-bottom: 8px;
  }

  .card_sec .use_wrapper .note {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 32px;
  }

  .white_card_sec .price_table_scroll table {
    width: 900px;
  }

  .uv_sec {
    padding-top: 128px;
  }

  .uv_sec .use_list {
    flex-direction: column;
    gap: 40px;
  }

  .uv_sec .use_item {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .uv_sec .use_item .item_head {
    font-size: 20px;
  }

  .uv_sec .contact_btn.to_about {
    margin-top: 24px;
  }

  .card_sec .flow_heading {
    font-size: 24px;
  }

  .card_sec .flow_item {
    width: 100%;
    aspect-ratio: 368 / 64;
  }

  .card_sec .flow_item::before {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    font-size: calc(48 / 400 * 100vw);
  }

  .card_sec .flow_item:not(:last-child)::after {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    bottom: auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 40px;
    aspect-ratio: 40 / 16;
  }

  .card_sec .flow_cols {
    flex-direction: column;
    gap: 16px;
  }

  .card_sec .flow_head {
    text-align: center;
    font-size: 20px;
  }

  .card_sec .flow_img {
    width: 104px;
  }

  .card_sec .flow_txt {
    font-size: 16px;
  }

  .card_sec .cta_wrapper {
    padding-top: 24px;
  }

  .card_sec .cta_cols {
    background-color: #f2f6f8;
    width: 100vw;
    margin: 56px calc(50% - 50vw) 0;
  }

  .card_sec .cta_list {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 72px;
  }

  .card_sec .cta_content {
    padding: 72px 16px 0;
  }

  .card_sec .cta_item .item_txt {
    font-size: 14px;
  }

  .card_sec .cta_item {
    width: calc(172 / 400 * 100vw);
    flex: none;
  }

  .card_sec .cta_item a {
    padding-bottom: 8px;
  }

  .card_sec .cta_item .item_icon {
    width: calc(96 / 400 * 100vw);
  }

  .card_sec .cta_item:first-child {
    width: 100%;
  }

  .card_sec .cta_item:first-child a {
    width: calc(172 / 400 * 100vw);
    margin-inline: auto;
  }

  .card_sec .cta_heading {
    font-size: 20px;
  }

  .card_sec .cta_info {
    font-size: 16px;
  }

  .card_sec .cta_info .time {
    font-size: 22px;
  }

  .card_sec .cta_tel {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card_sec .cta_tel a {
    font-size: calc(40 / 400 * 100vw);
  }

  .card_sec .guide_item a,
  .card_sec .guide_item:last-child a {
    border: none;
  }

  .card_sec .flow_item .item_head {
    font-size: calc(14 / 400 * 100vw);
  }

  .card_sec .flow_item br {
    display: none;
  }

  .reason_sec {
    margin-bottom: 40px;
  }

  .reason_sec .content {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: calc(40 / 400 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
  }

  .reason_sec .reason_list {
    margin-top: calc(40 / 375 * 100vw);
  }

  .reason_sec .sec_ttl {
    font-size: calc(22 / 400 * 100vw);
  }

  .reason_sec .sec_ttl .large {
    font-size: calc(30 / 400 * 100vw);
  }

  .reason_sec .sec_ttl .en {
    font-size: calc(48 / 400 * 100vw);
  }

  .reason_sec .reason_item .item_head::before {
    font-size: calc(68 / 400 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }

  .reason_sec .reason_item .item_head {
    font-size: calc(24 / 400 * 100vw);
    padding-left: calc(24 / 400 * 100vw);
  }

  .reason_sec .reason_item .item_head::before {
    padding: 0 calc(8 / 375 * 100vw) calc(8 / 375 * 100vw);
  }

  .reason_sec .reason_item .item_txt {
    font-size: calc(10 / 400 * 100vw);
    padding-left: calc(24 / 400 * 100vw);
  }

  .reason_sec .img01 {
    width: calc(196 / 400 * 100vw);
    top: calc(72 / 400 * 100vw);
    right: calc(-20 / 375 * 100vw);
  }

  .reason_sec .img02 {
    width: calc(187 / 400 * 100vw);
    left: calc(110 / 400 * 100vw);
    top: calc(252 / 310 * 100vw);
    transform: none;
  }

  .reason_sec .img03 {
    width: calc(269 / 400 * 100vw);
    right: calc(10 / 400 * 100vw);
    bottom: calc(106 / 400 * 100vw);
  }

  .reason_sec .reason_item:not(:first-child) {
    margin-top: calc(88 / 375 * 100vw);
  }

  .reason_sec .container::before,
  .reason_sec .container::after,
  .reason_sec .content::before,
  .reason_sec .content::after {
    width: 130vw;
  }

  .reason_sec .container::before {
    height: calc(360 / 375 * 100vw);
    top: calc(160 / 375 * 100vw);
  }

  .reason_sec .container::after {
    top: calc(300 / 375 * 100vw);
    transform: rotate(10deg) translateX(-50%);
    height: calc(188 / 375 * 100vw);
  }

  .reason_sec .content::before {
    bottom: calc(82 / 375 * 100vw);
    height: calc(240 / 375 * 100vw);
  }

  .reason_sec .content::after {
    height: calc(128 / 400 * 100vw);
    bottom: calc(292 / 375 * 100vw);
  }
}

.page_ic_card_detail li:nth-child(even) {
  background-color: transparent;
}

.page_ic_card_detail #use_main1_cont {
  margin-bottom: 6%;
}

.page_ic_card_detail #use_main1_text {
  padding-left: 1%;
}

.page_ic_card_detail .feature_cont {
  padding: 4% 6% 5% 6%;
}

.page_ic_card_detail .feature_title1:before,
.page_ic_card_detail .feature_title2:before {
  top: -35%;
}

.page_ic_card_detail .main_heading {
  color: var(--color_blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: calc(32 / 22);
}

.page_ic_card_detail #card_features .feature_title1,
.page_ic_card_detail #card_features .feature_title2 {
  background-color: #5780bf;
  border-radius: 10px 10px 0 0;
}

.page_ic_card_detail #card_features .feature_title1 span,
.page_ic_card_detail #card_features .feature_title2 span {
  font-size: 16px;
}

.page_ic_card_detail #card_features .feature_title1:before {
  background-image: url(../img/ic_card/feature01.webp);
}

.page_ic_card_detail #card_features .feature_title2:before {
  background-image: url(../img/ic_card/feature02.webp);
}

.page_ic_card_detail #card_features .f_list {
  background-color: #eeeeee;
  border: none;
}

.page_ic_card_detail .price_txt {
  color: var(--color_blue);
  font-weight: 600;
  margin-top: 16px;
}

.page_ic_card_detail .example_box {
  margin-top: 16px;
  background-color: #f2f6f8;
  padding: 16px;
  margin-bottom: 40px;
  border-radius: 8px;
  width: 896px;
}

.page_ic_card_detail .example_txt {
  color: #646464;
  font-weight: 600;
}

.page_ic_card_detail .price_table table {
  width: 896px;
}

.page_ic_card_detail .check_heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 80px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #251e1c;
}

.page_ic_card_detail .check_heading .check_txt {
  color: var(--color_orange);
  font-size: 40px;
  font-weight: 700;
  flex: 1;
}

.page_ic_card_detail .check_heading .check_icon {
  width: 40px;
}

.page_ic_card_detail .original_list {
  margin-bottom: 88px;
}

.page_ic_card_detail .contact_btn.to_about {
  margin-top: 40px;
}

.page_ic_card_detail .specific_table_note {
  font-size: 12px;
  text-align: right;
  margin-top: 8px;
  width: 832px;
}

.page_ic_card_detail .merit_demerit {
  margin-top: 52px;
}

.page_ic_card_detail .demerit_box {
  margin-top: 32px;
}

.page_ic_card_detail .square_head {
  font-weight: 700;
  color: #fff;
  width: 104px;
  padding: 8px;
  text-align: center;
}

.page_ic_card_detail .square_head.merit {
  background-color: var(--blue_border);
}

.page_ic_card_detail .square_head.demerit {
  background-color: #969696;
}

.page_ic_card_detail .merit_list {
  margin-top: 12px;
}

.page_ic_card_detail .merit_item .item_head {
  display: flex;
  gap: 8px;
}

.page_ic_card_detail .merit_item:not(:first-child) {
  margin-top: 16px;
}

.page_ic_card_detail .merit_item .item_check {
  width: 16px;
}

.page_ic_card_detail .merit_item h4 {
  color: var(--color_blue);
  flex: 1;
  font-weight: 700;
}

.page_ic_card_detail .merit_item .item_txt {
  padding-left: 24px;
}

.page_ic_card_detail .center_heading {
  margin-bottom: 24px;
}

.page_ic_card_detail .price_table {
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .page_ic_card_detail .specific_table--wrap {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page_ic_card_detail #use_main1_cont {
    flex-direction: column-reverse;
  }

  .page_ic_card_detail #use_main1_picture {
    max-width: 100%;
  }

  .page_ic_card_detail .price_table table {
    width: 100%;
  }

  .page_ic_card_detail .example_box {
    width: 100%;
  }

  .page_ic_card_detail .original_item .item_btn a {
    font-size: 16px;
  }

  .page_ic_card_detail .specific_table_note {
    width: 100%;
  }

  .page_ic_card_detail .calculation_item .formula_result .equal {
    font-size: 32px !important;
  }
}

@media (max-width: 480px) {
  .page_ic_card_detail #use_main1_picture {
    padding: 0;
  }

  .page_ic_card_detail #use_main1_text {
    margin-top: 16px;
    font-size: 16px;
  }

  .page_ic_card_detail #details_main2 .details_main2_title {
    margin-top: 48px;
  }

  .page_ic_card_detail #details_main2 .details_main2_title span {
    font-size: 18px;
  }

  .page_ic_card_detail .main_heading {
    font-size: 18px;
  }

  .page_ic_card_detail #card_features {
    margin-top: 64px;
  }

  .page_ic_card_detail #card_features .f_list+.f_list {
    margin-top: 48px;
  }

  .page_ic_card_detail .feature_title1:before,
  .page_ic_card_detail .feature_title2:before {
    width: 56px;
    height: 56px;
    top: -16px;
  }

  .page_ic_card_detail .feature_title1,
  .page_ic_card_detail .feature_title2 {
    padding: 3% 3% 3% 20%;
  }

  .page_ic_card_detail .feature_cont {
    font-size: 16px;
    padding: 16px;
  }

  .page_ic_card_detail #use_list {
    justify-content: flex-start;
  }

  .page_ic_card_detail #use_list span {
    font-size: 16px;
  }

  .page_ic_card_detail .u_list {
    height: 38px;
    max-width: 100%;
    min-width: 0;
    width: fit-content;
    flex-grow: unset;
  }

  .page_ic_card_detail .example_box {
    padding: 16px 8px;
  }

  .page_ic_card_detail .example_txt {
    padding: 0 8px;
  }

  .page_ic_card_detail #details_main2 .price_table table {
    width: 900px;
  }

  .page_ic_card_detail #details_main2 .price_table span {
    font-size: 16px;
  }

  .page_ic_card_detail #details_main2 .price_table .price_unit {
    font-size: 12px;
  }

  .page_ic_card_detail #details_main2 .price_table .card_group .design {
    font-size: 12px;
  }

  .page_ic_card_detail #details_main2 .price_table .table_plus span {
    font-size: 32px;
  }

  .page_ic_card_detail #details_main2 .price_table .table_plus .circle {
    font-size: 56px;
  }

  .page_ic_card_detail .check_heading .check_txt {
    font-size: 24px;
  }

  .page_ic_card_detail .check_heading .check_icon {
    width: 32px;
  }

  .page_ic_card_detail .original_item .item_btn a {
    font-size: 20px;
  }

  .page_ic_card_detail .contact_btn.to_about {
    margin-top: 24px;
  }

  .page_ic_card_detail .specific_table--flex dt.sp_f12 {
    font-size: 12px;
  }

  .page_ic_card_detail .specific_table_note {
    text-align: center;
  }

  .page_ic_card_detail .calculation_box {
    margin-top: 16px;
  }
}