body {
    color:#555;
    font-size:1.5rem;
    letter-spacing:0.1rem;
    line-height:1.75;
    min-width:320px;
    overflow-x:hidden;
    font-family: 'Open Sans', sans-serif;
}

.lp-content-section {
    padding: 48px 0;
}
.lp-btn {
    display: inline-block;
    width: 260px;
    height: 48px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 900;
    background: #21ADE2;
    transition: .4s;
    position: relative;
    font-size: 1.4rem;
}
.lp-btn::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    content: '\f054';
    font-family: "Font Awesome 5 Free", serif;
    color: #FFF;
    z-index: 5;
    font-size: 1.1rem;
}
.lp-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFF;
}

.lp-btn a:hover {
    opacity: 1;
}

.product-lp-catch-area {
    padding: 16px 0;
}

.catch-img-sp {
    display: none;
}
.product-lp-title {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 4.6rem;
    color: #157095;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
}
.product-lp-title-bubble {
    padding: 40px 0;
    background: #21ADE2;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 4.6rem;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    position: relative;
}
.product-lp-title-bubble::after {
    content: "";
    width: 0;
    height: 0;
    bottom: -18px;
    border-style: solid;
    border-width: 18px 25px 0 25px;
    border-color: #21ADE2 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -25px;
}
.lp-button {
    background: #21ade2;
    font-size: 1.5rem;
    width: 280px;
    height: 56px;
    border-radius: 5px;
}
.lp-button a {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap:12px;
}
.lp-button a:active {
    border-radius: 5px;
}

.top-contact-btn {
    background-image: linear-gradient(45deg, #F4511E 0%, #FF8A65 100%);
    font-size: 2rem;
    padding: 24px 16px;
    width: 100%;
    border-radius: 50px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.top-contact-btn a {
    font-family: "Open Sans", sans-serif;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap:6px;
    border-radius: 50px;
    font-weight: 900;
    position: relative;
}
.top-contact-btn a .bubble {
    font-size: 0.6em;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 240px;
    padding: 4px 0;
    color: #E64A19;
    border: 2px solid #E64A19;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.top-contact-btn a .bubble:before,
.top-contact-btn a .bubble:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
}
.top-contact-btn a .bubble:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #E64A19 transparent transparent transparent;
}

.top-contact-btn a .bubble:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.blue-text {
    color: #21ade2;
    font-weight: 900;
    padding: 0 2px;
}
#topContact {
    padding: 16px 0;
    background: #21ade2;
}

#topContact .detail {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 3.2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
#topContact .detail .btn-area {
    display: flex;
    align-items: center;
    flex-basis: 400px;
}
#introduction {
    background: url("/images/bg_border.png"), #f9f9f9;
}

#introduction .word {
    text-align: center;
    font-weight: 900;
    font-size: 3.2rem;
    font-family: 'Open Sans', sans-serif;
}

#introduction .card {
    margin-top: 24px;
    padding: 48px 112px;
    font-size: 2.4rem;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

#introduction ul.card li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
}

#introduction .card li:last-of-type {
    margin-bottom: 0;
}

#introduction .text {
    position: relative;
    padding-left: 48px;
}

#introduction .text::before {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    background: #26A69A;
    color: #FFF;
    line-height: 2.4rem;
    padding: 6px;
    border-radius: 50px;
}

#pr {
    padding: 48px 0;
    text-align: center;
    background: #157095;
    color: #FFF;
    position: relative;
}

#pr .text-area {
    font-size: 3.2rem;
    font-weight: 900;
}

#pr::after {
    content: "";
    width: 0;
    height: 0;
    bottom: -18px;
    border-style: solid;
    border-width: 18px 25px 0 25px;
    border-color: #157095 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -25px;
}

#features .title-contents {
    margin-top:24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

#features .title-contents .content {
    background:#ECF7FD;
    color: #21ade2;
    display: flex;
    padding: 16px 32px;
    align-items: center;
    gap: 16px;
    flex-basis: calc(50% - 12px);
    border-radius: 12px;
}

#features .title-contents .content .number {
    font-size: 3.6rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #21ade2;
}

#features .content-title {
    font-family: 'Open Sans', sans-serif;
    color: #21ade2;
    font-size: 2.8rem;
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
}

#comparison table {
    margin-top:40px;
    font-family: "Open Sans", sans-serif;
}

#comparison table td,  #comparison table th {
    line-height: 3.6rem;
    border: solid 1px #FFF;
    border-collapse: collapse;
    border-radius: 2px;
}

