@charset "UTF-8";

.mainimg {
    width: 100%;
}


.imgtext {
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
    height: 0%;
    background-color: #CACACA;
    background-image: url(../images/back-p.jpg);
    background-repeat: no-repeat;
}
.imgtext a{
    color: #FFFFFF;	
}


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

.fade_on01 {
    position: absolute;
    right: 19%;
    bottom: -395px;
    z-index: 2;
    width: 89%;
    max-width: 500px;
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/

@media only screen and (max-width : 767px ){
.pc { display: none !important; }
.sp { display: block !important; }
}
		

.endoinfo {
    color: #FFFFFF;
    text-align: center;
}
