@charset "utf-8";

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


/* タイトルライン */
.cp_h1title{
    position: relative;
    }

.apex img{
    margin-top: 25px ;
    /* padding-left: 25px ;   */
    width: 20%;
}

.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;
    }

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

.apex{
    width: 110%;
    margin-top: 150px ;
    margin-left: 130px ;  
}

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

