.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
}
.mt60 {
  margin-top: 60px;
}
.mt100 {
  margin-top: 100px;
}
.px60 {
  padding: 0 60px;
}
.px90 {
  padding: 0 90px;
}
.px180 {
  padding: 0 180px;
}
.center {
  text-align: center;
}
.w40 {
  width: 38%;
}
.w30 {
  width: 30%;
}
.w20 {
  width: 23%;
}
.w10 {
  width: 15%;
}
/*�@main-kv�@*/
.main-kv img {
  max-width: 1500px;
  /*min-width: 980px;*/
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.btn-icon {
  display: inline-block;
  max-width: 300px;
  text-align: left;
  background-color: #E95684;
  font-size: 16px;
  /* color: #666699; */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 16px 20px 32px;
  border-radius: 10px;
  position: relative;
}
.btn-icon:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}
.btn-icon:hover {
  opacity: 0.8;
}
.btn-icon i {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .btn-icon {
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
  }
  .mt100 {
    margin-top: 30px;
  }
}
/* eco-contents */
.eco-contents {
  padding-top: 60px;
  padding-bottom: 60px;
}
.eco-contents-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.eco-contents-wrap h1 {
  display: block;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin: 30px auto;
  justify-content: space-between;
}
.col_3 > div:nth-child(1) {}
.col_3 > div:nth-child(2) {}
.col_3 > div:nth-child(3) {
  flex-grow: 1;
  text-align: right;
}
.col_3 img {
  max-width: 338px;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  .eco-contents-wrap {
    padding: 0 10px 120px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .col_3 {
    margin: 30px auto 10px;
  }
  .col_3 > div {
    width: 100%;
  }
  .col_3 img {
  max-width: 200px;
  }
  .eco-contents {
    padding-top: 0;
    padding-bottom: 0;
  }
}
section.eco {
  position: relative;
}
.eco-wrap {}
section.eco:after, section.eco-01:after, section.eco-02:after {
  content: "";
  display: inline-block;
  background: url(/csr/concours/2022/images/bg-lr.png) repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.eco-section-wrap02 h1 + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .eco-section-wrap {
    background-size: contain;
  }
}
.eco-block h2 {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 13px;
}
.eco-block h2:before {
  content: "";
  display: inline-block;
  background: url(/csr/concours/2022/images/boder-bg.png) no-repeat;
  background-size: auto;
  max-width: 900px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .eco-block h2:before {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .eco-block h2:before {
    top: 40px;
  }
}
/* よくある質問 */
.eco-block02 h2 {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 13px;
}
.eco-block02 h2:before {
  content: "";
  display: inline-block;
  background: url(/csr/concours/2022/images/boder-bg.png) no-repeat;
  background-size: auto;
  max-width: 900px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.qa-inner h2 {
  max-width: 900px;
  margin: 30px auto;
  font-size: 3.5rem;
  font-weight: bold;
  -webkit-text-stroke: 1.5px #e95684;
  color: #e95684;
}
.inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.inner h2 {
  margin: 20px auto 20px;
}
.ss-txt {
  font-size: 14px;
  margin-left: 40px;
  max-width: 400px;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .ss-txt {
    width: 100%;
    
  margin-top: 10px;
  margin-left: 0;
  display: block;
  font-weight: 600;
}
}

.eco-section-wrap .eco-contents .txt {
  font-size: 2.4rem;
  font-weight: bold;
}
.eco-section-wrap02 .eco-contents .txt {
  font-size: 3.0rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
.eco-section-wrap02 .eco-contents .txt::first-letter {
  font-size: 1.2em;
}
.eco-section-wrap02 h2 {
  margin: 45px 0 15px;
}
@media screen and (max-width: 960px) {
  .inner {
    width: 90%;
    margin: 0 5%;
  }
  .qa-inner h2 {
    width: 90%;
  }
  .qa-inner h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .ss-txt {
    font-size: 14px;
    margin: 10px 0;
  }
  .inner {
    width: 100%;
    margin: 0;
  }
  .inner h2 {
    margin: 20px auto 10px;
  }
  .eco-section-wrap .eco-contents .txt {
    font-size: 1.4rem;
  }
  .eco-section-wrap02 .eco-contents .txt {
    font-size: 1.4rem;
  }
  .qa-inner h2 {
    font-size: 1.7rem;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }
  .eco-block02 h2:before {
    top: 25px;
  }
}
.flex_award-box {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.flex_award-box.inner {
  padding: 0;
}
.flex_award-item {
  margin-bottom: 20px;
}
ul.award {
  margin: 20px 0;
  list-style: none;
  font-size: 1.55rem;
}
@media screen and (max-width: 480px) {
  ul.award {
    font-size: 1.4rem;
  }
  .flex_award-box {
    margin-bottom: 0;
    padding-top: 0;
  }
}
/*�@�܁E���i�@*/
.precautions {
  background-color: #ffe887!important;
  padding: 20px 40px;
}
.precautions-ttl {
  font-size: 1.55rem;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
.precautions ul {
  margin-left: 10px;
  font-size: 1.3rem;
}
.precautions ul li {
  padding: 2px 0;
}
@media screen and (max-width: 480px) {
  .precautions {
    padding: 20px;
  }
}
.method-flexbox {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  /* IE10 */
  justify-content: space-between;
}
.method {
  background-color: #CCC;
  padding: 20px 40px;
  margin-top: 30px;
}
.method-ttl {
  font-size: 1.55rem;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
.method label {
  display: block;
  margin: 1.5px 0;
  padding: 13px 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.method label:after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.method input {
  display: none;
}
.method .methshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.method:checked + label + .methshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
.method:checked + label:after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.method ul {
  font-size: 1.3rem;
  list-style: none;
}
.method ul li {
  padding: 2px 0;
}
.method-flexbox-item:first-child {
  width: 70%;
}
.method-flexbox-item a:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.method-flexbox-item img {
  max-width: 160px;
}
@media screen and (max-width: 820px) {
  .method-flexbox-item:first-child {
    width: 100%;
  }
  .method-flexbox-item img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .method-flexbox {
    flex-wrap: wrap;
    justify-content: center;
  }
  .method-flexbox-item img {
    text-align: center;
  }
  .method-flexbox-item img {
    max-width: 100px;
  }
  .method {
    padding: 20px 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }
}
.regulations {
  background-color: #E5D3B5;
  padding: 20px 40px;
  margin-top: 30px;
}
.regulations ul {
  font-size: 1.6rem;
  padding-left: 1em;
}
.regulations ul li {
  padding: 2px 0;
  text-indent: -1em;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .regulations {
    padding: 20px 10px;
    margin-top: 20px;
  }
  .regulations ul {
    font-size: 1.4rem;
  }
}
.flex_work-box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0;
}
.flex_work-item {
  width: 48%;
  margin-top: 20px;
}
.flex_work-item a:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}
/* �ߋ��̍�i�i�ڍ׃y�[�W�j */
.eco-consept-detail {
  width: 100%;
  background: url(/csr/concours/2022/images/work-bg.jpg) no-repeat;
  background-size: cover;
}
.eco-consept-detail-wrap {
  background: url(/csr/concours/2022/images/bg-detail-lr.png) repeat-y;
  background-size: contain;
}
.eco-consept-detail-inner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 120px;
}
.detail-ttl {
  text-align: center;
  padding: 0 150px;
}
.detail-ttl-box {
  background: #ffffcc;
  max-width: 750px;
  width: 100%;
  text-align: center;
  font-size: 3.0rem;
  margin: 30px auto 0;
  line-height: 4.0rem;
  padding: 10px 0;
}
.detail-ttl-box p {
  font-weight: bold;
}
.flex-detail-img {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 30px;
}
.flex-detail-img-item1 {
  width: 100%;
  /*margin-top: 20px;*/
}
.flex-detail-img-item2 {
  width: 30%;
  /*margin-top: 20px;*/
}
.flex-detail-img-item3 {
  width: 25%;
  /*margin-top: 20px;*/
}
.flex-detail-img-item4 {
  width: 45%;
  /*margin-top: 20px;*/
}
.detail-txt {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3.5rem;
  text-align: center;
  padding: 10px 0 20px;
}
.detail-txt-sub {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
  padding: 10px 0 20px;
}
.detail-right-txt {
  text-align: right;
  font-size: 1.6rem;
}
.annotation ul {
  margin-top: 60px;
}
.annotation ul li {
  list-style: none;
  font-size: 1.6rem;
}
.footer_sitemap_wrap {
  margin-top: 0px !important;
}
@media screen and (max-width: 960px) {
  .px90, .px60, .px180 {
    padding: 0 30px;
  }
  .detail-ttl {
    padding: 0 10px;
  }
  .flex-detail-img-item2 {
    width: 50%;
    /* margin-top: 20px; */
  }
  .flex-detail-img-item3 {
    width: 50%;
    /* margin-top: 20px; */
  }
  .flex-detail-img-item4 {
    width: 50%;
    /* margin-top: 20px; */
  }
  .detail-ttl-box {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .detail-txt {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .detail-txt-sub {
    font-size: 16px;
  }
  .flex-detail-img {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .flex-detail-img-item2 {
    width: 100%;
    /* margin-top: 20px; */
  }
  .detail-txt-sub {
    font-size: 1.4rem;
  }
  .flex-detail-img-item3 {
    width: 100%;
    /* margin-top: 20px; */
  }
  .flex-detail-img-item4 {
    width: 100%;
    /* margin-top: 20px; */
  }
  .detail-right-txt, .annotation ul li {
    font-size: 1.4rem;
  }
}
/* 202208 第14回エコ追加 */
.pt60 {
  padding-top: 60px;
}
.eco-wrap-head img {
    position: absolute;
}
@media screen and (max-width: 820px) {
  h2 img {
    max-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  h2 img {
    max-height: 35px;
  }
  .pt60 {
    padding-top: 30px;
  }
}
/*# sourceMappingURL=lp0915.css.map */