.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;
}

.reason-wrap .mb50 {
  margin-bottom: 50px;
}
.reason-wrap .mb90 {
  margin-bottom: 90px;
}

.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;
  }
}

.products-sec {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto 40px;
}
.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;
  }
}
.reason-wrap .products-sec__title {
  margin-bottom: 0;
}
.reason-wrap .products-sec__title span .small{
  display: inline;
  font-size: 0.6em;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.csr-container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}
.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 {
    flex-wrap: wrap;
  }
}
.csr-content_sec__img {
  width: 428px;
  margin-right: 48px;
  padding-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-self: center;
}
@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 {
    padding-right: 0;
    max-width: 428px;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.wrap-reverse .csr-content_sec__img {
  padding-right: 0;
  padding-left: 20px;
  margin-right: 0;
  margin-left: 48px;
  
}
@media screen and (max-width: 1110px) {
  .wrap-reverse .csr-content_sec__img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrap-reverse .csr-content_sec__img {
    padding-left: 0;
    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: bold;
  color: #000;
  margin-bottom: 40px;
}
.csr-content_sec__txt h3.left{
  max-width: 410px;
  width: 41%;
}
.csr-content_sec__txt .cap{
  font-size: 1.4rem;
}
@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;
}

.reason-wrap .csr-container {
  padding: 0;
}
.reason-wrap .csr-content_sec {
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .csr-content_sec__txt h3.left{
    max-width: 100%;
    width: 100%;
  }
}


