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




/**/

body{
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
    line-height: 1.5;
}
.bree{
    font-family: bree-serif,serif;
    font-style: normal;
}
.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%
}
main{
    position: relative;
    transition: 0.5s
}

.back_grey{
    padding: 60px 0 100px;
    background-color: #e9e8e9;
    position: relative;
}

/*---見出し----------------------------*/
h2{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 1em;
    line-height: 1.5;
}
h3{
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 1em;
    line-height: 1.5;
}
h4{
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 1em;
    line-height: 1.5;
}
h5{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
h6{
    font-weight: 600;
}
/*---ヘッダー----------------------------*/

header{
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 30%);
    position: -webkit-sticky;
    position: sticky;
    transition: 0.5s;
    z-index: 3;
    top: 0;
}
.hed_text{
    font-size: 17px;
}
.hed_sns{
    color: #9e9e9f;
    font-size: 40px;
    
}



/*---ハンバーガーボタン----------------------------*/
.navbotn{
    text-align: center;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    right: 0;
    font-weight: 600;
}

.navbotn .hamburger{
    position: relative;
    width: 50px;
    height: 29px;
    display: block;
    margin: 0 auto 5px;
    z-index: 2;
    pointer-events: none;
    cursor: pointer;
}
.navbotn .hamburger span{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #444;
    margin: auto;
    transition: 0.5s;
    left: 0;
}
.navbotn .hamburger span:nth-child(1){
    top: 0;
}
.navbotn .hamburger span:nth-child(2){
    top: 0;
    bottom: 0;
}
.navbotn .hamburger span:nth-child(3){
    bottom: 0;
}
.navbotn .hamburger.active span:nth-child(1){
    transform:rotate(45deg);
    top: 18px;
}
.navbotn .hamburger.active span:nth-child(2){
    opacity: 0;
    left: 50%;
}
.navbotn .hamburger.active span:nth-child(3){
    transform:rotate(-45deg);
    bottom: 8px;
}

/*---ナビ----------------------------*/

nav{
    position: fixed;
    height: 100vh;
    width: 250px;
    background-color: #fff;
    border-right: 1px solid rgb(0 0 0 / 30%);
    z-index: 3;
    left: -250px;
    transition: 0.5s;
    padding: 30px 2%;
    font-size: 18px;
}
nav a{
    display: block;
    padding: 0.6em 0;
}
nav .menu-menu-1-container,
nav .sideitem_cat{
    font-weight: 600;
}
nav .menu-menu-2-container{
    font-size: 80%;
}

/*ショッピング関係ボタン*/
.hed_shopbox ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap:0.5em;
    font-size: 1.5em;
}


/*---フッター----------------------------*/
footer{
    margin-bottom: 20px;
}
.foot_sns{
    margin-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
}
.foot_sns ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.foot_sns ul li{
    font-size: 40px;
    margin: 0 0.8em;
    line-height: 1;
}
.foot_sns .bree{
    font-size: 32px;
    margin-top: 0.5em;
    font-weight: 600;
}

.footer{
    padding: 30px 0 50px;
    width: 90%;
    margin: auto;
}
.foot_nav{
    font-size: 20px;
}
.foot_nav li + li{
    margin-top: 1em;
}
.foot_nav .menu-menu-1-container,
.foot_nav .sideitem_cat{
    font-weight: 600;
}
.foot_nav .menu-menu-2-container a{
    font-size: 70%;
}
.foot_cc{
    font-size: 10px;
    margin-top: 60px;
}


/*---ホーム----------------------------*/

.home04_list + .home04_list,
.home_content{
    margin-top: 100px;
}
/*ボタン01*/
.more .more_link{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    line-height: 1;
}
.more .more_link span{
    margin-right: 0.5em;
    font-size: 1.3em;
    display: inline-block;
}
/*ボタン02*/
.view_all .viewall_link{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    line-height: 1;
}
.viewall_link p{
    font-size: 130%;
    margin-right: 1em;
    font-weight: 600;
}
.viewall_link span{
    padding: 0.5em 0.5em 0.5em 0;
    position: relative;
}
.viewall_link span::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 2.3em;
    width: 2.3em;
    border: 1px solid #000;
    border-radius: 50%;
    margin: auto;
}




/*スライダー----*/

.prev.slick-arrow{
    transform: scale(-1, 1);
}


