﻿.header-wrap-inner{
display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 10px
}
.header-wrap-logo{
 max-width: 412px;
}
.header-wrap-logo img{
   width:100%;
}
.head_menu{
    display:flex;
    gap:8px;
}
.head-nav-link{
   display:block;
   margin-top:4px;
   font-size:12px;
}
.head-nav-icon{
    text-align: center;
}
.head-nav-icon img{
width:50px;
height:auto;
}
.top-bg-image{
    background-repeat: repeat-x;
    background-size: auto;
background-image: url("/html/user_data/assets/img/top/top_bg.jpg");
}
.front_page .full-width-div{
    height: 242px !important;
}
	
		.ec-progress .ec-progress__item:after{
	    top: 1.5em;
		}

	@media screen and (max-width: 768px) {
		.ec-progress .ec-progress__item:after{
			    top: 1.0em;
		}
.top-bg-image{
background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/html/user_data/assets/img/top/top_bg_sp.jpg);
    }
}



    .Navbar {
        background-color: #0087bd;
        color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: bolder;
    }
    
    .Navbar-item {
        display: flex;
    }
    .Navbar-inner{
display: flex;
    gap: 20px;
    width:100%;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    }
    .Navbar-item-middle {
        border-right: 1px solid #fff;
        padding-left: 20px;
        padding-right: 20px;
    }
.Navbar-inner-flex{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
    .Navbar-item a{
     color:#fff;
    }
#page_entry_customer .ec-borderedDefs dt,
page_approval_terms_complete .ec-borderedDefs dt,
page_entry_customer_confirm .ec-borderedDefs dt{
        padding-top: 14px;
        width: 100%;
    }
#page_entry_customer .ec-borderedDefs dl,
#page_entry_customer_confirm .ec-borderedDefs dl,
#page_approval_terms_complete .ec-borderedDefs dl{
display:block;
}
    #page_entry_customer_confirm .ec-borderedDefs dt,
    #page_approval_terms_complete .ec-borderedDefs dt{
width:100%;
}
.ec-borderedDefs{
border:0;
}
.ec-borderedDefs dl{
border:0;
padding:0;
}
.loginlogo{
    max-width: 410px;
    margin: 0 auto 40px;
}
#page_entry_customer .ec-layoutRole__contents,
#page_entry_customer_confirm .ec-layoutRole__contents,
#page_approval_terms_complete .ec-layoutRole__contents,
#page_forgot_complete .ec-layoutRole__contents,
#page_forgot .ec-layoutRole__contents,
#page_entry_complete .ec-layoutRole__contents,
#page_entry_customer_confirm .ec-layoutRole__contents,
#page_entry_terms .ec-layoutRole__contents,
#page_login_terms .ec-layoutRole__contents,
#page_domain_check .ec-layoutRole__contents{
    padding: 80px 10px;
    max-width:100%;  
    background-image: url('/html/user_data/assets/img/common/top_bg.jpg'); /* 背景画像の指定 */
    background-size: cover; /* 画像を要素全体にフィット */
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat; /* 繰り返しを防ぐ */ 
}

#page_approval_terms_complete .ec-layoutRole__contents{
    padding: 80px 10px;
    max-width:100%;  
    background-image: url('/html/user_data/assets/img/common/top_bg.jpg'); /* 背景画像の指定 */
    background-size: cover; /* 画像を要素全体にフィット */
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat; /* 繰り返しを防ぐ */ 
    height: 800px;
}

#page_approval_terms_complete .ec-registerCompleteRole {
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
				
#page_mypage_login .ec-layoutRole__contents{
    padding: 80px 10px;
    max-width:100%;  
    background-image: url('/html/user_data/assets/img/common/top_bg.jpg'); /* 背景画像の指定 */
    background-size: cover; /* 画像を要素全体にフィット */
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat; /* 繰り返しを防ぐ */
}	






    #page_mypage_login .ec-footerRole{
       margin-top:0; 
    }
    .ec-login__link{
            padding: 30px;
    text-align: center;
    
    }
				
				
.ec-link.join{
    background: #fff;
    color: #0099cc;
    font-weight: bold;
    padding: 13px 20px;
    display: inline-block;
    border-radius: 4px;
    width: 250px;
    }
.login-btn-flex{
display:flex;
				    justify-content: center;
				}
.login_mes{
color:#ff0000;
    text-align: center;
}
.ec-login__input .ec-input input{
        border-radius: 40px;
    padding: 24px;
}
.ec-login__actions{
        width: 280px;
    margin: 0 auto;
}
.ec-login__actions button
{
    border-radius:8px;
    background:#0087BE;
    color:#fff;
    border:0;
}

#terms_button,.ec-blockBtn--action{
display: block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
margin:20px auto;
    white-space: nowrap;
    --bs-btn-padding-y: 6px;
    --bs-btn-padding-x: 12px;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 1.42857142;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 16px 16px;
    text-decoration: none;
    color: #fff;
    border-radius:8px;
    background:#0087BE;
    display: block;
    width: 100%;
				max-width:300px;
