@charset "UTF-8";
.c5-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c5-content p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.c5-content p:last-child {
  margin-bottom: 0;
}
.c5-content a {
  color: #3865E0;
}

.c5-iconInline {
  display: inline;
}

.c5-bold {
  font-weight: bold;
}

.c5-il-b {
  display: inline-block;
  white-space: nowrap;
}

.c5-bg--light_gray {
  background-color: #F6F6F6;
}

.c5-alt_bg > *:nth-child(2n-1)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 200vw;
  height: 100%;
  background-color: #F6F6F6;
  transform: translateX(-50%);
}

.c5-w--800 {
  width: 100%;
  max-width: 800px;
}
.c5-w--890 {
  width: 100%;
  max-width: 890px;
}
.c5-w--1110 {
  width: 100%;
  max-width: 1110px;
}
.c5-w--1200 {
  width: 100%;
  max-width: 1200px;
}

.c5-pad--t80 {
  padding-top: 80px;
}
.c5-pad--b80 {
  padding-bottom: 80px;
}

.c5-h__type-a {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
}
.c5-h__type-a--sub {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c5-h__type-a--sub {
    margin-bottom: 7px;
  }
  .c5-h__type-a--sub img {
    height: 19px;
  }
}
.c5-h__type-a--main {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c5-h__type-a--main {
    font-size: 28px;
  }
}

.c5-h__type-b {
  font-size: 24px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-bottom: 30px;
}
.c5-h__type-b img {
  width: 40px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .c5-h__type-b {
    font-size: 21px;
  }
  .c5-h__type-b img {
    width: 35px;
    margin-right: 14px;
  }
}

.c5-btn-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c5-btn-a {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .c5-btn-a {
    font-size: 14px;
  }
}
.c5-btn-a a {
  position: relative;
  border-radius: 100vmax;
  border: solid 2px #005284;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005284;
  width: 100%;
  height: 48px;
}
.c5-btn-a a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #005284;
  transition: all ease 0.5s;
}
.c5-btn-a a:hover .c5-btn-a__icon {
  background: #005284;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .c5-btn-a a {
    font-size: 18px;
    max-width: 320px;
  }
  .c5-btn-a a .c5-btn-a__icon {
    transform: translateY(-50%) scale(0.9);
  }
}
@media screen and (max-width: 440px) {
  .c5-btn-a a {
    max-width: 210px;
  }
}
@media screen and (max-width: 640px) {
  .c5-btn-a a {
    font-size: 16px;
    height: 30px;
  }
  .c5-btn-a a span:first-child {
    transform: translateY(1px);
  }
  .c5-btn-a a .c5-btn-a__icon {
    transform: translateY(-50%) scale(0.8);
    right: 16px;
  }
}
.c5-btn-a__icon {
  display: block;
  width: 12px;
  height: 21px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(/camera-biz/custom-grid-line/images/icon-arrow_r-2.svg);
  background: #fff;
  justify-self: flex-end;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 440px) {
  .c5-btn-a__icon {
    right: 20px;
  }
}
.c5-btn-a__icon2 {
  margin-left: 6px;
}
.c5-btn-a__annotation {
  font-size: 10px;
  text-align: left;
  text-indent: -10px;
  padding-left: 10px;
  padding-top: 6px;
}

