@charset "utf-8";
/* CSS Document */
/*
=====================================



=====================================
*/
.point {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1em;
    color: #134277;
}
.motto{
    font-weight:bold;
    font-size:1.2em;
}
/*
=====================================
//
=====================================
*/
/*
=====================================

スマホ・タブレット対応

=====================================
*/
@media only screen and (max-width : 800px) {
}
@media only screen and (max-width : 600px) {
}
/*
=====================================
//スマホ・タブレット対応
=====================================
*/