@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.support .common-ttl__inner {
  container-type: inline-size;
  margin-right: calc(50% - 50vw);
}
.support .common-ttl__txtobject {
  font-size: 10.6cqw;
}
.support .common-link__container {
  border-top: 1px solid #DADFDE;
  border-bottom: 1px solid #DADFDE;
  padding: 0;
  width: 100%;
  max-width: 670px;
}
@media all and (max-width: 896px) {
  .support .common-link__container {
    width: calc(100% - 30px);
  }
}
.support .common-link ul li {
  width: 100%;
}
.support .common-link ul li:first-child {
  border-right: none;
}
@media all and (max-width: 896px) {
  .support .common-link ul li:first-child {
    border-bottom: 1px solid #DADFDE;
  }
}
.support .common-link ul li:first-child a {
  padding-right: 0;
}
.support .common-link ul li:last-child a {
  padding-left: 0;
}
.support .lineobject__right {
  top: 13%;
}
.support .lineobject__left {
  top: 40%;
}
.support .camel_paging_sp {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  .support .camel_paging_sp {
    margin-top: 80px;
  }
}
.support__contents {
  margin-top: 80px;
  display: flex;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .support__contents {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 480px) {
  .support__contents {
    margin-top: 40px;
    gap: 24px;
  }
}
.support__txt {
  flex-grow: 1;
  font-size: min(4.3vw, 1.8rem);
  line-height: 2;
}
@media all and (max-width: 896px) {
  .support__txt {
    width: 100%;
  }
}
.support__img {
  flex-shrink: 0;
  width: 200px;
}
.support__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.support__img figcaption {
  margin-top: 10px;
  text-align: center;
}
.support__detail {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .support__detail {
    margin-top: 40px;
  }
}
.support__detail dl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DADFDE;
  border-radius: 8px;
  overflow: hidden;
}
.support__detail div {
  display: flex;
  border-top: 1px solid #DADFDE;
}
@media all and (max-width: 600px) {
  .support__detail div {
    flex-direction: column;
  }
}
.support__detail div:first-of-type {
  border-top: none;
}
.support__detail dt {
  flex-shrink: 0;
  padding: 15px 24px;
  width: 190px;
  border-right: 1px solid #DADFDE;
  text-align: center;
  background: #2A2A2A;
  color: #fff;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .support__detail dt {
    padding: 12px;
    width: 150px;
  }
}
@media all and (max-width: 600px) {
  .support__detail dt {
    padding: 8px 12px;
    width: 100%;
    border-right: none;
  }
}
.support__detail dd {
  flex-grow: 1;
  padding: 15px 24px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .support__detail dd {
    padding: 12px;
  }
}
@media all and (max-width: 600px) {
  .support__detail dd {
    width: 100%;
  }
}
.support__detail a {
  color: #019878;
  text-decoration: underline;
}
.support__detail a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/common/icon_blank.svg") center center/contain no-repeat;
  margin-left: 0.5em;
}
@media all and (max-width: 896px) {
  .support__detail a[target=_blank]::after {
    width: 10px;
    height: 10px;
  }
}