.is-sp {
  display: none;
}

.main__sec7 {
  background-color: #edeae6;
}

.main__sec7-data-list {
  padding: 0 35px 39px;
}

.main__sec7-data-list > div:not(:last-child) {
  margin-bottom: 20px;
}

.main__sec7-data-list > div > dt {
  display: block;
  position: relative;
  cursor: pointer;
}

.main__sec7-data-list > div > dt::before {
  content: "";
  position: absolute;
  right: 22px;
  z-index: 2;
  top: calc(50% - 1.5px);
  width: 16px;
  height: 3px;
  background-color: #182E60;
}

.main__sec7-data-list > div > dt::after {
  content: "";
  position: absolute;
  right: 22px;
  z-index: 2;
  top: calc(50% - 1.5px);
  width: 16px;
  height: 3px;
  background-color: #182E60;
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 0.3s;
}

.main__sec7-data-list > div.is-active > dt::after {
  transform: rotate(0);
}

.main__sec7-data-list > div > dt > span {
  position: relative;
  display: block;
  padding: 12px 55px 12px 43px;
  background-color: #E9EEF0;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #182E60;
}

.main__sec7-data-list > div > dt > span::before {
  content: "Q";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.4em;
  color: #DF002B;
}

.main__sec7-data-list > div > dd {
  display: none;
  position: relative;
  margin-top: 21px;
  padding: 0 20px 0 13px;
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #182E60;
}

.main__sec7-data-list > div > dd::before {
  content: "A";
  position: absolute;
  left: 11px;
  top: 0;
  font-size: 2.4rem;
  line-height: 1.4em;
  color: #2872E3;
}

.main__sec7-data-text1 {
  padding-left: 36px;
  font-size: 2rem;
  line-height: 1.4em;
}

.main__sec7-data-text2 {
  margin-top: 14px;
}

.main__sec9 {
  background-color: #e4ebeb;
}

.main__sec9-data-list-wrap {
  padding: 0 30px 33px;
}

.main__sec9-data-list {
  padding: 10px 15px 15px;
  background-color: #ffffff;
}

.main__sec9-data-list > div > dt {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 7px 42px 7px 17px;
  font-size: 2rem;
  line-height: 1.4em;
  color: #182E60;
}

.main__sec9-data-list > div > dt::before {
  content: "";
  position: absolute;
  right: 22px;
  z-index: 2;
  top: calc(50% - 1.5px);
  width: 16px;
  height: 3px;
  background-color: #182E60;
}

.main__sec9-data-list > div > dt::after {
  content: "";
  position: absolute;
  right: 22px;
  z-index: 2;
  top: calc(50% - 1.5px);
  width: 16px;
  height: 3px;
  background-color: #182E60;
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 0.3s;
}

.main__sec9-data-list > div.is-active > dt::after {
  transform: rotate(0);
}

.main__sec9-data-list > div > dd {
  display: none;
  position: relative;
  padding: 7px 20px 9px;
  font-size: 1.2rem;
  line-height: 1.8em;
  color: #182E60;
  background-color: #E9EEF0;
}

.main__sec10 {
  position: relative;
  padding-bottom: 80px;
}

.main__sec10-inner {
  padding: 30px 25px 0;
}

.main__form {
  padding: 34px 10px 31px;
  border-radius: 0;
  background-color: #F8F8F8;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.main__form-text {
  margin-bottom: 50px;
  text-align: center;
  color: #F44E34;
  font-size: 1.4rem;
  font-weight: normal;
}

.main__form-error-text {
  margin-top: -20px;
  margin-bottom: 50px;
  text-align: center;
  color: #F44E34;
  font-size: 1.6rem;
  line-height: 1.4em;
}

.main__form-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 22px;
}

.main__form-label-wrap {
  width: 100%;
  font-weight: normal;
}

.main__form-label {
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #414141;
}

.main__form-required {
  color: #F44E34;
}

.main__form-input-wrap {
  width: 100%;
  margin-bottom: 10px;
}

