@charset "utf-8";

/*=== メインエリア ===*/
.main {
  /* padding: 50px 0; */
}
.main-inner {
  margin: 0 auto 135px;
  /* margin: 50px auto 135px; */
  background-color: #fff;
}
.main-cont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-ttl {
  padding: 7px 25px 1px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #232c35;
  background-color: #f1f5f8;
}


/*=== ボタンエリア ===*/
.apply {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
}
.apply-list {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  max-width: 720px;
  margin: 20px auto 0;
}
.apply-item {
  width: calc((100% - 40px) / 2);
  margin: 0 20px;
}
.apply-detail {
  margin-top: 20px;
}
a.apply-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 16px 20px 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  background-color: #2770a8;
  border-radius: 5px;
}
a.apply-btn:visited {
  color: #fff;
}
a.apply-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.apply-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
a.apply-btn.pattern-apply {
  background-color: #ac2330;
}
.apply-btn.pattern-wide {
  max-width: 400px;
}
.apply-lead {
  font-size: 18px;
}
.apply-txt {
  margin-top: 10px;
}
.apply-note {
  font-size: 14px;
}


/*=== 個人情報の取り扱いについて ===*/
.attention {
  margin-top: 40px;
}
.attention-ttl {
  padding-bottom: 2px;
  border-bottom: 1px solid #5f6b78;
  font-size: 18px;
  font-weight: bold;
}
.attention-cont {
  margin-top: 15px;
}
.attention-txt {
  margin-top: 10px;
}
.attention-list {
  margin-top: 10px;
}
.attention-item {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.attention-item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


@media only screen and (max-width: 768px) {
  /*=== メインエリア ===*/
  .main-inner {
    margin: 0;
    padding-bottom: 110px;
  }
  .main-cont {
    padding: 0 10px;
  }
  .main-ttl {
    padding: 7px 10px 1px;
    font-size: 18px;
  }
  /*=== ボタンエリア ===*/
  .apply {
    text-align: left;
  }
  .apply-list {
    display: block;
  }
  .apply-item {
    width: 100%;
    margin: 0;
  }
  .apply-item:last-child {
    margin-top: 20px;
  }
  a.apply-btn {
    max-width: 320px;
    font-size: 16px;
  }
  a.apply-btn::after {
    right: 17px;
    width: 8px;
    height: 8px;
  }
  .apply-btn.pattern-wide {
    max-width: 320px;
  }
  .apply-lead {
    font-size: 16px;
  }
  .apply-txt {
    font-size: 14px;
  }
  .apply-note {
    margin-top: 10px;
    font-size: 13px;
  }
  /*=== 個人情報の取り扱いについて ===*/
  .attention-ttl {
    font-size: 16px;
  }
}
