@charset "UTF-8";
.mainframe {
  background: #fff;
  padding: 20px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .mainframe {
    padding: 10px 20px 20px;
  }
}
.mainframe section + section {
  padding-top: 60px;
}
.mainframe .anchor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 20px;
}
.mainframe .anchor a {
  width: 49%;
  background-color: #f9c152;
  border: 2px solid #f8b839;
  box-sizing: border-box;
  padding: 20px 30px 15px 20px;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  color: #686564;
  font-weight: bold;
  transition: 0.3s;
}
.mainframe .anchor a span {
  top: -13px;
  left: 15px;
  position: absolute;
  display: block;
  width: 80px;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1;
  padding: 6px 0 5px;
  border-radius: 30px;
  background-color: #6289c6;
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
}
.mainframe .anchor a::after {
  content: "▼";
  position: absolute;
  font-size: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
.mainframe .anchor a:hover {
  background-color: #dd9608;
  color: #fff;
}
.mainframe .anchor a:hover::after {
  top: 55%;
}
@media only screen and (max-width: 767px) {
  .mainframe .anchor a {
    font-size: 0.9rem;
    line-height: 1.4;
    width: 100%;
    padding: 20px 20px 10px 15px;
  }
  .mainframe .anchor a + a {
    margin-top: 20px;
  }
}
.mainframe h2 {
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
  color: #686564;
  line-height: 1.5;
  border-top: 4px solid #f9c152;
  border-bottom: 4px solid #f9c152;
  background: #f6f6f5;
}
.mainframe h2 .title {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1;
  padding: 6px 0 5px;
  border-radius: 30px;
  background-color: #6289c6;
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
}
.mainframe h2 .dr {
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
.mainframe h2 .profilearea .more {
  background: #f7af21;
  padding: 7px 25px 7px 10px;
  color: #fff;
  font-size: 0.85rem;
  border-radius: 3px;
  font-weight: normal;
}
.mainframe h2 .profilearea .detail {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}
.mainframe h2 .profilearea .detail strong {
  font-feature-settings: "palt";
}
.mainframe h2 .profilearea .detail p {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: normal;
}
.mainframe h2 .profilearea input[type=checkbox]:checked + .more + .detail {
  padding: 10px;
  margin-top: 5px;
}
.mainframe h2 .profilearea input[type=checkbox]:checked + .more + .detail p + p {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .mainframe h2 {
    font-size: 1.1rem;
    padding: 10px;
  }
  .mainframe h2 .dr {
    font-size: 0.9rem;
    padding: 5px 0;
  }
}
.mainframe h3 {
  margin-bottom: 10px;
  border-bottom: 3px solid #f6f6f5;
  font-size: 1.2rem;
  font-weight: bold;
  color: #686564;
  padding: 0;
}
.mainframe h3 span {
  display: inline-block;
  border-bottom: 3px solid #6289c6;
  padding: 0 0 8px 5px;
  transform: translateY(4px);
}
@media only screen and (max-width: 767px) {
  .mainframe h3 {
    font-size: 1rem;
  }
}
.mainframe p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .mainframe p {
    font-size: 0.875rem;
  }
}
.mainframe p sup {
  line-height: 1;
}
.mainframe p + * {
  margin-top: 30px;
}
.mainframe p .small {
  display: block;
  font-size: 0.9rem;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .mainframe p .small {
    font-size: 0.8rem;
  }
}
.mainframe figure {
  text-align: center;
}
.mainframe figure .title {
  display: block;
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .mainframe figure .title {
    font-size: 1rem;
  }
}
.mainframe figure img {
  width: 100%;
  display: block;
  margin-inline: auto;
}
.mainframe figure small {
  width: 100%;
  margin: 0 auto;
  font-size: 0.8rem;
  display: block;
  line-height: 1.5;
  text-align: left;
}
.mainframe figure .txt {
  width: 100%;
  margin: 5px auto 0;
  font-size: 0.85rem;
  display: block;
}
.mainframe figure + * {
  margin-top: 30px;
}
.mainframe .note strong {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .mainframe .note strong {
    font-size: 0.875rem;
  }
}
.mainframe .note ol {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  margin-left: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .mainframe .note ol {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainframe .note ol {
    font-size: 0.875rem;
  }
}
.mainframe .note ol li {
  margin-bottom: 5px;
  line-height: 1.5;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.mainframe .note ol li:before {
  content: counter(cnt) ")";
  display: inline-block;
  margin-left: -4em;
  width: 3.5em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.mainframe .note ol li a {
  word-break: break-all;
}