@charset "utf-8";
/*
Theme Name:astra_child
Template:astra
Version: 2.3.1
*/
		/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
	a:visited{
		text-decoration: none;
	}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* リセットCSSここまで */

/* Elementorの仕様を変更する */
/* ボタンのアイコンを中央に整列させる */
.elementor-button-content-wrapper {
    align-items: center;
}

.anc_set .elementor-widget-container{
    margin-top:-130px !important;
    padding-bottom: 130px !important;
}

/* 全般 */
/* テキストのサイズをrem指定する */
html{
    font-size: 10px;
}
body{
    font-size: 1.6rem;
}

/* h1で囲われたimgの下余白を削除する。 */
h1 img{vertical-align: bottom;}

/*line-heightの上下の余白を消す*/
h1,h2,h3,h4,h5,p,li,span{
        margin-block: calc((1em - 1lh) / 2) !important;
}

/* 円(税込)を小さくする */
.woocommerce-Price-currencySymbol{
    font-size: 0.7em;
    padding-left: 3px;
}

/* 表関係をSP版で横スクロールする */
@media screen and (max-width:767px){
    .yokosuku{
        overflow-x: auto;
    }
    
    .yokosuku::-webkit-scrollbar{
        overflow-x: auto;
         background: repeating-linear-gradient(#fff, #fff 1px, #2D2E39 2px, #fff 1px);
        width: 0px;
        height: 3px;
    }
    
        .yokosuku::-webkit-scrollbar-thumb {
        background-color: #2D2E39;
    }
    .yokosuku img{
        min-width: 1075px;
    }
}


/* ホバーアクションまとめ　*/

/* 商品カード　*/
/* 画像を枠をはみ出さないように拡大する */
.productlistcard_img img{
    object-fit: cover;
    transition:1s all;
}

.jet-engine-listing-overlay-wrap:hover .productlistcard_img img{
  transform:scale(1.1,1.1);/* ズーム率を指定する */
  transition:1s all;/* 大きくなる時間を指定する */
}

/* 商品名に下線を左から右へ伸びるように引く */
.productlistcard_name{
    line-height:0;
}

.productlistcard_name h3{
    display: inline;
    background-image: url(/wp-content/uploads/2025/03/txtcollar.jpg);
    background-size: 0% 5%;
    background-position: left bottom;
    background-repeat:no-repeat;
    transition:0.4s all;
}

.jet-engine-listing-overlay-wrap:hover .productlistcard_name h3{
    background-size: 100% 5%;
    transition:0.4s all;
}

/* コラム　*/
/* 画像を枠をはみ出さないように拡大する */
.columnlistcard_img .elementor-widget-container{
    aspect-ratio: 250 / 155;
    
}
.columnlistcard_img .elementor-widget-container img{
    aspect-ratio: 250 / 155;
    object-fit: cover;
    
}

.columnlistcard_img img{
    object-fit: cover;
    transition:1s all;
}

.jet-engine-listing-overlay-wrap:hover .columnlistcard_img img{
  transform:scale(1.1,1.1);/* ズーム率を指定する */
  transition:1s all;/* 大きくなる時間を指定する */
}

/* タイトルに下線を左から右へ伸びるように引く */
.columnlistcard_title{
    line-height:0;
}

.columnlistcard_title h3{
    display: inline;
    background-image: url(/wp-content/uploads/2025/03/txtcollar.jpg);
    background-size: 0% 5%;
    background-position: left bottom;
    background-repeat:no-repeat;
    transition:0.4s all;
}

.jet-engine-listing-overlay-wrap:hover .columnlistcard_title h3{
    background-size: 100% 5%;
    transition:0.4s all;
}

/* お知らせ　*/
/* タイトルに下線を左から右へ伸びるように引く */
.newslist_title{
    line-height:0;
}

.newslist_title h3{
    display: inline;
    background-image: url(/wp-content/uploads/2025/03/txtcollar.jpg);
    background-size: 0% 5%;
    background-position: left bottom;
    background-repeat:no-repeat;
    transition:0.4s all;
}

.jet-engine-listing-overlay-wrap:hover .newslist_title h3{
    background-size: 100% 5%;
    transition:0.4s all;
}

/* お知らせ：Archive　*/
.a_shirase .jet-listing-dynamic-link__link{
    text-align: justify;
    transition: 0.5s;
}

/*サイドバー：使用場所別カテゴリー*/
/* タイトルに下線を左から右へ伸びるように引く */
.shiyolist_title{
    line-height:0;
}

.shiyolist_title p{
    display: inline;
    background-image: url(/wp-content/uploads/2025/03/txtcollar.jpg);
    background-size: 0% 5%;
    background-position: left bottom;
    background-repeat:no-repeat;
    transition:0.4s all;
}

.jet-engine-listing-overlay-wrap:hover .shiyolist_title p{
    background-size: 100% 5%;
    transition:0.4s all;
}

/* 背景色が変化する */
.jet-engine-listing-overlay-wrap:hover .shiyo_list{
    background-color: #F4F5F6 !important;
    transition:0.4s all;
}

/*TOP：メインビジュアルスライド*/
/* スライドが薄くなる */
.top_mvslide a{
    transition: 0.5s;
}

.top_mvslide a:hover{
    transition: 0.5s;
    opacity: 0.8;
}

/*TOP：商品カテゴリー*/
/* タイトルに下線を左から右へ伸びるように引く */
.pcategorylist_name{
    line-height:0;
}

.pcategorylist_name h3{
    display: inline;
    background-image: url(/wp-content/uploads/2025/03/txtcollar.jpg);
    background-size: 0% 5%;
    background-position: left bottom;
    background-repeat:no-repeat;
    transition:0.4s all;
}

.pcategory_list:hover .pcategorylist_name h3{
    background-size: 100% 5%;
    transition:0.4s all;
}

/* 背景色が変化する */
.pcategory_list:hover{
    background-color: #F9F9FA !important;
    transition:0.4s all;
}

/*機能していない可能性大*/
.product_name_line a{
    background-image: url(/wp-content/uploads/2025/03/txtcollar.jpg);
    background-size: 0% 5%;
    background-position: left bottom;
    background-repeat:no-repeat;
    transition:0.4s all;
}

.product_name_line a:hover{
    background-size: 100% 5%;
    transition:0.4s all;
}

.product_name{
    line-height:0;
}

.product_name{
    line-height:0;
}

.product_name .elementor-button-text,.product_name_line .elementor-button-text{
    text-align: left;
}

/* ホバーアクションまとめここまで　*/

/* ヘッダー　*/
.jet-mega-menu-mega-container__inner{
    padding: 0 !important;
}

/* フッター　*/
/* 群青メニューのgap調整　*/
.f_menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
    gap: 0px 30px;
    
}

