@charset "UTF-8";

/*PC*/
@media print, screen and (min-width: 768px) {
    
#order .border_red{background: #f3c6ca;}
    
#order{
}

#order .sention_wrap{
width: 1100px;
margin: 120px auto 180px;
}

#order .sention_wrap .attention_box{
margin: 0 auto 100px;
padding: 30px;
box-sizing: border-box;
border-radius: 16px;
background:#e60012;
box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
}

#order .sention_wrap .attention_box h3{
font-size: 1.4rem;
font-weight: 700;
color: #FFF;
margin: 0 0 20px;
}

#order .sention_wrap .attention_box ul{
}

#order .sention_wrap .attention_box ul li{
list-style-type:disc;
color: #FFF;
margin-left: 20px;
}

#order .sention_wrap .chk_confirm dl {
text-align: center;
margin-bottom: 30px;
}
#order .sention_wrap .chk_confirm dt {
display: inline-block;
margin-right: 5px;
}
#order .sention_wrap .chk_confirm dd {
display: inline-block;
}

#order .sention_wrap .order_wrap{
width: 100%;
margin: 0 auto;
}

#order .kikan_table{
border-top: 1px solid #000;
border-right:1px solid #000;
width: 100%;
font-size: 0.85rem;
white-space: nowrap;
margin: 30px 0 0;
}

#order .kikan_table td{
border-left: 1px solid #000;
border-bottom:1px solid #000;
padding: 10px !important;
text-align: center;
box-sizing: border-box;
vertical-align: middle;
}

#order .kikan_table td span{
font-size: 1.6rem;
}



}
/*sp*/
@media only screen and (max-width: 767px) {
#order{
overflow: hidden;
}

#order .border_red{background: #f3c6ca;}

#order .sention_wrap{
width: 90%;
margin: 40px auto 60px;
}

#order .sention_wrap .attention_box{
margin: 0 auto 40px;
padding: 10px;
box-sizing: border-box;
border-radius: 12px;
background:#e60012;
box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
}

#order .sention_wrap .attention_box h3{
font-size: 1.2rem;
font-weight: 700;
color: #FFF;
margin: 0 0 20px;
text-align: center;
}

#order .sention_wrap .attention_box ul{
font-size: 0.9rem;
}

#order .sention_wrap .attention_box ul li{
list-style-type:disc;
color: #FFF;
margin-left: 20px;
}

#order .sention_wrap .order_wrap{
width: 100%;
margin: 0 auto;
}

#order .sention_wrap .order_wrap .kikan_box{
width:320px;
margin: 0;
overflow-x:scroll;
}

#order .sention_wrap .order_wrap .kikan_box .kikan_table{
font-size: 0.8rem;
white-space: nowrap;
margin: 30px 0 0;
background: #FFF;
}

#order .sention_wrap .order_wrap .kikan_box .kikan_table td{
padding: 3px;
text-align: center;
box-sizing: border-box;
position: relative;
border: 1px solid #000;
vertical-align: middle;

}

#order .kikan_table td span{
font-size: 1.6rem;
}

#order .fixed01,
#order .fixed02{
position: sticky !important;
top: 0;
background: #FFF;

}
#order .fixed01:before,
#order .fixed02:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

#order .fixed01{
z-index:2;
left:0;
}

#order .fixed02{
z-index: 1;
left:107px;
}

}