.slider_box .slick-dotted.slick-slider{
    margin-bottom: 0;
    line-height: 0;
}
.slider_box li{
    position: relative;
}
.slider_img{
    height:calc(100vh - 89px);
	max-height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider_box .itemlist_text{
    font-size: 20px;
    line-height: 1.8;
}

.slider_box .slider-dots {
    line-height: 2;
    width: 100%;
    text-align: center;
    padding: 2em 150px;
    line-height: 1em;
    font-size: 11px;
}
.slider_box .slider-dots li {
    display: inline-block;
    line-height: 1em;
    margin: 0 0.5em;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    padding: 2px;
    width: 4em;
    height: 4em;
    border: 1px solid #ddd;
}
.slider_box .slider-dots li::before,
.slider_box .slider-dots li::after{
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: -9%;
    width: 110%;
    height: 180%;
    transform-origin: 100% 40%;
}
.slider_box .slider-dots li::before{
    background: #000; 
}
.slider_box .slider-dots li::after{
    background: #fff;
}
.slider_box .slider-dots li.slick-active::before{
}
.slider_box .slider-dots li.slick-active::after{
    animation: draw 5.2s;
}
@keyframes draw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.slider_box .slider-dots button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}

.slider_box .slick-arrow{
    position: absolute;
    z-index: 2;
    bottom: 33px;
    cursor: pointer;
}
.slider_box .slick-arrow.prev{
    left: 60px;
}
.slider_box .slick-arrow.next{
    right: 60px;
}

.homelist_hed{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 35px;
}
.homelist_hed h3{
    margin-bottom: 0;
}

/*ホームランキング----*/
.home_03{
    position: relative;
}
.ranking_list li{
    padding: 0 5%;
}
.ranking_list .itemlist_textbox{
    width: 100%;
}

.ranking_list .slick-arrow{
    position: absolute;
    z-index: 1;
    top: -4.5em;
    font-size: 14px;
    cursor: pointer;
}
.ranking_list .prev.slick-arrow{
    right: 8em;
}
.ranking_list .next.slick-arrow{
    right: 2em;
}
.ranking_count{
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    font-size: 0.8em;
    z-index: 1;
    padding: 0.7em 0;
    line-height: 1;
    top: -15px;
    left: -15px;
}



/*ホームお知らせ----*/

.home_news .slick-active + .slick-active a{
    border-left: 1px solid #000;
}
.home_news li a{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0% 7%;
    height: 100%;
}
.homenews_time{
    font-size: 14px;
    width: 7em;
    height: 7em;
    background-color: #fff;
    border: 1px solid #000;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
}
.homenews_title{
    width: calc(100% - 120px);
}
.home_news .slick-arrow{
    position: absolute;
    bottom: -60px;
    font-size: 13px;
    z-index: 1;
    cursor: pointer;
}
.prev.slick-arrow{
    left: 40%;
}
.home_news .next.slick-arrow{
    right: 40%;
}


/*---下層ページ----------------------------*/

/*---下層ページヘッダー----------------------------*/

.content_hed{
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    padding: 20px 0;
}
.content_hed h3{
    margin-bottom: 0;
}
/*シングルページ*/
.content_hed .in{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.content_hed .view_all.prev .icon-arrow_02{
    transform: scale(-1, 1);
}
.content_hed .view_all.prev p{
    margin: 0 0 0 1em;
}
.viewall_nolink{
    opacity: 0;
}

/*--ページナビ----------------------------*/

.pagination{
    margin-top: 60px;
    text-align: center;
}
.pagination span,
.pagination a{
    display: inline-block;
    line-height: 1;
    border: 2px solid #000;
    min-width: 2.5em;
    height: 2.5em;
    padding: 0.7em 3px;
    margin: 5px;
    border-radius: 50%;
}
.pagination span{
    opacity: 0.4;
}



/*--商品----------------------------*/

.woocommerce-products-header,
.woocommerce-breadcrumb,
#sidebar{
    display:none;
}

