/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@mixin notojp {
	& {
		font-family: 'Noto Sans Japanese' !important;
	}
}
*/
@font-face {
  font-family: "sunday-webfont01";
  src: url("../media/files/fonts/sunday-webfont01.eot");
  src: url("../media/files/fonts/sunday-webfont01.eot?#iefix") format("embedded-opentype"), url("../media/files/fonts/sunday-webfont01.woff") format("woff"), url("../media/files/fonts/sunday-webfont01.ttf") format("truetype"), url("../media/files/fonts/sunday-webfont01.svg#sunday-webfont01") format("svg");
  font-weight: normal;
  font-style: normal;
}
.newlife2026-link {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}

.newlife2026-link--wrapper {
  margin-top: 20px;
}

.newlife2026-link__txt {
  font-size: 16px;
}

.newlife2026-link a {
  display: block;
  position: relative;
  line-height: 1.5;
  background-color: #72c7d1;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  border: 3px solid #72c7d1;
  text-decoration: none;
  transition: 0.2s;
  box-shadow: 3px 3px 0px 0px #eee;
  border-radius: 5px;
  padding: 20px 40px;
}

.newlife2026-link a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fff;
}

.newlife2026-link a:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .newlife2026-link a {
    font-size: 16px;
  }

  .newlife2026-link__txt {
    font-size: 14px;
  }

  .newlife2026-link {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=newlife_2026.css.map */
