/*
Theme Name: CUBIC
Description: CUBIC Template
Author: 管理人
*/


html {
    scroll-behavior: smooth;
}

body{
	
	font-size:16px;
    font-family: "hina-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.11em;
    font-feature-settings: "palt";
    overflow-x: hidden;
    background-color: rgba(240, 238, 236, 1);
}
.in{
    margin: auto;
}
ul,li{
    list-style: none;
}
a{
    display: inline-block;
    transition: 0.5s;
}
a:hover{
    opacity: 0.7;
}
img{
    display: inline-block;
    clear: both;
    max-width: 100%
}
.ari{
    font-family: "arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    
}
/***************************
* 見出し***/

.clip_taitl {
    position: relative;
    background-color: inherit;
}
.clip_taitl .clip_taitlback{
    position: absolute;
    top: -1px;
    bottom: 1px;
    width: 100%;
}

.clip_taitl .clip_taitltext{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    max-width: 750px;
    margin: auto;
    padding: 0.8em 0 0.5em;
    /*border-top-left-radius: 1.2em;
    border-top-right-radius: 1.2em;*/
    position: relative;
    z-index: 1;
    background-color: inherit;
    margin-bottom: 1.5em;
    line-height: 1.2;
}
.clip_taitl .clip_taitltext span{
    font-size: 16px;
    display: block;
}
h2{
    
}
h3{
    font-size:40px;
}
h4{
    font-size:30px;
}
h5{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
h6{
    
}
/***************************
* リンクボタン***/
.link_botm{
    margin-top: 4em;
    text-align: center;
}
.link_botm .link_text{
    display: inline-block;
    background-color: #e60012;
    color: #fff;
    font-size: 20px;
    min-width: 260px;
    padding: 0.5em;
    /*border-radius: 1em;*/
}
/*ボタンリスト*/
.link_botm ul{
    display: -webkit-flex;
    display: flex;
    --webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em ;
}

/*********************************************
ヘッダー*******/
header{
    position: absolute;
}
.hed_contact a{
    background-color: #e60012;
    color: #fff;
    
}
.hedimg_box .in{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home_hed.hedimg_box h1{
    z-index: 1;
}

/*ナビ-----*/


.gnavi .menu > li:has(.sub-menu) > a{
    position: relative;
    padding-right: 1.5em;
    
}
.gnavi .menu > li:has(.sub-menu) > a::before{
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-bottom: 2px solid #e62413;
    border-right: 2px solid #e62413;
    transform: rotate(45deg);
    position: absolute;
    right: 0.3em;
    margin: auto;
    top: 0;
    bottom: 0;
}

/*ヘッダー画像*/
.hedimgs li{
    width: 100%;
}
.hedimgs li > div,
.content_hed .mvimg > div{
    background-position: center;
    background-size: cover;
}
.hedimg_box{
    position: relative;
    overflow: hidden;
}
.hedimg_box.home_hed .hed_textbox{
    font-size: 2.15vw;
    color: #fff;
    margin-left: 1.6em;
    margin-top: 2.5em;
    position: relative;
    z-index: 1;
}
.content_hed + .content_hed_textbox{
    margin-bottom: 3em;
}
.home_hed .hed_title,
.content_hed:not(:has(.mvimg)) .hed_title{
    padding-bottom: 2em;
    /*position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 46vw;
    max-width: 600px;
    height: 12.27vw;
    max-height: 165px;*/
    
}
.hed_title{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;  
}
.content_hed .hed_title{
    margin-top: 30px;
}
.hed_title h2{
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: 600;
}
.hed_title h2 span{
    display: block;
    font-size: 0.5em;
    text-align: center;
}
.home_hed .hed_title::after,
.content_hed:not(:has(.mvimg)) .hed_title::after{
   /*background: url("images/hed_titleb.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    bottom: 0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;*/
}
.hedimg_box .hed_title img{
    margin-top: 3vw;
    width: 23vw;
    max-width: 320px;
}
/*********************************************
フッター*******/

footer{
    margin-top: 150px;
    padding:80px 0 60px; 
}

footer .in{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
}
.foot_logo{
    width: 35%;
    margin-top: 4%;
}
.foot_credit{
	color:#fff;
	margin-top:20px;
	font-size:12px;
}

/*********************************************
ホーム*******/
/*ホーム共通*/
.home_content{
    padding-bottom: 90px;
}
.home_content .in{
    position: relative;
}
.p_img{
    position: absolute;
    z-index: 1;
}
.home_img{
    border-radius: 50%;
    overflow: clip;
    width: 25%;
    z-index: 1;
}
.home_img >div{
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.home_img img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*メインビジュアル*/
.home_hed{
    padding-bottom: 35px;
}
.hedimgs_buttons{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 2em;
    margin-top: -75px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.hedimgs_buttons .swiper-pagination{
    position: revert;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto !important;  
    height: 40px;
    width: 150px !important;
    border-radius: 2em;
}
.hedimgs_buttons .swiper-pagination,
.swiper_plays{
    background-color: #ffffff7a;
    backdrop-filter: blur(10px);
}
.swiper_plays{
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.swiper_play{
    display: none;
    font-size: 1.2em;
    line-height: 1;
}
.swiper_play.active{
    display: block;
}
.hedimgs_buttons .swiper-pagination-bullet{
    transition: 0.3s;
    opacity: 1;
    background-color:#000;
    position: relative;
    overflow: hidden;
}
.hedimgs_buttons .swiper-pagination-bullet::before{
    content: "";
    display: block;
    position: absolute;
    background-color: #e62413;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 15px;
    border-radius: 5px;
}
.hedimgs_buttons .swiper-pagination-bullet-active{
    background-color: #808080;
    width: 50px;
    border-radius: 5px;
}
.hedimgs_buttons .swiper-pagination-bullet-active::before{
    animation: buttonstretch 5s linear forwards;
}
.hedimgs_buttons.teishi .swiper-pagination-bullet-active::before,
.hedimgs_buttons .swiper-pagination-bullet-active.pause::before{
    animation-play-state: paused;
}

@keyframes buttonstretch {
    0% {
        width: 15px;
    }
    100% {
        width: calc(100% + 15px);
    }
}

/*ホーム野菜*/
@keyframes rumble {
    0%   { transform:translate(0, 0); }
    25%  { transform:translate(0, 2px) rotate(5deg); }
    50%  { transform:translate(0, 0, 0); }
    75%  { transform:translate(0, -2px) rotate(-5deg); }
    100% { transform:translate(0, 0); }
}
.home_content .yasai_img{
    animation:rumble 1s linear infinite;
}



/*ホーム見出し*/
.home_title{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2em;
}
.home_title span{
    display: block;
    font-size: 16px;
}
/*ホームお知らせ*/
.home_01{
    margin-top: 40px;
    background-color: rgba(240, 238, 236, 1);
	color: #dc3232;
}

/*ホームこだわり*/
.home_02{
    background-color: #e62413 !important;
}
.home_02 .clip_taitl,
.home_02 .home_contenttext{
    color: #fff;
}
.home02_img{
    right: -8%;
    top: -185px;
    z-index: 1;
}
.home_02 .link_botm .link_text{
    background-color: #fff;
    color: #e60012;
}
/*ホーム佐々木農場について*/
.home_03{
    background-color: rgba(240, 238, 236, 1);
    position: relative;
	color: #e60012;
}
.home03_img01{
    left: -8%;
    top: -185px;
}
.home_03 .link_botm .link_text{
    
}
.home03_img02{
    left: 2%;
    bottom: -34px;
    z-index: 1;
}
/*ホームやさいブログ*/
.home_04{
    background-color: rgb(230 36 19);
}
.home_04 .clip_taitl{
    color: #fff;
}
.home04_img{
    right: -4%;
    top: -230px;
}
.home_04 .link_botm .link_text{
	background-color: #fff;
	color:#e60012;
}
.home_blog ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 235px), 1fr));
    grid-gap: 3rem;
}
.home_blog li{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
	row-gap: 0;
}
.home_blog a{
    background-color: #fff;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0em;
    /*border-radius: 1.2em;*/
    padding: 1em;
}
.home_blogimg div{
    padding-top: 80%;
   /* border-radius: 1.3em;*/
    background-position: center;
    background-size: cover;
}
.blog_listtitle{
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home_blog .blog_data{
	padding-top: 1em;
	font-size:0.87em;
}
/*ホーム採用情報*/
.home_05{
    background-color: rgba(240, 238, 236, 1);
}
/*ホームお問い合わせ*/
.home_06{
    text-align: center;
	padding-bottom:0;
}
.foot_contact_box li{
    padding: 2em 1em;
}
.foot_contact_box li a{
    line-height: 1;
    font-size: 50px;
    color: #e60012;
    /*background-color: #e60012;*/
    padding: 0.2em 0.3em;
    /*border-radius: 0.3em;*/
    margin-bottom: 0.3em;
}

.foot_contact_box li p:has(b){
    font-size: 23px;
    font-weight: 600;
}
/*********************************************
下層ページ*******/

/*下層ページヘッダー-------*/
.content_hed{
    margin-bottom: 80px;
}
.content_hed:not(:has(.mvimg)){
    padding-top: 10%;
    background-color: #949494;
}
/*一覧ページ共通-------*/
/*サイドメニュー*/
.sidebar_list h4{
    margin-bottom: 1.5em;
    background-color: #e62413;
    color: #fff;
    /*border-radius: 2em;*/
    text-align: center;
    padding: 0.5em;
    line-height: 1.2;
}

/*------------------------*/
/*お知らせ*/
/*お知らせ一覧*/
.news_list{
    max-width: 550px;
    margin: auto;
}
.news_list ul li + li{
    margin-top: 1em;
}
.news_list ul li a{
    display: -webkit-flex;
    display: flex;
}
.news_listimg{
    /*border-radius: 50%;*/
    overflow: hidden;
}
.news_listimg > div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100%;
}
.news_list .news_listtitle{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*------------------------*/
/*ブログ*/
/*ブログ一覧*/
.blog_list ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
    gap: 3em 2em;
}
.blog_list ul li,
.blog_list ul a{
    display: grid ;
    grid-template-rows: subgrid;
    grid-row: span 4;
}
.blog_list ul a{
    gap: 1.5em;
    
    padding: 1em;
    /*border-radius: 25px;*/
}
.blog_list .link_botm{
    margin-top: 0;
}
.blog_list .link_botm .link_text{
    background-color: #e62413;
}
.blog_list_content{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_list .home_blogimg div{
    padding-top: 70%;
}

.blog_list .link_botm{
	container-type: inline-size;
}

@container (width <= 16em) {
  .blog_list .link_botm .link_text {
    min-width:100%;
  }
}

/*ページナビ*/
.pagination{
    margin-top: 5em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3em;
}
.pagination :is(span, a){
    display: inline-block;
    min-width: 2em;
    height: 2em;
    text-align: center;
    padding: 0.2em;
    border: 2px solid #e60012;
    /*border-radius: 0.5em;*/
    line-height: 1.3;
}
.pagination a{
    background-color: #e60012;
    color: #fff;
}


/*詳細ページ*/

.basebox img{
    display: inline-block;
}
.basebox img.alignleft{
    float: left;
}
.basebox img.aligncenter{
    display: block;
    margin: auto;
}
.basebox img.alignright{
    float: right;
}
.basebox :is(td, th){
    padding: revert-layer;
}
.basebox :is(ul,ol){
    list-style: auto;
}
.basebox :is(li){
    list-style: inherit;
}

.content_title h2{
    font-size: 40px;
    font-weight: 600;
}
.content_data{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1em;
    font-size: 0.8em;
    color: #c9c9c9;
    margin-bottom: 3em;
}
.content_category{
   display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}
.content_nav{
    margin-top: 4em;
}
.content_nav ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
}
.content_nav ul i{
    font-size: 2.5em;
    color: #e60012;
}
.content_nav ul span{
    opacity: 0.5;
}

/*固定ページ-------------------*/
.p_box{
    scroll-margin-top: 100px;
}
.p_box + .p_box{
    margin-top: 100px;
}

hr{
    position: relative;
    margin: 100px 0;
}
hr::before,
hr::after{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
hr::before{
    background-color: #f0eeec;
    width: 20%;
    height: 3px;
}
hr::after{
    width: 14%;
    padding-top: 17%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
hr.yasai_01::after{
    background-image: url(images/yasai_01.svg);
}
hr.yasai_02::after{
    background-image: url(images/yasai_02.svg);
}
hr.yasai_03::after{
    background-image: url(images/yasai_03.svg);
}
hr.yasai_04::after{
    background-image: url(images/yasai_04.svg);
}
hr.yasai_05::after{
    background-image: url(images/yasai_05.svg);
}
hr.yasai_06::after{
    background-image: url(images/yasai_06.svg);
}

/*こだわり*/
.kodawari01_content{
    
}
.kodawari01_img > div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 23px;
}
.kodawari01_textbox h4{
    font-weight: 600;
}
.kodawari01_textbox h4 span{
    color: #cc9966;
}
.kodawari_01 .yasai_04::before,
.kodawari_01 .yasai_04::after,
.kodawari_02 .yasai_03::before,
.kodawari_02 .yasai_03::after{
    right: 0;
}

.kodawari02_box h5 span,
.kodawari_03 h5 span,
.yasaimodalbox h5 span{
    min-width: 15em;
    background-color: #e60012 ;
    display: inline-block;
	color: #fff;
    /*border-radius: 2em;*/
}
.kodawari02_box h5,
.kodawari_03 h5,
.yasaimodalbox h5{
    margin-bottom: 1em;
}
.kodawari02_img{
    text-align: center;
    margin-bottom: 3em;
}
.nenkan_text{
    margin-top: 4%;
}
.nenkan_text dl{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    gap: 5em;
}
.nenkan_text dl dd::before{
    content:"";
    display: inline-block;
    vertical-align: sub;
    width: 1em;
    height: 1em;
    /*border-radius: 50%;*/
    margin-right: 0.5em;
}
.nenkan_text dl dd:nth-child(1)::before{
    background-color: #fff000;
}
.nenkan_text dl dd:nth-child(2)::before{
    background-color: #e62413;
}
.kodawari_03,
.kodawari_05{
    background-color: #f0eeec;
}
.kodawari_04{
    background-color: #e60012 ;
    padding-bottom: 90px;
	color: #fff;
}

.yasai_list ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 14em), 1fr));
    grid-gap: 2em;
	color: #e62413;
}
.yasai_list ul li{
    background-color: #fff;
    /*border-radius: 20px;*/
    overflow: hidden;
    padding: 10%;
}
.yasai_list a{
    width: 100%;
}
.yasai_listimg {
    margin-bottom: 1em;
}
.yasai_listimg > div{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80%;
}
.yasaimodalbox{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 370px), 1fr));
    grid-gap: 1rem;
}
.yasai_syuka{
    margin-top: 3em;
    font-size: 1.1em;
    font-weight: 600;
    color: #5a7d4a;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 11;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
    opacity: 1;
    visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1200px;
    width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
    background: #fff;
    text-align: left;
    padding: 30px;
    /*border-radius: 20px;*/
}

