@charset "UTF-8";
/* サービスページCSS */

/* CSS Document */
:root {
    --line-height: 1.6;
    --letter-spacing: 0.05em;
    --display-width: 1140px;
    /* color */
    --font-color: #333;
    --color-orange: #ff5d43;
    --color-main-blue: #00388c;
    --color-main-light-blue: #80b3ff;
    --color-purple: #8f3dfe;
    --bg-color-blue: #e5f0ff;
    --bg-color-gray: #fafafa;
    /* PC */
    --pc-font-size: 18px;
    --pc-padding-top: 50px;
    --pc-padding-bottom: 60px;
    --pc-padding-x: 50px;
    --pc-title-padding-bottom: 30px;
    --pc-title-width: 60%;
    --pc-content-width: 80%;
    /* SP */
    --sp-font-size: 15px;
    --sp-padding-top: 25px;
    --sp-padding-bottom: 30px;
    --sp-padding-x: 20px;
    --sp-title-padding-bottom: 15px;
    --sp-content-width: 100%;
}

html {
    scroll-behavior: smooth;
}
.top #content{
    padding: 0;
    max-width: 100%;
}
.l-content{
    margin: 0 auto;
}
.l-mainContent{
    max-width: 100%;
}
.l-mainContent__inner>.post_content{
    padding: 0;
}
.l-mainContent__inner main{
    margin-bottom: 0;
}
.l-footer{
    padding: 2rem 0;
}


/*-------------------------------------
PCレイアウト(768px以上スクリーン)
-------------------------------------*/
/* body全体の初期スタイル調整 */
body {
    font-size: 62.5%;
    font-family: var(--font-family);
    line-height: var(--line-height);
    letter-spacing: var(--letter-spacing);
    color: var(--font-color);
}

/* リンク文字の設定 */
a {
    text-decoration: underline;
}

a:link,
a:visited {
    color: #39f;
}

a:hover,
a:active {
    color: #f60;
}

/* ブラウザのCSSをリセット */
p {
    margin: 0;
    padding: 0;
}

article{
    margin-bottom: 0 !important;
}

section {
    clear: both;
    overflow: auto;
}

img {
    width: 100%;
}

.btn {
    cursor: pointer;
}

.btn:hover {
    opacity: 0.8;
}

/*-------------------------------------
全体レイアウト/背景設定(PC)
-------------------------------------*/
/* 全体エリア(全体背景を設定するにはここ) */
.main {
    background: #fff;
}

.top_image_in {
    width: var(--display-width);
    margin: 0 auto;
}

/* 記事(ボディ)エリア */
.section {
    font-size: var(--pc-font-size);
    width: 100%;
    max-width: var(--display-width);
    margin: 0 auto;
}

/* 記事(ボディ)エリアの行間 */
.section p {
    line-height: var(--line-height);
}

/*-------------------------------------
見出しタグ設定(PC)
-------------------------------------*/
h2 {
    margin: 0 !important;
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    background: none !important;
    padding: 0 !important;
    color: #333 !important;
}
h2::before {
    content: none !important;
}

h3 {
    margin: 0.5em 0em !important;
    padding: 0.3em 0.6em !important;
    font-size: 1.6em !important;
    background: none !important;
    padding: 0 !important;
    color: #333 !important;
}
h3::before {
    content: none !important;
}

h4 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.4em;
    border: 1px solid #000;
}

h5 {
    margin: 0.5em 0em;
    padding: 0.1em;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
}

h1,
h2,
h3,
h4,
h5,
th,
strong,
b,
a {
    font-weight: 600;
}

.content_layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* align-items: center;
  justify-content: center; */
}

.column_1 {
    flex: 1;
    max-width: 60%;
    margin: 1rem auto;
}

.column_2 {
    flex: 2;
}

.column_3 {
    flex: 3;
}

.column_4 {
    flex: 4;
}

.box-blue {
    padding: 2px;
    background-color: #A6CAFF !important;
}

.bold-orange {
    color: var(--color-orange);
    font-weight: 600;
}

.font-orange {
    color: var(--color-orange);
}

.cate_title_logo {
    width: 20%;
    padding-bottom: 20px;
}

