
/* 枠 ///////////////////////////////// */
.wrap{
border-radius: 30px;
/* border-radius: 25px 180px 25px 185px/240px 35px 140px 45px; */
}



@media (max-width:480px) {

.image{
/* border-radius: 160px 25px 70px 25px/30px 140px 25px 185px; */
}
.image p{
/* border-radius: 170px 30px 90px 35px/40px 160px 35px 195px; */
}

.wrap{
border-radius: 20px;
/* border-radius: 25px 60px 25px 105px/60px 25px 80px 25px; */
}


.table tr:first-child td:first-child{
border-radius:0;
}
.table tr:first-child td:last-child{
border-radius:0;
}
.table tr:last-child td:last-child{
border-radius:0;
}
.table tr:last-child td:first-child{
border-radius:0;
}
.table .line{
display:none;
}

}


/*
-moz-border-radius: 240px 55px 140px 65px/55px 180px 45px 185px;
-webkit-border-radius: 240px 55px 140px 65px/55px 180px 45px 185px;
-o-border-radius: 240px 55px 140px 65px/55px 180px 45px 185px;
-ms-border-radius: 240px 55px 140px 65px/55px 180px 45px 185px;
*/