@charset "UTF-8";
/*=============================================*/
/*Common Base*/
/*=============================================*/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.main {
    overflow: hidden;
}

/*=============================================*/
/*  layout  Base  */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
}

.txt_base p {
  line-height: 2.2;
}
@media (max-width: 768px) {
  .txt_base p {
    line-height: 1.8;
  }
}
.txt_base p:not(:last-of-type) {
  margin-bottom: 1em;
}
.txt_base.fs_14 {
  font-size: 1.4rem;
}
.txt_base.fs_16 {
  font-size: 1.6rem;
}
.txt_base.fs_18 {
  font-size: 1.8rem;
}

.txt_base .caution {
  position: relative;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.txt_base .caution:before {
  position: relative;
  content: "※";
  margin-right: 0.3em;
}
@media (max-width: 768px) {
  .txt_base .caution {
    line-height: 1.5;
  }
}

/*=============================================*/
/*  layout  */
/*=============================================*/
.page_wrapper {
  padding-bottom: 170px;
}
@media (max-width: 768px) {
  .page_wrapper {
    padding-bottom: 70px;
  }
}

.page_wrapper .page_main_ttl_block {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .page_wrapper .page_main_ttl_block {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .page_wrapper .page_main_ttl_block .txt_base {
    text-align: left;
  }
}

.scroll-hint-icon-wrap {
  z-index: 5;
}

/********************************************/
/* パンくず*/
/********************************************/
.bread_crumb {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .bread_crumb {
    margin-bottom: 42px;
  }
}

.bread_crumb .nav_list ol {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.bread_crumb .nav_list ol li {
  position: relative;
}
.bread_crumb .nav_list ol li:not(:last-child) {
  margin-right: 25px;
}
.bread_crumb .nav_list ol li:not(:last-child)::after {
  position: absolute;
  right: -15px;
  top: 1px;
  content: ">";
  font-size: 1.2rem;
}
.bread_crumb .nav_list ol li:not(:last-child) a {
  text-decoration: underline;
}
.bread_crumb .nav_list ol li a, .bread_crumb .nav_list ol li span {
  font-size: 1.2rem;
}

/********************************************/
/* @page warranty */
/********************************************/
.page_warranty_wrapper .bread_crumb {
  margin-bottom: 30px;
}
.page_warranty_wrapper .page_main_ttl {
  margin-bottom: 1em;
}

.warranty_block .fv_img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.warranty_block .fv_img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.warranty_block .bg-light_blue {
  padding: 90px 0 80px;
}
@media (max-width: 768px) {
  .warranty_block .bg-light_blue {
    padding: 50px 0 50px;
  }
}
.warranty_block .bg-light_blue .page_main_ttl {
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  font-weight: bold;
  margin-bottom: 0.25em;
}
.warranty_block .bg-light_blue .page_main_ttl .small {
  display: block;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
}
@media (max-width: 768px) {
  .warranty_block .bg-light_blue .page_main_ttl + .txt_base .caution {
    text-align: left;
  }
}

.warranty_block .circle_box {
  margin-top: 5.0em;
  margin-bottom: 40px;
}
.warranty_block .circle_box .warranty_list {
  width: 100%;
  max-width: 1077px;
  display: flex;
  margin: 0 auto 40px;
  gap: 2%;
}
@media (max-width: 768px) {
  .warranty_block .circle_box .warranty_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
    row-gap: 15px;
  }
}
.warranty_block .circle_box .warranty_list li {
  width: 23.5%;
}
@media (max-width: 768px) {
  .warranty_block .circle_box .warranty_list li {
    width: 40%;
    max-width: 230px;
    min-width: 140px;
  }
}
@media (max-width: 768px) {
  .warranty_block .circle_box .caution {
    text-align: left;
  }
}

.warranty_block .desc_list {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  margin: 0 auto 40px;
  gap: 35px;
}
.warranty_block .desc_list li {
  width: 100%;
  display: flex;
  align-items: center;
}
.txt_base:has(.note) {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.txt_base:has(.note) {
  counter-reset: number 0;
}
.txt_base .note {
  display: flex;
  align-items: baseline;
  font-size: 1.4rem;
}
.txt_base .note::before {
  counter-increment: number 1;
  content: "（"counter(number)"）";
  margin-right: 0.3em;
}
@media (max-width: 768px) {
  .warranty_block .desc_list {
    margin-bottom: 30px;
  }
  .warranty_block .desc_list li {
    flex-direction: column;
  }
}
.warranty_block .desc_list li i {
  width: 15%;
  max-width: 120px;
  margin-right: 4%;
}
@media (max-width: 768px) {
  .warranty_block .desc_list li i {
    width: 45%;
    max-width: 130px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.warranty_block .desc_list li i img {
  max-width: 120px;
}
@media (max-width: 768px) {
  .warranty_block .desc_list li i img {
    max-width: 130px;
  }
}

.warranty_block .desc_list li .txt_box {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .warranty_block .desc_list li .txt_box {
    width: 100%;
  }
}
.warranty_block .desc_list li .ttl {
  margin-bottom: 0.4em;
  font-size: clamp(2rem, 3.2vw, 2.2rem);
  font-weight: 500;
  color: #0079C5;
}
@media (max-width: 768px) {
  .warranty_block .desc_list li .ttl {
    text-align: center;
  }
}

.warranty_block .other_service_block {
  padding: 90px 0 0;
}
@media (max-width: 768px) {
  .warranty_block .other_service_block {
    padding: 50px 0 0;
  }
}

.warranty_block .other_service_block .sec_bold_ttl {
  margin-bottom: 1.8em;
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  font-weight: bold;
  letter-spacing: 0;
}
.warranty_block .other_service_block .sec_bold_ttl .small {
  display: block;
  margin-bottom: 24px;
}
.warranty_block .other_service_block .sec_bold_ttl .small .inner {
  position: relative;
  display: inline-block;
  padding: 0.3em 1.6em;
  background-color: #0079C5;
  border-radius: 60px;
  font-size: clamp(1.5rem, 2.6vw, 1.6rem);
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
}
@media (max-width: 768px) {
  .warranty_block .other_service_block .sec_bold_ttl .small .inner {
    padding: 0.7em 1.4em;
  }
}
.warranty_block .other_service_block .sec_bold_ttl .small .inner:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -8px;
  left: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  background: url(https://gigaplus.makeshop.jp/tgsec/img/lp/warranty/img/triangle.svg) no-repeat center/100%;
  z-index: -1;
}

.warranty_block .other_service_block .other_service_list {
  width: 100%;
  display: flex;
  gap: 2%;
}
@media (max-width: 768px) {
  .warranty_block .other_service_block .other_service_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    row-gap: 15px;
  }
}
.warranty_block .other_service_block .other_service_list li {
  width: 23.5%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .warranty_block .other_service_block .other_service_list li {
    width: 48%;
  }
}
.warranty_block .other_service_block .other_service_list li a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.warranty_block .other_service_block .other_service_list li a .img {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .warranty_block .other_service_block .other_service_list li a .img {
    margin-bottom: 5px;
  }
}
.warranty_block .other_service_block .other_service_list li a .img img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .warranty_block .other_service_block .other_service_list li a .img img {
    border-radius: 10px;
  }
}

.warranty_block .other_service_block .other_service_list li a .ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0.3em 40px 0.3em 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 768px) {
  .warranty_block .other_service_block .other_service_list li a .ttl {
    padding: 0.3em 28px 0.3em 0;
  }
}
.warranty_block .other_service_block .other_service_list li a .ttl:before {
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  background: url(https://gigaplus.makeshop.jp/tgsec/img/lp/common/img/btn-link-white.svg) no-repeat center/100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .warranty_block .other_service_block .other_service_list li a .ttl:before {
    right: 5.8px;
    width: 11px;
    height: 11px;
  }
}
.warranty_block .other_service_block .other_service_list li a .ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #0079C5;
  border-radius: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .warranty_block .other_service_block .other_service_list li a .ttl:after {
    width: 24px;
    height: 24px;
  }
}

/********************************************/
/* @page subsidy */
/********************************************/
.page_subsidy_wrapper .saving_block {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block {
    padding: 45px 0;
  }
}
.page_subsidy_wrapper .saving_block .sec_bold_ttl.with_ico {
  position: relative;
  padding-top: clamp(50px, 7vw, 74px);
  font-size: clamp(2.4rem, 3.4vw, 4rem);
  font-weight: 800;
}
.page_subsidy_wrapper .saving_block .sec_bold_ttl.with_ico:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  content: "";
  width: clamp(42px, 6vw, 64px);
  height: clamp(42px, 6vw, 64px);
}

