@charset "UTF-8";
body,
html {
  overflow-x: hidden;
}

.member_group {
  padding: 0;
}

#basf-efficon-sl {
  max-width: 1080px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  position: relative;
}
#basf-efficon-sl *,
#basf-efficon-sl *:after,
#basf-efficon-sl *:before {
  box-sizing: border-box;
}
#basf-efficon-sl dl,
#basf-efficon-sl ol,
#basf-efficon-sl ul {
  margin: 0;
  padding-left: 0;
}
#basf-efficon-sl ol li,
#basf-efficon-sl ul li {
  list-style: none;
}
#basf-efficon-sl div:after,
#basf-efficon-sl ul:after,
#basf-efficon-sl li:after,
#basf-efficon-sl dd:after,
#basf-efficon-sl section:after,
#basf-efficon-sl article:after {
  display: none;
}
#basf-efficon-sl a {
  text-decoration: none;
}
#basf-efficon-sl a:active,
#basf-efficon-sl a:hover {
  text-decoration: none;
  cursor: pointer;
}
#basf-efficon-sl img {
  max-width: 100%;
  height: auto;
  border: none;
}
#basf-efficon-sl a img {
  border: 0;
}
#basf-efficon-sl img {
  vertical-align: bottom;
}
#basf-efficon-sl a {
  color: #000;
  text-decoration: underline;
}
#basf-efficon-sl p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
#basf-efficon-sl * {
  transition: initial;
}
#basf-efficon-sl section {
  position: relative;
  padding: 0;
  overflow: hidden;
}
#basf-efficon-sl section:not(:last-child) {
  margin-bottom: 20px;
}
#basf-efficon-sl .inner {
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #fff;
}
#basf-efficon-sl h2 {
  display: block;
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 50px !important;
  font-weight: 900 !important;
  line-height: 1.25;
  color: #004A96 !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
#basf-efficon-sl p {
  font-size: 18px;
  line-height: 2;
}
#basf-efficon-sl sub {
  font-size: 60%;
  vertical-align: bottom;
  position: relative;
  bottom: 0em;
}
#basf-efficon-sl .-center {
  text-align: center !important;
}
#basf-efficon-sl .-center * {
  text-align: center !important;
}
#basf-efficon-sl .btn {
  width: 270px;
  height: 78px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 700;
  color: #fff !important;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(to right, #004A96, #00AAC4);
}
#basf-efficon-sl .btn::before, #basf-efficon-sl .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
}
#basf-efficon-sl .btn::after {
  background-image: url(../img/btn_icon_window.svg);
  background-size: 11px auto;
  background-position: right 30px center;
}
@media (hover: hover) {
  #basf-efficon-sl .btn {
    transition: opacity 0.2s;
  }
  #basf-efficon-sl .btn:hover {
    opacity: 0.75;
  }
}
#basf-efficon-sl .links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  max-width: 880px;
  margin: 0 auto;
}
#basf-efficon-sl .links li {
  width: calc((100% - 100px) / 3);
  border-radius: 5px;
  overflow: hidden;
}
#basf-efficon-sl .links li a {
  width: 100%;
  height: 100%;
  min-height: 50px;
  padding: 0.5em 20px;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(to right, #004A96, #00AAC4);
}
#basf-efficon-sl .links li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 13px auto;
  background-position: right 20px center;
}
@media (hover: hover) {
  #basf-efficon-sl .links li a {
    transition: opacity 0.2s;
  }
  #basf-efficon-sl .links li a:hover {
    opacity: 0.75;
  }
}
#basf-efficon-sl table {
  max-width: 880px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #000;
  background-color: #fff;
}
#basf-efficon-sl th,
#basf-efficon-sl td {
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #000;
}
#basf-efficon-sl th {
  font-size: 14px;
  color: #fff;
  padding: 1.5em 1em;
  text-align: center;
  background-color: #004A96;
}
#basf-efficon-sl tbody th {
  color: #000;
  font-weight: normal;
  background-color: #E5EDF4;
}
#basf-efficon-sl td {
  font-size: 14px;
  padding: 0.7em 0.8em;
}
#basf-efficon-sl td.split {
  padding: 0 !important;
}
#basf-efficon-sl td.split span {
  padding: 0.45em 0.8em;
  border-bottom: 1px dotted #000;
  display: block;
}
#basf-efficon-sl td.split span:last-child {
  border-bottom: none;
}
@keyframes scroll_icon {
  0%, 100%, 14%, 42%, 70%, 98% {
    opacity: 0;
  }
  28%, 56%, 84% {
    opacity: 1;
  }
}
@media screen and (min-width: 961px) {
  #basf-efficon-sl .sp {
    display: none;
  }
  #basf-efficon-sl .sp-scroller {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl .pc {
    display: none;
  }
  #basf-efficon-sl section:not(:last-child) {
    margin-bottom: 20px;
  }
  #basf-efficon-sl h2 {
    font-size: 48px !important;
    line-height: 1.15 !important;
  }
  #basf-efficon-sl p {
    font-size: 32px;
  }
  #basf-efficon-sl .btn {
    width: 100%;
    height: 92px;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 32px;
  }
  #basf-efficon-sl .btn::after {
    background-size: 24px auto;
    background-position: right 40px center;
  }
  #basf-efficon-sl .links {
    flex-direction: column;
    gap: 20px;
  }
  #basf-efficon-sl .links li {
    width: 100%;
    border-radius: 10px;
  }
  #basf-efficon-sl .links li a {
    min-height: 92px;
    padding: 0.5em 20px;
    font-size: 32px;
  }
  #basf-efficon-sl .links li a::after {
    background-size: 24px auto;
    background-position: right 20px center;
  }
  #basf-efficon-sl th {
    font-size: 22px;
    padding: 1.5em 1em;
  }
  #basf-efficon-sl td {
    font-size: 22px;
    padding: 0.7em 0.8em;
  }
  #basf-efficon-sl td.split span {
    padding: 0.45em 0.8em;
  }
  #basf-efficon-sl :root {
    --sp-scrollable-width: 100%;
  }
  #basf-efficon-sl .sp-scroller {
    overflow-x: scroll;
    position: relative;
    width: calc(100% + 80px);
    transform: translateX(-40px);
  }
  #basf-efficon-sl .sp-scroller::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: 100px;
    height: 100px;
    pointer-events: none;
    background-image: url(../img/icon_swipe.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    opacity: 0;
  }
  #basf-efficon-sl .sp-scroller.active::after {
    animation: scroll_icon 4s;
  }
  #basf-efficon-sl .sp-scroller > * {
    width: var(--sp-scrollable-width);
    max-width: none !important;
    margin-inline: 40px;
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl .pc {
    display: none;
  }
  #basf-efficon-sl section:not(:last-child) {
    margin-bottom: 3.125vw;
  }
  #basf-efficon-sl h2 {
    font-size: 7.5vw !important;
    line-height: 1.15 !important;
  }
  #basf-efficon-sl p {
    font-size: 5vw;
  }
  #basf-efficon-sl .btn {
    width: 100%;
    height: 14.375vw;
    padding: 0 3.125vw;
    border-radius: 1.5625vw;
    font-size: 5vw;
  }
  #basf-efficon-sl .btn::after {
    background-size: 3.75vw auto;
    background-position: right 6.25vw center;
  }
  #basf-efficon-sl .links {
    flex-direction: column;
    gap: 3.125vw;
  }
  #basf-efficon-sl .links li {
    width: 100%;
    border-radius: 1.5625vw;
  }
  #basf-efficon-sl .links li a {
    min-height: 14.375vw;
    padding: 0.5em 3.125vw;
    font-size: 5vw;
  }
  #basf-efficon-sl .links li a::after {
    background-size: 3.75vw auto;
    background-position: right 3.125vw center;
  }
  #basf-efficon-sl th {
    font-size: 3.4375vw;
    padding: 1.5em 1em;
  }
  #basf-efficon-sl td {
    font-size: 3.4375vw;
    padding: 0.7em 0.8em;
  }
  #basf-efficon-sl td.split span {
    padding: 0.45em 0.8em;
  }
  #basf-efficon-sl :root {
    --sp-scrollable-width: 100%;
  }
  #basf-efficon-sl .sp-scroller {
    overflow-x: scroll;
    position: relative;
    width: calc(100% + 12.5vw);
    transform: translateX(-6.25vw);
  }
  #basf-efficon-sl .sp-scroller::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: 100px;
    width: 100px;
    pointer-events: none;
    background-image: url(../img/icon_swipe.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    opacity: 0;
  }
  #basf-efficon-sl .sp-scroller.active::after {
    animation: scroll_icon 4s;
  }
  #basf-efficon-sl .sp-scroller > * {
    width: var(--sp-scrollable-width);
    max-width: none !important;
    margin-inline: 6.25vw;
  }
}
#basf-efficon-sl .slick-track {
  display: flex;
}
#basf-efficon-sl .slick-slide {
  height: auto !important;
}
#basf-efficon-sl .slickSlider {
  max-width: none !important;
  width: calc(100% - 110px);
  margin: 0 auto -10px;
}
#basf-efficon-sl .slickSlider li {
  position: relative;
  margin: 0 15px;
  padding: 0 0 10px;
  overflow: hidden;
}
#basf-efficon-sl .slickSlider li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#basf-efficon-sl .slickSlider li .thumb {
  display: block;
  max-width: none;
  max-height: 187px;
  aspect-ratio: 560/374;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
