@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../shisetsu/images/titleimg.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
.shisetsu_waku{

}
.shisetsu_photo{
width:80%;
margin:0 auto 0.8em;
}
.shisetsu_bun{
line-height: 170%;
}
h4{
border-bottom: 1px solid #999;
font-weight: 700;
}
@media screen and (min-width:760px){
.shisetsu_waku{
display: flex;
justify-content: space-between;
}
.shisetsu_photo{
width:47%;
margin:0 auto 0.8em 0;
}
.shisetsu_bun{
width:47%;
}
}