#shop_map{
    height: 700px;
    /*border-radius: 20px;*/
}
/*野菜が買えるお店*/

.shopping{
    margin-top:3em;
}
.shopping .tab{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}
.shopping .tab a{
    width: 6em;
    height: 6em;
    text-align: center;
    padding: 2em 0;
    background-color: #e7e6e7;
    border-radius: 50%;
    font-weight: 600;
}

.shopping .tab .active a,
.tab_base{
    background-color: #e60012 ;
	color: #fff;
}
#tabs{
    margin-bottom: 4em;
}
.tab_base{
    /*border-radius: 40px;*/
    padding: 2em 4em;
    font-weight: 600;
}
.shopping_area_taitl{
    display: inline-block;
    background-color: #fff;
    text-align: center;
    padding: 0.5em;
    min-width: 12em;
    line-height: 1;
    /*border-radius: 2em;*/
    margin-bottom: 0.5em;
	color: #000;
}
.shopping_list{
    margin-bottom: 2em;
}
.shopping_list + p{
    font-size: 0.85em;
}
.shopping_list li:has(a){
    margin-bottom: 1em;
}
.shopping_list a::after{
    content: "";
    display: inline-block;
    margin-left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/**佐々木農場について******/
.about_01,
.about_03{
    background-color: #f0eeec;
}
.about_01 .in{
    max-width: 850px;
    position: relative;
}
.about_01 h3{
    text-align: center;
    margin-bottom: 1em;
}
.about_01 .about01_text{
    line-height: 2.5em;
}
.about_box{
    padding-bottom: 150px;
}
.about_02{
    background-color: #e62413;
    color: #fff;margin-right: 
}
.staff_list li{
    position: relative;
    background-color: #fff;
   /*border-radius: 30px;*/
    display: grid;
    color: #000;
}
.staff_list li + li{
    margin-top: 3em;
}
.about_04{
    background-color: #f0f0f0;
}
.staff_data h5{
    text-align: left;
}
.staff_img img{
    /*border-radius: 20px;*/
}
.about02_imgs{
    padding: 50px 14%;
}
.about02_imgs + .about02_imgs{
    border-top: 1px solid #000;
}
.about02_imgs p{
    margin-bottom: 1em;
}
.about03_text,
.about03_list{
    width: 100%;
    margin: auto;
}
.about03_text{
    font-size: 20px;
    margin-bottom: 2em;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    position: relative;
}
.about03_list dl{
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
}
.about03_list dl:nth-last-child(2n+2){
    background-color: #e62413;
    color: #fff;
}
.about_03_img {
    top: -70px;
}
#access{
    height: 500px;
   /* border-radius: 20px;*/
}
.about04_box{
    margin-top: 50px;
}
.about04_box .address{
    line-height: 2;
}
.address h4{
    font-size: 20px;
}

