@charset "UTF-8";
.p-paper {
  position: relative;
}

.p-paper::before {
  position: absolute;
  content: "";
  background: #f8f8f8;
  width: 510px;
  height: calc(100% + 325px);
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.p-paper_container {
    padding: 0 0 135px;
}

.p-felt {
  position: relative;
  padding: 190px 0 0;
}

.p-felt::before {
  position: absolute;
  content: "";
  background: #f8f8f8;
  width: 510px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.p-felt-container {
  padding: 0 0 130px;
}


.p-graph {
    max-width: 1056px;
    margin: 110px auto 0;
    padding: 0 30px;
}

.p-graph + .p-graph {
    margin: 60px auto 0;
}


.p-graph-pc {
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
}

.p-graph-pc th {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  height: 75px;
  vertical-align: middle;
  border: solid 1px #fff;
}


.p-graph-pc td {
  background: #ececec;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  height: 75px;
  vertical-align: middle;
      border: solid 1px #fff;
}

.p-felt .caution {
  font-size: 1.6rem;
  font-weight: 400;
}


.p-graph-info {
    margin: 0 auto 30px;
}

.p-graph-info .ttl {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1;
}

.p-graph-info .ttl small {
  font-size: 2.5rem;
}

.p-graph-info .en {
    display: block;
    width: 123px;
    line-height: 1;
    margin-top: 20px;
}


.p-graph-info .head {
    max-width: 467px;
    width: 47%;
}
.p-graph-pc td:first-child {
    background: #000;
    color: #fff;
  }
	.p-graph-pc th:nth-child(n+2) {
	background: #3e3a39;
	color: #fff;
  }
.p-graph-info .lead {
    width: 53%;
    padding-left: 40px;
    border-left: solid 1px #000;
    font-weight: 400;
    line-height: 1.5;
}

.p-felt .p-graph-info .head {
    width: 100%;
    max-width: inherit;
}

.p-application {
  color: #fff;
  padding: 130px 0 160px;
}

.p-felt .p-application {
  background: url("../../../images/page/paper_felt/bg_felt_pc.png")no-repeat,#000;
  background-position: left bottom;
  background-size: 100%;
}

.p-paper .p-application {
  background: url("../../../images/page/paper_felt/bg_paper_pc.png")no-repeat,#000;
  background-position: right bottom;
  background-size: 100%;
  padding: 120px 0 100px;
}

.p-application .content {
  max-width: 1056px;
  margin: 0 auto;
  padding: 0 30px;
}

.p-application .heading {
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-application .heading span {
  display: block;
  max-width: 305px;
  margin: 0 auto 20px;
}

.p-application .lead {
    font-weight: 400;
    line-height: 1.8;
    padding: 50px 0 90px;
}


.p-application .block {
  margin-bottom: 60px;
}

.p-application .block .pic {
  margin-bottom: 20px;
}

.p-application .block .box {
  padding: 0 0 0 25px;
  border-left: solid 1px #b60081;
}

.p-application .block .box p.caption {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
}

.p-application .block .box p.caption small {
  font-size: 1.8rem;
}

.p-application .block .box p.txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 15px;
}

@media screen and (min-width: 768px) {

  .l-header {
    background: #323232;
  }

  .p-paper .m-2col-block .heading span {
      max-width: 150px;
  }

  .p-felt .m-2col-block .heading span {
      max-width: 104px;
  }

  .p-paper {
    padding: 120px 0 0;
  }

  .p-graph-sp {
    display: none;
  }

  .p-graph-info {
      display: flex;
      justify-content: space-between;
  }
  
  .p-application .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-application .thumbnail {
    max-width: 460px;
    width: 48%;
  }


}

@media screen and (max-width: 767px){

  .p-paper .m-2col-block .heading span {
      max-width: 98px;
  }

  .p-felt .m-2col-block .heading span {
      max-width: 68px;
  }


  .p-paper::before {
    width: 130px;
    height: calc(100% + 455px);
  }

  .p-paper_container {
      padding: 0;
  }


  .p-felt::before {
    width: 130px;
  }


  .p-graph-pc {
    display: none;
  }

  .p-felt {
    padding: 100px 0 0;
  }

  .p-felt-container {
    padding: 0 0 180px;
  }

  .p-felt .graph {
      margin: 40px auto 0;
      padding: 0 20px;
  }

  .p-felt .caution {
      font-size: 1.3rem;
      line-height: 1.5;
      padding-top: 10px;
  }

  .p-graph {
    margin: 60px auto 0;
    padding: 0 20px;
  }

  .p-graph-sp {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 auto;
  }

  .p-graph-sp + .p-graph-sp {
    margin-top: 30px;
  }

  .p-graph-sp th {
      width: 140px;
      background: #000;
      color: #fff;
      vertical-align: middle;
      border: solid 1px #fff;
      height: 45px;
      text-align: center;
  }
  .p-graph-sp td {
      background: #ECECEC;
      color: #000;
      height: 47px;
      vertical-align: middle;
      border: solid 1px #fff;
      text-align: center;
  }
  .p-graph-sp tr:nth-child(n+2) th {
      background: #3e3a39;
      color: #fff;
      text-align: center;
      height: 45px;
      vertical-align: middle;
  }
  .p-graph-info {
      margin: 0 auto 25px;
  }

  .p-graph-info .lead {
      width: 100%;
      border-left: none;
      padding: 10px 0 0;
      border-top: solid 1px #000;
      margin-top: 20px;
  }

  .p-graph-info .head {
      width: 100%;
  }

  .p-graph-info .ttl {
      font-size: 2.1rem;
  }

  .p-graph-info .en {
      width: 65px;
      margin-top: 5px;
  }

  .p-graph-info .ttl small {
      font-size: 1.6rem;
  }

  .p-application .lead {
      padding: 40px 20px 60px;
  }

  .p-application .heading span {
      max-width: 149px;
      margin: 0 auto 20px;
  }

  .p-application .heading {
      font-size: 1.2rem;
  }

  .p-application {
      padding: 40px 0 140px;
  }

  .p-application .content {
      padding: 0 20px;
  }

  .p-felt .p-application {
    background: url("../../../images/page/paper_felt/bg_felt_sp.png")no-repeat,#000;
    background-position: left bottom;
    background-size: 100%;
  }

  .p-paper .p-application {
    background: url("../../../images/page/paper_felt/bg_paper_sp.png")no-repeat,#000;
    background-position: left bottom;
    background-size: 100%;
    padding: 40px 0 70px;
  }

  .p-felt .p-application .thumbnail + .thumbnail {
    margin-top: 50px;
  }

  .p-application .block {
      margin-bottom: 40px;
  }

  .p-application .block:last-child {
    margin-bottom: 0;
  }

  .p-application .block .box {
      padding: 0 0 0 15px;
  }

  .p-application .block .box p.caption {
      font-size: 1.7rem;
  }

  .p-application .block .box p.txt {
      font-size: 1.3rem;
  }
	.l-pageBody {
	padding-bottom: 0;
}


}
