body{
font-family: "sans-serif";
}
.border_config_terms{
    padding: 5px 0px 5px 15px;
    border-left: 10px solid #c32a00;
}

table{
    width: auto !important;
    --bs-table-border-color: #b2b6b9 !important;
}

table * th{
    background-color: #e9ecef !important;
}

.postcode80{
    flex: 0 0 auto;
  width: 80px !important;
}
.postcode90{
    flex: 0 0 auto;
  width: 90px !important;
}

.footerFixed{
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    padding-bottom: 60px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}

.footer_config{
    position: absolute;/* ←絶対位置 */
    bottom: 0;
    width: 100%;
    height: 40px;
}

.navbar{
    --bs-navbar-padding-y: 0.25rem !important;
}

.modal{
    --bs-modal-width: 720px !important;
}

.logo_size{
    width: 175px;
    height: 50px;
}
.font_attention{
    color: red;
}
.font_attention_payment{
    font-size: 12px;
    color: red;
}
.font_attention_small{
    font-size: 11px;
    color: red;
}
.font_alert{
	color: red;
	background-color: pink;
	display: inline;
}
.font_information {
	color: #010066;
	background-color: #eaf8ff;
	display : inline;
	font-size: 1.2rem;
}

/*テーブル設定*/
/*お客様情報：user_info*/
.user_info * th{
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.user_info thead *{
    background-color: white !important;
}
.user_info * td{
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    background-color: white !important;
    width: 30%;
}
.user_info tbody td:nth-child(1),
.user_info tbody td:nth-child(3){
    width: 20%;
}
.user_info{
    width: 100% !important;
}
table * td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
@media(min-width: 1100px){
    .container-lg{
        max-width: 1320px;
    }
}
/*お届け先テーブル：table_delivery_adress*/
.table_delivery_adress * th{
    padding-left: 20px;
    padding-right: 20px;
}
.table_delivery_adress{
    width: 100% !important;
}
.table_delivery_adress thead tr:nth-child(1) th:nth-child(1){
    width: 4%;
    vertical-align: middle;
    text-align: center;
}
.table_delivery_adress thead tr:nth-child(1) th:nth-child(5){
    width: 8%;
}
.table_delivery_adress_no{
    width: 4%;
    vertical-align: middle;
    text-align: center;
}
.table_delivery_adress_button{
    width: 8%;
    vertical-align: middle;
    text-align: center;
}
.table_delivery_adress_right{
    text-align: end;
}

.table_delivery_adress thead tr:nth-child(2) th{
    width: 22%;
}
.table_delivery_adress tbody tr:nth-child(5n+5) td,
.table_delivery_adress tbody tr:nth-child(5n+6) td,
.table_delivery_adress tbody tr:nth-child(5n+7) td,
.table_delivery_adress tbody tr:nth-child(5n+8) td{
    background-color: #f7ffff !important;
}

.category_title2{
    background: linear-gradient(60deg, #a2cc89, white);
    color:
    width: 100%;
}
.category_title{
    background: linear-gradient(60deg, #3497d0, white);
    color:
    width: 100%;
}

.border_config_terms2{
    padding: 5px 0px 5px 15px;
    color: white;
}

table * th {
    background-color: #eaf8ff !important;
    color: black !important;
}

table thead th {
    color: black !important;
}
.contract_info thead th,
.shipping_info thead th {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    background-color: #eaf8ff !important;
}
table{
    width: auto !important;
    --bs-table-border-color: #94989b !important;
}

.btn-secondary{
    --bs-btn-bg: #69c !important;
    --bs-btn-border-color: #69c !important;
    --bs-btn-hover-bg: rgb(174, 207, 240) !important;
    --bs-btn-hover-border-color: rgb(174, 207, 240) !important;
    transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out !important;
}
.btn-primary{
    --bs-btn-bg: #a185bd !important;
    --bs-btn-border-color: #a185bd !important;
    --bs-btn-hover-bg: #cdbddd !important;
    --bs-btn-hover-border-color: #cdbddd !important;
    transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out !important;
}
.user_info thead tr *{
    color: black !important;
}
.sub_title{
    color: #3497d0;
}
::placeholder {
	color: rgb(189, 202, 206) !important;
}

.backgrond_alert{
	background-color: rgb(255, 227, 233) !important;
}

.readonlytxt{
  background-color:#cccccc !important;
}
/* 点滅 */
.blinking{
    cursor: none;
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}