/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
.lp-7ps header {
    box-shadow: 0 5px 5px rgba(0, 122, 99, 0.1);
}

.lp-7ps .main-container {
    width: 100%;
}

.lp-7ps #main {
    width: auto;
    float: none;
}

.lp-7ps .global-nav__lists {
    justify-content: flex-end;
}

.lp-7ps.denshi .global-nav__list.gnavi002::after,
.lp-7ps.koutsu .global-nav__list.gnavi002::after {
    display: none;
}

.lp-7ps .header-sub {
    /* padding-right: 52px; */
    padding-right: 290px;
}

.lp-7ps .header-sub__button-list {
    position: absolute;
    right: 0;
    top: -18px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .lp-7ps .header-sub__button-list {
        display: none;
    }
}
.lp-7ps .header-sub__button-item {
    line-height: 1.4;
    height: 52px;
}
.lp-7ps .header-sub__button-item a {
    width: 100%;
    height: 52px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 6px 20px 6px 20px;
    border-radius: 3px;
}
.lp-7ps .header-sub__button-item a span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.lp-7ps .header-sub__button-item:nth-child(2) {
    margin-left: 10px;
}

.lp-7ps .header-sub__button-item:nth-child(1) a {
    background-color: #00906F;
}
.lp-7ps .header-sub__button-item:nth-child(1) a:hover  {
    background-color: #f5843c;
}
.lp-7ps .header-sub__button-item:nth-child(2) a {
    background-color: #f5843c;
}
.lp-7ps .header-sub__button-item:nth-child(2) a:hover  {
    background-color: #00906F;
}


.lp-7ps .header__sp-menu--type2 .header-sp-nav__container--container4 {
    margin-top: 0;
}

.lp-7ps .header-sp-pg__link {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 17px;
    padding: 0 0 0 25px;
    margin-bottom: 12px;
}

.lp-7ps .header-sp-pg__link::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 10px;
}

.lp-7ps #wrapper-under {
    margin-bottom: 0;
}

.lp-7ps #wrapper-under .h2-area {
    text-align: center;
    background: none;
    min-height: 0;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.lp-7ps #wrapper-under .h2-area .h2__sub {
    color: #007a63;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Catamaran", sans-serif;
}

.lp-7ps #wrapper-under .h2-area h2 {
    color: #111;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .lp-7ps #wrapper-under .h2-area {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .lp-7ps #wrapper-under .h2-area .h1__sub {
        font-size: 20px;
    }
    .lp-7ps #wrapper-under .h2-area h2 {
        font-size: 22px;
        min-height: 0;
    }
}

.lp-7ps #wrapper-under .h2-area h2 span {
    color: #007A63;
}

.lp-7ps #wrapper-under .h2-area .h2__bottom {
    font-size: 16px;
    margin-top: 14px;
}

@media screen and (max-width: 767px) {
    .lp-7ps #wrapper-under .h2-area .h2__bottom {
        font-size: 14px;
        margin-top: 8px;
    }
}

.lp-7ps .main-contents {
    background: #f1f3ee;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .main-contents {
        margin-top: 25px;
    }
}

.lp-7ps footer {
    background: #fff;
    padding: 30px 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-7ps .footer__copy {
        margin-top: 0;
    }
}

.lp-7ps .lp-lead-wrapper {
    position: relative;
    text-align: center;
}

.lp-7ps .lp-lead {
    background: #e6ecdc;
    padding: 20px 10px;
    position: relative;
}

.lp-7ps .lp-lead::after {
    content: '';
    display: block;
    width: 50px;
    height: 46px;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -29px;
    z-index: 1;
    background: url("../../image/lp/lp-ic001.png") no-repeat center;
    background-size: 50px auto;
}

.lp-7ps .lp-lead__description {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.75;
}

.lp-7ps .lp-lead__description--en {
    font-size: 14px;
    font-family: "Catamaran", sans-serif;
    font-weight: 500;
    margin-top: 10px;
}