.page-template-page-lp #content{
    padding: 0;
    max-width: 100%;
}
.l-content{
    margin: 0 auto;
}
.l-mainContent{
    max-width: 100%;
}
#main_content{
	width: 100% !important;
}
.l-mainContent__inner>.post_content{
    padding: 0;
}
.l-mainContent__inner main{
    margin-bottom: 0;
}
.l-footer{
    padding: 2rem 0;
}
.l-header .l-header__inner .l-header__logo, .l-fixHeader__logo{
    align-items: end;
}
.l-header .l-header__inner .l-header__logo .service-h1, .l-fixHeader__logo .service-h1{
    font-size: 1.2rem;
    background: #00388c;
    color: #fff;
    padding: 0.5rem 0.5rem;
}
.l-fixHeader__logo .service-h1{
    font-size: 0.8rem;
    padding: 0.35rem 0.25rem 0.25rem;
    font-weight: 700;
}


@media screen and (max-width: 959px) {
.l-header__logo{
        display: flex;
        gap: 1rem;
}
.l-header .l-header__inner .l-header__logo .service-h1, .l-fixHeader__logo .service-h1{
        font-size: 0.8rem;
        padding: 0.35rem 0.25rem 0.35rem;
        margin-bottom: 0.65rem;
}
}

/*-------------------------------------
FV
-------------------------------------*/
.top_image {
    background-image: url("https://suidou-life.com/blog/wp-content/themes/suido_life/images/toilet/top_image_front_bg.jpg");
    height: auto;
    background-position: top center;
    margin-bottom: 0;
}
.top_image .top_image_in{
    width: 1140px;
    margin: 0 auto;
    max-width: 100%;
}

/*-------------------------------------
対応エリア
-------------------------------------*/
.article_service_area {
    background: var(--bg-color-gray)
}

.area_service_area {
    padding: 40px var(--pc-padding-x) var(--pc-padding-bottom) var(--pc-padding-x);
}


div.area_service_area__title {
    display: flex;
    width: var(--pc-title-width);
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding-bottom: var(--pc-title-padding-bottom);
}

div.area_service_area__title img {
    width: 3.5rem;
    height: inherit;
}