/* 商品カテゴリーの「＞」調整　*/
.f_productlist .elementor-button-content-wrapper:not(.f_listbtn .elementor-button-content-wrapper) {
    align-items: start;
}

.f_productlist .elementor-button-content-wrapper .elementor-button-icon:not(.f_listbtn .elementor-button-content-wrapper)  {
    padding-top: 4px;
}

/*サイドバー：使用場所別カテゴリー*/
.shiyolist_img{
    min-width: 50px !important;
}

.shiyolist_img .elementor-widget-container{
    width: 50px !important;
}

.shiyolist_img img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/*TOP：お知らせ一覧*/
/*日付が食い込まないように幅調整する*/
.date_box{
    min-width: 90px !important;
}

/*商品詳細*/

/*上部共通事項*/
/* カートボタン */
/* 共通：数量追加 */
.cart_btnset .quantity{
    display: flex;
}
.cart_btnset .quantity:before {
    content: '数量';
    color: white;
    font-weight: bold;
    background: #192159;
    padding: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
    min-height:66px;
}



/* 共通：buttonの色バグ回避 */
.cart_btnset button{
    background-color: #B50004 !important;
    transition: 0.5s;
}

.cart_btnset button:hover{
    background-color: #ffffff !important;
    transition: 0.5s;
}

.cart_btnset .quantity input{
    height: auto !important;
    width: 100px !important;
    border-radius: 0 !important;
    border: 1px solid #192159;
    font-size: 1.6rem;
} 

/* バリエーションのみ */
.cart_btnset .variations tr{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.cart_btnset .variations th {
    line-height: 1em !important;
    color: #192159;
    padding: 0;
    background-color: #ffffff;
}

.cart_btnset .variations td {
    line-height: 1em !important;
    padding: 0;
    background-color: unset;
}

.cart_btnset .variations td select {
    width: 205px;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 1.4rem;
}

.cart_btnset .woocommerce-Price-amount{
    color: #B50004;
    font-weight: bold;
    font-size: 2.4rem;
}

/* 寸法切りのみ */
.cart_btnset form:has(> .pewc-groups-standard) {
    display: block !important;
}

.cart_btnset .pewc-group-wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cart_btnset .pewc-group-content-wrapper{
    display:flex;
}

.cart_btnset .pewc-groups-standard h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #2D2E39;
}