.lp-7ps .lp-lead__youtube {
    margin-top: 20px;
}

.lp-7ps .lp-lead__youtube-url {
    color: #007a63;
    text-decoration: underline;
}

.lp-7ps .lp-eng-bt {
    padding: 30px 0 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-eng-bt {
        padding: 20px 0 0;
    }
}

.lp-7ps .lp-eng-bt a {
    position: relative;
    display: inline-block;
    color: #007a63;
    border: solid 1px #007a63;
    padding: 9px 50px 10px;
    border-radius: 3px;
    font-weight: 500;
}

.lp-7ps .lp-eng-bt a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #007a63 transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 17px;
}

.lp-7ps .lp-eng-bt a:hover {
    color: #ffffff;
    background-color: #007a63;
}

.lp-7ps .lp-eng-bt a:hover::after {
    border-color: #ffffff transparent transparent transparent;
}

@media screen and (max-width: 767px) {
    .lp-card__content-wrapper {
        padding: 0 10px;
    }
}


.lp-7ps .lp-contents {
    padding: 100px 0 50px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-contents {
        padding: 50px 0 30px;
    }
}

.lp-7ps .lp-section {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-section {
        width: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.lp-7ps .lp-section--border-top {
    padding: 80px 10px 80px;
    border-top: solid 2px #007A63;
    background-color: #f1f3ee;
}

.lp-7ps .lp-section--border-top::before {
    content: '';
    display: block;
    width: calc(100vw - 18px);
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%);
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-section--border-top {
        padding: 40px 10px 40px;
    }
}

.lp-7ps .lp-under__content {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-under__content {
        width: auto;
    }
}

.lp-7ps .lp-section--en {
    background: #fff;
}

.lp-7ps .lp-section__title-wrapper {
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-section__title-wrapper {
        margin-top: 50px;
        padding: 0 20px;
    }
}

.lp-7ps .lp-section__sub-title {
    color: #007a63;
    font-family: "Catamaran", sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-section__sub-title {
        font-size: 21px;
    }
}

.lp-7ps .lp-section__title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-section__title {
        font-size: 22px;
    }
}

.lp-7ps .lp-card-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -80px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card-list {
        display: block;
        margin-bottom: -40px;
    }
}

.lp-7ps .lp-card {
    position: relative;
    width: 580px;
    padding: 55px 40px 40px 40px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 122, 99, 0.05);
    border-radius: 3px;
    margin-bottom: 80px;
    border-top: 3px solid #007a63;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card {
        width: 355px;
        margin: 0 auto 40px;
        padding: 35px 20px 20px 20px;
    }
}

.lp-7ps .lp-card__badge {
    font-family: "Catamaran", sans-serif;
    font-size: 25px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #007a63;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 32px);
    top: -32px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__badge {
        font-size: 22px;
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: -25px;
    }
}

.lp-7ps .lp-card__head {
    text-align: center;
}

.lp-7ps .lp-card__title {
    color: #007a63;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.lp-7ps .lp-card__body {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__body {
        display: block;
        margin-top: 25px;
    }
}

.lp-7ps .lp-card__thumbnail-wrapper {
    width: 240px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__thumbnail-wrapper {
        text-align: center;
        width: auto;
    }
}

.lp-7ps .lp-card__thumbnail-wrapper.note::after {
    content: '';
    width: 55px;
    height: 55px;
    border: solid 3px #F5843C;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__thumbnail-wrapper.note::after {
        width: 64px;
        height: 64px;
    }
}

.lp-7ps .lp-card__thumbnail-wrapper.o-note001::after {
    /* top: -1px; */
    /* left: 82px; */
    top: 70px;
    left: 45px;
    width: 65px;
    height: 65px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__thumbnail-wrapper.o-note001::after {
        /* top: 2px; */
        /* left: 112px; */
        top: 91px;
        left: 60px;
        width: 85px;
        height: 85px;
    }
}

