@charset "utf-8";
/* CSS Document */
html{
    scroll-behavior: smooth;
}
body{
    font-feature-settings: "palt";
}
section{
    margin-bottom: 0;
}
h2 , h4{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-style: normal;
  }
h3{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
h4{
    font-size: 1.8rem;
}
p,li{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

ul li{
    list-style: none;
}
ul{
    padding: 0;
}
.accent_b{
    color: #42A5F5;
    font-weight: 900;
}
.accent_o{
    color: #ED6E45;
    font-weight: 900;
}
header .btn{
    border: none;
}
#btn01{
    background: #1DB68A;
}
#btn01:hover{
    color: #1DB68A;
    border: 1px solid #1DB68A;
    background: #fff;
}
#btn02{
    background: #E60012;
}
#btn02:hover{
    color: #E60012;
    border: 1px solid #E60012;
    background: #fff;
}

footer .inner .ta-c{
    margin-bottom: 16px;
}
footer .inner p{
    line-height: 2.8rem;
}
footer .inner .ta-c br{
    margin-bottom: 0;
}
.inner{
    padding: 0;
}

/* PC
------------------------------------------------------------*/
@media (min-width: 769px) {
    /*共通*/
    br{
        display: block;
        content: "";
        
    }
    h2{
        font-size: 4.8rem;
        margin-bottom: 0;
        font-weight: 900;
    }
    h3{
        font-size: 4.0rem;
        font-weight: 900;
    }
    p{
        font-size: 2.0rem;
        line-height: 34px;
        margin-bottom: 0;
    }
    a{
        color: #000;
        text-decoration: none;
    }
    .sp{
        display: none;
    }


    /*hospital_cookchill_mv*/
    .decluttering_mv{
        width: 100%;
        margin: 0 auto;
    }
    .decluttering_mv .inner{
        width: 100%;
    }
    .dis-pc img{
      width: 100%;
    }
    /*decluttering_discription*/
    .decluttering_discription{
        width: 70%;
        margin: 40px auto;
        text-align: center;
    }
    /*checksheet*/
    .checksheet{
        width: 100%;
        background: #EDEDED;
    }
    .checksheet_title{
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 42px;
        padding-top: 40px;
    }
    .checksheet_title div{
        width: 60%;
    }
    .checksheet_title h2{   
        color: #ED6E45;
    }

    .checksheet_title::after , .checksheet_title::before{
        display: block;
        content: "";
        width: 18%;
        height: 1px;
        background: #ED6E45;
        margin: auto 0;
        align-items: center;
    }
    .checksheet img{
        width: 74%;
        max-width: 740px;
        margin: 0 auto;
    }
    /*checksheet_Solution*/
    .checksheet_Solution{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0;
        text-align: center;
        background: rgb(255,245,230);
        background: linear-gradient(90deg, rgba(255,245,230,1) 0%, rgba(212,237,255,1) 100%);
    }
    .checksheet_Solution h2{
        display: block;
        position: relative;
        z-index: 20;
    }
    .checksheet_Solution p{
        width: 80%;
        margin: 24px auto 0 auto;
        position: relative;
        z-index: 20;
    }
    .checksheet_Solution p::before{
        display: block;
        content: "";
        width: 100px;
        height: 118px;
        background-image: url("https://www.narikoma-group.co.jp/lp/assets/images/hospital_Decluttering/question_box.png");
        background-size: contain;
        position: absolute;
        bottom: -10px;
        right: 20px;
        opacity: 0.6;
        z-index: -10;
    }

    /*decluttering_link*/
    .decluttering_link{
        width: calc( 100% - 80px );
        max-width: 1200px;
        margin: 40px auto 60px auto;
        text-align: center;
        position: relative;
    }
    .link_button::after{
        display: block;
        content: "";
        width: 252px;
        height: 203px;
        background: url("https://www.narikoma-group.co.jp/lp/assets/images/hospital_Decluttering/points_human_image.png")no-repeat;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 20;
        bottom: -60px;
        z-index: -10;
    }
    .link_button a{
        width: 400px;
        height: 80px;
        text-align: center;
        font-size: 2.4rem;
        line-height: 80px;
        background: #42A5F5;
        margin: 40px auto 0 auto;
        border-radius: 40px;
        color: #fff;
        display: block;
        box-shadow: 0px 10px 0px 0px #1E88E5;
    }
    .link_button a:hover{
        box-shadow: none;
        position: relative;
        top: 10px;
    }
    .link_bubbles{
        margin-bottom: 20px;
    }
    .link_bubbles p{
        width: 380px;
        height: 60px;
        position: relative;
        display: inline-block;
        margin-bottom: 12px;
        border: 1px solid #1E88E5;
        border-radius: 60px;
        background-color: #ffffff;
        text-align: center;
        font-weight: 400;
        line-height: 60px;
        color: #000;
      }
      .link_bubbles p:first-child{
        position: relative;
        top: 10px;
      }
      .link_bubbles p:nth-child(2){
        position: relative;
        top: -4px;
      }
      .link_bubbles p::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 78%;
        border-style: solid;
        border-width: 12px 17px 0 0;
        border-color: #1E88E5 transparent transparent;
        translate: -50% 100%;
      }
      .link_bubbles p::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 78%;
        border-style: solid;
        border-width: 10.1px 14.3px 0 0;
        border-color: #ffffff transparent transparent;
        translate: calc(-50% - 0.4px) 100%;
      }

      /*decluttering_maincontent*/
      .decluttering_maincontent{
        width: 100%;
        background: #FFFAF2;
      }
      .maincontent_title{
        width: calc(100% - 80px);
        margin: 0 auto;
        padding-top: 40px;
        text-align: center;
      }
      .maincontent_title h2{
        margin: 16px auto;
      }
      .title_sub{
        font-size: 3.2rem;
        font-weight: 900;
      }

      #maincontent_01 , #maincontent_02 , #maincontent_03{
        width: calc( 100% - 80px );
        max-width: 1200px;
        margin: 80px auto 0 auto;
      } 
      /*maincontent_01*/
      .sukoyasu_detail{
        display: flex;
        justify-content: space-between;
      }
      .sukoyasu_detail img{
        width: 49%;
        object-fit: cover;
      }
      .sukoyasu_detail .detail_group{
        width: 49%;
      }
      .detail_group{
        padding: 48px 24px;
      }
      .sukoyasu_detail a{
        width: 240px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: #fff;
        margin-top: 32px;
        display: block;
        border-radius: 8px;
        font-weight: 900;
      }
      .detail_group h3{
        font-size: 3.2rem;
        font-weight: 400;
      }
      #sukoyaka{
        background-color: #E4EECA;
      }
      #sukoyaka .detail_group a{
        background-color: #98C335;
      }
      #sukoyaka .detail_group a:hover{
        background: none;
        border: 1px solid #98C335;
        color: #98C335;
      }
      #yasuragi{
        background-color: #FDECEC;
      }
      #yasuragi .detail_group a{
        background-color: #F8A4A4;
      }
      #yasuragi .detail_group a:hover{
        background: none;
        border: 1px solid #F8A4A4;
        color: #F8A4A4;
      }
      .content_sukoyasu_text{
        font-size: 3.2rem;
        font-weight: 900;
        text-align: center;
        margin-top: 40px;
      }
      .content_sukoyasu_text{

      }

      /*maincontent_02*/
      #maincontent_02{
        width: 100%;
        max-width: none;
        background: #fff;
        padding-bottom: 40px;
      }
      #maincontent_02 .content_text{
        padding-top: 60px;
      }
      #maincontent_02 .contents_blocks{
        width: calc( 100% - 80px );
        max-width: 1200px;
        margin: 20px auto 0 auto;
      }
      /*contents_topic*/
      .contents_topic{
        width: calc( 100% - 80px );
        max-width: 1200px;
        margin: 40px auto 0 auto;
        padding: 28px 40px;
        background: #E3F2FD;
      }
      .contents_topic h4{
        font-size: 2.4rem;
        color: #42A5F5;
        text-align: center;
        margin-bottom: 16px;
      }
      .contents_topic ul li{
        font-size: 2.0rem;
        display: flex;
        margin-bottom: 4px;
        justify-content: center;
      }
      .contents_topic ul li:last-child{
        margin-bottom: 0;
      }
      .contents_topic ul li::before{
        display: block;
        content: "";
        width: 17px;
        height: 12px;
        border-left: 4px solid #42A5F5;
        border-bottom: 4px solid #42A5F5;
        transform: rotate(-45deg);
        margin: auto 8px auto 1px;
      }

      /*maincontent_03*/
      #maincontent_03{
        margin: 0 auto;
      }

      #maincontent03_topic{
        width: calc( 100% - 80px );
        max-width: 1200px;
        margin: 40px auto 0 auto;
        background: #E3F2FD;
        border-radius: 8px;
        padding: 50px 32px;
        position: relative;
        text-align: center;
      }
      #maincontent03_topic h4 , #maincontent03_topic p{
        position: relative;
        z-index: 10;
        margin-bottom: 8px;
      }
      #maincontent03_topic h4{
        font-size: 2.4rem;
        color: #42A5F5;
        margin-bottom: 8px;
      }
      #maincontent03_topic::after{
        display: block;
        content: "";
        width: 76px;
        height: 90px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: url("https://www.narikoma-group.co.jp/lp/assets/images/hospital_Decluttering/ballon-ico.png")no-repeat;
        background-size: contain;
        z-index: 1;
      }
      /*content_text*/
      .content_text{
        width: calc( 100% - 80px );
        max-width: 1000px;
        margin: 40px auto 0 auto;
        text-align: center;
      }
      .content_number{
        width: 164px;
        height: 41px;
        line-height: 41px;
        font-size: 2.4rem;
        font-weight: 900;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 24px auto;
      }
      .content_number img{
        width: 30px;
        height: 41px;
      }
      .content_number::before , .content_number::after{
        display: block;
        content: "";
        width: 20px;
        height: 4px;
        background-color: #1E88E5;
        border-radius: 3px;
        margin: auto 4px;
      }
      .content_text h3{
        margin-bottom: 24px;
      }
      .content_text p:nth-of-type(2){
        margin-bottom: 40px;
      }
      /*contents_blocks*/
      .contents_blocks{
        display: flex;
        justify-content: space-between;
      }
      .contents_blocks li{
        width: 49%;
      }
      .contents_blocks li img{
        width: 100%;
      }
      .contents_blocks li p{
        margin-top: 24px;
      }

      /*.decluttering_example*/
      .decluttering_example{
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 40px 0;
        background: #fff;
        
      }
      .decluttering_example ul{
        width: calc( 100% - 80px );
        max-width: 1200px;
        margin: 0 auto;
      }
      .decluttering_example ul li{
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
      }
      .decluttering_example ul li:last-child{
        margin-bottom: 0;
      }
      .example_img{
        width: 38%;
        position: relative;
      }
      .example_img p{
        width: 160px;
        height: 52px;
        text-align: center;
        line-height: 52px;
        color: #fff;
        background: #ED6E45;
        position: absolute;
        top: 20px;
        left: 0;
      }
      .example_img img{
        width: 100%;
        object-fit: cover;
      }
      .example_detail{
        width: 58%;
      }
      .example_detail h3{
        font-size: 2.4rem;
        font-weight: 400;
      }
      .example_detail h3 span{
        font-size: 3.2rem;
        font-weight: 900;
        margin-right: 4px;
      }
      .decluttering_example h2{
        font-size: 4.0rem;
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin-bottom: 40px;
      }
      .decluttering_example h2 div{
        width: 100%;
      }
      .decluttering_example h2::before , .decluttering_example h2::after{
        display: block;
        content: "";
        width: 80px;
        height: 1px;
        margin: auto 0;
        background: #E56B21;
      }
      .example_detail a{
        width: 240px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: #fff;
        margin-top: 32px;
        display: block;
        border-radius: 8px;
        font-weight: 900;
        background: #42A5F5;
      }
      .example_detail a:hover{
        background: none;
        border: 1px solid #42A5F5;
        color: #42A5F5;
      }

      /*decluttering_link*/
      #cta02{
        width: 100%;
        max-width: none;
        padding: 60px 0;
        margin: 0 auto;
        background: rgb(255,245,230);
        background: linear-gradient(90deg, rgba(212,237,255,1) 0%, rgba(255,245,230,1) 100%);
        z-index: 1;
        position: relative;
      }
      .decluttering_maincontent .decluttering_link::after{
        z-index: 1;
        bottom: 0;
      }
      .decluttering_maincontent .link_button{
        width: calc( 100% - 80px );
        max-width: 1200px;
        margin: auto;
        position: relative;
        z-index: 10;
      }

    /*footer*/
    footer{
        background: #F0F0F0;
        padding: 0;
    }
    footer .inner{
        background: #F0F0F0;
        padding: 40px 0 0 0;
    }
    .copyright{
        background: #fff;
        border-top: 1px solid #42A5F5;
        color: #000;
        padding: 40px 0;
    }
}

