@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper{
background-image:url(img/bg_nazotairiku.jpg);
text-align:center;
padding:10px 0 50px;
}
.textbox{
background-image:url(img/bg_textbox.jpg);
width:800px;
margin:-100px auto 0;
font-size:20px;
font-weight:bold;
padding:120px 0 50px;
}
.textbox strong{
font-size:25px;
color:#b5292a;
}
.textbox p{
margin-bottom:40px;
}