h2.lp_title_area {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}

span.lp_title {
    display: inline-block;
    position: relative;
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    margin: 0 auto !important;
    padding: 15px 20px 10px 20px;
    background: #3da538;
    border-radius: 25px 25px 0 0;
    text-align: center;
}

span.lp_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 70%;
    height: 4px;
    border-radius: 10px;
    transform: translateX(-50%);
    background: #fff;
}

#lp_contents {
    margin-bottom: 50px;
}

#lp_contents h3 {
    text-align: center;
    font-size: 25px;
}

.bg_green {
    background: #3da538;
    color: #fff !important;
    text-align: center;
}

.bg_orange {
    background: #f8b500;
    color: #fff !important;
    text-align: center;
}

.bg_clear {
    background: #fff;
    color: #555 !important;
    padding: 0 10px;
}

.bg_yellow_border {
    background-color: #fff684;
    background-image: linear-gradient(#fff 50%, transparent 50%, transparent 100%);
    background-size: 45px 45px;
}

.bg_green_arch {
    position: relative;
    height: 18vh;
    margin-bottom: -1px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201280%20103.43%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233da538%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22green_arch%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1280%2C103.43C1082.52%2C42.29%2C872%2C0%2C654.42%2C0%2C425.58%2C0%2C206.34%2C36.07%2C0%2C103.43Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    text-align: center;
}

.bg_green_arch span.text_surround {
    display: block;
    width: 100%;
    position: absolute;
    padding: 0 !important;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

#lp_contents .fr_clear, #lp_contents .fr_lime {
    display: block;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

#lp_contents .scene_img {
    display: block;
    width: 100%;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
}

#lp_contents .fr_lime .scene_img {
    border: 3px solid #8fc31f;
    border-radius: 10px;
}

#lp_contents .lp_wrap {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    overflow: hidden;
}

#lp_contents section {
    width: 100%;
    max-width: 1000px;
    min-height: auto;
    min-height: initial;
    margin: 0 auto;
    padding: 30px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

#lp_contents .solocon_logo_large {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}

#lp_contents .solocon_logo_large img {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

#lp_contents span {
    display: inline-block;
    padding-bottom: 10px;
}

#lp_contents span.font-red {
    display: inline-block;
    color: #f00;
    padding: 0 !important;
}

#lp_contents span.font-green {
    display: inline-block;
    color: #f00;
    padding: 0 !important;
}

#lp_contents span.font-blue {
    display: inline-block;
    color: #f00;
    padding: 0 !important;
}

#lp_contents span.font-white {
    display: inline-block;
    color: #fff;
}

#lp_contents span.font-large {
    font-size: 30px;
    padding: 0;
}

#lp_contents span.font-small {
    font-size: 12px;
    padding: 0;
}

#lp_contents span.font-line {
    display: inline-block;
    padding: 0px 5px;
    background: #00b900;
    font-size: 28px;
    color: #fff;
    font-family: 'Play', sans-serif;
}

#lp_contents .announce_area {
    position: relative;
    max-width: 600px;
    height: 195px;
    margin: 0 auto;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    box-sizing: border-box;
}

#lp_contents .announce_area .announce_bg, #lp_contents .announce_area .announce_male_bg {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
}

#lp_contents .announce_area .announce_bg {
    background-image: url('https://solosoloconcier.jp/wp/wp-content/uploads/announce.png');
}

#lp_contents .announce_area .announce_male_bg {
    background-image: url('https://solosoloconcier.jp/wp/wp-content/uploads/announce_male.png');
}

#lp_contents .announce_area p {
    display: block;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 15%;
    width: 85%;
    margin: 0;
    font-size: 40px;
}

#lp_contents .arrow {
    width: 100%;
    padding: 10px 0;
}

#lp_contents .arrow img {
    display: block;
    margin: 0 auto;
    width: 150px;
}

#lp_contents .price_plan_area {
    position: relative;
    margin-top: 20px;
    padding: 40px 10px 10px;
    box-sizing: border-box;
}

#lp_contents .price_plan {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 10px 10px 10px;
    border: 3px solid #8fc31f;
    border-radius: 10px;
    box-sizing: border-box;
}

#lp_contents .price_plan .pp_title {
    position: absolute;
    top: -30px;
    left: -3px;
    padding: 10px 20px;
    font-size: 25px;
    color: #fff;
    background: #8fc31f;
    border-radius: 10px 10px 10px 0;
}

#lp_contents table.price_plan_table {
    text-align: left;
    margin: 0 auto;
    width: 100%;
}

#lp_contents table.price_plan_table th, #lp_contents table.price_plan_table td {
    border: 1px solid #333;
    padding: 5px 10px;
}

#lp_contents table.price_plan_table thead {
    text-align: center;
}

#lp_contents table.price_plan_table thead th:first-child {
    background: #aaddf7;
}

#lp_contents table.price_plan_table tbody th {
    background: #edf7fd;
}

#lp_contents table.price_plan_table tbody tr td {
    color: #f00;
    text-align: center;
}

#lp_contents .merits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#lp_contents .merits .merit {
    margin: 5px 20px;
    padding: 0;
    border: 3px solid #f8b500;
    border-radius: 10px;
    width: 250px;
}

#lp_contents .merits .merit img {
    display: block;
    height: 200px;
    padding: 10px;
    padding-bottom: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

#lp_contents .merits .merit span.bg_orange {
    display: inline-block;
    width: calc(100% + 2px);
    margin-left: -1px;
    padding: 5px 0;
    font-size: 20px;
}

#lp_contents .merits .merit p {
    text-align: left;
    padding: 0 10px;
}

#lp_contents ul {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    list-style: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
}

#lp_contents ul li {
    font-size: 20px;
    border-bottom: 1px dashed #ddd;
    padding: 5px 0;
    text-align: left;
    color: #555;
}

#lp_contents ul li::before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f8b500;
    margin-right: 5px;
}

@media screen and (max-width: 799px) {
    #lp_contents .announce_area {
        height: 37vw;
    }
    #lp_contents .announce_area p {
        display: block;
        position: absolute;
        top: 3.5vw;
        left: 50%;
        transform: translateX(-50%);
        font-size: 5vw;
    }
    #lp_contents ul li {
        font-size: 17px;
    }
}