@charset "utf-8";
/* CSS Document */

/* 初期設定 */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");

body {
  margin: 0;
}

.l-main,
.l-main * {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #403e3d;
  font-style: normal;
  line-height: 1.8125em;
  box-sizing: border-box;
  list-style: none;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
}

.l-main {
  overflow: visible !important;
}

.l-main.\--wide {
  padding: 0 !important;
  border-radius: 0 !important;
}

.l-main strong {
  font-weight: 700;
}

.l-main img {
  vertical-align: bottom;
}

.l-main table {
  border-collapse: collapse;
}

a:hover {
  opacity: 1 !important;
}

.wrap {
  background-color: #fff;
  width: 1260px;
  margin-inline: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.hero {
  text-align: center;
  position: relative;
  width: 100%;
}

.pr {
  width: 100%;
  text-align: right;
  margin-bottom: 40px;
  padding-right: 10px;
}

.credit {
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 20px 0 50px;
  letter-spacing: 0.09em;
}
.disc {
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  border-top: 5px solid #ffe700;
  border-bottom: 5px solid #ffe700;
  padding: 30px 0;
  max-width: 1000px;
  width: 100%;
  letter-spacing: 0.1em;
}

.disc sup {
  font-size: 10px;
}

.disc__small {
  font-size: 12px;
}

.h2Title {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 41px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  width: 100%;
  max-width: 900px;
  color: #00b87d;
}

.txt {
  width: 900px;
  margin: 0 auto 90px;
}
.txt2 {
  width: 900px;
  margin: 0 auto 10px;
  letter-spacing: 0.05em;
}
.l-main sup {
  font-size: 10px;
}
.txt__bold {
  font-size: inherit;
  font-weight: 700;
}
.img_01 {
  display: block;
  margin: 0 auto 50px;
}
.img_02 {
  display: block;
  margin: 0 auto 50px;
}
.img_03 {
  display: block;
  margin: 0 auto 100px;
}
.img_04 {
  display: block;
  margin: 0 auto 50px;
}
.img_05 {
  display: block;
  margin: 0 auto 10px;
}

.aside__support {
  font-size: 12px;
  width: 900px;
  margin-bottom: 50px;
}

.aside__type {
  width: 1160px;
  margin: 0 auto 30px;
  font-weight: 700;
}

.btn {
  background-color: #fff7d6;
  padding: 55px 0;
  text-align: center;
}

.offer {
  width: 100%;
  margin: 70px auto 50px;
}

.offer__link {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
