@charset "utf-8";

/*-------------------------------
	導入
-------------------------------*/

.First{
    padding-bottom: 0;
}
.First__inner{
    padding-bottom: 6rem;
}
.First-image{
    width: 32rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
}
.First-image img{
    width: 100%;
}
.First__text:not(:last-child){
    margin-bottom: 3rem;
}


/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px) , print{

	/*-------------------------------
		導入
	-------------------------------*/

    .First__inner{
        padding-bottom: 9.5rem;
    }
    .First-image{
        width: calc(100% - 6rem);
        margin-bottom: 7rem;
    }
    .First__text:not(:last-child){
        margin-bottom: 5rem;
    }

}