.page_subsidy_wrapper .saving_block .about_block {
  padding: 0 0 60px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .about_block {
    padding: 0 0 30px;
  }
}
.page_subsidy_wrapper .saving_block .about_block .sec_bold_ttl.with_ico:before {
  background: url(https://gigaplus.makeshop.jp/tgsec/img/lp/subsidy/img/ico-about.svg) no-repeat center/100%;
}
.page_subsidy_wrapper .saving_block .about_block .img {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .about_block .img {
    margin: 0 auto 30px;
  }
}
.page_subsidy_wrapper .saving_block .about_block .txt_base {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .about_block .txt_base {
    margin-bottom: 30px;
    text-align: left;
  }
}
.page_subsidy_wrapper .saving_block .about_block .base_btn a {
  max-width: 530px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .about_block .base_btn a {
    max-width: 320px;
  }
}

.page_subsidy_wrapper .saving_block .price_block {
  padding: 60px 0 90px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .price_block {
    padding: 30px 0 50px;
  }
}
.page_subsidy_wrapper .saving_block .price_block .sec_bold_ttl.with_ico {
  margin-bottom: 1.2em;
  padding-top: clamp(50px, 7vw, 61px);
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  color: #333333;
}
.page_subsidy_wrapper .saving_block .price_block .sec_bold_ttl.with_ico:before {
  background: url(https://gigaplus.makeshop.jp/tgsec/img/lp/subsidy/img/ico-price.svg) no-repeat center/100%;
}
.page_subsidy_wrapper .saving_block .price_block .sec_bold_ttl.with_ico .color-primary {
  margin-left: 0.1em;
  font-size: 1.1em;
}
.page_subsidy_wrapper .saving_block .price_block .sec_bold_ttl.with_ico .color-primary .big {
  font-size: 1.48em;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .price_block .txt_base {
    text-align: left;
  }
}
.page_subsidy_wrapper .saving_block .price_block .txt_base.with_mb {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .price_block .txt_base.with_mb {
    margin-bottom: 35px;
  }
}

.page_subsidy_wrapper .saving_block .price_block .price_box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6.2%;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .price_block .price_box {
    flex-direction: column;
    align-items: center;
    gap: 0;
    row-gap: 42px;
    margin-bottom: 30px;
  }
}
.page_subsidy_wrapper .saving_block .price_block .price_box li {
  position: relative;
  width: 30%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .price_block .price_box li {
    width: 90%;
    max-width: 400px;
    border-radius: 0 0 10px 10px;
  }
}
.page_subsidy_wrapper .saving_block .price_block .price_box li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -15.4%;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: clamp(21px, 2.4vw, 35px);
  height: clamp(21px, 2.4vw, 35px);
  background: url(https://gigaplus.makeshop.jp/tgsec/img/lp/subsidy/img/ico-plus.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .price_block .price_box li:not(:last-child):after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -31px;
    left: 0;
    margin: auto;
  }
}

