@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

#wrap{
    margin: 0 auto;
}

.btn_banner{
    width: 90%;
    max-width: 420px;
    padding: 0 !important;
    line-height: 0 !important;
    border-radius: 18px !important;
    margin: 0 auto 25px auto !important;
    position: relative;
}

.btn_banner:before{
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: #EC5A0C;
    border-radius: 4.2vw;
    position: absolute;
    bottom: -3px;
    right: -3px;
}

.btn_banner a{
    border: none !important;
}

.btn_banner img{
    width: 100%;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out .0s, left .1s ease-out .0s;
}

.is_pc .btn_banner a:hover img,
.is_sp .btn_banner a.touch img{
    top: 3px !important;
    left: 3px !important;
    transition: top .15s ease-out .05s, left .15s ease-out .05s;
}


.e_txt{
    max-width: 400px;
    padding: 0 15px;
    margin: -5px auto 40px auto;
}

.e_txt p{
    color: #fff;
    font-size: 13px !important;
    text-align: left;
    line-height: 2em;
}

.e_txt.b{
    padding: 0 10px;
}

.e_txt.b p{
    color: #023D21;
    font-size: 13px !important;
}

.e_txt a{
    color: #EA5504;
    border: none !important;
}

.e_txt a:hover{
    text-decoration: underline;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

.head_logo{
    text-align: center;
    padding: 15px 0 13px 0;
}

.head_logo img{
    width: 148px;
}

#mv h1 img{
    width: 100%;
}

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

#yodogawa h2{
    padding: 0 5%;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    position: relative;
}

#yodogawa h2 img{
    width: 100%;
    max-width: 421px;
}

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

#contents_area{
    padding: 0 0 0 0;
}

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

#contents_body a{
    border-bottom: 1px solid #023d21;
    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 #detail{
    overflow: hidden;
    text-align: center;
    background-color: #FFF67F;
    background-image:url(../images/img_bg_ss.png);
    background-position: right bottom;
    background-size: 80% auto;
    background-repeat: no-repeat;
}

#contents_body #detail h3{
    margin: 30px 0 0 0;
    font-size: 15px;
    line-height: 1.6875em;
}

#contents_body #detail h3.r{
    color: #D02D1A;
}

#contents_body #detail p{
    font-size: 13px;
    line-height: 1.6em;
}


#contents_body .notice{
    margin: 30px 0;
    padding: 0 25px;
    text-align: left;
    display: inline-block;
}

#contents_body .notice .ti{
    text-indent: -1em;
    padding-left: 1em;
}




/* --------------------------------------------------
*
    .special_list
*
-------------------------------------------------- */
.special_list p, .special_list dl{
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 25px 0;
    padding: 0 15px;
}

.special_list dl:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

.special_list dt{
}

.special_list dd{
    margin: 0 0 25px 0;
    padding: 0 10px;
}

.special_list p .r{
    color: #DA1C24;
}

.special_list p.banner{
    margin-left: 0;
    text-align: center;
}

.special_list p.banner img{
    width: 100%;
    max-width: 340px;
}

.special_list p.banner a{ border: none !important;}

.special_list .center{
    margin-left: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    text-align: center;
}

.special_list .center img{
    left: 0 !important;
}
    
.special_list li{
    padding: 35px 0 0 0;
    position: relative;
}

.special_list li:first-child:before{
    display: none;
}

.special_list li:before{
    content: '';
    display: block;
    width: 90%;
    height: 12px;
    background-image:url(../images/parts_line.png);
    background-size: 90%;
    background-position: center;
    position: absolute;
    top: 0;
    left: calc(5%);
}

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

.special_list li:after{

}

.special_list li:last-child:after{ display: none;}

.special_list li .caution{
    margin-left: 15px;
    margin-righ: 15px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
}

.special_list h2{
    padding: 0 0 0 15px;
    margin: 0 0 20px 0;
}

.special_list h2 img{
    width: 92%;
    max-width: 453px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -3%;
}

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

.special_list .pic img{ width: 240px;}

.special_list li .profile{
    padding: 0 0 60px 0;
}

.special_list li .btn{
    width: 230px;
    height: 30px;
    padding: 0 0 0 15px;
    line-height: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background-color: #023D21;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    cursor: pointer;
    transition: opacity .1s ease .0s;
}

.is_pc .special_list li .btn:hover,
.is_sp .special_list li .btn.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.special_list li .btn:before{
    content: '';
    width: 9px;
    height: 10px;
    display: block;
    background-image:url(../images/parts_arrow_right.png);
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 5px);
    left: 15px;
    z-index: 2;
    transition: transform .15s ease .0s;
}

.special_list li .btn.on:before{
    transform: rotate(90deg);
}

.special_list li .inner{
    padding: 20px 0 0 0;
    position: relative;
    display: none;
    transform: translate3d(0 ,0, 0);
}

.special_list li .inner p{
    margin-bottom: 0;
}

.special_list li .img_setlist{
    margin: 0 0 25px 0;
    text-align: center;
}

.special_list li .img_setlist img{
    width: 100%;
    max-width: 473px;
}

.special_list .ws_banner{
    width: 90%;
    max-width: 430px;
    margin: -10px auto 20px auto;
}

.special_list .ws_banner img{
    width: 100%;
}


/* --------------------------------------------------
*
    #section_report
*
-------------------------------------------------- */
#section_report{
    background-color: rgba(255, 255, 0, .4);
    padding: 25px 0 10px 0;
    margin: 0 0 0 0;
    overflow: hidden;
    position: relative;
}

#section_report h3{
    margin: 0 0 25px 0;
    text-align: center;
}

#section_report h3 img{
    width: 90%;
    max-width: 415px;
}

#section_report p{
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 25px 0;
    padding: 0 15px;

}

#section_report p.end span{
    display: inline-block;
    position: relative;
}

#section_report p.end span:after{
    content: '';
    display: block;
    width: 16px;
    height: 20px;
    background-image:url(../images/parts_ico_endmark.png);
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    top: 6px;
    right: -21px;
}

#section_report .pic{
    margin-bottom: 15px;
}

#section_report .pic img{
    width: 100%;
    max-width: 440px;
}




/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    background-color:#FFF;
    padding: 25px 15px 10px 15px;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
}

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

#btm_info p{
    margin: 0 auto 25px auto;
    font-size: 14px;
    line-height: 2em;
}

#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 .notes{
    font-size: 13px;
    line-height: 2em;
}

.banner_gakkou{
    max-width: 420px;
    padding: 0 15px;
    margin: 0 auto 30px auto !important;
    text-align: center;

}

.banner_gakkou a{
    border: none !important;
}

.banner_gakkou img{
    max-width: 100%;
}


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

footer ul{
    max-width: 300px;
    margin: 0 auto 25px auto;
    letter-spacing: -.40em;
}

footer li{
    width: 25%;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
}

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

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

footer .copyright img{
    width: 200px;
}

footer .credit{
    font-size: 11px;
}



} /* ----- max-width: 640px ----- */