.cart_btnset .pewc-product-extra-groups{
    display: flex
;
    flex-direction: column;
    gap: 25px;
}

.cart_btnset .pewc-total-only{
    padding: 20px 0px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #B50004;
}
.cart_btnset .pewc-field-label-text{
    font-weight: bold;
}

.cart_btnset .pewc-form-field{
    font-size: 1.4rem;
    border-radius: 0;
    margin-top: 10px;
}

/* 情報タブ */
.singlep_tabset h2:not(.woocommerce-Reviews-title){
    display: none !important;
}

.singlep_tabset .woocommerce-Tabs-panel {
    border: 10px solid #F4F5F6 !important;
    padding: 40px !important;
}

.singlep_tabset .tabs li {
    background-color: #F9F9FA !important;
    border-right: 3px solid #ffffff !important;
    margin: 0px -4px -5px 0px !important;
    border-radius: 0 !important;
}

.singlep_tabset .tabs .active{
    background-color: #F4F5F6 !important;
}

.singlep_tabset .tabs {
    padding: 0 !important;
    margin: 0 !important;
}

.singlep_tabset .tabs::before{
    border: none !important;
}

.singlep_tabset .woocommerce-Tabs-panel{
    margin: 0 !important;
}

.singlep_tabset .woocommerce-Tabs-panel p:not(:last-child){
    padding-bottom: 20px;
    }

/* レビュータブ */
.singlep_tabset textarea{
    font-size: 1.6rem;
    padding: 15px;
    height:100px !important;
}

.singlep_tabset .comment-form-rating{
        display: flex
;
    flex-direction: column;
    gap: 15px;
    
}

.singlep_tabset .woocommerce-Reviews{
        display: flex;
    flex-direction: column;
    gap: 30px;
}

.singlep_tabset .comment-reply-title{
    display: flex
;
    flex-direction: column;
    gap: 15px;
    font-weight: bold;
    
}

.singlep_tabset .submit{
    background-color: #ffffff !important;
    color: #192159 !important;
    border: 1px solid !important;
    border-radius: 0 !important;
    padding: 15px 30px !important;
}

.singlep_tabset .submit:hover{
    background-color: #192159 !important;
    color: #ffffff !important;
}


.singlep_tabset .commentlist{
    display: flex
;
    flex-direction: column;
    gap: 30px;
}

.singlep_tabset .commentlist .meta{
    padding-bottom: 10px !important;
}

.singlep_tabset .commentlist .comment-text{
        padding: 20px !important;
        margin: 0 !important;
}

.singlep_tabset .commentlist .comment_container img{
    display: none !important;
}

.woocommerce .star-rating span::before {
    color: #B50004 !important;
}

@media screen and (max-width:767px){
    /* カートボタン共通 */
    .cart_btnset .quantity:before {
    min-height:0px;
}

 /* バリエーションのみ */
 .cart_btnset .woocommerce-variation-add-to-cart{
     flex-direction: column;
 }

.cart_btnset .single_add_to_cart_button{
        width: 100%;
    margin: 10px 0px 0px 0px !important;
    }
    /* 情報タブ */
    .singlep_tabset .woocommerce-Tabs-panel {
    border: 5px solid #F9F9FA !important;
    padding: 20px !important;
}

.cart{
    flex-direction: column;
}
    
}

/* 商品ギャラリー */
.p_gallery .flex-control-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px 1.335418%;
    overflow: inherit !important;
}

