@charset 'utf-8';
*{max-width:100%;font-size:3.5vw;}
h1{color:#00135d;font-weight:bold;text-align:center;font-size:5vw;}
h2{margin:1%;width:98%;}
main img{margin:0 auto;display:block;}
.price{display:flex;flex-flow:column nowrap;width:700px;margin:0 auto;}
.tit{font-size:4vw;font-weight:bold;text-align:center;}
.pricelist{display:flex;flex-flow:row nowrap;justify-content:space-between;}
.listitem{width:34%;}
.age{fotisize:4vw;border:1px solid #333333;text-align:center;font-weight:bold;background:#cccccc;}
.priceitem{border:1px solid #333333;border-top:none;font-weight:bold;font-size:4vw;text-align:center;}
.listitem:nth-of-type(2) .age,.listitem:nth-of-type(2) .priceitem{border-left:none;border-right:none;}
.store{border:1px solid #e50012;width:700px;margin:10px auto;display:flex;flex-flow:row nowrap;}
.sub{background:#e50012;color:#ffffff;text-align:center;width:35%;}
.item{margin:0 auto;}
.point{margin:10px auto;}
footer p{text-align:center;font-size:3vw;text-align:center;margin:2% auto;border-top:1px solid #00135d;}
