@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

.kakugo2{ font-family: 'Zen Kaku Gothic New', serif; line-height: 1.5;}
.marugo{ font-family: 'Zen Maru Gothic', serif;}

.cf:after{
  content:"";
  display:block;
  clear:both;
}

.pc { display: block; }
.sp { display: none; }
@media screen and (max-width:767px){
    .sp { display: block; }
    .pc { display: none; }
}
#smileeco {
  font-size: 18px !important;
  text-align: center;
}
#smileeco .mainV {
  font-size: 14px !important;
}
#smileeco img {
  width:100%;
  height: auto;
}

#smileeco .mainV img {
  width:auto;
  height: auto;
}

#smileeco .smileecoLogo {
  margin: 50px auto;
  width: 60%;
}

#smileeco #smile-eco-bnr {
  padding:50px 0;
}

#smileeco #smile-eco-title {
  text-align: center;
  font-weight: 700;
}
#smileeco h4 {
  margin:0 auto;
  padding-bottom: 8px;
  font-size: 26px !important;
  font-weight: 700;
  text-align: center !important;
  display: inline-block;
  background-image: url(../img/smile-eco-program/text_clip.jpg);
  background-repeat: repeat-x;
  background-size: 200% 3px;
  background-position: bottom left;
}
#smileeco h4 span {
  font-weight: 700 !important;
  color: transparent;
  background-image: url(../img/smile-eco-program/text_clip.jpg);
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
}
#smileeco #smile-eco-txt {
  margin: 50px 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
#smileeco .sdgs_logo {
  margin: 0 30% 50px;
  width: 40%;
}

#smileeco .smile-eco-link {
  margin:0 auto;
  text-align: center;
  font-weight: 500;
}
#smileeco .smile-eco-link a:link,
#smileeco .smile-eco-link a:visited {
  padding: 8px 15px;
  background:#00a6d9;
  border:#00a6d9 2px solid;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
#smileeco .smile-eco-link a:hover {
  background: #fff;
  color:#00a6d9;
}

@media screen and (max-width:767px){
  .kakugo{ font-size: 14px; }
  
  #smileeco .smileecoLogo {
    margin: 50px auto;
    width: 90%;
  }
  #smileeco #smileeco {
    margin:0 auto;
    width:95%;
  }
  #smileeco #smile-eco-bnr {
    padding:5% 0;
  }
  #smileeco h4 {
    font-size: 22px;
  }
  #smileeco #smile-eco-txt {
    margin: 5% 0;
    font-size: 14px;
  }
  #smileeco .sdgs_logo {
    margin: 0 20% 10%;
    width: 60%;
  }
  #smileeco .smile-eco-link {
    font-size: 14px;
  }
}

.textCenter {
  text-align: center !important;
}
#smileeco #Renet_JP {
  margin: 80px auto 50px;
  padding: 50px 20px 20px;
  background: #eee;
  text-align: center;
}
#smileeco #Renet_JP .logo {
  margin: 0 auto 30px;
  width: 35%;
}
#smileeco #Renet_JP h5 {
  font-size: 18px;
  font-weight: 500;
  color: #ff0000;
}
#smileeco #Renet_JP p {
  margin:30px 0;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width:767px){
  #smileeco #Renet_JP {
    margin: 10% auto;
    padding: 5% 2.5%;
    background: #eee;
    text-align: center;
  }
  #smileeco #Renet_JP .logo {
    margin: 0 auto 5%;
    width: 50%;
  }
  #smileeco #Renet_JP h5 {
    font-size: 16px;
  }
  #smileeco #Renet_JP p {
    margin:5% 0;
    font-size: 14px;
    text-align: left;
  }
}

/* リサイクルサービス */
#smileeco #recycling {
  background: #fff;
}
#smileeco #recycling h6 {
  color:#10879b;
  font-size: 24px !important;
  font-weight: 700;
  text-align: center;
}
#smileeco #recycling p,
#smileeco #Renet_JP #reuse p {
  margin:0 0 0;
  font-size: 14px;
}
#smileeco .donation {
  margin-top: 20px;
}
#smileeco .donation p {
  padding: 0 15px;
  font-size: 12px;
  display: inline-block;
  background: #10879b;
  color: #fff;
  border-radius: 9999px;
}
#smileeco .donation ul {
  margin:15px auto 20px;
  width: 80%;
}
#smileeco .donation ul li {
  float:left;
  width: 23.5%;
  margin-left:2%;
}
#smileeco  .donation ul li:nth-child(1) {
  margin-left:0;
}
#smileeco .btn {
  margin: 30px auto 0;
  width: 90%;
}

@media screen and (max-width:767px){
  #smileeco #recycling {
    padding: 2.5% 2.5% 5%;
  }
  #smileeco .donation p {
    padding: 3px 15px;
    font-size: 16px;
  }
  #smileeco .donation ul {
    margin:5% auto;
    width: 70%;
  }
  #smileeco .donation ul li {
    float:left;
    width: 47.5%;
    margin-left:0;
  }
  #smileeco .donation ul li:nth-child(even) {
    margin-left:5%;
  }
  #smileeco .donation ul li:nth-child(1),
  #smileeco .donation ul li:nth-child(2) {
    margin-bottom: 5%;
  }
  #smileeco .btn {
    margin: 5% auto 0;
    width: 100%;
  }
}

/* リユースサービス */
#smileeco #reuse {
  margin-top: 80px;
  background: #fff;
}
#smileeco #reuse h6 {
  color:#449a43;
  font-size: 24px !important;
  font-weight: 700;
}
#smileeco #reuse p {
  font-size: 14px;
}

#smileeco #reuse .donation p {
  background: #449a43;
}
#smileeco #reuse .donation ul {
  text-align: left;
  background: url(../img/smile-eco-program/special_olympics_nippon.jpg) no-repeat center right;
  background-size: 30% auto;
}
#smileeco #reuse .donation ul li {
  float:none;
  width: 100%;
  margin-left:0;
  font-size: 14px;
  font-weight: 600;
}
#smileeco .btn a {
  transition: 1.0s ;
}
#smileeco .btn a:hover {
  opacity: 0.5 ;
}

@media screen and (max-width:767px){
  #smileeco #reuse .donation ul {
    width: 100%;
    padding-bottom: 25%;
    text-align: left;
    background: url(../img/smile-eco-program/special_olympics_nippon.jpg) no-repeat bottom center;
    background-size: 50% auto;
  }
  #smileeco #reuse .donation ul li {
    margin:0;
  }
  #smileeco #reuse .btn {
    width: 100%;
  }
}

#kift_title {
  margin: 30px auto 0;
  width: 80%;
}

#kift_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:767px){
  #kift_title {
    margin: 5% auto 0;
    width: 100%;
  }
}