.p_gallery .flex-control-nav li img{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.p_gallery .flex-control-nav li {
    border: 1px solid #cccccc;
    aspect-ratio: 1 / 1;
    width:24% !important;
}

.p_gallery .flex-control-nav li img{
    aspect-ratio: 1 / 1;
}

/* 仕様のリスト */
.singlep_list{
    border-top: 1px solid #F4F5F6 !important;
    border-right: 1px solid #F4F5F6 !important;
}

.singlep_list th{
    width: 30%;
    font-size: 2rem;
    font-weight: bold;
    background-color: #F4F5F6 !important;
border: none !important;
    border-bottom: 1px solid #ffffff !important;
    vertical-align: middle;
    
}

.singlep_list td{
    padding: 20px;
    line-height: 1.5;
    vertical-align: middle;
    border: none !important;
    border-bottom: 1px solid #F4F5F6 !important;
    background-color: #ffffff !important;
    font-size: 1.6rem;
    
}

@media screen and (max-width:767px){
    .singlep_list{
   min-width: 700px;
}
}

/* 備品のリスト */
/* 接着までに必要な時間：クイックメンダー・セメダイン */
.singlep_list_bihin th,.singlep_list_bihin td{
    width: 25%;
    vertical-align: middle;
    text-align: center;
    color:#2D2E39;
}

.singlep_list_bihin thead{
    font-weight: bold;
    background-color: #F4F5F6 !important;
    
}

.singlep_list_bihin thead th,.singlep_list_bihin thead td{
    border: 1px solid #ffffff !important;
}

.singlep_list_bihin tbody th{
    background-color: #F4F5F6 !important;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #F4F5F6;
    
}

.singlep_list_bihin tbody th:not(:last-child){
    border-bottom: 1px solid #ffffff !important;
}

.singlep_list_bihin tbody td{
    border: 1px solid #F4F5F6;
    background-color: #ffffff !important;
}

@media screen and (max-width:767px){
    .singlep_list_bihin{
   min-width: 700px;
}
}

/* 接着までに必要な時間・性状・性能：ハイクイック */
.singlep_list_bihin03 th,.singlep_list_bihin03 td{
    vertical-align: middle;
    text-align: center;
    color:#2D2E39;
}

.singlep_list_bihin03 th{
    width: 30%;
}

.singlep_list_bihin03 thead{
    font-weight: bold;
    background-color: #F4F5F6 !important;
    
}

.singlep_list_bihin03 thead th,.singlep_list_bihin03 thead td{
    border: 1px solid #ffffff !important;
}

.singlep_list_bihin03 tbody th{
    background-color: #F4F5F6 !important;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #F4F5F6;
    
}

.singlep_list_bihin03 tbody th:not(:last-child){
    border-bottom: 1px solid #ffffff !important;
}

.singlep_list_bihin03 tbody td{
    border: 1px solid #F4F5F6;
    background-color: #ffffff !important;
}

@media screen and (max-width:767px){
    .singlep_list_bihin03{
   min-width: 700px;
}
}

/* 性状・性能：クイックメンダ―・セメダイン */
.singlep_list_bihin02 th,.singlep_list_bihin02 td{
    vertical-align: middle;
    text-align: center;
    color:#2D2E39;
}

.singlep_list_bihin02 th{
    width: 30%;
    
}

.singlep_list_bihin02 td{
    width: 35%;
}

.singlep_list_bihin02 thead{
        font-weight: bold;
    background-color: #F4F5F6 !important;
}

.singlep_list_bihin02 thead th,.singlep_list_bihin02 thead td{
    border: 1px solid #ffffff !important;
}

.singlep_list_bihin02 tbody th{
    background-color: #F4F5F6 !important;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #F4F5F6;
    
}
.singlep_list_bihin02 tbody th:not(:last-child){
    border-bottom: 1px solid #ffffff !important;
}

.singlep_list_bihin02 tbody td{
    border: 1px solid #F4F5F6;
    background-color: #ffffff !important;
}

@media screen and (max-width:767px){
    .singlep_list_bihin02{
   min-width: 700px;
}
}
/* Q&A */
.somglep_qanda .e-n-accordion-item-title-icon svg{
    width: 33px !important;
    
}

.somglep_qanda .e-n-accordion-item-title-icon .st2 {
    fill: #192159 !important;
}

/* Q&A内のlist調整 */
.qanda_li li:not(:last-child){
    padding-bottom: 20px;
    
}


/* 商品カテゴリー一覧 */
/* SP版のみ画像をスライドで表示させる */

@media screen and (max-width: 767px) {
    .yokosuku {
        overflow-x: auto;
    }
    
    .yokosuku img{
        min-width: 1075px;
    }

    .yokosuku::-webkit-scrollbar {
        background: repeating-linear-gradient(#fff, #fff 1px, #2D2E39 2px, #fff 1px);
        width: 0px;
        height: 3px;
    }

    .yokosuku::-webkit-scrollbar-thumb {
        background-color: #2D2E39;
    }
}


/* マイアカウント：タブ */

.new_myaccount .woocommerce-MyAccount-navigation{
    width: 25% !important;
}

.new_myaccount .woocommerce-MyAccount-navigation ul{
    display: flex
;
    flex-direction: column;
    gap: 2px;
    
}

.new_myaccount .woocommerce-MyAccount-navigation li{
    margin-block:0 !important;
}

.new_myaccount .woocommerce-MyAccount-navigation-link a{
    display: block;
    background-color: #F4F5F6;
    padding: 15px 5px;
    text-align: center;
    color: #2D2E39;
    transition: 0.5s !important;
    
}

.new_myaccount .woocommerce-MyAccount-navigation-link a:hover{
    background-color: #F9F9FA;
    transition: 0.5s !important;
    
}

.new_myaccount .is-active a{
    display: block;
    background-color: #192159;
    color: #ffffff;
    font-weight: bold;
    
}

@media (max-width: 1024px){
    .new_myaccount .woocommerce-MyAccount-navigation{
    width: 100% !important;
    margin-bottom: 30px;
}

.new_myaccount .woocommerce-MyAccount-navigation ul {
    display: flex
;
    flex-direction: row;
    gap: 2px;
    flex-wrap: wrap;
}
    
.new_myaccount .woocommerce-MyAccount-navigation-link {
    width: 49.6%;
}

.new_myaccount .woocommerce-MyAccount-navigation-link a{
    background-color: #F4F5F6;
    padding: 10px 5px;
    text-align: center;
    color: #2D2E39;
    font-size: 1.4rem;
    transition: 0.5s !important;
}
}

/* マイアカウント：コンテンツ */

.new_myaccount .woocommerce-MyAccount-content{
    width: 70% !important;
}

@media (max-width: 1024px){
.new_myaccount .woocommerce-MyAccount-content{
    width: 100% !important;
}
    
}

/* マイアカウント：ダッシュボード */

.new_myaccount .elementor-jet-myaccount-dashboard p:first-child{
    padding-bottom: 20px;
    
}

/* マイアカウント：注文 */

.new_myaccount .elementor-jet-myaccount-dashboard p:first-child{
    padding-bottom: 20px;
}

.new_myaccount .woocommerce-order-details__title{
    color: #192159;
    font-weight: bold;
    font-size: 2rem;
}

.new_myaccount thead th{
    border:none !important;
}

.new_myaccount .woocommerce-column{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.new_myaccount address {
    border: none !important;
    display: flex
;
    flex-direction: column;
    gap: 20px;
    padding: 0 !important;
}

.new_myaccount .woocommerce-order-details{
        display: flex
;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px !important;
}

.new_myaccount .woocommerce-table--order-details{
    border-radius: 0 !important;
}

.new_myaccount th {
    background-color: #F4F5F6 !important;
    padding: 15px !important;
    border: none;
}

.new_myaccount td {
    background-color: #ffffff !important;
    border: none;
    padding: 15px !important;
}

.new_myaccount .woocommerce-table__product-name li{
    list-style: none;
}

.new_myaccount .pewc-order-item-price{
    display: none;
    
}

.new_myaccount #payment {
    background-color: #F9F9FA !important;
    border-radius: 0 !important;
}

.new_myaccount #payment .woocommerce-PaymentBox{
    background-color: #F1F1F2 !important;
}

.new_myaccount #payment .woocommerce-PaymentBox:before {
    border: 1em solid #F1F1F2 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}


@media screen and (max-width:1024px){
    .new_myaccount .woocommerce-order-overview{
        gap: 10px;
    }
    
    .new_myaccount .woocommerce-column--1{
        margin-bottom: 50px;
    }

    .new_myaccount .woocommerce-orders-table__cell-order-number{
        background-color: #F9F9FA !important;
    }
}


/* マイアカウント：住所 */
.new_myaccount .elementor-jet-myaccount-addresses{
    display: flex
;
    flex-direction: column;
    gap: 30px;
}

.new_myaccount .view{
    margin-right:10px !important;
}


.new_myaccount .elementor-jet-myaccount-addresses .woocommerce-Address-title {
    
}

.new_myaccount .elementor-jet-myaccount-addresses .woocommerce-Address-title h3 {
    color: #ffffff;
    padding: 20px 30px;
    background-color: #192159;
}

.new_myaccount .elementor-jet-myaccount-addresses .woocommerce-Address-title a {
color: #ffffff;
    border-bottom: 1px solid;
    right: 20px !important;
    top: 7px !important;
}

/* マイアカウント：住所の編集画面 */

.new_myaccount .woocommerce-MyAccount-content form span {
    margin-block:0 !important;
}
.new_myaccount .woocommerce-MyAccount-content form .select2-selection{
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 7px !important;
}

.new_myaccount .woocommerce-MyAccount-content .form-row:not(.woocommerce-form-row){
    padding-bottom: 30px;
}

.new_myaccount .woocommerce-MyAccount-content form h2{
    font-size: 2rem;
    color: #192159;
    font-weight: bold;
    padding-bottom: 20px;
}

.new_myaccount .woocommerce-MyAccount-content form input{
    border-radius: 0px !important;
    border: 1px solid #cccccc !important;
    padding: 15px !important;
    font-size: 1.6rem;
}

.new_myaccount .woocommerce-MyAccount-content form button:not(.show-password-input){
    padding: 15px 30px;
    border: 1px solid #192159;
    border-radius: 0px;
    background-color: #ffffff;
    color: #192159;
}

.new_myaccount .woocommerce-MyAccount-content form button:hover:not(.show-password-input){
    background-color: #192159;
    color: #ffffff;
}

/* マイアカウント：決済方法 */

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #F9F9FA !important;
    color: #2D2E39;
    border-top: 3px solid #192159 !important;
}

