



@charset "UTF-8";
:root{
    --bg-color-white:#FFFFFF;
    --bg-color-orangen: #ff643c;
    --text-color-orangen: #ff643c;
    --text-color-black: #000000;
    --text-color-white:#FFFFFF;
    --default-border-radius:0.5rem;
    --bg-color-hover: #eaeded;
    --bg-color-footer:  #EAEAEA;
    --bg-color-active: #f9ebea;
    --bs-accordion-btn-active-icon: url("../img/down-arrow.svg");
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'メイリオ', Meiryo, sans-serif;
}

#site-header-sp + #c-rescue-template-main{
    /* margin-top: 100px; */
}

#c-rescue-template-header{
    padding: 1rem 2rem !important;
}
#c-rescue-template-header {
    position: fixed;
    height: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem;
    background-color: var(--bg-color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* add */

#c-rescue-template-header #header-container{
    display: flex;
    max-width: 1440px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 100%;
    height: 100%;
}

/* add */

#c-rescue-template-header
#c-rescue-template-header .menu-item.current-menu-ancestor{
   border-bottom: var(--bg-color-orangen) solid 2px;
}
#c-rescue-template-header .menu-item.current-menu-item{
    background-color: var(--bg-color-orangen);
}
#c-rescue-template-header .menu-item.current-menu-item a{
    color: var(--bg-color-white);
}
#c-rescue-template #header-nav-container:not(.active){
    display: flex;
    justify-content: center;
    align-items: center;
}
#c-rescue-template-header .menu-langage-container{
    position: relative;
}
#c-rescue-template-header .menu-langage-container::before{
    position: absolute;
    height: 100%;
    border-left: grey solid 1px;
    content: "";
    top: 0;
    left: -2rem;
}

#c-rescue-template #header-nav-container .header-menu-container + .menu-langage-container{
    margin-left: 4rem;
}
#c-rescue-template-header #header-nav-container .menu-langage-container ul#menu-langage-switcher{
    display: flex;
    align-items: center;
}
#c-rescue-template-header #header-nav-container .menu-langage-container .lang-item{
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

#c-rescue-template-header #header-nav-container .menu-langage-container .lang-item.current-lang{
    background-color: var(--bg-color-orangen);
}
#c-rescue-template-header #header-nav-container .menu-langage-container .lang-item:hover{
    background-color: var(--bg-color-hover);
}

#c-rescue-template-header #header-nav-container .menu-langage-container .lang-item.current-lang a,
#c-rescue-template-header #header-nav-container .menu-langage-container .lang-item:hover > a{
    color: var(--text-color-white);
}

#c-rescue-template-header #header-nav-container .menu-langage-container .lang-item a{
    margin: auto;
    font-weight: 700;
    font-size: 14px;
}
#c-rescue-template-header #header-nav-container .menu-langage-container .lang-item + .lang-item{
    margin-left: 1.2rem;
}
.c-rescue-template-logo{
    height: 6rem;
    width: auto;
}
.c-rescue-template-logo img{
    height: 100%;
    width: auto;
}
#header-nav-container {
    height: 56px;
    display: flex;
    align-items: center;
}
#header-nav-container a{
    text-decoration: none;
    transition: background-color 0.3s;
}
#header-nav-container a[target="_blank"] {
    position: relative; 
    display: inline-block;
}
#c-rescue-template #c-rescue-template-header a[target="_blank"]::after,
#c-rescue-template #c-rescue-template-footer a[target="_blank"]::after,
#c-rescue-template #c-rescue-template-main.top-page a.blank-tab::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/新しいウィンドウで開くボタン.svg); 
    background-size: cover;
    margin-left: 0.1rem; 
    vertical-align: middle; 
}
#c-rescue-template #c-rescue-template-main.top-page a.blank-tab::after{
    width: 16px;
    height: 16px;
}
#c-rescue-template #c-rescue-template-main.top-page a.link-download::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/download_icon.svg);
    background-size: cover;
    margin-left: 0.1rem; 
    vertical-align: middle; 
}
#header-nav-container .header-menu-container{
    width: 100%;
    background-color: var(--bg-color-white);
    border-radius: var(--default-border-radius);
}
/* #header-nav-container .header-menu-container ul li{
    height: 100%;
} */
#header-nav-container .header-menu-container ul li a{
    padding: 1rem;
    font-size: 14px;
    font-weight: 700;
}

