.top_info {
  margin-bottom: 20px;
}
.top_info .img {
  width: 100%;
}
.top_info .img img {
  display: block;
  width: 100%;
}
.top_info .text {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #ff8709;
}
.top_info .aisatu_wrap {
  margin-top: 20px;
}
@media (max-width: 431px) {
  .top_info .aisatu_wrap {
    display: block;
  }
}
@media (min-width: 432px) {
  .top_info .aisatu_wrap {
    display: flex;
  }
  .top_info .aisatu_wrap .aisatu_image {
    padding-right: 20px;
  }
}

.top_sport {
  margin: 40px 0;
}
.top_sport a {
  padding: 20px;
  display: block;
  background: #5ead9c;
  border-radius: 3px;
  text-decoration: none;
}
.top_sport a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.top_sport p {
  color: #fff;
  padding: 0;
  margin: 0;
}
.top_sport p.sport_number {
  color: #5ead9c;
  background: #fff;
  text-align: center;
  font-size: 24px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.top_sport p.sport_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.top_sport p.sport_desc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
}

.top_instagram {
  margin: 40px 0;
}
.top_instagram a {
  padding: 15px;
  font-size: 24px;
  display: flex;
  text-decoration: none;
  background: #f0f0f0;
  color: #000;
  border: #ca311f 5px solid;
}
.top_instagram a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.top_instagram a .icon {
  width: 60px;
  margin-right: 10px;
}
.top_instagram a .icon img {
  display: block;
  width: 100%;
}
.top_instagram a .text {
  text-align: center;
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}

#contents .kotei h2.tit {
  margin-top: 20px;
}
#contents .kotei h3.subtitle {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
#contents .kotei h4.subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
#contents .kotei table.normal_table {
  width: 90%;
  margin: 0 auto 20px;
  border-left: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  border-collapse: collapse;
}
#contents .kotei table.normal_table th,
#contents .kotei table.normal_table td {
  padding: 10px 15px;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
#contents .kotei table.normal_table thead th {
  background: #e0e0e0;
  text-align: center;
}
#contents .kotei .itemlist {
  line-height: 1.8rem;
}
#contents .kotei .itemlist.float {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
#contents .kotei .itemlist.float p {
  flex: 1 1 200px;
  text-align: center;
  padding: 3px;
  border: 1px solid #d0d0d0;
  margin-right: 10px;
  margin-bottom: 10px;
}
#contents .kotei .itemlist.float p:nth-of-type(3n+3) {
  margin-right: 0;
}
#contents .kotei .fRightSpace {
  margin-left: 15px;
  line-height: 1.8rem;
}
#contents .kotei .fLeft {
  width: 365px;
  padding-right: 5px;
}
#contents .kotei .fRight {
  width: 365px;
  padding-left: 5px;
}
#contents .kotei .fRight360 img {
  display: block;
  width: 100%;
}
#contents .kotei .main {
  margin-bottom: 40px;
}
#contents .kotei .main * {
  font-size: 16px;
  line-height: 1.8em;
}
#contents .kotei .main .checklist p {
  display: flex;
  line-height: 40px;
  margin-left: 20px;
}
#contents .kotei .main .checklist p span {
  display: block;
  font-size: 16px;
  border: 2px solid #00661a;
  text-align: center;
  width: 40px;
  line-height: 40px;
  margin-right: 15px;
}
#contents .kotei .main .checklist p.subitem {
  line-height: 1.5em;
  color: #777;
  margin-left: 40px;
}
#contents .kotei .main .caution {
  font-size: 12px;
  margin: 20px 0;
}
#contents .kotei .main .caution * {
  font-size: inherit;
}
#contents .kotei .main .img {
  display: flex;
  position: relative;
}
#contents .kotei .main .img img {
  height: 180px;
  display: block;
  margin: 0 5px;
}
#contents .kotei h1.title {
  text-align: center;
}
#contents .kotei h1.title span {
  margin: 0 auto;
  display: block;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  font-family: "Righteous", cursive;
}
#contents .kotei h1.title em {
  margin: 15px auto;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}/*# sourceMappingURL=append.css.map */