@charset "utf-8";

/*-----------------------------------------------------------------
	基本
-----------------------------------------------------------------*/

.page_contents {
    padding-top: 10px;
    padding-bottom: 80px;
    background: #fff;
    background-size: 450px;
}

.page_header {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7D15F;
    background: linear-gradient(90deg, rgba(247, 209, 95, 1) 0%, rgba(241, 159, 72, 1) 100%);
    color: #fff;
    margin-top: 100px;
    overflow: hidden;
}

.page_header img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
    z-index: -1;
}

.h1_page {
    z-index: 2;
}

.pannav {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 15px 0;
}

.pannav_arrow {
    color: #666;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
}
.pannav_arrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #6f6f6f;
    border-right: solid 1px #6f6f6f;
    position: absolute;
    left: 15px;
    top: 7px;
    transform: rotate(45deg);
}

.h2_page {
    font-size: 36px;
    padding: 20px 0;
    border-bottom: #FF9B2F 3px solid;
    margin-top: 50px;
    margin-bottom: 50px;
}

.h3_page {
    font-size: 24px;
    border-left: #FF9B2F 5px solid;
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.6em;
}

.h4_page {
    background-color: #fff;
    padding: 15px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.6em;
}

@media only screen and (max-width: 999px) {
    
.page_header {
    height: 120px;
}
.h1_page {
    font-size: 28px;
}
    
.h3_page {
    font-size: 24px;
    padding: 10px 20px;
}

}
@media only screen and (max-width: 750px) {
    
    .page_contents {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .h2_page {
        font-size: 30px;
        padding: 20px 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .h3_page {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .h4_page {
        padding: 10px 15px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 550px) {
    
.page_header {
    height: 100px;
    margin-top: 60px;
}

.h1_page {
    font-size: 24px;
}

.page_contents {
    padding-top: 10px;
    padding-bottom: 50px;
}

.h2_page {
    font-size: 24px;
}

.h3_page {
    font-size: 18px;
    padding: 10px 0 10px 15px;
}
    
.h4_page {
    font-size: 16px;    
    padding: 7px 15px;
}

}