#header-nav-container .menu-item{
    border-radius: var(--default-border-radius);
    /* border-bottom-left-radius: var(--default-border-radius); */
}
/* #header-nav-container .menu-item:last-child{
    border-top-right-radius: var(--default-border-radius);
    border-bottom-right-radius: var(--default-border-radius);
} */
#header-nav-container .header-menu-container a{
    color: var(--text-color-black);
    white-space: nowrap;
}
.menu-item +.menu-item{
    position: relative; 
    margin-left: 1rem;
}
#header-nav-container .menu-langage-container a{
    color: var(--text-color-black);
}
#header-nav-container ul{
    list-style: none;
    height: 100%;
    margin: 0 auto;
    padding: 0;

}
#header-nav-container .sub-menu{
    list-style: none;
    padding-left: 0;
    display: none; 
    position: absolute; 
    top: calc(100% + 2px);
    left: 1rem; 
    background-color:  var(--bg-color-white);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    z-index: 1000;
}
#header-nav-container .menu-item-has-children {
    position: relative;
}
#header-nav-container .menu-item-has-children > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-nav-container .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 12px;
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0.5rem;
    transition: transform 0.3s;
}

#header-nav-container .menu-item-has-children:hover > a::after {
    transform: rotate(-180deg);
}
#header-nav-container .menu-item-has-children:hover > .sub-menu {
    display: block;
}
#header-nav-container ul li{
    float: left;
    display: flex;
    align-items: center;
}
.header-menu-container li:hover {
    background-color: var(--bg-color-hover);
}
.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    margin-left: 20px;
}
.d-flex{
    display: flex;
    justify-content: space-between;
}

/**
 start footer
*/
#c-rescue-template-footer {
    min-height: 277px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--bg-color-footer);
}
#c-rescue-template-footer .footer-logo-containter{
    margin: auto;
    text-align: center;
}
#c-rescue-template-footer .c-rescue-template-footer-container,
#c-rescue-template-footer .footer-top-container{
    padding-left: 2rem;
    padding-right: 2rem;
}
#c-rescue-template-footer .c-rescue-template-footer-container{
    padding-top: 3rem;
    padding-bottom: 2rem;
}
#c-rescue-template-footer h3{
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 700;
}
#c-rescue-template-footer  ul{
    list-style: none;
    padding-left: 0;
    font-size: 1.2rem;
    font-weight: 400;
}
#c-rescue-template-footer  ul a{
    font-size: 1.2rem;
    font-weight: 400;
}
#c-rescue-template-footer  ul a:hover{
    font-weight: 600;
    font-size: 1.4rem;
    opacity: 0.8;
}
#c-rescue-template-footer .footer-menu-container .footer-menu ul{
    padding-left: 2rem ;
}
#c-rescue-template-footer .footer-logo-image{
    height: 7rem;
    width: auto;
}

#c-rescue-template-footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
}

#c-rescue-template-footer .footer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
}

#c-rescue-template-footer ul li {
    margin-bottom: 10px; 
    position: relative;
    padding-left: 1.5rem;
}
#c-rescue-template-footer ul li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 1.2rem;
    height: 1.4rem;
    background-size: contain;
    background-repeat: no-repeat;
}
#c-rescue-template-footer .footer-contacts-detail .address::after{
    /* background-image: url(../../common/img/icon_address.svg); */
    background-image: url(../img/address.png);
}

#c-rescue-template-footer .footer-contacts-detail .phone::after{
    /* background-image: url(../../common/img/icon_phone.svg); */
    background-image: url(../img/phone.png);
}

#c-rescue-template-footer .footer-contacts-detail .email::after{
    /* background-image: url(../../common/img/icon_email.svg); */
    background-image: url(../img/mail.png);
    top: 4px;
}

#c-rescue-template-footer .footer-menu-container ul li::after{
    background-image: url(../../common/img/icon_list.svg);
    width: 5px;
    height: 10px;
    top: 5px;
}
#c-rescue-template-footer .footer-menu-container a{
    text-decoration: none;
    color: var(--text-color-black);
}
#c-rescue-template-footer 



