#wrap {width: 100%; height: 100vh; padding: 14rem 0; background:url(../Img/background.png) no-repeat center/cover;}
.title {width: 25rem;  position:relative; left:50%;; transform:translateX(-50%)}
.title img {width: 100%;}
.content {display:flex; flex-flow:column; align-items:center;margin: 4rem 0; }
.content p { font-size:2rem; font-weight: bold; padding: 1rem 0; color: #fff; text-align: center;}
.content a {display: block; width: 40%; font-weight:900;color:#003863; position:relative;margin-bottom:1rem;cursor: default; white-space: nowrap; background: url("../Img/main_font_back.png") no-repeat center / cover;}
.content p > a::after {position:absolute; width:100%; height:1px ; background:#333; content:'';bottom:0 ; left:0;}
.content + a {display: block; width: 70%; margin: auto; background: #fff; color:#0a2f4d; padding: 1rem 0; text-align: center; font-size:2.5rem; border-radius:3rem;font-weight:900}
.content + a > img {width:1rem; margin-left:1rem}
.content  a >img {width: 100%;text-align: center;position: relative;left: 50%;transform: translate(-50%,22%);}




