@charset "utf-8";

/* block01
-------------------------------------------------------*/
.block01{
margin-top: 24px;
padding: 0.5em 0;
background: #F8CBD5;
color: #fff;
font-size: 138%;
text-align: center;
border-radius: 5px;
font-weight: bold;
text-shadow: 5px 5px 30px #EF9292;
}
.rice{
margin-top: 10px;
padding-left: 1em;
font-size: 75%;
text-align: left !important;
text-indent: -1.15em;
}
.rice:before{
content: "※";
color: #ff0000;
font-weight: bold;
}
.txt-icon > *,.txt-badge > *{ display: table-cell; vertical-align: top;}
.txt-icon > * + *,.txt-badge > * + *{ padding-left: 0.5em;}
.badge {
display: inline-block;
padding: 0.2em 0.8em;
color: #fff;
color: #2e6cac;
font-size: 0.84rem;
font-weight: bold;
}
div.txt-badge > p:last-of-type{
text-align: left !important;
font-weight: normal !important;
}
@media screen and (min-width: 769px){
div.txt-badge > div{
width: 25%;
}
}
@media screen and (max-width: 768px){
div.txt-badge > div{
width: 30%;
}
}
.bb-blue{
border-bottom: 1px solid #0071bc;
padding-bottom: 20px;
}
.bb-aqua{
border-bottom: 1px solid #E4F1F7;
padding-bottom: 20px;
}