#c-rescue-template-footer .footer-menu a {
    text-decoration: none;
    display: block; 
    padding: 8px;
}
#c-rescue-template-footer .c-rescue-template-footer-container{
    display: flex;
    max-width: 1440px;
    margin: auto;
}
#c-rescue-template-footer .footer-logo-containter{
    width: 30%;
}
#c-rescue-template-footer .footer-contacts-container{
    width: 40%;
}
#c-rescue-template-footer .footer-menu-container{
    width: 30%;
}

#c-rescue-template-footer .footer-contents-info-detail{
    padding: 0;
}
/**
 end footer
*/

/**
FAQ
*/
#c-rescue-template-main{
    display: flow-root;
    padding-top: 10rem;
    padding-bottom: 8rem;
}
#c-rescue-template a,
#c-rescue-template-main a
{
    font-weight: 400;
    font-size: 14px;
}
#c-rescue-template-main button,
#c-rescue-template-main .faq-item-content-body{
    font-size: 1.6rem;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
}


#c-rescue-template-main .group-faq-container{
    padding: 0 2rem;
    max-width: 1440px;
    margin: auto;
}
#c-rescue-template-main .main-title,
#c-rescue-template-main .filter-container{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1440px;
    padding: 0 2rem;
}
#c-rescue-template-main .main-title{
    text-align: center;
    margin-top: 10rem;
    font-size: 34px;
    line-height: 41px;
    font-weight: 400;
}

#c-rescue-template-main .filter-container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 6rem;
    margin-bottom: 4rem;
    box-sizing: border-box;
    justify-content: center;
}
#c-rescue-template-main .filter-container + .filter-container{
    margin-top: 3rem;
}

#c-rescue-template-main .filter-item{
    margin: 1rem;
    font-weight: 700;
    width: calc(100% / 7 - 2rem);
    color: var(--text-color-orangen);
    border: var(--bg-color-orangen) solid 1px;
    border-radius: 0.2rem ;
    padding: 0.5rem;
    text-align: center; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease; 
    background: transparent;
    cursor: pointer;
}
#c-rescue-template-main .filter-item.active{
    color: var(--text-color-white);
    background-color: var(--bg-color-orangen);
}
#c-rescue-template-main .filter-item:hover{
    background-color: var(--bg-color-orangen);
    color: var(--text-color-white);
    opacity: 0.6;
    transition: opacity 0.3s ease; 
}

#crc-form-search{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
}
.crc-search-container{
    display: block;
    max-width: 1440px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.crc-search-content{
    position: relative;
    margin-bottom: 4rem;
    width: calc((100% / 7)* 3 - 2rem);
    margin-left: auto;
    margin-right: auto;
}

#crc-search-key{
    height: 60px;
    background-color: var(--bg-color-white);
    padding: 10px 110px 10px 20px;
    font-size: 1.6rem;
    font-weight: 400;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--bg-color-white);
    outline: var(--bg-color-white);
    box-shadow: 0px 0px 8px 0px #0000001A;
}

#crc-btn-search{
    border: medium none;
    color: var(--bg-color-white);
    height: calc(100% - 0.5rem);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    background: var(--bg-color-orangen);
    padding: 0 15px;
    border-radius: 10px;
    margin: 0.25rem;
    min-width: 100px;
    max-width: 100px;
}
#crc-btn-search:hover{
    opacity: 0.8;
    font-weight: 500;
}
.search-not-found{
    text-align: center;
    color: gray;
    font-weight: 600;
    display: none;
}
#c-rescue-template-main .faq-item-container{
    background-color: var(--bg-color-white);
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 1rem ;
}
.group-faq-item .group-faq-title{
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 26px;
}
#c-rescue-template-main .faq-item-container button{
    border-radius: 1rem;
    cursor: pointer;
    text-align: justify;
}
#c-rescue-template-main .faq-item-container button:not(.collapsed){
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--bg-color-active);
    font-weight: 700;
    color: var(--text-color-black);
}
#c-rescue-template-main .faq-item-container button:hover{
    background-color: var(--bg-color-hover);
    font-weight: 600;
}

#c-rescue-template-main .faq-item-container a {
  color: blue !important;
  text-decoration: underline !important;
}