.woocommerce-info::before {
    color: #192159;
}

.new_myaccount .woocommerce-MyAccount-content .button{
    padding: 15px 30px;
    border: 1px solid #192159;
    border-radius: 0px;
    background-color: #ffffff;
    color: #192159;
    transition: 0.5s !important;
}

.new_myaccount .woocommerce-MyAccount-content .button:hover{
    background-color: #192159;
    color: #ffffff;
    transition: 0.5s !important;
}

/* マイアカウント：アカウント 詳細 */
.new_myaccount .elementor-jet-myaccount-account-details .woocommerce-form-row:nth-child(-n+4) {
    padding-bottom: 30px;
}

.new_myaccount fieldset{
    padding:0;
}

.new_myaccount legend{
    padding-bottom: 15px;
}

.new_myaccount fieldset p:not(:last-child){
    padding-bottom: 30px;
}

.new_myaccount .elementor-jet-myaccount-account-details .woocommerce-Button{
    margin-top: 30px;
    
}

/* マイアカウント：新規会員登録・ログイン*/
.lostpassset .lost_reset_password{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lostpassset .woocommerce-Button{
    background-color: #ffffff !important;
    padding: 10px 15px !important;
    border: 1px solid #192159 !important;
    border-radius: 0px !important;
    color: #192159 !important;
    transition: 0.5s;
}

.lostpassset .woocommerce-Button:hover{
    background-color: #192159 !important;
    color: #ffffff !important;
    transition: 0.5s;
}

.lostpassset .input-text{
    padding: 10px !important;
    border: 1px solid #cccccc !important;
    border-radius: 0px !important;
    font-size: 1.6rem;
}

.rogshin h2{
    display: none !important;

}

.rogshin .woocommerce-form-row:first-child{
    padding-bottom: 30px !important;
}

.rogshin .form-row:nth-last-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.rogshin .woocommerce-button{
    margin-top: 30px !important;
}

.rogshin span {
    margin-block: 0 !important;
}

.rogshin a {
    border-bottom: 1px solid;
    color: #2D2E39;
    transition: 0.5s;
}

.rogshin a:hover {
    border-bottom: 1px solid;
    color: #2D2E39D1;
    transition: 0.5s;
}

/* カート */
.cp_ct .shop_table{
    border: 1px solid #cccccc !important;
}

.cp_ct thead tr th:first-child{
    padding-left: 30px !important;
}

.cp_ctotal{
        border: 1px solid #cccccc !important;
}

.cp_cs .jet-woo-builder:has(.cross-sells) {
    border: 1px solid #cccccc !important;
}

.cp_cs h2,.cp_ctotal h2{
    border-top: 1px solid #cccccc;
    padding: 15px;
    background-color: #F9F9FA;
}

.cp_cs .jet-woo-builder-products--columns{
    padding: 0px 30px !important;
}

.cp_ctotal .shop_table{
    margin: 30px auto !important;
    width: 95% !important;
    border: none !important;
    
}

.cp_ctotal .wc-proceed-to-checkout{
        width: 95%;
    margin: 0 auto;
    padding-bottom: 30px !important;
}

.cp_ctotal .checkout-button {
    transition: 0.5s;
}

.cp_ctotal .wc-apa-button-separator{
    padding-bottom: 20px;
}

.cp_ctotal .woocommerce-shipping-totals td{
        display: flex
;
    flex-direction: column;
    gap: 10px;
}

.cp_ctotal .shop_table tbody tr{
    border-bottom: 1px solid #cccccc;
}

.cp_ctotal .shipping-calculator-form{
    display: flex
;
    flex-direction: column;
    gap: 30px;
    text-align: left;
}

.cp_ctotal #calc_shipping_country_field label,.cp_ctotal #calc_shipping_state_field label {
    padding-bottom: 10px;
}

