@charset "utf-8";

/* 共通 */
.lp-page {
    color: #333;
    font-size: 14px;
    line-height: 1.7em;
    margin: 0;
}

.lp-page h1, .lp-page h2, .lp-page h3, .lp-page h4, .lp-page p {
    line-height: 1.7em;
    margin: 0;
}

.lp-page mark {
	background: linear-gradient(transparent 60%,#b0e5d3 0);
}

.lp-page figure {
    margin: 0;
    padding: 0;
}

/* パンくず */
.lp-breadcrumb {
    color: #707070;
    font-size: 12px;
    z-index: 2;
    position: relative;
    background: #ffffff;
}

.lp-breadcrumb ol {
    display: flex;
    justify-content: start;
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
    align-content: center;
    align-items: center;
    padding: 0 7px;
}

.lp-breadcrumb li {
    display: flex;
    align-items: center;
    margin-right: 7px;
    padding: 5px 0 5px;
    /* margin-right: 2px; */
}

.lp-breadcrumb li::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    margin-left: 3px
}

.lp-breadcrumb li:last-child {
    /* padding-bottom: 0; */
}


.lp-breadcrumb li:last-child::after {
    display: none;
}

.lp-breadcrumb li a {
    text-decoration: none;
    color: #333;
}

/*フッター*/
/*フッター*/
.bottom__wrapper {
    margin: 0;
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    background: #fff;
}

.sns-icon__list {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.sns-icon__list li  {
    padding: 0;
    list-style-type: none;
    margin: 0 10px 0 0;
    width: 55px;
    height: 55px;
}

.sns-icon__list li:last-child {
    margin: 0;
}

#footer {
    position: relative;
    z-index: 2;
    background: #ffffff;
}


@media screen and (min-width: 768px) {
    /* 共通 */
    br.sp_only {
        display: none;
    }
    /*パンくず*/
    .lp-breadcrumb {
        width: 980px;
        margin: 0 auto;
    }

    /* フッター */
    .bottom__wrapper {
        background: #eee;
    }
}