body {
    background-image:url("../img/bk_JellyBeans.gif");
}

h1{
    font-size: 48px;
    text-align: center;
    margin-top: 50px;
}
h1::before{
    content: "";
    width: 48px;
    height: 48px;
    background-image:url("../img/cut_usagi_brown.gif");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
h1::after{
    content: "";
    width: 48px;
    height: 48px;
    background-image:url("../img/cut_usagi_gray.gif");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-position: right;
}

.contents_box{
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 760px;
}
.contents_box img{
    width: 360px;
    height: 100%;
    margin: 15px auto;
}
.contents_box div{
    width: 45%;
    padding: 0 15px;
}
.contents_box div h2{
    font-size: 32px;
}
.contents_box div p{
    margin-top: 10px;
}


footer{
    text-align: center;
    margin: 40px auto;
}