.break-all {
  word-break: break-all;
}

.web-title {
  max-width: 100%;
  word-break: break-all;
}

.web-content {
  max-width: 100%;
  word-break: break-all;
}

.table-content {
  border-collapse: collapse;
}

.table-content table,
.table-content td {
  border: 1px solid black;
}

.web-content img,
.web-content table {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .web-content img,
  .web-content table {
    width: 100% !important;
  }
}

.web-title__top {
  max-width: 100%;
  word-break: break-all;
}

#datepicker_01:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .web-title {
    max-width: 78%;
  }

  .modal-dialog .modal-footer.confirm button {
    width: 240px;
  }
}

@media (min-width: 1024px) {
  .web-title__top {
    max-width: 80%;
  }
}

.faq-box .box-header:hover {
  opacity: 0.8;
}

.box-new .box-header:hover {
  opacity: 0.8;
}

.pre {
  white-space: pre;
}

.min-width {
  min-width: 42px;
}

.top-subsidies .accordion_one .accordion_header:hover {
  opacity: unset;
}

.top-subsidies .accordion_one .FrameBtn:hover {
  opacity: 0.8;
}

.scroll-prevent::before {
  position: fixed;
}

.pagination-subsidies {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .pagination-subsidies {
    margin-bottom: 120px;
  }
}

.datepicker-wrapper {
  position: relative;
}

input.form-control.datepicker + label {
  content: '';
  background: url('/assets/img/icons/icon_calendar_range.svg') right no-repeat;
  position: absolute;
  right: 10px;
  left: auto;
  height: 100%;
  width: 25px;
  top: 0;
}

input.form-control.datepicker + label:hover {
  cursor: pointer;
}

/* f06 */
.box-inq-done .box-footer {
  margin-top: 20px;
  border-radius: 12px;
  padding: 10px;
  border: 2px solid #3cb7de;
}

.box-inq-done .box-footer p {
  line-height: 1.6;
}

@media (min-width: 768px) {
  .box-inq-done .box-footer {
    max-width: 630px;
    padding: 24px 20px 24px 24px;
  }
}

a.link_btn {
  color: #fff;
  display: block;
  padding: 0.6rem 0.4rem;
}

@media (min-width: 1024px) {
  a.link_btn {
    padding: 1.2rem 0.7rem;
  }
}

.menu-wrapper .menu .item:has(.btn-add) a:not(.btn-add) {
  pointer-events: auto !important;
  color: rgba(107, 114, 128, 0.6);
}

.menu-wrapper .menu .item:has(.btn-add):hover {
  background: #fff;
}

.menu-wrapper .menu .item:has(.btn-add):hover a {
  color: #fff !important;
}

.menu-wrapper .menu .item.theme-orange:has(.btn-add):hover {
  background: var(--secondary);
}

.row-sp {
  display: none !important;
}

.btn-view {
  width: 270px;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .row-sp {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .btn-view {
    width: 150px;
    margin-bottom: 0;
  }
}

.accordion_one .accordion_Sub_h strong {
  display: inline-block;
  min-width: unset;
}

.text-reset-password {
  color: #e73a3a;
}

@media screen and (min-width: 768px) {
  .static-page-container .operating-info .info-table .commercial-law {
    min-width: 220px;
  }
}

.can_not_signup,
.can_not_create_card {
  text-align: center;
  color: #dc3545;
  font-size: 12px;
  padding-top: 8px;
}

.inq-confirm .btn-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.inq-confirm .btn-wrapper .btn-big {
  max-width: 400px;
  width: 100%;
  margin: 24px auto 0;
}

@media screen and (min-width: 768px) {
  .inq-confirm .btn-wrapper {
    margin-top: 20px;
    flex-direction: row;
    justify-content: unset;
  }

  .inq-confirm .btn-wrapper .btn-big {
    max-width: 250px;
    margin: 0 auto 0 0;
  }

  .inq-confirm .btn-wrapper .inquiry-btn {
    max-width: 350px;
    margin: 0 auto 0 0;
  }
}

.support-service-container .agency-wrapper .tag-wrapper .btn {
  flex: 1 45%;
  width: 100%;
  min-height: 34px;
  justify-content: flex-start;
  position: relative;
}

.support-service-container .agency-wrapper .tag-wrapper .btn.active:after {
  --tag-active-border: 2px;
  content: '';
  position: absolute;
  inset: var(--tag-active-border);
  background: transparent;
  height: calc(100% - var(--tag-active-border) * 2);
  width: calc(100% - var(--tag-active-border) * 2);
  border-radius: 100vmax;
  border: var(--tag-active-border) solid #fff;
}

@media screen and (min-width: 1024px) {
  #back-left {
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  #back-center {
    margin: auto;
  }
}