/* Tablet and SP
------------------------------------------------------------*/
@media (max-width: 768px) {
    header .btn{
        font-size: 1.2rem;
    }
    br{
        display: block;
        content: "";
    }
    h2{
        font-size: 2.4rem;
        font-weight: 800;
        margin-bottom: 0;
        
    }
    h3{
        font-size: 2.4rem;
    }
    h4{
        color: #E56B21;
    }
    p{
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    a{
        color: #000;
        text-decoration: none;
    }
    ul{
        padding: 0;
    }
    .sp{
        display: block;
        margin-bottom: 0;
    }

    /*header*/
    .header_link{
        width: 64%;
        max-width: 380px;
        display: flex;
        justify-content: space-between;
    }
    header h1{
        width: max(10%, 120px);
    }
    header .btn{
        padding: 10px 20px;
        text-align: center;
    }
    .header_link a{
        display: block;
    }
    #btn01{
        width: 42%;
        border: 0px;
    }
    #btn02{
        width: 56%;
        border: 0px;
        margin-left: 8px;
    }
    

    .decluttering_mv{
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }
    .decluttering_mv .inner .img-c img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    /*decluttering_discription*/
    .decluttering_discription{
      width: 90%;
      margin: 40px auto;
      text-align: center;
  }
  /*checksheet*/
  .checksheet{
    width: 100%;
    background: #EDEDED;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
  }
  .checksheet_title{
    width: 90%;
    margin: auto;
  }
  .checksheet_title h2{ 
      font-size: 3.2rem; 
      color: #ED6E45;
      text-align: center;
  }
  .checksheet img{
    width: 74%;
    max-width: 740px;
    margin: 0 auto;
  }
  /*checksheet_Solution*/
  .checksheet_Solution{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 24px 0;
    text-align: center;
    background: rgb(255,245,230);
    background: linear-gradient(90deg, rgba(255,245,230,1) 0%, rgba(212,237,255,1) 100%);
}
.checksheet_Solution h2{
    width: 90%;
    display: block;
    position: relative;
    z-index: 20;
    margin: auto;
}
.checksheet_Solution p{
    width: 90%;
    margin: 24px auto 0 auto;
    position: relative;
    z-index: 20;
}
.checksheet_Solution p::before{
    display: block;
    content: "";
    width: 100px;
    height: 118px;
    background-image: url("https://www.narikoma-group.co.jp/lp/assets/images/hospital_Decluttering/question_box.png");
    background-size: contain;
    position: absolute;
    bottom: -10px;
    right: 10px;
    opacity: 0.6;
    z-index: -10;
  }
    /*decluttering_link*/
    .decluttering_link{
      width: 100%;
      margin: 20px auto 40px auto;
      text-align: center;
      position: relative;
    }
  
  .link_button h2{
    font-size: 2.8rem;
  }
  .link_button a{
      width: 90%;
      height: 60px;
      text-align: center;
      font-size: 2.0rem;
      line-height: 60px;
      background: #42A5F5;
      margin: 24px auto 0 auto;
      border-radius: 40px;
      color: #fff;
      display: block;
      box-shadow: 0px 6px 0px 0px #1E88E5;
  }
  .link_button a:hover{
      box-shadow: none;
      position: relative;
      top: 10px;
  }
  .link_bubbles{
      width: 90%;
      margin: 0 auto;
  }
  .link_bubbles p{
      width: 90%;
      max-width: 380px;
      height: 40px;
      position: relative;
      display: inline-block;
      border: 1px solid #1E88E5;
      border-radius: 40px;
      background-color: #ffffff;
      font-size: 1.4rem;
      text-align: center;
      font-weight: 400;
      line-height: 40px;
      color: #000;
      margin: auto auto 24px auto;
    }
    .link_bubbles p::before{
      content: "";
      position: absolute;
      bottom: 0;
      left: 78%;
      border-style: solid;
      border-width: 12px 17px 0 0;
      border-color: #1E88E5 transparent transparent;
      translate: -50% 100%;
    }
    .link_bubbles p::after{
      content: "";
      position: absolute;
      bottom: 0;
      left: 78%;
      border-style: solid;
      border-width: 10.1px 14.3px 0 0;
      border-color: #ffffff transparent transparent;
      translate: calc(-50% - 0.4px) 100%;
    }
    .link_bubbles p:nth-child(1){
      position: relative;
      left: -16px;
    }
    .link_bubbles p:nth-child(2){
      position: relative;
      right: -16px;
    }
    /*decluttering_maincontent*/
    .decluttering_maincontent{
      width: 100%;
      background: #FFFAF2;
    }
    .maincontent_title{
      width: 90%;
      margin: 0 auto;
      padding-top: 40px;
      text-align: center;
    }
    .maincontent_title h2{
      font-size: 3.2rem;
      margin: 8px auto;
    }
    .title_sub{
      font-size: 2.0rem;
      font-weight: 900;
    }

    #maincontent_01 , #maincontent_02 , #maincontent_03{
      width: 100%;
      margin: 0 auto;
    } 
      /*maincontent_01*/
      .content_sukoyasu{
        width: 100%;
      }
      .sukoyasu_detail{
        margin: 0 auto;
      }
      .sukoyasu_detail img{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
      }
      .sukoyasu_detail .detail_group{
        width: 90%;
        margin: auto;
      }
      .detail_group{
        padding: 24px 0;
      }
      .sukoyasu_detail a{
        width: 100%;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: #fff;
        margin-top: 32px;
        display: block;
        border-radius: 8px;
        font-weight: 900;
      }
      .detail_group h3{
        font-size: 2.8rem;
        font-weight: 400;
      }
      #sukoyaka{
        background-color: #E4EECA;
      }
      #sukoyaka .detail_group a{
        background-color: #98C335;
      }
      #sukoyaka .detail_group a:hover{
        background: none;
        border: 1px solid #98C335;
        color: #98C335;
      }
      #yasuragi{
        background-color: #FDECEC;
      }
      #yasuragi .detail_group a{
        background-color: #F8A4A4;
      }
      #yasuragi .detail_group a:hover{
        background: none;
        border: 1px solid #F8A4A4;
        color: #F8A4A4;
      }
      .content_sukoyasu_text{
        width: 90%;
        margin: 40px auto 0 auto;
        font-size: 3.2rem;
        font-weight: 900;
        text-align: center;
      }
    /*maincontent_02*/
    #maincontent_02{
      width: 100%;
      background: #fff;
      margin: 0 auto;
      padding: 0 12px 40px 12px;
    }
    #maincontent_02 .content_text{
      padding-top: 60px;
    }
    #maincontent_02 .contents_blocks{
      width: 90%;
      margin: 20px auto 0 auto;
    }
    /*contents_topic*/
    .contents_topic{
      width: 100%;
      margin: 40px auto 0 auto;
      padding: 12px 16px;
      background: #E3F2FD;
    }
    .contents_topic h4{
      font-size: 2.4rem;
      color: #42A5F5;
      text-align: center;
      margin-bottom: 16px;
    }
    .contents_topic ul li{
      font-size: 2.0rem;
      display: flex;
      margin-bottom: 4px;
      justify-content: center;
    }
    .contents_topic ul li:last-child{
      margin-bottom: 0;
    }
    .contents_topic ul li::before{
      display: block;
      content: "";
      width: 20px;
      height: 8px;
      border-left: 3px solid #42A5F5;
      border-bottom: 3px solid #42A5F5;
      transform: rotate(-45deg);
      margin: auto 6px auto 1px;
    }
    /*maincontent_03*/
    #maincontent_03{
      width: 90%;
      margin: 0 auto;
    }
    .contents_blocks{
      width: 90%;
      margin: auto;
    }
    #maincontent03_topic{
      width: 100%;
      margin: 40px auto 0 auto;
      background: #E3F2FD;
      border-radius: 8px;
      padding: 50px 32px;
      position: relative;
      text-align: center;
    }
    #maincontent03_topic h4 , #maincontent03_topic p{
      position: relative;
      z-index: 10;
      margin-bottom: 8px;
    }
    #maincontent03_topic h4{
      font-size: 2.4rem;
      color: #42A5F5;
      margin-bottom: 8px;
    }
    #maincontent03_topic::after{
      display: block;
      content: "";
      width: 76px;
      height: 90px;
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: url("https://www.narikoma-group.co.jp/lp/assets/images/hospital_Decluttering/ballon-ico.png")no-repeat;
      background-size: contain;
      z-index: 1;
    }
    /*content_text*/
    .content_text{
      margin: 40px auto 0 auto;
      text-align: center;
    }
    .content_number{
      width: 164px;
      height: 41px;
      line-height: 41px;
      font-size: 2.4rem;
      font-weight: 900;
      display: flex;
      justify-content: space-between;
      margin: 0 auto 24px auto;
    }
    .content_number img{
      width: 30px;
      height: 41px;
    }
    .content_number::before , .content_number::after{
      display: block;
      content: "";
      width: 20px;
      height: 4px;
      background-color: #1E88E5;
      border-radius: 3px;
      margin: auto 4px;
    }
    .content_text h3{
      margin-bottom: 24px;
    }
    .content_text p:nth-of-type(2){
      margin-bottom: 40px;
    }
    /*contents_blocks*/
    .contents_blocks li{
      width: 100%;
    }
    .contents_blocks li img{
      width: 100%;
    }
    .contents_blocks li p{
      margin: 16px auto 24px auto;
    }
    /*.decluttering_example*/
    .decluttering_example{
      width: 100%;
      margin: 40px auto 0 auto;
      padding-top: 40px;
      background: #fff;
    }
    .decluttering_example ul{
      width: 90%;
      margin: 0 auto;
    }
    .decluttering_example ul li{
      margin-bottom: 32px;
    }
    .decluttering_example ul li:last-child{
      padding-bottom: 32px;
      margin-bottom: 0;
    }
    .example_img{
      width: 100%;
      position: relative;
    }
    .example_img p{
      width: 120px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      color: #fff;
      background: #ED6E45;
      position: absolute;
      top: 20px;
      left: 0;
    }
    .example_img img{
      width: 100%;
      object-fit: cover;
    }
    .example_detail{
      width: 100%;
    }
    .example_detail h3{
      font-size: 2.4rem;
      font-weight: 400;
      margin-top: 32px;
    }
    .example_detail h3 span{
      font-weight: 900;
      margin-right: 4px;
    }
    .decluttering_example h2{
      font-size: 3.2rem;
      text-align: center;
      margin-bottom: 40px;
    }
    .decluttering_example h2 div{
      width: 90%;
      margin: auto;
    }
    
    .example_detail a{
      width: 100%;
      height: 60px;
      text-align: center;
      line-height: 60px;
      color: #fff;
      margin-top: 32px;
      display: block;
      border-radius: 8px;
      font-weight: 900;
      background: #42A5F5;
    }
    .example_detail a:hover{
      background: none;
      border: 1px solid #42A5F5;
      color: #42A5F5;
    }
    /*decluttering_link*/
    #cta02{
      width: 100%;
      margin: 0 auto;
      background: rgb(255,245,230);
      background: linear-gradient(90deg, rgba(212,237,255,1) 0%, rgba(255,245,230,1) 100%);
      z-index: 1;
      position: relative;
    }
    .link_button{
      width: 90%;
      margin: auto;
      padding: 32px 0 20px 0;
    }
    #cta02 .link_button{
      padding-bottom: 40px;
    }
    .decluttering_maincontent .decluttering_link::after{
      z-index: 1;
      bottom: 0;
    }
    .decluttering_maincontent .link_button{
      position: relative;
      z-index: 10;
    }

    /*footer*/
    footer{
        background: #F0F0F0;
        padding: 0;
    }
    footer .inner{
        background: #F0F0F0;
        padding: 40px 20px 0 20px;
    }
    .copyright{
        background: #fff;
        border-top: 1px solid #42A5F5;
        color: #000;
        padding: 40px 0;
    }
  }
@media (max-width: 1000px){
  .checksheet_title h2{
    font-size: 3.2rem;
  }
  .decluttering_maincontent .decluttering_link::after{
    right: 0;
  }
}