@charset "UTF-8";

#contents {
  background-color: #fff;
  margin-bottom: 120px;
  /* accordion */
}

#contents .ast_list {
  display: flex;
  font-size: 12px;
  margin-bottom: 0;
}
#contents .alert_list_ast {
  font-size: 10px;
  vertical-align: top;
}
#contents .alert_wrap p {
  margin-bottom: 0;
}
#contents .alert_list {
  font-size: 12px;
  display: flex;
}
#contents .alert_list_wrap {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #contents .alert_list_wrap {
    margin-bottom: 48px;
  }
}
#contents .alert_list {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.57;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4px;
}
#contents .alert_list .alert_list_no {
  word-break: keep-all;
  width: 32px;
}
#contents .alert_list .alert_list_text {
  width: fit-content;
}
#contents .alert_list .font_red {
  color: #E6002D;
}
#contents .section-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42;
  border-left: 2px solid #424D99;
  padding-left: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #contents .section-title {
    font-size: 22px;
    margin-bottom: 24px;
    padding-left: 8px;
  }
}
#contents .section-sub_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.42;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #contents .section-sub_title {
    font-size: 20px;
  }
}
#contents p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 16px;
}
#contents p:last-child {
  margin-bottom: 0;
}
#contents .logo {
  height: 64px;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(66, 77, 153), rgb(81, 133, 197));
}
@media screen and (max-width: 767px) {
  #contents .logo {
    height: 43px;
  }
  #contents .logo .item__inner {
    padding-left: 13px;
    padding-top: 0;
  }
}
#contents .logo .logo-img {
  margin: 20px 0;
  width: 140px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  #contents .logo .logo-img {
    margin: 9px 0 0;
  }
}
#contents .external_links::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(/housing/eco_equipment/solar_battery/img/ico/ico_file.png) no-repeat;
  background-size: 21px 20px;
  position: relative;
  top: 4px;
}

#contents .file_links::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(../img/ico/ico_file.png) no-repeat;
  background-size: 9px 12px;
  position: relative;
  top: 1px;
  margin-left: 4px;
}

#contents .sec__inner {
  padding-top: 80px;
}
#contents .item__inner, #contents .sec__inner {
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #contents .item__inner, #contents .sec__inner {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 40px;
  }
}
#contents .tile_link {
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  #contents .tile_link {
    margin: 24px 0 24px;
  }
}
#contents .tile_link_title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.57;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #contents .tile_link_title {
    margin-bottom: 0;
  }
}
#contents .tile_link__inner {
  display: flex;
  gap: 12px 2%;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contents .tile_link__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
#contents .tile_link__inner a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.57;
  min-height: 54px;
  max-width: 300px;
  border: #424D99 1px solid;
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../img/ico/ico_arrow_downward.png) no-repeat;
  background-size: 11px 6px;
  background-position: 94% center;
}
#contents .tile_link__inner a:hover {
  color: #3359CC;
  border: 1px solid #3359CC;
  background-color: #EDEEFA;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #contents .tile_link__inner a {
    max-width: 100%;
    width: 100%;
    border: none;
    border-bottom: 1px solid #E8E8E8;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    padding-right: 40px;
    background-position: 98% center;
    min-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  #contents .tile_link .tile_link__inner a:hover {
    color: #3359CC;
    border: none;
    background-color: #EDEEFA;
    border-bottom: 1px solid #E8E8E8;
  }
}
#contents .storage_battery {
  margin-top: 30px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 1.2%;
}
@media screen and (max-width: 767px) {
  #contents .storage_battery {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
#contents .storage_battery:last-child {
  margin-bottom: 40px;
}
#contents .storage_battery.sb_mb24 {
  margin-bottom: 24px;
}
#contents .storage_battery .list_item {
  width: 48.8%;
  border: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  #contents .storage_battery .list_item {
    width: 100%;
  }
}
#contents .storage_battery .list_item .list_item_img {
  aspect-ratio: 463/260;
}
#contents .storage_battery .list_item .list_item_text_wrap {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  #contents .storage_battery .list_item .list_item_text_wrap {
    padding: 16px;
  }
}
#contents .storage_battery .list_item .list_item_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #contents .storage_battery .list_item .list_item_title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#contents .storage_battery .list_item .list_item_detail {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
}
#contents .storage_battery .list_item .list_item_detail p {
  margin-bottom: 32px;
}
#contents .storage_battery .list_item .list_item_detail .list_item_detail_link {
  font-size: 16px;
  font-weight: 500;
  color: #424D99;
  line-height: 1.57;
  min-height: 56px;
  border: 1px solid #424D99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92.755%;
  margin: auto;
  background: url(../img/ico/ico_arrow_right.png) no-repeat;
  background-size: 6px 12px;
  background-position: 95% center;
  padding: 10px 8%;
}
@media screen and (max-width: 767px) {
  #contents .storage_battery .list_item .list_item_detail .list_item_detail_link {
    font-size: 14px;
    text-align: center;
    padding: 5px 8%;
    width: 100%;
  }
}
#contents .section_bottom_link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #424D99;
  display: flex;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contents .section_bottom_link {
    padding-bottom: 40px;
  }
  #contents .section_bottom_link a {
    max-width: 93%;
  }
}
#contents .section_bottom_link::after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/ico/ico_arrow_right.png) no-repeat;
  background-size: 6px 12px;
  margin-left: 8px;
}