#c-rescue-template-main .accordion-btn {
    position: relative;
    padding-right: 6rem !important;
    /*display: flex;*/
    /*align-items: center;*/
    width: 100%;
    color: var(--text-color-black);
    background-color: var(--bg-color-white);
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}
#c-rescue-template-main .accordion-btn::after{
    width: 2.5rem;
    height: 2.6rem;
    content: "";
    background-image: var(--bs-accordion-btn-active-icon);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: calc(50% - 1.3rem);
    right: 2rem;
}
#c-rescue-template-main .accordion-btn:not(.collapsed)::after{
    transform: rotate(-180deg);
}

#c-rescue-template-main .accordion-btn::before,
#c-rescue-template-main .faq-item-content::before{
    position: absolute;
    left: 2.5rem;
    top: 3rem;
}
#c-rescue-template-main .accordion-btn::before{
    content: "Q.";
    color: var(--bg-color-orangen);
}
#c-rescue-template-main .faq-item-content::before{
    content: "A.";
    color: #2980b9;
}

#c-rescue-template-main .ps-relative{
    position: relative;
}
#c-rescue-template-main .accordion-btn,
#c-rescue-template-main .faq-item-content{
    padding: 3rem 4rem 3rem 5.5rem;
}

#c-rescue-template-main .faq-item-content-body{
    text-align: justify;
}

#c-rescue-template-main .faq-item-content:not(.show){
    display: none;
}

#c-rescue-template-main .group-faq-item + .group-faq-item{
    margin-top: 3rem;
}
/* ↓ News list ↓ */
#c-rescue-template-main a.filter-item{
    text-decoration: none;
}
#c-rescue-template-main .post-not-found{
    text-align: center;
    padding: 3rem 0;
    color: grey;
    font-size: 14px;
    font-weight: 500;
}
#c-rescue-template-main .news-list-container{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem ;
    padding-right: 2rem;
}
#c-rescue-template-main .news-list-content{
    background-color: var(--bg-color-white);
    padding: 2rem 3rem;
    border-radius: 2rem;
}
#c-rescue-template-main .news-item{
    padding: 2rem;
    position: relative;
}
#c-rescue-template-main .news-item::after{
    content: '';
    position: absolute;
    border-top: 1px solid #BDB8B8;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#c-rescue-template-main .news-item:last-child::before{
    content: '';
    position: absolute;
    border-top: 1px solid #BDB8B8;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#c-rescue-template-main .news-item .news-update-time{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    color: var(--text-color-black);
}
#c-rescue-template-main .news-item .news-category{
    background-color: var(--bg-color-orangen);
    color: var(--text-color-white);
    font-weight: 700;
    font-size: 10px;
    display: inline-block;
    min-width: 76px;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
}
#c-rescue-template-main .news-item a{
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color-black);
}
#c-rescue-template-main .news-item a:hover{
    font-weight: 600;
    opacity: 0.6;
}
/* ↑ News list ↑*/
/* ↓ Top page ↓ */
#c-rescue-template-main.top-page{
    padding-top: 10rem;
}
#c-rescue-template-main .banner{
    position: relative;
}
#c-rescue-template-main .banner-image{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
#c-rescue-template-main .banner-content{
    position: absolute;
    background: #FFFFFFC2;
    width: 70%;
    padding: 2rem;
    padding-left: 5rem;
    top: 50%; 
    right: 0;
    transform: translateY(-50%);
}
#c-rescue-template-main .sub-title-banner{
    color: var(--bg-color-orangen);
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
#c-rescue-template-main .title-banner{
    color: var(--text-color-black);
    font-size: 60px;
    font-weight: 700;
    line-height: 76px;
}
#c-rescue-template-main .banner-content b{
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}
#c-rescue-template-main a.btn-banner{
    margin-top: 1.5rem;
    display: flex;
    background-color: #0078F0B2;
    text-decoration: none;
    color: var(--text-color-white);
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    width: 300px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease, background-color 0.3s ease;
}
#c-rescue-template-main a.btn-banner:hover{
    color: #0078F0B2;
    background-color: var(--bg-color-white);
}
#c-rescue-template-main .container-top-news{
    max-width: 1440px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
}
#c-rescue-template-main .container-top-news{
    margin-top: 12rem;
}
#c-rescue-template-main .banner + .container-top-news{
    margin-top: 6rem;
}
#c-rescue-template-main .container-top-news .title-container{
    border-bottom: 2px solid var(--bg-color-orangen);
    padding-bottom: 2rem;
}
#c-rescue-template-main .container-top-news .title-container h2{
    position: relative;
    font-size: 34px;
    font-weight: 400;
    line-height:  42px;
    padding-left: 8rem;
}
#c-rescue-template-main .container-top-news .title-container h2::before{
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: var(--bg-color-orangen);
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
}
#c-rescue-template-main .container-top-news .container-body{
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
#c-rescue-template-main .container-top-news .top-news-item{
    display: flex;
    box-sizing: border-box;
    padding: 2rem;
    border-bottom: 1px solid #BDB8B8;
    align-items: center;
}
#c-rescue-template-main .container-top-news .top-news-item .top-new-item-info{
    display: flex;
}
#c-rescue-template-main .container-top-news .top-news-item .news-date{
    font-size: 16px;
    font-weight: 700;
    width: 135px;
    flex-shrink: 0;
    text-align: left;
    box-sizing: border-box;
}
#c-rescue-template-main .container-top-news .top-news-item .news-tag,
#c-rescue-template-main.news-page .news-tag{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
    margin-right: 3rem;
    height: 26px;
    width: 83px;
    background-color: var(--bg-color-orangen);
    color: var(--text-color-white);
    font-size: 10px;
    font-weight: 700;
}
#c-rescue-template-main .container-top-news .top-news-item .news-title{
    font-size: 16px;
    font-weight: 400;
    flex-grow: 1;
}
#c-rescue-template-main .container-top-news .show-all-detail{
    margin-top: 2rem;
}

