@charset "UTF-8";

/*--------------------------------

>>> Base Style

---------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

*:active,
*:focus,
*:hover {
    outline: none;
}

html {
    height: 100%;
    font-size: 10px !important;
}

body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    /* font-family: "Kranky", serif; */
    /* font-family: "Annie Use Your Telescope", cursive; */
    transition: ALL .8s ease .3s;
    opacity: 0;
    color: #333;
}

body.show {
    opacity: 1;
}

body.stop {
    overflow: hidden;
}

@media (max-width: 520px) {
    html {
        font-size: 2.4vw !important;
    }
}

a {
    color: #333;
    text-decoration: none;
    transition: ALL .5s ease;
    -webkit-transition: ALL .5s ease;
    -moz-transition: ALL .5s ease;
    -o-transition: ALL .5s ease;
}

p {
    line-height: 2;
    word-break: break-all;
    line-break: normal;
    letter-spacing: .05em;
}

/* Font-size */
p,
li,
a,
div,
td,
th,
dt,
dd,
ol {
    font-size: 1.5rem;
    letter-spacing: .05em;
}


img {
    display: block;
    width: 100%;
    height: auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.clear {
    clear: both;
}

.clear hr {
    display: none;
}

.wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

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

.wrap650 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.sp_hide {
    display: block;
}

.pc_hide {
    display: none;
}

br.sp {
    display: none;
}

br.pc {
    display: inline;
}

@media (max-width: 520px) {
    .sp_hide {
        display: none;
    }

    .pc_hide {
        display: block;
    }

    br.sp {
        display: inline;
    }

    br.pc {
        display: none;
    }
}

.spacer100 {
    height: 100px;
}

/*------------------------------
>>> Breadcrumb
-------------------------------*/
#breadcrumb {
    color: #000;
    clear: both;
    font-size: 1rem;
    padding: 20px 0 20px 5%;
    margin: auto;
}

@media screen and (max-width:920px) {
    #breadcrumb {
        padding: 10px 0;
    }
}

#breadcrumb a {
    color: #000;
    text-decoration: none;
}

/*--------------------------------

>>> Share Style

---------------------------------*/
.base_ttl {
    font-size: 3rem;
    font-weight: 500;
}

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

.base_ttl span {
    font-size: 2rem;
    font-family: "Kranky", serif;
    display: block;
    margin-bottom: 15px;
}


.illust_ttl {
    font-size: 3rem;
    font-weight: 500;
}

.illust_ttl img {
    width: auto;
    height: 55px;
    margin-inline: auto;
    margin-bottom: 10px;
}

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

.illust_ttl span {
    font-size: 2rem;
    font-family: "Kranky", serif;
    display: block;
    margin-bottom: 15px;
}

@media (max-width: 520px) {
    .illust_ttl {
        font-size: 2.5rem;

    }

    .illust_ttl img {

        height: 35px;

    }

}

.illust_ttl02 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 2;
    padding-bottom: 15px;
}

.illust_ttl02 img {
    width: auto;
    height: 55px;
    margin-inline: auto;
    margin-bottom: 10px;
}

.illust_ttl02 img.wave {
    width: auto;
    height: 35px;
}

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

.illust_ttl02 span.main {
    display: block;
    font-size: 3rem;
    font-weight: 500;
}

.illust_ttl02 span.sub {
    display: block;
    font-size: 2rem;
    font-family: "Kranky", serif;
}

@media (max-width: 520px) {
    .illust_ttl02 {
        display: block;
        justify-content: space-between;
        align-items: baseline;
        border-bottom: 1px solid #000;
        position: relative;
        z-index: 2;
        padding-bottom: 15px;
    }

    .illust_ttl02 img {
        width: auto;
        height: 55px;
        margin-inline: auto;
        margin-bottom: 10px;
    }

    .illust_ttl02 img.wave {
        width: auto;
        height: 35px;
    }

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

    .illust_ttl02 span.main {
        font-size: 2.5rem;
    }

    .illust_ttl02 span.sub {
        margin-bottom: 15px;
    }


}