border:0;
height:auto;
line-height:unset;
 
}
.ec-blockBtn--cancel{
height:auto;
line-height:unset;
display: block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
margin:20px auto;
    white-space: nowrap;
    --bs-btn-padding-y: 6px;
    --bs-btn-padding-x: 12px;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 1.42857142;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 16px 16px;
    text-decoration: none;
    color: #fff;
    border-radius:8px;
    background:#666;
    display: block;
    width: 100%;
				max-width:300px;
border:0;
}
.ec-registerRole{
    margin: 0 auto !important;
    max-width: 66%;
}
.term_tx{
padding:20px;
background:#fff;
height:300px;
overflow-y:scroll;
margin-top:20px;
}
.terms_check{
text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #0099cc;
}

#page_entry_terms .ec-pageHeader h1,
#page_login_terms .ec-pageHeader h1,
#page_forgot_complete .ec-pageHeader h1,
#page_forgot .ec-pageHeader h1,
#page_entry_complete .ec-pageHeader h1,
#page_approval_terms_complete .ec-pageHeader h1,
.mypage .ec-pageHeader h1,
.ec-registerRole .ec-pageHeader h1{
    color: #0099cc;
    font-size: 20px;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
}		
.login__actions_tx{
    text-align:center;
    font-weight:600;
    color:#0087BE;
    margin-bottom:8px;
}
.ec-login__link {
    padding: 16px;
    text-align: center;
}

.ec-off2Grid .ec-off2Grid__cell{
width:66%;
    margin: 0 auto;
}

.ec-login__icon{
display:none;
}
.use-top-border{
margin-top:10px;
padding-top:10px;
border-top:1px solid #ccc;
}
#page_domain_check .ec-login{

        margin: 0 16px 0px 16px;
        background: unset;
        padding: 34px 0 0 0;

}
#page_domain_check .table-striped{
margin-top:8px;
}
#page_domain_check .ec-off2Grid .ec-off2Grid__cell {
    width: 90%;
    margin: 0 auto;
}


#page_domain_check .ec-grid2 .ec-grid2__cell {
        width: 100%;
}

#page_domain_check .table-striped{
    font-size:13px;
}

.ec-blockBtn--cancel.dark{
    background:#0087BD !important;
}

#page_forgot .ec-layoutRole__main,
#page_entry_complete .ec-layoutRole__main{
    width:66%;
    margin:0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 34px 100px;	
}
				
#page_entry_complete .ec-role{
    background:unset !important;
    width:100%;
    padding:0 !important;
}
				
#page_entry_customer_confirm .ec-layoutRole__main,
#page_approval_terms_complete .ec-layoutRole__main,
#page_entry_customer .ec-layoutRole__main,
#page_forgot_complete .ec-layoutRole__main,
#page_forgot .ec-layoutRole__main,
.ec-off1Grid .ec-off1Grid__cell .ec-layoutRole__main,
#page_entry_terms .ec-layoutRole__main,
#page_login_terms .ec-layoutRole__main,
#page_domain_check .ec-layoutRole__main{
    width:66%;
    margin:0 auto !important;
}

.ec-layoutRole__terms {
    width:74% !important;
}

#page_approval_terms_complete .ec-layoutRole__main{
    width:46%;
    margin:0 auto !important;
}

#page_approval_terms_complete .ec-off4Grid__cell {
    margin-top: 30px;
}

#page_entry_customer_confirm .ec-registerRole .ec-off1Grid__cell,
#page_approval_terms_complete .ec-registerRole .ec-off1Grid__cell,
#page_entry_customer .ec-registerRole .ec-off1Grid__cell,
#page_forgot_complete .ec-registerRole .ec-off1Grid__cell,
#page_forgot .ec-off1Grid .ec-off1Grid__cell,
#page_entry_customer_confirm .ec-off1Grid .ec-off1Grid__cell,
#page_approval_terms_complete .ec-off1Grid .ec-off1Grid__cell,
#page_entry_terms .ec-off1Grid .ec-off1Grid__cell,
#page_login_terms .ec-off1Grid .ec-off1Grid__cell,
#page_domain_check .ec-off1Grid .ec-off1Grid__cell,
#page_entry_complete .ec-off1Grid .ec-off1Grid__cell{
width:100%;
        padding: 0 20px;
margin-left:0;
}
#page_domain_check .ec-role{
        padding: 32px 24px !important;
}
    .ec-off1Grid {
        display: flex;
        padding: 0 24px;
    }

#page_entry_complete .ec-off3Grid .ec-off3Grid__cell{
        margin-left: 0;
width:100%;
}
#page_entry_complete .ec-reportHeading h2{
font-size:20px;
}
.Footer {
    background-color: unset !important;
}
.foot-link{
    text-align: left;
    padding: 10px 0 10px 0;
}
.foot-link a{
color:#333;

}
.foot-text{
    padding: 20px;
    max-width: 980px;
				font-size:13px;
    line-height: 1.8;
    margin: 0 auto;
}
.foot-login-text{
text-align: center !important;
    background: #f8f8f8;
    padding: 32px 20px;
    line-height: 1.78;
}
.ec-layoutRole .ec-layoutRole__contents{
max-width:960px;
}
.ec-imageGrid{

}
.left-item{
background:#E9F0F5;
border-radius:8px;
padding:20px;
}
.left-item .itemname{
font-size:16px;
margin-bottom:10px !important;
font-weight:bold !important;
}
.ec-rectHeading{
display:flex;
}
.ec-orderDelivery__title-flex{
    display: flex;
    padding: 16px 0 17px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    align-items: center;
				    border-bottom: 1px solid #333;
    margin-bottom: 20px;
gap:20px;
}
.ec-orderDelivery__title-flex .ec-rectHeading h3{
width:100%;
backgrdound:unset;
}

    .ec-borderedList {
        border: 0 !important;
    }