#contents #campaign .section_bottom_link::after {
  display: block;
  content: "";
  width: 9px;
  height: 12px;
  background: url(../img/ico/ico_file.png) no-repeat;
  background-size: 9px 12px;
  margin-left: 8px;
}


#contents .tile_related_link {
  margin: 40px 0;
}
#contents .tile_related_link__inner {
  display: flex;
  gap: 16px 2%;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
#contents .tile_related_link__inner .tile_related_link_item {
  max-width: 300px;
  border: #E8E8E8 1px solid;
  width: 32%;
}
@media screen and (max-width: 767px) {
  #contents .tile_related_link__inner .tile_related_link_item {
    width: 100%;
    max-width: 750px;
  }
}
#contents .tile_related_link__inner .tile_related_link_item .tile_related_link_img {
  aspect-ratio: 300/168.75;
}
#contents .tile_related_link__inner .tile_related_link_item .tile_related_link_text {
  font-size: 18px;
  line-height: 1.57;
  font-weight: 500;
  color: #181A24;
  margin: 16px;
}
@media screen and (max-width: 767px) {
  #contents .tile_related_link__inner .tile_related_link_item .tile_related_link_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #contents .breadcrumbs {
    display: none;
  }
}
#contents .breadcrumbs .breadcrumbs__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 0 10px;
}
#contents .breadcrumbs .breadcrumbs__list {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
#contents .breadcrumbs .breadcrumbs__list::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  box-sizing: content-box;
  border-right: 1px solid #004098;
  border-top: 1px solid #004098;
  transform: rotate(45deg);
}
#contents .breadcrumbs .breadcrumbs__list:last-child {
  pointer-events: none;
}
#contents .breadcrumbs .breadcrumbs__list:last-child::after {
  display: none;
}
#contents .breadcrumbs a {
  color: #181A24;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-right: 10px;
}
#contents .ico_point {
  width: 84px;
  height: 24px;
  display: inline-block;
  background: url(../img/ico/ico_point.png) no-repeat;
  background-size: contain;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-right: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #contents .ico_point {
    display: block;
    margin-bottom: 8px;
  }
}

/* btn_entry */
#contents .btn_entry a {
  margin: auto;
  display: flex;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  width: 384px;
  height: 56px;
  background: url(../img/ico/ico_white_arrow_right.png) no-repeat, linear-gradient(90deg, rgba(66, 77, 153, 1) 27%, rgba(77, 119, 186, 1));
  background-size: 20px 20px, auto;
  background-position: 95% center;
  align-items: center;
  justify-content: center;
  z-index: 0;
  position: relative;
  opacity: 1;
  transition-duration: 0.3s;
}
#contents .btn_entry a:hover {
  text-decoration: none;
}
#contents .btn_entry a:hover::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #contents .btn_entry a {
    max-width: 384px;
    width: 100%;
  }
}
#contents .btn_entry a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
  background: url(../img/ico/ico_white_arrow_right.png) no-repeat, linear-gradient(90deg, rgb(123, 130, 184) 27%, rgb(130, 160, 207));
  background-size: 20px 20px, auto;
  background-position: 95% center;
}

#contents .btn_entry a.inqury{
  background: #fff;
  border: #424D99 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../img/ico/ico_arrow_right.png) no-repeat;
  background-size: 6px 11px;
  background-position: 94% center;
  color: #424D99;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #contents .btn_entry a.inqury{
    margin-top: 24px;
  }
}
#contents .btn_entry a.inqury::before{
  display: none;
}
#contents .btn_entry a.inqury:hover{
  color: #3359CC;
  border: 1px solid #3359CC;
  background-color: #EDEEFA;
  text-decoration: none;
}

