/*
$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
);
*/
#header_nav > li.category_index.delay {
  pointer-events: none;
}

/**/
@media screen and (max-width: 768px) {
  .crm_btn3_set a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .crm_btn3_set a p {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn3_set a p {
    line-height: 1.407em;
  }
}
.crm_btn3_set a p span {
  display: block;
}
.crm_btn3_set a p small {
  display: block;
  margin: 0 -0.4em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .crm_btn3_set a p small {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .crm_btn3_set a p small {
    font-size: 0.657em;
  }
}
.crm_btn3_set a.is-nolink:hover {
  border-color: #e2e2e2;
}
.crm_btn3_set a.is-nolink:hover p {
  color: inherit;
}

.image_box {
  border-radius: 0.6rem;
  overflow: hidden;
}

.box_list {
  display: flex;
  flex-direction: column;
}
.box_list > li {
  border-bottom: 1px solid #cfcfcf;
}
@media screen and (min-width: 769px) {
  .box_list > li {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .box_list > li {
    padding: 5rem 0;
  }
}
.box_list > li:first-of-type {
  border-top: 1px solid #cfcfcf;
}

.box_desc {
  display: grid;
}
@media screen and (min-width: 769px) {
  .box_desc {
    grid-template-columns: 1fr 44rem;
    grid-template-rows: auto 1fr;
    column-gap: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .box_desc {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .box_desc dd.image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .box_desc dd.image {
    margin-top: 4rem;
  }
}
.box_desc .copy_text {
  font-weight: 500;
  color: #0067b2;
}
@media screen and (min-width: 769px) {
  .box_desc .copy_text {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .box_desc .copy_text {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
.box_desc .general_txt {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .button_desc > dd {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .button_desc > dd {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .button_desc > dd + dt {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .button_desc > dd + dt {
    margin-top: 8rem;
  }
}

.banner_box {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .banner_box {
    width: 98rem;
  }
}
.banner_box a {
  display: block;
  position: relative;
  border-radius: 0.6rem;
  color: #fff;
  overflow: hidden;
}
.banner_box a figure picture {
  display: block;
}
.banner_box a figure img {
  transition: ease-out 0.6s all;
}
.banner_box a p {
  position: absolute;
  top: 50%;
  font-weight: 500;
  translate: 0 -50%;
}
@media screen and (min-width: 769px) {
  .banner_box a p {
    left: 6rem;
    line-height: 1.5em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .banner_box a p {
    left: 4rem;
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
.banner_box a span.circle_arrow {
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 769px) {
  .banner_box a:hover figure img {
    scale: 1.1;
  }
}

@media screen and (min-width: 769px) {
  #business_main .image_box {
    width: 85rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #business_main .image_box {
    width: 75rem;
    margin: 0 -4rem;
  }
}

#business_main .lead_text {
  font-weight: 500;
  text-align: center;
  color: #0067b2;
}
@media screen and (min-width: 769px) {
  #business_main .lead_text {
    margin-top: 1.5rem;
    line-height: 1.5em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #business_main .lead_text {
    margin-top: 1.5rem;
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 769px) {
  #business_main .banner_box {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #business_main .banner_box {
    margin-top: 4rem;
  }
}

#business_list {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #business_list {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #business_list {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}