.ec-borderedList li{
				    border: 0 !important;
				}
.ec-rectHeading h2{
width:100%;
}
.ec-orderDelivery__item .ec-imageGrid {
    display: flex;
    align-items: center;
    border-top: 0;
    width: 100%;
    gap: 20px;
}
.sel-type p{
    display: flex;
    gap: 13px;
				    align-items: center;
    margin-bottom: 10px !important;
}

.ec-orderRole__detail  .ec-borderedDefs{
padding:0 20px;
}
.ec-orderDelivery__item li{
margin-bottom:20px;
}
.ec-blockBtn--cancel{
background:#5FB6D8 !important;
}
.ec-rectHeading h2{
    background: #fff;
    padding: 11px 0;
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 0;
}
.foot-login-text .ttl{
font-size:18px;
}

.history_item .itemname{
font-weight:bold;
margin-bottom:8px !important;
}
.history_item_flex{
    display: flex !important;
				align-items:center;
    gap: 20px;
				margin-bottom:20px;
}
.history_item{
background:#EAF1F5;
padding:20px;
width:240px;
}
.history_status p{
margin-bottom:8px !important;
}
.order-status{
    background: #0099cc;
    display: inline;
    padding: 4px 12px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    margin-top: 6px;
    font-size: 12px;
}

.ec-layoutRole__header{
background: #fff;
}
#page_cart .ec-layoutRole__contents{
padding-bottom:40px;
}
#page_shopping 
.Footer div{
font-weight:normal !important;
    text-align: left;
}
.foot-link{
    text-align: left !important;
}
.foot-text{
    text-align: left !important;
}
#page_entry_customer_confirm .ec-layoutRole__main,
#page_approval_terms_complete .ec-layoutRole__main{
        margin: 0;
     padding: 34px 0px;
}
#page_entry_customer_confirm .ec-layoutRole__main,
#page_approval_terms_complete .ec-layoutRole__main,
#page_entry_customer .ec-layoutRole__main,
#page_forgot_complete .ec-layoutRole__main,
#page_forgot .ec-registerRole,
#page_entry_terms .ec-role,
#page_login_terms .ec-role,
#page_domain_check .ec-role,
#page_entry_complete .ec-role{
        margin: 0;
        background: rgba(255, 255, 255, 0.8);
     padding: 34px 0px;
}
    .ec-login {
        margin: 0 16px 40px 16px;
        background: rgba(255, 255, 255, 0.8);
     padding: 34px 100px;
    }
.ec-inlineBtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border-radius: 5px;
    border: 1px solid transparent;
    white-space: nowrap;
    --bs-btn-padding-y: 0;
    --bs-btn-padding-x: 0;
    --bs-btn-font-size: 0;
    --bs-btn-border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 5px 26px;
    text-decoration: none;
    color: #fff;
    background-color: #0099cc;
    border-color: #0099cc;
}
.ec-orderDelivery .ec-orderDelivery__change {
    display: inline-block;
    position: relative !important;
    right: auto;
    top: auto;
}
.ec-navlistRole .ec-navlistRole__item{
width:auto !important;
}
.ec-navlistRole{
    padding: 16px;

    margin-bottom: 20px;
}
.ec-navlistRole .ec-navlistRole__navlist{
border:0 !important;
    border-bottom: 1px solid #eee !important;
background:unset !important;
margin:0;
}
.ec-navlistRole .ec-navlistRole__navlist li{
border:0 !important;
}
.ec-navlistRole .ec-navlistRole__item a {
    margin: auto;
    padding: 12px 20px;
    width: 100%;
    border-right: 0;
    display: inline-block;
				    border-bottom: 3px solid #fff;
}
.ec-navlistRole .active a {
    border-bottom: 3px solid #EC9100;
    color: #EC9100;
}

.ec-navlistRole .ec-navlistRole__item a:hover{
				    border-bottom: 3px solid #eee;
}
.ec-cartHeader .ec-cartHeader__label {
    display: table-cell;
    padding: 10px;
    text-align: left;
    background: #E9F1F7;
    overflow-x: hidden;
    font-weight: bold;
}
.ec-order-wrap{
    padding: 0 36px;
}
    .ec-pageHeader h1, .ec-pageHeader .h1 {
        padding: 12px 0;
        font-size: 32px;
        font-weight: bold;
								border:0;
				}
#page_shopping_shipping .ec-registerRole{
max-width:100%;
}
#page_shopping_shipping_edit .ec-off1Grid .ec-off1Grid__cell,
#page_shopping_shipping .ec-off1Grid .ec-off1Grid__cell {
width: 100%;
margin-left: 0;
    }
				
				