#comparison table .td-sorvast {
    border-radius: 2px;
}

#comparison table .title {
    color: #FFF;
    font-size:1.8rem;
    padding: 16px;
}

#comparison table .sub-title {
    font-size:1.8rem;
    padding: 16px;
    color: #FFF;
}

#comparison table .company {
    font-size:2.4rem;
    font-weight: 900;
    padding: 16px;
    color: #FFF;
}

#comparison table .td-other {
    background: #F4F4F4;
}

#comparison table td {
    font-size:2.4rem;
    padding: 24px 16px;
}

.beforeAfter {
    background: url("/images/bg_border.png"), #20ade2;
    color: #FFF;
}

.beforeAfter .content-area {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.beforeAfter .content-area .text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    flex: 1;
}
.beforeAfter .content-area .img-area {
    flex: 1;
}
.beforeAfter .content-area .title {
    text-align: center;
    font-size: 4rem;
    font-weight: 900;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
}
.beforeAfter .content-area .sub-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
}

.beforeAfter .content-area .text {
    margin-top: 32px;
}
.sorvastContact .contents {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.sorvastContact .contents .content {
    width: 100%;
    flex: 1;
    border-radius: 12px;
}
.sorvastContact .contents .content .title {
    color: #FFF;
    border-radius: 10px 10px 0 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    width: 100%;
    padding: 20px 0;
}
.sorvastContact .contents .content .num {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 4.8rem;
    line-height: 6rem;
    font-weight: 900;
    padding: 8px;
}
.sorvastContact .contents .green-area {
    border: 3px solid #26A69A;
}
.sorvastContact .contents .blue-area {
    border: 3px solid #157095;
}
.sorvastContact .contents .content .green {
    background: #26A69A;
}
.sorvastContact .contents .content .blue {
    background: #157095;
}
.sorvastContact .btn-area {
    margin-top: 32px;
    display: flex;
    align-items: center;
}
#howToUse {
    background: #ECF7fD;
}

#howToUse .description {
    margin: 24px 0 48px 0;
}

#howToUse .description .img-area {
    border-radius: 12px;
    background: #fff;
    padding: 56px;
}

#howToUse .detail {
    margin-top: 48px;
}

#howToUse .detail ul.case {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}
#howToUse .detail ul.case li {
    padding: 32px;
    flex-basis: calc(100% / 2 - 12px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    position: relative;
    border: 3px solid #21ADE2;
    box-sizing: border-box;
}

#howToUse .detail ul.case li .text {
    color: #21ADE2;
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}

#howToUse .detail ul.case li .step {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 24px;
    margin: 0;
    padding: 12px 0 0;
    z-index: 2;
    width: 56px;
    text-align: center;
    color: white;
    font-size: 2.4rem;
    background: #21ADE2;
    border-radius: 2px 0 0 0;
    font-weight: 600;
}
#howToUse .detail ul.case li img {
    height: 200px;
    width: auto;
    margin: auto;
}
#howToUse .detail ul.case li .step:before {
    content: 'STEP';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    font-size: .4em;
    color: #FFF;
}
#howToUse .detail ul.case li .step:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 12px solid #21ADE2;
}
#howToUse .complete {
    margin-top: 48px;
    background: #FFF;
    border-radius: 12px;
    padding: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 3px solid #FFE102;
}
#howToUse .complete .text {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
    color: #157095;
}
#howToUse .complete img {
    width: 75%;
    margin: auto;
}
#howToUse .complete .step {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 24px;
    margin: 0;
    padding: 10px 0 6px;
    z-index: 2;
    width: 140px;
    text-align: center;
    color: #FFF;
    font-size: 2.2rem;
    background: #FFE102;
    border-radius: 2px 0 0 0;
    font-weight: 900;
}
#howToUse .complete .step:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 16px solid #FFE102;
}
#howToUse .complete::before {
    position: absolute;
    content: '';
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 18px 25px 0 25px;
    border-color: #21ADE2 transparent transparent transparent;
}
#prices .contents {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
#prices .contents .content {
    width: 100%;
    flex: 1;
    border-radius: 12px;
}
#prices .contents .content .title {
    color: #FFF;
    border-radius: 10px 10px 0 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    width: 100%;
    padding: 16px 0;
}
#prices .contents .green-area {
    border: 3px solid #26A69A;
}
#prices .contents .blue-area {
    border: 3px solid #157095;
}
#prices .contents .content .green {
    background: #26A69A;
}
#prices .contents .content .blue {
    background: #157095;
}
#prices .card {
    padding: 32px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    height: 87%;
}
#prices ul.list {
    font-size: 2rem;
}
#prices ul.list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
}
#prices ul.list li:last-of-type {
    margin-bottom: 0;
}
#prices .example {
    flex-basis: 100%;
    background: #F4F4F4;
    padding: 24px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