input.form-input:disabled:hover,
input.form-input:disabled:focus,
input.form-input:disabled:active {
  border-color: var(--gray-70);
}

.search-result-table .row .cell .content-comment {
  padding: 12px 24px !important;
}

@media screen and (min-width: 768px) {
  .search-result-table .row .cell .content-comment {
    padding: 22px 20px !important;
  }

  #search_corp_number .modal-footer .search-result-table .row .cell:first-child {
    width: 185px;
  }

  #search_corp_number .modal-footer .search-result-table .row .cell:first-child .content {
    width: 185px;
    max-width: 185px;
  }
}

@media (max-width: 575.98px) {
  #search_corp_number .pagination > li:not(:last-child) {
    margin-right: 22px;
  }
}

.edit-card {
  position: relative;
}

.can_not_edit_card {
  text-align: center;
  color: #dc3545;
  font-size: 12px;
  position: absolute;
  top: 70px;
}

.sns-icon {
  width: 40px;
  height: 40px;
  display: block;
  background: url('/assets/img/common/sns-icon-1.png') left top no-repeat;
}

.sns-icon.tu {
  background-position: center top;
}

.sns-icon.ig {
  background-position: right top;
}

.text-subsidy {
  color: #333333;
}

.box-content .general-rule .item {
  padding-bottom: 30px;
}

.general-rule .item .content {
  padding-bottom: 14px;
}

.general-rule .item .content-ol {
  padding-bottom: 7px;
}

.general-rule .item .content-detail {
  padding-left: 12px;
}

.general-rule .item .title {
  padding-bottom: 14px;
}

.link_video {
  flex-basis: auto;
  padding: 1.125rem 1rem 1.125rem 1rem;
}

@media screen and (min-width: 768px) {
  .link_video {
    flex-basis: 0;
    padding: 2.125rem 1.125rem 2.125rem;
  }
}

@media screen and (max-width: 420px) {
  .title-subsidy {
    font-size: 1.3rem !important;
  }
}

.important-flag {
  position: relative;
}

.important-flag:after {
  position: relative;
  content: '※重要';
  color: #e73a3a;
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  font-size: 16px;
  margin: auto 10px;
}

@media screen and (min-width: 768px) {
  .important-flag:after {
    left: 10px;
    position: absolute;
  }
}

.note {
  color: #e73a3a;
  margin: 0 auto;
}

.w-full {
  width: 100%;
}

.form-wrapper .row.payment-card {
  margin-top: 18px;
  margin-bottom: 10px;
}

.form-wrapper .row.row-holder-name {
  margin-top: 0;
}

.payment-container .form-wrapper .row.payment-card .content,
.form-wrapper .row.payment-card .content {
  display: flex;
  flex-direction: row;
}

.payment-card .content img {
  height: 20px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: -10px;
}

.payment-card .content img.visa {
  width: 35px;
  height: 17px;
  margin-top: -8px;
}

@media (max-width: 768px) {
  .form-wrapper .row.payment-card .title-label {
    display: none;
  }

  .form-wrapper .row.payment-card {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  #confirm_send_email .icloud-confirm {
    padding: 1rem 11rem;
  }
}

.registration-begin {
  width: 100%;
  max-width: 800px;
  padding: 24px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  gap: 10px;
  text-align: center;
  margin: 20px auto 0;
  background: var(--light-blue);
}

.registration-begin .content {
  align-items: center;
  color: var(--primary);
}

@media (min-width: 768px) {
  .registration-begin {
    flex-direction: row;
  }

  .input-300-pc {
    max-width: 300px;
  }
}

/*M01-2*/
.member-content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  max-width: 500px;
}

.member-content-inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  max-width: 1000px;
}

.background-error {
  background-color: var(--red-10) !important;
}