#contents .accordion {
  overflow: hidden;
  position: relative;
}
#contents .accordion .accordion-folding {
  height: 0;
  overflow: hidden;
  transition: all 0.25s;
}
#contents .accordion .accordion-title {
  cursor: pointer;
}
#contents .accordion .accordion-folding__inner {
  padding: 16px;
  background: #ffffff;
}
#contents .accordion .accordion-folding_title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
#contents .accordion .accordion-folding_img_wrap {
  margin: auto;
  text-align: center;
  margin-bottom: 24px;
}
#contents .accordion .accordion-open + .accordion-folding {
  height: auto;
  overflow: auto;
}
#contents .accordion {
  border: #E8E8E8 1px solid;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #contents .accordion {
    margin-bottom: 12px;
  }
}
#contents .accordion:last-child {
  margin-bottom: 0;
}
#contents .accordion .accordion-open + .accordion-folding {
  height: auto;
  padding: 16px;
}
#contents .accordion .accordion-open .title-question::after {
  transform: rotate(0deg);
}
#contents .title-question {
  padding: 16px 40px 16px 16px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #contents .title-question {
    display: block;
  }
  #contents .title-question span {
    flex-shrink: 0;
    width: 23px;
  }
}
#contents .title-question:hover {
  background-color: #F8F8FF;
}
#contents .title-question::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 2px solid #004098;
  width: 16px;
  height: 0;
  top: calc(50% - 8px);
  bottom: 0;
  margin: 8px 0;
  right: 16px;
  transform: rotate(90deg);
  transition: all 0.3s;
}
#contents .title-question::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 2px solid #004098;
  width: 16px;
  height: 0;
  top: calc(50% - 8px);
  bottom: 0;
  margin: 8px 0;
  right: 16px;
}
#contents .accordion-folding {
  margin-bottom: 16px;
  background-color: #EDEEFA;
}
#contents .accordion-folding:last-child {
  margin-bottom: 0;
  padding-left: 16px;
}
#contents .list_item_detail_link {
  width: 100%;
  max-width: 384px;
  font-size: 16px;
  font-weight: 500;
  color: #424D99;
  line-height: 1.57;
  min-height: 56px;
  border: 1px solid #424D99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: url(../img/ico/ico_arrow_right.png) no-repeat, #fff;
  background-size: 6px 12px;
  background-position: 95% center;
  padding: 0 8%;
  flex-direction: column;
}
#contents .list_item_detail_link:hover {
  color: #3359CC;
  border: 1px solid #3359CC;
  background-color: #EDEEFA;
  text-decoration: none;
}
#contents .list_item_detail_link span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  #contents .list_item_detail_link {
    font-size: 14px;
    text-align: center;
    padding: 5px 8%;
    width: 100%;
  }
}
#contents .mv {
  width: 100%;
  height: 400px;
  background: url(../img/IGNITURE_dr_battery_mv_pc_@2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents .mv {
    background: url(../img/IGNITURE_dr_battery_mv_sp_@2.jpg) no-repeat;
    background-size: contain;
    background-position: top;
    height: auto;
  }
  #contents .mv::before {
    content: "";
    display: block;
    aspect-ratio: 375/140;
  }
}
#contents .mv .mv-text {
  background: rgba(217, 219, 235, 0.9490196078);
  margin-right: 46%;
  height: 225px;
  width: 54%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #contents .mv .mv-text {
    position: relative;
    width: 93%;
    transform: none;
    top: auto;
    left: auto;
    padding: 24px;
    background: rgb(217, 219, 235);
    margin: 0;
    height: auto;
  }
}
#contents .mv .mv-text .mv-text_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  margin: 0 0 0 calc((100vw - 950px) / 2);
  width: calc(100vw - (100vw - 950px) / 2 - 92%);
}
@media screen and (max-width: 1020px) {
  #contents .mv .mv-text .mv-text_wrap {
    width: 100%;
    padding: 0 30px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #contents .mv .mv-text .mv-text_wrap {
    padding: 0;
    position: initial;
    transform: none;
    width: 100%;
  }
}
#contents .mv h1 {
  color: #424D99;
  font-size: 32px;
  line-height: 1.42;
  font-weight: 700;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #contents .mv h1 {
    padding: 0;
    font-size: 28px;
    margin-bottom: 16px;
  }
}
#contents .mv p {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
  margin-bottom: 16px;
}
#contents .mv p:last-child {
  margin-bottom: 0;
}
#contents #menu .sec__inner {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  #contents #menu .sec__inner {
    padding-top: 40px;
  }
}
#contents #menu .breadcrumbs__inner {
  padding-bottom: 64px;
}
#contents #menu .notice_title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 16px;
}
#contents #menu .notice {
  margin: 0 0 64px;
}
@media screen and (max-width: 767px) {
  #contents #menu .notice {
    margin: 0 0 40px;
  }
}
#contents #menu .notice_item {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  #contents #menu .notice_item {
    padding: 12px 0;
  }
}
#contents #menu .notice_item:first-child {
  border-top: 1px solid #E8E8E8;
}
#contents #menu .notice_item .notice_link {
  color: #181A24;
  font-size: 14px;
  font-weight: 400;
}
#contents #menu .notice_item .notice_time {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  width: 102px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #contents #menu .notice_item .notice_time {
    display: block;
    margin-bottom: 8px;
  }
}
#contents #menu .notice_detail {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
#contents #menu .notice_detail a {
  padding-right: 20px;
  background: url(../img/ico/ico_arrow_downward.png) no-repeat;
  background-size: 11px 6px;
  background-position: center right;
}
#contents #banner {
  margin-top: 40px;
  background: #F5F5F6;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  #contents #banner {
    margin-top: 24px;
    padding: 24px;
  }
}
#contents #banner .sec__inner {
  padding: 0;
}
#contents #banner img {
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #contents #structure .sec__inner {
    padding-top: 64px;
  }
}
#contents #structure .section-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #contents #structure .section-title {
    margin-bottom: 16px;
  }
}
#contents #structure .section-sub_title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #contents #structure .section-sub_title {
    margin-top: 24px;
  }
}
#contents #structure .section-text_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #contents #structure .section-text_wrap {
    margin-bottom: 40px;
  }
}
#contents #structure .structure_img_1 {
  padding: 0 0 40px;
}
#contents #structure .structure_img_1 .structure_img_1_wrap {
  margin-bottom: 16px;
}
#contents #structure .structure_img_1 img {
  max-width: 462px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #contents #structure .structure_img_1 {
    margin: 0 0 40px;
    padding: 0;
  }
  #contents #structure .structure_img_1 img {
    width: 100%;
    height: auto;
    max-width: 327px;
  }
}
#contents #structure .structure_img_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #contents #structure .structure_img_title {
    font-size: 16px;
  }
}
#contents #structure .structure_img_2 {
  margin: 24px auto 16px;
}
#contents #structure .structure_img_2 img {
  max-width: 462px;
  width: 462px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #contents #structure .structure_img_2 img {
    max-width: 462px;
    width: 100%;
  }
}
#contents #structure .structure_img_2 .structure_img_3_img {
  max-width: 460px;
  width: 460px;
}
@media screen and (max-width: 767px) {
  #contents #structure .structure_img_2 .structure_img_3_img {
    max-width: 460px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contents #structure .structure_img_2 {
    margin-bottom: 40px;
  }
}
#contents #structure .structure_img_2_1 {
  max-width: 395px;
}
@media screen and (max-width: 767px) {
  #contents #structure .structure_img_2_1 {
    max-width: 100%;
  }
}
#contents #structure .structure_img_2_2 {
  max-width: 395px;
}
@media screen and (max-width: 767px) {
  #contents #structure .structure_img_2_2 {
    margin-top: 24px;
    max-width: 100%;
  }
}
#contents #structure .about_fit {
  margin: 24px auto;
}
#contents #structure .about_fit .title_fit {
  font-weight: 500;
}