#page_shopping_shipping_edit table .w-25,
#page_shopping_shipping table .w-25 {
    width: auto !important;
}
#page_shopping_shipping_edit .ec-registerRole{
max-width: 100%;
margin-left: 0;
}
#page_product_search_detail .row.justify-content-center.upper{
    padding: 0;
    width: 100%;
    gap: 20px;
    margin: 0;
    --bs-gutter-x: 0;
    display: flex;
    justify-content: space-between !important;
}
#page_product_search_detail .Product-label {
    display: block;
    font-size: 24px;
    font-weight: bolder;
    padding: 26px 0;
}
#page_product_search_detail .col-7 {
    flex: 0 0 auto;
    width: 64%;
}
.full-width-div{
height:290px !important;
}
.nav-tabs{
margin-top: -38px;
}
#page_shopping .ec-imageGrid select{
    word-wrap: normal;
    width: 300px;
    padding: 8px;

}

.icon_wrap{
    display: flex;
    gap: 8px;
				    flex-wrap: wrap;
}
.icon_wrap .ic1{
    display: flex;
    justify-content: center;
    align-items: center;
background:#FFE6EB;
color:#A02641;
    width: 153px;
    word-wrap: break-word;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 7px;
    text-align: center;
}
.icon_wrap .ic2{
    display: flex;
    justify-content: center;
    align-items: center;
color:#636764;
background:#EBE6E3;
    width: 153px;
    word-wrap: break-word;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 7px;
    text-align: center;
}
.icon_wrap .ic3{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#0C6D36;
    background:#D6EADD;
    width: 153px;
    word-wrap: break-word;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
}

.cate-7{
background:#4B84C0;
color:#fff;
border-radius:30px;
padding:4px 12px;
}
.cate-8 {
    background:#40b5d5;
    color:#fff;
    border-radius:30px;
    padding:4px 12px;
}
.cate-16{
background:#58A8A6;
color:#fff;
border-radius:30px;
padding:4px 12px;
}
.cate-9{
background:#9FBCB8;
color:#fff;
border-radius:30px;
padding:4px 12px;
}
.cate-10{
background:#BDD158;
color:#fff;
border-radius:30px;
padding:4px 12px;
}
.cate-11{
background:#EBB182;
color:#fff;
border-radius:30px;
padding:4px 12px;
}
.cate-12{
background:#9474AC;
color:#fff;
border-radius:30px;
padding:4px 12px;
}
.cate-14{
background:#AE8A62;
color:#fff;
border-radius:30px;
padding:4px 12px;
}
.cate-13{
background:#DC70A0;
color:#fff;
border-radius:30px;
padding:4px 12px;
}
.cate-15{
background:#667280;
color:#fff;
border-radius:30px;
padding:4px 12px;
}

/* 齋藤追加 */
/* カートのバッジデザイン */
.cart-badge {
    display: inline-block;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 5px;
    height: 17px;
    font-size: 10px;
    line-height: 0.7;
    vertical-align: top;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background-color: #DE5D50;
    position: relative;
    left: -15px;
    top: 26px;
}
.ec-orderDelivery__address p{
margin-bottom:8px !important;
}
.top-border{
    border-top: 1px solid #ccc;
    padding-top: 12px;
    margin-top: 12px;
}
.ec-definitions{
gap:4px;
display:flex;
}
.ec-definitions dt{
width:150px;
}
.p-flex{
display:flex;
gap:4px;
}
.p-flex span{
display:block;
font-weight:bold;
width:150px;
}
.mypage-back{
    padding: 40px 16px !important;
    width: 100% !important;
    text-align: center;
}
.mypage-back a{
    font-weight: bold;
    padding: 10px 40px;
				}
				
.Navbar-a {
    background-color: #0087bd;
    color: #fff;
    font-weight: bolder;
    padding: 7px 9px;
}

.am-required {
    margin-left: 8px;
    border-radius: 8px;
    font-size: 0.8em;
    padding: 2px 6px;
    background-color: #F9DBD7;
    color: #E61F4F;
    font-weight: bold;
}

.inquiry_text {
    height: 230px;
}

.pager-anker {
    background: #fff;
    border-radius: 19px;
    box-shadow: 0 0 2px #0000004D;
    font-size: 1.125rem;
    color: #9C9C9C;
    display: flex;
    justify-content: center;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: 0 none;
    padding: 0;
    width: 38px;
    height: 38px;
}

.pager-anker.current {
    background: #0087BD;
    color: #fff;
}

.delete-box {
    background: #ADADAD;
    font-size: 18px;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
}

.Selected-product {
    color: black;
    background: #E9F0F4;
    padding: 2px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.all-select {
    padding-left: 0.2em;
    font-weight: bold;
}

.Product-wrap {
    display: flex;
    flex-wrap: wrap;
}

.product-list-5col {
    width: 20%;
    padding-left: 1.0em;
}

.product-separater {
    margin: 0.5rem 0.8rem;
}

.dot-area {
    position: absolute;
    right: 35px;
    z-index: 1;
}
.ec-inquiry-main {
    padding-right: 20px;
    padding-left: 20px;
}


.ec-inquiry-main .ec-borderedDefs {
    margin-bottom: 40px;
}

.custom-inquiry-short-description {
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 40px;
}

.multi-select {
    position: relative;
    width: auto;
}

.select-box-product {
    width: 100%;
    border-radius: 3px;
}

.select-box-product i {
    color: #ccc;
}

.select-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
    background: #fff;
    min-height: 40px;
    transition: border 0.3s;
}

