.ls_button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.0rem;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    transition: opacity 0.3s 0s;
}

.ls_button:hover {
    text-decoration: none;
    opacity: 0.7;
}

.ls_button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.ls_button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: solid #3e3a39 2px;
    border-bottom: solid #3e3a39 2px;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
}

.ls_button--color01 {
    background: #b4d5ef;
}

.ls_button--color02 {
    background: #c4c9e6;
}

.ls_button--color03 {
    background: #c8db7b;
}

.ls_button--color04 {
    background: #f9cc6f;
}

.ls_button--color05 {
    background: #f1aca3;
}

.ls_button--color06 {
    background: #f1c0cb;
}

.ls_button--color07 {
    font-size: 18px;
    padding-left: 40px;
    background: linear-gradient(to right, rgba(6,136,209,1) 0%, rgba(15,34,140,1) 100%);
}

.ls_button--color07::after {
    transform: translateY(-50%) rotate(-45deg);
}

.ls_button--color07::before {
    left: 40px;
    width: 44px;
    height: 35px;
    /* background: url("/flat35/service/img/life-support/ico_01.png"); */
    background: url("/lifeSupport/user/img/life-support/ico_01.png");
}

.ls_case {
    padding-top: 60px;
}

.ls_case__title {
    margin-bottom: 15px;
}

.ls_case__list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 -20px;
}

.ls_case__item {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 20px 0;
    border: solid #666666 1px;
    border-radius: 10px;
}

.ls_case__item:nth-child(4n) {
    margin-right: 0;
}

.ls_case__link {
    position: relative;
    display: block;
    height: 100%;
    transition: opacity 0.3s 0s;
}

.ls_case__link:hover {
    text-decoration: none;
    opacity: 0.7;
}

.ls_case__link::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 8px;
    height: 8px;
    border-top: solid #666666 2px;
    border-right: solid #666666 2px;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.ls_case__image {
    padding: 10px;
    text-align: center;
}

.ls_case__name {
    font-size: 1.8rem;
    padding: 7.5px 10px;
    text-align: center;
}

.ls_case__name--color01 {
    background: #b4d5ef;
}

.ls_case__name--color02 {
    background: #c4c9e6;
}

.ls_case__name--color03 {
    background: #c8db7b;
}

.ls_case__name--color04 {
    background: #f9cc6f;
}

.ls_case__name--color05 {
    background: #f1aca3;
}

.ls_case__name--color06 {
    background: #f1c0cb;
}

.ls_case__description {
    font-size: 1.6rem;
    padding: 15px 15px 30px;
}

.ls_carousel {
    padding-bottom: 30px;
}

.ls_carousel__list {
    max-width: 600px;
    margin: 0 auto;
}

.ls_carousel__item {
    outline: none;
}

.ls_emphasis {
    color: #ea68a2;
    font-weight: bold;
    padding: 0 5px;
}

.ls_emphasis--big {
    font-size: 24px;
}

.ls_note {
    margin-top: 20px;
}

.ls_form {
    margin-top: 60px;
}

.ls_form__content {
    margin-bottom: 60px;
    padding: 50px;
    background: #e0fcff;
    border-top: solid #0f218b 2px;
    border-bottom: solid #0f218b 2px;
}

.ls_form__description {
    line-height: 1.75;
    text-align: center;
}

.ls_form__item {
    margin-top: 40px;
    text-align: center;
}

.ls_form__label {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.ls_form__label-note {
    font-size: 0.8em;
}

.ls_form__input {
    max-width: 100%;
    height: 40px;
    padding: 8px 5px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 3px 1px -1px #f2f2f2 inset;
}

.ls_2column {
    display: flex;
    justify-content: center;
}

.ls_2column__item {
    width: 50%;
}

.ls_2column__item:first-child {
    padding-right: 10px;
}

.ls_2column__item:last-child {
    padding-left: 10px;
}

.ls_form__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    transition: opacity 0.3s 0s;
}

.ls_form__button--left {
    color: #0f228b;
    border: solid #0f228b 2px;
}

.ls_form__button--right {
    color: #ffffff;
    background: #0f228b;
}

.ls_form__button:hover {
    text-decoration: none;
    opacity: 0.7;
}

.ls_form__button::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
}

.ls_form__button--left::before {
    left: 20px;
    border-top: solid #0f228b 2px;
    border-left: solid #0f228b 2px;
    transform: translateY(-50%) rotate(-45deg);
}