#contents #merit {
  padding-bottom: 40px;
}
#contents #merit .sec__inner {
  padding-top: 40px;
}
#contents #merit .section-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #contents #merit .section-title {
    margin-bottom: 24px;
  }
}
#contents #merit .section-title_point {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #contents #merit .section-title_point {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.42;
    margin-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  #contents #merit .section-title_point.mb24-sp {
    margin-bottom: 24px;
  }
}
#contents #merit .section-text_wrap {
  margin: 40px 0 0;
}
#contents #merit .merit_img_1 {
  display: flex;
  text-align: center;
  margin: 24px auto 40px;
}
#contents #merit .merit_img_1.btm_up {
  margin-bottom: 16px;
}
#contents #merit .merit_img_1.des_1 {
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_img_1 {
    flex-direction: column;
    margin: 0 auto 40px;
  }
}
#contents #merit .merit_img_1 .merit_img_1_item {
  padding: 0 24px;
  width: 50%;
}
#contents #merit .merit_img_1 .merit_img_1_item:first-child {
  border-right: #E8E8E8 1px solid;
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_img_1 .merit_img_1_item {
    width: 100%;
    padding: 0;
  }
  #contents #merit .merit_img_1 .merit_img_1_item:first-child {
    border-right: none;
    border-bottom: #E8E8E8 1px solid;
    padding-bottom: 24px;
  }
}
#contents #merit .merit_img_1 .merit_img_1_img {
  width: 460px;
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_img_1 .merit_img_1_img {
    width: 100%;
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_img_1 .merit_img_1_item.title_top {
    display: flex;
    flex-direction: column;
  }
  #contents #merit .merit_img_1 .merit_img_1_item.title_top .merit_img_wrap {
    order: 2;
    margin: 0 auto 16px;
  }
  #contents #merit .merit_img_1 .merit_img_1_item.title_top .merit_img_title {
    order: 1;
    margin: 16px 0;
  }
  #contents #merit .merit_img_1 .merit_img_1_item.title_top .merit_img_text {
    order: 3;
  }
}
#contents #merit .merit_img_1 .merit_img_wrap {
  width: 72px;
  height: 72px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_img_1 .merit_img_wrap {
    margin: 16px auto 0;
  }
}
#contents #merit .merit_img_1 .merit_img_title {
  font-size: 18px;
  font-weight: 500;
  margin: 24px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_img_1 .merit_img_title {
    font-size: 16px;
    margin: 16px auto;
  }
}
#contents #merit .merit_img_1 .merit_img_text {
  text-align: left;
  max-width: 395px;
  margin: auto;
}
#contents #merit .img_title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 34px 0 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #424D99;
}
#contents #merit .alert_wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #contents #merit .alert_wrap {
    padding-bottom: 0px;
  }
}
#contents #merit .get_point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 850px) {
  #contents #merit .get_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
}
#contents #merit .get_point_wrap {
  max-width: 406px;
  padding: 13px 20px;
  background: #E8E8E8;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents #merit .get_point_wrap {
    padding: 8px 16px;
    width: 100%;
    max-width: 327px;
  }
}
#contents #merit .get_point_item .get_point_item_top {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  color: #424D99;
  border-bottom: 1px solid #424D99;
  margin: 0 auto 16px;
  width: 326px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #contents #merit .get_point_item .get_point_item_top {
    width: 100%;
  }
}
#contents #merit .get_point_item_detail {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
}
#contents #merit .get_point_item_detail .get_point_item_detail_num_1 {
  width: 184px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  #contents #merit .get_point_item_detail .get_point_item_detail_num_1 {
    width: 155px;
    height: 46px;
  }
}
#contents #merit .get_point_item_detail .get_point_item_detail_num_2 {
  width: 156px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  #contents #merit .get_point_item_detail .get_point_item_detail_num_2 {
    width: 132px;
    height: 46px;
  }
}
#contents #merit .fs_sml {
  color: #424D99;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #contents #merit .fs_sml {
    font-size: 12px;
    font-weight: 500;
  }
}
#contents #merit .fs_big {
  color: #424D99;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #contents #merit .fs_big {
    font-size: 20px;
    font-weight: 500;
  }
}
#contents #merit .fs_art {
  font-size: 12px;
  font-weight: 400;
  width: 326px;
  margin: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #contents #merit .fs_art {
    width: 276px;
  }
}
#contents #merit .point_label {
  color: #fff;
  position: absolute;
  top: -14px;
  right: -16px;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  background-image: linear-gradient(90deg, #424d99, #5185c5);
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents #merit .point_label p {
  font-size: 12px;
  font-weight: 500;
}
#contents #merit .ico_plus {
  width: 32px;
  height: 32px;
  position: relative;
}
#contents #merit .ico_plus::before {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background: #424D99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#contents #merit .ico_plus::after {
  content: "";
  display: block;
  width: 4px;
  height: 32px;
  background: #424D99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#contents #merit .merit_table {
  width: 100%;
  max-width: 950px;
  margin-bottom: 16px;
}
#contents #merit .merit_table .th_1 {
  width: 26.3157894737%;
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_table .th_1 {
    width: 30.2752293578%;
  }
}
#contents #merit .merit_table .th_2 {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  width: 36.8421052632%;
  border-right: 1px solid #ffffff;
  background: #424D99;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_table .th_2 {
    width: 42.2018348624%;
    padding: 10px;
  }
}
#contents #merit .merit_table .th_3 {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  width: 36.8421052632%;
  background: #85878F;
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_table .th_3 {
    width: 27.5229357798%;
  }
}
#contents #merit .merit_table .td_1, #contents #merit .merit_table .td_2, #contents #merit .merit_table .td_3 {
  padding: 12px;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
