.attbox {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em 1em;
    border: solid 3px #c43416;
    border-radius: 8px;
}
.attbox .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #c43416;
    font-weight: bold;
}
.attbox p {
    margin: 0; 
    padding: 0;
    color: #c43416;
}

.attbox p a {
    font-weight: 600;
    color: #c43416;
    text-decoration: underline;
}


@media screen and (min-width:768px){
.contents {
    margin-top:260px;
}

.ohana {
    margin-top:880px;
}

.ohana_nomikurabe {
    margin-top:440px;
}

.review {
    margin-top:650px;
}
.review02 {
    margin-top:580px;
}
}