.lp-7ps .lp-card__thumbnail-wrapper.o-note002::after {
    right: 5px;
    bottom: -2px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__thumbnail-wrapper.o-note002::after {
        right: 10px;
        bottom: 1px;
    }
}

.lp-7ps .lp-card__thumbnail-wrapper.o-note003::after {
    right: 43px;
    top: 60px;
    width: 60px;
    height: 70px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__thumbnail-wrapper.o-note003::after {
        right: 60px;
        top: 82px;
        width: 70px;
        height: 80px;
    }
}

.lp-7ps .lp-card__thumbnail-wrapper.o-note004::after {
    right: 5px;
    bottom: 216px;
    width: 220px;
    height: 35px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__thumbnail-wrapper.o-note004::after {
        right: 42px;
        width: 230px;
        height: 45px;
    }
}

.lp-7ps .lp-card__thumbnail-wrapper.o-note005::after {
    right: 4px;
    bottom: -3px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__thumbnail-wrapper.o-note005::after {
        right: 9px;
        bottom: 0;
    }
}

.lp-7ps .lp-card__thumbnail-wrapper.a-note001::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 24px 12px 0;
    border-color: transparent #F5843C transparent transparent;
    position: absolute;
    transform: rotate(45deg);
    /* top: 40px; */
    /* right: 86px; */
    top: 120px;
    right: 115px;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__thumbnail-wrapper.a-note001::before {
        /* top: 52px; */
        /* right: 122px; */
        top: 160px;
        right: 160px;
    }
}

.lp-7ps .lp-card__thumbnail {
    max-width: 100%;
    border: solid 2px #F1F3EE;
}

.lp-7ps .lp-card__contents {
    width: 230px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__contents {
        width: auto;
        margin-top: 25px;
    }
}

.lp-7ps .lp-card__text1 {
    color: #011;
    font-size: 15px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__text1 {
        font-size: 14px;
    }
}

.lp-7ps .lp-card__text2 {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__text2 {
        font-size: 13px;
    }
}

.lp-7ps .lp-card__text3 {
    font-size: 15px;
    padding: 12px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__text3 {
        font-size: 14px;
    }
}

.lp-7ps .lp-card__text3 a {
    position: relative;
    display: inline-block;
    padding: 3px 27px;
    border: solid 1px #007a63;
    color: #007a63;
    text-decoration: none;
    margin: 0 7px;
    border-radius: 3px;
    font-weight: 500;
}

.lp-7ps .lp-card__text3 a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #007a63 transparent transparent transparent;
    position: absolute;
    top: 11px;
    right: 10px;
}

.lp-7ps .lp-card__text3 a:hover {
    color: #ffffff;
    background-color: #007a63;
}

.lp-7ps .lp-card__text3 a:hover::after {
    border-color: #ffffff transparent transparent transparent;
}

.lp-7ps .lp-card__link {
    color: #007a63;
    background-image: url(../../image/contents-ic001.svg);
    background-repeat: no-repeat;
    background-size: 27px auto;
    background-position: 0 6px;
    padding: 8px 0 7px 32px;
}

.lp-7ps .lp-card__foot {
    margin-top: 30px;
}

.lp-7ps .lp-card__attention,
.lp-7ps .lp-charge__attention {
    position: relative;
    border-top: 1px solid #007a63;
    border-bottom: 1px solid #007a63;
    padding: 25px 29px 25px 29px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__attention,
    .lp-7ps .lp-charge__attention {
        padding: 15px 19px 25px 19px;
        margin-bottom: 10px;
    }
}

.lp-7ps .lp-card__attention::before, .lp-7ps .lp-card__attention::after,
.lp-7ps .lp-charge__attention::before,
.lp-7ps .lp-charge__attention::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 10px);
    position: absolute;
    background: #007a63;
}

