.lp__message {
    margin: 40px auto 80px;
    font-size: 0;
    position: relative;
    width: 100%;
    max-width: 1100px;
}
.lp__message--photo {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.lp__message--text {
    display: inline-block;
    width: calc( 55% + 30px );
    margin-top: 50px;
    margin-left: -30px;
}
.lp__message--triangle {
    width: 13px;
    height: auto;
    margin-right: 5px;
}
.lp__message--triangle-right {
    transform: rotate( 180deg );
}
.lp__message--container {
    padding: 40px 50px;
    font-size: 14px;
    line-height: 1.75;
    font-size: 14px;
    background-color: rgba(245, 243, 238, 0.7);
}
.lp__message--catch {
    color: #866100;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.lp__catch--normal {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.lp__catch--large {
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #7E7E7E;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media only screen and (max-width:992px) {
    .lp__message {
        width: 100%;
        margin-bottom: 60px;
    }
    .lp__message--photo {
        height: 200px;
        width: 100%;
        text-align: center;
    }
    .lp__message--photo img {
        height: 100%;
        width: auto;
    }
    .lp__message--text {
        display: block;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .lp__message--container {
        padding: 40px 20px;
    }
    .lp__catch--normal {
        margin-bottom: 30px;
        text-align: left;
    }
}
@media only screen and (max-width:768px) {
    .lp__message--container {
        padding: 20px;
        font-size: 12px;
    }
    .lp__catch--normal {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .lp__catch--large {
        font-size:20px;
    }
    .lp__message--triangle {
        display: none;
    }
}

.lp__question {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #ECB935;
    margin-bottom: 20px;
}
.lp__answer {
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .lp__answer {
        font-size: 14px;
        line-height: 1.5;
    }
}



.lp-feature {
    margin: 120px 0 30px;
}
.lp-feature2{
    margin-left: 80px;
}
.lp-feature3{
    margin-left: 160px;
}
.lp-feature__item {
    display: block;
    font-size: 0;
    margin-bottom: 30px;
}
.lp-feature__pic {
    width: 200px;
    vertical-align: top;
}
.lp-feature__pic img {
    width: 100%;
    height: auto;
}
.lp-feature__text {
    display: inline-block;
    width: calc( 100% - 200px );
}
.lp-feature__title {
    font-size: 28px;
    margin-top: 20px;
    border-bottom: 2px solid #ECB935;
    padding-left: 20px;
    font-weight: bold;
    color: #7E7E7E;
}
.lp-feature__sub {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 20px;
}
.lp-feature__pic--pc {
    display: inline-block;
}
.lp-feature__pic--sp {
    display: none;
}

@media only screen and (max-width:768px) {
    .lp-feature__item {
        margin-bottom: 50px;
    }
    .lp-feature__text {
        width: 100%;
        display: block;
        text-align: center;
    }
    .lp-feature__pic {
        width: 100%;
        max-width: 180px;
        display: block;
        text-align: center;
        margin: 20px auto;
    }
    .lp-feature__pic--sp {
        display: block;
    }
    .lp-feature__title {
        font-size: 20px;
        padding-left: 0px;
    }
    .lp-feature__sub {
        font-size: 16px;
        padding-left: 0px;
        text-align: left;

    }
    .lp-feature2{
        margin-left: auto;
    }
    .lp-feature3{
        margin-left: auto;
    }
    .lp-feature__pic--sp {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .lp-feature__pic--pc {
        display: none;
    }
    .lp-feature__pic--sp {
        display: block;
    }
}
.lp-flow {
    font-size: 0;
}
.lp-flow__item {
    margin-bottom: 30px;
}
.lp-flow__number {
    display: inline-block;
    width: 80px;
    vertical-align: top;
    text-align: center;
    height: 100px;
    padding-bottom: 50px;
}
.lp-flow__number--num {
    background-color: #4BCB92;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    height: 60px;
    padding: 20px 0 30px;
    border-radius: 10px 10px 0 0;
    position: relative;
    margin: 0 auto;
}
.lp-flow__number--num:after {
    content:"";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 20px 0 20px;
    border-color: #4BCB92 transparent transparent transparent;
}
.lp-flow__text {
    display: inline-block;
    width: calc( 100% - 80px );
}
.lp-flow__title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #4BCB92;
    padding: 0 30px;
}
.lp-flow__sub {
    margin-top: 20px;
    padding: 0 30px;
    font-size: 16px;
}
.lp-flow__number--spnum,
.lp-flow__triangle {
    display: none;
}
@media only screen and (max-width: 768px) {
    .lp-flow__number {
        display: none;
    }
    .lp-flow__number--spnum {
        background-color: #4BCB92;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
        line-height: 40px;
        text-align: center;
    }
    .lp-flow__triangle {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 50px 0 50px;
        border-color: rgba(75, 203, 146, 0.6) transparent transparent transparent; 
        margin: 0 auto 30px;
    }
    .lp-flow__text {
        width: 100%;
    }
    .lp-flow__title {
        display: inline-block;
        width: calc( 100% - 40px);
        margin-left: -10px;
        font-size: 18px;
    }
    .lp-flow__sub {
        display: block;
        margin: 10px 0 30px;
        font-size: 14px;
    }
}

.lp__index {
    padding: 40px 0 0;
}
.lp__text {
    text-align: center;
}
.lp__strong {
    font-weight: bold;
    color: #ECB935;
}
.lp__container {
    max-width: 900px;
    margin: 0 auto;
}
.lp-button__area {
    margin: 50px 0 100px;
    text-align: center;
}
.lp-button {
    background-color: #ECB935;
    color: #fff;
    display: block;
    height: 60px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.lp-button:hover {
    background-color: #4BCB92;
    color: #fff;
}
.lp-button__green {
    background-color: #4BCB92;
}
.lp-button__green:hover {
    background-color: #ECB935;
    color: #fff;
}
.lp-br-pc {
    display: block;
}
.lp-br-992 {
    display: none;
}
.lp-br-768 {
    display: none;
}
@media only screen and (max-width: 992px) {
    .lp-br-pc {
        display: none;
    }
    .lp-br-992 {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .lp__text {
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
    }
    .lp-br-768 {
        display: block;
    }
    .lp-button {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }
}