/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
main section {
  position: relative;
  width: 100%;
}
.box_set {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .box_set {
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .box_set {
    flex-wrap: wrap;
    padding: 8rem 0 0;
  }
}

.box_set .box {
  position: relative;
  border-bottom: #d0d0d0 1px solid;
}
@media screen and (min-width: 769px) {
  .box_set .box {
    width: 48.3%;
    max-width: 58rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .box_set .box.b_none {
    border-bottom: none;
  }
}

.box_set .box h2 {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .box_set .box h2 {
    line-height: 1em;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box h2 {
    line-height: 1em;
    font-size: 4rem;
    letter-spacing: 0.05em;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .box_set .box h2.mgn {
    padding-top: 8rem;
  }
}

.box_set .box .crm_set {
  position: relative;
  width: 100%;
  border-top: #d0d0d0 1px solid;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .box_set .box .crm_set {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box .crm_set {
    flex-wrap: wrap;
    padding: 5rem 0;
    gap: 4rem;
  }
}

.box_set .box .crm_set figure {
  position: relative;
  border: #d0d0d0 1px solid;
}
@media screen and (min-width: 769px) {
  .box_set .box .crm_set figure {
    width: 25.8%;
    max-width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box .crm_set figure {
    width: 30rem;
    margin: 0 auto;
    order: 2;
  }
}

.box_set .box .crm_set figure img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box_set .box .crm_set div {
  position: relative;
}
@media screen and (min-width: 769px) {
  .box_set .box .crm_set div {
    width: 65.5%;
    max-width: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box .crm_set div {
    width: 67rem;
    order: 1;
  }
}

.box_set .box .crm_set div a {
  position: relative;
  display: inline-block;
  transition: ease-out 0.6s all;
  font-weight: 400;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .box_set .box .crm_set div a {
    line-height: 1.25em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box .crm_set div a {
    line-height: 1.313em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    height: 4.2rem;
  }
}

.box_set .box .crm_set div a .pdf {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .box_set .box .crm_set div a .pdf {
    width: 2.8rem;
    height: 2rem;
    transform: translateY(0.4rem);
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box .crm_set div a .pdf {
    width: 5.6rem;
    height: 4.2rem;
    transform: translateY(0.6rem);
    margin-left: 0.6rem;
  }
}

.box_set .box .crm_set div a .pdf::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease 0.6s all;
  background: url("../../../common/img/icon_pdf.svg") center center no-repeat;
  background-size: contain;
}

.box_set .box .crm_set div a p {
  display: inline-block;
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  .box_set .box .crm_set div a:hover p {
    /*opacity: 0.6;*/
    text-decoration: underline !important;
  }
}
.box_set .box .crm_set div > p {
  position: relative;
  white-space: nowrap;
  color: #8b8b8b;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .box_set .box .crm_set div > p {
    line-height: 1em;
    font-size: 1.4rem;
    letter-spacing: 0.05;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box .crm_set div > p {
    line-height: 1em;
    font-size: 2.8rem;
    letter-spacing: 0.05;
    margin-top: 4rem;
  }
}