.select-box.error {
    border: 2px solid red;
}

.selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    line-height: 27px;
    overflow: hidden;
    height: 27px;
}

.remove-item {
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
}

.arrow {
    font-size: 16px;
    transition: transform 0.2s;
}

.Product-selector {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
    max-height: 450px;
    overflow-y: auto;
    z-index: 1000;
}

.Product-selector-item {
    padding: 6px 12px;
    display: flex;
    align-items: center;
    line-height: 27px;
    cursor: pointer;
    width: 100%;
    user-select: none;
    white-space: nowrap;
}

.Product-selector-item:hover {
    background: #e5e5e5;
}

.Product-selector-item input {
    margin-right: 8px;
}

.Error {
    color: #db0000;
    font-size: 14px;
}

.modal-title {
    font-weight: bold;
    color: black;
}

.inquiry-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.inquiry-type .form-check {
    margin: 0;
    padding: 0;
}
.inquiry-type input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0 none;
    overflow: hidden;
}
.inquiry-type input[type="radio"]+label {
    background-color: #fff;
    border: 2px solid #D8D8D8;
    border-radius: 3px;
    color: #BFC0C0;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
}
.inquiry-type input[type="radio"]:checked+label {
    background-color: #0087BD;
    border: 2px solid #B2DBEB;
    color: #FFFFFF;
}

@media screen and (max-width:768px){
    .Product-wrap {
        display: block;
        flex-wrap: unset;
    }

    .Product-selector {
        max-height: 250px;
    }

    .selected-items {
        font-size: 0.7em;
    }

    .delete-box {
        font-size: 16px;
    }
    
    .Selected-product {
        padding: 2px 8px;
    }
}

#chatbot-toggle_button {
    right: 90px !important;
    bottom: 90px !important;
}

#chatbot-toggle_button img {
    width: 144px;
    height: 144px;
}

@media screen and (max-width:768px){
    #chatbot-toggle_button img {
        width: 85px;
        height: 85px;
    }

    #chatbot-toggle_button {
        right: 16px !important;
        bottom: 45px !important;
    }
}

.kiYaku-list li::marker {
    font-size: 30px;
}

/* 齋藤追加ここまで */

.Cart {
    position: fixed;
    top: 55%;
    right: 0px;
    transform: translateY(-50%);
    width: 60px;
    padding: 10px;
    background-color: #db8900;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    z-index: 1000;
    text-align: center;
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
}

.Cart span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bolder;
    font-size: smaller;
    letter-spacing: 2px;
}

/**
購入遷移：見積依頼のradioボタンをボタンUIに変更
 */