/*--商品一覧--------------*/
.itemlist_img{
    padding-top: 72%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.itemlist_textbox{
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -15%;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 3px solid #000;
    border-bottom:0;
    padding: 20px 5%;
    position: relative;
}
.itemlist_text{
    min-height: 5em;
    margin-bottom: 1em;
}
.itemlist_tl{
    font-size: 12px;
    font-weight: 600;
}
.itemlist_tl span:nth-last-child(1){
    font-weight: 400;
}
.itemlist_tr .more{
    width: 6em;
}

.itemlist_tl span{
    margin-right: 0.5em;
    line-height: 1;
    display: inline-block;
}
.itemlist_tl span.breel{
    padding-left: 0.5em;
    border-left: 1px solid #000;
}

.item_listhed{
    margin-bottom: 30px;
}
.item_listhed .woocommerce-ordering{
    display: inline-flex;
    align-items: center;
    position: relative;
}
.item_listhed .woocommerce-ordering::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.item_listhed .woocommerce-ordering select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

/*--商品詳細--------------*/
.single_itemfoot{
    padding-top: 30px;
    border-top: 1px solid rgb(0 0 0 / 25%);
}
.single_nav .prev .viewall_link{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.single_nav .prev .icon-arrow_02{
    transform: scale(-1, 1);
}
.single_nav .view_all .viewall_link{
    width: 100%;
    padding: 1em 10%;
}
.single_nav .viewall_link p{
    margin: 0 1em;
}
.single_navtitle{
    font-size: 18px;
    line-height: 1.8em;
}
.single_itemimg{
    margin-bottom: 60px;
}
.single_itemimg img{
    width:100%;
}
.item_table{
    margin-bottom: 50px;
}
.item_table table{
    width: 100%;
    border-top: 1px solid rgb(0 0 0 / 30%);
    border-bottom: 1px solid rgb(0 0 0 / 30%);
}
.item_table table tr + tr{
    border-top: 1px solid rgb(0 0 0 / 30%);
}
.item_table table th,
.item_table table td{
    padding: 1em 0;
}

.item_storys li + li{
    margin-top: 100px;
}
.itemstory_img img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.item_sidehed p{
    font-size: 13px;
}
.item_sidimg > div{
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item_sidshop{
    margin-top: 10px;
    padding: 10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.item_area{
    position: relative;
    padding-left: 13px;
    margin-right: 15px;
}
.item_area .bree{
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-35deg);
}
.item_area .bree b{
    line-height: 1;
}
.item_areatext{
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #000;
    width: 3.5em;
    height: 3.5em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.item_areatext span{
    font-size: 11px;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.item_sidlist li{
    margin-top: 10px;
    font-size: 12px;
}
.item_sidlist .item_sidlistdata{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 1em;
}
.tem_sidlistdatas{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
    width: calc(100% - 250px);
    min-width: 150px;
}
.item_sidlist .item_size{
}
.item_sidlist .item_price{
}
.item_cart{
    margin-top: 5px;
    text-align: center;
}
.itemstory_imgtext{
	font-size:0.95em;
	margin-top:0.5em;
}
.itemstory_textbox{
    line-height: 2;
}

.singleitem_mainfoot{
	margin-top: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.singleitem_mainfoot > div{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e9e8e9;
    padding: 60px 50px;
}
.singleitem_mainfoot .item_area{
	padding-left:0;
	margin-right: 30px;
}
.singleitem_mainfoot .item_areatext{
	background-color:#fff;
}

.item_cart a{
    background-color: #000;
    color: #fff;
    padding: 1em 2em;
    border-radius: 5px;
}

/*--お知らせ----------------------------*/
/*--お知らせ一覧--------------*/

.news_list{
    max-width: 1000px;
    margin: auto;
}
.news_list table{
    width: 100%;
    
}
.news_list table tr + tr{
    border-top: 1px solid rgb(0 0 0 / 25%);
}
.news_list table th,
.news_list table td{
    padding: 1em 0;
}
.news_list table th{
    width: 6em;
    font-weight: 500;
}
.news_list table td a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*--お知らせ詳細--------------*/

.news_itemimg{
    text-align: center;
    margin-bottom: 30px;
}
.basebox{
    line-height: 1.8;
}


 /*------------------------------------------------------------------------------------*/
/*--固定ページ--------------*/
.p_box + .p_box {
	margin-top:3em;
}

/*--お買い物ガイド--------------*/
.function__list{
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  grid-gap: 3em;
}
.function__list .function__list__titleBox img{
	max-height: 54px;
}
.function__list .function__list__titleBox i{
    font-size: 33px;
}
.function__list .function__list__titleBox h4{
	font-size: 20px;
    margin-bottom: 0.5em;
}
.function__list__text{
	margin-bottom:1em;
}
.idxContentGroup + .idxContentGroup{
	margin-top:120px;
}

.dlset dl {
    padding-top: 12px;
    padding-bottom: 8px;
    position: relative;
    min-height: 35px;
    border-bottom: 1px solid #dedede;
    margin: 0px;
}

.transaction02{
	max-width:700px;
	margin:auto;
	transform:center;
}
.text_box + .text_box{
	margin-top:40px;
}
.transaction_list p{
	padding-left:1em;
}
.transaction_list p:first-letter{
	margin-left:-1em
}



/*ウーコマース-----------------------------------------------------*/
/*ウーコマース商品一覧*/
.product_list ul,
.products ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
    grid-gap: 1rem;
}
.product_list ul img,
.products ul img{
    height: auto;
}
.product_list h2,
.products h2{
    font-size: 21px;
    margin: 1em 0;
}
.product_list a.button,
.products a.button{
    margin: 1em auto 0;
    background-color: #000;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: 5px;
    display: block;
    max-width: 195px;
}
/*ウーコマース商品詳細*/
.woocommerce-product-gallery{
    display: none;
}
.single_product .in{
    max-width: 1200px;
}
.single_product .item_img{
    display: block;
}
.single_product .item_img > div{
    padding-top: 60%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}
.single_product .item_thumbnai .splide__slide{
    width: calc(16% + -10px) !important;
}
.single_product :is(.product,.item_thumbnai){
    margin-top: 30px;
}
.single_product .product_title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.single_product .price{
    margin-bottom: 1em;
}
.single_product select{
    cursor: pointer;
    text-overflow: ellipsis;
    z-index: 1;
    padding: 5px;
    position: relative;
    border: 1px solid;
    border-radius: 5px;
    text-align: left;
    -webkit-appearance: auto;
    appearance: auto;
}
.single_product .reset_variations {
    background-color: #ddd;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 5px;
}
.single_product .woocommerce-variation{
    
}

.quantity::before{
    content: "数量";
    display: inline-block;
    margin-left: 0.3em;
    vertical-align: text-bottom;
    font-weight: bold;
}
.quantity input{
    border: 1px solid;
    text-align: right;
    margin: 5px 5px 15px;
    border-radius: 5px;
}

.woocommerce-variation-add-to-cart button {
    background-color: #000;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: 5px;
}
.single_product .variations :is(th,td){
    padding: 5px;
}
.single_product .woocommerce-tabs,
.single_product .related{
    margin-top: 50px;
}
.single_product .woocommerce-Tabs-panel h2,
.single_product .related h2{
    font-size: 27px;
}
.single_product .woocommerce-Tabs-panel :is(table,tbody,tr,th,td){
    display: block;
}
.single_product .woocommerce-Tabs-panel table{
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.single_product .woocommerce-Tabs-panel tr{
    padding: 15px 0;
}
.single_product .woocommerce-Tabs-panel tr + tr{
    border-top: 1px solid #000;
}
.single_product .product_meta{
    margin-top: 10px;
}
.single_product .product_meta :is(.sku_wrapper,.posted_in){
    display: block;
    font-size: 11px;
}


/*カートページ-----*/
.wc-block-cart__submit-container a,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}
/*支払いページ-----*/
.wc-block-components-radio-control-accordion-content{
    font-size: 0.85em;
}
.jp4wc-paidy-explanation{
    padding-left: 1em;
}
/*マイページ*/
.woocommerce nav{
    position: revert;
    width: auto;
    height: auto;
    border-right:0;
    padding: 0;
    margin-bottom: 40px;
}
.woocommerce nav li + li{
    margin-top: 10px;
}
.woocommerce nav a{
    display: inline-block;
    padding: 0;
}
.woocommerce nav .is-active a{
    color: #958e09;
}
.woocommerce nav a::before{
    content: "・";
    display: inline-block;
}
.woocommerce a{
    text-decoration: underline;
}
.woocommerce a.edit{
    background-color: #000;
    color: #fff;
    text-decoration:none;
    padding: 0.5em 2em;
    border-radius: 5px;
}
/*注文履歴*/
.woocommerce table.my_account_orders .button{
    margin: 3px;
}
.woocommerce header{
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
    display: block;
}
.woocommerce header h2{
    font-size: 21px;
}
/*住所変更*/
.woocommerce-Address{
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
}
.woocommerce-Address address{
    margin-top: 20px;
}
/*お問い合わせ*/

.contact_box{
    margin-top: 1.5em;
}
.contact_box table{
    width: 100%;
}
.contact_box table tr{
    border-bottom: 1px dashed #adaeaf;
}
.contact_box table th{
    font-weight: normal;
}
.contact_box table :is(input[type="text"],input[type="tel"],input[type="email"], textarea) {
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}
.contact_box table input[size="3"]{
    width: 5em;
}
.contact_box table input[size="4"]{
    width: 6em;
}
.red{
    color: #d72d2c;
}
.contact_box dl + dl{
    margin-top: 10px;
}
.contact_box table textarea{
    line-height: 1.5;
    field-sizing: content;
    min-height: 3lh;
    /resize: vertical;
}


.contact_box .wpcf7-radio input{
    display: none;
}
.contact_box .wpcf7-radio label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.contact_box .wpcf7-radio label span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    border: none;
    outline: none;
    appearance: none;
}
.contact_box .wpcf7-radio label span::before,
.contact_box .wpcf7-radio label span::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
}
.contact_box .wpcf7-radio label span::before {
    background: #ffffff;
}
.contact_box .wpcf7-radio label span::after {
    outline: 2px solid #da3c41;
    transition: all 0.3s ease-in-out;
}


.contact_box .wpcf7-radio label input:checked + span::after {
    outline: 12px solid #da3c41;
    outline-offset: -10px;
}


.contact_submit{
    text-align: center;
    margin-top: 50px;
}
.contact_submit input{
    padding: 0.5em 3em;
    background-color: #0085cb;
    color: #fff;
    border-radius: 5px;
}

.contact_submit input[disabled]{
    opacity: 0.5;
}


