@charset "UTF-8";
/*紹介動画 PC*/

#content1 {
background: url("../img/kumamoto/bg-kumamoto.png") no-repeat center top;
padding-top: 300px;
}
#content1 h2 {
font-size: 1.5em;
font-weight: bold;
border-bottom: 2px solid #222;
margin-bottom: 15px;
padding-bottom: 5px;
text-align: center;
}

#content1 p {
margin-bottom: 20px
}

#content1 p:nth-of-type(2) {
padding-top: 30px;
}

#content1 img {
float: right;
margin: 0 0 20px 20px;
width:253px;
height: auto;
}

