@charset "utf-8";
/* CSS Document */

/* ============================================
                    共通
============================================ */
html {
  scroll-behavior: smooth;
}
a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

.contentsArea {
  max-width: 1200px;
  margin: 0 auto;
}


@media screen and (max-width: 1200px) {
  .contentsArea {
    padding: 0 4%;
  }
}

/*
/*下からフェードイン*/
/* フェードイン用のCSS */
/*.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.0s 0s ease-out;
 }
*/

a.nonclick {
  pointer-events: none;
}
/* ============================================
                    header
============================================ */
p.hdtxt {
  text-align: center;
  background: #9d9d9d;
  color: #fff;
  font-size: 14px;
  padding: 5px;
}
.read {
    margin: 6vh 0;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
p.read_txt {
    line-height: 1.5em;
}
p.read_txt_pink {
  color: #f08b82;
  margin-top: 10%;
  font-size: 220%;
  line-height: 1.5em;
  font-weight: bold;
}
p.txt-left {
  line-height: 2em;
  text-align: left;
}
/* ============================================
                    MV
============================================ */
h1.mv_area div {
  max-width: 100%;
  margin: 0 auto;
}
/*.mv_area {
    text-align: center;
    background: url(../img/recycle_bg.gif);
    background-repeat: repeat;
}
*/
/* ============================================
                  mainBox
============================================ */

.main {
  margin: 0 0 0 0;
}
.maintitle {
  text-align: center;
  margin-bottom: -10%;
}
.contentsBox {
  background: url("../img/recycle_bg.gif");
	background-repeat: repeat;
  padding: 6vh 0;
}
.contentsBox.section01 ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.contentsBox.section02 {
    background: #fff;
}
.ttlBox {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5vh;
    margin-top: 5vmin;
    line-height: 1.5em;
}
.itemArea {
    margin: 0 auto;
}
ul.itemBox {
    display: flex;
    justify-content: space-between;
    gap: 0px;
}
ul.itemBox li {
    width: 30%;
}
.btnBox {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 900px;
    padding: 12px;
    margin: 14px 0 0 0;
}
.itemArea.flow {
    width: 660px;
    text-align: center;
}
.atention {
    text-align: left;
    border: solid 1px #ccc;
    padding: 26px;
    margin-top: 50px;
    line-height: 1.8em;
}
.atention ul {
    list-style-type: disc !important;
}
.atention li {
    list-style-type: disc !important;
    margin-left: 24px;
    font-size: 12px;
}
.atention p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.recycleBox {
    width: 1200px;
    margin: 0 auto;
}
ul.recycleTxt li {
    background: #fff;
    padding: 20px 30px;
    border-radius: 1110px;
    font-size: 18px;
    font-weight: bold;
}
.earth {
    position: relative;
    top: -5em;
    text-align: center;
}
.earth_txt {
    margin-top: -50px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.earth_copy {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8em;
    padding: 0px 20px;
}
/* ============================================
                 レスポンシブ
============================================ */

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 1000px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
	.contentsBox {
    padding: 6vh 2.5vh;
}
	.contentsBox.section01 ul {
        display: flex;
        flex-direction: column;
		gap: 20px;
		text-align: center;
    }
	.itemArea {
    width: auto;
}
	ul.itemBox {
    justify-content: center;
    flex-direction: column;
}
	ul.itemBox li {
    width: 100%;
    margin-bottom: 40px;
}
	ul.itemBox li img {
    width: 100%;
}
	
.itemArea.flow {
    width: auto;
    text-align: center;
}
	.recycleBox {
    width: auto;
}
	.earth_txt {
        font-size: 5vw;
}
	.earth img {
    width: 27%;
}
}

@media screen and (max-width: 576px) {
}