p.area_service_area_txt {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.area_service_area_prefectures {
    margin: 0 60px;
}

.area_service_area_prefectures_item {
    text-align: center;
    margin-bottom: 20px;
}

.area_service_area_prefectures_item:last-child {
    margin-bottom: 0;
}

/*-------------------------------------
CTA
-------------------------------------*/
.article_cta {
    padding: var(--pc-padding-top) var(--pc-padding-x) 75px var(--pc-padding-x);
    background-color: var(--color-main-blue);
    background-image: url(https://suidou-life.com/blog/wp-content/themes/suido_life/images/main/cta_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: auto;
}

.area_cta {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px 20px;
    filter: drop-shadow(0 0 20px rgba(87, 87, 87, 0.1));
}

.area_cta_inr {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    gap: 20px;
}

.area_cta__title {
    width: 70%;
    margin: 0 auto;
}

.fixed_cta {
    display: none;
}

.contact_btn_area {
    justify-content: center;
}

.contact_btn {
    width: 50%;
}

.area_cta_3points {
    display: flex;
    gap: 5px;
    align-items: stretch;
    padding: 5px 0;
}

.area_cta_3points p {
    color: var(--color-main-blue);
    font-size: 0.7rem;
    flex: 1;
    border: 1.5px solid var(--color-main-blue);
    padding: 5px 20px !important;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.area_cta_bold {
    font-weight: bold;
    font-size: 1rem;
}

/*-------------------------------------
お選びください
-------------------------------------*/
.article_select_cate {
    padding: var(--pc-padding-top) var(--pc-padding-x) var(--pc-padding-bottom) var(--pc-padding-x);
    background-color: var(--bg-color-blue);
}

.area_select_cate {
    background: #fff;
    border-radius: 10px;
    padding: var(--pc-padding-top) var(--pc-padding-x);
    filter: drop-shadow(0 0 20px rgba(87, 87, 87, 0.1));
}

.area_select_cate_inr {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    gap: 20px;
}

div.area_select_cate__title {
    width: 60%;
    margin: 0 auto;
    padding-bottom: var(--pc-title-padding-bottom);
    align-items: center;
    text-align: center;
}

.area_select_cate__txt {
    font-size: 1.2rem;
    text-align: center;
}


/*-------------------------------------
お選びください詳細
-------------------------------------*/
.cate__content {
    display: block;
    flex: 1;
    background: #fff;
    margin-bottom: 90px;
    padding: 20px 30px;
    border-radius: 50px;
    position: relative;
    filter: drop-shadow(0 0 20px rgba(87, 87, 87, 0.1));
    text-align: left;
}

.cate__content .content_layout {
    padding-bottom: 40px;
}

.cate__content .content_layout:last-child {
    padding-bottom: 0;
}

.cate_content {
    border: 2px solid var(--color-main-blue);
    margin-bottom: 20px;
}

.cate_content:last-child {
    margin-bottom: 0;
}

.cate_content_title {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    background: var(--color-main-blue);
    text-align: center;
    padding: 10px 20px;
}

.cate_content_body {
    padding: 20px;
}

.cate_content_title img {
    width: 15%;
}

.cate_content_detail {
    margin-top: 20px;
}

.cate__content_img {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 130px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.cate__content_txt {
    text-align: left;
}

.cate__content_txt_title {
    line-height: 1.5em;
    font-size: 22px;
    font-weight: 700;
    color: #1222ff;
    line-height: normal;
    margin: 60px 0 10px 0 !important;
    text-align: center;
}

.cate__content_txt_title img {
    width: 30%;
}

.sec-feature01--txt span {
    display: block;
    font-size: var(--pc-font-size);
    color: var(--font-color);
}

/*-------------------------------------
価格
-------------------------------------*/
.article_prices {
    background-color: var(--bg-color-gray);
}

.area_prices {
    padding: var(--pc-padding-top) var(--pc-padding-x) var(--pc-padding-bottom) var(--pc-padding-x);
}

div.area_prices__title {
    width: var(--pc-title-width);
    margin: 0 auto;
    padding-bottom: var(--pc-title-padding-bottom);
    text-align: center;
}

h3.area_prices__body_title {
    padding: 0;
}

.checklist {
    font-weight: bold;
}

.checklist_item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}

.checklist_item:last-child {
    margin-bottom: 0;
}

.checklist_item img {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.checklist_item p {
    margin: 0;
}

.area_prices__wrap {
    display: block;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.area_prices__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    filter: drop-shadow(0 0 20px rgba(87, 87, 87, 0.1));
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.price_title {
    color: var(--color-main-blue);
    border-bottom: 2px solid var(--color-main-blue);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 1.4rem;
}

.price_title_cate {
    background: var(--color-main-blue);
    font-size: 2.2rem;
    color: #fff;
    padding: 4px 6px;
    border-radius: 5px;
    margin-right: 5px;
}

a.toilet_btn {
    padding: 8px 16px;
    background: #fff;
    border: 2px solid var(--color-main-light-blue);
    color: var(--color-main-light-blue);
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    float: right;
}

.price_txt_area {
    text-align: center;
    font-weight: 700;
    margin-top: 25px
}

.price_txt_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_txt_label {
    font-size: 1rem;
    color: #fff;
    background-color: var(--color-main-light-blue);
    border-radius: 5px;
    padding: 6px 12px;
    margin-right: 10px;
}

.price_txt {
    font-size: 1.7rem;
    color: var(--color-orange);
}

.price_txt_en {
    font-size: 1rem;
    margin-right: 5px;
}

/*-------------------------------------
料金テーブル
-------------------------------------*/
.price_info_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 20px;
}

.price_info_table thead {
    background: var(--color-main-light-blue);
    color: #fff;
}

.price_info_table th,
.price_info_table td {
    padding: 14px 10px;
    border-bottom: 1px solid #ddd;
    background-color: unset !important;
}

.price_info_table tbody tr:nth-child(even) {
    background: var(--bg-color-gray);
}

.price_info_table th:first-child,
.price_info_table td:first-child {
    text-align: left;
    padding-left: 20px;
}

.price_info_table th:last-child,
.price_info_table td:last-child {
    text-align: right;
    padding-right: 20px;
}



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

    .article_select_cate,
    .area_select_cate {
        padding: var(--sp-padding-top) 1rem var(--sp-padding-bottom);
    }

    div.area_select_cate__title {
        width: var(--sp-content-width);
        padding-bottom: var(--sp-title-padding-bottom);
    }

    .area_select_cate__body {
        width: var(--sp-content-width);
    }

    .cate_content_title {
        font-size: 1.2rem;
    }

    .area_select_cate__txt {
        font-size: 1rem;
    }

    .area_select_cate__txt .bold-orange{
    display: inline-block;
	}

    .area_select_cate_inr {
        width: 100%;
        gap: 10px;
    }

    .cate_content_body {
        padding: 10px;
    }

    .cate_content_detail {
        margin-top: 10px;
    }

    .cate_content {
        margin-bottom: 10px;
    }

.checklist_item{
    align-items: baseline;
}
.checklist_item p{
    line-height: 1.5;
}
.post_content table.price_info_table{
    margin-top: 20px !important;
    font-size: 13px;
}
.post_content .price_info_table thead th{
    text-align: center;
}

    .price_info_table th:first-child,
    .price_info_table td:first-child {
        padding-left: 10px;
        width: 45%;
        word-break: auto-phrase;
    }
.price_info_table td:nth-child(2) {
    text-align: center;
}
.price_info_table th:last-child, .price_info_table td:last-child{
    padding-right: 10px;
}
}


/*-------------------------------------
ご注意ください！
-------------------------------------*/
.article_caution {
    background-color: #d8c5e0;
}

.area_caution {
    padding: var(--pc-padding-top) var(--pc-padding-x) var(--pc-padding-bottom) var(--pc-padding-x);
}

div.area_caution__title {
    width: var(--pc-content-width);
    margin: 0 auto;
    padding-bottom: var(--pc-title-padding-bottom);
}

.area_caution__body {
    width: var(--pc-content-width);
    margin: 0 auto;
}

.notice-box {
    background: #fff;
    padding: 30px 50px;
    position: relative;
    text-align: center;
}

.notice-box p {
    font-size: 1rem;
    font-weight: 500;
}

.notice-box .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #8a47a3;
    border-radius: 50%;
}

/* 位置指定 */
.notice-box .top-left {
    top: 10px;
    left: 10px;
}

.notice-box .top-right {
    top: 10px;
    right: 10px;
}

.notice-box .bottom-left {
    bottom: 10px;
    left: 10px;
}

.notice-box .bottom-right {
    bottom: 10px;
    right: 10px;
}

.notice-lead {
    font-size: 1rem;
}

.purple {
    color: #7b4ca0;
}

.orange {
    color: #f26746;
}

.bold {
    font-weight: 700;
    font-size: 1.2rem;
}

.underline {
    text-decoration: underline;
}

.trouble-section {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
}

.trouble-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
    color: #333;
}

.trouble-section h2 .highlight {
    color: #222;
    background: linear-gradient(transparent 70%, #ffe066 70%);
}

.trouble-section .lead {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #e60073;
    margin-bottom: 20px;
}

.trouble-section .warning {
    text-align: center;
    background-color: #f46a8b;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.trouble-box {
    display: flex;
    background-color: var(--bg-color-gray);
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    width: 90%;

}

.trouble-title {
    background-color: var(--color-main-blue);
    color: #fff;
    font-weight: 700;
    padding: 20px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.trouble-list {
    list-style: none;
    margin: 0;
    padding: 10px 10px 10px 20px;
    text-align: left;
}

.trouble-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.2em;
}

.trouble-list li:last-child {
    margin-bottom: 0;
}

.trouble-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 13%;
    color: var(--color-main-blue);
    font-weight: bold;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .trouble-box {
        flex-direction: column;
    }

    .trouble-title,
    .trouble-list {
        width: 100%;
    }

    .trouble-title {
        padding: 15px;
    }
}

/*-------------------------------------
サービスの流れ
-------------------------------------*/
.article_flows {
    background-color: var(--bg-color-gray);
}

.area_flows {
    padding: var(--pc-padding-top) var(--pc-padding-x) var(--pc-padding-bottom) var(--pc-padding-x);
}

div.area_flows__title {
    width: var(--pc-title-width);
    margin: 0 auto;
    padding-bottom: var(--pc-title-padding-bottom);
    text-align: center;
}

.area_flows__body figure.column_1 {
    margin: 0;
}

.area_flows__body_title {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--color-main-blue);
}