#basf-efficon-sl .slickSlider li .text {
  font-size: 16px;
  line-height: 1.3;
  text-align: justify;
  margin-bottom: 10px;
}
#basf-efficon-sl .slickSlider li .more {
  width: 100px;
  height: 28px;
  border-radius: 5px;
  margin: 0;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-radius: 5px;
  background: linear-gradient(to right, #004A96, #00AAC4);
}
#basf-efficon-sl .slickSlider li .more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background-image: url(../img/slider_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px auto;
}
@media (hover: hover) {
  #basf-efficon-sl .slickSlider li {
    transition: opacity 0.2s;
  }
  #basf-efficon-sl .slickSlider li:hover {
    opacity: 0.75;
  }
}
#basf-efficon-sl .slickSlider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px auto;
  background-color: #004A96;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 73.5px;
  z-index: 1;
}
@media (hover: hover) {
  #basf-efficon-sl .slickSlider .slick-arrow {
    transition: all 0.2s;
  }
  #basf-efficon-sl .slickSlider .slick-arrow:hover {
    transform: scale(1.1);
  }
}
#basf-efficon-sl .slickSlider .slick-next {
  right: -35px;
  background-image: url(../img/slider_arrow_right.svg);
}
#basf-efficon-sl .slickSlider .slick-prev {
  left: -35px;
  background-image: url(../img/slider_arrow_left.svg);
}
@media screen and (min-width: 961px) and (max-width: 1080px) {
  #basf-efficon-sl .slickSlider li .thumb {
    max-height: calc((90.7407407407vw - 110px - 60px) / 3 / 520 * 346);
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl .slickSlider {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  #basf-efficon-sl .slickSlider li {
    margin: 0;
    padding: 0 30px;
  }
  #basf-efficon-sl .slickSlider li .thumb {
    display: block;
    max-width: none;
    max-height: 266px;
    aspect-ratio: 560/374;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  #basf-efficon-sl .slickSlider li .text {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #basf-efficon-sl .slickSlider li .more {
    width: 180px;
    height: 52px;
    border-radius: 10px;
    font-size: 20px;
    padding-left: 20px;
  }
  #basf-efficon-sl .slickSlider li .more::before {
    background-position: right 18px center;
    background-size: 20px auto;
  }
  #basf-efficon-sl .slickSlider .slick-arrow {
    width: 48px;
    height: 48px;
    top: 109px;
    background-size: 48px auto;
  }
  #basf-efficon-sl .slickSlider .slick-next {
    right: -30px;
    background-image: url(../img/sp_slider_arrow_right.svg);
  }
  #basf-efficon-sl .slickSlider .slick-prev {
    left: -30px;
    background-image: url(../img/sp_slider_arrow_left.svg);
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl .slickSlider {
    width: calc(100% - 15.625vw);
    margin: 0 auto;
  }
  #basf-efficon-sl .slickSlider li {
    margin: 0;
    padding: 0 4.6875vw;
  }
  #basf-efficon-sl .slickSlider li .thumb {
    display: block;
    max-width: none;
    max-height: 41.5625vw;
    aspect-ratio: 560/374;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 3.125vw;
  }
  #basf-efficon-sl .slickSlider li .text {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
  #basf-efficon-sl .slickSlider li .more {
    width: 28.125vw;
    height: 8.125vw;
    border-radius: 1.5625vw;
    font-size: 3.125vw;
    padding-left: 3.125vw;
  }
  #basf-efficon-sl .slickSlider li .more::before {
    background-position: right 2.8125vw center;
    background-size: 3.125vw auto;
  }
  #basf-efficon-sl .slickSlider .slick-arrow {
    width: 7.5vw;
    height: 7.5vw;
    top: 17.03125vw;
    background-size: 7.5vw auto;
  }
  #basf-efficon-sl .slickSlider .slick-next {
    right: -4.6875vw;
    background-image: url(../img/sp_slider_arrow_right.svg);
  }
  #basf-efficon-sl .slickSlider .slick-prev {
    left: -4.6875vw;
    background-image: url(../img/sp_slider_arrow_left.svg);
  }
}
#basf-efficon-sl #bes_menu {
  position: relative;
  z-index: 1008;
  left: 0;
  right: 0;
  top: 40px;
  width: 1080px;
  margin: auto;
  display: block;
  pointer-events: none;
}
#basf-efficon-sl #bes_menu .inner {
  position: absolute;
  top: 0;
  right: -100px;
  width: 130px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  background-color: #004A96;
  border: 1px solid #fff;
  transition: none;
  display: block;
  z-index: auto;
}
#basf-efficon-sl #bes_menu .animated .inner {
  transition: right 0.4s;
}
#basf-efficon-sl #bes_menu .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
#basf-efficon-sl #bes_menu ul li {
  width: 100%;
  height: auto;
  position: relative;
}
#basf-efficon-sl #bes_menu ul li::after {
  content: "";
  width: calc(100% - 8px);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  pointer-events: none;
  border-top: 1px dotted #fff;
}
#basf-efficon-sl #bes_menu ul li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.03em 4px;
  position: relative;
  z-index: 0;
}
#basf-efficon-sl #bes_menu ul li a::before {
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: transparent;
  z-index: -1;
}
@media screen and (min-width: 1260px) {
  #basf-efficon-sl #bes_menu.fixed {
    position: fixed;
    top: 100px;
  }
  #basf-efficon-sl #bes_menu ul li a {
    transition: color 0.2s;
  }
  #basf-efficon-sl #bes_menu ul li a::before {
    transition: background-color 0.2s;
  }
  #basf-efficon-sl #bes_menu ul li a:hover::before {
    background-color: #00B9F1;
  }
}
@media screen and (max-width: 1259px) {
  #basf-efficon-sl #bes_menu {
    width: 100%;
  }
  #basf-efficon-sl #bes_menu .inner {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow-y: auto;
    border: none;
    border-radius: 0;
    padding: 1.7em 0;
    box-shadow: none;
  }
  #basf-efficon-sl #bes_menu .ttl {
    display: none;
  }
  #basf-efficon-sl #bes_menu ul {
    width: 345px;
    margin: auto;
  }
  #basf-efficon-sl #bes_menu ul li {
    border-top: 1px dotted #fff;
  }
  #basf-efficon-sl #bes_menu ul li::after {
    display: none;
  }
  #basf-efficon-sl #bes_menu ul li:last-of-type {
    border-bottom: 1px dotted #fff;
  }
  #basf-efficon-sl #bes_menu ul li a {
    font-size: 21px;
    line-height: 1.4;
    padding: 1.15em 0;
  }
  #basf-efficon-sl #bes_menu ul li a br.pc {
    display: none;
  }
  #basf-efficon-sl #bes_menu.open .inner {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  #basf-efficon-sl #bes_menu ul {
    width: 71.875vw;
  }
  #basf-efficon-sl #bes_menu ul li a {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 1260px) {
  #basf-efficon-sl #bes_btn_menu {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1259px) {
  #basf-efficon-sl #bes_btn_menu {
    position: absolute;
    top: 30px;
    right: -100vw;
    display: flex;
    height: 50px;
    width: 54px;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 1;
    pointer-events: auto;
    transition: none;
  }
  #basf-efficon-sl #bes_btn_menu::after {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: #004A96;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
  }
  #basf-efficon-sl #bes_btn_menu.fixed {
    position: fixed;
    top: 70px;
    left: auto;
    right: -3px;
  }
  #basf-efficon-sl #bes_btn_menu span,
  #basf-efficon-sl #bes_btn_menu span:after,
  #basf-efficon-sl #bes_btn_menu span:before {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #basf-efficon-sl #bes_btn_menu span {
    right: -2px;
  }
  #basf-efficon-sl #bes_btn_menu.animated {
    z-index: 1009;
  }
  #basf-efficon-sl #bes_btn_menu.animated span,
  #basf-efficon-sl #bes_btn_menu.animated span:after,
  #basf-efficon-sl #bes_btn_menu.animated span:before {
    transition: background-color 0.2s, transform 0.4s, bottom 0.4s, top 0.4s;
  }
  #basf-efficon-sl #bes_btn_menu span:before {
    bottom: 10px;
  }
  #basf-efficon-sl #bes_btn_menu span:after {
    top: 10px;
  }
  #basf-efficon-sl #bes_btn_menu.active {
    z-index: 1009;
  }
  #basf-efficon-sl #bes_btn_menu.active::after {
    background: #fff;
  }
  #basf-efficon-sl #bes_btn_menu.active span {
    background-color: rgba(255, 255, 255, 0);
    right: 0;
  }
  #basf-efficon-sl #bes_btn_menu.active span::before {
    left: -2px;
    bottom: 0;
    transform: rotate(45deg);
    background-color: #004A96;
  }
  #basf-efficon-sl #bes_btn_menu.active span::after {
    left: -2px;
    top: 0;
    transform: rotate(-45deg);
    background-color: #004A96;
  }
}
#basf-efficon-sl section.boxy {
  padding: 20px;
  background: linear-gradient(to right bottom, #004A96, #00AAC4, #88C121);
}
#basf-efficon-sl section.boxy.-rev {
  background: linear-gradient(to right bottom, #88C121, #00AAC4, #004A96);
}
#basf-efficon-sl section.boxy.-radial {
  background: radial-gradient(100% 100% at 0% 100%, #88C121 0%, #00AAC4 50%, #004A96 100%);
}
#basf-efficon-sl section.boxy .inner {
  padding: 80px;
  z-index: 0;
}
#basf-efficon-sl section.boxy p {
  text-align: center;
}
#basf-efficon-sl section.boxy p.lead {
  font-weight: 500;
}
#basf-efficon-sl section.boxy h2 {
  margin-bottom: 35px !important;
  padding: 82px 0 0 !important;
  background-size: auto 113px;
  z-index: 1;
}
#basf-efficon-sl section.boxy#bes_how_to_use h2 {
  background-image: url(../img/h2_howtouse.svg);
  background-size: auto 75px;
  padding-top: 52px !important;
}
#basf-efficon-sl section.boxy#bes_how_to_use h2 + p {
  margin-bottom: 50px;
}
#basf-efficon-sl section.boxy#bes_how_to_use .img01 {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 190px;
}
#basf-efficon-sl section.boxy#bes_how_to_use .img02 {
  position: absolute;
  left: -20px;
  top: 80px;
  width: 190px;
}
@media screen and (min-width: 961px) and (max-width: 1080px) {
  #basf-efficon-sl section.boxy .inner {
    padding-inline: 0vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl section.boxy {
    padding: 20px;
  }
  #basf-efficon-sl section.boxy .inner {
    padding: 90px 40px 40px;
  }
  #basf-efficon-sl section.boxy p.lead {
    font-size: 28px;
    text-align: justify;
  }
  #basf-efficon-sl section.boxy h2 {
    margin-bottom: 36px !important;
    padding: 44px 0 0 !important;
    background-size: auto 64px;
  }
  #basf-efficon-sl section.boxy#bes_how_to_use h2 {
    background-image: url(../img/sp_h2_howtouse.svg);
    background-size: auto 58px;
    padding-top: 38px !important;
  }
  #basf-efficon-sl section.boxy#bes_how_to_use h2 + p {
    margin-bottom: 50px;
  }
  #basf-efficon-sl section.boxy#bes_how_to_use .img01 {
    right: -22px;
    top: -22px;
    width: 120px;
  }
  #basf-efficon-sl section.boxy#bes_how_to_use .img02 {
    left: -28px;
    top: 148px;
    width: 120px;
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl section.boxy {
    padding: 3.125vw;
  }
  #basf-efficon-sl section.boxy .inner {
    padding: 14.0625vw 6.25vw 6.25vw;
  }
  #basf-efficon-sl section.boxy p.lead {
    font-size: 4.375vw;
    text-align: justify;
  }
  #basf-efficon-sl section.boxy h2 {
    margin-bottom: 5.625vw !important;
    padding: 6.875vw 0 0 !important;
    background-size: auto 10vw;
  }
  #basf-efficon-sl section.boxy#bes_how_to_use h2 {
    background-image: url(../img/sp_h2_howtouse.svg);
    background-size: auto 9.0625vw;
    padding-top: 5.9375vw !important;
  }
  #basf-efficon-sl section.boxy#bes_how_to_use h2 + p {
    margin-bottom: 7.8125vw;
  }
  #basf-efficon-sl section.boxy#bes_how_to_use .img01 {
    right: -3.4375vw;
    top: -3.4375vw;
    width: 18.75vw;
  }
  #basf-efficon-sl section.boxy#bes_how_to_use .img02 {
    left: -4.375vw;
    top: 23.125vw;
    width: 18.75vw;
  }
}
#basf-efficon-sl #bes_target {
  background: url(../img/target_bg.jpg), linear-gradient(to right bottom, #00AAC4, #00AAC4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -20px;
}
#basf-efficon-sl #bes_target .inner {
  background-color: transparent;
  padding: 100px 100px 80px;
  color: #fff;
}
#basf-efficon-sl #bes_target h2 {
  color: #fff !important;
  background-image: url(../img/h2_target.svg);
  padding: 93px 0 0 !important;
  margin-bottom: 25px !important;
}
#basf-efficon-sl #bes_target h2 + p {
  text-align: center;
  margin-bottom: 30px;
}
#basf-efficon-sl #bes_target .imgs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
#basf-efficon-sl #bes_target .imgs img {
  width: 180px;
}
#basf-efficon-sl #bes_target .note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 50px;
}
#basf-efficon-sl #bes_target table.-target {
  border: 1px solid #fff;
  background-color: transparent;
}
#basf-efficon-sl #bes_target table.-target col.odd {
  background-color: rgba(255, 255, 255, 0.1);
}
#basf-efficon-sl #bes_target table.-target th,
#basf-efficon-sl #bes_target table.-target td {
  color: #fff;
  border: none;
  white-space: nowrap;
}
#basf-efficon-sl #bes_target table.-target thead th {
  font-size: 16px;
  background-color: rgba(229, 237, 244, 0.2);
}
#basf-efficon-sl #bes_target table.-target td {
  padding: 0.8em 0.8em;
  border-bottom: 1px dotted #fff;
}
#basf-efficon-sl #bes_target table.-target td:last-child {
  text-align: center;
}
#basf-efficon-sl #bes_target .legend {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 1.5em;
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  #basf-efficon-sl #bes_target .inner {
    padding-inline: 0;
    max-width: 880px;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl #bes_target {
    background: url(../img/sp_target_bg.jpg), linear-gradient(to right bottom, #00AAC4, #00AAC4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -20px;
  }
  #basf-efficon-sl #bes_target .inner {
    padding: 100px 40px 40px;
  }
  #basf-efficon-sl #bes_target h2 {
    background-image: url(../img/sp_h2_target.svg);
    padding: 46px 0 0 !important;
    margin-bottom: 40px !important;
  }
  #basf-efficon-sl #bes_target h2 + p {
    text-align: justify;
    margin-bottom: 40px;
  }
  #basf-efficon-sl #bes_target .imgs {
    width: 420px;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 40px;
  }
  #basf-efficon-sl #bes_target .imgs img {
    width: 200px;
  }
  #basf-efficon-sl #bes_target .note {
    font-size: 24px;
    margin-bottom: 60px;
  }
  #basf-efficon-sl #bes_target table.-target thead th {
    font-size: 24px;
  }
  #basf-efficon-sl #bes_target table.-target td {
    padding: 0.8em 0.8em;
  }
  #basf-efficon-sl #bes_target .legend {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl #bes_target {
    background: url(../img/sp_target_bg.jpg), linear-gradient(to right bottom, #00AAC4, #00AAC4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -3.125vw;
  }
  #basf-efficon-sl #bes_target .inner {
    padding: 15.625vw 6.25vw 6.25vw;
  }
  #basf-efficon-sl #bes_target h2 {
    background-image: url(../img/sp_h2_target.svg);
    padding: 7.1875vw 0 0 !important;
    margin-bottom: 6.25vw !important;
  }
  #basf-efficon-sl #bes_target h2 + p {
    text-align: justify;
    margin-bottom: 6.25vw;
  }
  #basf-efficon-sl #bes_target .imgs {
    width: 65.625vw;
    flex-wrap: wrap;
    gap: 3.125vw;
    margin: 0 auto 6.25vw;
  }
  #basf-efficon-sl #bes_target .imgs img {
    width: 31.25vw;
  }
  #basf-efficon-sl #bes_target .note {
    font-size: 3.75vw;
    margin-bottom: 9.375vw;
  }
  #basf-efficon-sl #bes_target table.-target thead th {
    font-size: 3.75vw;
  }
  #basf-efficon-sl #bes_target table.-target td {
    padding: 0.8em 0.8em;
  }
  #basf-efficon-sl #bes_target .legend {
    font-size: 3.4375vw;
  }
}
#basf-efficon-sl section.property .inner > * {
  max-width: 880px;
  margin-inline: auto;
}
#basf-efficon-sl section.property p {
  text-align: justify;
}
#basf-efficon-sl section.property h3 {
  display: flex;
  align-items: center;
  padding: 0.67em 20px !important;
  margin: 50px 0 30px;
  border: 1px solid #004A96 !important;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #004A96;
}
#basf-efficon-sl section.property h3:first-child {
  margin-top: 0;
}
#basf-efficon-sl section.property p:not(class) + h3 {
  margin-top: 30px;
}
#basf-efficon-sl section.property h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #004A96;
  margin-bottom: 15px;
}
#basf-efficon-sl section.property h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 17px;
}
#basf-efficon-sl section.property .cols {
  display: flex;
  gap: 50px;
}
#basf-efficon-sl section.property .cols > * {
  flex: 1;
}
#basf-efficon-sl section.property .cols.-flex-center {
  align-items: center;
}
#basf-efficon-sl section.property .cols.-flex-end {
  align-items: flex-end;
}
#basf-efficon-sl section.property .cols + .cols {
  margin-top: 40px;
}
#basf-efficon-sl section.property .cols > img {
  max-width: calc((100% - 50px) / 2);
  margin-bottom: 0 !important;
}
#basf-efficon-sl section.property .card {
  background-color: #fff;
  border: 1px solid #004A96;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: max-content;
}
#basf-efficon-sl section.property .card > * {
  max-width: calc(100% - 60px);
  margin-inline: auto;
}
#basf-efficon-sl section.property .card h3 {
  display: none;
}
#basf-efficon-sl section.property .card p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #000;
}
#basf-efficon-sl section.property .card .fig {
  max-width: calc(100% - 60px);
  display: block;
  margin: 0 auto;
}
#basf-efficon-sl section.property .card + .fig, #basf-efficon-sl section.property .card + .sp-scroller {
  margin-top: 50px;
}
#basf-efficon-sl section.property .fig {
  max-width: 100%;
}
#basf-efficon-sl section.property .fig:not(:last-child) {
  margin-bottom: 25px;
}
#basf-efficon-sl section.property .fig + .cols {
  margin-top: 40px;
}
#basf-efficon-sl section.property .sp-scroller + .cols {
  margin-top: 40px;
}
#basf-efficon-sl section.property .medium {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 35px;
}
#basf-efficon-sl section.property .small {
  font-size: 12px;
  line-height: 2;
  margin: 0.5em auto 2em;
}
#basf-efficon-sl section.property .small:last-child {
  margin-bottom: 0;
}
#basf-efficon-sl section.property .result {
  border: 1px solid #ff0000;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  margin-top: 20px;
  overflow: hidden;
}
#basf-efficon-sl section.property .result p {
  font-size: 14px;
  line-height: 1.3;
  padding: 0.5em;
  margin: 0;
}
#basf-efficon-sl section.property .result .ttl {
  font-weight: 700;
  color: #fff;
  background-color: #ff0000;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 0.35em;
}
#basf-efficon-sl section.property .result .ttl::after {
  content: "";
  width: 24px;
  height: 15px;
  display: inline-block;
  margin-left: 4px;
  background-image: url(../img/icon_result.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#basf-efficon-sl section.property .result p:not(.ttl) {
  flex: 1;
}
#basf-efficon-sl section.property .ul {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  font-size: 12px;
  line-height: 1.3;
}
#basf-efficon-sl section.property .ul.-large {
  font-size: 14px;
  gap: 0.8em;
}
#basf-efficon-sl section.property .ul li {
  padding-left: 1.2em;
  position: relative;
}
#basf-efficon-sl section.property .ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  #basf-efficon-sl section.property .inner {
    padding-inline: 0vw !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl section.property h3 {
    padding: 0.48em 20px !important;
    margin: 100px 0 40px;
    font-size: 36px;
  }
  #basf-efficon-sl section.property p {
    font-size: 28px;
  }
  #basf-efficon-sl section.property p:not(class) + h3 {
    margin-top: 40px;
  }
  #basf-efficon-sl section.property h5 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #basf-efficon-sl section.property h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #basf-efficon-sl section.property .cols {
    flex-direction: column;
    gap: 60px;
  }
  #basf-efficon-sl section.property .cols > * {
    flex: auto;
  }
  #basf-efficon-sl section.property .cols + .cols {
    margin-top: 60px;
  }
  #basf-efficon-sl section.property .cols > img {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  #basf-efficon-sl section.property .card {
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #basf-efficon-sl section.property .card > * {
    max-width: calc(100% - 80px);
    margin-inline: auto;
  }
  #basf-efficon-sl section.property .card p {
    font-size: 26px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #basf-efficon-sl section.property .card .fig {
    max-width: calc(100% - 80px);
  }
  #basf-efficon-sl section.property .card + .fig, #basf-efficon-sl section.property .card + .sp-scroller {
    margin-top: 50px;
  }
  #basf-efficon-sl section.property .fig {
    max-width: 100%;
  }
  #basf-efficon-sl section.property .fig:not(:last-child) {
    margin-bottom: 60px;
  }
  #basf-efficon-sl section.property .fig + .cols {
    margin-top: 40px;
  }
  #basf-efficon-sl section.property .sp-scroller + .cols {
    margin-top: 40px;
  }
  #basf-efficon-sl section.property .medium {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #basf-efficon-sl section.property .small {
    font-size: 20px;
    line-height: 1.5;
    margin: 0.5em auto 2em;
  }
  #basf-efficon-sl section.property .result {
    border-radius: 20px;
    margin-top: 40px;
  }
  #basf-efficon-sl section.property .result:first-child {
    margin-top: 0;
  }
  #basf-efficon-sl section.property .result p {
    font-size: 24px;
    padding: 0.75em 0.65em;
  }
  #basf-efficon-sl section.property .result .ttl::after {
    width: 40px;
    height: 24px;
    margin-left: 8px;
  }
  #basf-efficon-sl section.property .ul {
    font-size: 20px;
  }
  #basf-efficon-sl section.property .ul.-large {
    font-size: 24px;
  }
  #basf-efficon-sl section.property .ul li {
    line-height: 1.5;
    text-align: justify !important;
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl section.property h3 {
    padding: 0.48em 3.125vw !important;
    margin: 15.625vw 0 6.25vw;
    font-size: 5.625vw;
  }
  #basf-efficon-sl section.property p {
    font-size: 4.375vw;
  }
  #basf-efficon-sl section.property p:not(class) + h3 {
    margin-top: 6.25vw;
  }
  #basf-efficon-sl section.property h5 {
    font-size: 5vw;
    margin-bottom: 3.125vw;
  }
  #basf-efficon-sl section.property h6 {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }
  #basf-efficon-sl section.property .cols {
    flex-direction: column;
    gap: 9.375vw;
  }
  #basf-efficon-sl section.property .cols > * {
    flex: auto;
  }
  #basf-efficon-sl section.property .cols + .cols {
    margin-top: 9.375vw;
  }
  #basf-efficon-sl section.property .cols > img {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  #basf-efficon-sl section.property .card {
    border-radius: 3.125vw;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  #basf-efficon-sl section.property .card > * {
    max-width: calc(100% - 12.5vw);
    margin-inline: auto;
  }
  #basf-efficon-sl section.property .card p {
    font-size: 4.0625vw;
    padding-bottom: 6.25vw;
    margin-bottom: 6.25vw;
  }
  #basf-efficon-sl section.property .card .fig {
    max-width: calc(100% - 12.5vw);
  }
  #basf-efficon-sl section.property .card + .fig, #basf-efficon-sl section.property .card + .sp-scroller {
    margin-top: 7.8125vw;
  }
  #basf-efficon-sl section.property .fig {
    max-width: 100%;
  }
  #basf-efficon-sl section.property .fig:not(:last-child) {
    margin-bottom: 9.375vw;
  }
  #basf-efficon-sl section.property .fig + .cols {
    margin-top: 6.25vw;
  }
  #basf-efficon-sl section.property .sp-scroller + .cols {
    margin-top: 6.25vw;
  }
  #basf-efficon-sl section.property .medium {
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
  #basf-efficon-sl section.property .small {
    font-size: 3.125vw;
    line-height: 1.5;
    margin: 0.5em auto 2em;
  }
  #basf-efficon-sl section.property .result {
    border-radius: 3.125vw;
    margin-top: 6.25vw;
  }
  #basf-efficon-sl section.property .result:first-child {
    margin-top: 0;
  }
  #basf-efficon-sl section.property .result p {
    font-size: 3.75vw;
    padding: 0.75em 0.65em;
  }
  #basf-efficon-sl section.property .result .ttl::after {
    width: 6.25vw;
    height: 3.75vw;
    margin-left: 1.25vw;
  }
  #basf-efficon-sl section.property .ul {
    font-size: 3.125vw;
  }
  #basf-efficon-sl section.property .ul.-large {
    font-size: 3.75vw;
  }
  #basf-efficon-sl section.property .ul li {
    line-height: 1.5;
    text-align: justify !important;
  }
}
#basf-efficon-sl #bes_faq {
  padding: 0;
  position: relative;
  isolation: isolate;
}
#basf-efficon-sl #bes_faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  background-image: url(../img/faq_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  mix-blend-mode: screen;
}
#basf-efficon-sl #bes_faq h2 {
  color: #fff !important;
  background-image: url(../img/h2_faq.svg);
  background-size: auto 120px;
  padding: 88px 0 0 !important;
  margin-bottom: 25px !important;
}
#basf-efficon-sl #bes_faq .inner {
  background-color: transparent;
  padding: 75px 50px 50px !important;
}
#basf-efficon-sl #bes_faq dl {
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  padding: 0 30px;
}
#basf-efficon-sl #bes_faq dl.open dt::after {
  rotate: -180deg;
  background-image: url(../img/faq_btn_minus.svg);
}
#basf-efficon-sl #bes_faq dl + dl {
  margin-top: 10px;
}
#basf-efficon-sl #bes_faq dt {
  padding: 20px 70px 20px 50px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#basf-efficon-sl #bes_faq dt::before {
  content: "Q";
  font-size: 34px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #004A96;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: -0.2em;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