.page_subsidy_wrapper .saving_block .price_block .price_box li .ttl {
  padding: 0.5em 1em;
  background-color: #0079C5;
  border-radius: 20px 20px 0 0;
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  font-weight: bold;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .price_block .price_box li .ttl {
    border-radius: 10px 10px 0 0;
  }
}
.page_subsidy_wrapper .saving_block .price_block .price_box li .bottom_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 40px 25px;
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  border: 1px solid #E0E0E0;
  border-top: none;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .price_block .price_box li .bottom_box {
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
  }
}
.page_subsidy_wrapper .saving_block .price_block .price_box li .bottom_box .txt {
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .saving_block .price_block .price_box li .bottom_box .txt {
    line-height: 1.8;
  }
}

.page_subsidy_wrapper .saving_block .price_block .blue_bar {
  padding: 0.35em 1em 0.45em 1em;
  background-color: #0079C5;
  border-radius: 50px;
  font-size: clamp(1.7rem, 3.4vw, 3.3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-align: center;
}
.page_subsidy_wrapper .saving_block .price_block .blue_bar .big {
  font-size: 1.48em;
}

.page_subsidy_wrapper .feature_block .feature_box:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .feature_block .feature_box:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.page_subsidy_wrapper .feature_block .feature_box .sec_bold_ttl {
  position: relative;
  padding-left: 35px;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  color: #333333;
  text-align: left;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .feature_block .feature_box .sec_bold_ttl {
    padding-left: 15px;
  }
}
.page_subsidy_wrapper .feature_block .feature_box .sec_bold_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #0079C5;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .feature_block .feature_box .sec_bold_ttl:before {
    width: 5px;
  }
}
.page_subsidy_wrapper .feature_block .feature_box .sec_bold_ttl .color-primary {
  font-size: 1.1em;
}
.page_subsidy_wrapper .feature_block .feature_box .sec_bold_ttl .big {
  font-size: 1.45em;
}