.estimate_switch {
    display: flex;
    align-items: center;
    gap: 20px;
}
.estimate_switch input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0 none;
    overflow: hidden;
}
.estimate_switch input[type="radio"]+label {
    background-color: #fff;
    border: 2px solid #D8D8D8;
    border-radius: 3px;
    color: #BFC0C0;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
}
.estimate_switch input[type="radio"]:checked+label {
    background-color: #0087BD;
    border: 2px solid #B2DBEB;
    color: #FFFFFF;
}
#page_entry_customer .ec-registerRole{
    max-width: 92% !important;
}
.ec-mypageRole .ec-pageHeader h1{
text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.ec-navlistRole {
    padding: 16px 0;

}
.mypage-ttl{
    font-size: 20px;
				    margin-bottom: 20px;
				padding-bottom:10px;
				    font-weight: bold;
												border-bottom:1px solid #333;
}
.mypage-sub{
margin-bottom:20px;
}
.ec-mypageRole .card-body table{
text-align:center;
font-size:13px;
}
.ec-mypageRole .card-body td{
padding:12px 4px;
}
.ec-mypageRole .card-body th{
background:#EAF1F5;
}
.table-striped > tbody > tr:nth-of-type(odd){
background:#fff;
}
.table > :not(caption) > * > *{
box-shadow:unset !important;
}
.cart-badge{
    position: absolute;
    left: unset;
				    right: 0;
    top: unset;
}
.head_menu a{
    position: relative;
}
@media screen and (min-width: 1200px) {
    .front_page {
        min-width: auto;
    }
}

@media screen and (max-width:768px){
.Navbar {
    display: none !important;
				}
.front_page .search-area{
max-width:100%;
}
.front_page .search-area .search-toggle-tab{
width:100%;
}
.product-search-result thead,
.formula-search-result thead{
display:none;
}
.ec-mypageRole .ec-editRole .ec-off1Grid{
padding:0;
}
.ec-mypageRole .ec-editRole .ec-off1Grid .table-striped th{
width:100%;
display:block;
}
.ec-mypageRole .ec-editRole .ec-off1Grid .table-striped td{
width:100%;
display:block;
}
.ec-navlistRole .ec-navlistRole__navlist {
    display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			font-size:14px;
				}
.history_item {
    background: #EAF1F5;
    padding: 20px;
    margin: 10px 0;
}
.ec-inlineBtn {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
				}
.front_page .search-area .tab-content .product-search-result-container .product-search-result .product-search-result__info-col {
    width: 100%;
    padding: 30px;
    display: block;
}
.formula-search-result__recommend-col {
    width: 100%;
    padding: 17px;
    vertical-align: middle;
}
.formula-search-result__name-col {
    width: 100%;
    padding: 17px;
    vertical-align: middle;
}
.front_page .search-area .tab-content .formula-search-result-container .formula-search-result td {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #C2C3C3;
    vertical-align: center;
}
.front_page .search-area .tab-content .product-search-result-container .product-search-result .product-search-result__download-col {
    width: 100%;
    padding: 25px;
    display: block;
}
.product-description-detail .justify-content-center{
        overflow-x: scroll;

        justify-content: normal !important;
}
.ec-imageGrid__content.left-item{
width:100%;
}
.Product-ingredient{
min-width:840px;
}
.ec-reportDescription {
    margin-bottom: 32px;
    text-align: left;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
}
.left-item {
    background: #E9F0F5;
    border-radius: 8px;
    padding: 20px;
    width: 100% !important;
}
.ec-blockBtn--cancel,
.ec-blockBtn--action{
    max-width: 100%;
}
.ec-orderRole__detail .ec-borderedDefs {
    padding: 0;
}
.ec-imageGrid .ec-imageGrid__content {
    vertical-align: middle;
    display: table-cell;
    width: 100% !important;
}
.ec-orderDelivery__item .ec-imageGrid {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 0;
    width: 100%;
    gap: 20px;
}
.ec-cartRole .ec-cartRole__actions .ec-cartAction .ec-blockBtn--checkout {
    width: 100%;
    float: left;
    height: auto;
    line-height: 60px;
    border-radius: 8px;
}
.ec-cartRole .ec-cartRole__actions .ec-cartAction .ec-blockBtn--shopping {
    width: 100%;
    float: left;
    height: auto;
    line-height: 60px;
    border-radius: 8px;
}
@media screen and (max-width: 768px) {
    .Profile {
            display: block;
            position: relative;
            margin: 0 auto;
            width: 87%;
            top: auto;
            left: auto;
    }
}
.product-detail .product-container .download__label {
    font-size: 1.375rem;
    font-weight: 500;
    width: 100%;
    margin: 40px auto 15px;
}
.product-detail .product-container .product-various-operations__download {
    width: 100%;
}
.product-detail .product-container .product-various-operations__sample-request {
    width: 100%;
    background: #FBF3E5;
    border-radius: 15px;
    padding: 30px;
    margin: 30px 0;
}
.product-detail .product-container .product-various-operations {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}
.product-detail .product-container .product-info__image {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto 20px auto;
}
.product-detail .product-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}
.product-detail .product-container .product-name {
    font-size: 2.1rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}
.product-detail .product-container .product-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0;
}
.front_page .search-area .search-toggle-tab__item{
width:49%;
}
.front_page .search-area .tab-content {
    padding: 30px 20px;
}
.front_page .search-area .tab-content .Condition-container .tile-list__item--3col {
    display: flex;
    width: 100%;
}
.front_page .search-area .tab-content .Condition-container .Condition-item__acd-body {
    padding: 20px 0 16px;
}
.front_page .search-area .tab-content .Condition-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    flex-direction: column;
}
.front_page .news-area {
    background: #fff;
    width: 100%;
    padding: 50px 20px 80px;
}
.front_page .news-area .news-content__row {
    border-bottom: 1px solid #777777;
    margin: 0;
    padding: 40px 0;
}
.front_page .news-area .news-container {
    width: 100%;
    margin: 0 auto;
}
.front_page .search-area .tab-content .Condition-btn-container .Condition-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
				}
.history_item_flex {
        width: 100%;
    display: block !important;
    align-items: center;
    gap: 10px;
}

.Navbar{
display:none;
}
.p-flex{
display:block;
margin-bottom:18px;
}
.ec-definitions{
display:block;
margin-bottom:18px;
}
.ec-definitions dt{
width:100%;
}
.ec-rectHeading h2 {
    background: #fff;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 0;
}
#page_entry_complete .ec-layoutRole__main{
width: 92%;
        padding: 32px 12px;
}


#page_entry_customer_confirm .ec-layoutRole__main,
#page_approval_terms_complete .ec-layoutRole__main{
    width: 92%;
}
#page_entry_customer .ec-layoutRole__main{
    width: 92%;
}
#page_entry_complete .ec-registerRole,
#page_entry_customer .ec-registerRole,
#page_entry_customer_confirm .ec-registerRole,
#page_approval_terms_complete .ec-registerRole	{
    margin: 0 auto !important;
    max-width: 100%;
}
.header-wrap-logo {
    max-width: 200px;
}
.head-nav-link{
display:none;
}
.ec-off2Grid .ec-off2Grid__cell {
    width: 100%;
    margin: 0 auto;
}
.loginlogo {
    max-width: 200px;
    margin: 0 auto 40px;
}
.ec-login {
    padding: 40px;
}
.ec-login__link {
    padding: 0;
    text-align: center;
}
.login-btn-flex {
    animation-direction: alternate;
    display: flex
;
    gap: 20px;
    flex-direction: column;
    margin: 20px;
}
.ec-login__actions {
    width: 100%;
    margin: 0 auto;
}
.ec-link.join {
    width: 100%;
    max-width: 300px;
}
#page_entry_customer .eec-registerRole, #page_forgot_complete .ec-layoutRole__main, #page_forgot .ec-layoutRole__main, .ec-off1Grid .ec-off1Grid__cell .ec-layoutRole__main, #page_entry_terms .ec-layoutRole__main, #page_login_terms .ec-layoutRole__main, #page_domain_check .ec-layoutRole__main {
    width: 92%;
				}
}