#basf-efficon-sl #bes_faq dt::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/faq_btn_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (hover: hover) {
  #basf-efficon-sl #bes_faq dt::after {
    transition: all 0.2s;
  }
  #basf-efficon-sl #bes_faq dt:hover::after {
    scale: 1.1;
  }
}
#basf-efficon-sl #bes_faq dd {
  font-size: 16px;
  line-height: 1.75;
  padding: 18px 0 22px;
  border-top: 1px dotted #000;
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl #bes_faq h2 {
    background-image: url(../img/sp_h2_faq.svg);
    background-size: auto 70px;
    padding: 48px 0 0 !important;
    margin-bottom: 60px !important;
  }
  #basf-efficon-sl #bes_faq .inner {
    padding: 90px 40px 40px !important;
  }
  #basf-efficon-sl #bes_faq dl {
    border-radius: 10px;
    padding: 0 20px;
  }
  #basf-efficon-sl #bes_faq dl + dl {
    margin-top: 20px;
  }
  #basf-efficon-sl #bes_faq dt {
    padding: 20px 60px;
    font-size: 32px;
  }
  #basf-efficon-sl #bes_faq dt::before {
    font-size: 48px;
    top: -0.2em;
  }
  #basf-efficon-sl #bes_faq dt::after {
    width: 40px;
    height: 40px;
    background-image: url(../img/faq_btn_plus.svg);
    transition: rotate 0.3s;
  }
  #basf-efficon-sl #bes_faq dd {
    font-size: 28px;
    line-height: 2;
    padding: 20px 0;
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl #bes_faq h2 {
    background-image: url(../img/sp_h2_faq.svg);
    background-size: auto 10.9375vw;
    padding: 7.5vw 0 0 !important;
    margin-bottom: 9.375vw !important;
  }
  #basf-efficon-sl #bes_faq .inner {
    padding: 14.0625vw 6.25vw 6.25vw !important;
  }
  #basf-efficon-sl #bes_faq dl {
    border-radius: 1.5625vw;
    padding: 0 3.125vw;
  }
  #basf-efficon-sl #bes_faq dl + dl {
    margin-top: 3.125vw;
  }
  #basf-efficon-sl #bes_faq dt {
    padding: 3.125vw 9.375vw;
    font-size: 5vw;
  }
  #basf-efficon-sl #bes_faq dt::before {
    font-size: 7.5vw;
    top: -0.2em;
  }
  #basf-efficon-sl #bes_faq dt::after {
    width: 6.25vw;
    height: 6.25vw;
    background-image: url(../img/faq_btn_plus.svg);
    transition: rotate 0.3s;
  }
  #basf-efficon-sl #bes_faq dd {
    font-size: 4.375vw;
    line-height: 2;
    padding: 3.125vw 0;
  }
}
#basf-efficon-sl #bes_contact_us {
  color: #fff;
  padding-top: 65px;
}
#basf-efficon-sl #bes_contact_us .inner {
  padding: 70px;
  color: #000;
}
#basf-efficon-sl #bes_contact_us h2 {
  color: #fff !important;
  background-image: url(../img/h2_contactus.svg);
  background-size: auto 75px;
  padding: 55px 0 0 !important;
}
#basf-efficon-sl #bes_contact_us .outer {
  max-width: 900px;
  margin: 0 auto;
}
#basf-efficon-sl #bes_contact_us .cols {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px dotted #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#basf-efficon-sl #bes_contact_us .logo_d_basf {
  width: 250px;
  display: initial;
}
#basf-efficon-sl #bes_contact_us .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  height: 100%;
}
#basf-efficon-sl #bes_contact_us .company {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: justify;
  margin-bottom: 0.5em;
}
#basf-efficon-sl #bes_contact_us .address {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
#basf-efficon-sl #bes_contact_us .btns {
  display: flex;
  gap: 45px;
}
#basf-efficon-sl #bes_contact_us .btns .btn {
  width: calc((100% - 90px) / 3);
}
#basf-efficon-sl #bes_contact_us .btns .btn.-contact {
  padding-left: 90px;
}
#basf-efficon-sl #bes_contact_us .btns .btn.-contact::before {
  background-image: url(../img/contactus_icon_contact.svg);
  background-size: 47px auto;
  background-position: 25px center;
}
#basf-efficon-sl #bes_contact_us .btns .btn.-download {
  padding-left: 85px;
}
#basf-efficon-sl #bes_contact_us .btns .btn.-download::before {
  background-image: url(../img/contactus_icon_download.svg);
  background-size: 31px auto;
  background-position: 34px center;
}
#basf-efficon-sl #bes_contact_us .btns .btn.-detail {
  padding-left: 70px;
}
#basf-efficon-sl #bes_contact_us .btns .btn.-detail::before {
  background-image: url(../img/contactus_icon_detail.svg);
  background-size: 18px auto;
  background-position: 30px center;
}
@media screen and (min-width: 961px) and (max-width: 1080px) {
  #basf-efficon-sl #bes_contact_us .inner {
    padding-inline: 0vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl #bes_contact_us {
    padding-top: 110px;
  }
  #basf-efficon-sl #bes_contact_us .inner {
    padding: 40px;
  }
  #basf-efficon-sl #bes_contact_us h2 {
    color: #fff !important;
    background-image: url(../img/sp_h2_contactus.svg);
    background-size: auto 64px;
    padding: 48px 0 0 !important;
    margin-bottom: 70px !important;
  }
  #basf-efficon-sl #bes_contact_us > p {
    line-height: 1.3;
  }
  #basf-efficon-sl #bes_contact_us .cols {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #basf-efficon-sl #bes_contact_us .logo_d_basf {
    width: 100%;
  }
  #basf-efficon-sl #bes_contact_us .company {
    font-size: 36px;
    margin-bottom: 0.75em;
  }
  #basf-efficon-sl #bes_contact_us .address {
    font-size: 32px;
  }
  #basf-efficon-sl #bes_contact_us .btns {
    flex-direction: column;
    gap: 20px;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn {
    width: 100%;
    height: 136px;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn::after {
    background-size: 22px auto;
    background-position: right 40px center;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-contact {
    padding-left: 140px;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-contact::before {
    background-size: 58px auto;
    background-position: 42px center;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-download {
    padding-left: 140px;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-download::before {
    background-size: 40px auto;
    background-position: 50px center;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-detail {
    padding-left: 140px;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-detail::before {
    background-size: 27px auto;
    background-position: 56px center;
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl #bes_contact_us {
    padding-top: 17.1875vw;
  }
  #basf-efficon-sl #bes_contact_us .inner {
    padding: 6.25vw;
  }
  #basf-efficon-sl #bes_contact_us h2 {
    color: #fff !important;
    background-image: url(../img/sp_h2_contactus.svg);
    background-size: auto 10vw;
    padding: 7.5vw 0 0 !important;
    margin-bottom: 10.9375vw !important;
  }
  #basf-efficon-sl #bes_contact_us > p {
    line-height: 1.3;
  }
  #basf-efficon-sl #bes_contact_us .cols {
    flex-direction: column;
    gap: 3.125vw;
    padding-bottom: 6.25vw;
    margin-bottom: 6.25vw;
  }
  #basf-efficon-sl #bes_contact_us .logo_d_basf {
    width: 100%;
  }
  #basf-efficon-sl #bes_contact_us .company {
    font-size: 5.625vw;
    margin-bottom: 0.75em;
  }
  #basf-efficon-sl #bes_contact_us .address {
    font-size: 5vw;
  }
  #basf-efficon-sl #bes_contact_us .btns {
    flex-direction: column;
    gap: 3.125vw;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn {
    width: 100%;
    height: 21.25vw;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn::after {
    background-size: 3.4375vw auto;
    background-position: right 6.25vw center;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-contact {
    padding-left: 21.875vw;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-contact::before {
    background-size: 9.0625vw auto;
    background-position: 6.5625vw center;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-download {
    padding-left: 21.875vw;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-download::before {
    background-size: 6.25vw auto;
    background-position: 7.8125vw center;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-detail {
    padding-left: 21.875vw;
  }
  #basf-efficon-sl #bes_contact_us .btns .btn.-detail::before {
    background-size: 4.21875vw auto;
    background-position: 8.75vw center;
  }
}
#basf-efficon-sl #bes_recommend h2 {
  background-image: url(../img/h2_recommend.svg);
  background-size: auto 80px;
  padding: 55px 0 0 !important;
  margin-bottom: 50px !important;
}
#basf-efficon-sl #bes_recommend .inner {
  padding: 70px 0 60px;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl #bes_recommend h2 {
    background-image: url(../img/sp_h2_recommend.svg);
    background-size: auto 56px;
    padding: 38px 0 0 !important;
    margin-bottom: 40px !important;
  }
  #basf-efficon-sl #bes_recommend .inner {
    padding: 90px 0 40px;
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl #bes_recommend h2 {
    background-image: url(../img/sp_h2_recommend.svg);
    background-size: auto 8.75vw;
    padding: 5.9375vw 0 0 !important;
    margin-bottom: 6.25vw !important;
  }
  #basf-efficon-sl #bes_recommend .inner {
    padding: 14.0625vw 0 6.25vw;
  }
}
#basf-efficon-sl.bes_parent section.bes_hero {
  width: 100%;
  position: relative;
  line-height: 0;
  margin-bottom: 0;
}
#basf-efficon-sl.bes_parent section.bes_hero .inner {
  width: 100%;
  padding: 0;
  max-width: none;
}
#basf-efficon-sl.bes_parent section.bes_hero video {
  width: 100%;
  height: auto;
  display: block;
}
#basf-efficon-sl.bes_parent section.bes_hero h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#basf-efficon-sl.bes_parent section.boxy .inner + .inner {
  margin-top: -80px;
}
#basf-efficon-sl.bes_parent section.boxy #bes_measures {
  z-index: 1;
}
#basf-efficon-sl.bes_parent section.boxy #bes_measures h2 {
  background-image: url(../img/h2_measures.svg);
  width: calc(100% + 160px);
  transform: translateX(-80px);
}
@media screen and (min-width: 961px) and (max-width: 1080px) {
  #basf-efficon-sl.bes_parent section.boxy #bes_measures h2 {
    width: calc(100% + 14.8148148148vw);
    transform: translateX(-7.4074074074vw);
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_measures h2 br.pc {
    display: block;
  }
}
#basf-efficon-sl.bes_parent section.boxy #bes_measures p {
  text-shadow: 0 0 4px #fff;
}
#basf-efficon-sl.bes_parent section.boxy #bes_measures .img01 {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 150px;
}
#basf-efficon-sl.bes_parent section.boxy #bes_measures .img02 {
  position: absolute;
  right: 40px;
  top: 310px;
  width: 200px;
  z-index: -1;
}
#basf-efficon-sl.bes_parent section.boxy #bes_measures .img03 {
  position: absolute;
  left: 70px;
  top: 480px;
  width: 180px;
  z-index: -1;
}
#basf-efficon-sl.bes_parent section.boxy #bes_features h2 {
  background-image: url(../img/h2_features.svg);
}
#basf-efficon-sl.bes_parent section.boxy #bes_features .fig01 {
  width: 880px;
  margin: 0 auto 30px;
  display: block;
}
#basf-efficon-sl.bes_parent section.boxy #bes_features table.-features {
  width: 780px;
  max-width: 100%;
}
#basf-efficon-sl.bes_parent section.boxy #bes_features tbody th {
  font-size: 16px;
  font-weight: 500;
  width: 100px;
  background-color: rgba(0, 74, 150, 0.1);
  padding: 1.1em 0.65em;
  text-align: justify;
}
#basf-efficon-sl.bes_parent section.boxy #bes_features td {
  line-height: 1.3;
  padding: 1.1em 0.8em;
}
#basf-efficon-sl.bes_parent section.boxy#bes_movie h2 {
  background-image: url(../img/h2_movie.svg);
  padding-top: 84px !important;
  margin-bottom: 50px !important;
}
#basf-efficon-sl.bes_parent section.boxy#bes_movie .inner {
  padding: 70px 0;
}
#basf-efficon-sl.bes_parent section.boxy#bes_movie .slickSlider li .thumb {
  max-height: 158px;
  aspect-ratio: 560/316;
}
#basf-efficon-sl.bes_parent section.boxy#bes_movie .slickSlider .slick-arrow {
  top: 59px;
}
#basf-efficon-sl.bes_parent section.boxy#bes_movie .img01 {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 107px;
  z-index: -1;
}
#basf-efficon-sl.bes_parent section.boxy#bes_movie .img02 {
  position: absolute;
  left: 50px;
  top: 80px;
  width: 103px;
  z-index: -1;
}
#basf-efficon-sl.bes_parent section.boxy#bes_movie .img03 {
  position: absolute;
  right: 121px;
  top: 176px;
  width: 81px;
  z-index: -1;
}
#basf-efficon-sl.bes_parent section.property {
  background: radial-gradient(100% 100% at 100% 0%, #88C121 0%, #00AAC4 50%, #004A96 100%);
}
#basf-efficon-sl.bes_parent section.property .inner {
  padding: 50px 100px 100px;
  background-color: rgba(255, 255, 255, 0.9);
}
#basf-efficon-sl.bes_parent section.property .inner > * {
  margin-inline: auto;
}
#basf-efficon-sl.bes_parent section.property .inner > img {
  display: block;
}
#basf-efficon-sl.bes_parent section.property h2 {
  display: flex;
  align-items: center;
  height: 206px;
  font-size: 30px !important;
  color: #fff !important;
  margin-bottom: 0;
  padding: 50px !important;
  text-align: left;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
}
#basf-efficon-sl.bes_parent section.property h2::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/property_accordion_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: rotate 0.3s;
}
#basf-efficon-sl.bes_parent section.property h2.open::after {
  rotate: -180deg;
}
#basf-efficon-sl.bes_parent section.property h2 span {
  width: 100%;
  background: radial-gradient(circle at right, #88C121, #00AAC4, #004A96);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 47px;
  padding-top: 67px;
}
@media (hover: hover) {
  #basf-efficon-sl.bes_parent section.property h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
  }
  #basf-efficon-sl.bes_parent section.property h2:hover::before {
    opacity: 1;
  }
}
#basf-efficon-sl.bes_parent section.property h2 + .inner {
  display: none;
}
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides h2 {
  background-image: url(../img/h2_new_pesticides_illust.png);
  background-size: 520px auto;
  background-position: right 150px top;
}
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides h2 span {
  background-image: url(../img/h2_new_mode_of_action.svg);
}
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides th,
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides td {
  white-space: nowrap;
  text-align: center !important;
}
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides tbody th {
  font-size: 16px;
  font-weight: 700;
  width: 100px;
  background-color: rgba(0, 74, 150, 0.1);
  padding: 1.1em 0.65em;
  text-align: justify;
}
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides tbody th.large {
  font-size: 20px;
}
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides td {
  font-size: 16px;
  line-height: 1.3;
  padding: 1.1em 0.8em;
}
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides td .-skyblue {
  color: #00B9F1;
}
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides td .-red {
  color: #EE1C25;
}
#basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides td .-green {
  color: #00A651;
}
#basf-efficon-sl.bes_parent section.property#bes_virus_suppression_effect h2 {
  background-image: url(../img/h2_virus_suppression_effect_illust.png);
  background-size: 605px auto;
  background-position: right 95px top;
}
#basf-efficon-sl.bes_parent section.property#bes_virus_suppression_effect h2 span {
  background-image: url("../img/h2_virus_transmitting_inhibition.svg");
}
#basf-efficon-sl.bes_parent section.property#bes_translocation h2 {
  background-image: url(../img/h2_translocation_illust.png);
  background-size: 440px auto;
  background-position: right 146px top;
}
#basf-efficon-sl.bes_parent section.property#bes_translocation h2 span {
  background-image: url(../img/h2_systemic_action.svg);
}
#basf-efficon-sl.bes_parent section.property#bes_safety h2 {
  background-image: url(../img/h2_safety_illust.png);
  background-size: 400px auto;
  background-position: right 205px top;
}
#basf-efficon-sl.bes_parent section.property#bes_safety h2 span {
  background-image: url(../img/h2_safety.svg);
  background-size: auto 47px;
  padding-top: 67px;
}
#basf-efficon-sl.bes_parent section.property#bes_safety h3.-honeybee {
  position: relative;
}
#basf-efficon-sl.bes_parent section.property#bes_safety h3.-honeybee::after {
  content: "";
  width: 180px;
  height: 180px;
  display: block;
  position: absolute;
  right: 0;
  top: 90px;
  background-image: url(../img/safety_honeybee.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#basf-efficon-sl.bes_parent section.property#bes_safety table.-enemy th,
#basf-efficon-sl.bes_parent section.property#bes_safety table.-enemy td {
  border: none;
  border-right: 1px dotted #000;
  white-space: nowrap;
}
#basf-efficon-sl.bes_parent section.property#bes_safety table.-enemy thead th {
  font-size: 16px;
  color: #000;
  padding: 0.95em 1em;
  background-color: #E5EDF4;
}
#basf-efficon-sl.bes_parent section.property#bes_safety table.-enemy td {
  font-size: 14px;
  padding: 1.5em 0.8em;
  border-bottom: none;
}
#basf-efficon-sl.bes_parent section.property#bes_safety table.-enemy tr:nth-child(even) td {
  background-color: #F2F2F2;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl.bes_parent section.boxy .inner + .inner {
    margin-top: -72px;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_measures h2 {
    background-image: url(../img/sp_h2_measures.svg);
    width: 100%;
    transform: none;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_measures .img01 {
    left: -20px;
    top: -20px;
    width: 120px;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_measures .img02 {
    right: -30px;
    top: 164px;
    width: 160px;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_measures .img03 {
    left: -20px;
    top: 216px;
    width: 140px;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features h2 {
    background-image: url(../img/sp_h2_features.svg);
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features .fig01 {
    width: 100%;
    margin: 0 auto 40px;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features table.-features {
    width: 100%;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features tbody th {
    font-size: 28px;
    width: 160px;
    padding: 1.1em 0.65em;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features td {
    font-size: 24px;
    line-height: 1.3;
    padding: 1.1em 0.8em;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie h2 {
    background-image: url(../img/sp_h2_movie.svg);
    padding: 44px 0 0 !important;
    margin-bottom: 60px !important;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .inner {
    padding: 80px 0 40px;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .slickSlider li .thumb {
    max-height: 271px;
    aspect-ratio: 560/316;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .slickSlider li .text {
    padding-bottom: 20px;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .slickSlider .slick-arrow {
    top: 111.5px;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .img01 {
    right: 20px;
    top: 20px;
    width: 102px;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .img02 {
    left: 20px;
    top: 100px;
    width: 102px;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .img03 {
    right: 40px;
    top: 210px;
    width: 82px;
  }
  #basf-efficon-sl.bes_parent section.property .inner {
    padding: 40px;
  }
  #basf-efficon-sl.bes_parent section.property h2 {
    height: 280px;
    font-size: 32px !important;
    padding: 40px !important;
  }
  #basf-efficon-sl.bes_parent section.property h2::after {
    right: 40px;
    width: 80px;
    height: 80px;
    background-image: url(../img/property_accordion_arrow.svg);
  }
  #basf-efficon-sl.bes_parent section.property h2 span {
    background-size: auto 38px;
    padding-top: 56px;
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides h2 {
    background-image: url(../img/sp_h2_new_pesticides_illust.png);
    background-size: 320px auto;
    background-position: right 12px top;
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides h2 span {
    background-image: url(../img/sp_h2_new_pesticides.svg);
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides tbody th {
    font-size: 24px;
    width: 100px;
    padding: 1.1em 0.65em;
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides tbody th.large {
    font-size: 32px;
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides td {
    font-size: 24px;
    padding: 1.1em 0.8em;
  }
  #basf-efficon-sl.bes_parent section.property#bes_virus_suppression_effect h2 {
    background-image: url(../img/sp_h2_virus_suppression_effect_illust.png);
    background-size: 360px auto;
    background-position: right top;
  }
  #basf-efficon-sl.bes_parent section.property#bes_virus_suppression_effect h2 span {
    background-image: url(../img/sp_h2_virus_suppression_effect.svg);
    background-size: auto 126px;
    padding-top: 144px;
  }
  #basf-efficon-sl.bes_parent section.property#bes_translocation h2 {
    background-image: url(../img/sp_h2_translocation_illust.png);
    background-size: 288px auto;
    background-position: right 32px top;
  }
  #basf-efficon-sl.bes_parent section.property#bes_translocation h2 span {
    background-image: url(../img/sp_h2_translocation.svg);
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety h2 {
    background-image: url(../img/sp_h2_safety_illust.png);
    background-size: 320px auto;
    background-position: right top 26px;
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety h2 span {
    background-image: url(../img/sp_h2_safety.svg);
    background-size: auto 44px;
    padding-top: 62px;
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety h3.-honeybee::after {
    width: 160px;
    height: 160px;
    top: 120px;
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety table.-enemy thead th {
    font-size: 22px;
    padding: 0.95em 1em;
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety table.-enemy td {
    font-size: 20px;
    padding: 1.5em 0.8em;
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl.bes_parent section.boxy .inner + .inner {
    margin-top: -11.25vw;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_measures h2 {
    background-image: url(../img/sp_h2_measures.svg);
    width: 100%;
    transform: none;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_measures .img01 {
    left: -3.125vw;
    top: -3.125vw;
    width: 18.75vw;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_measures .img02 {
    right: calc(-3.125vw - 10px);
    top: 25.625vw;
    width: 25vw;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_measures .img03 {
    left: -3.125vw;
    top: 33.75vw;
    width: 21.875vw;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features h2 {
    background-image: url(../img/sp_h2_features.svg);
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features .fig01 {
    width: 100%;
    margin: 0 auto 6.25vw;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features table.-features {
    width: 100%;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features tbody th {
    font-size: 4.375vw;
    width: 25vw;
    padding: 1.1em 0.65em;
  }
  #basf-efficon-sl.bes_parent section.boxy #bes_features td {
    font-size: 3.75vw;
    line-height: 1.3;
    padding: 1.1em 0.8em;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie h2 {
    background-image: url(../img/sp_h2_movie.svg);
    padding: 6.875vw 0 0 !important;
    margin-bottom: 9.375vw !important;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .inner {
    padding: 12.5vw 0 6.25vw;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .slickSlider li .thumb {
    max-height: 42.34375vw;
    aspect-ratio: 560/316;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .slickSlider li .text {
    padding-bottom: 3.125vw;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .slickSlider .slick-arrow {
    top: 17.421875vw;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .img01 {
    right: 3.125vw;
    top: 3.125vw;
    width: 15.9375vw;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .img02 {
    left: 3.125vw;
    top: 15.625vw;
    width: 15.9375vw;
  }
  #basf-efficon-sl.bes_parent section.boxy#bes_movie .img03 {
    right: 6.25vw;
    top: 32.8125vw;
    width: 12.8125vw;
  }
  #basf-efficon-sl.bes_parent section.property .inner {
    padding: 6.25vw;
  }
  #basf-efficon-sl.bes_parent section.property h2 {
    height: 43.75vw;
    font-size: 5vw !important;
    padding: 6.25vw !important;
  }
  #basf-efficon-sl.bes_parent section.property h2::after {
    right: 6.25vw;
    width: 12.5vw;
    height: 12.5vw;
    background-image: url(../img/property_accordion_arrow.svg);
  }
  #basf-efficon-sl.bes_parent section.property h2 span {
    background-size: auto 5.9375vw;
    padding-top: 8.75vw;
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides h2 {
    background-image: url(../img/sp_h2_new_pesticides_illust.png);
    background-size: 50vw auto;
    background-position: right 1.875vw top;
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides h2 span {
    background-image: url("../img/sp_h2_new_mode_of_action.svg");
    background-size: auto 12.5vw;
    padding-top: 15.5vw;
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides tbody th {
    font-size: 3.75vw;
    width: 100px;
    padding: 1.1em 0.65em;
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides tbody th.large {
    font-size: 5vw;
  }
  #basf-efficon-sl.bes_parent section.property#bes_new_pesticides table.-bes_new_pesticides td {
    font-size: 3.75vw;
    padding: 1.1em 0.8em;
  }
  #basf-efficon-sl.bes_parent section.property#bes_virus_suppression_effect h2 {
    background-image: url(../img/sp_h2_virus_suppression_effect_illust.png);
    background-size: 56.25vw auto;
    background-position: right top;
  }
  #basf-efficon-sl.bes_parent section.property#bes_virus_suppression_effect h2 span {
    background-image: url("../img/sp_h2_virus_transmitting_inhibition.svg");
    background-size: auto 19.6875vw;
    padding-top: 22.5vw;
  }
  #basf-efficon-sl.bes_parent section.property#bes_translocation h2 {
    background-image: url(../img/sp_h2_translocation_illust.png);
    background-size: 45vw auto;
    background-position: right 5vw top;
  }
  #basf-efficon-sl.bes_parent section.property#bes_translocation h2 span {
    background-image: url("../img/sp_h2_systemic_action.svg");
	  background-size: auto 6.875vw;
    padding-top: 9.6875vw;
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety h2 {
    background-image: url(../img/sp_h2_safety_illust.png);
    background-size: 50vw auto;
    background-position: right top 4.0625vw;
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety h2 span {
    background-image: url(../img/sp_h2_safety.svg);
    background-size: auto 6.875vw;
    padding-top: 9.6875vw;
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety h3.-honeybee::after {
    width: 25vw;
    height: 25vw;
    top: 18.75vw;
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety table.-enemy thead th {
    font-size: 3.4375vw;
    padding: 0.95em 1em;
  }
  #basf-efficon-sl.bes_parent section.property#bes_safety table.-enemy td {
    font-size: 3.125vw;
    padding: 1.5em 0.8em;
  }
}
#basf-efficon-sl.bes_child section.bes_hero {
  width: 100%;
  margin-bottom: 0;
  background-image: url(../img/hero_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#basf-efficon-sl.bes_child section.bes_hero .inner {
  width: 100%;
  padding: 50px 0 0 0;
  max-width: none;
  height: 200px;
  background-color: transparent;
  display: flex;
  align-items:flex-start;
  /*
  gap: 8px;*/
}
#basf-efficon-sl.bes_child section.bes_hero h1 {
  /*font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;*/
  padding: 0 50px;
}
#basf-efficon-sl.bes_child section.bes_hero h1 img {
  width: 332px;
}
#basf-efficon-sl.bes_child section.bes_hero .logo_d_basf {
  width: 247px;
}
#basf-efficon-sl.bes_child .property .card {
  border: none;
}
#basf-efficon-sl.bes_child .property .card .ul {
  font-size: 16px;
  gap: 0.8em;
}
#basf-efficon-sl.bes_child .property .card .ul li {
  line-height: 1.5;
}
#basf-efficon-sl.bes_child .property h5.heading {
  border-left: 3px solid #004A96;
  padding: 0.1em 0 0.1em 20px;
  min-height: 38px;
  margin: 50px 0 20px;
  display: flex;
  align-items: center;
}
#basf-efficon-sl.bes_child .property h5.heading:first-child {
  margin-top: 0;
}
#basf-efficon-sl.bes_child .accordion {
  background-color: #E5EDF4;
  border-radius: 10px;
  overflow: hidden;
}
#basf-efficon-sl.bes_child .accordion + .accordion {
  margin-top: 20px;
}
#basf-efficon-sl.bes_child .accordion_head {
  min-height: 78px;
  padding: 20px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #004A96;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#basf-efficon-sl.bes_child .accordion_head::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/child_property_accordion_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: rotate 0.3s;
}
#basf-efficon-sl.bes_child .accordion_head.open::after {
  rotate: -180deg;
}
@media (hover: hover) {
  #basf-efficon-sl.bes_child .accordion_head {
    transition: background-color 0.2s;
  }
  #basf-efficon-sl.bes_child .accordion_head:hover {
    background-color: rgba(0, 74, 150, 0.05);
  }
}
#basf-efficon-sl.bes_child .accordion_body {
  padding: 50px;
  position: relative;
  display: none;
}
#basf-efficon-sl.bes_child .accordion_body::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 0;
  display: block;
  border-top: 1px dotted #000;
}
#basf-efficon-sl.bes_child .inner:has(.slickSlider) {
  margin-top: -30px;
  padding: 0 0 50px;
}
#basf-efficon-sl.bes_child .slickSlider {
  width: calc(100% - 130px);
}
#basf-efficon-sl.bes_child .slickSlider li {
  margin: 0 17px;
}
#basf-efficon-sl.bes_child .slickSlider li .thumb {
  max-height: 180px;
  aspect-ratio: 540/360;
}
#basf-efficon-sl.bes_child .slickSlider .slick-arrow {
  top: 70px;
}
#basf-efficon-sl.bes_child .inner:has(.-download) {
  padding-top: 0;
  padding-bottom: 0;
}
#basf-efficon-sl.bes_child .inner:has(.-download) hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dotted #000;
}
#basf-efficon-sl.bes_child .inner:has(.-download) hr:first-child {
  margin-bottom: 50px;
}
#basf-efficon-sl.bes_child .inner:has(.-download) hr:last-child {
  margin-top: 50px;
}
#basf-efficon-sl.bes_child .inner:has(.-download) .btn.-download {
  width: 342px;
  padding-left: 70px;
}
#basf-efficon-sl.bes_child .inner:has(.-download) .btn.-download::before {
  background-image: url(../img/contactus_icon_download.svg);
  background-size: 31px auto;
  background-position: 20px center;
}
#basf-efficon-sl.bes_child .inner:has(.-download) .btn.-download::after {
  background-position: right 20px center;
}
#basf-efficon-sl.bes_child .inner:has(.links) {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (min-width: 961px) and (max-width: 1080px) {
  #basf-efficon-sl.bes_child .slickSlider li .thumb {
    max-height: calc((90.7407407407vw - 110px - 60px) / 3 / 540 * 360);
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  #basf-efficon-sl.bes_child section.bes_hero {
    background-image: url(../img/sp_hero_bg.jpg);
  }
  #basf-efficon-sl.bes_child section.bes_hero .inner {
    height: 240px;
    gap: 18px;
  }
  #basf-efficon-sl.bes_child section.bes_hero h1 {
    font-size: 32px;
    padding: 0 20px;
  }
  #basf-efficon-sl.bes_child section.bes_hero .logo_d_basf {
    width: 230px;
  }
  #basf-efficon-sl.bes_child section.boxy#bes_how_to_use .img02 {
    top: 192px;
  }
  #basf-efficon-sl.bes_child .property .cols {
    gap: 40px;
  }
  #basf-efficon-sl.bes_child .property .card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #basf-efficon-sl.bes_child .property .card > * {
    max-width: calc(100% - 60px);
  }
  #basf-efficon-sl.bes_child .property .card h5 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  #basf-efficon-sl.bes_child .property .card .ul {
    font-size: 24px;
  }
  #basf-efficon-sl.bes_child .property h5.heading {
    padding: 0.1em 0 0.1em 20px;
    min-height: 48px;
    margin: 40px 0 40px;
  }
  #basf-efficon-sl.bes_child .accordion {
    border-radius: 20px;
  }
  #basf-efficon-sl.bes_child .accordion + .accordion {
    margin-top: 40px;
  }
  #basf-efficon-sl.bes_child .accordion .sp-scroller {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  #basf-efficon-sl.bes_child .accordion .sp-scroller > * {
    margin-inline: 20px;
  }
  #basf-efficon-sl.bes_child .accordion_head {
    min-height: 140px;
    padding: 20px;
    font-size: 32px;
  }
  #basf-efficon-sl.bes_child .accordion_head::after {
    right: 20px;
    width: 60px;
    height: 60px;
  }
  #basf-efficon-sl.bes_child .accordion_body {
    padding: 40px 20px 20px;
  }
  #basf-efficon-sl.bes_child .accordion_body::before {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  #basf-efficon-sl.bes_child .inner:has(.slickSlider) {
    margin-top: 0;
    padding: 60px 0 50px;
  }
  #basf-efficon-sl.bes_child .inner:has(.slickSlider) h3 {
    width: calc(100% - 80px);
  }
  #basf-efficon-sl.bes_child .slickSlider {
    width: calc(100% - 80px);
  }
  #basf-efficon-sl.bes_child .slickSlider li {
    margin: 0 30px;
  }
  #basf-efficon-sl.bes_child .slickSlider li .thumb {
    max-height: 240px;
    aspect-ratio: 540/360;
  }
  #basf-efficon-sl.bes_child .slickSlider .slick-arrow {
    top: 96px;
  }
  #basf-efficon-sl.bes_child .slickSlider .slick-next {
    right: -2px;
  }
  #basf-efficon-sl.bes_child .slickSlider .slick-prev {
    left: -2px;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) hr:first-child {
    margin-bottom: 40px;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) hr:last-child {
    margin-top: 40px;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) .btn.-download {
    width: 100%;
    height: 136px;
    padding-left: 140px;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) .btn.-download::before {
    background-image: url(../img/contactus_icon_download.svg);
    background-size: 40px auto;
    background-position: 50px center;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) .btn.-download::after {
    background-position: right 40px center;
  }
  #basf-efficon-sl.bes_child .inner:has(.links) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  #basf-efficon-sl.bes_child section.bes_hero {
    background-image: url(../img/sp_hero_bg.jpg);
  }
  #basf-efficon-sl.bes_child section.bes_hero .inner {
    height: 37.5vw;
    gap: 2.8125vw;
	flex-direction: column;
	justify-content: center;
	padding: 0;
  }
  #basf-efficon-sl.bes_child section.bes_hero h1 {
    /*font-size: 5vw;*/
    padding: 0 3.125vw;
  }
  #basf-efficon-sl.bes_child section.bes_hero h1 img {
    width: 200px;
  }
  #basf-efficon-sl.bes_child section.bes_hero .logo_d_basf {
    width: 35.9375vw;
  }
  #basf-efficon-sl.bes_child section.boxy#bes_how_to_use .img02 {
    top: 30vw;
  }
  #basf-efficon-sl.bes_child .property .cols {
    gap: 6.25vw;
  }
  #basf-efficon-sl.bes_child .property .card {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
  }
  #basf-efficon-sl.bes_child .property .card > * {
    max-width: calc(100% - 9.375vw);
  }
  #basf-efficon-sl.bes_child .property .card h5 {
    font-size: 4.375vw;
    margin-bottom: 2.1875vw;
  }
  #basf-efficon-sl.bes_child .property .card .ul {
    font-size: 3.75vw;
  }
  #basf-efficon-sl.bes_child .property h5.heading {
    padding: 0.1em 0 0.1em 3.125vw;
    min-height: 7.5vw;
    margin: 6.25vw 0 6.25vw;
  }
  #basf-efficon-sl.bes_child .accordion {
    border-radius: 3.125vw;
  }
  #basf-efficon-sl.bes_child .accordion + .accordion {
    margin-top: 6.25vw;
  }
  #basf-efficon-sl.bes_child .accordion .sp-scroller {
    width: calc(100% + 6.25vw);
    transform: translateX(-3.125vw);
  }
  #basf-efficon-sl.bes_child .accordion .sp-scroller > * {
    margin-inline: 3.125vw;
  }
  #basf-efficon-sl.bes_child .accordion_head {
    min-height: 21.875vw;
    padding: 3.125vw;
    font-size: 5vw;
  }
  #basf-efficon-sl.bes_child .accordion_head::after {
    right: 3.125vw;
    width: 9.375vw;
    height: 9.375vw;
  }
  #basf-efficon-sl.bes_child .accordion_body {
    padding: 6.25vw 3.125vw 3.125vw;
  }
  #basf-efficon-sl.bes_child .accordion_body::before {
    left: 3.125vw;
    right: 3.125vw;
    width: calc(100% - 6.25vw);
  }
  #basf-efficon-sl.bes_child .inner:has(.slickSlider) {
    margin-top: 0;
    padding: 9.375vw 0 50px;
  }
  #basf-efficon-sl.bes_child .inner:has(.slickSlider) h3 {
    width: calc(100% - 12.5vw);
  }
  #basf-efficon-sl.bes_child .slickSlider {
    width: calc(100% - 12.5vw);
  }
  #basf-efficon-sl.bes_child .slickSlider li {
    margin: 0 4.6875vw;
  }
  #basf-efficon-sl.bes_child .slickSlider li .thumb {
    max-height: 37.5vw;
    aspect-ratio: 540/360;
  }
  #basf-efficon-sl.bes_child .slickSlider .slick-arrow {
    top: 15vw;
  }
  #basf-efficon-sl.bes_child .slickSlider .slick-next {
    right: -0.3125vw;
  }
  #basf-efficon-sl.bes_child .slickSlider .slick-prev {
    left: -0.3125vw;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) hr:first-child {
    margin-bottom: 6.25vw;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) hr:last-child {
    margin-top: 6.25vw;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) .btn.-download {
    width: 100%;
    height: 21.25vw;
    padding-left: 21.875vw;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) .btn.-download::before {
    background-image: url(../img/contactus_icon_download.svg);
    background-size: 6.25vw auto;
    background-position: 7.8125vw center;
  }
  #basf-efficon-sl.bes_child .inner:has(.-download) .btn.-download::after {
    background-position: right 6.25vw center;
  }
  #basf-efficon-sl.bes_child .inner:has(.links) {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}