.area_flows__body ol {
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    display: block;
    padding: 0;
}

.area_flows__body ol li {
    display: flex;
    padding-bottom: 20px;
    gap: 20px;
    align-items: center;
}

.sec-flow-list-img-area {
    flex: 1
}

.flow01_line {
    margin-top: 10px;
}

.flow01_line summary {
    display: block;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #06c755;
    color: #06c755;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    transition: background-color 0.3s, box-shadow 0.3s;
    list-style: none;
    width: 50%;
}

.area_flows__body .flow01_line ul li {
    display: list-item;
    list-style-type: circle !important;
    color: var(--font-color);
    padding-bottom: 5px;
}


.flow01_line summary:hover {
    background-color: #06c755;
    border: 2px solid #06c755;
    color: #fff;
}

.flow01_line summary::after {
    content: "＋";
    position: absolute;
    right: 16px;
    font-size: 18px;
    transition: transform 0.3s;
}

/* 開いたときに矢印を変化 */
.flow01_line[open] summary::after {
    content: "－";
    transform: rotate(180deg);
}

/* コンテンツ部分 */
.flow01_line>div {
    background: var(--bg-color-gray);
    border: 1px solid #e5e5e5;
    border-radius: 0 0 6px 6px;
    padding: 16px;
    margin-top: 4px;
}

