#info_area{
    margin: 0;
    height: 100%;
    min-height: 750px;
}

.lp-header{
    width: 100%;
}

.arrow {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
}
.arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 50%, #B4EDFC 50%) left,
                linear-gradient(to bottom right, transparent 50%, #B4EDFC 50%) right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}
.arrow-blue {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #B4EDFC;
}
.arrow-blue::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 50%, #ffffff 50%) left,
                linear-gradient(to bottom right, transparent 50%, #ffffff 50%) right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}
h2.header-message{
    margin: -7px 0 -1px 0;
    text-align: center;
    color: #705246;
    font-weight: bold;
    padding-top: 30px;
    font-size: 32px;
}
.white_container{
    background: #ffffff;
}
.need-container{
    text-align: center;
    padding-top: 50px;
    background: #B4EDFC;
}
.need-container img{
    width: 80%;
    padding-bottom: 36px;
    display: block;
    margin: 0 auto;
}
.need-container p{
    font-size: 14px;
    padding: 0 16px;
    color: #898989;
}
.lp-center{
    text-align: center;
}
.howto-container{
    padding-top: 50px;
}
.howto-container p{
    font-size: 18px;
    padding: 12px 48px;
}
.cando-container{
    padding-top: 24px;
    padding-bottom: 50px;
}
.cando-container p{
    font-size: 18px;
    padding: 12px 48px;
}
.howto-img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.footer-container{
    background: #B4EDFC;
}
.footer-container img{
    width: 100%;
}
.pluscycle-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.pluscycle-container img{
    width: 30%;
}
.pluscycle-logo{
    width: 80%;
}
.device-img{
    width: 25%;
}
.pluscycle-title{
    margin-top: 40px;
}
.button {
    display: flex;
    justify-content: center;
    padding: 16px 0;
    margin-bottom: 24px;
}

.button a {
    border-radius: 2em;
    width: calc(100% - 32px);
    margin: 0 16px;
    color: #fff;
    background-color: #FF6100;
    padding: 0.5em 0;
    text-align: center;
    letter-spacing: 0.08em;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    font-family: "Hiragino Kaku Gothic ProN W6", sans-serif;
    font-size: 1.1em;
    text-decoration: none;
}
.button a span{
    vertical-align: -5px;
    margin-left: 5px;
}
.start-button-header {
    display: flex;
    justify-content: center;
    padding: 4px 0 36px 0;
    background: #B4EDFC;
    margin-top: -7px;
}
.start-button-top {
    display: flex;
    justify-content: center;
    padding: 0 0 24px 0;
    background: #B4EDFC;
}
.start-button-buttom {
    display: flex;
    justify-content: center;
    padding: 24px 0 24px 0;
    background: #FFF;
}

.start-button{
    border-radius: 2em;
    width: calc(100% - 32px);
    margin: 0 48px;
    color: #fff;
    background-color: #00CC56;
    padding: 0.5em 0;
    text-align: center;
    letter-spacing: 0.08em;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    font-family: "Hiragino Kaku Gothic ProN W6", sans-serif;
    font-size: 1.1em;
    text-decoration: none;
}
