@charset "UTF-8";

.fixed_btn_area {
  background-color: #fff;
  border-top: 1px solid #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.fixed_btn_area .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 3%;
}

.fixed_btn_area .btn_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 72%;
  padding-left: 3%;
}

.fixed_btn_area .page_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 38%;
  padding-right: 1%;
  border-right: 1px solid #ddd;

}

.fixed_btn_area .page_list li {
  padding: 0 6%;
}

.fixed_btn_area .page_list li>p {
  font-size: 14px;
}


.fixed_btn_area .page_list a {
  color: #f15a24;
  font-weight: bold;
}

/* ボタンデザイン */

.fixed_btn_area .entry_btn,
.fixed_btn_area .keep_btn,
.fixed_btn_area .event_yoyaku_btn,
.fixed_btn_area .kyuzin_btn,
.fixed_btn_area .event_btn {
  display: block;
  height: 48px;
  border-radius: 4px;
  margin: 0 1%;
}

.fixed_btn_area .entry_btn,
.fixed_btn_area .event_yoyaku_btn {
  flex: 2;
  background-color: #f15a24;
  max-width: 260px;

}

.fixed_btn_area .keep_btn,
.fixed_btn_area .kyuzin_btn,
.fixed_btn_area .event_btn {
  flex: 1;
  border: 1px solid #f15a24;
  max-width: 190px;
}

.fixed_btn_area .entry_btn a,
.fixed_btn_area .keep_btn a,
.fixed_btn_area .event_yoyaku_btn a,
.fixed_btn_area .kyuzin_btn a,
.fixed_btn_area .event_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.fixed_btn_area .entry_btn a,
.fixed_btn_area .event_yoyaku_btn a {
  color: #fff;
  font-weight: bold;
  padding: 0 4px;
  font-size: 14px;
}

.fixed_btn_area .keep_btn a,
.fixed_btn_area .kyuzin_btn a,
.fixed_btn_area .event_btn a {
  color: #f15a24;
  padding: 0 4px;
  font-size: 13px;
  text-align: center;
}

.keep_btn img {
  display: inline-block;
  width: 23px;
  margin-right: 2px;
}

.index07 .sub_btn,
.index03 .sub_btn {
  color: #f15a24;
}

.index07 .main_btn,
.index03 .main_btn {
  color: #fff;
}

.sch_keep_btn {
  position: relative;
}

.sch_keep_btn::before {
  position: absolute;
  font-size: 12px;
  width: 100%;
  top: -70%;
  left: 0;
  text-align: center;
  content: "学校求人をキープすると先生に通知が届きます！";
}

.sch_keep_btn a{
  font-size: 14px;
}


.fixed_btn_area .interest_btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #13BBB7;
  flex: none;
}

.fixed_btn_area .interest_btn a {
  font-size: 8px;
  color: #fff;
  line-height: 2.6;
  font-weight: bold;
}

.fixed_btn_area .interest_btn img {
  display: block;
  width: 26px;
  margin: 0 auto;
}


/* 非活性デザイン */

.entry_btn.disable,
.keep_btn.disable,
.interest_btn.disable,
.event_btn.disable {
  border: #bfbfbf 1px solid;
  background-color: #f9f9f9;
}

.entry_btn.disable,
.event_btn.disable {
  pointer-events: none;
}

.entry_btn.disable a,
.keep_btn.disable a,
.interest_btn.disable a,
.event_yoyaku_btn.disable a,
.entry_btn.disable p,
.keep_btn.disable p,
.interest_btn.disable p,
.event_btn.disable p,
.sch_keep_btn.disable a{
  color: #c1c1c1!important;
}

.entry_btn.disable p,
.event_btn.disable p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-align: center;
}

.event_yoyaku_btn.disable {
  color: #c1c1c1 !important;
  border: #bfbfbf 1px solid;
  background-color: #f9f9f9;
}

.sch_keep_btn.disable::before {
  content: "";
}

.link_disable {
  color: #c1c1c1;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .fixed_btn_area .inner {
    display: block;
    padding: 6px 3% 14px;
  }

  .fixed_btn_area .page_list,
  .fixed_btn_area .btn_list {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
  }

  .fixed_btn_area .page_list li {
    padding: 2px 3% 6px;
  }

  .fixed_btn_area .page_list li a {
    font-size: 13px;
  }

  .keep_btn a {
    font-size: 9px;
  }

  .sch_keep_btn a{
    font-size: 13px;
  }

  .fixed_btn_area .interest_btn {
    position: fixed;
    right: 10px;
    bottom: 120px;
  }

}


@media screen and (max-width: 480px) {

  .entry_btn,
  .mypage_contents .keep_btn,
  .mypage_contents .interest_btn,
  .mypage_contents .event_yoyaku_btn {
    max-width: 200px;
  }

  .entry_btn a,
  .event_yoyaku_btn a,
  .entry_btn.disable p {
    font-size: 13px;
  }

  .keep_btn a {
    display: block;
    font-size: 10px;
    height: 100%;
    line-height: 1.3;
  }

  .keep_btn img {
    width: 26px;
    display: block;
    margin: 3px auto 2px;
  }
  

  .sch_keep_btn a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }

  .sch_keep_btn img{
    margin: 0 4px 0 0;
  }

  .fixed_btn_area .page_list li>p {
    font-size: 13px;
  }

  .fixed_btn_area .interest_btn {
    right: 5px;
    width: 58px;
    height: 58px;
  }
}