@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    margin: 0 auto;
    padding: 0 0 0 0;
}

.line{
    text-align: center;
}

.line img{
    width: 500px;
}

.ico_bus{
    text-align: center;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 -13px 0;
    padding: 28px 0 0 0;
    position: relative;
    z-index: 2;
}

#mv .ico_gakkou{
    position: absolute;
    top: 15px;
    left: 20px;
}

#mv .ico_gakkou img{
    width: 137px;
}

.head_logo{
    padding: 35px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

 .head_logo img{
    width: 149px;
}

/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    text-align: center;
}

#yodogawa p{
    margin: 0 0 45px 0;
    font-size: 15px;
    line-height: 2em;
    display: inline-block;
    text-align: left;
}

#contents_area{
    margin-bottom: 95px;
    padding: 0 0 65px 0;
}

/* --------------------------------------------------
*
    #contents_body
*
-------------------------------------------------- */
#contents_body{
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
}

#contents_body a{
    border-bottom: 1px solid #4CACE2;
    transition: border .1s ease .0s;
}

.is_pc #contents_body a:hover,
.is_sp #contents_body a.touch{
    border-bottom: 1px solid transparent;
    transition: border .15s ease .05s;
}

#contents_body p{
    font-size: 15px;
    line-height: 2em;
    margin: 0 0 35px 110px;
}

#contents_body .ico_bus{
    margin: 60px 0 65px 0;
    padding: 0;
    text-align: center;
}

#contents_body .pic{ text-align: center; margin-left: 0;}

#contents_body .pic img{ width: 450px;}
#contents_body .pic.v img{ width: 300px;}

#contents_body .pic + .pic{ margin-top: -35px;}

#contents_body .box{
    width: 450px;
    margin: 0 auto 40px auto;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #fff;
    background-color: #754C24;
    border-radius: 10px;
}

#contents_body .box p{
    font-size: 14px;
    margin: 0;
    line-height: 2.28em;
}

#contents_body .ico_fin img{
    width: 96px;
}


.btm_banner{
    margin: 0 0 20px 0 !important;
    padding: 30px 0 0 0 !important;
    text-align: center;
}

.btm_banner p{
    margin: 0 0 15px 0;
}

.btm_banner a{
    border: none !important;
}

.btm_banner img{
    width: 418px;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    padding: 35px 0 50px 0;
    background-color: #023e21;
    position: relative;
    text-align: center;
    color: #fff;
}

footer ul{
    margin: 0 0 35px 0;
}

footer li{
    margin: 0 10px;
    display: inline-block;
}

footer li img{
    width: auto;
    height: 50px;
}

footer .copyright{
    margin: 0 0 15px 0;
}

footer .copyright img{
    width: 210px;
}

footer .credit{
    font-size: 12px;
}
    
} /* ----- min-width : 641px ----- */