.main-section .search-wrapper .row .content .input-group .datepicker-wrapper .recruitment {
  max-width: 128px;
  height: 40px;
  border: 2px solid;
  border-color: var(--gray-70);
  border-radius: 8px;
}

@media (min-width: 768px) {
  .main-section .search-wrapper .row .content .input-group .datepicker-wrapper .recruitment {
    max-width: 200px;
    height: 50px;
  }
}

/* Question Answer*/
.faq-box .faq-i .minus-qa {
  background-color: #f3fbfe;
}

.fq-navigation .pagination .page-item .page-link {
  color: var(--primary);
}

.static-page-container .faq-support .fq-navigation .pagination .arrow::after {
  content: url('/assets/img/icons/icon_arrow_blue.svg');
}

.static-page-container .fq-navigation .pagination .arrow:hover {
  background: var(--primary) !important;
}

/* accordion_one for project */
.arrow-blue-project::before {
  content: url('/assets/img/icons/icon_minus_blue.svg');
}

.arrow-blue-project::after {
  content: url('/assets/img/icons/icon_arrow_blue.svg');
}

.accordion_one .accordion_header_project {
  cursor: pointer;
}

.accordion_one .accordion_i_project strong {
  font-size: 0.6875rem;
}

.accordion_one .accordion_i_project .arrow {
  background-color: #f3fbfe;
}

.accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  box-sizing: border-box;
}

.accordion_one .accordion_i_project .minus::after,
.accordion_one .accordion_i_project .arrow::after {
  transition-duration: 0.3s;
}

.accordion_one .accordion_i_project.open .minus::after,
.accordion_one .accordion_i_project.open .arrow::after {
  opacity: 0;
}

@media (min-width: 1024px) {
  .accordion_one .accordion_i_project {
    top: 50%;
    right: 4%;
    position: absolute;
    margin-top: -29px;
  }

  .accordion_one .accordion_i_project strong {
    margin-right: 0.5rem;
  }
}

.favorite-container {
  position: relative;
}

.favorite-icon {
  position: absolute;
  padding: 0 !important;
  top: -10px;
  right: -7px;
  width: 60px;
}

.business-acquisition-container .grant-wrapper .accordion_one .btn.favorite-btn,
.detail-ma-container .grant-wrapper .accordion_one .btn.favorite-btn {
  min-height: 19px;
  max-width: 84px;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn-report {
  font-size: 10px;
  min-height: 19px !important;
  max-width: 84px !important;
  display: inline-flex;
}

.pencil-blue::before {
  content: '';
  background: url('/assets/img/icons/icon_pencil_blue.svg') center center no-repeat;
  display: block;
  height: 14px;
  width: 14px;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .business-documents .search-result-table .cell.member-image {
    max-width: 50%;
  }
  .business-documents .search-result-table .cell.member-upload {
    max-width: 20%;
  }
}

.span-link {
  text-decoration-line: underline;
  text-underline-offset: 0.15em;
  color: var(--primary);
  line-height: 22px;
  letter-spacing: 0.06em;
}

.span-link:hover {
  text-decoration-line: underline;
  color: var(--primary);
  opacity: 0.75;
}

.introduction-service-container .main-section {
  overflow: unset;
}

.introduction-service-container .text-underline {
  text-decoration: underline 3px;
  text-underline-offset: 5px;
}

.introduction-service-container .rounded-container,
.price-plan-container .register-plan.trial {
  position: relative;
}

.introduction-service-container .rounded-container .circle,
.price-plan-container .register-plan.trial .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -2.8%;
  margin-top: -42px;
}

.introduction-service-container .rounded-container .circle .text,
.price-plan-container .register-plan.trial .circle .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
}

.introduction-service-container .register-plan.trial .btn,
.price-plan-container .register-plan.trial .btn {
  width: 90%;
  max-width: unset;
}

.main-banner {
  display: flex;
  width: 100%;
}

.top-main .main-banner img.sp {
  display: block;
}

.top-main .main-banner img.pc {
  display: none;
}

.top-main .main-banner img.banner {
  position: relative;
}

.main-banner .topCenter {
  position: absolute;
}

.main-banner .topCenter h2.textTop {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
}

.main-banner .topCenter h2.textCenter {
  font-size: 0.925rem;
  padding-top: 0.5rem;
  padding-left: 4.75rem;
}

