html, body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #221815;
  height: 100%;
}

body > .container {
  height: auto;
}

h1, h2 {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
a.link > *:hover {
  opacity: 0.8;
  transition: 0.1s;
}

.inner {
  width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}

.container {
  height: 100%;
  min-height: calc(100% - 135px);
  background-color: #f8f8f8;
}

header, footer {
  background-color: #fff100;
}
header .top-text, footer .top-text {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}
header .head, footer .head {
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
header .head .inner, footer .head .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .head .inner .logo, footer .head .inner .logo {
  margin-right: auto;
}
header .head .inner .logo .subtitle, footer .head .inner .logo .subtitle {
  font-size: 16px;
}
header .head .inner .logo .title, footer .head .inner .logo .title {
  font-size: 27px;
  font-weight: 900;
}
header .head .inner .top, footer .head .inner .top {
  background-color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  margin-right: 15px;
}
header .head .inner .content, footer .head .inner .content {
  font-size: 15px;
}

.content01 {
  background-color: #fff100;
  padding: 30px 0 60px 0;
}
.content01 .ttl {
  padding: 0 0 20px 0;
}
.content01 .subttl {
  display: flex;
  justify-content: space-around;
}
.content01 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.content01 .bottom .caution {
  font-size: 15px;
  margin-top: 10px;
}
.content01 .bottom .point {
  font-size: 25.47px;
  font-weight: 500;
  margin-top: 25px;
}

.content02 {
  padding: 30px 0 50px;
  background-color: #f8f8f8;
}
.content02 .ttl {
  text-align: center;
  font-size: 26.47px;
  font-weight: 500;
}
.content02 .subttl {
  text-align: center;
  margin-top: 15px;
}
.content02 .content-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 25px;
}
.content02 .content-box article {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 1000px;
  padding: 30px 40px;
  margin-bottom: 30px;
  background-color: #fff;
}
.content02 .content-box article .img {
  width: 445px;
}
.content02 .content-box article .img img {
  width: 100%;
}
.content02 .content-box article .info table {
  width: 455px;
  border-collapse: collapse;
  border-spacing: 0;
}
.content02 .content-box article .info table td {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0;
}
.content02 .content-box article .info table td:first-child {
  width: 130px;
  text-align: center;
}

.content03 {
  padding: 50px 0;
}
.content03 .btn {
  position: relative;
  width: 700px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: 28px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}
.content03 .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg) translateY(-50%);
}

footer {
  background-color: #fff;
}
footer .head .inner .top {
  background-color: #000;
  color: #fff;
}
footer .copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 13px 0;
}
