/* =================================
common
===================================*/
html,
body {
    height: 100%;
}

.indent-ul {
    list-style: none;
    margin-left: -10px;
}

.form-container {
    max-width: 380px;
    padding: 10px;
}

.form-container .form-floating:focus-within {
    z-index: 2;
}

.form-container input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-container input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.box-effect {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 25px;
    transition: all 0.35s ease;
    border-radius: 8px;
}

.contents-wh {
    width: 100%;
    height: 100%;
}

/* search */
.search-wrap {
    position: relative;
}

.search-area {
    padding: 5px 45px 5px 15px;
    width: 100%;
    border: 2px solid #e2e3e5;
}

.search-area:focus {
    outline: none;
}

.search-btn {
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 2px solid #e2e3e5;
}

.search-btn:hover {
    background-color: #bebebf;
    border: 2px solid #bebebf;
}

/* download-button */
.btn-download-icon {
    display: none;
}

@media screen and (max-width: 767px) {
    .btn-download-icon {
        display: flex;
        padding: 3px;
    }

    .btn-download-text {
        display: none;
    }
}

/* =================================
top-before 
===================================*/
.hero {
    background-image: url("/assets/img/img_topkv_02_transparent.png"),url("/assets/img/img_topkv_02.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
 
.hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.35); */
    z-index: -1;
}

@media screen and (max-width: 575px) {
    .login-btn-top-margin {
        margin-top: 5px;
    }
}

/* =================================
productsearchlist
===================================*/
.check-box {
    cursor: pointer;
    display: flex;
}

.category-input {
/*    position: absolute; */
}

.category-text {
/*  display: flex; */
    flex-direction: column;
}

.category-text-position01::before {
/*  background-image: url("/assets/img/select-box/ssoil1.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position02::before {
/*  background-image: url("/assets/img/select-box/ssoil2.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position03::before {
/*  background-image: url("/assets/img/select-box/ssoil3.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position04::before {
/*  background-image: url("/assets/img/select-box/ssoil4.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position05::before {
/*  background-image: url("/assets/img/select-box/ssoil5.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position06::before {
/*  background-image: url("/assets/img/select-box/ssoil6.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position07::before {
/*  background-image: url("/assets/img/select-box/ssoil7.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position08::before {
/*  background-image: url("/assets/img/select-box/ssoil8.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position09::before {
/*  background-image: url("/assets/img/select-box/ssoil9.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position10::before {
/*  background-image: url("/assets/img/select-box/ssoil10.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position11::before {
/*  background-image: url("/assets/img/select-box/ssoil11.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

.category-text-position12::before {
/*  background-image: url("/assets/img/select-box/ssoil12.png"); */
    background-position: center;
    background-repeat: no-repeat;
/*  background-size: contain; */
    content: "　";
    width: 80px; 
/*  height: 80px; */
    position: relative;
}

@media screen and (max-width: 575px) {
    .category-text {
        font-size: 8px;
    }

    .category-text-position01::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position02::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position03::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position04::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position05::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position06::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position07::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position08::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position09::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position10::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position11::before {
        width: 64px;
        height: 50px;
    }

    .category-text-position12::before {
        width: 64px;
        height: 50px;
    }
}

.ttl-list {
    padding-left: 8px;
    border-left: solid 5px #39318c;
}

.list-border {
    border: 2px solid #575757ad;
}

/* =============================
faq
==============================*/
.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none;
}
.accordion-style .card:last-child {
    margin-bottom: 0;
}
.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}
.accordion-style .btn-link {
    color: #ffffff;
    position: relative;
    background: #34318f;
    border: 1px solid #34318f;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 15px 55px;
    text-decoration: none;
}
.accordion-style .btn-link:hover {
    text-decoration: none;
}
.accordion-style .btn-link.collapsed {
    background: #ffffff;
    border: 1px solid #15395a;
    color: #1e2022;
    border-radius: 3px;
}
.accordion-style .btn-link.collapsed::after {
    background: none;
    border-radius: 3px;
    content: "+";
    left: 16px;
    right: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    height: 26px;
    transform: none;
    width: 26px;
    top: 15px;
    text-align: center;
    background-color: #34318f;
    color: #fff;
}
.accordion-style .btn-link:after {
    background: #fff;
    border: none;
    border-radius: 3px;
    content: "-";
    left: 16px;
    right: inherit;
    font-size: 20px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    transform: none;
    width: 26px;
    top: 15px;
    position: absolute;
    color: #15395a;
    text-align: center;
}
.accordion-style .card-body {
    padding: 20px;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #15395a;
    border-right: 1px solid #15395a;
    border-bottom: 1px solid #15395a;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 2.5px;
}


footer{
    position: static;
    bottom: 0;
}