.wave_btn {
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.wave_btn::before {
    content: "";
    width: 100%;
    height: 30px;
    background-image: url(../img/common/wave_single.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px;
}

.wave_btn::after {
    content: "▶︎";
    margin-left: 10px;
    color: #5A9EB4;
}

@media (max-width: 520px) {
    .wave_btn::before {

        padding: 0;

    }

}

.float_reserve {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.float_reserve .reserve_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    width: 150px;
    height: 150px;
    /* 水を連想させる爽やかなグラデーション */
    background: linear-gradient(135deg, #7ec9e6, #5A9EB4);
    /* 表面の光沢感とふんわりとした影による柔らかい表現 */
    box-shadow:
        10px 10px 25px rgba(90, 158, 180, 0.3),
        inset 5px 5px 15px rgba(255, 255, 255, 0.6),
        inset -5px -5px 15px rgba(90, 158, 180, 0.5);
    color: #fff;
    /* 完全な円ではなく、少し崩した形で水滴感を表現 */
    border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* ゆらめくアニメーション */
    animation: water-btn-morph 6s ease-in-out infinite;
}

/* ホバー時のアクション（少し浮き上がるような印象に） */
.float_reserve .reserve_btn:hover {
    transform: scale(1.05);
    box-shadow:
        15px 15px 35px rgba(90, 158, 180, 0.4),
        inset 5px 5px 25px rgba(255, 255, 255, 0.8),
        inset -5px -5px 15px rgba(90, 158, 180, 0.5);
}

/* 水のように形が変化し続けるアニメーション */
@keyframes water-btn-morph {

    0%,
    100% {
        border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
    }

    33% {
        border-radius: 60% 40% 50% 50% / 40% 60% 50% 60%;
    }

    66% {
        border-radius: 50% 50% 40% 60% / 60% 50% 40% 40%;
    }
}

.sp_float_reserve {
    display: none;
}

@media (max-width: 520px) {
    .float_reserve {
        display: none;
    }

    .sp_float_reserve {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .sp_float_reserve a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        padding: 20px 5px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.4;
    }

    .sp_float_reserve a:first-child {
        background-color: #06C755;
    }

    .sp_float_reserve a.reserve_btn {
        background: linear-gradient(135deg, #7ec9e6, #5A9EB4);
    }
}

/*navigation*/
.navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navigation .navigation_btn {
    width: 200px;
}

.navigation .navigation_btn a {
    display: block;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px 0;
    text-decoration: none;
    text-align: center;
}

.navigation .navigation_btn a:hover {
    background-color: #000;
    color: #fff;
}

.navigation .navigation_btn.navigation_btn_back a {
    border: 0;
    background-color: #fff;
}

.navigation .navigation_btn.navigation_btn_back a:hover {
    border: 0;
    color: #000;
    opacity: 0.5;
}

@media (max-width: 520px) {
    .navigation {
        padding: 0 5%;
    }

    .navigation .navigation_btn {
        width: 30%;
    }

    .navigation .navigation_btn.navigation_btn_back {
        width: 40%;
    }
}

/*--------------------------------

>>>Header Style

---------------------------------*/
header {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
}

header .logo {
    width: 200px;
    margin: 0 auto 0 2.5%;
}

header .site_description {
    text-align: center;
    margin: 5px 0;
}

@media (max-width: 520px) {
    header .logo {
        width: 30%;
    }

    header #site_description {
        display: none;
    }
}

.g_nav {}

.g_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.g_nav ul li a {
    color: #000;
}

.g_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5%;
}

.g_nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 30px;
    width: 100%;
}

.g_nav ul li {
    font-size: 1.4rem;
    font-weight: 500;
}

.g_nav ul li a {
    color: #000;
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: color 0.3s ease;
}

.g_nav ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #eaf4ff;
    /* 海を連想させる水色（必要に応じて変更してください） */
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.g_nav ul li a:hover {
    color: #105682;
    /* ホバー時の文字色。テーマの青系に合わせています */
}

.g_nav ul li a:hover::before {
    width: calc(100% + 10px);
    height: 45px;
    /* 高さを少し持たせて丸みを出しやすくします */
    opacity: 1;
    animation: waterBlob 3s ease-in-out infinite;
}

@keyframes waterBlob {

    0%,
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    33% {
        border-radius: 40% 60% 70% 30% / 50% 60% 30% 60%;
    }

    66% {
        border-radius: 70% 30% 50% 50% / 40% 40% 60% 50%;
    }
}

@media (max-width: 768px) {
    .g_nav {
        width: 100%;
        height: 100dvh;
        position: fixed;
        top: 0;
        transform: translateY(0%);
        right: 100%;
        z-index: -1;
        transition: ALL 0.3s ease;
        background-color: #fff;
    }

    .g_nav ul {
        display: block;
        width: 100%;
        margin: 100px auto 0;
    }

    .g_nav ul li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .g_nav.active {
        right: 0%;
    }
}

.header_overray {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    display: none;
}

.header_overray.active {
    display: block;
}

/*バーガーメニュー PC非表示*/
.menu_trigger {
    display: none;
    z-index: 1000;
}

@media (max-width: 768px) {

    .menu_trigger,
    .menu_trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu_trigger {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        width: 30px;
        height: 20px;
    }

    .menu_trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
    }

    .menu_trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu_trigger span:nth-of-type(2) {
        top: 9px;
    }

    .menu_trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu_trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .menu_trigger.active span:nth-of-type(2) {
        left: -20px;
        opacity: 0;
    }

    .menu_trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

/*--------------------------------

>>>Footer Style

---------------------------------*/
footer {
    background-color: #111827;
    color: #fff;
    padding: 50px 0 0;
}

footer * {
    color: #fff;
}

footer .footer_logo {
    width: 220px;
    margin: 0 auto 35px;
}

footer .footer_widet_container {
    clear: both;
    padding: 0;
}

footer .footer_nav {
    width: 600px;
    margin: 0 auto;
}

footer .footer_nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

footer .footer_nav ul li a:hover {
    opacity: .5;
}

@media (max-width: 520px) {
    footer {
        padding: 50px 0 75px;
    }

    footer .footer_nav {
        width: 100%;
    }

    footer .footer_nav ul li {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

footer .footer_nav-sns {
    width: 600px;
    margin: 0 auto;
}

footer .footer_nav-sns ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
    column-gap: 30px;
}

footer .footer_nav-sns ul li img {
    height: 35px;
    width: auto;
}

footer .copyright {
    width: 100%;
    padding: 25px 0;
    font-size: 1.6rem;
    text-align: center;
    border-top: 1px solid #1F2937;
}

@media (max-width: 520px) {
    footer .footer_nav-sns {
        width: 100%;
    }

    footer .footer_nav-sns ul li {
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

/*--------------------------------

>>>Layout Style

---------------------------------*/
/*Main*/
main {
    width: 100%;
}

/*Side*/
aside {
    overflow: hidden;
    padding: 0 0 20px;
    margin: 0;
    width: 250px;
}

.side-widget {
    padding: 20px 0 0;
    float: left;
    width: 250px;
    overflow: hidden;
}

.side-widget .widget-title {
    margin: 0;
    font-weight: bold;
}

.side-widget ul {
    margin: 0;
}

.side-widget ul li {
    margin: 0;
    padding: 0 0 0 10px;
}

.side-widget ul li p {
    margin: 0;
}

.side-widget ul li th,
.side-widget ul li .side-widget td {
    padding: 0;
    text-align: center;
}


/*--------------------------------

>>>Index Style

---------------------------------*/
@media (max-width: 520px) {
    .post_index .wrap {
        padding: 0 2.5%;
    }
}

.post_index {
    margin-bottom: 150px;
}

.post_index .thumb {
    background: center center/cover no-repeat;
}

.post_index h2 {
    font-size: 1.28rem;
    margin-top: 20px;
}


.news_index {
    width: 100%;
}

@media (max-width: 520px) {
    .news_index {
        padding: 0 5%;
    }
}

.news_index article {
    border-bottom: 1px solid #000;
    padding: 10px 5px;
}

.news_index article:hover {
    opacity: .5;
}

.news_index article a {
    display: flex;
    column-gap: 25px;
}

.news_index article .meta {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
    color: #B5B5B5;
    line-height: 1.4;
}

.news_index article .ttl {
    font-size: 1.5rem;
    line-height: 1.4;
}

.news_index .wave_btn {
    margin-top: 50px;
    position: relative;
    left: 30px;
}


@media screen and (max-width: 520px) {
    .page_top .news {
        padding: 50px 5% 50px;
    }

    .news_index {
        width: 100%;
    }

    .wave_btn {
        margin-top: 30px;
        left: 0;
    }
}



.blog_index .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 520px) {
    .blog_index .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.blog_index article {
    background: #E6E6E6;
    transition: all .3s ease;
}

.blog_index article:hover {
    opacity: .5;
}

.blog_index article a {
    display: block;
    text-decoration: none;
    color: #000;
}

.blog_index article .thumb {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog_index article .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_index article .text_area {
    padding: 15px;
}

.blog_index article .meta_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.blog_index article .category {
    background-color: #5880BB;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
}

.blog_index article .meta {
    font-size: 1.2rem;
    color: #707070;
}

.blog_index article .ttl {
    font-size: 1.5rem;
    line-height: 1.4;
    height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*--------------------------------

>>>Post Style

---------------------------------*/
.post_details {
    padding: 50px 0 150px;
}

.post_details .post_body {
    background-color: #fff;
    margin-bottom: 50px;
}

.post_details .inner {}

.post_details .post_head {
    padding: 5px 5%;
}

.post_details h1 {
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 500;
}

.post_details .meta {
    color: #808080;
    letter-spacing: .1em;
    margin-bottom: 15px;
}

.post_details .meta .category {
    display: inline-block;
    background-color: #5880BB;
    color: #fff;
    padding: 5px 20px;
    border-radius: 100vh;
    font-size: 1.3rem;
}

.post_details .meta .category a {
    color: #fff;
    font-weight: 600;
}

.post_details .meta .date {
    display: inline-block;
    font-weight: 600;
    margin-left: 20px;
}

.post_details h2+h2,
.post_details h3+h2,
.post_details h4+h2,
.post_details p+h2,
.post_details .wp-block-image+h2,
.post_details ul+h2,
.post_details ol+h2,
.post_details figure+h2,
.post_details table+h2 {
    margin-top: 75px;
}

.post_details h2+h3,
.post_details h3+h3,
.post_details h4+h3,
.post_details p+h3,
.post_details .wp-block-image+h3,
.post_details ul+h3,
.post_details ol+h3,
.post_details figure+h3,
.post_details table+h3 {
    margin-top: 35px;
}

.post_details h2+h4,
.post_details h3+h4,
.post_details h4+h4,
.post_details p+h4,
.post_details .wp-block-image+h4,
.post_details ul+h4,
.post_details ol+h4,
.post_details figure+h4,
.post_details table+h4 {
    margin-top: 35px;
}

.post_details h2+p,
.post_details h3+p,
.post_details h4+p,
.post_details p+p,
.post_details .wp-block-image+p,
.post_details ul+p,
.post_details ol+p,
.post_details figure+p,
.post_details table+p {
    margin-top: 35px;
}

.post_details h2+.wp-block-image,
.post_details h3+.wp-block-image,
.post_details h4+.wp-block-image,
.post_details p+.wp-block-image,
.post_details .wp-block-image+.wp-block-image,
.post_details ul+.wp-block-image,
.post_details ol+.wp-block-image,
.post_details figure+.wp-block-image,
.post_details table+.wp-block-image {
    margin-top: 35px;
}

.post_details h2+ul,
.post_details h3+ul,
.post_details h4+ul,
.post_details p+ul,
.post_details .wp-block-image+ul,
.post_details ul+ul,
.post_details ol+ul,
.post_details figure+ul,
.post_details table+ul {
    margin-top: 35px;
}

.post_details h2+ol,
.post_details h3+ol,
.post_details h4+ol,
.post_details p+ol,
.post_details .wp-block-image+ol,
.post_details ul+ol,
.post_details ol+ol,
.post_details figure+ol,
.post_details table+ol {
    margin-top: 35px;
}

.post_details h2+table,
.post_details h3+table,
.post_details h4+table,
.post_details p+table,
.post_details .wp-block-image+table,
.post_details ul+table,
.post_details ol+table,
.post_details figure+table,
.post_details table+table {
    margin-top: 35px;
}


.post_details h2,
.post_details h3,
.post_details h4,
.post_details p,
.post_details .wp-block-image,
.post_details ul,
.post_details ol,
.post_details figure,
.post_details table {
    letter-spacing: .05em;
}

/* List li -----------------------------------------------------------------*/
.post_details ul {
    padding-left: 20px;
}

.post_details ul li {
    list-style: disc;
}

.post_details ul li+li {
    margin-top: 15px;
}



.post_details table td,
.post_details table th {
    padding: 10px 5px;
    border: .5px solid #dcdcdc;
}


.post_details p {
    line-height: 1.5;
}

.post_details .thumb {
    aspect-ratio: 16/9;
    width: 100%;
}

.post_details .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 520px) {
    .post_details {
        padding: 75px 0 0;
    }


    .post_details h1 {
        padding: 0 5%;
    }

    .post_details .inner {
        margin-top: 35px;
        padding: 0 5%;
    }

    .post_details .thumb {}

    .post_details .meta {
        padding: 0 5%;
    }

    .post_details .inner {
        padding: 0 5%;
    }
}

/*--------------------------------

>>> Contact Form Style

---------------------------------*/
.contact_design01 form p+p {
    margin-top: 25px;
}

.contact_design01 form label {
    font-size: 1rem;
    letter-spacing: .1em;
}

.contact_design01 form label a {
    text-decoration: underline;
}

.contact_design01 form input {
    width: 100%;
    padding: 10px;
    font-size: 1.28rem !important;
    border: 1px solid #000;
    letter-spacing: .05em;
}

.contact_design01 form textarea {
    width: 100%;
    padding: 10px;
    font-size: 1.08rem !important;
    border: 1px solid #000;
    letter-spacing: .05em;
    margin-bottom: 50px;
}

.contact_design01 form .pp_area {
    margin-bottom: 25px;
}

.contact_design01 form .pp_area .pp_ttl {
    font-size: 1.28rem;
    letter-spacing: .2em;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
}

.contact_design01 form .pp_area .pp_box {
    width: 100%;
    height: 300px;
    border: 1px solid #000;
    font-size: 1.08rem;
    letter-spacing: .05em;
    overflow: scroll;
}

.contact_design01 form.wpcf7-not-valid-tip {
    padding: 2px;
    clear: both;
    color: #c00;
}

.contact_design01 form.wpcf7-display-none {
    display: none;
}

.contact_design01 form img.ajax-loader {
    float: right;
    margin-top: -30px;
}

.contact_design01 form.wpcf7-response-output {
    margin: 0 0 20px;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.contact_design01 form.wpcf7-mail-sent-ok {
    background-color: #398f14;
    color: #fff;
}

.contact_design01 form.wpcf7-mail-sent-ng {
    background-color: #ff0000;
    color: #fff;
}

.contact_design01 form.wpcf7-spam-blocked {
    background-color: #ffa500;
    color: #000;
}

.contact_design01 form.wpcf7-validation-errors {
    background-color: #f7e700;
    color: #000;
}

.contact_design01 form input[type=checkbox] {
    width: auto !important;
    padding: 0 !important;
    display: inline !important;
    margin: 0 !important;
}

.contact_design01 form input.wpcf7-submit {
    display: block;
    margin: 115px auto 0;
    width: 250px;
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
    font-size: 13px;
    line-height: 20px;
    border-radius: 200px;
    -moz-border-radius: 200px;
    letter-spacing: .2em;
    border: 0px;
    background-color: #89C122;
    color: #fff;
    transition: ALL .5s ease;
    -webkit-transition: ALL .5s ease;
    -moz-transition: ALL .5s ease;
    -o-transition: ALL .5s ease;
}

.contact_design01 form input.wpcf7-submit:hover {
    background-color: #fff;
    color: #000;
}

.contact_design01 form input.wpcf7-submit:disabled {
    opacity: 0.3;
}

.contact_design01 form input.wpcf7-submit:hover:disabled {
    background-color: #000;
    color: #fff;
}

.contact_design01 form .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    text-align: left;
    margin: 0;
}

.contact_design01 form .wpcf7-acceptance .wpcf7-list-item label {
    font-size: .8em !important;
    margin-top: 0;
}

.contact_design01 form .wpcf7-radio {
    display: block;
    padding: 20px 0;
}

.contact_design01 form .wpcf7-radio .wpcf7-list-item {
    margin: 0 65px 0 0;
}

.contact_design01 form .wpcf7-radio .wpcf7-list-item:last-child {
    margin: 0;
}

.contact_design01 form .wpcf7-radio .wpcf7-list-item label {
    font-size: .8em !important;
    margin-top: 0;
    letter-spacing: 0em;
}

.contact_design01 span.req {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 15px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

@media (max-width: 520px) {
    .contact_design01 form input.wpcf7-submit {
        margin: 25px auto 0;
    }

}