#contents #merit .merit_table .td_1 .td__inner, #contents #merit .merit_table .td_2 .td__inner, #contents #merit .merit_table .td_3 .td__inner {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
#contents #merit .merit_table .ico_try {
  position: relative;
}
#contents #merit .merit_table .ico_try:before {
  display: block;
  float: left;
  width: 40px;
  height: 18px;
  background: url(../img/ico/ico_try.png) no-repeat, #ffffff;
  background-position: center;
  background-size: auto, 24px 18px;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_table .ico_try:before {
    width: 28px;
    height: 10px;
    background: url(../img/ico/ico_try.png) no-repeat, #ffffff;
    background-position: center;
    background-size: 12px 10px, auto;
    bottom: -6px;
  }
}
#contents #merit .merit_table .td_2 .td__inner {
  font-weight: 400;
}
#contents #merit .merit_table .td_3 {
  background: #F5F5F6;
}
#contents #merit .merit_table .td_ex {
  background: #ECEDF5;
}
#contents #merit .merit_table .td_ex .td_ex_num {
  font-size: 36px;
  color: #424D99;
  font-weight: 500;
  line-height: 30px;
}
#contents #merit .merit_table .td_ex .td_ex_yen {
  color: #424D99;
}
#contents #merit .merit_table .td_ex .td__inner {
  position: relative;
  z-index: 1;
}
#contents #merit .merit_table .td_ex::after {
  display: block;
  content: "";
  width: 103px;
  height: 8px;
  background: #FFEB00;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #contents #merit .merit_table .td_ex::after {
    width: 93px;
    height: 8px;
    bottom: 10px;
  }
}
#contents #merit .merit_table .trtdth:before {
  display: block;
  float: left;
  min-height: 43px;
  content: "";
}
#contents #merit .merit_table .trtd:before {
  display: block;
  float: left;
  min-height: 100px;
  content: "";
}
#contents #merit .table_bottom_alert {
  padding-bottom: 24px;
}
#contents #merit .section_bottom_link {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #contents #merit .section_bottom_link {
    padding-bottom: 0;
  }
}
#contents #merit .img_dr_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 32px;
    margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
#contents #merit .img_dr_wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 24px;
    margin-bottom: 48px;
  }
}

