@charset "utf-8";

body.cm{
    margin-top: 25px;
    text-align: center;
}


.wasureyuki img{
    text-align: center;
    margin-top: 25px;
    width: 27%;
}

.enna{
    text-align: center;
    font-family: 'Kaisei Decol';
}

.hr1 {
    position: relative;
	height: 1.5px;
	border-width: 0;
	background-color: #00bcd4;
	background-image: -webkit-linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
	background-image: linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
}



a {text-decoration: none;}

/* ＠media
------------------------------------------ */
@media (max-width: 768px){

}