@charset "utf-8";
/* CSS Document */

#head{position: relative;}
#head h1{position: absolute;top:2px;left:5px;z-index: 3;}
#head{height: 140px; max-width: 900px;margin:0px auto 0;}
#head .col_2{display: flex;justify-content: space-between;}


/*TOPpage*/

/*===========Point===========*/
.point{border: solid 2px #FF6633;padding: 3px 5px 0px 0px;border-radius: 7px;width: 95%;background: #fff;margin:0 auto 15px; }
.point h3{font-size: 24px;color: #FF6633;margin-bottom: 15px;font-weight: bold; }
.point h3 span{background:#FF6633;color:#fff;margin-right: 15px;padding: 0px 8px;}
.point p{font-size: 16px!important;padding-left: 10px;color: #444;line-height: 150%;}
.point p strong{font-size: 120%;}
.point .col_2{display: flex;justify-content: space-between;}