* {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, Verdana, Meiryo, sans-serif;
  line-height: 1.4;
  color: #304455;
}

h2 {
  padding-bottom: 24px;
  text-align: center;
}

.note {
  font-size: 12px;
}

header,
footer,
section {
  display: flex;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 1024px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.logo {
  height: 50px;
}
.sns-buttons {
  padding: 20px 0 0 0;
}

.main-visual {
  padding: 100px 40px;
  background-image: url("/img/lp-main-visual.jpg");
  background-position: center center;
  background-size: cover;
  background-color: #ffffff55;
  background-blend-mode:lighten;
}
.main-visual-container {
  text-align: center;
}
.main-visual p {
  padding: 30px 0;
  line-height: 1.8;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
}
.start-button {
  display: inline-block;
  margin: 20px;
  padding: 14px 26px;
  color: #eee;
  text-decoration: none;
  background: #ea4545;
  border-radius: 3px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
.start-button:hover {
  background: #ac2828;
}

.service-transfer {
  padding: 40px 0;
  background: #ffcadf;
}
.notification {
  padding: 40px 0;
  color: #eee;
  background: #c54747;
}
.news {
  padding: 40px 0;
  background: #eee;
}
.service-transfer-container,
.notification-container,
.news-container {
  display: flex;
  justify-content: center;
}
.notification-content,
.news-content {
  max-width: 512px;
  padding: 0 8px;
}
.notification a {
  color: #eee;
}
.news ul {
  list-style: none;
}
.news li:not(:last-child) {
  padding: 0 0 8px;
}
.news .date {
  font-size: 14px;
  color: #78828a;
}
.news .date::after {
  content: "\A";
  white-space: pre;
}

.whats-new {
  padding: 40px 0;
  color: #eee;
  background: #c54747;
}
.whats-new-content {
  display: flex;
}
@media screen and (max-width:719px) {
  .whats-new-content {
    flex-wrap: wrap;
  }
}
.whats-new-flex-item {
  padding: 20px 20px 0 20px;
}
.whats-new a {
  color: #eee;
}
.whats-new ul {
  padding: 16px 0 16px 32px;
}
.whats-new img {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  width: 100%;
  max-width: 360px;
}
.start-button-2-wrapper {
  padding: 24px 0 48px;
  text-align: center;
}
.start-button-2 {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid #eee;
  color: #eee;
  text-decoration: none;
}

.features {
  padding: 40px;
  background: #f8ffad;
  text-align: center;
}
.features-inner {
  display: flex;
  flex-wrap: wrap;
}
.features-flexbox {
  flex: 1;
  padding: 20px;
}
.feature-image {
  margin: 14px 0;
  width: 150px;
  background: #fdffea;
  border-radius: 75px;
}

.site-footer {
  padding: 20px 40px;
  text-align: center;
  color: #798188;
}
.footer-link-item:first-child {
  padding: 0 12px 0 0;
}
.footer-link-item:not(:first-child) {
  padding: 0 12px;
}
.footer-admin-info {
  padding: 24px 0 12px 0;
}
