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

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 60px 0;
}

#mv .head_logo{
    padding: 25px 0 45px 0;
}

#mv .head_logo img{
    width: 149px;
}

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

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

#yodogawa .btn_banner{
    width: 425px;
    margin: 0 0 55px 0;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#yodogawa .btn_banner img{
    width: 420px;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out .0s, left .1s ease-out .0s;
}

.is_pc #yodogawa .btn_banner a:hover img,
.is_sp #yodogawa .btn_banner a.touch img{
    top: 4px;
    left: 4px;
    transition: top .15s ease-out .05s, left .15s ease-out .05s;
}


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

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

#conetnts_body a{
    border-bottom: 1px solid #023d21;
    transition: border .1s ease .0s;
}

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

#conetnts_body .head_txt{
    margin: 50px 0 40px 90px;
}

#conetnts_body p{
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 35px 90px;
}

#conetnts_body #special_list li{
    padding: 65px 0 0 0;
    position: relative;
}

#conetnts_body #special_list li:before{
    content: '';
    display: block;
    width: 495px;
    height: 23px;
    background-image:url(../images/parts_line.png);
    background-size: 495px;
    background-position: center;
    position: absolute;
    top: 0;
    left: calc(50% - 248px);
}

#conetnts_body #special_list li:last-child{
    padding-bottom: 20px;
    overflow: hidden;
}

#conetnts_body #special_list li:last-child:after{
    content: '';
    display: block;
    width: 495px;
    height: 23px;
    background-image:url(../images/parts_line.png);
    background-size: 495px;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: calc(50% - 248px);
}

#conetnts_body #special_list li .caution{
    text-indent: -1em;
    padding-left: 1em;
}

#conetnts_body #special_list h2{
    padding: 0 0 0 60px;
    margin: 0 0 30px 0;
}

#conetnts_body #special_list h2 img{
    width: 453px;
}

#conetnts_body #special_list .pic{
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
}

#conetnts_body #special_list .pic img{ width: auto; height: 180px;}


/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    padding: 40px 0 10px 0;
    margin: 0 0 40px 0;
    overflow: hidden;
    position: relative;
}

#btm_info:after{
    content: '';
    display: block;
    width: 495px;
    height: 23px;
    background-image:url(../images/parts_line.png);
    background-size: 495px;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: calc(50% - 248px);
}

#btm_info h3{
    margin: 0 0 15px 90px;
    font-size: 33px;
}

#btm_info h3 .s{
    margin: 0 0 10px 0;
    font-size: 20px;
    display: block;
}

#btm_info .date{
    font-size: 20px;
    line-height: 2em;
}

#btm_info p .caution{
    display: block;
    font-size: 13px;
}

#btm_info .btn_banner{
    width: 425px;
    margin: -10px auto 40px auto;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#btm_info .btn_banner img{
    width: 420px;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out .0s, left .1s ease-out .0s;
}

#btm_info .btn_banner a{
    border: none !important;
}

.is_pc #btm_info .btn_banner a:hover img,
.is_sp #btm_info .btn_banner a.touch img{
    top: 4px;
    left: 4px;
    transition: top .15s ease-out .05s, left .15s ease-out .05s;
}

#btm_info .notes{
    font-size: 13px;
    line-height: 2em;
}

.banner_gakkou{
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
    text-align: center;
}

.banner_gakkou a{
    border: none !important;
}

.banner_gakkou img{
    width: 400px;
}


/* --------------------------------------------------
*
    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 ----- */
