@charset "utf-8";

.novelty-wrap{
    border:1px solid #7a7c2c;
    padding:5px 5px 0px 5px;
    font-size:1.4rem;
    position:relative;
}

.novelty-img-box{
    margin-top:50px;
}

.novelty-img-box img{
vertical-align:unset !important;
}

.novelty-midashi{
    font-family:'Lora', serif;
    color:#7a7c2c;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    margin-top:10px;
}

.novelty-text a{
display:inline !important;
font-weight:bold;
color:#7a7c2c;
}


@media screen and (min-width:768px){
.novelty-wrap{
    display:flex;
    align-items:center;
    justify-content: space-between;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
}

.novelty-img-box{
    margin-top:0;
    margin-right:10px;
    width:50%;
}

.novelty-text-box{
    width:50%;
}

.novelty-midashi{
    position:unset;
    transform:unset;
    margin:0;
}

.novelty-text{
    margin:0;
}

}