.page_subsidy_wrapper .feature_block .feature_box .img {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .feature_block .feature_box .img {
    margin: 0 auto 20px;
  }
}
.page_subsidy_wrapper .feature_block .feature_box .txt_base.with_mb_s {
  margin-bottom: 15px;
}
.page_subsidy_wrapper .feature_block .feature_box .dot_txt_list .txt_base p:not(:last-of-type) {
  margin-bottom: 0.4em;
}
.page_subsidy_wrapper .feature_block .feature_box .dot_txt_list .txt_base p.caution {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.page_subsidy_wrapper .feature_block .feature_box .dot_txt_list .txt_base p.caution:before {
  content: "※1";
}

.page_subsidy_wrapper .feature_block .feature_box .common_table_template table {
  width: 100%;
  max-width: 880px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .feature_block .feature_box .common_table_template table {
    width: 100%;
    margin: 25px auto 0;
  }
}
.page_subsidy_wrapper .feature_block .feature_box .common_table_template table th, .page_subsidy_wrapper .feature_block .feature_box .common_table_template table td {
  padding: 2.5em 2em;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .feature_block .feature_box .common_table_template table th, .page_subsidy_wrapper .feature_block .feature_box .common_table_template table td {
    padding: 1em 0.6em;
  }
}
.page_subsidy_wrapper .feature_block .feature_box .common_table_template table th {
  width: 40%;
  background-color: #E0E0E0;
}
.page_subsidy_wrapper .feature_block .feature_box .common_table_template table th.bg-primary {
  background: #0079C5;
}
.page_subsidy_wrapper .feature_block .feature_box .common_table_template table td {
  background-color: #FFFFFF;
  border-bottom: 2px solid #E0E0E0;
}
.page_subsidy_wrapper .feature_block .feature_box .common_table_template table td.bb_none {
  border-bottom: none;
}
.page_subsidy_wrapper .feature_block .feature_box .common_table_template table td .big {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .feature_block .feature_box .common_table_template table td .big {
    font-size: 1.1em;
  }
}

.page_subsidy_wrapper .summary_block {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .summary_block {
    padding: 45px 0;
  }
}
.page_subsidy_wrapper .summary_block .txt_base.with_mb {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .summary_block .txt_base.with_mb {
    margin-bottom: 50px;
    text-align: left;
  }
}
.page_subsidy_wrapper .summary_block .terms_box:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .summary_block .terms_box:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.page_subsidy_wrapper .summary_block .terms_box .sec_bold_ttl {
  margin-bottom: 1.4em;
  font-size: clamp(2rem, 2.8vw, 3rem);
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .summary_block .terms_box .common_table_template table {
    width: -moz-max-content;
    width: max-content;
  }
}
.page_subsidy_wrapper .summary_block .terms_box .common_table_template table th, .page_subsidy_wrapper .summary_block .terms_box .common_table_template table td {
  position: relative;
  padding: 2.5em 2em;
  font-size: 2rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .summary_block .terms_box .common_table_template table th, .page_subsidy_wrapper .summary_block .terms_box .common_table_template table td {
    padding: 1em 1.5em;
    font-size: 1.5rem;
  }
}
.page_subsidy_wrapper .summary_block .terms_box .common_table_template table th {
  background-color: #E0E0E0;
}
.page_subsidy_wrapper .summary_block .terms_box .common_table_template table th.bg-primary {
  background: #0079C5;
}
.page_subsidy_wrapper .summary_block .terms_box .common_table_template table th.b-shadow {
  box-shadow: inset -2px -2px 0px 0px #FFFFFF;
}
.page_subsidy_wrapper .summary_block .terms_box .common_table_template table th.b-shadow-r {
  box-shadow: inset -2px 0px 0px 0px #E0E0E0;
}
.page_subsidy_wrapper .summary_block .terms_box .common_table_template table th.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  border: none;
}
.page_subsidy_wrapper .summary_block .terms_box .common_table_template table td {
  border-bottom: 2px solid #E0E0E0;
  border-right: 2px solid #E0E0E0;
}
.page_subsidy_wrapper .summary_block .terms_box .common_table_template table td.bb_none {
  border-bottom: none;
}
.page_subsidy_wrapper .summary_block .terms_box .common_table_template table td.br_none {
  border-right: none;
}

