@charset "UTF-8";

/* スマホでは非表示 */
.sp_no{display: none;}



/* -------------------------- */
/* --------- message--------- */
/* -------------------------- */
#message{width: 100%; padding: 0 0 60px 0; margin: 0 auto;}
#message .ttl_item{
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}
#message .ttl{text-align: center;}
#message h4{
color: #009fde;
font-size: 1.1rem;
line-height: 1.9rem;
border-bottom: solid 1px #aeaeae;
padding-bottom: 0.5rem;
font-weight: 400;
margin: 0 0 15px 0;

}
#message h5 {margin:15px 0 0 0;color: #000; margin-bottom: 2rem;}
#message span{font-size: 1.3rem; display: block;}

#message .ttl_img{
    max-width: 170px;
    margin: 0 auto;
}

#message p.txt{
color: #000;
margin: 0 auto;
line-height: 1.8rem;
}