#contents #subsidy {
  margin-bottom: 40px;
}
#contents #subsidy .section-title {
  margin-bottom: 16px;
}
#contents #subsidy .dr_battery_image_area {
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  #contents #subsidy .dr_battery_image_area {
    margin: 16px auto 0;
  }
}
#contents #subsidy .dr_battery_image_area .dr_battery_image_1 {
  margin: 0 auto 16px;
  width: 624px;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  #contents #subsidy .dr_battery_image_area .dr_battery_image_1 {
    margin: 0 auto 16px;
    max-width: 624px;
    width: 100%;
  }
}
#contents #worries .sec__inner {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #contents #worries .sec__inner {
    margin-bottom: 80px;
  }
}
#contents #worries .section-title {
  margin-bottom: 32px;
}
#contents #worries .worries_text_list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #contents #worries .worries_text_list {
    flex-direction: column;
  }
}
#contents #worries .worries_text_list_item {
  font-weight: 500;
  border: #B3B8D6 1px solid;
  padding: 20px 24px 16px;
  position: relative;
  max-width: 306px;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 102px;
  margin: 0;
}
#contents #worries .worries_text_list_item::before {
  content: "";
  display: block;
  width: 28px;
  height: 22px;
  background: url(../img/ico/ico_quote.png) no-repeat;
  background-size: 28px 22px;
  background-position: center;
  position: absolute;
  top: -13px;
  left: 25px;
}
#contents #worries .worries_text_list_item.left_sharp {
  border-radius: 20px 20px 20px 0;
  box-sizing:border-box;
}
#contents #worries .worries_text_list_item.right_sharp {
  border-radius: 20px 20px 0 20px;
  box-sizing:border-box;
}
#contents #worries .worries_text_list_item:first-child {
  position: relative;
  top: 24px;
}
#contents #worries .worries_text_list_item:last-child {
  margin: auto;
  position: relative;
  top: 24px;
}
@media screen and (max-width: 767px) {
  #contents #worries .worries_text_list_item {
    max-width: 100%;
    min-height: 76px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contents #worries .worries_text_list_item:first-child {
    top: 0px;
  }
  #contents #worries .worries_text_list_item.right_sharp {
    border-radius: 20px 20px 20px 0;
    box-sizing:border-box;
  }
  #contents #worries .worries_text_list_item:last-child {
    top: 0px;
  }
  #contents #worries .worries_text_list_item::before {
    content: "";
    display: block;
    width: 25px;
    height: 20px;
    background: url(../img/ico/ico_quote.png) no-repeat;
    background-size: 25px 20px;
    background-position: center;
    position: absolute;
    top: -11px;
    left: 28px;
  }
}
#contents #worries .worries_text_hum {
  position: relative;
  top: -16px;
}
@media screen and (max-width: 767px) {
  #contents #worries .worries_text_hum {
    top: -8px;
  }
}
#contents #worries .worries_text_hum img {
  margin: auto;
  display: block;
  width: 99px;
  height: 132px;
}
@media screen and (max-width: 767px) {
  #contents #worries .worries_text_hum img {
    width: 90px;
    height: 120px;
  }
}
#contents #worries .worries_plan_text {
  margin-top: 8px;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #worries .worries_plan_text {
    margin-bottom: 48px;
  }
}
#contents #worries .worries_plan_text p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  position: relative;
}
#contents #worries .worries_plan_text p.is-pc {
  display: inline-block;
}
#contents #worries .worries_plan_text p.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #contents #worries .worries_plan_text p {
    font-size: 16px;
  }
  #contents #worries .worries_plan_text p.is-pc {
    display: none;
  }
  #contents #worries .worries_plan_text p.is-sp {
    display: inline-block;
  }
}
#contents #worries .worries_plan_text p::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, #5185C5, #424D99);
  opacity: 0.1;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 20px;
}
@media screen and (max-width: 767px) {
  #contents #worries .worries_plan_text p::before {
    top: 16px;
  }
}
#contents #flow {
  background: linear-gradient(90deg, #E3E4F0, #E5EDF6);
}
#contents #flow .sec__inner {
  padding-top: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #contents #flow .sec__inner {
    padding-top: 40px;
  }
}
#contents #flow .section-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #contents #flow .section-title {
    margin-bottom: 16px;
  }
}
#contents #flow .alert_list {
  margin-bottom: 40px;
}
#contents #flow .flow_list_wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #contents #flow .flow_list_wrap {
    margin-top: 24px;
  }
}
#contents #flow .flow_list {
  margin-bottom: 24px;
}
#contents #flow .flow_list_item ol {
  position: relative;
}
#contents #flow .flow_list_item ol::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #B3B8D6;
  width: 1px;
  height: calc(100% - 10px);
  left: 11px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  #contents #flow .flow_list_item ol::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #B3B8D6;
    width: 1px;
    height: calc(100% - 30px);
    left: 11px;
    margin-top: 0px;
    flex-shrink: 0;
    top: 15px;
  }
}
#contents #flow .flow_list_item li {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
#contents #flow .flow_list_item li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #contents #flow .flow_list_item li {
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
  }
  #contents #flow .flow_list_item li p {
    padding-left: 27px;
  }
  #contents #flow .flow_list_item li p span {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-left: 4px;
    margin-top: 6px;
  }
}
#contents #flow .flow_list_item .flow_list_no {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #B3B8D6;
  background: #ffffff;
  width: 23px;
  height: 23px;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
  z-index: 2;
  position: relative;
  margin-top: 2px;
  flex-shrink: 0;
}
#contents #flow .flow_list_item .flow_list_text {
  flex-shrink: 0;
}
#contents #flow .flow_list_alert {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-left: 12px;
  margin-top: 6px;
}
#contents #flow .flow_list_alert_text {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-left: 2px;
  margin-top: 6px;
}
#contents #flow p {
  display: flex;
}
#contents #flow .flow_list2 {
  margin-top: 24px;
}
#contents #flow .flow_list2 .btn_accordion_open {
  display: block;
}
#contents #flow .flow_list2 .btn_accordion_close {
  display: none;
}
#contents #flow .flow_list2.accordion_open .flow_list2_item {
  grid-template-rows: 1fr;
}
#contents #flow .flow_list2.accordion_open .btn_accordion_open {
  display: none;
}
#contents #flow .flow_list2.accordion_open .btn_accordion_close {
  display: block;
}
#contents #flow .flow_list2.accordion_open #btn_accordion .btn_accordion__inner::after {
  transform: rotate(0deg);
}
#contents #flow .flow_list2_item {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 200ms;
}
#contents #flow .flow_list2_item .flow_list2_item__inner {
  min-height: 0;
  text-align: justify;
}
#contents #flow #btn_accordion {
  display: flex;
  justify-content: center;
}
#contents #flow #btn_accordion .btn_accordion__inner {
  font-size: 14px;
  color: #424D99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #contents #flow #btn_accordion .btn_accordion__inner {
    margin-bottom: 40px;
  }
}
#contents #flow #btn_accordion .btn_accordion__inner span:hover {
  text-decoration: underline;
}
#contents #flow #btn_accordion .btn_accordion__inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico/ico_arrow_up.png) no-repeat;
  background-size: 11px 6px;
  background-position: center;
  transform: rotate(180deg);
}
#contents #flow .flow_list2_wrap {
  padding: 24px;
  background-color: #ffffff;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
}
#contents #flow .flow_list2_wrap:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #contents #flow .flow_list2_wrap {
    padding: 16px;
    margin-bottom: 8px;
  }
  #contents #flow .flow_list2_wrap:last-child {
    margin-bottom: 24px;
  }
}
#contents #flow .flow_list2_col_1 {
  flex-shrink: 0;
}
#contents #flow .flow_list2_col_1 .flow_list2_no {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #B3B8D6;
  background: #ffffff;
  width: 23px;
  height: 23px;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
  z-index: 2;
  position: relative;
  margin-top: 3px;
}
#contents #flow .flow_list2_col_2 a:hover {
  text-decoration: underline;
}
#contents #flow .flow_list2_col_2 .flow_list2_title {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  #contents #flow .flow_list2_col_2 .flow_list2_title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#contents #flow .flow_list2_col_2 .flow_list2_detail {
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  padding-left: 20px;
}
#contents #flow .flow_list2_col_2 .flow_list2_detail span {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  #contents #flow .flow_list2_col_2 .flow_list2_detail {
    display: block;
    padding-left: 16px;
    position: relative;
  }
  #contents #flow .flow_list2_col_2 .flow_list2_detail::before {
    position: absolute;
    content: "※ ";
    display: block;
    width: 22px;
    height: 22px;
    left: 0px;
  }
}
#contents #flow .flow_list2_col_2 .flow_list2_text {
  display: block;
}
#contents #flow .list_item_detail {
  display: flex;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #contents #flow .list_item_detail {
    margin: 24px auto;
  }
}
#contents #equipment .equipment_table {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  #contents #equipment .equipment_table {
    margin-top: 16px;
    margin-bottom: 0px;
  }
}
#contents #equipment .equipment_table th {
  background: #ECEDF5;
  font-size: 12px;
  font-weight: 400;
}
#contents #equipment .equipment_table .th_1 {
  width: 23.1578947368%;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #contents #equipment .equipment_table .th_1 {
    width: 33.3333333333%;
  }
}
#contents #equipment .equipment_table .th_2 {
  width: 53.6842105263%;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #contents #equipment .equipment_table .th_2 {
    width: 44.6483180428%;
  }
}
#contents #equipment .equipment_table .th_3 {
  width: 24.2105263158%;
}
@media screen and (max-width: 767px) {
  #contents #equipment .equipment_table .th_3 {
    width: 22.629969419%;
  }
}
#contents #equipment .equipment_table .trtdth:before {
  display: block;
  float: left;
  min-height: 35px;
  content: "";
}
#contents #equipment .equipment_table .trtd:before {
  display: block;
  float: left;
  min-height: 50px;
  content: "";
}
#contents #equipment .equipment_table td {
  padding: 10px 24px;
  border-right: #E8E8E8 1px solid;
  border-bottom: #E8E8E8 1px solid;
}
@media screen and (max-width: 767px) {
  #contents #equipment .equipment_table td {
    padding: 10px 10px;
  }
}
#contents #equipment .equipment_table .td_1 {
  border-left: #E8E8E8 1px solid;
}
#contents #equipment .equipment_table .td__inner img {
  text-align: center;
  display: block;
  margin: auto;
}
#contents #equipment .equipment_table .td__inner .logo_1 {
  width: 80px;
}
#contents #equipment .equipment_table .td__inner .logo_2 {
  width: 100px;
}
#contents #equipment .equipment_table .td__inner .logo_3 {
  width: 100px;
}
#contents #equipment .equipment_table .td__inner .logo_4 {
  width: 100px;
}
#contents #equipment .equipment_table .td__inner .logo_5 {
  width: 100px;
}
#contents #equipment .equipment_table .td__inner .logo_6 {
  width: 100px;
}
#contents #equipment .equipment_table .td_2 .td__inner {
  display: flex;
  gap: 0 24px;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #contents #equipment .equipment_table .td_2 .td__inner {
    gap: 0 12px;
  }
}
#contents #equipment .equipment_table .td_2 .td__inner p {
  display: inline-block;
  margin: 0;
}
#contents #equipment .equipment_table .td_3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #equipment .equipment_table .td_3 {
    padding: 0;
  }
}
#contents #question {
  padding-bottom: 40px;
}
#contents #question .sec__inner {
  padding-top: 80px;
}
#contents #question .title-question {
  display: flex;
}
#contents #question .title-question span {
  width: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #contents #question .title-question {
    font-size: 16px;
  }
}
#contents #question .document_area {
  margin: 120px auto 32px;
}
@media screen and (max-width: 767px) {
  #contents #question .document_area {
    margin-top: 80px;
  }
}
#contents #question .document_area a {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #424D99;
  line-height: 1.57;
  min-height: 56px;
  border: 1px solid #424D99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 384px;
  margin: 0 auto 32px;
  background: url(../img/ico/ico_file.png) no-repeat;
  background-size: 9px 12px;
  background-position: 95% center;
  padding: 0px 7%;
}
#contents #question .document_area a:last-child {
  margin-bottom: 0;
}
#contents #question .document_area a:hover {
  color: #3359CC;
  border: 1px solid #3359CC;
  background-color: #EDEEFA;
  text-decoration: none;
}