.cp_ctotal button{
    margin-bottom: 30px !important;
}

/* チェックアウト */
.cop_cbf h3{
    padding-bottom: 30px;
}

.cop_cbf .form-row{
    padding-bottom: 30px !important;
}


.cop_sf .form-row{
    padding-bottom: 30px !important;
}

.cop_sf .shipping_address{
    padding-top: 30px;
}

.cop_af h3{
    color:#192159;
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 30px;
}

.cop_af select{
    padding: 15px !important;
    border-radius: 0 !important;
    border: 1px solid #cccccc !important;
    font-size: 1.6rem;
}

.cop_af .form-row{
    padding-bottom: 30px !important;
}

.cop_or h3{
    padding-bottom: 30px;
    
}

.cop_or table{
    border: 1px solid #cccccc !important;
    
}

.cop_or .product-name{
    padding: 20px 10px 20px 30px !important;
}

.cop_or tfoot th{
    background-color: #ffffff !important;
    padding: 30px 10px 30px 30px!important;
    
}

.cop_or tr{
    border-bottom: 1px solid #cccccc;
}

.cop_cp .payment_box{
    background-color: #F1F1F2 !important;
}

.cop_cp .payment_box:before {
    border: 1em solid #F1F1F2 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.cop_cp button{
        margin-top: 30px !important;
}

