@charset "utf-8";


/* Infobox
-------------------------------------------------------*/
.info-box {
width: 1120px;
margin: 0 auto 20px;
padding: 22px 35px 27px;
border: 5px solid #fce5cc;
background-color: #fff;
}


/* リスト
-------------------------------------------------------*/
ul.ricesymbol {
margin-top: 5px;
}
ul.ricesymbol > li:before {
content: "※";
}
ul.ricesymbol > li {
padding-left: 1em;
text-indent: -1.15em;
font-size: 75%;
}
ul.ricesymbol > li a{
padding-left: 0;
text-indent: 0;
}
dl.colon dt:after{ content: "：";}
dl.colon dt:after{
margin: 0 0.25em;
}
dl.colon dt,
dl.colon dd{
width: auto;
float: left;
}
/* バッジ
-------------------------------------------------------*/
.badge-gray{
display: inline-block;
padding: 5px 8px 4px 10px;
background: #858384;
font-size: 91.6%;
line-height: 1.0;
color: #fff;
font-weight: normal !important;
}
.badge-orange{
display: inline-block;
padding: 5px 8px 4px 10px;
background: #ff7b00;
font-size: 91.6%;
line-height: 1.0;
color: #fff;
font-weight: normal !important;
margin-right: 5px;
}


/* ボタン
-------------------------------------------------------*/
.button{
background: linear-gradient(to bottom,#F9A2B1 0,#F57188 100%);
border: solid 1px #FCC0CA;
border-radius: 5px;
text-align: center;
}
@media screen and (max-width: 768px){
.button{
width: 100%;
}
}
@media screen and (min-width: 769px){
.button{
width: 50%;
margin: 0 auto;
}
}
.button a{
padding: 8px 0 6px !important;
color: #fff;
text-decoration: none;
width: 100%;
}
.button:hover{opacity: 0.7;}