.page_subsidy_wrapper .summary_block .apply_info_box {
  padding: 50px 35px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .summary_block .apply_info_box {
    padding: 25px;
  }
}
.page_subsidy_wrapper .summary_block .apply_info_box .txt_base {
  margin-bottom: 25px;
}

.page_subsidy_wrapper .summary_block .apply_info_box .sec_bold_ttl {
  position: relative;
  margin-bottom: 1.3em;
  padding-bottom: 0.6em;
  color: #333333;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .summary_block .apply_info_box .sec_bold_ttl {
    margin-bottom: 1em;
  }
}
.page_subsidy_wrapper .summary_block .apply_info_box .sec_bold_ttl .color-primary {
  font-size: 1.17em;
}
.page_subsidy_wrapper .summary_block .apply_info_box .sec_bold_ttl:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0079C5;
}

.page_subsidy_wrapper .side_note_block {
  padding: 65px 0;
}
@media (max-width: 768px) {
  .page_subsidy_wrapper .side_note_block {
    padding: 45px 0;
  }
}

.page_subsidy_wrapper .summary_block .apply_info_box .answer {
  display: none;
}
.page_subsidy_wrapper .summary_block .apply_info_box .content {
  margin-bottom: 10px;
}
.page_subsidy_wrapper .summary_block .apply_info_box .detail_btn {
  position: relative;
  display: block;
  margin: auto;
  padding-right: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.page_subsidy_wrapper .summary_block .apply_info_box .detail_btn::after {
  position: absolute;
  right: -15px;
  top: 55%;
  content: "";
  width: 15px;
  height: 13px;
  background: url(https://gigaplus.makeshop.jp/tgsec/img/lp/common/img/btn-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
.page_subsidy_wrapper .summary_block .apply_info_box .detail_btn.open::after {
  transform: translateY(-60%) rotate(-90deg);
}

/********************************************/
/* @page reason */
/********************************************/
.page_reason_wrapper .reason_list {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 768px) {
  .page_reason_wrapper .reason_list {
    row-gap: 30px;
  }
}
.page_reason_wrapper .reason_list li {
  width: 100%;
  display: flex;
  padding: 40px 45px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .page_reason_wrapper .reason_list li {
    display: block;
    padding: 25px 20px;
    border-radius: 10px;
  }
}
.page_reason_wrapper .reason_list li .img {
  width: 35%;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .page_reason_wrapper .reason_list li .img {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
.page_reason_wrapper .reason_list li .txt_box {
  width: 62%;
}
@media (max-width: 768px) {
  .page_reason_wrapper .reason_list li .txt_box {
    width: 100%;
  }
}

.page_reason_wrapper .reason_list li .ttl {
  width: 100%;
  display: flex;
}
.page_reason_wrapper .reason_list li .ttl .num {
  display: flex;
  margin-right: 0.6em;
  align-items: center;
  justify-content: center;
  width: clamp(33px, 4vw, 50px);
  height: clamp(33px, 4vw, 50px);
  border-radius: 50px;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  background-color: #0079C5;
}
.page_reason_wrapper .reason_list li .ttl .sec_bold_ttl {
  width: calc(100% - 0.6em - clamp(25px, 4vw, 50px));
  display: block;
  margin-bottom: 0.8em;
  font-size: clamp(1.9rem, 2.7vw, 3rem);
  text-align: left;
}
.page_reason_wrapper .reason_list li .ttl .sec_bold_ttl sub {
  bottom: 0;
  font-size: 0.68em;
}

.page_reason_wrapper .reason_list li .txt_base .caution {
  padding-left: 2em;
  text-indent: -2em;
}
.page_reason_wrapper .reason_list li .txt_base .caution:not(:last-of-type) {
  margin-bottom: 0.1em;
}
.page_reason_wrapper .reason_list li .txt_base .caution.ver_01:before {
  content: "※1";
  margin-right: 0.5em;
}
.page_reason_wrapper .reason_list li .txt_base .caution.ver_02:before {
  content: "※2";
  margin-right: 0.5em;
}
.page_reason_wrapper .reason_list li .txt_base sub {
  bottom: 0;
  font-size: 0.8em;
}
.page_reason_wrapper .reason_list li .base_btn {
  margin-top: 30px;
}
.page_reason_wrapper .reason_list li .base_btn a {
  margin: 0 0 0 auto;
}/*# sourceMappingURL=style.css.map */