@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");

.topimg {
  background-color: #fffedc;
  border-radius: 20px;
  padding: 40px;
  margin: 40px 0;
}
.maintitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  color: #fff;
  background-color: #009b74;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  padding: 20px;
}
.kyach {
  margin: 40px 20px;
}
.kakakubox table th {
  text-align: left;
  width: 50%;
}
.kakakubox table td {
  text-align: right;
}

.denkinagare {
  display: flex;
  justify-content: space-between;
  border: solid 2px #46b79b;
}

.flex {
  padding: 10px;
  padding-right: 18px;
}

.flex h5 {
  background-color: #46b79b;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  width: 600px;
}

.flex1 div {
  position: relative;
  border: solid 1px #aaa;
  width: calc(540px / 3);
}

.flex1 > div::after {
  position: absolute;
  top: 0;
  right: -0.8em;
  content: "▶";
  display: grid;
  place-items: center;
  height: 100%;
  color: #46b79b;
  line-height: 0;
  padding: 0;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  width: 380px;
  padding: 14px;
  padding-left: 10px;
  padding-top: 60px;
}

.flex2 div {
  position: relative;
  border: solid 1px #aaa;
  width: calc(315px / 2);
}

.flex2 > div:first-child::after {
  position: absolute;
  top: 0;
  right: -0.8em;
  content: "▶";
  display: grid;
  place-items: center;
  height: 100%;
  color: #46b79b;
  line-height: 0;
  padding: 0;
}

.denkinagare > div {
  position: relative;
}

.denkinagare > div:last-child::after {
  display: none;
}

.denkinagare > div p {
  font-size: 14px;
  padding: 10px;
}
.denkinagare > div h6 {
  position: relative;
  border: 0;
  background-color: #ed6d00;
  color: #fff;
  margin: 0;
  height: 3em;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 2em;
  padding-top: 6px;
}
.denkinagare > div h6 span {
  position: absolute;
  top: 3px;
  left: 2px;
  padding-top: 2px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
  background-color: #fff;
  color: #ed6d00;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}

.komatta {
  display: flex;
  justify-content: center;
}
.komatta img {
  height: 300px;
}
.komatta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.komatta ul {
  padding: 10px;
}

.komatta div:last-child li:nth-of-type(2) span {
  padding: 10px 20px;
}

.komatta li span {
  position: relative;
  display: inline-block;
  border: solid 4px #46b79b;
  padding: 20px;
  border-radius: 20px;
  font-size: 24px;
  background-color: #fff;
}
.komatta li span::before {
  content: "▶";
  color: #46b79b;
  position: absolute;
  top: 0;
  right: -0.8em;
  height: 100%;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  font-size: 30px;
}
.komatta > div:last-child li span::before {
  content: "◀";
  left: -0.8em;
  right: auto;
}
.komatta > div:last-child ul {
  text-align: right;
}
.komatta {
  margin-top: 50px;
}
.point {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  color: #fff;
  background-color: #ed6d00;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2;
  border-radius: 30px;
  padding: 20px;
  margin: 20px 0;
}
.hanbai {
  display: flex;
  justify-content: space-between;
}
.hanbai p {
  background-color: #ed6d00;
  padding: 10px;
  border-radius: 20px;
  width: calc(30% - 10px);
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.hanbai p:first-child {
  background-color: #ef59a1;
  width: calc(32% - 5px);
}
.hanbai p:nth-child(2) {
  background-color: #0072bc;
}
.hanbai p:last-child {
  background-color: #92278f;
}
.sumaillink {
  text-align: center;
  margin: 30px auto;
  margin-top: 50px;
  width: 500px;
}
.sumaillink a {
  display: inline-block;
  background-color: #ed6d00;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 20px;
  margin-top: 30px;
}
.sumaillink a:hover {
  background-color: #b35300;
}
