/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    cursor: pointer;
    text-decoration: none;
}

video {
    width: 100%;
}

html {
    font-size: 62.5%;
}

body {
    /*     font-family: "游ゴシック Medium", "Yu Gothic Medium","游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif; */
    font-weight: 400;
    font-family: "source-han-sans-cjk-ja", "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    color: #000;
    line-height: 1.6;
    font-size: 1.6rem;
}

img {
    width: 100%;
    height: auto;
    border: none;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

.font-size-small {
    font-size: 0.9em;
}

.font-em {
    font-weight: 700;
    font-size: 1.1em;
}

.inner {
    max-width: 100%;
    width: 1248px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
}

.section {
    padding-top: 85px;
}

.btn-rounded {
    display: inline-block;
    width: 450px;
    max-width: 100%;
    background-color: #FA7D14;
    text-align: center;
    border-radius: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
}

.btn-rounded:focus, .btn-rounded:hover {
    opacity: 0.6;
}

.contact-card {
    max-width: 100%;
    width: 370px;
    padding: 20px 10px 10px;
    text-align: center;
    background-color: #fff;
    border: solid 2px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto;
}

.contact-card__call {
    font-weight: bold;
    margin: 0;
    line-height: 1.8;
}

.contact-card__tel {
    font-size: 3.6rem;
    color: #fa321e;
    font-weight: bold;
    margin: 0;
    line-height: 1.8;
}

.contact-card__tel a {
    color: #fa321e;
}

.contact-card__time {
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.8;
}

.util-tit {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    padding: 20px 20px;
}

.footer {
    padding-top: 60px;
    padding-bottom: 25px;
    background-color: #333333;
    color: #fff;
    /* background: #FFF; */
    /* color: #000; */
    /* font-family: "メイリオ", Meiryo, sans-serif; */
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 268px;
    flex: 0 0 268px;
}

.footer__right {
    margin-left: 75px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.footer__list {
    margin-top: 15px;
}

.footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__item + .footer__item {
    margin-top: 5px;
}

.footer__tit {
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
}

.footer__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 40px;
}

.footer__txt {
    line-height: 2.33333;
}

.footer__txt a {
    color: #FFF;
}

.copyright {
    margin-top: 55px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}

.contact-infp__txt {
    margin-top: 30px;
    text-align: center;
    line-height: 2;
}

.contact-info.section {
    padding: 85px 3% 0;
}

.contact-info__card {
    margin-top: 32px;
}

.contact {
    margin-top: 45px;
    /*     font-family: "メイリオ", Meiryo, sans-serif; */
    padding-bottom: 100px;
    padding-top: 0;
}

.contact input[type="text"], .contact input[type="email"], .contact textarea, .contact select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 1.6rem;
    padding: .2em 1.3em;
    background-color: #fff;
}

.contact input[type="text"], .contact input[type="email"], .contact select {
    height: 58px;
}

.contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact select::-ms-expand {
    display: none;
}

.contact textarea {
    min-height: 200px;
    resize: vertical;
    font-size: 16px;
    padding: 20px;
}

.contact__tit {
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #ff6600;
    font-size: 2.5rem;
    font-weight: bold;
}

.contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact__item + .contact__item {
    margin-top: 15px;
}

.contact__item-name .contact__item-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.contact__item-name .contact__item-input input {
    width: calc(50% - 40px * 1 / 2);
}

.contact__item-name .contact__item-input input + input {
    margin-left: 40px;
}

.contact__item-textarea .contact__item-title {
    height: 230px;
}

.contact__item-textarea .contact__item-input {
    padding: 11.5px 30px 11.5px 30px;
}

.contact__item--connect .contact__item-title {
    padding-top: 30px;
    height: 164px;
    line-height: 1;
}

.contact__item--connect .contact__item-input {
    padding: 25px 30px 25px 30px;
    width: 100%;
}

.contact__item--connect .contact__radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact__item--connect .contact__radio {
    margin-right: 50px;
}

.contact__item--connect .contact__radio:nth-child(2n) {
    margin-right: 0;
}

.contact__item--connect .contact__radio:nth-child(n + 3) {
    margin-top: 20px;
}

.contact__item-input-txt {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.6rem;
}

.contact__item-input-txt:first-of-type {
    margin-top: 20px;
}

.contact__item-input-txt + .contact__item-input-txt {
    margin-top: 10px;
}

.contact__item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    height: 80px;
    line-height: 80px;
    background-color: #1EBEA0;
    padding-left: 30px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
}

.contact__item-input {
    padding: 11px 90px 11px 30px;
    width: 100%;
    font-size: 1.8rem;
    background-color: #FAF8F5;
}

.contact__radio {
    display: block;
    position: relative;
}