#prices .example::before {
    position: absolute;
    top: -18px;
    font-size: 2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    content: "製品例";
}

#prices ul.products {
    flex: 1;
}
#prices ul.products li {
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 8px;
}
#prices ul.products li:last-of-type {
    margin-bottom: 0;
}
#prices .text {
    position: relative;
    padding-left: 48px;
}

#prices .blue-area .card .text::before {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    color: #FFF;
    line-height: 2rem;
    padding: 6px;
    border-radius: 50px;
    background: #157095;
}
#prices .green-area .card .text::before {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    color: #FFF;
    line-height: 2rem;
    padding: 6px;
    border-radius: 50px;
    background: #26A69A;
}
.price-table, .price-table table {
    margin-top: 48px;
    font-family: "Open Sans", sans-serif;
}
.price-table table .table-row-blue {
    border: 3px solid #157095;
}
.price-table table .table-row-green {
    border: 3px solid #26A69A;
}
.price-table table .title, .price-table table .sub-title {
    color: #FFF;
    padding: 16px;
}
.price-table table .title {
    padding: 24px 8px;
    font-size: 2rem;
}
.price-table table .sub-title {
    font-size: 2.8rem;
    font-weight: 900;
}
.price-table table td, .price-table table th {
    padding: 32px 0;
}
.price-table table .data {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 3.2rem;
}
.price-table table .operator {
    font-size: 2.4rem;
}
#sorvastProducts {
    background: #fefefe;
}

#sorvastProducts .title-contents {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

#sorvastProducts .title-area {
    padding: 16px;
    flex-basis: calc(100% / 2 - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    color: #21ADE2;
    border-bottom: 3px solid #21ADE2;
}

#sorvastProducts .title-area .title {
    padding-left: 32px;
    font-size: 2.8rem;
    font-weight: 900;
    position: relative;
}

#sorvastProducts .title-area .factory::before, #sorvastProducts .title-area .evacuation::before, #sorvastProducts .title-area .security::before, #sorvastProducts .title-area .hobby::before {
    font-size: 2.8rem;
    position: absolute;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
#sorvastProducts .title-area .factory::before {
    content: "\f275";
}
#sorvastProducts .title-area .evacuation::before {
    content: "\f70c";
}
#sorvastProducts .title-area .security::before {
    content: "\f015";
}
#sorvastProducts .title-area .hobby::before {
    content: "\f3ed";
}

#sorvastProducts .products {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

#sorvastProducts .products .category {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#sorvastProducts .contents {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

#sorvastProducts .contents .image {
    margin: auto;
}

#sorvastProducts .contents .image img {
    height: 200px;
    width: auto;
    margin: auto;
}

#sorvastProducts .contents .text-area {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

#sorvastProducts .contents .summary {
    font-size: 2rem;
    color: #157095;
    font-weight: 900;
}

#sorvastProducts .contents .card {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 32px;
    flex-basis: calc(50% - 12px);
}

#sorvastProducts .contents .card .btn-area {
    display: flex;
    justify-content: center;
}

#sorvastProducts .contents .product-name {
    color: #555;
    font-family: "Open Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
}

#sorvastProducts .contents .card .detail {
    margin-top: 16px;
    background: #FFF;
    flex-direction: column;
    display: flex;
    gap: 24px;
}
#sorvastProducts .contents .detail .price-area {
    line-height: 3.2rem;
    display: flex;
    justify-content: end;
    gap: 16px;
    align-items: end;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
}
#sorvastProducts .contents .detail .price-area .price {
    font-size: 2em;
}
.emphasis {
    font-weight: 900;
    padding: 0 4px;
    background: linear-gradient(transparent 70%, #FFE102 70%);
}

#aboutSorvast {
    background: #ECF7fD;
}

#aboutSorvast .description {
    margin-top: 40px;
}

#aboutSorvast .title-contents {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#aboutSorvast .title-contents .title-area {
    flex-basis: calc(100% / 3);
}
#aboutSorvast .contents {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
}
#aboutSorvast .sub-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 2.8rem;
    padding: 20px;
    border-bottom: solid 8px #FFF;
    position: relative;
}

