@charset "utf-8";


.itizu img{
	padding-top: 20px;
	text-align: center;
	width: 27%;
}
/* タイトルライン
-------------------------------- */
.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%);
    
}

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

.emo{
	text-align: center;
}

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


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

.itizu{
	margin-top: auto ;
    margin-left:auto ;
	width: 500px;
}

.emo img{
	width: 15%;
}

}
