/*
@include var.ft('xxx');
@include var.fz(23,110,900,3px);
*/
@media screen and (max-width: 767px) {
  .newspickup .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .newspickup .sp {
    display: none;
  }
}
.newspickup .select_cat {
  margin-bottom: 24px;
}
.newspickup .select_cat_box {
  background-color: #ffffff;
  width: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_box {
    display: none;
    padding: 20px 16px;
  }
  .newspickup .select_cat_box.active {
    display: block;
  }
}
.newspickup .select_cat_box_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_box_item {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newspickup .select_cat_box_item + .select_cat_box_item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_box_item + .select_cat_box_item {
    margin-top: 25px;
  }
}
.newspickup .select_cat_box p {
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
  width: 107px;
  text-align: left;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_box p {
    font-size: 15rem;
    width: 100%;
  }
}
.newspickup .select_cat_box p::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_box p::after {
    content: none;
  }
}
.newspickup .select_cat_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 24px;
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_checkbox {
    gap: 12px 20px;
  }
}
.newspickup .select_cat_checkbox_item input {
  display: none;
}
.newspickup .select_cat_checkbox_item input:checked + label::before {
  width: 22px;
  background-image: url("../img/common/check_after.svg");
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_checkbox_item input:checked + label::before {
    width: 16px;
  }
}
.newspickup .select_cat_checkbox_item label {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-left: 28px;
  display: block;
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_checkbox_item label {
    font-size: 14rem;
    padding-left: 25px;
  }
}
.newspickup .select_cat_checkbox_item label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/check_before.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_checkbox_item label::before {
    width: 15px;
    height: 15px;
  }
}
.newspickup .select_cat_select {
  width: 190px;
  padding: 2px 10px;
  text-align: center;
  border: solid 1px #D9D9D9;
  background-image: url("../img/common/icon_arrow.svg");
  background-size: 12px 7px;
  background-position: top 12px right 16px;
  background-repeat: no-repeat;
  font-size: 16rem;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767px) {
  .newspickup .select_cat_select {
    width: 100%;
    font-size: 14rem;
    padding: 9px 25px;
    background-size: 11.5px 7px;
    background-position: top 16px right 20px;
  }
}
.newspickup .select_cat_select::-ms-expand {
  display: none;
}
.newspickup .select_cat_btn {
  width: 100%;
  background-color: #ffffff;
  border-radius: 70px;
  border: solid 1px #58B21F;
  text-align: left;
  position: relative;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: #58B21F;
  padding: 13px 20px;
  margin-bottom: 30px;
}
.newspickup .select_cat_btn::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../img/common/icon_arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newspickup .select_cat_btn.active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.newspickup_btn01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .newspickup_btn01 {
    margin-bottom: 25px;
  }
}
.newspickup_btn01 a {
  background-color: #58B21F;
}

.cate + .cate {
  margin-left: 4px;
}