body:has(.about_box) footer{
    margin-top: 0;
}

/*インタビュー*/
.recruit_boximg{
    text-align: center;
}
.recruit_box h5 span{
    background-color: #e60012;
    display: inline-block;
    padding: 0.2em 3em;
    color: #fff;
   /* border-radius: 0.8em;*/
}
.interview_names{
    background-color: #e60012;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
    font-weight: 600;
}
.interview_names p{
    font-size: 28px;
}
.interview_names span{
    font-size: 0.9em;
    margin-left: 1em;
}
.snterview_textbox h5{
    text-align: left;
    margin-bottom: 0.5em;
    color: #e60012;
}
.interview_list li:nth-last-child(2n+1) hr::before,
.interview_list li:nth-last-child(2n+1) hr::after{
    right: 0;
}
.snterview_img img{
    border-radius: 1.9em;
}

/*お問い合わせ*/

.contectfom{
    margin: auto;
}
.contectfomw{
    margin-top: 1em;

}
.foomhedkom span{
    color: #ca750d;
}
.contectfomw table{
    width: 100%;
}
.contectfomw th span{
    color: #ca750d;
    font-size: 0.8em;
    display: inline-block;
    vertical-align: top;
}

.contectfomw td :is(.name,.mail,.taitl,.wpcf7-validates-as-required ) {
    width: 100%;
}
.contectfomw :is(input, textarea ) {
    padding: 10px 5px;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #6c6c6c;
    letter-spacing: .1em;
}
.contectfomw td p{
    font-size: 0.8em;
    margin-bottom: 10px;
    line-height: 1.45;
}
.contct_botm{
    text-align: center;
    margin-top: 30px;
}
.contct_botm input{
    border: none;
    padding: 10px 40px;
    background-color: #808080;
    color: #fff;
}