#ec-modal-header p{
font-weight:bold !important;
font-size: 18px !important;
}

.ec-modal-box .ec-role .ec-inlineBtn--action{

    width: 50%;
    padding: 20px 20px;
								border:0 !important;
    border-radius: 6px;
}
.ec-modal-box .ec-role .ec-inlineBtn--action:last-child{
    background: #0087BD !important;
				border:0 !important;
}
.ec-modal-wrap{
    border-radius: 10px !important;
    border: 0 !important;
    box-shadow: 0 0 8px #999 !important;
				
}
.ec-modal .ec-role {
    margin-top: 20px;
    display: flex !important;
    gap: 12px !important;
}
.ec-modal-box .ec-inlineBtn--cancel{
    background: #59B1D4 !important;
    width: 50%;
				    border: 0 !important;
    padding: 20px 20px;
    border-radius: 6px;
}

.pc{
display:block;
}
.sp_menu {
display:none;
}
.side-menu{
display:none;
}
.cartimg{
    position: relative;
    width: 54px;
    margin: 0 auto;
}

@media screen and (max-width:768px){
.history_item{
width:100%;
}
.side-menu.open{
display:block;
}
.head_menu {
    display: flex;
    gap: 11px;
    padding-right: 16px;
}
.Footer{
margin:0;
}
   .hamburger {
cursor: pointer;
        width: 32px;
        height: 45px;
        padding: 8px;
        position: relative;
        z-index: 1001;
        display: inline-block;
    }
    /* 各バーのスタイル */
    .bar {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #666;
      border-radius: 4px;
      position: absolute;
      transition: 0.3s;
    }
    .bar1 { top: 10; }
    .bar2 { top: 19px; }
    .bar3 { top: 30px; }
    
    /* クリック時（メニューオープン時）の変化 */
    .change .bar1 {
      transform: rotate(-45deg) translate(-7px, 7px);
    }
    .change .bar2 {
      opacity: 0;
    }
    .change .bar3 {
        transform: rotate(45deg) translate(-8px, -9px);
    }
    
    /* スライドインするサイドメニューのスタイル */
    .side-menu {
        position: relative;
        top: 0;
        right: -300px;
        width: 100%;
        height: calc(100vh - 40px);
        background-color: #0087BD;
        box-shadow: 0;
        transition: right 0.3s ease;
        z-index: 1000;
        padding: 0px;
    }
    /* メニューが開いたときのスタイル */
    .side-menu.open {
      right: 0;
    }
.side-menu ul{
margin:0;
padding:0;
}
.side-menu ul li{
margin:0;
padding:0;
list-style:none;
}	
.side-menu ul li a{
color: #fff;
        display: block;
        padding: 20px;
        font-size: 16px;
        border-bottom: 1px solid #fff;
}
.side-menu ul li a:hover{
    background: rgba(255, 255, 255, 0.1);
}
.side-menu-foot{
position: absolute;
    bottom: 40px;
    display: flex;
    margin: 20px auto;
    justify-content: center;
    left: 0;
    width: 100%;
    flex-direction: column;
				
}
.side-menu-foot a{
display: flex;
        background: #fff;
        padding: 8px;
        font-size: 17px;
        border-radius: 6px;
        width: 100%;
        max-width: 80%;
        color: #0099cc;
        margin: 10px auto;
        text-align: center;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        gap: 10px;
				}
.pc{
display:none;
}
.ec-modal .ec-role {
    margin-top: 20px;
    flex-direction: column;
    display: flex !important;
    gap: 12px !important;
}
.ec-modal-box .ec-inlineBtn--cancel,
.ec-modal-box .ec-role .ec-inlineBtn--action {
    width: 100%;
				}
}


#inquiry-list{
    border-bottom: 1px solid #333;
    padding-bottom: 14px;
    font-size: 21px;
    margin-bottom: 28px;
}
.bg-primary.small-status-cell{
    background: #0087BD;
}
.info-btn-flex a {
    background: #72AAC7 !important;
    font-weight: bold;
    padding: 20px 0 !important;
    font-size: 20px !important;
    width: 65%;
    display: block !important;
}
a.custom-button.btn-primary.info-btn-flex{
    background: #72AAC7 !important;
}
.info-btn-area .btn-secondary {
box-shadow: 2px 2px 0px #C4C5C5BF;
}
.info-btn-flex{
    width: 80%;
    margin: 0 auto;
}
		.info_wrap{
		width:100%;
		margin:0 auto;
		}
.inquiry-type {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
#create-inquiry{
				font-weight:600;
    font-size: 18px !important;
    padding: 20px 0 !important;
}
.info-btn-area{
    margin-bottom: 100px;
				}
