@charset "UTF-8";

/* case__page */
@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {}

/*============================
	c-contetns
============================*/
.c-contetns {
    padding-bottom: 120px;
}

.cc-search__box {
    background: #fff;
    border-radius: 40px;
    padding: 50px 5%;
}

.search__item {
    margin-bottom: 1em;

    &:last-child {
        margin-bottom: 0;
    }
}

.search__ttl {
    white-space: nowrap;
    width: 10em;
}

.search__tags {
    width: calc(100% - 10em);
    padding: 0 0 0 2%;
    border-left: solid 1px #c7c7c7;

    & li {
        margin: .5em 1em;

        & a, .form-label {
            display: block;
            width: fit-content;
            padding: 0 1em;
            color: #9ba1ac;
            line-height: 28px;
            border-radius: 14px;
            white-space: nowrap;
            text-align: center;
            background: linear-gradient(90deg, #f5f5f5, #eeedf8);
            cursor: pointer;
            font-weight: 500;
        }

        &.active a, &.active .form-label {
            background: #fff;
            border: solid 1px #e8e8fc;
        }
    }
  & input{ display: none; }
  & .form-label:hover, .form-label:active {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    transition: opacity 0.6sease;
  }
}

.cc-items .case___atc {
    width: 31.33%;
    margin: 0 1% 50px;
    max-width: none;
}

@media screen and (max-width:1024px) {
    .c-contetns {
        padding-bottom: 80px;
    }

    .cc-search__box {
        border-radius: 30px;
        padding: 40px 5%;
    }

    .search__item {
        margin-bottom: 1em;
    }

    .search__ttl {
        width: 10em;
    }

    .search__tags {
        width: calc(100% - 10em);
        padding: 0 0 0 2%;

        & li {
            margin: .5em;

            & a {

                line-height: 24px;
                border-radius: 12px;
            }
        }
    }

    .cc-items .case___atc {
        width: 31.33%;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width:767px) {
    .c-contetns {
        padding-bottom: 60px;
    }

    .cc-search__box {
        border-radius: 20px;
        padding: 30px 5%;
    }

    .search__item {
        margin-bottom: 1.5em;
    }

    .search__ttl {
        width: 100%;
        padding-bottom: .5em;
        margin-bottom: .5em;
        border-bottom: solid 1px #c7c7c7;
    }

    .search__tags {
        width: 100%;
        padding: 0;
        display: flex;
        border: none;

        & li {
            margin: .5em .5em .5em 0;

            & a {

                line-height: 24px;
                border-radius: 12px;
            }
        }
    }

    .cc-items .case___atc {
        width: 100%;
        margin: 0 auto 30px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

/* case-detail__page */
/*============================
	c-detail-contetns
============================*/
.c-detail-contetns {
    padding-top: 200px;
}

.cdc__ttl {
    line-height: 1.4;
}

.cdcp__txtwrap {
    width: 60%;
}

.cdcp__img {
    width: 35%;
}

.cdcp__tbl {
    width: 100%;
}

.cdcp__tbl th {
    white-space: nowrap;
    font-weight: bold;
    padding: 1em;
    border-top: solid 1px #96989a;
    border-bottom: solid 1px #96989a;
    text-align: left;
}

.cdcp__tbl td {
    font-weight: bold;
    padding: 1em;
    border-top: solid 1px #96989a;
    border-bottom: solid 1px #96989a;
    text-align: left;
}

.cdcp__tags li {
    margin: .5em 1em .5em 0;

    display: block;
    width: fit-content;
    padding: 0 1em;
    color: #9ba1ac;
    line-height: 28px;
    border-radius: 14px;
    white-space: nowrap;
    text-align: center;
    background: linear-gradient(90deg, #f5f5f5, #eeedf8);
}

.ccda__item {
    width: 45%;
    background: #fff;
    border-radius: 15px;
    padding: 1.5em 2%;
}

.cdca__item--ttl {
    top: -2em;
    left: 0;
}

.cdca__arw {
    width: 10%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;

    & img {
        max-width: 20px;
    }
}

.cdca__ul li {
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
    font-weight: bold;

    &:last-child {
        margin-bottom: 0;
    }

    &::before {
        content: "●";
        font-size: 1rem;
        font-weight: bold;
        position: absolute;
        color: #c7e3f9;
        left: 0;
        top: .4em;

    }
}

.cdcs__box {
    background: #fff;
    padding: 20px 3%;
    border-radius: 15px;
}

.cdcs__ul li {
    margin: .5em 1.5em .5em 0;
    display: flex;
    align-items: baseline;

    .dot {
        font-size: 1.6rem;
        color: #c7e3f9;
        margin-right: .5em;
        margin-top: .4em;
    }
}

.cdci__box {
    background: #fff;
    padding: 40px 3%;
    border-radius: 15px;
}

.cdci__ttl .txt {
    padding-right: 1em;
    background: #fff;

    &::before {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .c-detail-contetns {
        padding-top: 100px;
    }

    .cdcp__txtwrap {
        width: 60%;
    }

    .cdcp__img {
        width: 35%;
    }


    .cdcp__tbl th {
        padding: 1em;
    }

    .cdcp__tbl td {
        padding: 1em;
    }

    .cdcp__tags li {
        margin: .5em 1em .5em 0;
        line-height: 24px;
        border-radius: 12px;
    }

    .ccda__item {
        width: 45%;
        border-radius: 15px;
        padding: 1.5em 2%;
    }

    .cdca__item--ttl {
        top: -2em;
    }

    .cdca__arw {
        width: 10%;
        padding: 0 5px;

        & img {
            max-width: 16px;
        }
    }

    .cdca__ul li {
        margin-bottom: 1em;
        padding-left: 1.5em;


        &::before {
            top: .4em;
        }
    }

    .cdcs__box {
        padding: 20px 3%;
        border-radius: 15px;
    }

    .cdcs__ul li {
        margin: .5em 1.5em .5em 0;

        .dot {
            font-size: 1.2rem;
            margin-right: .5em;
            margin-top: .4em;
        }
    }

    .cdci__box {
        padding: 30px 3%;
        border-radius: 15px;
    }

    .cdci__ttl .txt {
        padding-right: 1em;
    }
}

@media screen and (max-width:767px) {
    .c-detail-contetns {
        padding-top: 60px;
    }

    .cdcp__txtwrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .cdcp__img {
        width: 80%;
        margin: 0 auto;
    }


    .cdcp__tbl th {
        padding: 1em;
    }

    .cdcp__tbl td {
        padding: 1em;
    }

    .cdcp__tags li {
        margin: .5em 1em .5em 0;
        line-height: 24px;
        border-radius: 12px;
    }

    .cdca__items {
        margin-top: 50px;
    }

    .ccda__item {
        width: 100%;
        border-radius: 15px;
        padding: 1.5em 5%;
    }

    .cdca__item--ttl {
        top: -2em;
    }

    .cdca__arw {
        width: 100%;
        padding: 20px 5px 30px;

        & img {
            transform: rotate(90deg);
            max-width: 16px;
        }
    }

    .cdca__ul li {
        margin-bottom: 1em;
        padding-left: 1.5em;


        &::before {
            top: .4em;
        }
    }

    .cdcs__box {
        padding: 10px 5%;
        border-radius: 15px;
    }

    .cdcs__ul li {
        margin: .5em 1.5em .5em 0;

        .dot {
            font-size: 1.2rem;
            margin-right: .5em;
            margin-top: .4em;
        }
    }

    .cdci__box {
        padding: 20px 5%;
        border-radius: 15px;
    }

    .cdci__ttl {
        padding-bottom: .5em;
    }

    .cdci__ttl::before {
        width: 50%;
        bottom: 0;
        right: auto;
        left: 0;
        top: auto;
        transform: none;
    }
}

/*============================
	c-detail-relation02 
============================*/
.c-detail-relation02 {
    padding-bottom: 120px;
}

.ssrl__atc a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(213, 217, 224, .5);
}

.ssrl__ico {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;

    & img {
        width: auto;
        transform: scale(.66);

    }
}

.ssrl__txtwrap {
    padding: 10px 1em 15px;
}

.ssrl__h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: .75em;

    .txt {
        padding-right: 50px;
    }

    .ico {
        width: 25px;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translate(0, -50%);
    }

    & i {
        color: #999ea3;
    }

    &::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #999ea3;
        right: 35px;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media screen and (max-width:1024px) {
    .c-detail-relation02 {
        padding-bottom: 80px;
    }


    .ssrl__atc a {
        border-radius: 15px;
    }

    .ssrl__ico {
        height: 120px;

        & img {
            transform: scale(.5);

        }
    }

    .ssrl__txtwrap {
        padding: 10px 1em 15px;
    }

    .ssrl__h3 {
        margin-bottom: 1em;

        .txt {
            padding-right: 45px;
        }

        .ico {
            width: 20px;
            right: 30px;
        }

        &::before {
            right: 20px;
        }
    }

}

@media screen and (max-width:767px) {

    .c-detail-relation02 {
        padding-bottom: 60px;
    }

    .ssrl__atc a {
        border-radius: 15px;
    }

    .ssrl__ico {
        height: 140px;

        & img {
            transform: scale(.5);

        }
    }

    .ssrl__txtwrap {
        padding: 10px 1em 15px;
    }

    .ssrl__h3 {
        margin-bottom: 1em;

        .txt {
            padding-right: 45px;
        }

        .ico {
            width: 20px;
            right: 30px;
        }

        &::before {
            right: 20px;
        }
    }
}