@charset "utf-8";
/* ================================================ */
/* === fv ========================================= */
/* ================================================ */
section#contents_fv {
    width: 100%;
    max-width: 1200px;
    margin: 15rem auto 0rem auto;
}
.contents_h1 {
    width: 100%;
    margin: 30px auto;
    padding: 0 0 30px;
    text-align: center;
    font-size: 40px;
    color: #122b86;
    border-bottom: 1px solid #122b86;
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
    section#contents_fv {
        width: 100%;
        max-width: 1180px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    section#contents_fv {
        max-width: 92vw;
    }
    .contents_h1 {
        margin: 20px auto;
        padding: 0 0 20px;
        font-size: 40px;
    }
}
@media screen and (max-width: 599px) {
    section#contents_fv {
        max-width: 92vw;
    }
    .contents_h1 {
        margin: 20px auto;
        padding: 0 0 20px;
        font-size: 7vw;
    }
}

/* ================================================ */
/* === contents_detail ============================ */
/* ================================================ */
section#contents_detail {
    width: 100%;
    max-width: 950px;
    margin: 60px auto;
}
.contents_detail_cont h2 {
    font-size: 24px;
    color: #122b86;
    border-bottom: 1px solid #122b86;
    padding: 20px 0;
    margin: 40px 0 20px;
}
.contents_detail_cont h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #123b86;
    padding-bottom: 15px;
    width: 100%;
}
.contents_detail_cont h3:before {
    content: "■";
    padding-right: 5px;
}
.contents_detail_cont a {
    margin: 40px auto 20px;
}
.sitemap ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.sitemap ul li {
    font-size: 16px;
    padding: 10px 0;
}
.sitemap ul li a {
    color: #333;
}
.sitemap ul li a:hover {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}
.sitemap ul li a:visited {
    color: inherit;
}
.contents_detail_cont.line p {
    padding: 10px 0;
}
.contents_detail_cont.line h3:last-of-type {
    margin-top: 40px;
}
.app_link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
}
.app_link a {
    margin: 0;
}
.app_link a + a {
    margin-left: 20px;
}



@media screen and (min-width: 600px) and (max-width: 1024px) {
    section#contents_detail {
        max-width: 92vw;
        margin: 20px auto 30px;
    }
    .contents_detail_cont h2 {
        font-size: 24px;
        padding: 10px 0;
        margin: 10px 0;
    }
    .contents_detail_cont a {
        margin: 30px auto 20px;
    }
}
@media screen and (max-width: 599px) {
    section#contents_detail {
        max-width: 92vw;
        margin: 20px auto 30px;
    }
    .contents_detail_cont h2 {
        font-size: 4vw;
        padding: 10px 0;
        margin: 10px 0;
        line-height: 1.4;
    }
    .contents_detail_cont h3 {
        font-size: 4.2vw;
        padding: 10px 0 0;
    }
    .contents_detail_cont a {
        margin: 30px auto 20px;
    }
    .contents_detail_cont.line a {
        margin: 0;
    }
    .contents_detail_cont.line img {
        width: 100%;
    }
    .contents_detail_cont.line h3:last-of-type {
        margin-top: 0px;
    }
    .app_link {
        margin-bottom: 0;
    }
}



/*挨拶*/
/*PC*/
@media only screen and (min-width :768px ){
.pc { display: block !important; }
.sp { display: none !important; }
/*ご挨拶-------------------*/
.philosophy {
width: 100%;
height: 100%;   
}   
.philosophy h2{
text-align: justify;
font-size: 125%;
line-height: 1.6rem;    
font-weight: 600;   
padding: 0rem 1rem; 
/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"   */
}   
.philosophy p{
text-align: justify;
font-size: 95%;
font-weight: 500;   
padding: 0rem 1rem; 
margin: 0 auto 2rem auto;   
/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"   */
}   
.philosophy img{
width: 250px;
height: auto;   
margin: 0 auto 0 3.5rem;
    

}       
    
    
}
/*SP*/
@media only screen and (max-width: 599px){
/*ご挨拶-------------------*/
.philosophy {
width: 100%;
height: 100%;   
}   
.philosophy h2{
text-align: justify;
font-size: 110%;
line-height: 1.3rem;    
font-weight: 600;   
padding: 1.5rem 1rem 0rem 1rem; 
margin: 0 auto 0.2rem auto; 
    
/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"   */
}   
.philosophy p{
text-align: justify;
font-size: 95%;
font-weight: 500;   
padding: 0rem 1rem; 
margin: 0 auto 1rem auto;   
/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"   */
}   
.philosophy img{
width: 250px;
height: auto;   
margin: -5rem auto 0 5rem;
    

}       
    
    
.pc { display: none !important;}
.sp { display: block !important;}   
}