#price{
display: flex;
align-items: center;
justify-content: space-between;
}

#price .data{
width: 40%;
}


#price .data dl{
width: 100%;
display: flex;
}

#price .data dt,
#price .data dd{
width: 30%;
font-size: 2rem;
font-weight: bold;
}
#price .data dd{
width: 70%;
}

#price .data dd:before{
content: ":";
display: inline-block;
margin-right: 20px;
}


#price table{
width: 60%;
height: 370px;
border-collapse: collapse;
}

#price th,
#price td{
border: solid 5px #fff;
}

#price th,
#price .h td{
width: 30%;
font-size: 2rem;
font-weight: bold;
}

#price .h td:nth-of-type(2){
width: 70%;
text-align: center;
}


#price td.ask{
background: #000;
text-align: center;
vertical-align: middle;
position: relative;
overflow: hidden;
}

#price td.ask img{
width: 50%;
}


#price td.ask:before,
#price td.ask:after{
content: "";
display: block;
width: 100%;
height: 250px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
position: absolute;
}

#price td.ask:before{
background-image: url(../image/attest/attest_top.png);
top:-80px;
left: -40px;
}

#price td.ask:after{
background-image: url(../image/attest/attest_bottom.png);
bottom:-80px;
right: 0px;
}


#price .price th{
font-size: 1.5rem;
}

#price .price th span{
font-size: 80%;
}

#price .price td{
font-size: 1.6rem;
text-align: center;
font-weight: bold;
}

#price .price td em{
font-size: 80%;
}


#play-op{
margin-top: 20px;
display: flex;
justify-content: space-between;
}

#play-op h2{
font-size: 2rem;
font-weight: bold;
}

#play-op h3{
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 15px;
}

#play{
width: 60%;
}

#play article{
margin-bottom: 20px;
padding-right: 40px;
}

#play li{
display: inline-block;
padding: 5px 10px;
background: #c60813;
border-radius: 20px;
margin-right: 10px;
margin-bottom: 10px;
}

#op{
width: 40%;
}

#op strong{
font-size: 1.6rem;
font-weight: bold;
display: block;
}

#op ul{
display: flex;
justify-content: space-between;
}

#op li{
width: 30%;
text-align: center;
}

#op li span{
display: block;
}

#caution{
padding: 20px 40px;
margin: 20px;
border: dotted 2px #c60813;
}

#caution li{
padding-left: 10px;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: solid 2px #c60813;
}