* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

h1 {
  margin: 20px auto;
}

.title-text {
  background-color: #f0f0e1;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}

.wrapper {
  display: block;
  font-family: 'メイリオ', sans-serif;
  line-height: 150%;
  margin: 0 auto;
  width: 989px;
}

a:hover img {
  opacity: 0.6;
  filter: alpha('opacity=60');
  -moz-opacity: 0.6;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.three-point {
  font-size: 15px;
}

.btn-basic {
  background-color: #e5140f;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
  transition: none;
}

.container {
  width: 70%;
  margin: 0 auto;
}

.apply-fin {
  width: 80%;
  margin: 20px auto;
  background-color: rgb(102, 102, 102);
}

.one {
  margin-left: 80px;
  background-color: #F8F3E4;
}

.three {
  margin-left: 255px;
}

.two {
  margin-left: 40px;
}

.w-35 {
  width: 35%;
}

.red {
  color: red;
}

.apply-before {
  font-size: 30px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border: solid 5px;
  border-radius: 10px;
  text-align: center;
}

.contents {
  font-size: 26px;
  line-height: 1.5;
}

.contents-ctr {
  border-top: 1px dotted #ccc;
  display: flex;
  padding: 35px 0;
  justify-content: flex-start;
}

.contents-ttl {
  align-items: center;
  background-color: #00119b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 500;
  height: 120px;
  justify-content: center;
  letter-spacing: -.05em;
  line-height: 1.2;
  margin-right: 1.5em;
  padding: 0;
  text-align: center;
  width: 120px;
}

.detail-list {
  font-size: 20px;
  margin: 16px auto 16px 0;
  width: 700px;
}

.detail-ctr {
  display: flex;
  flex-wrap: wrap;
}

.detail-ctr.item-overview {
  border-bottom: 1px solid #999;
  padding: 10px 0;
}

.detail-item {
  padding-left: 1em;
  width: 37%;
}

.item-bunkakai .detail-item {
  border-bottom: 1px solid #999;
  padding: 10px 0 10px 1em;
  width: 100%;
}

.detail-dtl-list {
  margin: 0;
}

.detail-dtl {
  margin: 0;
}

.detail-dtl-ctr {
  border-bottom: 1px solid #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 10px 0;
}

.detail-dtl-item {
  background-color: #f8f3e4;
  margin: 0 auto 0 4em;
}

.item-overview .detail-dtl {
  width: 63%;
}

.detail-dtl-dtl {
  margin: 0;
  width: 63%;
}

.overview-ttl,
.overview-list {
  font-size: 28px;
  font-weight: 700;
}

.overview-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.overview-item {
  width: 5em;
}

.overview-detail {
  width: calc(100% - 5em);
}

.overview-detail-small {
  font-size: .8em;
}

.overview-note {
  font-size: 16px;
  margin-bottom: 1em;
}

.teacher-list {
  font-size: 20px;
}

.teacher-wrapper {
  border-bottom: 1px solid #999;
  margin: 1em 0;
  padding-bottom: 1em;
}

.teacher-wrapper:last-of-type {
  border: none;
}

.teacher-item {
  font-size: 20px;
  font-weight: 700;
}

.teacher-dtl {
  align-items: flex-start;
  display: flex;
  margin-top: .5em;
}

.teacher-img {
  margin-right: 1em;
  width: 150px;
}

.teacher-img.WatanabeSaki {
  clip-path: inset(.5em 2em 3.5em 2em);
  margin: -.5em -1em -3.5em -2em;
  width: calc(150px + 4em);
}

.howto-list {
  font-size: 20px;
  margin-top: 1em;
  width: 700px;
}

.howto-item {
  border-bottom: 1px solid #999;
  line-height: 1.8;
  padding: .5em 0 .5em 1em;
  text-indent: -1em;
}

.howto-item-note {
  font-size: 17px;
  margin: .5em auto;
}

.note {
  font-size: 17px;
  line-height: 2;
  margin: 1.5em 0;
}

.voice-ctr {
  border-bottom: 1px solid #999;
  font-size: 20px;
  margin: .5em 0;
  padding: .5em 0;
}

.voice-ctr:last-of-type {
  border: none;
}

.voice-item {
  font-size: 18px;
  margin: .2em 0;
  padding-left: 1em;
  text-indent: -1em;
}