.under_mv {
  background: url("../images/mv_faq.jpg") center center/cover;
}
@media all and (max-width: 767px) {
  .under_mv {
    background: url("../images/mv_faq_sp.jpg") center center/cover;
  }
  .under_mv h1 {
    padding: 47px 0;
  }
}

.img_case {
  position: absolute;
  right: 30px;
  bottom: -60px;
  width: 160px;
}
.img_case img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .img_case {
    display: none;
  }
}

.menus {
  background: #E6F4F1;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 60px;
  box-sizing: border-box;
}
@media all and (max-width: 1000px) {
  .menus {
    padding: 20px;
  }
}

.ct_links {
  display: none;
}
.ct_links .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #6795BB;
  box-sizing: border-box;
  position: relative;
}
.ct_links .inn:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 15%;
  background-color: #6795BB;
  width: 20px;
  height: 16px;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
.ct_links .inn a {
  display: block;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: #6795BB;
  border-radius: 100px;
  padding: 4px 10px;
  box-sizing: border-box;
}
.ct_links .inn .bll {
  background: #000;
}
@media all and (max-width: 767px) {
  .ct_links .inn:before {
    top: -12px;
    left: 50%;
    width: 14px;
    height: 12px;
  }
}

.ctb2 .inn:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  background-color: #6795BB;
  width: 20px;
  height: 16px;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
@media all and (max-width: 767px) {
  .ctb2 .inn:before {
    top: -12px;
    left: 50%;
    width: 14px;
    height: 12px;
  }
}

.ctb3 .inn:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 84%;
  background-color: #6795BB;
  width: 20px;
  height: 16px;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
@media all and (max-width: 767px) {
  .ctb3 .inn:before {
    top: -12px;
    left: 50%;
    width: 14px;
    height: 12px;
  }
}

.btns_bx {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 50px;
}
@media all and (max-width: 1000px) {
  .btns_bx {
    gap: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .btns_bx {
    grid-template-columns: 1fr;
  }
}

.case_btns1 {
  border-bottom: 1px solid #E6F4F1;
  padding: 15px 0;
  box-sizing: border-box;
}
.case_btns1 .tl {
  color: #6795BB;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.case_btns1 select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.case_btns1 select {
  width: 100%;
  color: #1D5481;
  font-weight: 600;
  background: url("../images/sl_arw.png") center right 20px no-repeat, white;
  background-size: 18px auto;
  border: 1px solid #6795BB;
  border-radius: 5px;
  padding: 10px;
}
@media all and (max-width: 767px) {
  .case_btns1 {
    margin-top: 10px;
    display: block;
    padding: 0;
  }
  .case_btns1:nth-of-type(1) {
    margin-top: 0;
  }
  .case_btns1 select {
    background: url("../images/sl_arw.png") center right 20px no-repeat, white;
    background-size: 10px auto;
    padding: 5px 10px;
  }
  .case_btns1 .tl {
    padding: 0;
  }
}

.case_arc {
  margin: 40px 0 0 0;
}
@media all and (max-width: 767px) {
  .case_arc {
    margin: 10px 0 0 0;
  }
}

.link_bx {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-radius: 10px;
  text-decoration: none;
  color: #3A4856;
  margin-bottom: 16px;
}
.link_bx:nth-of-type(odd) {
  background: #F8F8F8;
}
.link_bx a {
  text-decoration: none;
  color: #3A4856;
}
.link_bx a:hover {
  text-decoration: underline;
}
.link_bx .cont {
  padding: 24px 30px;
  box-sizing: border-box;
}
.link_bx .img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: url("../images/noimg.jpg") center center/cover;
}
.link_bx .img a {
  transition: all 0.3s ease;
}
.link_bx .img a:hover {
  opacity: 0.6;
}
.link_bx .img img {
  object-fit: cover;
}
.link_bx .ttl {
  font-size: 2rem;
  font-weight: 500;
}
.link_bx .ymd {
  margin-top: 20px;
}
.link_bx .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin: 15px 0 0 0;
}
.link_bx .cate a {
  display: block;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: #6795BB;
  border-radius: 100px;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.link_bx .cate a:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .link_bx {
    grid-template-columns: 100px 1fr;
    margin-bottom: 16px;
    padding: 20px 10px;
  }
  .link_bx .cont {
    padding: 0 10px;
    line-height: 1.4;
  }
  .link_bx .ttl {
    font-size: 1.4rem;
  }
  .link_bx .ymd {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .link_bx .cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0 0 0;
  }
  .link_bx .cate a {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
}

.pagenate_wrap {
  margin-top: 40px;
  text-align: center;
}
.pagenate_wrap .in {
  display: inline-block;
}
.pagenate_wrap .pagenation, .pagenate_wrap .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.pagenate_wrap .pagenation a, .pagenate_wrap .pagenation span, .pagenate_wrap .nav-links a, .pagenate_wrap .nav-links span {
  display: block;
  text-decoration: none;
}
.pagenate_wrap .page-numbers {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 0 0 0;
  color: #3A4856;
  transition: all 0.3s ease;
}
.pagenate_wrap .page-numbers:hover {
  color: white;
  background: #6795BB;
}
.pagenate_wrap .current {
  color: white;
  background: #6795BB;
}
.pagenate_wrap .next, .pagenate_wrap .prev {
  text-indent: -9999px;
  width: 29px;
  height: 24px;
  border-radius: 0;
}
.pagenate_wrap .next:hover, .pagenate_wrap .prev:hover {
  color: white;
  background: none;
}
.pagenate_wrap .next {
  background: url("../images/arw_nx.png") center right 5px no-repeat;
  background-size: 24px auto;
  transition: all 0.3s ease;
}
.pagenate_wrap .next:hover {
  background: url("../images/arw_nx.png") center right 0 no-repeat;
  background-size: 24px auto;
}
.pagenate_wrap .prev {
  background: url("../images/arw_pr.png") center left 5px no-repeat;
  background-size: 24px auto;
  transition: all 0.3s ease;
}
.pagenate_wrap .prev:hover {
  background: url("../images/arw_pr.png") center left 0 no-repeat;
  background-size: 24px auto;
}

@media all and (max-width: 767px) {
  .case_wraps {
    display: grid;
    grid-template-columns: 1fr;
  }
  .case_wraps .menus {
    order: 2;
  }
  .case_wraps .case_arc {
    order: 1;
  }
}

.like_example {
  display: none;
}
@media all and (max-width: 767px) {
  .like_example {
    display: block;
    border-radius: 0;
  }
}

/*# sourceMappingURL=cases.css.map */
