body {
margin: 0;
padding: 0;
}

.main_img {
background-image: url("../img/image01.jpg");
background-position: 0% 40%;
background-size: cover;
width: 100%;
height: 220px;
}

.box {
width: 100%;
height: auto;
margin-top: -20px;
text-align: center;
z-index: 2;
}

.midashi {
font-size: 14px;
margin-top: 50px;
}

.caption {
background-color: #000;
border-color: #fff;
border: 2px solid;
width: 200px;
height: 22px;
text-align: center;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 0 auto;
font-size: 11px;
}

.catch {
font-size: 17px;
line-height: 25px;
margin-top: 20px;
z-index: 2;
}

.obi {
background-color: #f00;
width: 60px;
height: 3px;
margin: 28px auto 0 auto;
z-index: 2;
}

.copy01 {
width: 92%;
height: auto;
font-size: 14px;
line-height: 26px;
margin: 40px auto 80px auto;
}
