@charset "utf-8";
/* CSS Document */
.wrapper{margin:0 auto; max-width:965px; width:calc(100% - 30px);}

header .wrapH{padding:0;}

#boxTit{margin:0 0 60px;}
h3{font-size:22px; color:#000; font-weight:bold; letter-spacing:0.2em; line-height:1; border-left:6px solid #316cb5; padding:0 0 0 16px; position:relative; margin:0 0 15px;}
h3:before{content:''; position:absolute; left:3px; width:2px; height:100%; background:#316cb5; display:block;}

/* footer{border-top:7px solid #316cb5; padding:30px 0; text-align:center; font-weight:bold;} */
footer .txt{font-size:15px; margin:0 0 5px;}
footer .txt2{font-size:18px; line-height:1.6; margin:0 0 30px;}
footer a:hover{text-decoration:underline;}
footer span{display:inline-block;}


/*===============================
             MEDIA
================================*/
@media only screen and (max-width:750px){
h3{font-size:20px;}
}