@media (max-width: 768px) {
#sidebar{
    display: none;
}
.l-footer{
    padding-bottom: 10rem;
}
.p-fixBtnWrap{
    bottom: 22vw;
    right: 3vw;
}
}

/*-------------------------------------
お問い合わせ
-------------------------------------*/
.article_contact {
    padding: var(--pc-padding-top) var(--pc-padding-x) 75px var(--pc-padding-x);
    background-color: var(--bg-color-blue);
    background-image: url(https://suidou-life.com/blog/wp-content/themes/suido_life/images/main/cta_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: auto;
}

.area_contact {
    padding: var(--pc-padding-top) var(--pc-padding-x) var(--pc-padding-bottom) var(--pc-padding-x);
}

div.area_contact__title {
    width: var(--pc-title-width);
    margin: 0 auto;
    padding-bottom: var(--pc-title-padding-bottom);
    text-align: center;
}

.area_contact__body {
    width: var(--pc-content-width);
    margin: 0 auto;
}

#contact::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
}

.area_contact__body .form {
    padding: 2rem 2rem;
    margin-top: 2rem;
}

.form-row {
    background: #FBFBFA;
}
@media only screen and (min-width: 769px) {
  .form-row {
    display: flex;
  }
}
.form-row + .form-row {
  border-top: 1px solid #FBFBFA;
}
.form-row .wpcf7-list-item{
    display: block;
    padding: 0.15rem 0;
    margin: 0.1rem auto;
}
.form-row > p > label {
    background: #00388c;
    color: #fff;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem 1rem 2rem;
    margin: 0;
    height: 100%;
}
@media only screen and (min-width: 769px) {
  .form-row > p > label {
    width: 250px;
  }
}
.form-row .form-row__input--radio label{
    cursor: pointer;
}
.form-row > p > label span {
    background: #ff7c67;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 3px;
}
.form-row__input {
    padding: 1rem 2rem;
}
@media only screen and (min-width: 769px) {
  .form-row__input {
    width: calc(100% - 250px);
  }
}
.form-row__input input:not([type="radio"]) , textarea {
    font-size: 18px;
    width: 100%;
}
.form-row__input--column , .form-row__input--column .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-row__input--column {
  padding: 15px;
}
@media only screen and (min-width: 769px) {
  .form-row__input--column {
/*
    padding: 12px 25px;
*/
  }
}
.form-row__input--column label {
  margin: 0;
}
.form-submit {
  display: flex;
    flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .form-submit {
    margin-top: 50px;
  }
}
.form-submit button,
.form-submit input {
    background: #ffb958;
    transition: all 0.3s;
    border: 1px solid #FBFBFA;
    box-shadow: 0 0 5px #7b7b7b;
    font-size: 18px;
    padding: 1rem 3rem;
    cursor: pointer;
}
.form-submit button:hover,
.form-submit input:hover {
  opacity: 0.7;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #ff7c67;
    background: #fff;
    color: #ff7c67;
    text-align: center;
    padding: 1rem;
}
@media only screen and (max-width: 768px) {
.article_contact{
    padding: 2rem 0;
}
.area_contact__body .form{
    padding: 0;
}
}