.main__form-input {
  appearance: none;
  width: 100%;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.4em;
}

.main__form-checkbox {
  display: flex;
  align-items: center;
  padding: 0 22px;
}

.main__form-checkbox.mt {
  margin-top: 35px;
}

.main__form-checkbox.mb {
  margin-bottom: 10px;
}

.main__form-checkbox.last {
  margin-bottom: 50px;
}

.main__form-checkbox > input {
  width: 20px;
  height: 20px;
  margin: 0;
  border-color: #E6E6E6;
}

.main__form-checkbox > span {
  width: calc(100% - 20px);
  font-weight: normal;
  display: block;
  padding-left: 14px;
  line-height: 1.4em;
}

.main__form-textarea {
  appearance: none;
  width: 100%;
  min-height: 141px;
  padding: 8px 10px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.4em;
}

.main__form-box {
  margin: 0 auto 14px;
}

.main__form-button-wrap {
  max-width: 286px;
  margin: 0 auto;
}

.main__form-button {
  appearance: none;
  width: 100%;
  text-align: center;
  padding: 15px 10px;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #ffffff;
  background-color: #BF0017;
  border: none;
  border-radius: 200px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.main__sec11 {
  padding-bottom: 50px;
}

.main__sec11-inner {
  padding: 0 35px;
}

.main__sec11-data-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
}

.main__sec11-data-wrap {
  width: calc(100% - 32px);
  margin-left: 32px;
}

.main__sec11-data-list {
  margin-bottom: 10px;
}

.main__sec11-data-list > div > dt {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 11px 42px 10px 12px;
  font-size: 2rem;
  border-radius: 5px;
  line-height: 1.4em;
  color: #182E60;
  background-color: #E9EEF0;
}

.main__sec11-data-list > div > dt::before {
  content: "";
  position: absolute;
  right: 22px;
  z-index: 2;
  top: calc(50% - 1.5px);
  width: 16px;
  height: 3px;
  background-color: #182E60;
}

.main__sec11-data-list > div > dt::after {
  content: "";
  position: absolute;
  right: 22px;
  z-index: 2;
  top: calc(50% - 1.5px);
  width: 16px;
  height: 3px;
  background-color: #182E60;
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 0.3s;
}

.main__sec11-data-list > div.is-active > dt::after {
  transform: rotate(0);
}

.main__sec11-data-list > div > dd {
  display: none;
  margin-top: 7px;
  padding-left: 12px;
}

.main__sec11-data {
  margin-bottom: 10px;
}

.main__sec11-data > div > dt {
  margin-bottom: 7px;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #182E60;
}

.main__sec11-data > div > dd {
  padding-left: 26px;
}

.main__sec11-data-text1 {
  margin-bottom: 7px;
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #182E60;
}

.main__sec11-data-text2 {
  display: inline-block;
  padding-right: 34px;
  padding-bottom: 0;
  font-size: 2.4rem;
  background-size: 34px;
  line-height: 1.4em;
  color: #5271FF;
  text-decoration: underline;
  background-image: url(../img/front29.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.footer {
  padding: 15px 10px 77px;
  text-align: center;
  background-color: #E9EEF0;
}

.footer__logo-wrap {
  max-width: 174px;
  margin: 0 auto 10px;
}

.footer__copylight {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7em;
  color: #000000;
}

.footer__copylight-link {
  color: #000000;
}

.footer__fixed-link-wrap {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer__fixed-link-inner {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}

.footer__fixed-link-item {
  width: 50%;
}

.footer__button1 {
  display: block;
  transition: opacity 0.3s;
}

.footer__button1:hover {
  opacity: 0.7;
}

.main__button2 {
  display: block;
  width: 78.4vw;
  max-width: 392px;
  margin: 0 auto;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
.main__sec11-data > div > dd {
  padding-left: 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
.main__sec11-data-text2 {
  padding-right: 40px;
  padding-bottom: 0;
  font-size: 3rem;
  background-size: 40px;
}
}

@media screen and (max-width: 499px) {
.is-sp {
  display: block;
}
}
