.theme-explain {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .theme-explain {
    margin-bottom: 0;
  }
}
.theme-explain .theme-explain-title {
  padding-left: 8px;
  margin-bottom: 16px;
  border-left: 4px #0E5645 solid;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #0E5645;
  font-weight: 700;
}
.theme-explain .theme-explain-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding: 16px 24px;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media screen and (min-width: 751px) {
  .theme-explain .theme-explain-content .theme-explain-photo {
    position: relative;
    width: 200px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .theme-explain .theme-explain-content .theme-explain-photo img {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .theme-explain .theme-explain-content .theme-explain-txt {
    width: calc(100% - 216px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.theme-explain .theme-explain-content .theme-explain-txt {
  position: relative;
}
.theme-explain .theme-explain-content .theme-explain-txt p {
  font-size: 16px;
  font-weight: 700;
  color: #404040;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content .theme-explain-txt {
    padding: 0 12px 16px;
  }
}
.theme-explain .theme-explain-content .theme-explain-txt:has(.icon-point) {
  position: relative;
  padding-left: 68px;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content .theme-explain-txt:has(.icon-point) {
    padding: 0 12px 16px 80px;
  }
}
.theme-explain .theme-explain-content .icon-point {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content .icon-point {
    left: 12px;
  }
}
.theme-explain .theme-explain-content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  padding: 0 24px 16px;
}
@media screen and (min-width: 751px) {
  .theme-explain .theme-explain-content02 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 16px 12px;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
  }
}
.theme-explain .theme-explain-content02 .theme-explain-photo {
  position: relative;
  width: 366px;
}
.theme-explain-photo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content02 .theme-explain-photo {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .theme-explain .theme-explain-content02 .theme-explain-txts {
    width: calc(100% - 342px);
  }
}
.theme-explain .theme-explain-content02 .theme-explain-txts {
  position: relative;
}
.theme-explain .theme-explain-content02 .theme-explain-txts h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #0E5645 !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content02 .theme-explain-txts h3 a {
    font-size: 18px;
  }
}
.theme-explain .theme-explain-content02 .theme-explain-txts p {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content02 .theme-explain-txts {
    padding: 0 12px 16px;
  }
}
.theme-explain .theme-explain-content02 .theme-explain-txt:has(.icon-point) {
  position: relative;
  padding-left: 68px;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content02 .theme-explain-txt:has(.icon-point) {
    padding: 0 12px 16px 80px;
  }
}
.theme-explain .theme-explain-content02 .icon-point {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-content02 .icon-point {
    left: 12px;
  }
}
.theme-explain .theme-explain-accordion {
  padding: 0 24px 16px 24px;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-accordion {
    padding: 0 12px 16px 12px;
  }
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-body {
  display: none;
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-title > .title-border-left {
  margin-bottom: 0;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .theme-explain .theme-explain-accordion .theme-explain-accordion-title {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-title .btn-open,
.theme-explain .theme-explain-accordion .theme-explain-accordion-title .btn-close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 128px;
  margin-top: -2px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  border: 2px solid #1C7E67;
  border-radius: 20px;
  color: #1C7E67;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-title .btn-open img,
.theme-explain .theme-explain-accordion .theme-explain-accordion-title .btn-close img {
  position: absolute;
  top: 8px;
  right: 8px;
  transition: background 0.3s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-title .btn-close {
  display: none;
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-title .btn-close img {
  top: 7px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-title.is-open .btn-open {
  display: none;
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-title.is-open .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-footer .btn-close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 128px;
  margin-top: 8px;
  margin-inline: auto;
  padding: 0 20px 0 10px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.theme-explain .theme-explain-accordion .theme-explain-accordion-footer .btn-close img {
  position: absolute;
  top: 8px;
  right: 8px;
  transition: background 0.3s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.theme-explain ol.theme-explain-btnlist {
  margin-top: 16px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .theme-explain ol.theme-explain-btnlist {
    gap: 16px;
  }
}
.theme-explain ol.theme-explain-btnlist a {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  color: #1C7E67 !important;
  line-height: 22px;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid #1C7E67;
  background: #F3F3F3;
}
.theme-explain ol.theme-explain-btnlist a .btn-text:before {
  display: inline-block;
  content: attr(data-value) ".";
}
@media screen and (min-width: 751px) {
  .theme-explain ol.theme-explain-btnlist a {
    padding: 2px 32px 2px 16px;
  }
  .theme-explain ol.theme-explain-btnlist a br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .theme-explain ol.theme-explain-btnlist a {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 2px 30px 2px 44px;
  }
  .theme-explain ol.theme-explain-btnlist a .btn-text:before {
    position: absolute;
    left: 24px;
  }
}
.theme-explain ol.theme-explain-btnlist a:after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 16px;
  border-top: 2px solid #1C7E67;
  border-right: 2px solid #1C7E67;
}
.theme-explain .company-explain_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 16px;
}
@media screen and (max-width: 750px) {
  .theme-explain .company-explain_btnlist .company-explain-btn__item {
    width: calc((100% - 16px) / 2);
  }
}
.theme-explain .company-explain_btnlist .company_btn__feature,
.theme-explain .company-explain_btnlist .company_btn__search {
  position: relative;
  padding: 8px 52px 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1C7E67;
  border-radius: 58px;
  color: #1C7E67 !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 750px) {
  .theme-explain .company-explain_btnlist .company_btn__feature,
  .theme-explain .company-explain_btnlist .company_btn__search {
    padding: 8px 12px;
  }
}
.theme-explain .company-explain_btnlist .company_btn__feature:after,
.theme-explain .company-explain_btnlist .company_btn__search:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 16px;
  border-top: 2px solid #1C7E67;
  border-right: 2px solid #1C7E67;
}
@media screen and (max-width: 750px) {
  .theme-explain .company-explain_btnlist .company_btn__feature:after,
  .theme-explain .company-explain_btnlist .company_btn__search:after {
    right: 12px;
  }
}
.theme-explain .company-explain_btnlist .company_btn__search:before {
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/new_ui/site/theme/detail/common/components/company_explain/imgs/icon-roupe.svg) no-repeat center/contain;
}
.theme-explain .company-explain_btnlist .company_btn__feature:before {
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/new_ui/site/theme/detail/common/components/company_explain/imgs/icon-shine.svg) no-repeat center/contain;
}

dl.theme-explain-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #999999;
}
dl.theme-explain-table:not(:first-of-type) {
  border-top: none;
}
dl.theme-explain-table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px;
  background-color: #E2F0EF;
  border-right: 1px solid #999999;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  dl.theme-explain-table dt {
    width: 160px;
  }
}
@media screen and (max-width: 750px) {
  dl.theme-explain-table dt {
    width: 120px;
  }
}
dl.theme-explain-table dd {
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  dl.theme-explain-table dd {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 750px) {
  dl.theme-explain-table dd {
    width: calc(100% - 120px);
  }
}