@charset "utf-8";
/* CSS Document */
.flex_box.butsu div{
width : calc(98% / 3) ;
border: 1px solid #ccc;
border-radius: 6px;
text-align: center;
}
.flex_box.butsu div h2{
background-image: none;
border: none;
margin: 0;
background-color: #4a50a4;
text-align: center;
color: #fff;
border-radius: 6px 6px 0 0;
}
p.size, p.cost{
text-align: center;
margin: 0;
padding: 0;
}
p.cost{
font-size: 1.6rem;
color: #E4003F;
}
p.cost span.tax{
font-size: 55%;
}
ul.list_cir{
margin: 1em 0;
}
ul.list_cir li{
border-bottom: 1px dotted #ccc;
margin-bottom: .25em;
}
.button-3 {
display: flex;
justify-content: center;
align-items: center;
width: 75%;
margin:1em auto 0;
padding: .9em 2em;
border: none;
border-radius: 5px;
box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
background-color: #dd0050;
color: #fff;
font-weight: 600;
font-size: 1em;
}

.button-3::after {
transform: rotate(45deg);
width: 5px;
height: 5px;
margin-left: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
content: '';
}

.button-3:hover {
background-color: #e34880;
color: #ffff00;
}