@charset "UTF-8";
/*理事長挨拶 スマホ*/
#naka-right-innner {
width: calc(100% - 30px);
background: url("../img/greetings/bg-greetings.jpg") no-repeat center bottom / 100% auto;
padding: 15px 15px 60vw;
}

#content1 h2 {
font-size: 1.3em;
font-weight: bold;
border-bottom: 2px solid #222;
margin-bottom: 15px;
padding-bottom: 5px;
}

#content1 p {
margin-bottom: 30px
}

#content1 img {
display: block;
margin: 0 auto 30px;
width: 50vw;
height: auto;
}

#content1 #name {
line-height: 2em;
text-align: center;
}

#content1 strong {
font-size: 1.5em;
}

#content1 span {
font-size: 0.85em;
}