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

body {
  font-family:  'Noto Serif JP',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.jumbotron {
background:url(../images/fortrise-top.jpg) bottom left no-repeat; background-size: cover;
height: 350px;
}


.p-f {
font-size: 0.8rem;
font-weight: bold;
}
.h1-f{
margin-top: 40px;
}


.h2-f {
font-size: 1rem;
padding-bottom: 40px;
}
h3 {
font-size: 1.3rem;
margin-bottom: 0px;
}
.h3-f {
width: 100%;
height: auto;
max-width: 750px;
padding-bottom: 40px;
}
.center-f {
margin: 0 auto 0 auto;
}


@media (max-width: 768px) {
.h1-f{
width: 250px;
height: auto;
margin-top: 40px;
}
.h2-f {
font-size: 0.8rem;
}
.okuya-logo {
width: 150px;
height: auto;

}

}