#contents #inqury {
  padding-bottom: 40px;
}
#contents #inqury .btn_entry {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #contents #inqury .btn_entry {
    margin-top: 48px;
  }
}


#contents #recomend .section-title {
  margin-bottom: 32px;
}

/*
#contents .slider_area {
  max-width: 950px;
  margin: auto;
  width: calc(100% - 60px);
}
#contents .slider_item {
  display: flex !important;
  padding: 0 8px;
  height: 100%;
}
#contents .slider_item .slider_item__inner {
  border: 1px solid #E8E8E8;
  display: flex;
  transition-property: border;
  transition-duration: 0.3s;
  background-color: #fff;
  overflow: hidden;
  color: #181A24;
  text-decoration: none;
  border: 1px solid #E8E8E8;
}
#contents .slider_item .slider_item__inner:hover {
  border: 1px solid #3359CC;
}
#contents .slider_item .slider_item_img {
  min-height: 0%;
  width: 100%;
  aspect-ratio: 225/127;
  overflow: hidden;
  position: relative;
}
#contents .slider_item .slider_item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#contents .slider_item > * {
  display: flex;
  width: 100%;
  flex-direction: column;
}
#contents .slick-slide {
  display: flex !important;
  float: none;
  height: auto;
}
#contents .slick-slide > div {
  width: 100%;
}
#contents .slick-list {
  overflow-x: hidden;
  max-width: 966px;
  position: relative;
  left: -8px;
  width: 100%;
}
#contents .slick-track {
  display: flex;
}
#contents .slide_text_wrap {
  padding: 12px;
  overflow: hidden;
}
#contents .date {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}
#contents .slick-prev, #contents .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) translateZ(0);
  outline: none;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-indent: -999px;
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  transition-property: background;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  #contents .slick-prev, #contents .slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #contents .slider_area {
    overflow-x: scroll;
    display: flex;
    width: calc(100% - 48px);
    overflow-x: auto;
    padding-bottom: 6px;
  }
  #contents .slider_wrap {
    display: flex;
    margin-right: -14px;
  }
  #contents .slider_item {
    padding: 0;
    flex-shrink: 0;
    width: 70vw;
    max-width: 227px;
    margin-right: 14px;
    display: flex;
    position: relative;
  }
  #contents .slider_item::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 24px;
    height: 100%;
    content: "";
  }
  #contents .slider_item:last-child {
    margin-right: 0;
  }
  #contents .slider_item:last-child::after {
    display: none;
  }
  #contents .slider_item > * {
    flex-shrink: 0;
    width: 70vw;
    max-width: 227px;
    margin-right: 14px;
    transition-property: border;
    transition-duration: 0.3s;
    background-color: #fff;
    overflow: hidden;
    color: #181A24;
    border: 1px solid transparent;
  }
}
#contents .slick-prev {
  background: rgba(255, 255, 255, 0.6) url(../img/ico/ico_arrow_downward.png) center center/100% auto no-repeat;
  background-size: 11px 6px;
  z-index: 1;
  left: -50px;
  position: absolute;
  transform: rotate(90deg);
}
#contents .slick-next {
  background: rgba(255, 255, 255, 0.6) url(../img/ico/ico_arrow_downward.png) center center/100% auto no-repeat;
  background-size: 11px 6px;
  right: -50px;
  position: absolute;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1050px) {
  #contents .slick-prev {
    left: 0px;
  }
  #contents .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #contents .slider_area::-webkit-scrollbar {
    width: 5px;
  }
  #contents .slider_area::-webkit-scrollbar:horizontal {
    height: 5px;
  }
  #contents .slider_area::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 2px;
  }
  #contents .slider_area::-webkit-scrollbar-thumb:horizontal {
    background: #BCBCBC;
    border-radius: 2px;
  }
}
*/

/*# sourceMappingURL=content_battery.css.map */

