
/*===============================================
●共通
===============================================*/

.sub-menu-torikumi > div > ul > li:nth-of-type(2) > a {
  color: #e89f42;
}

.marker {
  background: linear-gradient(transparent 60%, #f5edcc 0%);
  display: inline;
  padding: 0 0 3px 0;
}

/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

  /* メイン画像 */
  .main-img {
    width: 100%;
    margin: 0 auto;
  }

  .main-img img {
    width: 100%;
  }

  #contents {
    width: 100%;
    margin: 0 auto;
  }

  .top {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .box01 {
    position: relative;
    z-index: 2;
    width: 98%;
    max-width: 1400px;
    margin: 90px auto 0 auto;
  }

  .box01 > p:nth-of-type(1) {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #E89F42;
    line-height: 44px;
  }

  .box01 > p:nth-of-type(2) {
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 32px;
  }

  .wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: -200px auto 0 auto;
    padding: 200px 0 60px 0;
    background-image: url(/images/recycled/bg01.jpg),
      url(/images/recycled/bg02.jpg);
    background-repeat: no-repeat,
      no-repeat;
    background-position: top center,
      bottom center;
    background-size: 100%, 100%;
    background-color: #FBFAF5;
  }

  .box02 {
    width: 98%;
    max-width: 1400px;
    margin: 140px auto 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .box02 > div {
    width: 49%;
    margin: 0;
  }

  .box02 > div > p:nth-of-type(1) {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #E89F42;
    line-height: 40px;
    text-align: left;
  }

  .box02 > div > p:nth-of-type(2) {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }

  .box02 > div > img.img02 {
    float: right;
    width: 330px;
    margin: 45px 0 0 0;
  }

  .box02 > img {
    width: 49%;
    margin: 0 0 0 2%;
  }

  .box03 {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
  }

  img.img04 {
    width: 100%;
    margin: 50px auto 0 auto;
  }

  img.img05 {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  img.img06 {
    width: 680px;
    margin: 40px 0 0 0;
  }

  .corn {
    width: 98%;
    max-width: 1400px;
    margin: 90px auto 180px auto;
    padding: 70px 100px;
    border: 1px solid #779652;
    border-radius: 50px;
  }

  .corn > p {
    width: 680px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
  }

  .corn > img {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  .corn > a {
    display: block;
    width: 240px;
    height: 40px;
    margin: 50px auto 0 auto;
    background: url(/images/recycled/btn.png) top center no-repeat;
    background-size: contain;
  }

  .corn > a:hover {
    background-image: url(/images/recycled/btn_h.png);
  }

}

/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

  /* メイン画像 */
  .main-img {
    width: 100%;
    margin: 0 auto;
  }

  .main-img img {
    width: 100%;
  }

  .top {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .box01 {
    width: 90%;
    margin: 40px auto 0 auto;
  }

  .box01 > p:nth-of-type(1) {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #E89F42;
    line-height: 44px;
  }

  .box01 > p:nth-of-type(2) {
    margin: 25px 0 0 0;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }

  .bg01 {
    width:100%;
    margin: 10px auto 0 auto;
  }

  .bg02 {
    width:100%;
    margin: 0 auto;
  }

  .wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #FBFAF5;
  }

  .box02 {
    width: 90%;
    margin: 50px auto 0 auto;
  }

  .box02 > div {
    width: 100%;
    margin: 0 auto;
  }

  .box02 > div > p:nth-of-type(1) {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #E89F42;
    line-height: 40px;
    text-align: left;
  }

  .box02 > div > p:nth-of-type(2) {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }

  .box02 > div > img.img02 {
    float: right;
    width: 165px;
    margin: 15px 0 0 0;
  }

  .box02 > img {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .box03 {
    width: 90%;
    margin: 30px auto 0 auto;
  }

  img.img04 {
    width: 100%;
    margin: 0 auto;
  }

  img.img05,
  img.img06,
  img.img07 {
    width: 100%;
    margin: 15px auto 0 auto;
  }

  .corn {
    width: 90%;
    margin: 40px auto 80px auto;
    padding: 30px 20px 35px 20px;
    border: 1px solid #779652;
    border-radius: 25px;
  }

  .corn > p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }

  .corn > img {
    width: 100%;
    margin: 15px auto 0 auto;
  }

  .corn > a {
    display: block;
    width: 240px;
    height: 40px;
    margin: 30px auto 0 auto;
    background: url(/images/recycled/btn.png) top center no-repeat;
    background-size: contain;
  }

}
