@charset "UTF-8";

.cela-new-head{
width: 100%;
height: 600px;
}
.cela-new-headcontainer{
background: url(../image/cela/headimage.jpg) no-repeat;
width: 1200px;
height: 600px;
margin: 0 auto;
position: relative;
background-position: center right;
background-size: contain;
}
.cela-new-logo{
position: absolute;
left: 0;
width: 490px;
height: 516px;
}
h2.cela-new-txt{
font-size: 45px;
line-height: 1.9;
text-align: center;
margin-top: 45px;
color: #0072c0;
font-weight: 900;
}
h2.cela-new-txt2{
width: 665px;
height: 231px;
margin: 45px auto;
}
div.kounou{
width: 642px;
margin: 0 auto;
display: flex;
justify-content: space-between;
margin-bottom: 60px;
}
div.kounou img{
display: block;
width: 191px;
}

/*スマートフォンCSS*/
@media screen and (max-width:959px)  {
.cela-new-head{
width: 100%;
height: 60vw;
}
.cela-new-headcontainer{
width: 100%;
height: 60vw;
}
.cela-new-logo{
width: 30vw;
height: 40vw;
position: absolute;
top: 10vw;
left: 5vw;
}

h2.cela-new-txt2{
width: 90%;
height: auto;
margin: 8vw auto;
}
div.kounou{
width: 90%;
margin-bottom: 10vw;
}
div.kounou img{
width: 30%;
}
div.tohacenter{
width: 100%;
height: auto;
text-align: center;
}
.lineheight17{
line-height: 1.7;
}


}