@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: 10px;
  margin: 20px 0;
  margin-top: 50px;
}
.maintitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  background-color: #009b74;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  padding: 15px;
  width: 300px;
  margin: 0 auto;
  margin-top: -50px;
}
.kyach {
  margin: 0;
  margin-top: 10px;
}
.kakakubox table th {
  text-align: left;
  width: 50%;
}
.kakakubox table td {
  text-align: right;
}

.flex {
  padding: 10px;
  padding-bottom: 10px;
}

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

.flex1 div {
  position: relative;
  border: solid 1px #aaa;
  margin-bottom: 20px;
}

.flex1 > div::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  content: "▼";
  display: block;
  text-align: center;
  width: 100%;
  color: #46b79b;
  line-height: 0;
  padding: 0;
  font-size: 24px;
}

.flex2 {
  padding: 14px;
  padding-left: 10px;
}

.flex2 div {
  position: relative;
  border: solid 1px #aaa;
  margin-bottom: 20px;
}

.flex2 div:last-child{
  margin: 0;
}

.flex2 > div:first-child::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  content: "▼";
  display: block;
  text-align: center;
  width: 100%;
  color: #46b79b;
  line-height: 0;
  padding: 0;
  font-size: 24px;
}

.denkinagare{
  border: solid 2px #46b79b;
}

.denkinagare > div p {
  font-size: 14px;
  padding: 0 10px;
}
.denkinagare > div h6 {
  position: relative;
  border: 0;
  background-color: #ed6d00;
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px;
  padding-left: 2em;
}
.denkinagare > div h6 span {
  position: absolute;
  top: 6px;
  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 > div {
  width: 33%;
}

.komatta img {
  width: 100px;
}
.komatta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.komatta li span {
  position: relative;
  display: inline-block;
  border: solid 2px #46b79b;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
  background-color: #fff;
  text-align: left;
}
.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: 20px;
}
.komatta > div:last-child li span::before {
  content: "◀";
  left: -0.8em;
  right: auto;
}
.komatta > div:last-child ul {
  text-align: right;
}
.komatta {
  margin-top: 10px;
}
.point {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  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: block;
}
.hanbai p {
  background-color: #ed6d00;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.hanbai p:first-child {
  background-color: #ef59a1;
}
.hanbai p:nth-child(2) {
  background-color: #0072bc;
}
.hanbai p:last-child {
  background-color: #92278f;
}
.sumaillink img {
  width: 250px;
}
.sumaillink {
  text-align: center;
  margin: 30px;
  margin-top: 50px;
}
.sumaillink a {
  display: inline-block;
  background-color: #ed6d00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 20px;
}
.sumaillink a:hover {
  background-color: #b35300;
}