.contact__radio-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.contact__radio-input:focus + .contact__radio-part::before {
    outline: -webkit-focus-ring-color auto 1px;
}

.contact__radio-input:checked + .contact__radio-part::after {
    opacity: 1;
}

.contact__radio-part {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.contact__radio-part::before, .contact__radio-part::after {
    content: "";
    display: inline-block;
    position: absolute;
}

.contact__radio-part::before {
    width: 19px;
    height: 19px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact__radio-part::after {
    width: 10.8px;
    height: 10.8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
    bottom: 9.1px;
    opacity: 0;
}

.contact__item-input__inner {
    margin-right: 15px;
    margin-left: 15px;
}

.apartment {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

.apartment input {
    max-width: 100%;
    width: 55% !important;
    margin-left: auto;
}

.contact__footer {
    margin-top: 65px;
}

.contact__submit {
    margin-top: 25px;
    text-align: center;
}

.contact__privacy {
    text-align: center;
    font-size: 1.8rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.contact__privacy a {
    color: #ff6600;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.contact__privacy a:hover, .contact__privacy a:focus {
    opacity: 0.6;
}

.contact__item-title-inner {
    color: #FFD20A;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .02em;
}

.merit {
    position: relative;
    padding-top: 300px;
}

.merit__body {
    position: absolute;
    bottom: 30%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    max-width: 888px;
    width: 100%;
    /*     font-family: "メイリオ", Meiryo, sans-serif; */
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
}

.merit__txt-body {
    margin-top: 30px;
}

.merit__list {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.merit__item {
    border-radius: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: calc(33.3333% - 20px * 2 / 3);
    margin-right: 20px;
    background-color: #1EBEC8;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.02em;
}

.merit__item:last-child {
    margin-right: 0;
}

.merit__pic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.merit__pic-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
}

.merit__body {
    background-color: rgba(255, 255, 255, 0.85);
}

.merit__txt {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 2.33333;
}

.mv {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(62%, #fff), color-stop(62%, #1EBEA0), to(#1EBEA0));
    background: linear-gradient(180deg, #fff 0%, #fff 62%, #1EBEA0 62%, #1EBEA0 100%);
    padding-bottom: 90px;
}

.mv__header {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 140px;
    background: transparent url(../img/mv-header.svg) no-repeat center center/cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mv__tit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.mv__header-body {
    margin-top: 20px;
    margin-left: 35px;
}

.mv__header-sub-tit {
    font-size: 8rem;
    font-weight: bold;
    line-height: 1;
}

.mv__header-txt {
    margin-top: 25px;
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1;
}

.mv__body {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mv__pic {
    margin-top: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative;
}

.mv__pic::after {
    position: absolute;
    content: "";
    background: transparent url(../img/plus.svg) no-repeat center center/cover;
    width: 50px;
    height: 50px;
    bottom: 50%;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    right: -100px;
}

.mv__video {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-left: 140px;
}

.mv__pic2 {
    margin-top: 25px;
}

.mv__video-txt {
    position: relative;
    text-align: center;
    font-size: 2.4rem;
    color: #333333;
}

.mv__video-txt::before, .mv__video-txt::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #333333;
}

.mv__video-txt::before {
    bottom: -5px;
    left: 45px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mv__video-txt::after {
    bottom: -5px;
    right: 45px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mv__footer {
    margin-top: 50px;
    text-align: center;
}

.mv__footer-tit {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
}

.mv__footer-txt {
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.33333;
    letter-spacing: .02em;
    color: #fff;
}

.problem {
    position: relative;
    padding-bottom: 100px;
}

.problem__pic {
    max-width: 440px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -9;
}

.problem__inner {
    width: 888px;
}

.problem__list {
    background-color: #fff;
    margin-top: 25px;
    /*     font-family: "メイリオ", Meiryo, sans-serif; */
    font-weight: bold;
    border-radius: 10px;
    padding: 40px;
    border: 3px solid #1EBEA0;
}

.problem__item {
    position: relative;
    font-size: 1.8rem;
    margin-left: 40px;
}

.problem__item span {
    color: #1EBEA0;
    font-size: 2rem;
}

.problem__item + .problem__item {
    margin-top: 15px;
}

.problem__item::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 27px;
    height: 28px;
    background: transparent url(../img/check.png) no-repeat center center/auto;
    left: -45px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.product {
    background-color: #FAF8F5;
    padding-bottom: 100px;
}

.product__inner {
    width: 1200px;
}

.product__list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__item {
    width: calc(33.3333% - 40px * 3 / 4);
    margin-right: 40px;
    padding-bottom: 15px;
    background-color: #fff;
}

.product__item:nth-child(n + 4) {
    margin-top: 40px;
}

.product__item:nth-child(3n) {
    margin-right: 0;
}

.product__item iframe {
    width: 100%;
    height: 235px;
}

.product__item-tit {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.solution {
    background-color: #FAF8F5;
    padding-bottom: 100px;
}

.solution__inner {
    width: 1248px;
}

.solution__tit-wrap {
    text-align: center;
}

.solution__tit {
    color: #fff;
    background-color: #FA321E;
    /* display: inline-block; */
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-shadow: 4px 4px #FFDC14;
    box-shadow: 4px 4px #FFDC14;
    line-height: 1.7;
}

.solution__tit small {
    font-size: 24px;
    display: block;
}

.solution__list {
    margin-top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.solution__item {
    position: relative;
    background-color: #fff;
    /*     font-family: "メイリオ", Meiryo, sans-serif; */
    padding: 85px 30px 30px;
    width: calc(33.3333% - 25px * 2 / 3);
    margin-right: 25px;
    border: 3px solid #FA321E;
    border-radius: 10px;
}

.solution__item:last-child {
    margin-right: 0;
}

.solution__pic {
    max-width: 120px;
    position: absolute;
    top: -80px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.solution__item-tit {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #FA321E;
    letter-spacing: 0.02em;
}

.solution__item-txt {
    margin-top: 13px;
    line-height: 1.9375;
    letter-spacing: 0.02em;
}

.step {
    background-color: #C8BEA0;
    padding-bottom: 100px;
}

.step__tit {
    color: #fff;
}

.step__txt {
    margin-top: 25px;
    text-align: center;
    font-size: 1.8rem;
    /*     font-family: "メイリオ", Meiryo, sans-serif; */
    letter-spacing: 0.02em;
    color: #fff;
}

.step__list {
    margin-top: 45px;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    /*     font-family: "メイリオ", Meiryo, sans-serif; */
}

.step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step__item + .step__item {
    margin-top: 20px;
}

.step__item:nth-child(2) {
    position: relative;
}

.step__item-tit {
    padding: 16px 25px 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 190px;
    flex: 1 1 190px;
    min-width: 190px;
    background-color: #7A6A56;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .02em;
}

.step__item-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    background-color: #FAF8F5;
    padding: 16px 40px;
}

.step__item-txt {
    letter-spacing: 0.02em;
}

.step__item-txt + .step__item-txt {
    margin-top: 10px;
}

.step__table, th, td {
    border-collapse: collapse;
    border: 1px solid #9FA0A0;
    letter-spacing: 0.02em;
}

.step__table-wrap {
    overflow-x: auto;
    white-space: nowrap;
}

.step__table {
    margin-top: 20px;
    border-right: none;
    border-left: none;
    background-color: #fff;
}

.step__table th {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.step__table th:first-child {
    text-align: left;
    border-left: none;
    max-width: 310px;
}

.step__table th:nth-child(n + 2) {
    width: 155px;
}

.step__table th:last-child {
    border-right: none;
}

.step__table td:first-child {
    border-left: none;
}

.step__table td:nth-child(n + 2) {
    text-align: center;
}

.step__table td:last-child {
    border-right: none;
}

.step__table th, .step__table td {
    padding: 12px 30px;
}

.step__pic {
    max-width: 173px;
    position: absolute;
    top: 61px;
    right: 60px;
}

.step__item-list-tit {
    margin-top: 20px;
}

.step__item-list {
    margin-top: 15px;
}

.step__list-item + .step__list-item {
    margin-top: 15px;
}

.video {
    position: relative;
    padding: 0;
}

.video__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video__item {
    width: 50%;
}

.video__body {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    max-width: 598px;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    background-color: #1EBEA0;
    /*     font-family: "メイリオ", Meiryo, sans-serif; */
}

.video__txt {
    margin-top: 25px;
    line-height: 2.33333;
    letter-spacing: 0.02em;
    font-size: 1.8rem;
    margin-bottom: 0;
}

.magazine {
    background: transparent url(../img/bg-magazine.jpg) no-repeat center center/cover;
    padding-bottom: 100px;
}

.magazine__inner {
    width: 900px;
}

.magazine__txt-wrap {
    margin-top: 30px;
    text-align: center;
    line-height: 2;
}

.magazine__tit {
    color: #fff;
}

.magazine__txt {
    color: #fff;
    font-size: 1.8rem;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

section {
    padding: 80px 3%;
}

section h2 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 40px;
    font-weight: bold;
}

section p {
    margin: 0 0 30px;
    line-height: 2.2;
    text-align: center;
}

.mv2 {
    background: rgb(229 0 18);
}

.mv2-header {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 0;
    padding: 20px 0 0;
}

.mv2-header img {
}

.mv2-footer {
    padding: 0px 3% 80px;
}

.mv2-footer .container {
}

.mv2-footer h2 {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 30px;
}

.mv2-footer p {
    text-align: center;
    color: #FFF;
    line-height: 2.2;
    font-size: 20px;
}

.lp-about {
}

.lp-about .container {
}

.lp-about h2 {
}

.lp-about p {
}

.border-block {
    border: 3px solid #1ebec8;
    border-radius: 20px;
    padding: 30px;
    margin: 0 0 20px;
}

.border-block h3 {
    text-align: center;
    font-size: 20px;
    color: #1ebea0;
    font-weight: bold;
    margin: 0 0 20px;
}

.border-block p {
    font-weight: bold;
    margin: 0;
}

.btn-01 {
    background: rgba(30,189,200,1);
    background: -moz-linear-gradient(left, rgba(30,189,200,1) 0%, rgba(30,190,161,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,189,200,1)), color-stop(100%, rgba(30,190,161,1)));
    background: -webkit-linear-gradient(left, rgba(30,189,200,1) 0%, rgba(30,190,161,1) 100%);
    background: -o-linear-gradient(left, rgba(30,189,200,1) 0%, rgba(30,190,161,1) 100%);
    background: -ms-linear-gradient(left, rgba(30,189,200,1) 0%, rgba(30,190,161,1) 100%);
    background: linear-gradient(to right, rgba(30,189,200,1) 0%, rgba(30,190,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebdc8', endColorstr='#1ebea1', GradientType=1 );
    display: block;
    max-width: 460px;
    margin: 30px auto;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 20px 10px;
    border-radius: 100px;
    font-weight: bold;
    position: relative;
}

.btn-01::before {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../../assets/img/common/v_01.svg") no-repeat top left;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.lp-special {
    background: #ffdc14;
}

.lp-special .container {
}

.lp-special h4 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
    position: relative;
    color: #fa321e;
    font-weight: bold;
}

.lp-special h4::before {
    content: " ";
    display: inline-block;
    width: 2px;
    height: 29px;
    background: #fa321e;
    position: relative;
    top: 4px;
    margin: 0 40px 0 0;
    transform: rotate(-25deg);
}

.lp-special h4::after {
    content: " ";
    display: inline-block;
    width: 2px;
    height: 29px;
    background: #fa321e;
    position: relative;
    top: 4px;
    margin: 0 0px 0 40px;
    transform: rotate(25deg);
}

.lp-special h2 {
    color: #fa321e;
    font-size: 36px;
}

.lp-special h2 strong {
    font-size: 46px;
}

.lp-special p {
    font-weight: bold;
}

.merit2 {
    background: url(../img/merit-pic.jpg) no-repeat center top;
    background-size: contain;
}

.merit2 .container {
    background: rgba(255,255,255,.83);
    padding: 60px 30px 0;
}

.merit2 h2 {
    margin: 0 0 80px;
}

.merit-block {
    border: 3px solid #1ebea0;
    border-radius: 14px;
    padding: 30px 20px 40px 190px;
    margin: 0 0 40px;
    position: relative;
}

.merit-block span {
    display: block;
    width: 120px;
    position: absolute;
    left: 34px;
    top: 40px;
}

.merit-block span img {
}

.merit-block h3 {
    color: #1ebea0;
    font-weight: bold;
    font-size: 28px;
    padding: 0 0 0 40px;
    position: relative;
}

.merit-block h3::before {
    content: " ";
    display: block;
    width: 26px;
    height: 26px;
    background: #1ebea0;
    border-radius: 30px;
    position: absolute;
    top: 9px;
    left: 0;
    margin: 0 auto;
}

.merit-block p {
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.lp-howto {
    background: #c8bea0;
}

.lp-howto .container {
    max-width: 1400px;
}

.lp-howto h2 {
    margin: 0 0 60px;
}

.howto-blocks {
}

.howto-blocks ul {
}

.howto-blocks li {
    width: 15.76%;
    background: #FFF;
    padding: 0px 10px 20px;
    border-radius: 10px;
    position: relative;
}

.howto-blocks li::before {
    content: " ";
    display: block;
    width: 21px;
    height: 33px;
    background: url("../../assets/img/common/v_02.svg") no-repeat top left;
    position: absolute;
    top: 27px;
    right: -17px;
    margin: 0 auto;
    z-index: 2;
}

.howto-blocks li:last-child::before {
    display: none;
}

.howto-blocks .icon {
    text-align: center;
    margin: -30px 0 20px;
}

.howto-blocks .icon img {
    max-width: 150px;
}

.howto-blocks h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 4px;
}

.howto-blocks p {
    font-size: 14px;
    margin: 0;
}

.lp_price {
    background: #e5d8c4;
}

.lp_price .container {
}

.lp_price h2 {
}

.lp_price h2 span {
    font-size: 30px;
    display: block;
}

.lp_price p {
}

.price-block {
    position: relative;
    padding: 40px 40px 0;
    margin: 0 0 50px;
}

.price-block::before {
    content: " ";
    display: block;
    width: 180px;
    height: 180px;
    background: url("../../assets/img/common/v_03.svg") no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.price-block .img {
    width: 50%;
    position: relative;
    z-index: 2;
}

.price-block .img img {
}

.price-block .txt {
    width: 470px;
    width: 46%;
}

.price-block h3 {
    font-size: 28px;
    margin: 0 0 20px;
    line-height: 1.6;
    font-weight: bold;
}

.price-block h3 span {
    font-size: 18px;
    display: block;
}

.price-block .txt p {
    text-align: left;
    font-weight: bold;
}

.price-block .txt p strong {
    font-size: 22px;
    padding: 0 10px;
    color: #F00;
}

.price-etc {
    background: #c8bea0;
}

.price-etc h2 {
    position: relative;
}

.price-etc h2::before {
    content: " ";
    display: block;
    width: 3px;
    height: 80px;
    transform: rotate(-25deg);
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    margin: auto 0;
}

.price-etc h2::after {
    content: " ";
    display: block;
    width: 3px;
    height: 80px;
    transform: rotate(25deg);
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto 0;
}

.price-etc ul {
}

.price-etc li {
    width: 23.7%;
    background: #FFF;
    padding: 20px 20px 20px;
}

.price-etc h3 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 30px;
}

.price-etc h3 span {
    font-size: 14px;
    display: block;
}

.price-etc img {
    height: 80px;
    width: 80px;
}

.price-etc .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-etc p {
    line-height: 1.6;
    margin: 20px 0 0;
}

.price-etc .btn-01 {
    border-radius: 0;
    font-size: 14px;
}

.price-etc .btn-01::before {
    display: none;
}

.lp-boxmerit {
}

.lp-boxmerit .container {
}

.boxmerit-block {
    margin: 0 0 80px;
}

.boxmerit-block h2 {
    background: #fa321e;
    color: #FFF;
    font-size: 40px;
    padding: 30px 0;
    line-height: 1.4;
    position: relative;
}

.boxmerit-block h2::before {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    background: url("../../assets/img/common/v_04.svg") no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
}

.boxmerit-block h2 span {
    display: block;
    font-size: 26px;
    position: relative;
}

.boxmerit-block h2 span::before {
    content: " ";
    display: inline-block;
    width: 2px;
    height: 22px;
    transform: rotate(-45deg);
    background: #FFF;
    position: relative;
    top: 0;
    margin: 0 20px 0 0px;
}

.boxmerit-block h2 span::after {
    content: " ";
    display: inline-block;
    width: 2px;
    height: 22px;
    transform: rotate(45deg);
    background: #FFF;
    position: relative;
    top: 0;
    margin: 0 0px 0 20px;
}

.boxmerit-block__list {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.boxmerit-block__list li {
    position: relative;
    padding: 0 0 0 120px;
}

.boxmerit-block__list span {
    display: block;
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
}

.boxmerit-block__list span img {
}

.boxmerit-block__list h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fa321e;
}

.boxmerit-block__list p {
    text-align: left;
    font-weight: bold;
}

.boxmerit-imgs {
}

.boxmerit-imgs ul {
    border: 1px solid #efefef;
}

.boxmerit-imgs li {
    width: 25%;
}

.boxmerit-imgs img {
}

.gotop {
    width: 60px;
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.gotop a {
    display: block;
}

@media all and (-ms-high-contrast: none) {
    .contact__radio-part::after {
        width: 10.9px;
        height: 10.9px;
        left: 5.55px;
    }
}

@media (min-width: 768px) {
    .hidden-sp-up {
        display: none;
    }
}

@media (min-width: 1248px) {
    .hidden-pc {
        display: none;
    }

    .hidden-tab-up {
        display: none;
    }
}

@media (max-width: 1247px) {
    .hidden-tab {
        display: none;
    }

    .inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .util-tit {
        font-size: 3.2rem;
    }

    .footer__inner {
        display: block;
    }

    .footer__left {
        max-width: 260px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer__right {
        margin-left: 0;
    }

    .contact__item {
        display: block;
    }

    .contact__item-textarea .contact__item-title {
        height: 100px;
        line-height: 100px;
    }

    .contact__item--connect .contact__item-title {
        padding-top: 0;
        height: 80px;
        line-height: 80px;
    }

    .contact__item--connect .contact__radio-wrap {
        display: block;
    }

    .contact__item--connect .contact__radio {
        margin-right: 0;
    }

    .contact__item--connect .contact__radio:nth-child(n + 3) {
        margin-right: 0;
    }

    .contact__item--connect .contact__radio {
        width: 100%;
    }

    .contact__radio + .contact__radio {
        margin-top: 20px !important;
    }

    .contact__item-input {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 1.6rem;
    }

    .merit__body {
        bottom: 10%;
    }

    .mv {
        padding-bottom: 45px;
    }

    .mv__header {
        max-width: 720px;
        padding-bottom: 70px;
        padding-top: 35px;
    }

    .mv__tit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    }

    .mv__header-sub-tit {
        font-size: 6rem;
    }

    .mv__header-txt {
        font-size: 3rem;
    }

    .mv__pic::after {
        width: 30px;
        height: 30px;
        right: -70px;
    }

    .mv__video {
        margin-left: 100px;
    }

    .mv__video-txt {
        font-size: 1.8rem;
    }

    .mv__video-txt::before {
        left: 0px;
        bottom: -10px;
    }

    .mv__video-txt::after {
        right: 0px;
        bottom: -10px;
    }

    .mv__footer-tit {
        font-size: 2.6rem;
    }

    .mv__footer-txt {
        margin-top: 20px;
        font-size: 1.6rem;
        letter-spacing: -0.02em;
    }

    .problem {
        padding-bottom: 40px;
    }

    .problem__pic {
        max-width: 350px;
    }

    .problem__list {
        padding: 25px 15px 30px 25px;
    }

    .problem__item span {
        font-size: 1.8rem;
    }

    .problem__item {
        font-size: 1.6rem;
        margin-left: 30px;
    }

    .problem__item::before {
        background: transparent url(../img/check.png) no-repeat center center/cover;
        width: 24px;
        height: 25px;
        left: -35px;
    }

    .product__item {
        width: calc(33.3333% - 20px * 3 / 4);
        margin-right: 20px;
    }

    .solution__tit {
        padding-right: 5px;
        padding-left: 5px;
    }

    .solution__item {
        padding: 65px 10px 30px;
    }

    .step__list {
        padding: 25px;
    }

    .step__item-tit {
        padding: 16px 15px 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 150px;
        flex: 1 1 150px;
        min-width: 150px;
    }

    .step__item-body {
        padding: 16px 25px;
    }

    .step__table th:nth-child(n + 2) {
        width: 120px;
    }

    .step__table th, .step__table td {
        padding: 12px 15px;
    }

    .step__pic {
        margin-top: 20px;
        position: static;
    }

    .video__body {
        max-width: 500px;
        padding-top: 30px;
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .pc {
        display:none;
    }

    .sp {
        display: block;
    }

    .hidden-sp {
        display: none;
    }

    .inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section {
        padding-top: 40px;
    }

    .btn-rounded {
        font-size: 1.6rem;
        height: 60px;
        line-height: 60px;
    }

    .contact-card__tel {
        font-size: 2.4rem;
        margin: 0;
        line-height: 1.8;
    }

    .contact-card__time {
        font-size: 1.4rem;
        margin: 0;
        line-height: 1.8;
    }

    .util-tit {
        font-size: 2rem;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .footer__left {
        max-width: 200px;
    }

    .footer__right {
        font-size: 1.4rem;
    }

    .footer__list-tit {
        margin-top: 30px;
    }

    .footer__list {
        margin-top: 10px;
    }

    .footer__item {
        display: block;
    }

    .footer__item + .footer__item {
        margin-top: 15px;
    }

    .footer__tit {
        font-size: 1.5rem;
    }

    .footer__body {
        margin-left: 0;
    }

    .copyright {
        margin-top: 30px;
    }

    .contact-infp__txt {
        margin-top: 20px;
        letter-spacing: -0.05em;
        text-align: left;
    }

    .contact {
        padding-bottom: 0px;
    }

    .contact input[type="text"], .contact input[type="email"], .contact textarea, .contact select {
        padding: .2em .6em;
    }

    .contact textarea {
        font-size: 14px;
    }

    .contact__item-name .contact__item-input {
        display: block;
    }

    .contact__item-name .contact__item-input input {
        width: calc(50% - 20px * 1 / 2);
    }

    .contact__item-name .contact__item-input input + input {
        margin-top: 15px;
        margin-left: 10px;
    }

    .contact__item-textarea .contact__item-title {
        height: 60px;
        line-height: 60px;
    }

    .contact__item-textarea .contact__item-input {
        padding-right: 10px;
        padding-left: 10px;
    }

    .contact__item--connect .contact__item-title {
        height: 60px;
        padding-top: 0;
        line-height: 60px;
    }

    .contact__item--connect .contact__item-input {
        padding-right: 10px;
        padding-left: 10px;
    }

    .contact__item-title {
        height: 60px;
        line-height: 60px;
    }

    .contact__item-input {
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0px;
    }

    .contact__radio-part::after {
        bottom: 7.3px;
    }

    .contact__item-input__inner {
        margin-right: 2px;
        margin-left: 2px;
    }

    .apartment {
        display: block;
    }

    .apartment input {
        width: 100% !important;
    }

    .contact__footer {
        margin-top: 35px;
    }

    .contact__item-title-inner {
        font-size: 1.7rem;
    }

    .merit {
        padding-top: 40px;
    }

    .merit__body {
        padding-right: 16px;
        padding-left: 16px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .merit__list {
        margin-top: 20px;
    }

    .merit__item {
        width: calc(33.3333% - 5px * 2 / 3);
        margin-right: 5px;
        font-size: 1.4rem;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.4;
        border-radius: 15px;
    }

    .merit__txt {
        text-align: left;
        font-size: 1.6rem;
        letter-spacing: -0.05em;
    }

    .mv {
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(57%, #fff), color-stop(57%, #1EBEA0), to(#1EBEA0));
        background: linear-gradient(180deg, #fff 0%, #fff 57%, #1EBEA0 57%, #1EBEA0 100%);
        padding-bottom: 20px;
    }

    .mv__header {
        max-width: 328px;
        padding-top: 25px;
        padding-bottom: 70px;
        background: transparent url(../img/mv-header2.svg) no-repeat center center/cover;
        display: block;
    }

    .mv__tit {
        max-width: 140px;
        margin-left: 35px;
    }

    .mv__header-sub-tit {
        font-size: 4rem;
    }

    .mv__header-txt {
        font-size: 2rem;
    }

    .mv__body {
        margin-top: 10px;
    }

    .mv__pic::after {
        width: 15px;
        height: 15px;
        right: -18px;
    }

    .mv__video {
        margin-left: 20px;
    }

    .mv__pic2 {
        margin-top: 10px;
    }

    .mv__video-txt {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .mv__video-txt::before, .mv__video-txt::after {
        height: 15px;
    }

    .mv__video-txt::before {
        left: 10px;
        bottom: 0;
    }

    .mv__video-txt::after {
        right: 10px;
        bottom: 0;
    }

    .mv__footer-tit {
        font-size: 2.4rem;
    }

    .mv__footer-txt {
        margin-top: 15px;
    }

    .problem__pic {
        display: none;
    }

    .problem__list {
        max-width: 400px;
        padding: 25px 5px 25px 10px;
        margin: auto;
    }

    .problem__item span {
        font-size: 1.6rem;
    }

    .problem__item {
        font-size: 1.4rem;
        margin-left: 25px;
    }

    .problem__item + .problem__item {
        margin-top: 15px;
    }

    .problem__item::before {
        width: 18px;
        height: 17px;
        left: -25px;
    }

    .product {
        padding-bottom: 40px;
    }

    .product__list {
        display: block;
    }

    .product__item {
        width: 100%;
        margin-right: 0;
    }

    .product__item + .product__item {
        margin-top: 40px;
    }

    .solution {
        padding-bottom: 40px;
    }

    .solution__inner {
        padding: 0;
    }

    .solution__tit {
        padding: 20px 20px;
        font-size: 16px;
    }

    .solution__tit small {
        font-size: 22px;
    }

    .solution__list {
        margin-top: 100px;
        display: block;
    }

    .solution__item {
        padding: 65px 10px 30px;
        width: 100%;
    }

    .solution__item + .solution__item {
        margin-top: 80px;
    }

    .solution__pic {
        top: -60px;
        max-width: 90px;
    }

    .solution__item-txt {
        margin-top: 10px;
    }

    .step {
        padding-bottom: 40px;
    }

    .step__txt {
        margin-top: 20px;
        font-size: 1.6rem;
        text-align: left;
    }

    .step__list {
        margin-top: 35px;
        padding: 25px 15px;
    }

    .step__item {
        display: block;
    }

    .step__item-body {
        padding: 16px 15px;
    }

    .step__table th, .step__table td {
        padding: 20px 15px;
    }

    .step__pic {
        margin-right: auto;
        margin-left: auto;
    }

    .step__list-item {
        line-height: 2;
    }

    .step__list-item + .step__list-item {
        margin-top: 0;
    }

    .step__list-item {
        font-size: 1.4rem;
    }

    .video__body {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .video__body h2 {
        margin: 0;
        padding: 0;
        font-size: 24px;
    }

    .video__txt {
        font-size: 1.4rem;
    }

    .magazine__txt-wrap {
        text-align: left;
    }

    .magazine__txt {
        font-size: 1.6rem;
    }

    .container {
    }

    section {
        padding: 40px 3%;
    }

    section h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    section p {
        line-height: 1.8;
    }

    .mv2 {
    }

    .mv2-header {
        border-top: 0px solid #e50012;
    }

    .mv2-header img {
    }

    .mv2-footer {
        padding: 40px 3%;
    }

    .mv2-footer .container {
    }

    .mv2-footer h2 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .mv2-footer p {
        font-size: 14px;
    }

    .lp-about {
    }

    .lp-about .container {
    }

    .lp-about h2 {
    }

    .lp-about p {
    }

    .border-block {
    }

    .border-block h3 {
    }

    .border-block p {
    }

    .btn-01 {
        font-size: 16px;
    }

    .btn-01::before {
    }

    .lp-special {
    }

    .lp-special .container {
    }

    .lp-special h4 {
        font-size: 15px;
    }

    .lp-special h4::before {
    }

    .lp-special h4::after {
    }

    .lp-special h2 {
        font-size: 24px;
        line-height: 1.6;
    }

    .lp-special h2 strong {
        font-size: 30px;
        display: block;
    }

    .lp-special p {
    }

    .merit2 {
        padding-bottom: 20px;
    }

    .merit2 .container {
        padding: 30px 10px 0;
    }

    .merit2 h2 {
        font-size: 20px;
        margin: 0 0 30px;
    }

    .merit-block {
        padding: 20px;
        margin: 0 0 20px;
    }

    .merit-block span {
        width: 160px;
        left: 0;
        top: 0;
        bottom: 0;
        /* height: 50px; */
        margin: 0px auto 20px;
        position: relative;
    }

    .merit-block h3 {
        font-size: 18px;
        padding: 0 0 0 19px;
    }

    .merit-block h3::before {
        width: 12px;
        height: 12px;
        top: 8px;
    }

    .merit-block p {
        font-size: 16px;
    }

    .lp-howto {
    }

    .lp-howto .container {
    }

    .lp-howto h2 {
        margin: 0 0 60px;
    }

    .howto-blocks {
        margin: 0 auto 0;
        max-width: 290px;
        width: 100%;
    }

    .howto-blocks ul {
    }

    .howto-blocks li {
        width: 100%;
        margin: 0 0 100px;
    }

    .howto-blocks li:last-child {
        margin: 0;
    }

    .howto-blocks li::before {
        transform: rotate(90deg);
        left: 0;
        right: 0;
        bottom: -50px;
        top: auto;
    }

    .howto-blocks li:last-child::before {
    }

    .howto-blocks .icon {
    }

    .howto-blocks .icon img {
        max-width: 70px;
    }

    .howto-blocks h3 {
        font-size: 18px;
    }

    .howto-blocks p {
    }

    .lp_price {
    }

    .lp_price .container {
    }

    .lp_price h2 {
    }

    .lp_price h2 span {
        font-size: 16px;
    }

    .lp_price p {
    }

    .price-block {
        display: block;
        padding: 0px 0px;
        margin: 0 0 50px;
    }

    .price-block .img {
        width: 100%;
        margin: 0 0 30px;
    }

    .price-block .img img {
    }

    .price-block .txt {
        width: 100%;
    }

    .price-block h3 {
        font-size: 20px;
    }

    .price-block h3 span {
    }

    .price-block .txt p {
        font-size: 14px;
    }

    .price-block .txt p strong {
        font-size: 20px;
    }

    .price-etc {
    }

    .price-etc h2 {
        font-size: 20px;
    }

    .price-etc h2::before {
        height: 30px;
    }

    .price-etc h2::after {
        height: 30px;
    }

    .price-etc ul {
    }

    .price-etc li {
        width: 100%;
        margin: 0 0 20px;
    }

    .price-etc h3 {
    }

    .price-etc h3 span {
    }

    .price-etc img {
    }

    .price-etc .img {
    }

    .price-etc p {
    }

    .price-etc .btn-01 {
    }

    .price-etc .btn-01::before {
    }

    .lp-boxmerit {
    }

    .lp-boxmerit .container {
    }

    .boxmerit-block {
        margin: 0 0 40px;
    }

    .boxmerit-block h2 {
        font-size: 20px;
        padding: 14px 0;
    }

    .boxmerit-block h2::before {
        width: 40px;
        height: 40px;
    }

    .boxmerit-block h2 span {
        font-size: 15px;
    }

    .boxmerit-block h2 span::before {
        height: 10px;
    }

    .boxmerit-block h2 span::after {
        height: 10px;
    }

    .boxmerit-block__list {
    }

    .boxmerit-block__list li {
        padding: 0;
        margin: 0 0 30px;
    }

    .boxmerit-block__list span {
        /* margin: 0 auto 20px; */
        /* position: relative; */
        width: 50px;
    }

    .boxmerit-block__list span img {
    }

    .boxmerit-block__list h3 {
        padding: 12px 0 0 61px;
        font-size: 18px;
    }

    .boxmerit-block__list p {
        margin: 20px 0 0;
    }

    .boxmerit-imgs {
    }

    .boxmerit-imgs ul {
    }

    .boxmerit-imgs li {
        width: 50%;
    }

    .boxmerit-imgs img {
    }
}
