:root {
    --color-01: #2085C4;
    --color-02: #ABD7E8;
    --bg: #F1F8FE;
    --mvbg: #e9ecf0;
  }
  #healing_campaign .healing_campaign_mv {
    background: url(/img/usr/freepage/healing_campaign/bg_mv_pc.jpg) top center no-repeat;
}

#healing_campaign .line {
    background: linear-gradient(transparent 50%, yellow 50%);
    display: inline;
    margin-bottom: 30px;
}

#healing_campaign .check_list li {
    position: relative;
    margin: 0 !important;
    padding: 25px 10px 25px 50px;
    border-bottom: 1px dashed var(--color-02);
    font-size: 1.1em;
    line-height: 1.3;
}

#healing_campaign .check_list li:before,
#healing_campaign .check_list li:after {
    content: "";
    position: absolute;
}

#healing_campaign .check_list li:before {
    width: 20px;
    height: 20px;
    background: #fff;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#healing_campaign .check_list li:after {
    border: solid var(--color-01);
    border-width: 0 2px 2px 0;
    width: 9px;
    height: 20px;
    transform: translateY(-75%) rotate(45deg);
    left: 25px;
    top: 50%;
}

#healing_campaign .check_list .box {
    background: #fff;
    display: block;
    margin-right: 20%;
    margin-left: 20%;
    padding: 30px 30px;
}
#healing_campaign .btn {
    display: inline-block;
    padding: 15px 70px;
    border: 2px solid #137ecb;
}

@media (max-width: 768px) {
    #healing_campaign .check_list .bg {
        padding: 60px 5%;
    }

    #healing_campaign .check_list ul.grid_02 {
        display: block;
        padding: 0;
    }

    #healing_campaign .check_list li {
        font-size: 1em;
        padding: 15px 10px 15px 33px;
    }

    #healing_campaign .check_list li:before {
        left: 5px;
    }

    #healing_campaign .check_list li:after {
        left: 15px;
    }

    #healing_campaign .check_list .box {
        padding: 45px 5%;
        margin-right: 0;
        margin-left: 0;
    }
    #healing_campaign p {
        text-align:left;
    }
}

  #healing_campaign .mv {
    text-align: center;
    background: url(/img/usr/freepage/healing_campaign/bg_mv_pc.jpg);
  }
  #healing_campaign .bg_2 {
    text-align: center;
    background: url(/img/usr/freepage/healing_campaign/bg_sec_03_pc.jpg);
  }
  #healing_campaign .bg_3 {
    text-align: center;
    background: url(/img/usr/freepage/healing_campaign/sec_03_ttl_pc.png);
  }
  #healing_campaign .bg_4 {
    text-align: center;
    background: url(/img/usr/freepage/healing_campaign/bg_sec_03_pc.jpg);
  }
  #healing_campaign .bg_kumo {
    text-align: center;
    background: linear-gradient(180deg,#081d71,#1087d3);
  }
  #healing_campaign .bg_kumo2 {
    text-align: center;
    background: linear-gradient(180deg,#53a9ff,#7fcdfd);
  }
  
  #healing_campaign .mv img.pc {
    max-height: 600px;
    width: auto;
  }
  #healing_campaign .check_list li:after {
    border: solid #2085c4;
    border-width: 0 2px 2px 0;
  }
  #healing_campaign .faq_area dt:before, #healing_campaign .faq_area dt:after {
    background: var(--color-01);
  }
  #healing_campaign .title_boder {
    border: 1px solid var(--color-01);
    color: var(--color-01);
  }
  #healing_campaign .color_01 {
    color: var(--color-01);
  }  
@media screen and (min-width: 769px) {
#healing_campaign .product .title_name  {
    /*font-size: 40px;
    font-weight: normal;*/
    text-align: center;
    border-top: none;
    padding: 80px 0 40px;
    position: relative;
}
#healing_campaign .title_name:before {
    position: absolute;
    content: ;
    top: -40px;
    left: 0;
    background-color: #F5F7FD;
    width: 100%;
    height: 12px;
    display: block;
}
 #healing_campaign .title_name span {
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    display: block;
    letter-spacing: 0.12em;
    margin: 10px 0 30px;
    position: relative;
}
#healing_campaign .title_name span:after {
    position: absolute;
    content: "";
    top: 55px;
    left: 0;
    background-color: #484343;
    width: 100%;
    height: 0px;
    display: block;
}
}

@media screen and (max-width: 768px) {
    #healing_campaign .product .title_name  {
        margin: 30px 0;
    }

#healing_campaign .title_name span {
    font-size: 14px;
    font-weight: normal;
}
}
@media screen and (min-width: 769px) {
#healing_campaign hr {
    background: #d5d5d5;
    width: 90%;
}
}
/*ã‚³ãƒ©ãƒ */

#healing_campaign .columnlist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
@media screen and (max-width: 768px) {

  #healing_campaign .columnlist {
    display: inline-block;
    margin: 20px 0;
  }
  
#healing_campaign .column_item a {
    display: flex;
}
#healing_campaign .column_item img {
    width: 40%;
    margin: 3% 5% 0 0;
}
}

#healing_campaign .columnlist li img {
    border-radius: 5%;
    object-fit: contain;
}

#healing_campaign .column {
    padding: 70px 0 30px;
}

#healing_campaign .column-content .title {
    font-weight: bold;
    margin-bottom: 32px;
    margin-top: 20px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) {
    #healing_campaign .column-content .title {
        margin-bottom: 8px;
    }
}


#healing_campaign .column-content .text {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#healing_campaign .morebtn {
text-align: center;
}

#healing_campaign .morebtn a {
display: inline-block;
margin-top: 5%;
padding: 15px 70px;
background-color: #f5f7fd;
border-radius: 3%;
}


#healing_campaign .morebtn_column a { 
    display: inline-block;
    padding: 15px 70px;
    background-color: #f5f7fd;
    border-radius: 3%;
}
@media screen and (min-width: 769px) {
#healing_campaign .morebtn_column {
    margin-bottom: 50px;
}
}
#healing_campaign .morebtn_column {
    text-align: center;
}


/*ã‚«ãƒ†ã‚´ãƒªãƒ¼ã‹ã‚‰æŽ¢ã™*/

#healing_campaign .category .categorylist {
    display: flex;
    flex-wrap: wrap;
}
 #healing_campaign .image-img {
    border-radius: 3%;
}

@media screen and (min-width: 769px) {
    .categorylist li {
        width: calc(25% - 15px);
        margin: 0 15px 15px 0;
    }

    #healing_campaign .categorylist li {
        width: calc(25% - 15px);
        margin: 0 15px 15px 0;
        background-color: #fff;
        border-radius: 5%;
    }

    #healing_campaign .categorylist li a {
        text-align: center;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    #healing_campaign .categoryname {
        margin: 10px;
        font-size: 0.8em;
    }
    
}

    @media screen and (max-width: 768px) {
        #healing_campaign .categorylist {
            margin: 40px 0;
        }

        #healing_campaign .categorylist li {
            width: calc(50% - 5px);
            margin: 0 2px 10px;
        }

        #healing_campaign .categorylist {
            text-align: center;
        }
    }



#healing_campaign .category {
    background-color: #F5F7FC;
    padding: 70px 0;
}
@media screen and (max-width: 768px) {
    #healing_campaign .category {
        padding: 50px 0 20px;
    }
}