.ls_form__button--right::before {
    right: 20px;
    border-top: solid #ffffff 2px;
    border-right: solid #ffffff 2px;
    transform: translateY(-50%) rotate(45deg);
}

.ls_tel__number {
    color: #ff7bac;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1;
}

.ls_tel__number img {
    margin-right: 5px;
    vertical-align: top;
}

.ls_tel__note {
    margin-top: 10px;
    text-align: center;
}

.ls_wrap--2column {
    max-width: 630px;
    margin: 0 auto;
}

.ls_wrap--button {
    max-width: 300px;
    margin: 0 auto;
}

.ls_wrap--tel {
    text-align: center;
}

* + .ls_space {
    margin-top: 100px;
}

/* slick */
.slick-slider {
    position: relative;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    color: transparent;
    font-size: 0;
    width: 22px;
    height: 30px;
    transform: translateY(-50%);
    transition: opacity 0.3s 0s;
    z-index: 10;
    cursor: pointer;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 0.7;
}

.slick-prev {
    left: -52px;
}

.slick-next {
    right: -52px;
}

.slick-prev::before,
.slick-next::before {
    content: "";
    display: block;
    width: 22px;
    height: 30px;
}

.slick-prev::before {
    /* background: url("/flat35/service/img/life-support/ico_prev.png"); */
    background: url("/lifeSupport/user/img/life-support/ico_prev.png");
}

.slick-next::before {
    /* background: url("/flat35/service/img/life-support/ico_next.png"); */
    background: url("/lifeSupport/user/img/life-support/ico_next.png");
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
}

.slick-dots li button {
    display: block;
    color: transparent;
    font-size: 0;
    margin: 0 5px;
    transition: opacity 0.3s 0s;
    z-index: 10;
    cursor: pointer;
}

.slick-dots li button:hover {
    opacity: 0.7;
}

.slick-dots li button::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #999999;
    border-radius: 50%;
}

.slick-dots li.slick-active button::before {
    background: #0f218b;
}

@media screen and (max-width: 600px) {
    .p_col {
        margin: 40px auto 0;
    }

    .p_col .p_col__list {
        margin-bottom: -25px;
        padding: 0 20px;
    }

    .p_col .p_col__list > li {
        padding-bottom: 25px;
    }

    .ls_mainvisual img {
        width: 100%;
    }

    .ls_button img {
        height: 20.5px;
    }

    #ls_case01 .ls_case__title img {
        height: 43px;
    }

    #ls_case02 .ls_case__title img {
        height: 63px;
    }

    #ls_case03 .ls_case__title img {
        height: 50px;
    }

    #ls_case04 .ls_case__title img {
        height: 52px;
    }

    #ls_case05 .ls_case__title img {
        height: 63px;
    }

    #ls_case06 .ls_case__title img {
        height: 69px;
    }

    .ls_case__title {
        text-align: center;
    }

    .ls_case__item {
        width: calc((100% - 20px) / 2);
        border-radius: 8px;
    }

    .ls_case__item:nth-child(2n) {
        margin-right: 0;
    }

    .ls_case__link::after {
        right: 15px;
        bottom: 15px;
    }

    .ls_case__image {
        padding: 7.5px;
    }

    .ls_case__name {
        font-size: 1.4rem;
        padding: 5.5px 10px;
    }

    .ls_case__description {
        font-size: 1.2rem;
        padding: 10px 10px 25px;
    }

    .ls_emphasis--big {
        font-size: 20px;
    }

    .ls_form {
        margin-top: 40px;
    }

    .ls_form__content {
        padding: 20px 15px;
    }

    .ls_form__description {
        text-align: left;
    }

    .ls_form__item {
        margin-top: 30px;
    }

    .ls_form__label {
        margin-bottom: 15px;
    }

    .ls_2column {
        flex-direction: column;
    }

    .ls_2column__item {
        width: 100%;
    }

    .ls_2column__item + .ls_2column__item {
        margin-top: 25px;
    }

    .ls_2column__item:first-child {
        padding: 0;
    }

    .ls_2column__item:last-child {
        padding: 0;
    }

    .ls_wrap--2column {
        max-width: 300px;
    }

    .ls_tel__number {
        font-size: 3.2rem;
    }

    .ls_tel__number img {
        width: 25px;
    }

    .ls_tel__note {
        font-size: 12px;
    }

    * + .ls_space {
        margin-top: 80px;
    }

    /* slick */
    .slick-prev,
    .slick-next {
        display: none !important;
    }
}
