@charset "UTF-8";
/* ===============================================
    recycling(リサイクルプラスチックの分析評価技術）で使うcss
=============================================== */
.spShow {
  display: none;
}

.spShow {
  display: none;
}
@media screen and (max-width:768px) {
  .pcShow {
    display: none;
  }
  .spShow {
    display: inline;
  }
}

.p__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .p__inner {
    padding: 0 15px;
  }
}

.p__contentsBox {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .p__contentsBox {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.p__ttlCover {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width:768px) {
  .p__ttlCover {
    margin-bottom: 50px;
  }
}
.p__ttlCover span {
  display: inline-block;
  font-size: 31px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
}
@media screen and (max-width:768px) {
  .p__ttlCover span {
    font-size: 22px;
  }
}
.p__ttlCover span:before {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100%;
  background-color: #005ca2;
}

.p__lead {
  text-align: center;
}
@media screen and (max-width:550px) {
  .p__lead {
    text-align: left;
  }
}

.imgBgTtl {
  background-image: url(../img/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imgBgTtl .p__inner {
  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: start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 63px;
}
@media screen and (max-width:768px) {
  .imgBgTtl .p__inner {
    padding: 50px;
  }
}
@media screen and (max-width:550px) {
  .imgBgTtl .p__inner {
    padding: 50px 0;
  }
}
.imgBgTtl .container {
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.imgBgTtl .container .ttl {
  font-weight: 600;
  font-weight: bold;
  font-size: 42px;
  line-height: 57px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
}
@media screen and (max-width:768px) {
  .imgBgTtl .container .ttl {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:445px) {
  .imgBgTtl .container .ttl .spShow{
    display: none;
  }
}
.imgBgTtl .text {
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
}

@media screen and (max-width:768px) {
  .imgBgTtl .text {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width:590px) {
  .imgBgTtl .text br{
    display: none;
  }
}

.imgBgTtl .btn_seikyu{
  width: 260px;
  margin-bottom: 20px;
}

.imgBgTtl .btn_seikyu 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-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 600;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .imgBgTtl .btn_seikyu {
    width: 200px;
  }

  .imgBgTtl .btn_seikyu span {
    height: 50px;
    font-size: 18px;
  }
}

.imgBgTtl .underline{
  text-decoration: underline;
}

.imgBgTtl .underline:hover{
  text-decoration: none;
}

.kadai {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
  background-color: #F4F6F8;
}

@media screen and (max-width: 768px) {
  .kadai {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.kadai .p__inner {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.kadai__list li {
  font-size: 17px;
  margin-bottom: 22px;
  font-weight: 600;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width:768px) {
  .kadai__list li {
    font-size: 15px;
    padding-left: 32px;
    margin-bottom: 15px;
  }
}
.kadai__list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
@media screen and (max-width:768px) {
  .kadai__list li:before {
    width: 21px;
    height: 21px;
  }
}

.need {
  position: relative;
  padding-top: 84px;
}
@media screen and (max-width:768px) {
  .need {
    padding-top: 60px;
  }
}

.need:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 43px 0 43px;
  border-color: #F4F6F8 transparent transparent transparent;
}

@media screen and (max-width:768px) {
  .need:before {
    border-width: 25px 33px 0 33px;
  }
}

.p__ttlCover2{
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  font-weight: bold;
  margin: 90px 0 25px;
  line-height: 1.5;
  color: #00487E;
}

@media screen and (max-width:768px) {
  .p__ttlCover2 {
    font-size: 22px;
    margin: 60px 0 20px;
  }
}

@media screen and (max-width:445px) {
  .need .p__ttlCover .spShow{
    display: none;
  }
}

.need .img_1 {
  max-width: 700px;
  margin: 40px auto 0;
}

.need .img_2 img{
  max-width: 791px;
}

figure.border{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 30px 0;
  padding: 58px;
  border: 1px solid #ccc;
  background-color: #fff;
}

@media screen and (max-width:768px) {
    figure.border {
      padding: 30px 20px;
      margin-bottom: 0;
    }

    figure.img_2,
    figure.img_4{
      padding: 30px 50px;
    }

    figure.img_2 .w400,
    figure.img_4 .w400{
      max-width: 400px !important;
    }
}

figure figcaption{
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: 40px;
  font-weight: 600;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  figure figcaption {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}

figure img{
  width: 100%;
}

.application{
  padding-top: 80px;
  background-color: #F4F6F8;
}

.recycling_details,
.recycling_details .box .inner,
.recycling_details .box .inner strong,
.recycling_details .box .inner .task,
.recycling_details .box .inner .task span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.recycling_details{
  max-width: 930px;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 auto 40px;
}

@media screen and (max-width: 1010px) {
  .recycling_details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 650px) {
  .recycling_details {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
  }
}

@media screen and (max-width: 450px) {
  .recycling_details {
    padding: 0;
  }
}


.recycling_details .box{
  flex: 1;
  padding: 3px 15px;
  border-radius: 0 20px 0 20px;
  box-sizing: border-box;
  margin-right: 20px;
}

.recycling_details .box:last-child{
  margin-right: 0;
}

@media screen and (max-width: 1010px) {
  .recycling_details .box {
    flex: 0 40%;
    margin-bottom: 20px;
  }
  .recycling_details .box:nth-child(even) {
    margin-right: 0;
  }
  .recycling_details .box:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .recycling_details .box {
    flex: 0 40%;
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .recycling_details .box {
    flex: 100%;
  }
}

.recycling_details .box .inner{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  height: 100%;
  background-color: #fff;
  border-radius: 0 15px 0 15px;
  padding: 24px 18px;
}

@media screen and (max-width: 768px) {
  .recycling_details .box .inner {
    padding: 20px;
  }
}

.recycling_details .box .inner strong{
  text-align: center;
  min-height: 70px;
  font-size: 22px;
  margin-bottom: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 650px) {
  .recycling_details .box .inner strong br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .recycling_details .box .inner strong {
    font-size: 20px;
    min-height: 0;
  }
}

.recycling_details .box .inner .task{
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 1010px) {
  .recycling_details .box .inner .task br{
    display: none;
  }
}

.recycling_details .box .inner .task span{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-right: 7px;
  line-height: 1;
  font-weight: bold;
  padding: 6px;
  border-radius: 4px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .recycling_details .box .inner .task span {
    /* -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    white-space: nowrap; */
  }
}

.recycling_details .box .inner ol li{
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.recycling_details .box .inner ol li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 4px;
}

.recycling_details .box .inner ol li a{
  text-decoration: underline;
}

.recycling_details .box .inner ol li a:hover{
  text-decoration: none;
}

/* .app_1 */
.recycling_details .box.app_1{
  background: #00A95F;
  background: -webkit-linear-gradient(180deg, rgba(0, 169, 95, 1) 0%, rgba(171, 205, 3, 1) 100%);
  background: -ms-linear-gradient(180deg, rgba(0, 169, 95, 1) 0%, rgba(171, 205, 3, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 169, 95, 1) 0%, rgba(171, 205, 3, 1) 100%);
}
.recycling_details .box.app_1 .inner strong,
.recycling_details .box.app_1 .inner .task {
  color: #00A95F;
}
.recycling_details .box.app_1 .inner .task span{
  background-color: #00A95F;
}
.recycling_details .box.app_1 .inner ol li::before {
  background-color: rgba(0, 169, 95,.5);
}

/* .app_2 */
.recycling_details .box.app_2 {
  background: #F08300;
  background: -webkit-linear-gradient(180deg, rgba(240, 131, 0, 1) 0%, rgba(245, 206, 19, 1) 100%);
  background: -ms-linear-gradient(180deg, rgba(240, 131, 0, 1) 0%, rgba(245, 206, 19, 1) 100%);
  background: linear-gradient(180deg, rgba(240, 131, 0, 1) 0%, rgba(245, 206, 19, 1) 100%);
}

.recycling_details .box.app_2 .inner strong,
.recycling_details .box.app_2 .inner .task {
  color: #F08300;
}

.recycling_details .box.app_2 .inner .task span {
  background-color: #F08300;
}

.recycling_details .box.app_2 .inner ol li::before {
  background-color: rgba(240, 131, 0, .5);
}

/* .app_3 */
.recycling_details .box.app_3 {
  background: #B72F8C;
  background: -webkit-linear-gradient(180deg, rgba(183, 47, 140, 1) 0%, rgba(235, 109, 142, 1) 100%);
  background: -ms-linear-gradient(180deg, rgba(183, 47, 140, 1) 0%, rgba(235, 109, 142, 1) 100%);
  background: linear-gradient(180deg, rgba(183, 47, 140, 1) 0%, rgba(235, 109, 142, 1) 100%);
}

.recycling_details .box.app_3 .inner strong,
.recycling_details .box.app_3 .inner .task {
  color: #B72F8C;
}

.recycling_details .box.app_3 .inner .task span {
  background-color: #B72F8C;
}

.recycling_details .box.app_3 .inner ol li::before {
  background-color: rgba(183, 47, 140, .5);
}

.application .img_3 img {
  max-width: 800px;
}

.application .img_4 img {
  max-width: 697px;
}

@media screen and (max-width: 420px) {
  .application .p__ttlCover2 .spShow{
    display: none;
  }
}

.color_black{
  color: #333333;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .color_black {
    margin-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  .color_black .spShow {
    display: none;
  }
}