.sp-display {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-display {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .pc-display {
    display: none !important;
  }
}
.md-display {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-display {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .md-none {
    display: none !important;
  }
}
.align-center {
  text-align: center;
}
.mt23 {
  margin-bottom: 23px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.breadcrumbs_template {
  background: #f0f0f0;
}
.breadcrumbs_template ul.breadcrumbs_list {
  max-width: 1110px;
  padding: 10px 15px;
}
.breadcrumbs_template ul.breadcrumbs_list a,
.breadcrumbs_template ul.breadcrumbs_list li,
.breadcrumbs_template ul.breadcrumbs_list span {
  color: #000;
  font-size: 12px;
}
.breadcrumbs_template ul.breadcrumbs_list a::after {
  color: #000;
  display: inline-block;
  margin: 0 8px;
  font-size: 12px;
}
.template-title {
  background-color: #00aca0;
  padding: 29px 0;
  margin-bottom: 40px;
}
.template-title__txt {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .template-title__txt {
    font-size: 2.8rem;
  }
}
.battery-article {
  max-width: 1110px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.battery-article__ttl {
  background-color: #fff;
  border-radius: 0 20px 0 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .battery-article__ttl {
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .battery-article__ttl {
    height: 50px;
  }
}
.battery-article__ttl span {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: 0 16px;
  background-color: #006948;
  height: 70px;
  border-radius: 0 25px 0 25px;
  line-height: 70px;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .battery-article__ttl span {
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .battery-article__ttl span {
    font-size: 1.6rem;
    padding: 0 10px;
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
  }
}
.battery-article__container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.battery-article__thumb {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.battery-article__thumb img {
  max-width: 100%;
  height: auto;
}
.battery-article__content {
  font-size: 1.8rem;
  line-height: 26px;
  color: #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 1110px) {
  .battery-article__content {
    font-size: 1.6rem;
  }
}
.battery-article__content .table-of-contents {
  max-width: 500px;
  width: 100%;
  margin: 50px auto 70px;
  border: 1px solid #ccc;
  border-top: 3px solid #00aca0;
  padding: 20px 15px;
}
@media screen and (max-width: 480px) {
  .battery-article__content .table-of-contents {
    padding: 15px 10px;
  }
}
.battery-article__content .table-of-contents__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 480px) {
  .battery-article__content .table-of-contents__ttl {
    font-size: 1.6rem;
  }
}
.battery-article__content .table-of-contents__ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(../images/template/icon-table-of-contents.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
  vertical-align: middle;
}
.battery-article__content .table-of-contents__list {
  margin-left: 37px;
}
@media screen and (max-width: 480px) {
  .battery-article__content .table-of-contents__list {
    margin-left: 20px;
  }
}
.battery-article__content .table-of-contents__list > li {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .battery-article__content .table-of-contents__list > li {
    margin-top: 15px;
  }
}
.battery-article__content .table-of-contents__list > li > a {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 480px) {
  .battery-article__content .table-of-contents__list > li > a {
    font-size: 1.6rem;
  }
}
.battery-article__content .table-of-contents__list > li > ol {
  margin-left: 28px;
}
@media screen and (max-width: 480px) {
  .battery-article__content .table-of-contents__list > li > ol {
    margin-left: 10px;
  }
}
.battery-article__content .table-of-contents__list > li > ol > li {
  list-style-type: none;
}
.battery-article__content h2 {
  margin-bottom: 40px;
  height: 63px;
  background-image: url(../images/template/bg-battery-content-title.png);
  background-size: cover;
  background-position: center left;
  font-size: 2rem;
  font-weight: 600;
  padding: 20px 40px 23px;
}
@media screen and (max-width: 929px) {
  .battery-article__content h2 {
    border-right: 1px solid #00aca0;
  }
}
@media screen and (max-width: 480px) {
  .battery-article__content h2 {
    font-size: 1.8rem;
  }
}
.battery-article__content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #999;
  position: relative;
  padding-left: 28px;
  line-height: 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .battery-article__content h3 {
    font-size: 1.6rem;
  }
}
.battery-article__content h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 40px;
  background-image: url(../images/template/bg-battery-content-subtitle.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}
.battery-article__content figure {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
.battery-article__content .speech-border {
  margin-top: 40px;
  padding: 24px 20px;
  border: 4px solid #fddfc5;
  position: relative;
}
@media screen and (max-width: 480px) {
  .battery-article__content .speech-border {
    padding: 15px 10px;
  }
}
.battery-article__content .speech-border__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}
@media screen and (max-width: 480px) {
  .battery-article__content .speech-border__ttl {
    font-size: 1.6rem;
  }
}
.battery-article__content .speech-border__description {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 480px) {
  .battery-article__content .speech-border__description {
    font-size: 1.6rem;
  }
}
.related-content {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}
.related-content__ttl {
  background-color: #9cca54;
  padding: 8px 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 560px) {
  .related-content__ttl {
    margin-bottom: 40px;
  }
}
.related-content__ttl span {
  display: block;
  background-color: #fff;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  padding: 17px 32px;
  border-radius: 28px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .related-content__ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .related-content__ttl span {
    font-size: 1.8rem;
    padding: 16px 20px;
  }
}
.related-content__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1110px) {
  .related-content__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 528px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .related-content__container {
    max-width: 290px;
  }
}
.related-content__block {
  width: 252px;
  height: 252px;
  margin-right: 24px;
  list-style-type: none;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .related-content__block {
    width: 130px;
    height: 130px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.related-content__block:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1110px) {
  .related-content__block:nth-child(2n) {
    margin-right: 0;
  }
}
.related-content__block a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16px;
}
@media screen and (max-width: 560px) {
  .related-content__block a {
    padding: 7.5px;
  }
}
.related-content__block a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 220px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .related-content__block a span {
    width: 115px;
    height: 115px;
    font-size: 1.6rem;
  }
}
.search-form__input--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
  height: 70px;
  border: 1px solid #006948;
  border-radius: 0 20px 0 20px;
}
.search-form__input--title .icon {
  font-size: 0;
  width: 110px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0 20px;
}
.search-form__input--title .icon.bike-battery,
.search-form__input--title .icon.list {
  padding-left: 15px;
}
.search-form__input--title .icon.bike-battery img,
.search-form__input--title .icon.list img {
  height: 47px;
  width: 47px;
}
.search-form__input--title .text {
  background-color: #006948;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 40px;
  line-height: 70px;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  border-radius: 0 20px 0 20px;
  margin-left: -33px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 480px) {
  .search-form__input--title .text {
    font-size: 2rem;
    padding-left: 20px;
  }
}
.battery-list {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto 80px;
}
.battery-list__container {
  padding: 25px;
  border: 2px solid #006948;
  background-color: rgba(244, 164, 82, 0.15);
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .battery-list__container {
    padding: 10px;
  }
}
.battery-list__container h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .battery-list__container h3 {
    font-size: 2rem;
  }
}
.battery-list__container .battery-list-tit {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .battery-list__container .battery-list-tit {
    font-size: 2rem;
  }
}
.battery-list__container--btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .battery-list__container--btns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .battery-list__container--btns {
    display: block;
  }
}
.battery-list__container--btns li {
  width: 32%;
  margin-right: 2%;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .battery-list__container--btns li {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .battery-list__container--btns li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .battery-list__container--btns li:nth-child(2) {
    margin-top: 24px;
  }
}
.battery-list__container--btns li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .battery-list__container--btns li:nth-child(3) {
    margin-top: 24px;
  }
}
.battery-list__container--btns li:nth-child(4),
.battery-list__container--btns li:nth-child(5) {
  margin-top: 24px;
}
.battery-list__container--btns li a {
  display: block;
  width: 100%;
  height: 60px;
  border: 2px solid #f4a452;
  border-radius: 10px 0 10px 0;
  background-color: #fff;
  line-height: 58px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .battery-list__container--btns li a {
    font-size: 1.6rem;
  }
}
.battery-list__container--btns li a:hover {
  background-color: #f4a452;
}
.battery-list__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .battery-list__btns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.battery-list__btns li {
  width: 32%;
  /* margin-right: 2%; */
  list-style-type: none;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .battery-list__btns li {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .battery-list__btns li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .battery-list__btns li:nth-child(2) {
    margin-top: 24px;
  }
}
.battery-list__btns li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .battery-list__btns li:nth-child(3) {
    margin-top: 24px;
  }
}
.battery-list__btns li a {
  display: block;
  width: 100%;
  height: 60px;
  border: 2px solid #006948;
  border-radius: 10px 0 10px 0;
  background-color: #fff;
  line-height: 58px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .battery-list__btns li a {
    font-size: 1.6rem;
  }
}
.battery-list__btns li a:hover {
  background-color: #006948;
}
.car-battery {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto 80px;
}
.car-battery__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #00aca0;
  padding: 23px 0;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .car-battery__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .car-battery__title {
    font-size: 1.8rem;
  }
}
.car-battery__title::after,
.car-battery__title::before {
  content: "";
  display: block;
  width: 19px;
  height: 60px;
  background-image: url(../images/template/bg-standard-battery-title.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
}
@media screen and (max-width: 1110px) {
  .car-battery__title::after,
  .car-battery__title::before {
    height: 56px;
    width: 18px;
  }
}
@media screen and (max-width: 480px) {
  .car-battery__title::after,
  .car-battery__title::before {
    height: 54px;
    width: 17px;
  }
}
.car-battery__title::before {
  left: 5px;
}
.car-battery__title::after {
  right: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.car-battery__container {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.car-battery__container::-webkit-scrollbar {
  display: none;
}
.car-battery__table {
  min-width: 768px;
  width: 100%;
  background-color: #ccc;
  border: 1px solid #707070;
  border-collapse: collapse;
  border-spacing: 0;
}
.car-battery__table td,
.car-battery__table th {
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  vertical-align: middle;
  border: 1px solid #707070;
  line-height: 1;
  padding: 16px 0;
  font-weight: 400;
}
@media screen and (max-width: 1110px) {
  .car-battery__table td,
  .car-battery__table th {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
.products-sec {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto 40px;
}
.products-sec.other-battery .products-sec__block--title {
  color: #fff;
  background-color: #595959;
  padding: 14px 0;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
.products-sec.other-battery .products-sec__block--image figcaption {
  margin-bottom: 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #006948;
}
@media screen and (max-width: 1110px) {
  .products-sec.other-battery .products-sec__block--image figcaption {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .products-sec.other-battery .products-sec__block--image figcaption {
    font-size: 1.6rem;
  }
}
.products-sec__title {
  background-color: #006948;
  padding: 8px 16px;
  margin-bottom: 40px;
  text-align: center;
}
.products-sec__title span {
  display: block;
  background-color: #fff;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  padding: 17px 32px;
  border-radius: 28px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .products-sec__title span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .products-sec__title span {
    font-size: 1.8rem;
    padding: 16px 20px;
  }
}
.products-sec__btns {
  text-align: right;
  margin-bottom: 24px;
}
.products-sec__btns a {
  min-width: 240px;
  text-align: center;
  margin-left: 40px;
  padding: 16px 32px 16px 59px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  border: 2px solid #f4a452;
  font-weight: 600;
  border-radius: 5px 0 5px 0;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .products-sec__btns a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .products-sec__btns a {
    padding: 12px 28px 12px 55px;
    min-width: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .products-sec__btns a {
    font-size: 1.4rem;
    padding: 10px 22px 10px 40px;
  }
}
.products-sec__btns a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../images/template/icon-search.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .products-sec__btns a::before {
    width: 30px;
    height: 30px;
    top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .products-sec__btns a::before {
    top: 2px;
  }
}
.products-sec__btns a:first-child {
  margin-left: 0;
}
.products-sec__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .products-sec__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .products-sec__container {
    display: block;
  }
}
.products-sec__block {
  list-style-type: none;
  margin-bottom: 40px;
  max-width: 350px;
  width: 33%;
  margin-right: 15px;
  padding-bottom: 24px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;*/
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .products-sec__block {
    max-width: none;
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .products-sec__block {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
.products-sec__block:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .products-sec__block:last-child {
    margin-bottom: 0;
  }
}
.products-sec__block a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 16px 0;
  overflow: hidden;
}
.products-sec__block a:hover .products-sec__block--btn {
  background-color: #006948;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .products-sec__block a {
    padding: 20px 10px 0;
  }
}
.products-sec__block--title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #006948;
}
@media screen and (max-width: 1110px) {
  .products-sec__block--title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .products-sec__block--title {
    font-size: 1.6rem;
  }
}
.products-sec__block--image {
  width: 100%;
  text-align: center;
  line-height: 1;
}
.products-sec__block--image img {
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.products-sec__block--image figcaption {
  margin: 24px 0;
  font-size: 1.8rem;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 1110px) {
  .products-sec__block--image figcaption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .products-sec__block--image figcaption {
    font-size: 1.4rem;
  }
}
.products-sec__block--btn {
  max-width: 250px;
  height: 40px;
  display: block;
  margin: 0 auto 40px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
  border: 1px solid #f0f0f0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .products-sec__block--btn {
    font-size: 1.4rem;
  }
}
.products-sec__block--btn::before {
  content: "";
  display: block;
  width: 41px;
  height: 38px;
  background-image: url(../images/template/bg-products-sec-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.products-sec__block--btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background-image: url(../images/template/icon-products-sec-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 15px;
}
.products-sec__block--overview {
  width: 100%;
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  height: 100%;
}
.products-sec__block--overview .title {
  width: 100%;
  font-size: 1.8rem;
  padding: 11px 17px;
  background-color: #ffdb4f;
  line-height: 1;
  color: #000;
  position: relative;
}
.products-sec__block--overview .title:hover{
  opacity: .8;
  cursor: pointer;
}
@media screen and (max-width: 1110px) {
  .products-sec__block--overview .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .products-sec__block--overview .title {
    font-size: 1.4rem;
  }
}
.products-sec__block--overview .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 8px 5.5px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  top: 16px;
  left: 125px;
}
.products-sec__block--overview .description {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  padding: 24px 16px;
  color: #000;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fffae8;
}
@media screen and (max-width: 1110px) {
  .products-sec__block--overview .description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .products-sec__block--overview .description {
    font-size: 1.4rem;
  }
}
.bike-battery-lead {
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto 80px;
}
.bike-battery-lead__description {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 1110px) {
  .bike-battery-lead__description {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .bike-battery-lead__description {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.bike-battery-lead__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .bike-battery-lead__container {
    display: block;
  }
}
.bike-battery-lead__container li {
  max-width: 380px;
  width: 49%;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .bike-battery-lead__container li {
    margin: 0 auto 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bike-battery-lead__container li:last-child {
    margin-bottom: 0;
  }
}
.bike-battery-lead__container li p {
  background-color: #fff;
  border-radius: 0 20px 0 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 70px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .bike-battery-lead__container li p {
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .bike-battery-lead__container li p {
    height: 50px;
  }
}
.bike-battery-lead__container li p span {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: 0 16px;
  background-color: #006948;
  height: 70px;
  border-radius: 0 25px 0 25px;
  line-height: 70px;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .bike-battery-lead__container li p span {
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .bike-battery-lead__container li p span {
    font-size: 1.6rem;
    padding: 0 10px;
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
  }
}
.bike-battery-lead__container li .products-tit {
  background-color: #fff;
  border-radius: 0 20px 0 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 70px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .bike-battery-lead__container li .products-tit {
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .bike-battery-lead__container li .products-tit {
    height: 50px;
  }
}
.bike-battery-lead__container li .products-tit span {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: 0 16px;
  background-color: #006948;
  height: 70px;
  border-radius: 0 25px 0 25px;
  line-height: 70px;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .bike-battery-lead__container li .products-tit span {
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .bike-battery-lead__container li .products-tit span {
    font-size: 1.6rem;
    padding: 0 10px;
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
  }
}
.bike-battery-lead__container li figure img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.bike-battery-lead__container li figure figcaption {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 480px) {
  .bike-battery-lead__container li figure figcaption {
    font-size: 1.4rem;
  }
}
.bike-battery-sec {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto 80px;
}
.bike-battery-sec__description {
  font-size: 1.8rem;
  color: #000;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 48px;
}
@media screen and (max-width: 1110px) {
  .bike-battery-sec__description {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .bike-battery-sec__description {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.bike-battery-sec__container {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bike-battery-sec__container::-webkit-scrollbar {
  display: none;
}
.bike-battery-sec__table {
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
}
.bike-battery-sec__table thead .heading th {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  padding: 15px 0;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .bike-battery-sec__table thead .heading th {
    font-size: 1.6rem;
  }
}
.bike-battery-sec__table thead .heading th:first-child {
  background-color: #006948;
}
.bike-battery-sec__table thead .heading th:last-child {
  background-color: #666;
}
.bike-battery-sec__table thead .sub-heading th {
  font-size: 1.6rem;
  color: #000;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #ccc;
  border: 1px solid #fff;
}
@media screen and (max-width: 1110px) {
  .bike-battery-sec__table thead .sub-heading th {
    font-size: 1.4rem;
  }
}
.bike-battery-sec__table tbody tr:nth-child(2n-1) {
  background-color: rgba(156, 202, 84, 0.15);
}
.bike-battery-sec__table tbody tr td {
  padding: 17px 16px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .bike-battery-sec__table tbody tr td {
    font-size: 1.4rem;
  }
}
.bike-battery-sec__caution {
  font-size: 1.4rem;
  line-height: 22px;
  color: #000;
  margin-top: 16px;
}

.red-compensation {
  font-size: 1.8rem!important;
}
.bike-battery-sec__btntxt {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  margin-top: 48px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1110px) {
  .bike-battery-sec__btntxt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .bike-battery-sec__btntxt {
    font-size: 1.6rem;
  }
}
.bike-battery-sec__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-position {
  position: relative;
}
@media screen and (max-width: 480px) {
	
.btn-position {
  position: static;
}

}

.btn-wrap {
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
}

.knowledge-tovideo-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
}

.bike-battery-sec__btns li {
  max-width: 333px;
  width: 49%;
  position: relative;
  list-style-type: none;
}

.knowledge-tovideo-btn li {
  max-width: 400px;
  width: 49%;
  position: relative;
  list-style-type: none;
  margin: 0 0 0 auto;
}

.pdb40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .bike-battery-sec__btns li, .knowledge-tovideo-btn li {
    max-width: none;
    width: 49%;
    margin-bottom: 10px;
  }
  .btn-wrap {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .bike-battery-sec__btns li, .knowledge-tovideo-btn li {
    width: 100%;
  }

  
}
.bike-battery-sec__btns li:first-child {
  margin-right: 80px;
}
@media screen and (max-width: 1110px) {
  .bike-battery-sec__btns li:first-child {
    margin-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .bike-battery-sec__btns li:first-child {
    margin-right: 10px;
  }
}
.bike-battery-sec__btns li a, .knowledge-tovideo-btn li a {
  display: block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border: 2px solid #f4a452;
  border-radius: 5px 0 5px 0;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .bike-battery-sec__btns li a, .knowledge-tovideo-btn li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bike-battery-sec__btns li a, .knowledge-tovideo-btn li a {
    padding: 20px 0;
  }
}
.bike-battery-sec__btns li a::after,
.bike-battery-sec__btns li a::before,
.knowledge-tovideo-btn li a::after,
.knowledge-tovideo-btn li a::before {
  content: "";
  display: block;
  position: absolute;
}
.bike-battery-sec__btns li a::before,
.knowledge-tovideo-btn li a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #f4a352 transparent transparent;
  top: 0;
  right: 0;
}
.bike-battery-sec__btns li a::after,
.knowledge-tovideo-btn li a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 0 19px;
  border-color: transparent transparent transparent #f4a352;
  bottom: 0;
  left: 0;
}
.bike-battery-sec__btns li a:hover,
.knowledge-tovideo-btn li a:hover {
  background-color: #f4a452;
  color: #fff;
}
.other-model-sec .search-form__input--title {
  margin-bottom: 0;
}
.other-model-sec__list {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #999;
  border-top: none;
  padding: 24px 0;
}
.other-model-sec__list li {
  width: 14%;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  line-height: 40px;
}
@media screen and (max-width: 1110px) {
  .other-model-sec__list li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .other-model-sec__list li {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .other-model-sec__list li {
    width: 50%;
  }
}
.product-detail-mv {
  margin-bottom: 64px;
}
.product-detail-mv__ttl {
  line-height: 1;
}
.product-detail-mv__ttl img {
  width: 100vw;
  height: auto;
  line-height: 1;
}
.product-detail-container {
  max-width: 1090px;
  padding: 0 15px;
  margin: 0 auto;
}
.product-detail-list {
  margin-bottom: 111px;
}
.product-detail-list.product-detail-list-er {
  margin-bottom: 80px;
}
.product-detail-list > figure {
  margin-top: 48px;
}
.product-detail-list > figure img {
  width: 100%;
  height: auto;
}
.product-detail-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product-detail-list ul {
    display: block;
  }
}
.product-detail-list ul li {
  width: 490px;
  border: 4px solid #f4a452;
  list-style-type: none;
  position: relative;
  padding: 43px 40px 40px;
}
@media screen and (max-width: 1060px) {
  .product-detail-list ul li {
    width: 48%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-list ul li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-list ul li:last-child {
    margin-top: 50px;
  }
}
.product-detail-list ul li h2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
}
.product-detail-list ul li h2 span {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
  display: inline-block;
  padding: 8px 11px;
  background-color: #fff;
}
.product-detail-list ul li h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1060px) {
  .product-detail-list ul li h3 {
    font-size: 1.6rem;
  }
}
.product-detail-list ul li h3:last-of-type {
  margin-top: 24px;
}
.product-detail-list ul li .list-tit {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
}
.product-detail-list ul li .list-tit span {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
  display: inline-block;
  padding: 8px 11px;
  background-color: #fff;
}
.product-detail-list ul li .list-sub-tit {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1060px) {
  .product-detail-list ul li .list-sub-tit {
    font-size: 1.6rem;
  }
}
.product-detail-list ul li .list-sub-tit.mt {
  margin-top: 24px;
}
.product-detail-list ul li p {
  font-size: 1.8rem;
  color: #000;
}
.product-detail-list ul li p.has-bg {
  background-color: #fffae8;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  padding: 13px 15px;
  border: 1px solid #999;
}
.product-detail-list ul li p.has-bg:last-of-type {
  margin-bottom: 24px;
}
@media screen and (max-width: 1060px) {
  .product-detail-list ul li p.has-bg {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1060px) {
  .product-detail-list ul li p {
    font-size: 1.6rem;
  }
}
.product-detail-list ul li dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-detail-list ul li dl:not(:first-child) {
  margin-top: 3px;
}
.product-detail-list ul li dl dd,
.product-detail-list ul li dl dt {
  background-color: #fffae8;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  padding: 13px 15px;
  border: 1px solid #999;
}
@media screen and (max-width: 1060px) {
  .product-detail-list ul li dl dd,
  .product-detail-list ul li dl dt {
    font-size: 1.6rem;
  }
}
.product-detail-list ul li dl dt {
  text-align: left;
  border-right: none;
  width: calc(100% - 74px);
}
.product-detail-list ul li dl dd {
  text-align: center;
  width: 74px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-detail-point {
  margin-bottom: 105px;
}
.product-detail-point:last-child {
  margin-bottom: 80px;
}
.product-detail-point__ttl {
  width: 100%;
  max-width: 900px;
  padding: 29px 0;
  margin: 0 auto 48px;
  border-top: 2px solid #006948;
  border-bottom: 2px solid #006948;
  border-left: 20px solid #006948;
  border-right: 20px solid #006948;
  position: relative;
}
@media screen and (max-width: 480px) {
  .product-detail-point__ttl {
    border-left: 10px solid #006948;
    border-right: 10px solid #006948;
    padding: 20px 10px;
  }
}
.product-detail-point__ttl .point {
  display: inline-block;
  padding: 0 34px;
  background-color: #fff;
  position: absolute;
  top: -30px;
  left: calc(50% - 137px);
}
@media screen and (max-width: 480px) {
  .product-detail-point__ttl .point {
    padding: 0 20px;
    top: -20px;
    left: calc(50% - 97px);
  }
}
.product-detail-point__ttl .point img {
  width: 206px;
  height: 40px;
}
@media screen and (max-width: 480px) {
  .product-detail-point__ttl .point img {
    width: 154px;
    height: 30px;
  }
}
.product-detail-point__ttl .text {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .product-detail-point__ttl .text {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-point__ttl .text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-point__ttl .text {
    font-size: 1.8rem;
  }
}
.product-detail-point figure img {
  width: 100%;
  height: auto;
}
.product-detail-point figure.mw270 {
  text-align: center;
}
.product-detail-point figure.mw270 img {
  max-width: 270px;
}
.product-detail-point p {
  font-size: 1.8rem;
  color: #000;
  line-height: 32px;
}
@media screen and (max-width: 1060px) {
  .product-detail-point p {
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.product-detail-point__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail-point__container {
    display: block;
  }
}
.product-detail-point__container.flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-detail-point__container figure,
.product-detail-point__container p {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .product-detail-point__container p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-point__container figure {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .product-detail-point__container figure img {
    max-width: 100%;
    width: auto;
  }
}
.product-detail-description {
  padding: 48px 0 74px;
  background-color: #fffae8;
}
.product-detail-description__ttl {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .product-detail-description__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-description__ttl {
    font-size: 2.2rem;
  }
}
.product-detail-description__ttl br {
  display: none;
}
@media screen and (max-width: 480px) {
  .product-detail-description__ttl br {
    display: block;
  }
}
.product-detail-description__ttl::after {
  content: "";
  display: block;
  width: 120px;
  height: 10px;
  background-color: #004a30;
  margin: 24px auto 0;
}
.product-detail-description__image {
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}
.product-detail-description__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 1060px) {
  .product-detail-description__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-detail-description__container table {
  width: 258px;
  min-height: 392px;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #f4a452;
}
@media screen and (max-width: 1060px) {
  .product-detail-description__container table {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .product-detail-description__container table {
    width: 100%;
    min-height: 0;
  }
}
.product-detail-description__container table th {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1060px) {
  .product-detail-description__container table th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 550px) {
  .product-detail-description__container table th {
    font-size: 1.6rem;
  }
}
.product-detail-description__container table thead tr:first-child th {
  padding: 0 15px;
  text-align: center;
}
.product-detail-description__container table thead tr:last-child th {
  padding: 0 24px 24px;
}
@media screen and (max-width: 1060px) {
  .product-detail-description__container table thead tr:last-child th {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 550px) {
  .product-detail-description__container table thead tr:last-child th {
    padding: 0 10px 10px;
  }
}
.product-detail-description__container table td {
  font-size: 1.6rem;
  color: #000;
  padding: 0 24px 24px;
}
@media screen and (max-width: 1060px) {
  .product-detail-description__container table td {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 550px) {
  .product-detail-description__container table td {
    padding: 0 10px 10px;
    font-size: 1.4rem;
  }
}
.product-detail-about {
  padding: 80px 0;
}
.product-detail-about__description {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .product-detail-about__description {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-about__description {
    font-size: 1.8rem;
  }
}
.product-detail-about__container {
  padding: 24px;
  border: 1px solid #707070;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .product-detail-about__container {
    padding: 24px 10px;
  }
}
.product-detail-about__container:last-child {
  margin-top: 24px;
}
.product-detail-about__container h3 {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .product-detail-about__container h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-about__container h3 {
    font-size: 1.8rem;
  }
}
.product-detail-about__container p {
  font-size: 1.6rem;
  color: #000;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .product-detail-about__container p {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
.product-detail-about__container p:last-child {
  margin-bottom: 0;
}
.product-detail-about__container p strong {
  color: #d50000;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .product-detail-about__container p strong {
    font-size: 1.6rem;
  }
}
.product-detail-lineup {
  margin-bottom: 80px;
}
.product-detail-lineup__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.product-detail-lineup__table-container {
  max-width: 680px;
  margin: 0 auto;
}
.product-detail-lineup__table-container p {
  font-size: 1.4rem;
  color: #000;
  margin-top: 24px;
  line-height: 1;
}
.product-detail-lineup__table-container .products-sec__btns {
  text-align: center;
  margin-top: 40px;
}
.product-detail-lineup__table thead th {
  background-color: #006948;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
}
@media screen and (max-width: 480px) {
  .product-detail-lineup__table thead th {
    font-size: 1.6rem;
  }
}
.product-detail-lineup__table thead th:first-child {
  border-right: 1px solid #fff;
}
.product-detail-lineup__table tbody td {
  border: 1px solid #ccc;
  font-size: 1.8rem;
  color: #000;
  padding: 16px 0;
  line-height: 1;
}
.product-detail-lineup__table thead th .cap{
  color: #fff;
}
@media screen and (max-width: 480px) {
  .product-detail-lineup__table tbody td {
    font-size: 1.6rem;
  }
}
.product-detail-lineup__table tbody td span {
  font-size: 1.8rem;
  color: #fff;
  background-color: #006948;
  display: inline-block;
  padding: 6px 24px;
}
@media screen and (max-width: 480px) {
  .product-detail-lineup__table tbody td span {
    font-size: 1.6rem;
    padding: 6px 10px;
  }
}
.product-detail-lineup__table tbody td:first-child {
  text-align: center;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .product-detail-lineup__table tbody td:first-child {
    width: auto;
  }
}
.product-detail-lineup__table tbody td:last-child {
  padding: 10px 16px;
}
.product-detail-lineup__table tbody td:last-child div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-detail-summary {
  width: 100%;
  margin-bottom: 80px;
}
.product-detail-summary__title {
  width: 100%;
  background-color: #ffdb4f;
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
  padding: 23px 0;
  line-height: 1;
  text-align: center;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 480px) {
  .product-detail-summary__title {
    font-size: 2rem;
  }
}
.product-detail-summary__title::after,
.product-detail-summary__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 35px;
  right: 15px;
}
.product-detail-summary__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-detail-summary__title.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.product-detail-summary__block {
  display: none;
  font-size: 1.6rem;
}
.product-detail-summary__description {
  font-size: 1.8rem;
  color: #000;
  margin: 40px 0;
}
.product-detail-summary__table {
  min-width: 830px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.product-detail-summary__table-container {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-detail-summary__table-container::-webkit-scrollbar {
  display: none;
}
.product-detail-summary__table thead th {
  background-color: #006948;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  border: 1px solid #fff;
}
@media screen and (max-width: 1060px) {
  .product-detail-summary__table thead th {
    font-size: 1.6rem;
  }
}
.product-detail-summary__table tbody td {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  color: #000;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1060px) {
  .product-detail-summary__table tbody td {
    font-size: 1.6rem;
  }
}
.product-detail-summary__caution {
  font-size: 1.8rem;
  color: #000;
  margin-top: 24px;
}
@media screen and (max-width: 1060px) {
  .product-detail-summary__caution {
    font-size: 1.6rem;
  }
}
.product-detail-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1060px) {
  .product-detail-btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-detail-btn.product-detail-download {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 68px;
}
@media screen and (max-width: 1060px) {
  .product-detail-btn.product-detail-download {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-detail-btn.product-detail-download li {
  max-width: 333px;
  width: 252px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1060px) {
  .product-detail-btn.product-detail-download li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-btn.product-detail-download li {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-btn.product-detail-download li:last-child {
    margin-bottom: 0;
  }
}
.product-detail-btn.product-detail-download li::before {
  content: "";
  display: block;
  width: 31px;
  height: 28px;
  background-image: url(../images/template/icon-download.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: 24px;
  left: auto;
}
@media screen and (max-width: 1110px) {
  .product-detail-btn.product-detail-download li::before {
    width: 30px;
    height: 30px;
    top: 24px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-btn.product-detail-download li::before {
    top: 15px;
  }
}
.product-detail-btn.product-detail-download li:first-child {
  margin-right: 0;
}
.product-detail-btn.product-detail-download li a {
  border-color: #00aca0;
  line-height: 1.5!important;
}
.product-detail-btn.product-detail-download li a::before {
  border-color: transparent #00aca0 transparent transparent;
}
.product-detail-btn.product-detail-download li a::after {
  border-color: transparent transparent transparent #00aca0;
}
.product-detail-btn.product-detail-download li a:hover {
  background-color: #00aca0;
}
.product-detail-btn li {
  max-width: 333px;
  width: 333px;
  position: relative;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .product-detail-btn li {
    max-width: none;
    width: 49%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-btn li {
    width: 100%;
  }
}
.product-detail-btn li:first-child {
  margin-right: 120px;
}
@media screen and (max-width: 1060px) {
  .product-detail-btn li:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-btn li:last-child {
    margin-bottom: 0;
  }
}
.product-detail-btn li::before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  left: 16px;
}
@media screen and (max-width: 1110px) {
  .product-detail-btn li::before {
    width: 30px;
    height: 30px;
    top: 24px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-btn li::before {
    top: 15px;
  }
}
.product-detail-btn li.shop::before {
  background-image: url(../images/template/icon-shop.png);
}
.product-detail-btn li.other::before {
  background-image: url(../images/template/icon-bike-battery.png);
}
.product-detail-btn li.other a {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .product-detail-btn li.car-name {
    margin-bottom: 0;
  }
}
.product-detail-btn li.car-name::before {
  background-image: url(../images/search/icon-car-name_hasbg.png);
}
.product-detail-btn li a {
  display: block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border: 2px solid #f4a452;
  border-radius: 5px 0 5px 0;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .product-detail-btn li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-btn li a {
    padding: 20px 0;
  }
}
.product-detail-btn li a::after,
.product-detail-btn li a::before {
  content: "";
  display: block;
  position: absolute;
}
.product-detail-btn li a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #f4a352 transparent transparent;
  top: 0;
  right: 0;
}
.product-detail-btn li a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 0 19px;
  border-color: transparent transparent transparent #f4a352;
  bottom: 0;
  left: 0;
}
.product-detail-btn li a:hover {
  background-color: #f4a452;
  color: #fff;
}
.csr-mv {
  position: relative;
  margin-bottom: 48px;
}
.csr-mv h1 img {
  width: 100%;
  height: auto;
}
.csr-mv__container {
  width: calc(100% - 15px);
  max-width: 830px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 7.5vw;
  left: calc(50% - 415px);
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .csr-mv__container {
    top: 5vw;
  }
}
@media screen and (max-width: 830px) {
  .csr-mv__container {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .csr-mv__container {
    position: static;
    margin-top: 30px;
  }
}
.csr-mv__container p {
  font-size: 2.4rem;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .csr-mv__container p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .csr-mv__container p {
    font-size: 1.8rem;
  }
}
.csr-container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.csr-mascot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(156, 202, 84, 0.15);
  margin-bottom: 25px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .csr-mascot {
    max-width: 428px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  .csr-mascot {
    display: block;
  }
}
.csr-mascot.reverse .csr-mascot__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.csr-mascot.reverse .csr-mascot__txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.csr-mascot:last-child {
  margin-bottom: 80px;
}
.csr-mascot__img,
.csr-mascot__txt {
  width: 50%;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .csr-mascot__img,
  .csr-mascot__txt {
    width: 100%;
    height: auto;
  }
}
.csr-mascot__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .csr-mascot__img {
    height: 347px;
  }
}
@media screen and (max-width: 480px) {
  .csr-mascot__img {
    height: 81.1vw;
  }
}
.csr-mascot__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .csr-mascot__txt {
    display: block;
    padding: 20px 0;
  }
}
.csr-mascot__txt h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1110px) {
  .csr-mascot__txt h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .csr-mascot__txt h2 {
    font-size: 1.8rem;
  }
}
.csr-mascot__txt p {
  max-width: 400px;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 1110px) {
  .csr-mascot__txt p {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}
.csr-btn .products-sec__block--btn {
  background-color: #fff;
  padding: 22px 0;
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.csr-btn .products-sec__block--btn:hover{
  background: #006948;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1110px) {
  .csr-btn .products-sec__block--btn {
    margin-top: 20px;
  }
}
.csr-btn .products-sec__block--btn::before {
  width: 60px;
  height: 60px;
}
.csr-btn .products-sec__block--btn::after {
  top: 25px;
}
/*.csr-btn .products-sec__block--btn:hover {
  opacity: 0.6;
}*/
.csr-content {
  padding: 80px 0;
  background-image: url(../images/template/bg-csr-content.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.csr-content_sec {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
  list-style-type: none;
}
@media screen and (max-width: 1110px) {
  .csr-content_sec {
    padding: 50px 20px;
  }
}
.csr-content_sec__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 1110px) {
  .csr-content_sec__ttl {
    font-size: 2rem;
  }
}
.csr-content_sec__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .csr-content_sec__container {
    display: block;
  }
}
.csr-content_sec__img {
  width: 428px;
  margin-right: 48px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1110px) {
  .csr-content_sec__img {
    margin-right: 20px;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .csr-content_sec__img {
    max-width: 428px;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.csr-content_sec__img img {
  width: 100%;
  height: auto;
}
.csr-content_sec__txt h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1110px) {
  .csr-content_sec__txt h3 {
    font-size: 1.8rem;
  }
}
.csr-content_sec__txt h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #006948;
  margin: 15px auto 0;
}
.csr-content_sec__txt p {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .csr-content_sec__txt p {
    font-size: 1.6rem;
  }
}
.csr-content_sec__txt p a {
  color: #238966;
}
.csr-content_sec__txt figure {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
.product-detail-er-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec {
    display: block;
  }
}
.product-detail-er-sec.reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-detail-er-sec.reverse .product-detail-er-sec__title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 48px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec.reverse .product-detail-er-sec__title {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec.reverse .product-detail-er-sec__title {
    margin-left: 0;
  }
}
.product-detail-er-sec.reverse .product-detail-er-sec__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec.reverse .product-detail-er-sec__text {
    padding-left: 15px;
    padding-right: 0;
  }
}
.product-detail-er-sec.reverse .product-detail-er-sec__container {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-detail-er-sec.reverse
  .product-detail-er-sec__container
  .product-detail-er-sec__title {
  max-width: 50vw;
  margin-left: 52px;
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec.reverse
    .product-detail-er-sec__container
    .product-detail-er-sec__title {
    max-width: none;
    margin-left: 0;
    width: 100%;
    padding: 0 15px;
  }
}
.product-detail-er-sec.reverse
  .product-detail-er-sec__container
  .product-detail-er-sec__txt {
  max-width: 500px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec.reverse
    .product-detail-er-sec__container
    .product-detail-er-sec__txt {
    max-width: none;
  }
}
.product-detail-er-sec__container {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec__container {
    display: block;
  }
}
.product-detail-er-sec__container .product-detail-er-sec__title {
  width: 50vw;
  padding-left: 7.8vw;
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec__container .product-detail-er-sec__title {
    width: 100%;
    padding: 0 15px;
  }
}
.product-detail-er-sec__title {
  width: 50vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 48px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__title {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec__title {
    width: 100%;
    margin-right: 0;
  }
}
.product-detail-er-sec__title .point {
  padding-left: 7.8vw;
  margin-bottom: 8px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__title .point {
    padding-left: 40px;
  }
}
.product-detail-er-sec__title .point img {
  width: 203px;
  height: 43px;
}
.product-detail-er-sec__title p {
  font-size: 1.8rem;
  color: #000;
  max-width: 500px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__title p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec__title p {
    max-width: none;
  }
}
.product-detail-er-sec__title p strong {
  font-weight: 600;
  color: #ffdb4f;
}
.product-detail-er-sec__title p.caution {
  font-size: 1.4rem;
  max-width: 440px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec__title p.caution {
    max-width: none;
  }
}
.product-detail-er-sec__title .title {
  background-color: #006948;
  padding-left: 7.8vw;
  padding: 40px 0 40px 7.8vw;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__title .title {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-sec__title .title {
    padding: 40px 15px;
  }
}
.product-detail-er-sec__title .title h2 {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__title .title h2 {
    font-size: 3.6rem;
  }
  .product-detail-er-sec__title .title h2 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-sec__title .title h2 {
    font-size: 3rem;
  }
}
.product-detail-er-sec__title .title p {
  color: #fff;
  font-size: 2.5rem;
  margin-top: 30px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__title .title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec__title .title p {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-sec__title .title p {
    font-size: 1.8rem;
  }
}
.product-detail-er-sec__title figure {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .product-detail-er-sec__title figure {
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-sec__title figure {
    margin-top: 40px;
  }
}
.product-detail-er-sec .marker {
  font-weight: 600;
  background-color: #ffdb4f;
  color: #000;
  display: inline;
  padding: 5px;
}
.product-detail-er-sec__txt {
  width: calc(50vw - 48px);
  margin-top: 100px;
  max-width: 500px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__txt {
    padding-right: 15px;
    width: calc(50vw - 25px);
  }
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec__txt {
    width: 100%;
    padding: 0 15px;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-sec__txt {
    margin-top: 50px;
  }
}
.product-detail-er-sec__txt p {
  font-size: 1.8rem;
  color: #000;
  line-height: 32px;
}
@media screen and (max-width: 480px) {
  .product-detail-er-sec__txt p.mt55 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__txt p {
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.product-detail-er-sec__txt p.caution {
  font-size: 1.4rem;
  line-height: 18px;
  margin-top: 22px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__txt p.caution {
    font-size: 1.2rem;
  }
}
.product-detail-er-sec__txt figure {
  margin: 55px 0;
}
@media screen and (max-width: 768px) {
  .product-detail-er-sec__txt figure {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-sec__txt figure {
    margin: 25px 0;
  }
}
.product-detail-er-sec__txt figure figcaption {
  font-size: 1.4rem;
  color: #000;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-sec__txt figure figcaption {
    font-size: 1.2rem;
  }
}
.product-detail-er-tech {
  padding: 64px 0;
  background-color: #fffae8;
}
.product-detail-er-tech__ttl {
  font-size: 4.2rem;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 64px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-tech__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-er-tech__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-tech__ttl {
    font-size: 2.3rem;
  }
}
.product-detail-er-tech__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .product-detail-er-tech__container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-er-tech__container figure {
    text-align: center;
  }
}
.product-detail-er-tech__container ul {
  margin-left: 80px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-tech__container ul {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-er-tech__container ul {
    margin-left: 0;
    margin-top: 30px;
  }
}
.product-detail-er-tech__container ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-detail-er-tech__container ul li {
    text-align: center;
  }
}
.product-detail-er-tech__container ul li:last-child {
  margin-bottom: 0;
}
.product-detail-er-tech__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-detail-er-tech__list li {
  max-width: 344px;
  width: 33%;
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 10px;
  border: 3px solid #006948;
  list-style-type: none;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .product-detail-er-tech__list li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-tech__list li {
    width: 100%;
    max-width: none;
  }
}
.product-detail-er-tech__list li:last-child,
.product-detail-er-tech__list li:nth-child(4),
.product-detail-er-tech__list li:nth-child(5) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .product-detail-er-tech__list li:nth-child(4) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-tech__list li:nth-child(5) {
    margin-bottom: 32px;
  }
}
.product-detail-er-tech__list li figure {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1;
}
.product-detail-er-tech__list li h3 {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-tech__list li h3 {
    font-size: 1.8rem;
  }
}
.product-detail-er-tech__list li p {
  font-size: 1.6rem;
  color: #000;
  line-height: 30px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-tech__list li p {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.product-detail-er-tech__list li .caution {
  font-size: 1.4rem;
  margin-top: 14px;
}
.product-detail-er-share {
  padding: 80px 0 88px;
}
.product-detail-er-share .product-detail-er-tech__ttl {
  margin-bottom: 24px;
}
.product-detail-er-share p {
  color: #000;
  font-size: 1.8rem;
  margin-top: 30px;
}
@media screen and (max-width: 1110px) {
  .product-detail-er-share p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-er-share p {
    text-align: left;
    margin-top: 20px;
  }
}
.product-detail-er-share__description {
  font-size: 1.4rem;
  text-align: center;
}
.product-detail-er-share .product-detail-er-share__caution {
  font-size: 1.4rem;
}
.product-detail-er-share figure {
  margin: 56px 0 48px;
}
@media screen and (max-width: 480px) {
  .product-detail-er-share figure {
    margin: 30px 0 25px;
  }
}
.product-detail-er-lineup__table {
  width: 1060px;
}
.product-detail-er-lineup__table-container {
  max-width: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-detail-er-lineup__table-container::-webkit-scrollbar {
  display: none;
}
.product-detail-er-lineup__table thead th {
  vertical-align: middle;
  border: 1px solid #fff;
}
.product-detail-er-lineup__table tbody td:first-child {
  width: 14%;
}
.product-detail-er-lineup__table tbody td:nth-child(2) {
  text-align: center;
  width: 14%;
}
.product-detail-er-lineup__table tbody td:nth-child(3) {
  padding: 10px 16px;
}
.product-detail-er-lineup__table tbody td:nth-child(3) div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-detail-er-summary__table thead th {
  padding: 16px 0;
}
.shigeru-container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}
.shigeru-eco-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 43px;
}
@media screen and (max-width: 480px) {
  .shigeru-eco-ttl {
    display: block;
  }
}
.shigeru-eco-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background-image: url(../images/template/bg-title1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -22px;
  left: 0;
}
.shigeru-eco-ttl .lg {
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
ul.eco-taishi-benefits__container li h4 {
  padding-top: 16px;
  padding-left: 16px;
}
ul.eco-taishi-benefits__container li h4 span.lg {
  font-size: 1.6rem;
  font-weight: 800;
}
@media screen and (max-width: 1110px) {
  .shigeru-eco-ttl .lg {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .shigeru-eco-ttl .lg {
    display: block;
  }
}
.shigeru-eco-ttl .sm {
  margin-left: 40px;
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1110px) {
  .shigeru-eco-ttl .sm {
    margin-left: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .shigeru-eco-ttl .sm {
    display: block;
    margin-left: 0;
  }
}
.about-shigeru {
  margin-bottom: 80px;
}
.about-shigeru__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about-shigeru__container {
    display: block;
  }
}
.about-shigeru__img {
  max-width: 446px;
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-shigeru__img {
    max-width: none;
    width: 100%;
  }
}
.about-shigeru__txt {
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .about-shigeru__txt {
    margin: 30px auto 0;
  }
}
.about-shigeru__txt p {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .about-shigeru__txt p {
    font-size: 1.6rem;
  }
}
.about-shigeru__txt table {
  margin-top: 26px;
}
.about-shigeru__txt table td,
.about-shigeru__txt table th {
  text-align: left;
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .about-shigeru__txt table td,
  .about-shigeru__txt table th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 325px) {
  .about-shigeru__txt table td,
  .about-shigeru__txt table th {
    font-size: 1.5rem;
  }
}
.shigeru-eco {
  margin-bottom: 80px;
}
.shigeru-eco__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .shigeru-eco__container {
    display: block;
  }
}
.shigeru-eco__txt {
  max-width: 430px;
  padding: 24px;
  background-color: #fffae8;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .shigeru-eco__txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    max-width: none;
  }
}
.shigeru-eco__txt p {
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 1110px) {
  .shigeru-eco__txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .shigeru-eco__img {
    width: 100%;
    text-align: center;
  }
}
.shigeru-eco__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shigeru-eco__line {
  margin-top: 80px;
  padding: 24px 0 40px;
  background-image: url(../images/template/bg-shigeru-eco-line.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shigeru-eco__line--ttl {
  margin-bottom: 40px;
}
.shigeru-eco__line--ttl span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
  padding: 20px 40px;
  background-color: #ffdb4f;
}
@media screen and (max-width: 480px) {
  .shigeru-eco__line--ttl span {
    font-size: 2rem;
  }
}
.shigeru-eco__line--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 80px;
}
@media screen and (max-width: 1110px) {
  .shigeru-eco__line--container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .shigeru-eco__line--container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .shigeru-eco__line--container {
    display: block;
    padding: 0 10px;
  }
}
.shigeru-eco__line--container.reverse {
  margin-top: 24px;
}
.shigeru-eco__line--container.reverse .shigeru-eco__line--ballon {
  margin-right: 0;
  margin-left: 40px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .shigeru-eco__line--container.reverse .shigeru-eco__line--ballon {
    margin-left: 0;
  }
}
.shigeru-eco__line--container.reverse .shigeru-eco__line--ballon::after {
  border-width: 14px 32px 14px 0;
  border-color: transparent #fff transparent transparent;
  right: auto;
  left: -28px;
}
@media screen and (max-width: 768px) {
  .shigeru-eco__line--container.reverse .shigeru-eco__line--ballon::after {
    bottom: -28px;
    top: auto;
    left: auto;
    right: calc(50% - 14px);
    border-width: 28px 16px 0 16px;
    border-color: #fff transparent transparent transparent;
  }
}
.shigeru-eco__line--container.reverse .shigeru-eco__line--img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.shigeru-eco__line--ballon {
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shigeru-eco__line--ballon {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.shigeru-eco__line--ballon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 32px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 14px);
  right: -28px;
}
@media screen and (max-width: 768px) {
  .shigeru-eco__line--ballon::after {
    bottom: -28px;
    top: auto;
    right: calc(50% - 14px);
    border-width: 28px 16px 0 16px;
    border-color: #fff transparent transparent transparent;
  }
}
.shigeru-eco__line--ballon--ttl {
  padding: 24px 24px 0;
}
@media screen and (max-width: 480px) {
  .shigeru-eco__line--ballon--ttl {
    padding: 24px 10px 0;
  }
}
.shigeru-eco__line--ballon--ttl span {
  font-weight: 600;
  color: #000;
}
.shigeru-eco__line--ballon--ttl span.lg {
  font-size: 2rem;
}
@media screen and (max-width: 1110px) {
  .shigeru-eco__line--ballon--ttl span.lg {
    font-size: 1.8rem;
  }
}
.shigeru-eco__line--ballon--ttl span.sm {
  font-size: 1.8rem;
  margin-left: 32px;
}
@media screen and (max-width: 1110px) {
  .shigeru-eco__line--ballon--ttl span.sm {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}
.shigeru-eco__line--ballon figure {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .shigeru-eco__line--ballon figure {
    padding: 0 10px;
  }
}
.shigeru-eco__line--img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .shigeru-eco__line--img {
    text-align: center;
  }
}
.shigeru-play .car-battery__title {
  margin-top: 80px;
  margin-bottom: 0;
}
.shigeru-play__description {
  font-size: 1.8rem;
}
@media screen and (max-width: 1110px) {
  .shigeru-play__description {
    font-size: 1.6rem;
  }
}
.shigeru-play__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 30px;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .shigeru-play__container {
    padding: 40px 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.shigeru-play__container.wallpaper {
  display: block;
}
.shigeru-play__container.wallpaper .wallpaper__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.shigeru-play__container.wallpaper .wallpaper__container:first-child {
  margin-top: 0;
}
.shigeru-play__container.wallpaper .wallpaper__container figure {
  max-width: 435px;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .shigeru-play__container.wallpaper .wallpaper__container figure {
    width: 50%;
    margin: 0 auto;
  }
}
.shigeru-play__container.wallpaper .shigeru-play__img figure {
  margin-top: 40px;
}
.shigeru-play__container.wallpaper .shigeru-play__img figure:first-child {
  margin-top: 0;
}
.shigeru-play__container.wallpaper .shigeru-play__links--list:nth-child(2) {
  margin-top: 32px;
}
.shigeru-play__container.coloringbook {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 176px;
  padding-right: 176px;
}
@media screen and (max-width: 1110px) {
  .shigeru-play__container.coloringbook {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
@media screen and (max-width: 991px) {
  .shigeru-play__container.coloringbook {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .shigeru-play__container.coloringbook {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .shigeru-play__container.coloringbook {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.shigeru-play__container.coloringbook figure:nth-child(4),
.shigeru-play__container.coloringbook figure:nth-child(5),
.shigeru-play__container.coloringbook figure:nth-child(6) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .shigeru-play__container.coloringbook figure:nth-child(4),
  .shigeru-play__container.coloringbook figure:nth-child(5),
  .shigeru-play__container.coloringbook figure:nth-child(6) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .shigeru-play__container.coloringbook figure:nth-child(1),
  .shigeru-play__container.coloringbook figure:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .shigeru-play__container.coloringbook figure {
    width: 49%;
    text-align: center;
    margin-top: 20px;
  }
}
.shigeru-play__container.greetingcard {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 74px;
  padding-right: 74px;
}
@media screen and (max-width: 991px) {
  .shigeru-play__container.greetingcard {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .shigeru-play__container.greetingcard {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .shigeru-play__container.greetingcard figure {
    max-width: 300px;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.shigeru-play__container figure figcaption {
  margin-top: 8px;
}
.shigeru-play__container figure figcaption a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #9cca54;
  position: relative;
  padding: 6px 0;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 1110px) {
  .shigeru-play__container figure figcaption a {
    font-size: 1.6rem;
  }
}
.shigeru-play__container figure figcaption a::after {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  background-image: url(../images/template/icon-tab.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: 26px;
}
@media screen and (max-width: 1110px) {
  .shigeru-play__container figure figcaption a::after {
    top: 4px;
  }
}
@media screen and (max-width: 480px) {
  .shigeru-play__container figure figcaption a::after {
    right: 15px;
  }
}
.shigeru-play__img {
  max-width: 435px;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .shigeru-play__img {
    width: 50%;
    margin: 0 auto;
  }
}
.shigeru-play__img--btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .shigeru-play__img--btn {
    width: 100%;
  }
}
.shigeru-play__img--btn a {
  display: block;
  width: 100%;
  padding: 21px 0;
  line-height: 1;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  position: relative;
  border: 1px solid #00aca0;
  border-radius: 10px;
}
@media screen and (max-width: 1110px) {
  .shigeru-play__img--btn a {
    font-size: 1.6rem;
  }
}
.shigeru-play__img--btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #00aca1 transparent transparent transparent;
  position: absolute;
  top: 24px;
  right: 40px;
}
.shigeru-play__links {
  max-width: 541px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .shigeru-play__links {
    width: 45%;
    margin: 0 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.shigeru-play__links--list {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  padding: 16px;
}
@media screen and (max-width: 1110px) {
  .shigeru-play__links--list {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 768px) {
  .shigeru-play__links--list {
    border: none;
    padding: 0;
  }
}
.shigeru-play__links--list:nth-child(2) {
  margin-top: 40px;
}
.shigeru-play__links--list p {
  font-size: 1.8rem;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 1110px) {
  .shigeru-play__links--list p {
    font-size: 1.6rem;
  }
}
.shigeru-play__links--list p:nth-of-type(2) {
  margin-top: 24px;
}
.shigeru-play__links--list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .shigeru-play__links--list ul {
    display: block;
    margin-top: 0;
  }
}
.shigeru-play__links--list ul li {
  list-style-type: none;
  max-width: 157px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .shigeru-play__links--list ul li {
    width: 100%;
    max-width: 200px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .shigeru-play__links--list ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .shigeru-play__links--list ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 544px) {
  .shigeru-play__links--list ul li:last-child {
    margin-top: 10px;
  }
}
.shigeru-play__links--list ul li a {
  display: block;
  width: 100%;
  background-color: #9cca54;
  color: #fff;
  padding: 21px 12px 10px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1110px) {
  .shigeru-play__links--list ul li a {
    font-size: 1.6rem;
    padding: 21px 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .shigeru-play__links--list ul li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .shigeru-play__links--list ul li a {
    font-size: 1.6rem;
  }
}
.shigeru-play__links--list ul li a::after {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  background-image: url(../images/template/icon-tab.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-top: 10px;
}
.shigeru-play__bnrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 120px;
}
@media screen and (max-width: 1110px) {
  .shigeru-play__bnrs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 829px) {
  .shigeru-play__bnrs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.shigeru-play__bnrs a:first-child {
  margin-right: 120px;
}
@media screen and (max-width: 1110px) {
  .shigeru-play__bnrs a:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 829px) {
  .shigeru-play__bnrs a:first-child {
    margin-bottom: 30px;
  }
}
.eco-diary-title {
  margin-bottom: 0;
}
.eco-diary-mv img {
  width: 100%;
  height: auto;
}
.about-eco-taishi {
  margin-top: 40px;
}
.about-eco-taishi__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about-eco-taishi__container {
    display: block;
  }
}
.about-eco-taishi__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about-eco-taishi__img {
    text-align: center;
  }
}
.about-eco-taishi__txt {
  padding: 32px;
  background-color: #fffae8;
  border-radius: 10px;
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 1110px) {
  .about-eco-taishi__txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-eco-taishi__txt {
    margin-left: 0;
    margin-top: 30px;
    padding: 32px 20px;
  }
}
@media screen and (max-width: 480px) {
  .about-eco-taishi__txt {
    padding: 32px 10px;
  }
}
.about-eco-taishi__txt p {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .about-eco-taishi__txt p {
    font-size: 1.6rem;
  }
}
.about-eco-taishi__ex {
  padding: 24px;
  background-image: url(../images/template/bg-eco-taishi1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .about-eco-taishi__ex {
    padding: 24px 10px;
  }
}
.about-eco-taishi__ex p {
  line-height: 1;
}
.about-eco-taishi__ex--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-eco-taishi__ex--container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.about-eco-taishi__ex--container figure {
  max-width: 240px;
  width: 24%;
  background-color: #fff;
  padding-top: 23px;
}
@media screen and (max-width: 768px) {
  .about-eco-taishi__ex--container figure {
    width: 49%;
    max-width: none;
    text-align: center;
    margin-top: 10px;
  }
}
.about-eco-taishi__ex--container figure figcaption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .about-eco-taishi__ex--container figure figcaption {
    font-size: 1.6rem;
  }
}
.eco-taishi-benefits {
  margin-top: 80px;
}
.eco-taishi-benefits__description {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-benefits__description {
    font-size: 1.6rem;
  }
}
.eco-taishi-benefits__subtitle {
  text-align: center;
  margin-top: 32px;
}
.eco-taishi-benefits__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 32px;
}

.eco-taishi-benefits__block {
  max-width: 344px;
  width: 32%;
  border-radius: 10px;
  border: 1px solid #00aca0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .eco-taishi-benefits__block {
    width: 48%;
    margin: 0 auto 20px;
  }
  .eco-taishi-benefits__block:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 468px) {
  .eco-taishi-benefits__block {
    width: 100%;
  }
}
.eco-taishi-benefits__block h3 {
  background-color: #00aca0;
  padding: 16px 0;
  line-height: 1;
}
.eco-taishi-benefits__block h3 span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.eco-taishi-benefits__block h3 span.sm {
  font-size: 1.6rem;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-benefits__block h3 span.sm {
    font-size: 1.4rem;
  }
}
.eco-taishi-benefits__block h3 span.lg {
  font-size: 2.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-benefits__block h3 span.lg {
    font-size: 2.2rem;
  }
}
.eco-taishi-benefits__block p {
  font-size: 1.8rem;
  color: #000;
  padding: 16px;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-benefits__block p {
    font-size: 1.6rem;
  }
}
.eco-taishi-benefits__block figure {
  text-align: center;
  padding: 0 16px 16px;
}
.eco-taishi-benefits__block figure figcaption {
  text-align: left;
  font-size: 1.8rem;
  color: #000;
  margin-top: 16px;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-benefits__block figure figcaption {
    font-size: 1.6rem;
  }
}
.eco-taishi-benefits__img {
  width: 100%;
  margin-top: 40px;
}
.eco-taishi-recruit {
  margin-top: 80px;
}
.eco-taishi-recruit__description {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-recruit__description {
    font-size: 1.6rem;
  }
}
.eco-taishi-recruit__block {
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 24px;
  background-image: url(../images/template/bg-eco-taishi2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .eco-taishi-recruit__block {
    padding: 24px 10px;
  }
}
.eco-taishi-recruit__block p {
  margin: 0 auto 40px;
  font-size: 1.8rem;
  color: #000;
  max-width: 437px;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-recruit__block p {
    font-size: 1.6rem;
  }
}
.eco-taishi-recruit__block .product-detail-btn li::before {
  display: none;
}
.eco-taishi-recruit__block .product-detail-btn li a {
  background-color: #fff;
}
.eco-taishi-recruit__block .product-detail-btn li:first-child {
  margin: 30px auto;
}
.eco-taishi-recruit__block .product-detail-btn li:first-child a::after {
  display: none;
}
.eco-taishi-recruit__block .product-detail-btn li:first-child a:hover {
  background-color: #f4a452;
}

.eco-taishi-recruit__link {
  text-align: center;
}
.eco-taishi-recruit__link a {
  color: #000;
  font-size: 1.8rem;
  text-decoration: underline;
}
@media screen and (max-width: 1110px) {
  .eco-taishi-recruit__link a {
    font-size: 1.6rem;
  }
}
.eco-taishi-recruit__link a:hover {
  text-decoration: none;
}
.eco-diary {
  margin-top: 120px;
}
.eco-diary__ballon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .eco-diary__ballon {
    display: block;
  }
}
.eco-diary__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .eco-diary__img {
    text-align: center;
  }
}
.eco-diary__txt {
  width: 100%;
  margin-left: 68px;
  background-color: #fffae8;
  border-radius: 10px;
  padding: 32px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .eco-diary__txt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .eco-diary__txt {
    margin-left: 0;
    padding: 32px 10px;
    margin-top: 40px;
  }
}
.eco-diary__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 41px 18px 0;
  border-color: transparent #fffae8 transparent transparent;
  position: absolute;
  top: calc(50% - 20px);
  left: -35px;
}
@media screen and (max-width: 480px) {
  .eco-diary__txt::before {
    top: -35px;
    left: calc(50% - 20px);
    border-width: 0 20.5px 36px 20.5px;
    border-color: transparent transparent #fffae8 transparent;
  }
}
.eco-diary__txt p {
  font-size: 1.8rem;
  color: #000;
}
.eco-diary .car-battery__title {
  margin-bottom: 0;
}
.eco-diary__container {
  padding: 0 24px 40px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .eco-diary__container {
    padding: 0 10px 40px;
  }
}
.eco-diary__container--block {
  margin-top: 40px;
}
.eco-diary__container--block h3 {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 3px solid #ccc;
  padding-bottom: 15px;
  line-height: 1;
  margin-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .eco-diary__container--block h3 {
    font-size: 1.8rem;
  }
}
.eco-diary__container--block h3::before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #00aca0;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.eco-diary__container--block p {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .eco-diary__container--block p {
    font-size: 1.6rem;
  }
}
.eco-diary__container--block .how-to-write-diary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  background-image: url(../images/template/bg-eco-taishi3.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .eco-diary__container--block .how-to-write-diary {
    display: block;
    padding: 24px 10px;
  }
}
.eco-diary__container--block .how-to-write-diary__img {
  max-width: 412px;
}
@media screen and (max-width: 768px) {
  .eco-diary__container--block .how-to-write-diary__img {
    text-align: center;
    max-width: none;
  }
}
.eco-diary__container--block .how-to-write-diary__txt {
  max-width: 520px;
  width: 52%;
  background-color: #fffae8;
  border-radius: 10px;
  padding: 32px 24px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .eco-diary__container--block .how-to-write-diary__txt {
    padding: 32px 10px;
  }
}
@media screen and (max-width: 768px) {
  .eco-diary__container--block .how-to-write-diary__txt {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }
}
.eco-diary__container--block .how-to-write-diary__txt h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .eco-diary__container--block .how-to-write-diary__txt h4 {
    font-size: 1.8rem;
  }
}
.eco-diary__container--block .how-to-write-diary__txt ol {
  margin-top: 40px;
}
@media screen and (max-width: 1110px) {
  .eco-diary__container--block .how-to-write-diary__txt ol {
    margin-top: 30px;
  }
}
.eco-diary__container--block .how-to-write-diary__txt ol li {
  list-style-type: none;
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #000;
}
@media screen and (max-width: 1110px) {
  .eco-diary__container--block .how-to-write-diary__txt ol li {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.eco-diary__container--block .how-to-write-diary__txt .caution {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 54px;
}
@media screen and (max-width: 1110px) {
  .eco-diary__container--block .how-to-write-diary__txt .caution {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.eco-diary__container--block .how-to-write-diary__txt .product-detail-btn li {
  margin: 24px auto 0;
}
.eco-diary__container--block
  .how-to-write-diary__txt
  .product-detail-btn
  li::before {
  display: none;
}
.eco-diary__container--block .how-to-write-diary__txt .product-detail-btn li a {
  border-color: #00aca0;
  background-color: #fff;
  padding: 18px 0;
  font-size: 2rem;
}
@media screen and (max-width: 1110px) {
  .eco-diary__container--block
    .how-to-write-diary__txt
    .product-detail-btn
    li
    a {
    font-size: 1.8rem;
  }
}
.eco-diary__container--block
  .how-to-write-diary__txt
  .product-detail-btn
  li
  a::before {
  border-color: transparent #00aca0 transparent transparent;
}
.eco-diary__container--block
  .how-to-write-diary__txt
  .product-detail-btn
  li
  a::after {
  border-color: transparent transparent transparent #00aca0;
}
.eco-diary__container--block
  .how-to-write-diary__txt
  .product-detail-btn
  li
  a:hover {
  background-color: #00aca0;
}
.eco-diary__container--block
  .how-to-write-diary__txt
  .product-detail-btn
  li
  a:hover
  .sm {
  color: #fff;
}
.eco-diary__container--block
  .how-to-write-diary__txt
  .product-detail-btn
  li
  a
  .sm {
  display: block;
  font-size: 1.6rem;
  color: #000;
  margin-top: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .eco-diary__container--block
    .how-to-write-diary__txt
    .product-detail-btn
    li
    a
    .sm {
    font-size: 1.4rem;
  }
}
.eco-diary__subtitle {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 24px;
}
.eco-diary__ex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.eco-diary__ex li {
  list-style-type: none;
  width: 31%;
  background-color: #fffae8;
  border-radius: 10px;
  padding: 8px 11px 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .eco-diary__ex li {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .eco-diary__ex li {
    margin-bottom: 10px;
  }
}
.eco-diary__ex li figure img {
  width: 100%;
  height: auto;
}
.eco-diary__ex li figure figcaption {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  margin-top: 16px;
}
@media screen and (max-width: 1110px) {
  .eco-diary__ex li figure figcaption {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=template.css.map */


.balloon-icon-new {
  display: inline-block;
    padding: 6px 15px;
    width: auto;
    min-width: 120px;
    height: 50px;
    line-height: 34px;
    text-align: center;
    color: #F00;
    font-size: 18px;
    font-weight: bold;
    background-color: #FFF;
    border: 3px solid #006948;
    z-index: 0;
    border-radius: 60%;
    position: absolute;
    top: -15px;
    right: 20px;
    transform: rotate(5deg);
}
.balloon-icon-new:before {
  content: "";
  position: absolute;
  bottom: -8px; left: 50%;
  margin-left: -19px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FFF transparent transparent transparent;
  z-index: 0;
}
.balloon-icon-new:after {
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #006948 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -12px; left: 50%;
  margin-left: -20px;
  width: 0px;
  height: 0px;
  z-index: -1;
}


/*# sourceMappingURL=template.css.map */