.ca_short .checkout_coupon{
display: flex
;
    justify-content: space-around;
    align-items: center;
}

.ca_short .checkout_coupon input{
        padding: 15px !important;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    font-size: 1.6rem;
}

.ca_short .checkout_coupon button{
   border: 1px solid #192159;
    border-radius: 0;
    background-color: #ffffff;
    color: #192159;
    padding: 15px 30px;
}

.ca_short .checkout_coupon button:hover{
    background-color: #192159;
    color: #ffffff;
}


/* ご注文受付完了 */
.pty_order .elementor-jet-thankyou-order{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pty_order .elementor-jet-thankyou-order .order-print a{
    background-color: #ffffff;
    color: #192159;
    border: 1px solid #192159;
    border-radius: 0px;
    padding: 15px 30px;
    transition: 0.5s;
}

.pty_order .elementor-jet-thankyou-order .order-print a:hover{
    background-color: #192159;
    color: #ffffff;
    transition: 0.5s;
}

.pty_cad .woocommerce-column{
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.pty_od .woocommerce-order-details{
        display: flex
;
    flex-direction: column;
    gap: 30px;
    
}

.pty_od .woocommerce-table--order-details{
    border-radius: 0 !important;
}

.pty_od .woocommerce-table__product-name li{
    list-style: none;
}

.pty_od .pewc-order-item-price{
    display: none;
    
}

@media screen and (max-width:1024px){
    .pty_order .woocommerce-order-overview{
        gap: 10px;
    }
    
    .pty_order .woocommerce-column--1{
        margin-bottom: 50px;
    }
}

/* お知らせ詳細・コラム詳細 */
.single_contentsset h2{
    padding: 10px 0px 10px 10px;
    border-left: 10px solid #192159;
    margin-bottom: 30px !important;
    font-size: 2.4rem;
    font-weight: bold;
}

.single_contentsset h3{
    font-weight: bold;
    color: #192159;
    margin-bottom: 20px !important;
}

.single_contentsset a{
    color: #2D2E39;
    border-bottom: 1px solid;
    transition: 0.5s;
}



.single_contentsset a:hover{
    color: #2D2E39D1;
    transition: 0.5s;
}

.single_contentsset p,.single_contentsset .wp-block-preformatted{
    text-align: justify;
    margin-bottom: 30px !important;
}

.single_contentsset .wp-block-preformatted:has(p){
     margin-bottom: 0px !important;
}

.single_pn .elementor-post-navigation__link__prev,.single_pn .elementor-post-navigation__link__next{
    gap: 10px;
    padding: 0px 5px;
}

@media screen and (max-width:767px){
    .single_contentsset h2{
    margin-bottom: 15px !important;
    font-size: 2rem;
}

.single_contentsset h3{
    margin-bottom: 10px !important;
}

.single_contentsset p,.single_contentsset .wp-block-preformatted{
    text-align: justify;
    margin-bottom: 20px !important;
}

.single_contentsset .wp-block-preformatted:has(p){
     margin-bottom: 0px !important;
}
}

/* コラム詳細に追加 */

.single_contentsset figure{
    width: 100% !important;
    text-align: left !important;
}

.single_contentsset figure a{
    border-bottom: none !important;
}

.single_contentsset img{
   margin-bottom: 20px;
}

.single_contentsset ul,.single_contentsset ol{
    padding-left: 1.2em;
    padding-bottom: 30px;
}

.single_contentsset li:not(:last-child){
    margin-bottom: 10px !important;
}

.single_contentsset .wp-block-button__link{
    color: #192159;
    background-color: #ffffff;
    border: 1px solid #192159;
    border-radius: 0 !important;
}

.single_contentsset .wp-block-button__link:hover{
    color: #ffffff;
    background-color: #192159;
}

.single_contentsset #ez-toc-container{
    border: none;
    padding: 30px;
    background-color: #F9F9FA;
    margin-bottom: 30px;
}

.single_contentsset #ez-toc-container .ez-toc-title-container{
        margin-bottom: 10px;
}