#aboutSorvast .sub-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 8px #21ade2;
    bottom: -8px;
    left: 0;
    width: 100px;
}
#aboutSorvast .sub-title:before {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 100px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 8px transparent;
    border-top: solid 8px #21ade2;
}
#aboutSorvast .blue-text {
    color: #21ADE2;
    padding: 0 4px;
    font-size: 2rem;
}
#aboutSorvast .future {
    background: #FFF;
    border-radius: 12px;
    margin-top: 24px;
    display: flex;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#aboutSorvast .future .image {
    flex: 1;
    background-image: url("/images/top-company.jpg");
    border-radius: 12px 0 0 12px;
    background-size: cover;
    background-position: center;
}
#aboutSorvast .future .text {
    padding: 32px;
    flex: 1;
}
.timeline {
    padding-left: 40px;
    margin-top: 24px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.timeline li {
    position: relative;
    border-left: 4px #CFD8DC solid;
    padding: 32px;
}
.timeline li h3 {
    font-weight: 900;
    font-size: 2.4rem;
    font-family: "Open Sans", sans-serif;
    color: #157095;
}
.timeline li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #21ade2;
    position: absolute;
    left: -10px;
    top: 44px;
    border-radius: 100%;
}
.timeline-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.origin {
    background: #FFF;
    margin-top: 24px;
    position: relative;
    border-radius: 12px;
    padding: 80px 40px 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.origin .title {
    font-weight: 900;
    text-align: center;
    font-size: 3.2rem;
    color: #157095;
}

.origin .word {
    position: relative;
}

.origin .word::before {
    position: absolute;
    top: -32px;
    left: 50%;
    width: 150px;
    content: attr(data);
    font-size: 1.5rem;
    color: #21ade2;
    transform: translateX(-50%)
}

.feature_contents {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature_contents .content {
    background:#ECF7FD;
    padding: 32px;
    position: relative;
    border-radius: 12px;
}

.feature_contents .content .card {
    display: flex;
    gap: 40px;
}
.feature_contents .content .card .text {
    margin-top:16px;
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.feature_contents .content .number {
    color: #21ade2;
    position: absolute;
    font-size: 5.6rem;
    font-weight: 900;
    top: -48px;
    left: 32px;
}
.br {
    display: none;
}
.br-none {
    display: inline;
}

@media only screen and (max-width:1080px) {
    #sorvastProducts .contents .image img {
        height: 150px;
    }
    #howToUse .detail ul.case li img {
        height: 150px;
    }
}

@media only screen and (max-width:720px) {
    .product-lp-catch-area {
        padding: 20px 0;
    }
    .catch-img {
        display: none;
    }
    .catch-img-sp {
        display: block;
    }
    .top-contact-btn {
        font-size: 1.8rem;
    }
    #topContact {
        padding: 16px 0;
    }
    #topContact .detail {
        font-size: 1.6rem;
        display: block;
        width: 100%;
    }
    #topContact .detail .btn-area {
        margin-top: 16px;
    }
    #introduction .word {
        font-size: 2rem;
    }
    #introduction .card {
        margin-top: 16px;
        padding: 20px;
        font-size: 1.6rem;
    }
    #introduction ul.card li {
        margin-bottom: 16px;
    }
    #introduction ul.card li:last-of-type {
        margin-bottom: 0;
    }
    #introduction .text {
        padding-left: 40px;
    }
    #introduction .text::before {
        line-height: 1.6rem;
        padding: 5px;
    }
    #pr {
        padding: 24px 0;
    }
    #pr .text-area {
        font-size: 1.6rem;
    }
    .lp-content-section {
        padding: 32px 0;
    }
    .product-lp-title {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    .product-lp-title-bubble {
        padding: 20px 0;
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    #features .title-contents {
        margin-top:16px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 12px;
    }

    #features .title-contents .content {
        display:flex;
        padding: 10px 20px;
        align-items: center;
        gap: 10px;
        flex-basis: 100%;
    }
    #features .title-contents .content .number {
        font-size: 2.4rem;
    }
    #features .feature_contents .content .number {
        font-size: 4rem;
        top: -40px;
        left: 20px;
    }
    #features .content-title {
        font-size: 2rem;
        font-weight: 900;

    }
    .feature_contents {
        margin-top: 40px;
        gap: 32px;
    }
    .feature_contents .content {
        padding: 20px;
        position: relative;
    }
    .feature_contents .content .card {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .emphasis {
        padding: 0 4px;
    }
    #comparison table thead th {
        display: none;
    }
    #comparison table {
        margin-top:32px;
        border-collapse: collapse;
    }
    #comparison table td {
        padding: 12px;
        display: block;
        border-radius: 4px;
    }
    #comparison table td[data-title]::before {
        content: attr(data-title) "";
        padding: 0 10px 0 0;
        display: inline;
    }
    #comparison table .sub-title {
        font-size:1.5rem;
        padding: 4px;
        color: #FFF;
    }
    #comparison table .td-sorvast {
        border: 4px solid #21ADE2;
        font-size: 2rem;
    }
    #comparison table .td-other {
        padding: 6px;
        font-size:1.6rem;
    }
    .br {
        display: inline;
    }
    .br-none {
        display: none;
    }
    .beforeAfter .content-area {
        flex-direction: column;
        gap: 16px;
    }
    .beforeAfter .content-area .text-area {
        flex: 100%;
    }
    .beforeAfter .content-area .img-area {
        flex: 100%;
    }
    .beforeAfter .content-area .title {
        font-size: 2.4rem;
    }
    .beforeAfter .content-area .sub-title {
        font-size: 1.6rem;
    }
    .beforeAfter .content-area .text {
        margin-top: 8px;
    }
    .sorvastContact .contents {
        margin-top: 24px;
        flex-direction: column;
        gap: 16px;
    }
    .sorvastContact .contents .content .title {
        font-size: 2rem;
        padding: 8px 0;
    }
    .sorvastContact .contents .content .num {
        text-align: center;
        font-size: 4rem;
        line-height: 5.6rem;
        font-weight: 900;
        padding: 8px;
    }
    .sorvastContact .btn-area {
        margin-top: 24px;
    }
    #prices .contents {
        margin-top:16px;
        gap: 16px;
        flex-direction: column;
    }
    #prices .contents .content {
        width: 100%;
        flex: 1;
        border-radius: 12px;
    }
    #prices .contents .content .title {
        font-size: 1.8rem;
        padding: 8px 0;
    }
    #prices .card {
        padding: 20px;
        gap: 32px;
    }
    #prices ul.list {
        font-size: 1.6rem;
    }
    #prices ul.list li {
        margin-bottom: 8px;
    }
    #prices .text {
        padding-left: 40px;
    }
    #prices .blue-area ul.list .text::before {
        line-height: 1.6rem;
        padding: 5px;
    }
    #prices .green-area ul.list .text::before {
        line-height: 1.6rem;
        padding: 5px;
    }
    #prices .example {
        padding: 16px;
    }
    #prices .example::before {
        top: -14px;
        font-size: 1.6rem;
    }
    #prices ul.products {
        flex: 1;
    }
    #prices ul.products li {
        font-family: "Open Sans", sans-serif;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    #prices ul.products li:last-of-type {
        margin-bottom: 0;
    }
    .price-table, .price-table table {
        margin-top: 32px;
    }
    .price-table table {
        width: 100%;
    }
    .price-table table .title, .price-table table .sub-title {
        padding: 8px 0;
    }
    .price-table table .title {
        font-size: 1.4rem;
    }
    .price-table table .sub-title {
        padding: 10px;
        font-size: 1.8rem;
    }
    .price-table table td {
        padding: 20px 0;
    }
    .price-table table .data {
        line-height: 1.8rem;
        font-size: 1.7rem;
    }
    .price-table table .operator {
        font-size: 1.2rem;
    }
    #howToUse .complete {
        margin-top: 48px;
        padding: 16px;
    }
    #howToUse .complete .text {
        text-align: start;
        font-size: 1.8rem;
    }
    #howToUse .description .img-area {
        padding: 16px;
    }
    #howToUse .description {
        margin: 16px 0 24px 0;
    }
    #howToUse .detail {
        margin-top: 32px;
    }
    #howToUse .detail ul.case {
        margin-top:16px;
        flex-direction: column;
        gap: 16px;
    }
    #howToUse .detail ul.case li {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 270px;
    }
    #howToUse .detail ul.case li img {
        height: 130px;
    }
    #howToUse .detail ul.case li .text {
        font-size: 1.8rem;
    }

    #howToUse .detail ul.case li .step {
        left: 16px;
        padding: 12px 0 0;
        width: 44px;
        font-size: 2rem;
    }
    #howToUse .detail ul.case li .step:before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 5px;
        font-size: .4em;
        color: #FFF;
    }
    #howToUse .detail ul.case li .step:after {
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 10px solid #21ADE2;
    }
    #sorvastProducts .title-contents {
        margin-top:16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    #sorvastProducts .title-area {
        padding: 10px;
        flex-basis: 100%;
    }
    #sorvastProducts .title-area .title {
        padding-left: 28px;
        font-size: 2rem;
    }
    #sorvastProducts .title-area .factory::before, #sorvastProducts .title-area .evacuation::before, #sorvastProducts .title-area .security::before, #sorvastProducts .title-area .hobby::before {
        left: 0;
        font-size: 2rem;
        line-height: 3rem;
    }
    #sorvastProducts .products .product-name {
        font-size: 2rem;
    }
    #sorvastProducts .products {
        margin-top: 40px;
        gap: 24px;
    }
    #sorvastProducts .contents {
        margin-top: 16px;
        padding-bottom: 8px;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 16px;
    }
    #sorvastProducts .contents .card {
        flex-basis: 100%;
        padding: 20px;
    }
    #sorvastProducts .contents .card .detail {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    #sorvastProducts .contents .image {
        margin: auto;
    }
    #sorvastProducts .contents .image img {
        max-width: 300px;
        max-height: 240px;
    }
    #sorvastProducts .contents .text-area {
        gap: 16px;
    }
    #sorvastProducts .contents .btn-area {
        justify-content: center;
    }
    #sorvastProducts .contents .summary {
        font-size: 1.6rem;
    }
    #sorvastProducts .contents .detail .price-area {
        font-size: 1.3rem;
        line-height: 2.8rem;
        gap: 8px;
    }
    #howToUse .complete img {
        width: 90%;
        margin: 16px auto auto;
    }
    #howToUse .complete .step {
        left: 16px;
        padding: 6px 0 2px;
        width: 100px;
        font-size: 1.6rem;
    }
    #howToUse .complete .step:after {
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
    }
    .origin {
        margin-top: 16px;
        padding: 72px 0 0;
    }
    .origin .title {
        font-size: 1.6rem;
    }
    .origin .word::before {
        top: -24px;
        font-size: 1.1rem;
    }
    .origin:after {
        border-width: 0 0 24px 24px;
    }
    #aboutSorvast .description {
        margin-top: 24px;
        padding: 20px;
    }
    #aboutSorvast .blue-text {
        font-size: 1.8rem;
    }
    #aboutSorvast .sub-title {
        font-size: 2rem;
        border-bottom: solid 6px #FFF;
        padding: 12px;
    }
    #aboutSorvast .sub-title:after {
        border-bottom: solid 6px #21ade2;;
        bottom: -6px;
    }
    #aboutSorvast .sub-title:before {
        bottom: -6px;
        border-right: solid 6px transparent;
        border-top: solid 6px #21ade2;;
    }
    #aboutSorvast .title-contents {
        margin-top:16px;
        flex-direction: column;
        gap: 12px;
    }
    #aboutSorvast .title-contents .title-area {
        flex-basis: 100%;
    }
    #aboutSorvast .contents {
        gap: 20px;
        margin-top: 40px;
    }
    #aboutSorvast .future {
        margin-top: 16px;
        display: block;
    }
    #aboutSorvast .future .text {
        padding: 20px;
    }
    #aboutSorvast .future .image {
        width: auto;
        height: 300px;
        background-image: url("/images/top-company.jpg");
        border-radius: 12px 12px 0 0;
        background-size: cover;
    }
    .timeline {
        padding-left: 16px;
        margin-top: 16px;
    }
    .timeline li {
        padding: 16px 16px 16px 24px;
    }
    .timeline li h3 {
        font-size: 1.8rem;
    }
    .timeline li:before {
        content: '';
        width: 16px;
        height: 16px;
        background: #21ade2;
        position: absolute;
        left: -10px;
        top: 23px;
        border-radius: 100%;
    }
    .timeline-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

@media only screen and (max-width:640px) {
}


@media only screen and (max-width:480px) {
    .product-lp-title {
        font-size: 2.4rem;
    }
    .product-lp-title-bubble {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width:320px) {
    #pr .text-area {
        font-size: 1.5rem;
    }
    #howToUse .detail ul.case li img {
        height: 120px;
    }
}