.start-s-compass .lead {
  font-size: 16px;
}
.start-s-compass .form-wrap {
  width: 90%;
  margin: 50px auto 0;
}
.start-s-compass .ttl-form {
  color: #34397c;
  font-size: 20px;
  position: relative;
}
.start-s-compass .ttl-form::before,
.start-s-compass .ttl-form::after {
  content: '';
  display: block;
  height: 1px;
  width: 36%;
  background-color: #34397c;
  position: absolute;
  top: 1em;
}
.start-s-compass .ttl-form::before {
  left: 0;
}
.start-s-compass .ttl-form::after {
  right: 0;
}
.start-s-compass .form-table {
  width: 100%;
  margin-top: 30px;
}
.start-s-compass .form-table th,
.start-s-compass .form-table td {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 15px;
}
.start-s-compass .form-table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.start-s-compass .form-table th {
  background-color: #F8F8F8;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #34397c;
  font-weight: normal;
}
.start-s-compass .form-table td {
  border-right: 1px solid #CCCCCC;
  text-align: left;
}
.start-s-compass .form-table .price del {
  display: inline-block;
  margin-right: 15px;
}
.start-s-compass .form-table .price strong {
  margin-left: 15px;
  font-size: 16px;
  color: #d7063b;
}
.start-s-compass .form-table img {
  width: 300px;
}
.start-s-compass .btn-form {
  display: block;
  color: #ffffff;
  width: 300px;
  margin: 40px auto 0;
  background: #D7063B url(/images/common/arrow02.svg) 98% 50%/20px no-repeat;
  border-radius: 3px;
  font-size: 16px;
  padding: 15px;
}
@media screen and (max-width: 599px) {
  .start-s-compass .ttl-form::before, .start-s-compass .ttl-form::after {
    width: 25%;
  }
  .start-s-compass .form-table th, .start-s-compass .form-table td {
    display: block;
  }
  .start-s-compass .form-table th {
    border-right: 1px solid #CCCCCC;
  }
}



.school-introduction .school-list .price-table {
  width: 100%;
  margin-top: 30px;
}
.school-introduction .school-list .price-table th,
.school-introduction .school-list .price-table td {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 0.8em;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}
.school-introduction .school-list .price-table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.school-introduction .school-list .price-table th {
  background-color: #F8F8F8;
  color: #1c236d;
  font-weight: normal;
  text-align: left;
}
.school-introduction .school-list .price-table td {
  border-right: 1px solid #CCCCCC;
  color: #1c236d;
}
.school-introduction .school-list .price-table th .txt_s {
  font-size: 12px;
}
.school-introduction .school-list .price-table td .txt_s {
  font-size: 13px;
}
.school-introduction .school-list .link-school {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  margin-top: 30px;
}
.school-introduction .school-list .link-form {
  display: block;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 25px;
  padding: 7px 15px;
  margin-top: 10px;
}
.school-introduction .school-list .kabu .link-form {
  background-color: #5D77A7;
}
.school-introduction .school-list .fudo .link-form {
  background-color: #00A2C9;
}
.school-introduction .school-list .fx .link-form {
  background-color: #C46680;
}
.school-introduction .school-list .mutualfund .link-form {
  background-color: #83A048;
}
.school-introduction .school-list .kyouyouschool .link-form {
  background-color: #82658F;
}
.school-introduction .school-list .retirement .link-form {
  background-color: #E2724D;
}

.app {
  background-color: #E9E9F1;
}
.app .lead {
  font-size: 16px;
}
.app .form-wrap {
  width: 90%;
  margin: 50px auto 0;
}
.app .ttl-form {
  color: #34397c;
  font-size: 20px;
  position: relative;
}
.app .ttl-form::before,
.app .ttl-form::after {
  content: '';
  display: block;
  height: 1px;
  width: 36%;
  background-color: #34397c;
  position: absolute;
  top: 1em;
}
.app .ttl-form::before {
  left: 0;
}
.app .ttl-form::after {
  right: 0;
}
.app .form-table {
  width: 100%;
  margin-top: 30px;
}
.app .form-table img {
  width: 300px;
}
.app .form-table th,
.app .form-table td {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.app .form-table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.app .form-table th {
  background-color: #F8F8F8;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #34397c;
  font-weight: normal;
  padding: 15px;
  white-space: nowrap;
}
.app .form-table td {
  border-right: 1px solid #CCCCCC;
  text-align: left;
  background-color: #fff;
  padding: 40px;
}
.app .form-table .price-cell small {
  display: block;
}
.app .form-table .price {
  font-size: 16px;
  color: #d7063b;
  margin-bottom: 0;
  font-weight: bold;
}
.app .form-table .price-txt {
  color: #d7063b;
}
.app .btn-form {
  display: block;
  color: #ffffff;
  width: 300px;
  margin: 40px auto 0;
  background: #D7063B url(/images/common/arrow02.svg) 98% 50%/20px no-repeat;
  border-radius: 3px;
  font-size: 16px;
  padding: 15px;
}
.app .btn-form.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.app .btn-form.is-disabled:hover {
  cursor: default;
}
.app .school-list-wrap {
  display: flex;
}
.app .school-list {
  width: 37%;
}
.app .school-list:nth-child(1) {
  margin-right: 5vw;
}
.app .school-list .item {
  position: relative;
}
.app .school-list .item:not(:first-child) {
  margin-top: 15px;
}
.app .school-list .item input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.app .school-list .item .school {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  display: inline-block;
}
.app .school-list .item .school::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #34397c;
}
.app .school-list .item input:checked + .school:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 12px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 4px solid #34397c;
  border-right: 4px solid #34397c;
}
@media screen and (max-width: 599px) {
  .app .ttl-form::before, .app .ttl-form::after {
    width: 25%;
  }
  .app .form-table th, .app .form-table td {
    display: block;
  }
  .app .form-table th {
    border-right: 1px solid #CCCCCC;
  }
  .app .form-table td {
    padding: 20px;
  }
  .app .school-list-wrap {
    flex-direction: column;
  }
  .app .school-list:nth-child(1) {
    margin-right: 0;
  }
  .app .school-list {
    width: 100%;
  }
  .app .school-list:nth-child(2) {
    margin-top: 15px;
  }
}
