@charset "UTF-8";

header{
    padding: 0;
    min-height: 50vh;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #01427e;
}
.entry-header .logo{
    width: 65px;
    position: absolute; 
    top:5%; 
    left: 15%;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.8)); /* SafariなどのWebkitブラウザ用 */
filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.8)); 
}

header .top-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    margin: 0;
}
header .top-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}


.bg-color{background-color: #fff6e9;}

.wrapper {
    width: 100%;
    max-width: 1120px;
    padding: 0;
    margin: 170px auto;
    position: relative;
}
.entry-header {
    text-align: left;
    position: relative;
    margin: 0;
    max-width: 1200px;    
    min-height: 120px;
}
.entry-header h1{
    margin: 0;
    font-size: 2.8em;
    line-height: 1.5em;
    margin-bottom: 50px;
    font-family: helvetica-lt-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.84);
}

.front-page-sidebar {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(51, 51, 51, .25);
    box-shadow: 0 5px 20px rgba(51, 51, 51, .25);
    padding: 1.875rem;
    max-width: 1100px;
    margin: -2.375rem auto 3.75rem;
    font-size: 16px;
}

.widget {
    margin: 0 0 1.5em;
    color: #01427e;
}
.widget:last-child {
    margin-bottom: 0;
}
.page-excerpt{
    max-width: 660px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 30px 50px;
    background-color: rgba(255,254,254,0.70);
    border-radius: 20px;
}
.page-excerpt p{line-height: 1.7em;}


.post{
    max-width: 1200px;
    width: 90%;
    margin: -150px auto 0;
    padding: 30px 70px 70px;
    z-index: 1000;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(51, 51, 51, .25);
    box-shadow: 0 5px 20px rgba(51, 51, 51, .25);
    min-height: 680px;
}
.date{margin-bottom: 30px;text-align: right; }

h2{
    font-size: 2.4em;
    margin-bottom:50px;
}
h3{font-size: 2.0em;}
h4{font-size: 1.5em;}
.postlink{
    max-width: 1200px;
    width: 90%;
    margin: 50px auto;
}

@media screen and (max-width: 480px) {
    .pc{display: none;}
    .sp{display: block;}
    
    h1{letter-spacing: 0;}
    h2{font-size: 1.8em; margin-bottom: 25px;}
    h3{font-size: 1.5em}
    h4{font-size: 1.2em;}
    h5{font-size: 1.1em;}
    header {
        min-height: 100vh;
    }
    .wrapper {
    padding: 0;
    margin: 13% auto 0;
    }
    .entry-header .logo{
        width: 90px;
        position: absolute; 
        top:0%; 
        left: 38%;
    }
    .entry-header h1 {
        margin: 0;
        font-size: 2.6em;
        line-height: 1.1em;
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .page-excerpt {
        padding: 25px;
    }
    h3 {font-size: 1.5em;margin-top: 15px;}
    .post {
        width: 100%;
        margin: -60vh auto 0;
        padding: 30px 15px 70px;
        font-size: 14px;
    }
}