.btn-primary{
--bs-btn-bg: #0387BD;
    --bs-btn-border-color: #0387BD;
    --bs-btn-hover-bg: #0387BD;
    --bs-btn-hover-border-color: #0387BD;
    --bs-btn-disabled-bg: #0387BD;
    --bs-btn-disabled-border-color: #0387BD;
}
.info-btn-area .btn-secondary{

    background: #64B2D1;
    border: 0;
    font-size: 17px !important;
font-weight:600;
}
.infot1{
margin-bottom:30px;
border-radius:8px;
background:#F0F0F0;
padding:20px;
}
.infot2{
border-radius:8px;
padding:20px;
background:#E5F3F9;
}
.ec-inlineBtn--action,.ec-inlineBtn--cancel,
.ec-blockBtn--checkout,.ec-blockBtn--shopping,
.ec-orderDelivery__change .ec-inlineBtn,
.ec-blockBtn--action,.ec-blockBtn--cancel,
.form-btn__submit{
    box-shadow: 2px 2px 0 #C4C5C5BF;
}
.company-info th{
background:#f8f8f8 !important;
}
.registration_page .custom-table,
.registration_page .ec-off1Grid,
.registration_page .ec-off1Grid__cell{
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}


@media screen and (max-width:768px){

.registration_page .custom-table th{
display:block;
width:100%;
border:0;
}
.registration_page .custom-table td{
display:block;
border:0;
width:100%;
}
.forgot .forgot-area {
    padding: 20px 0;
}
.forgot .forgot-content {
    width: 93%;
				}
				.forgot .forgot-content__form {
    width: 100%;
				}
.product-detail .product-container .product-info__detail {
    width: 100%;
}
.company-info tr{
border:0;
}
.company-info th{
text-align:left;
border:0;
}
.company-info td{
text-align:left;
border:0;
}
.inquiry-type input[type="radio"]+label {
    width: 152px;
}
		.info_wrap{
		width:100%;
		margin:0 auto;
		}
.scroll-x{
    overflow-x: scroll;
}
.scroll-x table{
    overflow-x: scroll;
    min-width: 1000px;
}
.info-btn-flex{
    flex-direction: column;
}
.info-btn-flex a{
    width: 100%;
    margin: 0 !important;
    font-size: 17px !important;
    padding: 15px 0 !important;
}
#inquiry-list{
    margin-bottom: 0;
}
.scroll-x table > thead {
    vertical-align: middle;
}

}

#page_shopping_confirm .ec-totalBox__btn,
#page_shopping .ec-totalBox__btn{
    margin: 40px 0 !important;
}
#page_shopping .ec-blockBtn--action,
#page_shopping_confirm .ec-blockBtn--action
{
    padding: 25px 0 !important;
    font-size: 16px;
}



@media screen and (max-width:768px){
#page_inquiry_detail .ec-mypageRole{
    padding: 16px 0;
}
.ec-pageHeader h1, .ec-pageHeader .h1 {
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
    border: 0;
}
.product-detail .product-container .product-info__related-word {
    margin-top: 32px;
}
.product-detail .product-container .sample-request__add-cart{
    font-size: 16px;
				height:auto;
    padding: 12px 0;
}
.inquiry-detail dl {
    display: block;
    margin-bottom: 8px;
}
.inquiry-detail dt {
    width: 100%;
    flex-shrink: 0;
    text-align: left;
    padding-right: 0;
    margin-bottom: 0px;
}
.vertical-product-list {
    flex-direction: column;
    gap: 5px;
    margin-left: 0;
}
.inquiry-content {
    line-height: 1.4;
    gap: 5px;
    margin-top: 2px;
    margin-left: 0;
}
.ec-inquiry-main .ec-borderedDefs {
    margin-bottom: 40px;
    padding: 0 !important;
}
.ec-mypageRole {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
				}
				
#page_mypage_history .ec-rectHeading {
    margin-top: 0;
}
#page_mypage_history .ec-rectHeading h2{
    margin-top: 0;
}
#page_inquiry{

}
}



.table-sm > :not(caption) > * > * {
    padding: 0.15rem 0.15rem;
}

.ec-layoutRole__main{
    padding-left: 16px;
    padding-right: 16px;
}
#page_inquiry_detail .ec-inlineBtn,
#page_mypage_history .ec-inlineBtn{
    background: #64B2D1;
    border: 0;
    font-size: 17px !important;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    #page_mypage_change .ec-off1Grid .ec-off1Grid__cell {
        position: relative;
        min-height: 1px;
        width: 89% !important;
        margin: 20px auto;
    }
}
@media only screen and (min-width: 768px) {
    #page_mypage_change .ec-off4Grid {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
    #page_mypage_change .ec-off4Grid .ec-off4Grid__cell {
        width: 100%;
        margin: 0 auto;
    }
	}

.foot-login-text .sp{
display:none;
}
.login-lead-text .sp,
.ec-link .sp{
display:none;
}
@media only screen and (max-width: 768px) {
    .info-message .info-title{
        background-color: #fff;
        padding: 5px;
        display: block;
        text-align: center;
        margin-bottom: 10px;
        width: 120px;
        border-radius: 5px;
        color: #0087bd;
    }
    .login-lead-text .sp, .ec-link .sp{
        display:block;
    }
    .foot-login-text .sp{
        display:block;
    }
    .static-header h1{
        font-size: 25px !important;
    }	
    .front_page .search-area .tab-content .Condition-container .Condition-item__keyword .search-button{
        width: auto;
        padding: 0 10px;
    }
    .front_page .search-area .tab-content .Condition-container .Condition-item--middle {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
    }
}