.lp-7ps .lp-card__attention::before,
.lp-7ps .lp-charge__attention::before {
    left: 0;
    bottom: 0;
}

.lp-7ps .lp-card__attention::after,
.lp-7ps .lp-charge__attention::after {
    right: 0;
    top: 0;
}

.lp-7ps .lp-card__attention-title,
.lp-7ps .lp-charge__attention-title {
    text-align: center;
}

.lp-7ps .lp-card__attention-text,
.lp-7ps .lp-charge__attention-text {
    position: relative;
    color: #f5843c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 10px 0 10px 36px;
}

.lp-7ps .lp-card__attention-text::after,
.lp-7ps .lp-charge__attention-text::after {
    content: '!';
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    background-color: #f5843c;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 0 5px 1px;
    line-height: 1;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.lp-7ps .lp-card__attention-description,
.lp-7ps .lp-charge__attention-description {
    margin-top: 4px;
    margin-bottom: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__attention-description,
    .lp-7ps .lp-charge__attention-description {
        margin-bottom: 15px;
    }
}

.lp-7ps .lp-card__attention-list,
.lp-7ps .lp-charge__attention-list {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-card__attention-list,
    .lp-7ps .lp-charge__attention-list {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.lp-7ps .lp-card__attention-item,
.lp-7ps .lp-charge__attention-item {
    width: 100px;
}

.lp-7ps .lp-card__attention-item:last-child,
.lp-7ps .lp-charge__attention-item:last-child {
    width: 196px;
}

.lp-7ps .eng .lp-card__attention-item,
.lp-7ps .eng .lp-charge__attention-item {
    width: 114px;
}

.lp-7ps .eng .lp-card__attention-item:nth-child(2),
.lp-7ps .eng .lp-charge__attention-item:nth-child(2) {
    width: 140px;
}

.lp-7ps .eng .lp-card__attention-item:last-child,
.lp-7ps .eng .lp-charge__attention-item:last-child {
    width: 168px;
}

@media screen and (max-width: 767px) {
    
    .lp-7ps .lp-card__attention-item,
    .lp-7ps .lp-charge__attention-item {
        margin: 0 5px;
    }
}

.lp-7ps .lp-card__attention-image,
.lp-7ps .lp-charge__attention-image {
    max-width: 100%;
}

.lp-7ps .lp-under__title {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    padding-left: 14px;
}

.lp-7ps .lp-under__title::before {
    content: '';
    display: block;
    width: 8px;
    height: 3px;
    background: #007a63;
    position: absolute;
    left: 0;
    top: 10px;
}

.lp-7ps .lp-under__sub-text {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.lp-7ps .lp-charge-wrapper {
    width: 1040px;
    margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-charge-wrapper {
        margin: 0 auto 30px;
        width: auto;
    }
}

.lp-7ps .lp-charge__lead {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-charge__lead {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

.lp-7ps .lp-charge__content-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-charge__content-wrapper {
        display: block;
        padding: 0 20px;
    }
}

.lp-7ps .lp-charge__attention {
    width: 500px;
}

.lp-7ps .lp-charge__e-money {
    width: 500px;
    position: relative;
    border-top: 1px solid #007a63;
    border-bottom: 1px solid #007a63;
    padding: 25px 29px 25px 29px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-charge__e-money {
        width: auto;
        padding: 15px 19px 25px 19px;
    }
}

.lp-7ps .lp-charge__e-money::before, .lp-7ps .lp-charge__e-money::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 10px);
    position: absolute;
    background: #007a63;
}

.lp-7ps .lp-charge__e-money::before {
    left: 0;
    bottom: 0;
}

.lp-7ps .lp-charge__e-money::after {
    right: 0;
    top: 0;
}

.lp-7ps .lp-charge__thumbnail-wrapper {
    text-align: center;
}

.lp-7ps .lp-charge__thumbnail {
    max-width: 297px;
}

.lp-7ps .lp-charge__description {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.lp-7ps .lp-lead__youtube-wrapper {
    width: 400px;
    height: 225px;
    margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
    .lp-7ps .lp-lead__youtube-wrapper {
        width: auto;
        height: auto;
        margin: 0 auto 10px;
        padding: 0 20px;
    }
}

.lp-7ps .lp-lead__youtube-box {
    position: relative;
    padding-bottom: 56.25%;
}

.lp-7ps .lp-lead__youtube-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* cushion
============================================================================= */

.cushion .cushion-contents {
    border-top: solid 3px #01a32b;
    border-bottom: 3px solid #ff6600;
}
.cushion .cushion-main-contents {
    width: 1200px;
    margin: 80px auto 80px;
    text-align: center;
}
.cushion .cushion-txt-top {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
}
.cushion .cushion-txt-top span {
    color: #007a63;
}
.cushion .cushion-btn {
    margin-bottom: 55px;
}
.cushion .cushion-btn .cushion-btn-in {
    display: inline-block;
    padding: 3px;
    background: linear-gradient(to right, #01a32b 0%, #ff6600 100%) 0 0 / 100%;
    border-radius: 3px;
}
.cushion .cushion-btn a {
    display: block;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 3px;
    color: #007a63;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 60px;
    position: relative;
}
.cushion .cushion-btn a::before {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 3px solid #007a63;
    border-left: 3px solid #007a63;
    transform: rotate(135deg);
    position: absolute;
    top: 41px;
    right: 27px;
    display: block;
}
.cushion .cushion-txt-mid {
    margin-bottom: 70px;
}
.cushion .cushion-txt-mid .cushion-txt-mid-tl {
    margin-bottom: 10px;
}
.cushion .cushion-txt-mid .cushion-txt-mid-detail {
    line-height: 2;
}
.cushion .cushion-close {
    display: inline-block;
}
.cushion .cushion-close .cushion-close-btn {
    display: block;
    background-color: #e6ecdc;
    color: #007a63;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 3px;
}

@media screen and (max-width: 767px) {
    .cushion .cushion-main-contents {
        width: auto;
        margin: 50px 20px 50px;
    }
    .cushion .cushion-txt-top {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .cushion .cushion-btn {
        margin-bottom: 30px;
    }
    .cushion .cushion-btn a {
        font-size: 18px;
        padding: 20px 50px;
    }
    .cushion .cushion-txt-mid {
        margin-bottom: 30px;
    }
    .cushion .cushion-txt-mid .cushion-txt-mid-tl {
        font-size: 16px;
    }
}


/* fixed 20301030
============================================================================= */

.lp-information-wrapper {
    width: 1200px;
    margin: 0 auto 50px auto;
    padding: 50px 50px 50px 50px;
    background-color:#fff;
    border-top: 3px solid #007a63;
}
.lp-information-content {
    font-size: 16px;
    color: #f00;
}
.lp-information-content .lp-information-content-row + .lp-information-content-row {
    margin-top: 20px;
}
.lp-information-content-row .lp-information-content-t2 {
    padding-left: 1em;
}
.lp-information-content-row .lp-information-content-t2.lp-information-content-t2--no-indent {
    padding-left: 0;
}
.lp-information-content-more {
    margin-top: 20px;
}
.lp-information-content-more a {
    color: #f00 !important;
}
.lp-under__content + .lp-under__content {
    margin-top: 20px;
}
.lp-under__content a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .lp-information-wrapper {
        width: 355px;
        margin: 0 auto 30px auto;
        padding: 30px 30px 30px 30px;
    }
    .lp-information-content {
        font-size: 15px;
    }
    .lp-information-content .lp-information-content-row + .lp-information-content-row {
        margin-top: 14px;
    }
    .lp-under__content + .lp-under__content {
        margin-top: 14px;
    }
}