.fresh_link.fresh_link_cus .link_contents .btn_box {
  justify-content: center;
}
.fresh_link.fresh_link_cus01 .link_contents .btn_box a{
 font-size: 24px;
}
.fresh_link.fresh_link_cus01{
  padding-top: 99px;
 }
 .fresh_link.fresh_link_cus01 .link_contents .btn_box a::after {
  right: 24px;
  top: calc(50% - 14px);
  width: 29px;
  height: 29px;
  background: url(/recruit/shinsotsu/common/images/ico_arrow_01.png) no-repeat;
  background-size: contain;
}
.fresh_anchor {
  margin-top: 126px;
  margin-bottom: 116px;
}

.link_content {
  margin-top: 106px;
}
.link_content .ttl {
  padding-top: 40px;
}

p.txt_content {
  margin-bottom: 14px;
}

.txt_content a {
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  text-underline-offset: 5px;
}

.note_list li {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
}

.item_box {
  background-color: #F8F0DA;
  padding: 43px 40px 40px;
  max-width: 520px;
  border-radius: 10px;
}

.item_box .txt_box {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  max-width: 330px;
  padding: 16px 0 13px;
  border-radius: 30px;
}

.item_box .txt_box .note_text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.item_box .img_box {
  text-align: center;
  margin: 22px 0 14px;
}

.item_box .note_list {
  padding-top: 12px;
}

.item_box .note_list li {
  text-indent: -21px;
  margin: 10px 0 0 21px;
  line-height: 1.5;
}

@media screen and (max-width: 751px) {
  .fresh_anchor {
    margin-top: 79px;
    margin-bottom: 67px;
  }
  .fresh_anchor .anchor_contents .btn_box a {
    font-size: 20px;
    display: block;
    width: 100%;
    border-left: none;
    padding: 0;
    padding: 10px 0 12px;
  }
  .fresh_anchor .anchor_contents .btn_box a::after {
    right: 0;
  }
  .fresh_anchor .anchor_contents .btn_box a:nth-child(1) {
    border-bottom: 2px solid #A4A4A4;
  }
  p.txt_content {
    margin-bottom: 10px;
  }
  .txt_content {
    font-size: 16px;
  }
  .content_box .note_list li {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.1;
    text-indent: -21px;
    margin-left: 21px;
  }
  .item_box {
    padding: 32px 20px 29px;
  }
  .item_box .txt_box {
    font-size: 16px;
    padding: 17px 0 15px;
  }
  .item_box .note_list {
    padding-top: 9px;
  }
  .item_box .note_list li {
    line-height: 1.5;
  }
  .link_content {
    margin-top: 84px;
  }
  .txt_content a {
    font-size: 16px;
  }
  .link_content .ttl {
    padding-top: 30px;
  }
  .fresh_link.fresh_link_cus01 .link_contents .btn_box a {
    font-size: 20px;
  }
  .fresh_link.fresh_link_cus01 {
    padding-top: 3px;
  }
}