@charset "utf-8";

#main_v{
    background-image: url("../guidance/img/main.png");
    background-size: cover;
    background-position: center center;
    height: 320px;
    margin-bottom: 20px;
}

#main_v h1{
    height: 320px;
    line-height: 320px;
    text-align: center;
    margin: 0;
    font-size: 18pt;
    color: #ffffff;
    text-shadow: 0 0 20px #000000;
    overflow: hidden;
}

@media only screen and (min-width:768px) {
    #main_v{
        background-image: url("../guidance/img/main.png");
        background-size: cover;
        background-position: center center;
        height: 360px;
        margin-bottom: 80px;
    }

    #main_v h1{
        height: 360px;
        line-height: 360px;
        text-align: center;
        margin: 0;
        font-size: 30pt;
        letter-spacing: 2px;
        color: #ffffff;
        text-shadow: 0 0 20px #000000;
        overflow: hidden;
    }
}


h2{
    text-align: center;
    margin-bottom: 60px;
}

#guidance p:first-child{
    margin-bottom: 100px;
}

.name{
    font-size: 12pt;
    display: block;
    text-align: right;
}

.mission img{
    width: 50%;
    float: right;
    margin: 0 0 10px 10px;
}

.fhd{
    display: block;
}

@media only screen and (min-width:768px) {
    .mission img{
        width: 260px;
        float: right;
        margin: 0 0 20px 30px;
    }
    
    .fhd{
        display: none;
    } 
}

.booklink{
    font-size: 10pt;
}

.booklink a{
    display: block;
   margin-bottom: 10px;
    color:#000000;
    transition: 0.3s;
    overflow: hidden;
}

@media only screen and (min-width:768px) {
    .booklink{
        font-size: 10pt;
    }
}

.booklink a:hover{
    opacity: 0.5;
}

.booklink p{
    margin: 0 0 30px 0;
    text-align: center;
}