.main-banner .topCenter h2.textCenter .text-size {
  font-size: 1.05rem;
}

.main-banner .topCenter h2 {
  line-height: normal;
}

@media (min-width: 376px) {
  .main-banner .topCenter h2.textTop {
    font-size: 0.95rem;
    padding-top: 1rem;
    padding-left: 1.7rem;
  }

  .main-banner .topCenter h2.textCenter {
    padding-left: 5.5rem;
  }
}

@media (min-width: 480px) {
  .top-main .main-banner img.sp {
    display: none;
  }

  .top-main .main-banner img.pc {
    display: block;
  }

  .main-banner {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .main-banner .topCenter h2.textTop {
    font-size: 1.05rem;
    padding-top: 0;
    padding-left: 0;
  }

  .main-banner .topCenter h2.textCenter {
    font-size: 1.15rem;
    padding-left: 1rem;
  }

  .main-banner .topCenter h2.textCenter .text-size {
    font-size: 1.25rem;
  }

  .registration-container .form-wrapper .radio-styled label {
    width: max-content;
    display: flex;
  }
}

@media (min-width: 758px) {
  .main-banner .topCenter h2.textTop {
    font-size: 1.5rem;
    padding-top: 0;
    padding-left: 0;
  }

  .main-banner .topCenter h2.textCenter {
    font-size: 1.725rem;
  }

  .main-banner .topCenter h2.textCenter .text-size {
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .main-banner .topCenter h2.textTop {
    font-size: 1.85rem;
  }

  .main-banner .topCenter {
    padding-left: 0;
    padding-top: 0;
    padding-right: 3rem;
  }

  .main-banner .topCenter h2.textCenter {
    font-size: 2rem;
  }

  .main-banner .topCenter h2.textCenter .text-size {
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1440px) {
  .main-banner {
    height: 600px;
  }

  .main-banner .topCenter {
    padding-top: 40px;
  }

  .top-main {
    background-position: 20% top;
  }

  .main-banner {
    margin: 0 auto;
    width: 1440px;
  }

  .main-banner .topCenter h2.textTop {
    font-size: 38px;
  }

  .main-banner .topCenter h2.textCenter {
    font-size: 42px;
  }

  .main-banner .topCenter h2.textCenter .text-size {
    font-size: 53px;
  }
}

@media (min-width: 768px) {
  .contentBox h4 {
    margin-bottom: 0px;
    margin-left: 1.25rem;
  }
}

@media (min-width: 768px) {
  .headerIn nav ul.top-header li {
    font-size: 0.95rem;
  }
}

.registration-container .form-wrapper .radio-styled.radio-row {
  flex-direction: column;
}

.registration-container .form-wrapper .radio-styled .price {
  text-decoration: line-through;
  color: var(--gray-100);
}

.text-blue {
  color: #436fc0;
}

.f-48 {
  font-size: 48px;
}

.text-red {
  color: #f06575;
}

.bg-milk {
  background-color: #faf7f5;
}

.questionable .free-trial {
  display: flex;
  max-width: 1500px;
  max-height: 1500px;
  padding: 50px 60px 50px 60px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  border: 0px solid var(--secondary, #ef9212);
}

.questionable .button-free {
  color: var(--white, #fff);
  text-align: center;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.9px;
  padding-left: 40px;
  padding-right: 40px;
}

.questionable .time-free {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 900;
  letter-spacing: 3.12px;
  font-size: 32px;
}

.questionable .sub-time-free {
  text-align: center;
  letter-spacing: 1.2px;
  color: #22264a;
}

.img-campaign {
  width: auto !important;
  height: 160px;
  padding-left: 20px;
}

.sub-img {
  padding-left: 20px;
}

.campaign-border {
  padding-top: 30px;
}

.main-number-offer {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 120px;
  margin-top: -20px;
}

.time-campaign {
  border-radius: 3px;
  background: #22264a;
  color: var(--white, #fff);
  margin-left: 2px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 1px 45px 1px 45px;
  align-items: center;
}

.try-now {
  border-radius: 12px;
  padding: 20px 40px 20px 40px;
}

.try-now:hover {
  background-color: #f20139;
}

.sub-text-campaign {
  width: 330px;
}

@media (max-width: 768px) {
  .img-campaign {
    height: 120px;
  }

  .campaign-border {
    padding-top: 10px;
  }

  .main-number-offer {
    font-size: 115px;
  }

  .time-campaign {
    height: 50px;
    padding: 2px 50px;
    border-radius: 5px;
  }

  .questionable .time-free {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .img-campaign {
    height: 85px;
    padding-left: 10px;
  }

  .sub-img {
    padding-left: 10px;
  }

  .main-number-offer {
    font-size: 150px;
  }

  .campaign-border {
    padding-top: 50px;
  }

  .questionable .time-free {
    font-size: 22px;
  }

  .try-now {
    padding: 20px 20px 20px 20px;
  }
}

@media (max-width: 320px) {
  .img-campaign {
    height: 75px;
  }

  .sub-text-campaign {
    width: 250px;
  }
}

.function-free {
  max-width: 736px;
  max-height: 418px;
  margin: 0 auto;
}

.frame-circle {
  display: flex;
  width: 112px;
  height: 110px;
  transform: rotate(20deg);
  justify-content: center;
  align-items: flex-start;
  border-radius: 100px;
  right: 20px;
  line-height: 1.2;
}

.frame-circle .month {
  margin: auto;
  font-size: 20px;
}

.frame-circle .free-text {
  font-size: 36px;
}

.price-plan-container .trial {
  width: 100%;
}

.price-plan-container .trial .rounded-container {
  flex-wrap: wrap;
  padding: 24px 4px;
  border: 2px solid var(--secondary);
  margin-top: 32px;
}

.trial .rounded-container {
  position: relative;
}

.trial .rounded-container .frame-circle {
  position: absolute;
}

.search-subsidies {
  max-width: 200px;
}

@media (max-width: 768px) {
  .frame-circle {
    width: 90px;
    height: 90px;
    right: 8px;
    top: 8px;
  }

  .frame-circle .month {
    font-size: 16px;
  }

  .frame-circle .free-text {
    font-size: 26px;
  }

  .search-subsidies-box {
    padding-right: 10px;
  }

  .search-subsidies {
    min-width: 180px;
  }
}

@media (max-width: 450px) {
  .frame-circle {
    width: 55px;
    height: 55px;
    right: 2px;
    top: 2px;
  }

  .frame-circle .month {
    font-size: 12px;
  }

  .frame-circle .free-text {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .frame-circle {
    width: 50px;
    height: 50px;
    right: 1px;
    top: 0px;
  }
}

.button-form {
  height: 50px;
  max-width: 220px;
  border-radius: 12px;
  position: absolute;
  top: 1rem;
  right: 16px;
}

.button-form:hover {
  background-color: #f20139;
}

.try-free {
  height: 50px;
  max-width: 180px;
  border-radius: 12px;
  position: absolute;
  top: 1rem;
  right: 240px;
}

@media (max-width: 768px) {
  .try-free {
    right: 205px;
  }

  .button-form {
    right: 10px;
  }
}

.btn-outline-red {
  border-color: var(--red-100);
  color: var(--red-100);
}

.try-free:hover {
  background-color: #f20139;
}

.card-content-info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
}

.icon-card-info {
  display: none;
}

.card-info {
  padding: 2rem;
}

.card-info .text-card-info {
  color: #b94300;
  line-height: normal;
}

.card-info .text-color-card-info {
  color: #e60000;
  line-height: normal;
}

@media (min-width: 768px) {
  .card-content-info {
    width: 90%;
  }

  .icon-card-info {
    display: block;
    position: absolute;
    top: -15%;
    left: -2%;
  }
}

.highlight-pink {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fbecef;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.main-subsidy {
  max-width: 1040px;
  margin: 0 auto;
}

.margin-auto {
  margin: 0 auto;
}

.brsmall {
  display: block;
  margin-bottom: -0.4em;
}

.name-subsidy {
  max-width: 800px;
}

@media (max-width: 1180px) {
  .name-subsidy {
    max-width: 700px;
  }
}

.button-free-register {
  float: right;
  margin-bottom: 2rem;
  margin-right: 1rem;
  max-width: 300px;
  padding: 12px 18px;
  position: relative;
  border-radius: 13.54px;
}

.button-free-register::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 24px solid transparent;
  border-top: 20px solid #f06575;
  bottom: -89%;
  left: 15%;
}

.search-result-table-1 .row .cell:last-child {
  border-bottom: 1px solid var(--gray-100);
}

.search-result-table-1 .row .cell .title {
  height: 38px;
  color: #fff;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-result-table-1 .row .cell .content {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-result-table-1 .row .cell .content:has(button) {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 16px;
}

.search-result-table-1 .row .cell .content button {
  max-width: 230px;
}

.search-result-table-1 {
  width: 100%;
}

.search-result-table-1 .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  font-size: 16px;
  width: 100%;
}

.search-result-table-1 .row .cell {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-left: 1px solid var(--gray-100);
  border-right: 1px solid var(--gray-100);
}

.search-result-table-1 .row .cell {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: center;
  border-left: 1px solid var(--gray-100);
  border-right: 1px solid var(--gray-100);
}

.search-result-table-1 .title {
  padding: 8px;
  min-height: 38px;
}

.search-result-table-1 .row:not(:first-child) .title {
  display: none;
}

.search-result-table-1 .row .content {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px 20px;
  text-align: left;
}

.search-result-table-1 .row .cell {
  border: 0;
  word-break: break-all;
}

.search-result-table-1 .row .cell:not(:first-child) .title {
  border-left: 1px solid #fff;
}

.search-result-table-1 .row .cell .content {
  border-bottom: 1px solid var(--gray-100);
  border-left: 1px solid var(--gray-100);
}

.search-result-table-1 .row .cell:last-child {
  border-bottom: 0;
}

.search-result-table-1 .row .cell:last-child .content {
  border-right: 1px solid var(--gray-100);
}

.table-register .row .cell {
  border: unset;
}

.table-register .row .cell:first-child,
.table-register .row .cell:not(:nth-child(2)) {
  max-width: unset;
}

.table-register .row .cell:last-child {
  border: unset;
}
.table-register .row .cell .content {
  background: var(--gray);
  border: 1px solid #cccccc;
}

.table-register .row .cell:last-child .content {
  border-right: 1px solid #cccccc;
}

.table-register .row .cell:not(:first-child) .title {
  color: #333333;
  background: var(--gray);
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.table-register .bg-register-none {
  background: none !important;
}

.table-register .content-red {
  background: #ef9212 !important;
  color: #fff !important;
}

.table-register .row .cell .title.trial-title {
  display: block;
  padding-top: 1.25rem;
  height: auto;
}

.subsidy-matching {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.subsidy-matching img {
  max-width: 233px;
  height: auto;
  margin: 0 auto;
}

.ranking {
  background: var(--orange-70);
}

.safety {
  background: #ffb043;
}

.highlight-yellow {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff737;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.table-register .row .cell .title.trial-title {
  display: none;
}

.table-register .row .cell {
  width: 100%;
}

.table-register .row .cell .content {
  border-right: none;
  border-bottom: none;
}

.table-register .row:last-child {
  border-bottom: 1px solid #cccccc;
}

.table-register .row .cell .content.content-first {
  max-width: 170px;
}

.table-register .row .cell .title {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-register .row:not(:first-child) .title {
  display: none;
}

.table-register .row .cell:not(:first-child) .title {
  border-top: 1px solid #cccccc !important;
}

.table-register .row .cell:first-child {
  position: sticky;
  left: 0;
  max-width: 170px;
}

@media screen and (min-width: 768px) {
  .subsidy-matching {
    flex-direction: row;
    align-content: flex-end;
    justify-content: space-between;
    text-align: left;
  }

  .table-register .row .cell .content.content-first {
    max-width: 414px;
  }

  .table-register .row .cell:first-child {
    max-width: 414px;
  }

  .table-register .row .cell .content {
    min-height: 140px;
  }

  .table-register .row .cell .title {
    min-height: 89px;
  }

  .table-register .row .cell .title.trial-title {
    display: none;
    padding-top: 2rem !important;
  }
}

.bg-white-index {
  z-index: 999;
  background-color: white !important;
}

.trial-register {
  width: 90px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 1%;
}

.delivery-img {
  position: relative;
}

.delivery-img-child {
  position: absolute;
  width: 100px;
  height: auto;
  border: 5px solid #ef9212;
  border-radius: 50%;
  bottom: -3%;
  right: -2%;
}

.usage-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.use-gap-1 {
  gap: 14px;
}

.object-contain {
  object-fit: contain;
}

.usage-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.usage-img {
  width: 100%;
  height: auto;
}

.safety-title {
  min-height: 362px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ffe2f2;
}

.safety-title-1 {
  align-items: center;
  padding-top: 2rem;
}

.automatic-img {
  max-width: 110px;
  height: auto;
  border-radius: 50%;
}

.automatic-content {
  width: 100%;
  background: #ffffff;
  padding: 1rem;
  border-radius: 12px;
  height: auto;
}

.img-delivery {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.align-items-end {
  align-items: end;
}

.align-items-start {
  align-items: start;
}

@media (min-width: 480px) {
  .trial-register {
    width: 100px;
  }

  .delivery-img-child {
    width: 150px;
  }
}

@media screen and (min-width: 768px) {
  .trial-register {
    width: 140px;
  }

  .delivery-img-child {
    width: 210px;
  }

  .usage-content {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: unset;
  }

  .align-items-end,
  .align-items-start {
    align-items: unset !important;
  }

  .usage-gap {
    gap: 24px;
  }

  .usage-title {
    flex-direction: row;
    justify-content: space-between;
  }

  .usage-img {
    max-width: 440px;
  }

  .safety-title-1 {
    align-items: start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .delivery-border {
    border-right: 1px solid #f9d0a4;
  }

  .img-delivery {
    max-width: 350px;
  }

  .introduction-service-container .hero-wrapper .hero-content.hero-content-1 {
    padding-bottom: 24px;
    padding-top: 60px;
  }

  .usage-content-title {
    width: 33.33%;
  }

  .button-free-register {
    margin-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .button-free-register {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .use-gap-1 {
    gap: 3rem;
  }
}
@media (min-width: 1400px) {
}

.support-service-container .register-plan {
  width: 100%;
  max-width: 800px;
  padding: 24px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  gap: 10px;
}

.support-service-container .register-plan .btn {
  max-width: 366px;
  width: 100%;
}

.support-service-container .register-plan > p {
  flex: 1 100%;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
}

.support-service-container .usage-fee {
  margin-top: 60px;
}

.support-service-container .usage-fee > img {
  display: block;
  width: 140px;
  margin: 0 auto 10px;
}

.support-service-container .usage-fee .rounded-container {
  flex-wrap: wrap;
  padding: 24px 4px;
  border: 2px solid var(--secondary);
  margin-top: 32px;
}

.support-service-container .usage-fee .register-plan {
  margin-top: 24px;
}

@media (min-width: 64em) {
  .mb-120-lg {
    margin-bottom: 8rem;
  }
}

.title-subsidy-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.title-agency-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #ef9212;
}

.agency-name {
  color: #ef9212;
}

.subsidies-list-detail {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}

.accordion_one_detail {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .subsidies-list-detail {
    flex-direction: row;
  }

  .accordion_one_detail {
    width: 31.5%;
  }
}

@media (min-width: 1024px) {
  .subsidies-list-detail {
    gap: 1.25rem;
  }

  .accordion_one_detail {
    width: 32%;
  }

  .accordion_one .accordion_header.accordion_header-1 {
    padding: 12px;
  }
}

.new-subsidy {
  background: white;
  color: #df6692;
  border: 1.5px solid #df6692;
  padding: 0.15rem 0.25rem;
  display: block;
  margin: 0 auto;
  max-width: 2.75rem;
}

@media screen and (min-width: 768px) {
  .new-subsidy {
    display: inline-block;
    max-width: 3rem;
  }
}

.plus-icon {
  width: 40px;
  height: 40px;
  display: block;
  background: url('/assets/img/common/icon-plus.png') center center no-repeat;
}

.plus-text {
  background: #3b4e6f;
  max-width: 14.25rem;
  font-weight: 550;
}

.ma-terms-service .brokerage-fees .row .cell.plus-cell {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .ma-terms-service .brokerage-fees .row .cell.plus-cell {
    width: 108% !important;
  }
}

.brokerage-fee-percentage .content.content-fee {
  display: flex;
  align-items: center;
  justify-content: center !important;
}