#c-rescue-template-main .container-top-news .show-all-detail a{
    display: flex;
    align-items: center;
    justify-content: right;
    text-decoration: none;
    color: var(--text-color-black);
    font-size: 16px;
    font-weight: 400;
}

#c-rescue-template-main .container-top-news .show-all-detail .icon-arrow-right{
    display: inline-block;
    margin-left: 0.5rem;
    background-image: url(../img/arrow-right.svg);
    height: 16px;
    width: 17px;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-rescue-template-main .container-top-news .title-install-step{
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
}
#c-rescue-template-main .container-top-news img.install-step{
    margin-top: 2rem;
    width: 100%;
    height: auto;
}
#c-rescue-template-main .container-top-news.manula{
    box-sizing: border-box;
    width: 100%;
}
#c-rescue-template-main .container-top-news.manula .container-body{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 5rem;
    justify-content: center;
    box-sizing: border-box;

}
#c-rescue-template-main .container-top-news.manula .manula-container{
    position: relative;
}
#c-rescue-template-main .container-top-news.manula img{
    width: 100%;
    border-radius: 2rem;
}
#c-rescue-template-main .container-top-news.manula .manula-link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: var(--text-color-black);
    background-color: #FFFFFFB2;
    padding: 1rem;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 400;
}
#c-rescue-template-main .container-top-news.manula .manula-link:hover{
    opacity: 0.6;
}
#c-rescue-template-main .container-top-news .faq-item-container{
    box-shadow: 0px 0px 8px 0px #0000001A;
}

#c-rescue-template-footer .footer-top-container{
    background-color: #0078F0B2;
    padding: 4rem 2rem 7.5rem 2rem;
    text-align: center;
}
#c-rescue-template-footer .footer-top-container h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3rem;
}
#c-rescue-template-footer .footer-top-container .footer-buttons{
    display: flex;
    justify-content: center;
}
#c-rescue-template-footer .footer-top-container a.btn{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center;
    text-decoration: none;
    width: 300px;
    height: 60px;
    border-radius: 60px;
    border: 3px solid #000000;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color-black);
}
#c-rescue-template-footer .footer-top-container .btn + .btn{
    margin-left: 15%;
}
#c-rescue-template-footer .footer-top-container .btn.btn-trial{
    position: relative;
    background-color: #000000;
    color: var(--text-color-white);
    transition: color 0.3s ease, background-color 0.3s ease;
}
#c-rescue-template-footer .footer-top-container .btn.btn-trial:hover{
    color: var(--text-color-black);
    background-color: transparent;
}
#c-rescue-template-footer .footer-top-container .btn.btn-trial::before{
    position: absolute;
    content: '';
    width: 85px;
    height: 126px;
    background-image: url(../img/2.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 2px;
    transform: translateX(-100%);
    top: 20px;
}
#c-rescue-template-footer .footer-top-container .btn.btn-contact{
    transition: color 0.3s ease, background-color 0.3s ease;
}
#c-rescue-template-footer .footer-top-container .btn.btn-contact:hover{
    background-color: #000000;
    color: var(--text-color-white);
}
/*↑ Top page ↑*/

