@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 30px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}
.bold_bk {
  font-weight: 600;
  color: #000;
}
.bold_red {
  font-weight: 600;
  color: #e50011;
}
.whappy_header {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 40px 20px 25px;
  text-align: center;
  border-top: 4px solid #009fe8;
  border-bottom: 4px solid #e50011;
}
.whappy_header h1 {
  margin: 0;
  color: #0054a6;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.whappy_kv {
  max-width: 900px;
  margin: 40px auto 50px;
}
.whappy_kv img {
  display: block;
  width: 100%;
  height: auto;
}
.whappy_lead {
  max-width: 900px;
  margin: 50px auto;
  text-align: center;
  line-height: 2;
  font-size: 1.125rem;
}
.whappy_lead p {
  margin: 0 0 1.5em;
}
.notice_text {
  max-width: 900px;
  margin: 0 auto; /* 箱を中央配置 */
  text-align: left; /* 中の文字は左寄せ */
  font-size: 1.125rem;
}
.notice_text p {
  margin: 0 0 1.5em;
}
.whappy_section_title {
  max-width: 900px;
  margin: 55px auto 25px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.whappy_section_title::before {
  content: "";
  width: 8px;
  height: 56px;
  background: #009fe8;
  flex-shrink: 0;
}
.whappy_section_title h2 {
  margin: 0;
  color: #0054a6;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.whappy_table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
  border-collapse: collapse;
  font-size: 1.125rem;
  line-height: 1.6;
}
.whappy_table th, .whappy_table td {
  border: 1px solid #cdcdcd;
  padding: 14px 16px;
  vertical-align: middle;
}
.whappy_table th {
  width: 35%;
  background: #f1f6fa;
  text-align: left;
  color: #0054a6;
  font-weight: bold;
}
.whappy_table td {
  background: #fff;
}
.whappy_table tr:nth-child(3) th, .whappy_table tr:nth-child(3) td {
  background: #ffe4e9;
}
.whappy_table tr:nth-child(3) th {
  color: #e50011;
}
.whappy_section_body {
  max-width: 900px;
  margin: 0 auto 50px;
}
.whappy_list {
  margin: 0;
  padding-left: 1.5em;
}
.whappy_list li {
  margin-bottom: 12px;
  line-height: 1.8;
  list-style-type: disc;
  font-size: 1.125rem;
}
.whappy_footer_line {
  max-width: 900px;
  margin: 60px auto 40px;
  border: none;
  border-top: 1px solid #cccccc;
}

/*
.whappy_footer_text {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: center;
  line-height: 2;
}
*/

.whappy_footer_text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
}

.whappy_footer_text p {
  margin: 0 0 1.5em;
  font-size: 1.125rem;
}
@media screen and (max-width:767px) {
  body {
    padding: 15px;
  }
  .whappy_header {
    padding: 25px 15px 20px;
  }
  .whappy_header h1 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .whappy_lead {
    margin: 35px auto;
    font-size: 1rem;
  }
  .whappy_section_title {
    gap: 12px;
    margin: 40px auto 20px;
  }
  .whappy_section_title::before {
    width: 6px;
    height: 42px;
  }
  .whappy_section_title h2 {
    font-size: 1.5rem;
  }
  .whappy_table th, .whappy_table td {
    padding: 10px;
    font-size: 0.95rem;
  }
}
/* ボタンCSS */

/*
.nav-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 40px auto 0;
}
*/

.nav-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 40px auto;
}

.btn-nav {
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
  position: relative;
  color: inherit;
}
.btn-title {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
}
.btn-subtitle {
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin-top: 6px;
  line-height: 1.2;
}
.btn-about {
  background: #fff;
  color: #e50011 !important;
  border: 2px solid #e50011;
}
.btn-top {
  background: #fff;
  color: #00a0e9 !important;
  border: 2px solid #00a0e9;
}
.btn-nav:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.btn-nav:hover .btn-title {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.btn-title {
  text-decoration: none;
}
.btn-nav:hover .btn-title {
  text-decoration: underline;
}
.whappy_link_btn {
  position: relative;
}
.whappy_link_btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #009fe8;
  border-right: solid 2px #009fe8;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 24px;
}
.whappy_link_btn2::after {
  border-top: solid 2px #e50011;
  border-right: solid 2px #e50011;
}
@media screen and (max-width: 780px) {
  .nav-buttons {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
}

.br_sche {
	display: none;
}

@media screen and (max-width: 780px) {
  .br_sche {
    display: block;
  }
}