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

/*Initiatives*/
#Initiatives h2 {font-size: 25px; margin-bottom: 40px; font-weight: bold;}
#Initiatives .box {box-sizing: border-box; border: 3px solid #000; background: #fff; padding: 40px; width: 1200px; margin: 40px auto 0;}
#Initiatives .box p {font-size: 16px; line-height: 2;}
#Initiatives .box p:nth-child(n + 2) {margin-top: 30px;}

footer .link_btn {box-sizing: border-box; border: 1px solid #000; width: 409px; height: 50px; line-height: 1; font-size: 16px; background: #fff; margin: 0 auto 30px; position: relative;}
footer .link_btn::after {content: ''; position: absolute; background: #000; width: 20px; height: 1px; top: 0; bottom: 0; right: -10px; margin: auto;}