@charset "UTF-8";

/* 共通 */
#cart {
	float: left;
    width: 800px;
    margin-top: 2em;
}

.w35 {
    width: 35px !important;
}

.cart_sub {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.normalRadio {
	text-align: left;
}

.delivery_info{
	margin-top: 20px !important;
	margin-left: 15px !important;
    width:250px;
    height:190px;
    text-align:center;
    margin:0 0 0 0;
    background-color: #b4d2ff;
}

.fc_red {
	color: red;
}

.mt_20{
	margin-top:20px !important;
}

.ml_5{
    margin-left:5px !important;
}

.ml_22{
    margin-left:22px !important;
}

.ml_25{
    margin-left:25px !important;
}

.ml_30{
    margin-left:30px !important;
}

.ml_-100{
    margin-left:-100px !important;
}

.ml_-110{
    margin-left:-110px !important;
}

.ml_-120{
    margin-left:-120px !important;
}

.ml_-130{
    margin-left:-130px !important;
}

.ml_-150{
    margin-left:-150px !important;
}

.ml_-170{
    margin-left:-170px !important;
}

.cursor_p {
    cursor:pointer;
}

/* タイトル　*/
#cart .title_cart {
    color: #556;
    font-size: 2.5em;
    margin: 0 auto 20px;
    border-bottom: #144e94 solid 10px;
}
#cart .top_txt {
    font-size: 12px !important;
    margin-bottom: 20px;
}
.aprval_no {
    font-size: 20px !important;
    font-family: hiragino kaku gothic w7 jis2004;
}

/* カートtable */
.carttbl {
    border-collapse: collapse;
    font-size: 1.1em;
    line-height: 1.5;
    margin-top: 20px;
	width: 100%;
}

.carttbl th {
    border: solid 1px #ccc;
    background-color: #144e94;
    padding: 5px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
}
.carttbl .order_No {
	text-align: center;
}
.carttbl .bg_color td {
	background: #ffe6ed !important;
}
.carttbl .bg_blue {
	background: #37a6ff10;
	color: #464646;
} 

/* コピーボタン */
.copyImg {
    background: #2394c6;
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin: 5px 0;
    border: none;
    padding: 5px !important;
    width: 128px;
    border-radius: 3px;
    font-weight: 800;
    letter-spacing: .05em;
}

/* -- メッセージ表示エリア -- */
.rec_area {
    background-color: #ffe6ed;
    border: solid 2px #c00;
    padding: 10px;
    margin: 20px 0;
}  
.rec_area p {
    color: #c00;
    font-family: hiragino kaku gothic w7 jis2004;
    font-weight: bold !important;
    font-size: 15.5px;
}
.rec_area ul {
    list-style-type: disc;
    margin: 0 0 0 20px;
    color: #c00;
    font-weight: bold !important;
    font-size: 15.5px;
}
    
/*-- 重要なお知らせ、カート説明エリア --*/
.left {
    display: flex;
    flex-direction: column;
    width: 61%;
}
.cart_att {
    padding: 15px;
    font-size: 11px;
    color: #555566;
    background: #55556610;
}
.cart_att span {
    color: red;
    font-size: 14px !important;
    margin-bottom: 10px;
}
.cart_att p {
	font-size: 12px !important;
    color: red;
    margin-top: 5px;
    line-height: 1.3;
}
.about_cart {
    border: #55556620 solid 1px;
    padding: 15px;
    margin-top: 10px;
}
.about_cart p {
    font-size: 12px !important;
    margin-bottom: 5px;
}
.about_cart ul {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

/*-- 小計エリア --*/
.right {
    display: flex;
    flex-direction: column;
	width: 37%;
}
.order_summary {
    padding: 20px;
    font-size: 14px;
    color: #555566;
    background: #37A6FF20;
    text-align: center;
}
.order_summary .summary div {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
}
.border_top {
	border-top: #555566 solid 1px;
}
.total p {
    font-size: 18px !important;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
    font-weight: bold !important;
	padding: 10px 0 5px 0 !important;
}
.freeShip {
	text-align: left;
    line-height: 1;
}
a.toolchip01 {
    background: rgba(0, 0, 0, 0) url("/webImg/html/common/img/icn_question.png?20230131") no-repeat scroll right center;
    display: inline-block;
    padding: 0 14px 0 0;
}


/* 承認するチェックボックス ------------------------------*/
.cart_submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 6px;
    width: 240px;
}
label:has(input[type=checkbox]) {
    cursor: pointer;
}
.cart_submit input[type=checkbox] {
    transform: scale(1.6);
    margin-left: 5px;
}
.cart_submit p {
    font-size: 12px !important;
    font-family: hiragino kaku gothic w7 jis2004;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 2px;
    line-height: 1.3;
    text-align: left !important;
}
#error-message {
    margin-bottom: 20px;
    margin-top: -10px;
    color: red;
}

/* 注文手続き、代理購入依頼ボタン ------------------------------*/
.buy_btn, .dairi_btn, .sol_btn{
	border: none;
    border-radius: 5px;
    width: 240px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-family: hiragino kaku gothic w7 jis2004;
    font-weight: bold;
    background: #c00;
    color: #fff;
    margin: 10px 0 20px 0;
    cursor: pointer;
}
.buy_btn div, .dairi_btn div{
	display: flex;
    justify-content: center;
    align-items: center;
}
.buy_btn img, .dairi_btn img {
	height: 20px;
    width: auto;
    margin-right: 10px;
}
.buy_btn p, .dairi_btn p {
    margin-top: 2px;
}
.dairi_btn  {
    background: #144e94 !important;
}
.sol_btn  {
    background: #999999 !important;
}
.rer_btn {
    opacity: 0.2;
}

/*-- 各種リンク先へ戻る --*/
.top_link {
	margin-top: 5px;
}
.top_link a {
	display: flex;
    justify-content: center;
    align-items: center;
}
.top_link a span {
	color: #556;
}
.top_link button {
	background: none;
    border: none;
    outline: none;
    appearance: none;
	color: #556;
}
.top_link button:hover {
    text-decoration: underline;
}



