@charset "utf-8";

.edu_notice { line-height: 1.6; padding: 4% 5%; box-shadow: 0 0 5px rgba(0,0,0,0.2); margin-bottom: 3em;}
.edu_notice li { text-indent: -1em; padding-left: 1em; margin-bottom:0.3em;}
.edu_notice li::before {content:"※";}

.edu_p01::after {display:block;content:"";width:6em; height:1px; background:#006a3a; margin:4em auto;}
.edu_link { display:inline-block; font-size:1.15em; line-height:2em; letter-spacing:-0.02em; color:#749d8a; padding:0.5em 1.5em; border:1px solid #749d8a; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.edu_link:hover {transform:translateX(10px);}
.edu_p02 { margin-top:2em;}