@charset "UTF-8";

.akari img{
    margin-top: 50px ;
    margin-left: 80px ;   
    width: 30%;
}
/* 文字のフォントとサイズ 
---------------------------------------*/
.cp_h1title{
    position: relative;
    font-family: 'Kaisei Decol';
    font-size: 40px;
    text-align: center;
    }

/* グラデーション　ライン 
-------------------------------------------*/
.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%);
    
}

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


    body.cm{
    margin-top: 25px;
    text-align: center;
}
    /* ＠media
------------------------------------------ */
@media (max-width: 768px){

    .akari{
        width:95%;
        margin-left: 95px;
    }

}