/* ↓ news post ↓ */
#c-rescue-template-main.news-page{
    padding-left:2rem;
    padding-right: 2rem;
}
#c-rescue-template-main.news-page .news-container{
    margin: 8rem auto;
    max-width: 1440px;
    background-color: var(--bg-color-white);
    padding: 1rem 2rem 4rem 2rem;
    border-radius: 1.5rem;
}
#c-rescue-template-main.news-page .news-header{
    border-bottom: 2px solid #FF643C;
    padding-bottom: 1rem;
}
#c-rescue-template-main.news-page .news-header-content{
    padding: 0 2rem;
}
#c-rescue-template-main.news-page .sub-info{
    margin: 0.8rem 0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
#c-rescue-template-main.news-page .post-title{
    font-size: 26px;
    font-weight: 700;
}

#c-rescue-template-main.news-page .news-body{
    padding: 3rem 2rem 0 2rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}
#c-rescue-template-main.news-page .btn-back-container{
    max-width: 1440px;
    padding: 0 2rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
}
#c-rescue-template-main.news-page .btn-back{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 3px solid #000000;
    width: 300px;
    height: 60px;
    border-radius: 60px;
    text-decoration: none;
    color: var(--text-color-black);
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
#c-rescue-template-main.news-page .btn-back:hover{
    background-color: var(--bg-color-orangen);
    font-weight: 600;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    border-color: var(--bg-color-orangen);
}
#c-rescue-template-main.news-page .btn-back::before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../img/arrow-left.svg);
    background-size: cover;
    left: 20px;
}
#c-rescue-template-main.news-page .news-tag{
    margin-right: 0;
}

/*↑ news post ↑*/

@media (max-width: 1440px){
    
}
@media (max-width: 1200px){
    #c-rescue-template-header{
        padding: 0 !important;
    }
 
    #c-rescue-template-header .d-flex{
        padding: 1rem;
        align-items: center;
        height: 100%;
        width: 100%;
    }
    #c-rescue-template-header #header-container{
        flex-direction: column;
    }
    #c-rescue-template-header #header-container .menu-container{
        width: 100%;
    }
    #c-rescue-template #header-nav-container:not(.active) {
        display: none;
    }
    #c-rescue-template-header .menu-langage-container::before{
        content: none;
    }
    #header-nav-container.active {
        height: calc(100vh - 6rem);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: var(--bg-color-white);
    }
    #header-nav-container a {
        margin: 5px 0;
        width: 100%;
        text-align: left;
    }
    .menu-toggle {
        display: block;
    }
    #c-rescue-template-header {
        display: block;
        padding: 0;
    }

    #header-nav-container{
        height: auto;
    }
    #header-nav-container ul li{
        float: none;
    }
    .menu-item +.menu-item{
        margin-left: auto;
    }
    #header-nav-container .sub-menu {
        list-style: none;
        padding-left: 0;
        display: none; 
        background-color: #FF643CB2;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        width: 100%;
        position: relative;
    }

    #header-nav-container .sub-menu li {
        padding: 0.5rem 1rem; 
        white-space: nowrap;
    }
    #header-nav-container ul li{
        flex-direction: column;
    }
    #header-nav-container .menu-item-has-children > a{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #header-nav-container .sub-menu{
        left: 0;
        top: 0;
    }
    #header-nav-container .sub-menu li{
        padding: 0;
    }
    #header-nav-container .header-menu-container ul.sub-menu li > a{
        padding-left: 2rem;
    }

    #header-nav-container ul li.menu-item-has-children:hover > .sub-menu {
        display: block; 
    }
    #header-nav-container .header-menu-container ul li{
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #c-rescue-template-header #header-nav-container .menu-langage-container .lang-item + .lang-item{
        margin-left: 3rem;
    } 
     #c-rescue-template #header-nav-container .header-menu-container + .menu-langage-container{
        margin: 1rem auto;
        padding: 0 20%;
    } 
    #c-rescue-template #header-nav-container .header-menu-container + .menu-langage-container a{
        text-align: center;
    }


    /* footer */

    #c-rescue-template-footer .c-rescue-template-footer-container {
        display: inline-block;
    }

    #c-rescue-template-footer .c-rescue-template-footer-container{
        width: 100%;
    }
    #c-rescue-template-footer .footer-logo-containter{
        float: left;
        width: 50%;
    }
    #c-rescue-template-footer .footer-contacts-container{
        float: left;
        width: 50%;
    }
    #c-rescue-template-footer .footer-menu-container {
        width: 100%;
    }
}
@media (max-width: 992px) {
    #c-rescue-template-main .filter-item {
        width: calc(100% / 5 - 2rem);
    }
    .crc-search-content{
        width: calc(100% / 5 * 3 - 2rem);
    }
     /* ↓ Top page ↓ */
     #c-rescue-template-main .banner-content{
        width: 100%;
		 padding-left: 2rem;
    }
    #c-rescue-template-main .container-top-news .top-news-item .news-title,
    #c-rescue-template-main .container-top-news .show-all-detail a{
        font-size: 14px;
    }
    #c-rescue-template-main .container-top-news .title-container h2{
        font-size: 26px;
    }
    #c-rescue-template-main .container-top-news .title-install-step{
        font-size: 18px;
    }
    #c-rescue-template-main .container-top-news.manula .container-body{
        gap: 1rem 2rem;
    }
    #c-rescue-template-main .container-top-news.manula .manula-link{
        font-size: 14px;
    }
    #c-rescue-template-footer .footer-top-container .btn + .btn{
        margin-left: 3rem;
    }
    /*↑ Top page ↑*/
}