.single_contentsset #ez-toc-container .ez-toc-title{
        font-size: 1.6rem;
    color: #192159;
    font-weight: bold;
}

.single_contentsset #ez-toc-container a{
    border-bottom: none !important;
    text-decoration: none !important;
    color: #2D2E39 !important;
}

.single_contentsset #ez-toc-container a:hover{
    color: #2D2E39D1 !important;
}

.single_contentsset #ez-toc-container ul,.single_contentsset #ez-toc-container li{
    overflow:initial !important;
}

.single_contentsset #ez-toc-container ul,.single_contentsset #ez-toc-container li{
        display: flex
;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0px !important;
}

/* お問い合わせ関係　*/
.form .elementor-button-link {
	background-image: none;
}

.form .e-form__buttons{
    margin: 0 auto;
}

.form .elementor-field-subgroup{
    gap:15px
    
}

.form .elementor-field-subgroup span{
    padding: 0px !important;
}

.pp_txt .elementor-button{
    min-height:auto !important;
    margin: 0px 0px 5px 1.3em;
}

/* 固定ページの表 */
.kotei_p th {
    width: 30%;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #F4F5F6 !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    vertical-align: middle;
}

.kotei_p td {
    padding: 20px;
    line-height: 1.5;
    vertical-align: middle;
    border: none !important;
    border-bottom: 1px solid #F4F5F6 !important;
    background-color: #ffffff !important;
    font-size: 1.6rem;
}

.kotei_p td ol{
    padding-left: 1em;
}

.kotei_p td li:not(:last-child){
    padding-bottom: 10px;
    
}

.kotei_p a{
    color: #2D2E39;
    border-bottom: 1px solid;
    transition: 0.5s;
}

.kotei_p a:hover{
    color: #2D2E39D1;
    transition: 0.5s;
}

@media screen and (max-width:767px){
    .kotei_p{
   min-width: 700px;
}
}

/*便利なCSS*/
/* ブラウザ幅により、表示非表示を切り替えるCSS：クラス名一覧
◆パソコンのみ表示する
pconly
◆タブレットのみ表示する
tbonly
◆スマホのみ表示する
sponly
◆パソコン～タブレットのみ表示する
pctbonly
◆タブレット～スマホのみ表示する
tbsponly
◆パソコン・スマホのみ表示する
pcsponly
 */
/* パソコン幅 */
    /* パソコンのみ表示する */
    .pconly{
        display: block !important;
    }
    /* タブレットのみ表示する */
    .tbonly{
        display: none !important;
    }
    /* スマホのみ表示する */
    .sponly{
        display: none !important;
    }
    /* パソコン～タブレットのみ表示する */
    .pctbonly{
        display: block !important;
    }
    /* タブレット～スマホのみ表示する */
    .tbsponly{
        display: none !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: block !important;
    }
/* タブレット幅 */
@media screen and (max-width:1024px){
    /* パソコンのみ表示する */
    .pconly{
        display: none !important;
    }
    /* タブレットのみ表示する */
    .tbonly{
        display: block !important;
    }
    /* タブレット～スマホのみ表示する */
    .tbsponly{
        display: block !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: none !important;
    }
}
/* スマホ幅 */
@media screen and (max-width:767px){
    /* タブレットのみ表示する */
    .tbonly{
        display: none !important;
    }
    /* スマホのみ表示する */
    .sponly{
        display: block !important;
    }
    /* パソコン～タブレットのみ表示する */
    .pctbonly{
        display: none !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: block !important;
    }
}

/* コラム */
.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-text{
	margin: 1rem 0 0 0;
}

.liquid-speech-balloon-avatar{
	background-position: left bottom;
}