.c5-sec__common {
  padding-inline: 30px;
}
.c5-sec__kv {
  height: 460px;
  background-image: url(/camera-biz/custom-grid-line/images/MV.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c5-sec__kv {
    width: 100%;
    height: 55.8510638298vw;
    background-image: url(/camera-biz/custom-grid-line/images/MV-sp.jpg);
  }
}
.c5-sec__03 {
  overflow-x: hidden;
}
.c5-sec__03--list-sub {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c5-sec__03--list-sub {
    margin-bottom: 9px;
    font-size: 14px;
  }
}
.c5-sec__inner {
  margin-inline: auto;
}

.c5-grid--2col {
  position: relative;
  display: grid;
  grid-template-columns: 51% 49%;
  gap: 30px;
}
.c5-grid--2col:nth-child(2n) .c5-grid__img--2col {
  order: 2;
}
.c5-grid--2col:nth-child(2n) .c5-grid__body--2col {
  order: 1;
}
@media screen and (max-width: 768px) {
  .c5-grid--2col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .c5-grid--2col:nth-child(2n) .c5-grid__img--2col {
    order: 1;
  }
  .c5-grid--2col:nth-child(2n) .c5-grid__body--2col {
    order: 2;
  }
}
.c5-grid__img--2col {
  max-width: 540px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c5-grid__img--2col {
    width: 100%;
  }
}
.c5-grid__licence {
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1fr;
}
@media screen and (max-width: 768px) {
  .c5-grid__licence {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.c5-grid__licence--item {
  border-radius: 30px;
  border: solid 1px #CCCCCC;
  padding: 45px 30px 66px;
  background-color: #F6F6F6;
}
.c5-grid__licence--item dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.c5-grid__licence--item dt h3 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c5-grid__licence--item dt h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c5-grid__licence--item {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    padding: 40px 30px;
  }
}
.c5-grid__licence--fig {
  width: 100%;
  max-width: 174px;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .c5-grid__licence--fig {
    max-width: 109px;
    margin-bottom: 20px;
  }
}
.c5-grid__licence--num {
  max-width: 78px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c5-grid__licence--num {
    max-width: 58px;
    margin-bottom: 4px;
  }
}
.c5-grid__licence--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c5-grid__licence--arrow img {
  width: 17px;
}
@media screen and (max-width: 768px) {
  .c5-grid__licence--arrow {
    transform: rotate(90deg);
  }
}
.c5-grid--float-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.2%;
}
@media screen and (max-width: 768px) {
  .c5-grid--float-btn {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.c5-num_reset {
  counter-reset: num 0;
}

.c5-list--number > li {
  margin-bottom: 16px;
  text-indent: -16px;
  padding-left: 16px;
}
.c5-list--number > li::before {
  display: inline-block;
  width: 16px;
  counter-increment: num 1;
  content: counter(num) ".";
}
.c5-list--number--wrap {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .c5-list--number > li {
    font-size: 14px;
    margin-bottom: 14px;
    text-indent: -14px;
    padding-left: 14px;
  }
  .c5-list--number > li::before {
    width: 14px;
  }
  .c5-list--number--wrap {
    margin-left: 14px;
  }
}
.c5-list--annotation > li {
  margin-bottom: 10px;
  font-size: 12px;
  text-indent: -12px;
  padding-left: 12px;
}
.c5-list--annotation > li::before {
  display: inline-block;
  width: 12px;
  content: "※";
}
.c5-list--annotation--wrap {
  margin-left: 12px;
}
.c5-list--dot > li {
  margin-bottom: 10px;
  text-indent: -6px;
  padding-left: 6px;
}
.c5-list--dot > li::before {
  content: "・";
  display: inline-block;
  width: 6px;
}
@media screen and (max-width: 768px) {
  .c5-list--dot > li {
    font-size: 14px;
    margin-bottom: 9px;
    text-indent: -5px;
    padding-left: 5px;
  }
  .c5-list--dot > li::before {
    width: 5px;
  }
  .c5-list--dot--wrap {
    margin-left: 5px;
  }
}
.c5-list--bar {
  margin-left: 12px;
}
.c5-list--bar > li {
  margin-bottom: 4px;
  text-indent: -12px;
  padding-left: 12px;
}
.c5-list--bar > li::before {
  content: "－";
  display: inline-block;
  width: 12px;
}
@media screen and (max-width: 768px) {
  .c5-list--bar {
    margin-left: 10px;
  }
  .c5-list--bar > li {
    font-size: 14px;
    text-indent: -10px;
    padding-left: 10px;
  }
  .c5-list--bar > li::before {
    width: 10px;
  }
}

.c5-qa {
  border-bottom: solid 1px #CCCCCC;
}
.c5-qa > li {
  border-top: solid 1px #CCCCCC;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .c5-qa > li {
    font-size: 14px;
  }
}
.c5-qa > li dt {
  text-indent: -29px;
  padding-left: 29px;
  margin-bottom: 16px;
}
.c5-qa > li dt::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 27px;
  background-image: url(/camera-biz/custom-grid-line/images/icon-q.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 20px 27px;
  transform: translateY(4px);
}
.c5-qa > li dd {
  text-indent: -29px;
  padding-left: 29px;
}
.c5-qa > li dd::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 27px;
  background-image: url(/camera-biz/custom-grid-line/images/icon-a.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 20px 27px;
  transform: translateY(5px);
}
.c5-qa > li dd .c5-list--bar {
  padding-top: 16px;
}

.c5-news {
  border-bottom: solid 1px #CCCCCC;
}
.c5-news > li {
  display: grid;
  grid-template-columns: 138px 1fr;
  padding: 25px 16px 21px 0;
  border-top: solid 1px #CCCCCC;
}
@media screen and (max-width: 768px) {
  .c5-news > li {
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: 14px;
  }
}
.c5-news__body a {
  color: #2f353d;
  display: grid;
  grid-template-columns: 1fr 10px;
  gap: 18px;
}
.c5-news__body a img {
  padding-top: 3px;
}
.c5-news__body a .s5-iconInline {
  padding-top: 1em;
}

.c5-sticky-area {
  position: relative;
  overflow-x: unset;
}

.c5-float-btn-area {
  display: none;
  padding-block: 20px;
  background-color: #fff;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .c5-float-btn-area {
    margin-top: 60px;
    padding-block: 20px;
  }
}

.s5-returnToTop {
  z-index: 1000;
}

.c5-h__type-a--sub img {
  max-height: 22px;
  width: auto;
}

.c5-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.c5-btn {
  line-height: 1.2;
  text-decoration: none !important;
  display: inline-flex;
  position: relative;
  border-radius: 100vmax;
  border: solid 2px #005284;
  color: #fff !important;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #005284;
  min-width: 300px;
  min-height: 48px;
  padding: 0.3em 50px;
}
.c5-btn:hover {
  background-color: #fff;
  color: #005284 !important;
  transition: all ease 0.5s;
}
@media screen and (max-width: 640px) {
  .c5-btn {
    font-size: 16px;
  }
}

.c5-fz-small {
  font-size: 12px;
}

.c5-table {
  width: 100%;
  background-color: #fff;
}
.c5-table th,
.c5-table td {
  border: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .c5-table th,
  .c5-table td {
    font-size: 12px;
    padding: 5px;
  }
}
.c5-table th {
  background-color: #f5f5f5;
}
.c5-table td {
  text-align: center;
}