@media (max-width: 782px) {
    #site-header-sp + #c-rescue-template-main{
        margin-top: 50px;
    }
   
    #c-rescue-template-main .filter-item {
        width: calc(100% / 4 - 2rem);
    }
    .crc-search-content {
        width: calc(100% / 4 * 3 - 2rem);
    }
    /* ↓ Top page ↓ */
/*     #c-rescue-template-main .sub-title-banner{
        display: none;
    } */
    #c-rescue-template-main .title-banner{
        font-size: 45px;
        font-weight: 600;
        line-height: 60px;
    }
    #c-rescue-template-main .banner-content b{
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
    }
    #c-rescue-template-footer .footer-top-container .footer-buttons{
        flex-direction: column;
        align-items: center;
    }
    #c-rescue-template-footer .footer-top-container .btn + .btn{
        margin-left: 0;
        margin-top: 5rem;
    }
    /*↑ Top page ↑*/
}
@media (max-width: 600px) {
    #c-rescue-template-main .filter-item {
        width: calc(100% / 2 - 2rem);
    }
    .crc-search-content {
        width: 100%;
    }
    #c-rescue-template-footer .footer-logo-containter {
        float: none ;
        width: 100% ;
    }
    #c-rescue-template-footer .footer-logo-containter img{
        margin: auto;
    }
    #c-rescue-template-footer .footer-contacts-container {
        float: none ;
        width: 100% ;
        margin: 2rem auto ;
    }

    #c-rescue-template-footer .footer-contacts-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #c-rescue-template-footer h3{
        text-align: center;
    }
    #c-rescue-template-footer .footer-menu-container {
        width: 100%;
    }
    /* ↓ Top page ↓ */
/*     #c-rescue-template-main .banner-content{
        display: none;
    } */
    #c-rescue-template-main .container-top-news .container-body{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #c-rescue-template-main .container-top-news .top-news-item{
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem 0.5rem;
    }
    #c-rescue-template-main .container-top-news .top-news-item .top-new-item-info{
        margin-bottom: 1rem;
        justify-content: space-between;
        width: 100%;
    }

    #c-rescue-template-main .container-top-news.manula .container-body{
        display: block;
    }
    #c-rescue-template-main .container-top-news.manula .container-body .manula-container + .manula-container{
        margin-top: 2rem;
    }
    
    /*↑ Top page ↑*/
}
/* html {
    margin-top: 0 !important;
} */