/** -------------------------
  FUNCTION
 ------------------------- **/
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
}

.anchor_list li {
  width: 30.6%;
  margin-right: 4.1%;
  border: 5px solid #f56e00;
  text-align: center;
  margin-bottom: 40px;
}

.anchor_list li:nth-child(3n) {
  margin-right: 0;
}

.anchor_list li a {
  color: #f56e00;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  display: block;
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchor_list li a span {
  margin-right: 5px;
  width: 1.25em;
}

.anchor_list li a .txt {
  width: auto;
  font-weight: 700;
}

.anchor_list li a .txt span {
  font-size: 1.6rem;
  font-weight: 700;
}

.function {
  background: #faf9f7;
}

.function_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.function_list li {
  width: 30.6%;
  margin-right: 4.1%;
  border: 5px solid #f56e00;
  text-align: center;
  padding: 25px;
  margin-bottom: 40px;
  background: #fff;
}

.function_list li:nth-child(3n) {
  margin-right: 0;
}

.function_list li .cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.function_list li .ttl {
  color: #f56e00;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.function_list li .ttl span {
  width: 1.25em;
  margin-right: 5px;
}

.function_list li .ttl .txt {
  width: auto;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
  margin: 0;
}

.function_list li .ttl .txt span {
  font-size: 1.6rem;
  font-weight: 700;
}

.function_list li p {
  text-align: left;
  width: 100%;
  font-weight: 700;
}

.function_list li .cap {
  margin-bottom: 20px;
  border: 1px solid #D2D3D4;
}

.function_list li .cap.no_bd {
  border: 0;
}

.function_list li.new .ttl:after {
  content: "NEW";
  font-size: 1.2rem;
  color: #fff;
  background: #f56e00;
  padding: 0 5px;
  margin-left: 12px;
}

@media (max-width: 1279px) {
  .anchor {
    margin-bottom: 0;
  }
  .anchor_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anchor_list li {
    width: 48%;
    margin-right: 0;
    border-width: 2px;
    margin-bottom: 15px;
  }
  .anchor_list li a {
    font-size: 1.3rem;
    padding: 10px 0;
  }
  .anchor_list li a .txt span {
    font-size: 1.1rem;
  }
  .function_list {
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .function_list li {
    width: 48%;
    margin-right: 0;
    padding: 10px;
    margin-bottom: 20px;
    border-width: 2px;
  }
  .function_list li .ttl {
    font-size: 1.3rem;
    margin-bottom: 10px;
    border-width: 1px;
  }
  .function_list li .ttl .txt span {
    font-size: 1.0rem;
  }
  .function_list li p {
    font-size: 1.1rem;
  }
  .function_list li .cap {
    margin-bottom: 10px;
  }
  .function_list li.new .ttl {
    position: relative;
    padding-top: 20px;
  }
  .function_list li.new .ttl:after {
    font-size: 0.8rem;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5em;
  }
}
