.s5-container {
  max-width: 100% !important;
  padding: 0 !important; }
  .s5-container * {
    line-height: 1.5;
    color: #2f353d;
    box-sizing: border-box; }

.s5-getStarted {
  display: none; }

.content-wrapper *:focus {
  outline: none; }
.content-wrapper sup {
  font-size: 0.5em;
  transform: translateY(-0.8em);
  display: inline-block;
  padding: 0 2px; }
.content-wrapper p {
  line-height: 1.7; }

.kv {
  background: url(../images/img_kv.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 650px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .kv {
      background: none;
      height: auto;
      padding: 0;
      display: block; } }
  .kv .inner {
    width: 1500px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .kv .inner {
        width: 100%;
        display: block; } }
    .kv .inner .img-sp {
      display: none; }
      @media screen and (max-width: 768px) {
        .kv .inner .img-sp {
          display: block; } }
    .kv .inner h1 {
      background: rgba(33, 37, 48, 0.95);
      color: #ffffff;
      font-size: 35px;
      padding: 35px; }
      @media screen and (max-width: 1000px) {
        .kv .inner h1 {
          font-size: 30px;
          width: 490px; } }
      @media screen and (max-width: 768px) {
        .kv .inner h1 {
          width: 100%;
          padding: 15px 5%;
          font-size: 20px;
          background: #f2f5fa;
          color: #2f353d;
          font-weight: bold; } }
      .kv .inner h1 span {
        color: #ffffff;
        font-size: 16px;
        display: block; }
        @media screen and (max-width: 768px) {
          .kv .inner h1 span {
            font-size: 14px;
            color: #2f353d;
            font-weight: bold;
            padding-bottom: 5px; } }

.top-lead {
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
  padding: 0 30px; }
  @media screen and (max-width: 768px) {
    .top-lead {
      margin-top: 30px;
      font-size: 15px;
      text-align: left;
      padding: 0 5%; } }

.assist {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .assist {
      margin-top: 60px; } }
  .assist > h2 {
    font-size: 30px;
    text-align: center;
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .assist > h2 {
        font-size: 24px;
        padding: 0 5%; } }
  .assist .icn {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .assist .icn {
        margin-top: 60px; } }
    .assist .icn ul {
      max-width: 1250px;
      padding: 0 30px;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .assist .icn ul {
          padding: 0; } }
      .assist .icn ul li {
        width: calc(100% / 2); }
        .assist .icn ul li img {
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            .assist .icn ul li img {
              max-width: 90px; } }
  .assist .tab {
    box-shadow: 0 0.0625em 0.625em rgba(39, 43, 55, 0.25);
    background: #f2f5fa;
    margin-top: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      .assist .tab {
        top: 0; } }
    @media screen and (max-width: 768px) {
      .assist .tab {
        margin-top: 10px; } }
    .assist .tab ul {
      max-width: 1250px;
      padding: 0 30px;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .assist .tab ul {
          padding: 0; } }
      .assist .tab ul li {
        width: calc(100% / 2);
        text-align: center;
        border-left: 1px solid #eaedf2;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border-bottom: 4px solid #f2f5fa;
        transition: border-color 0.3s, background-color 0.3s; }
        @media screen and (max-width: 768px) {
          .assist .tab ul li {
            font-size: 14px; } }
        .assist .tab ul li:last-child {
          border-right: 1px solid #eaedf2; }
        .assist .tab ul li.active {
          background-color: #e8edf3;
          border-bottom: 4px solid #5886f5; }
        .assist .tab ul li:hover {
          background-color: #e8edf3;
          border-bottom: 4px solid #5886f5; }
        .assist .tab ul li a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          text-decoration: none;
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .assist .tab ul li a {
              font-size: 16px; } }
          .assist .tab ul li a:hover {
            color: #2f353d; }
  .assist ul.tab-content > li {
    margin-bottom: 60px; }
    .assist ul.tab-content > li .lead-area {
      background-color: #504d56;
      padding: 60px 0; }
      @media screen and (max-width: 768px) {
        .assist ul.tab-content > li .lead-area {
          padding: 30px 5%; } }
      .assist ul.tab-content > li .lead-area h2 {
        font-size: 30px;
        text-align: center;
        color: #ffffff; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .lead-area h2 {
            font-size: 24px;
            text-align: left; } }
      .assist ul.tab-content > li .lead-area p {
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
        color: #ffffff; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .lead-area p {
            font-size: 15px;
            text-align: left;
            margin-top: 10px; } }
    .assist ul.tab-content > li .content-box {
      max-width: 1250px;
      padding: 0 30px;
      width: 100%;
      margin: 150px auto 0; }
      .assist ul.tab-content > li .content-box.first {
        margin-top: 100px; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .content-box.first {
            margin-top: 60px; } }
      @media screen and (max-width: 768px) {
        .assist ul.tab-content > li .content-box {
          margin-top: 60px;
          padding: 0 5%; } }
      .assist ul.tab-content > li .content-box h3 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .content-box h3 {
            font-size: 20px;
            margin-bottom: 15px; } }
      .assist ul.tab-content > li .content-box h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #706c7a; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .content-box h4 {
            font-size: 16px; } }
      .assist ul.tab-content > li .content-box .lead {
        font-size: 15px;
        color: #706c7a; }
      .assist ul.tab-content > li .content-box ul.slide {
        display: flex;
        justify-content: center;
        gap: 0 4%;
        margin-top: 40px; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .content-box ul.slide {
            margin: 30px 0 50px; } }
        .assist ul.tab-content > li .content-box ul.slide.col3 > li {
          width: 31%; }
        .assist ul.tab-content > li .content-box ul.slide > li {
          width: 48%; }
        .assist ul.tab-content > li .content-box ul.slide p {
          font-size: 15px;
          font-weight: bold;
          margin-top: 30px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .assist ul.tab-content > li .content-box ul.slide p {
              margin-top: 15px; } }
      .assist ul.tab-content > li .content-box ul.no-slide {
        display: flex;
        justify-content: center;
        gap: 0 4%;
        margin-top: 40px; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .content-box ul.no-slide {
            margin: 0;
            display: block; } }
        .assist ul.tab-content > li .content-box ul.no-slide > li {
          width: 48%; }
          @media screen and (max-width: 768px) {
            .assist ul.tab-content > li .content-box ul.no-slide > li {
              margin-top: 30px;
              width: 100%; } }
      .assist ul.tab-content > li .content-box .slick-dots {
        transform: translateY(5px); }
      .assist ul.tab-content > li .content-box p.note {
        font-size: 15px;
        color: #706c7a;
        margin-top: 70px;
        text-align: right; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .content-box p.note {
            text-align: left;
            font-size: 12px;
            margin-top: 0; } }
    .assist ul.tab-content > li .camera-kit {
      max-width: 1250px;
      padding: 0 30px;
      width: 100%;
      margin: 150px auto 0; }
      @media screen and (max-width: 768px) {
        .assist ul.tab-content > li .camera-kit {
          margin-top: 60px;
          padding: 0; } }
      .assist ul.tab-content > li .camera-kit > h2 {
        font-size: 30px;
        text-align: center;
        margin-top: 50px;
        font-weight: bold;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .camera-kit > h2 {
            font-size: 18px;
            margin-top: 30px;
            padding: 0 5%;
            text-align: left; } }
      .assist ul.tab-content > li .camera-kit > p {
        font-size: 16px;
        text-align: center;
        margin-top: 40px; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .camera-kit > p {
            font-size: 14px;
            margin-top: 20px;
            padding: 0 5%;
            text-align: left; } }
      .assist ul.tab-content > li .camera-kit ul.list {
        display: flex;
        gap: 0 2%;
        background-color: #eff2f1;
        padding: 15px;
        margin-top: 70px; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .camera-kit ul.list {
            display: block;
            margin-top: 40px;
            padding: 30px 5%; } }
        .assist ul.tab-content > li .camera-kit ul.list li {
          width: calc(100% / 3);
          padding: 40px 2.5% 50px;
          border: 1px solid #717372;
          border-radius: 8px; }
          @media screen and (max-width: 768px) {
            .assist ul.tab-content > li .camera-kit ul.list li {
              width: 100%;
              padding: 30px 5%;
              margin-bottom: 30px; }
              .assist ul.tab-content > li .camera-kit ul.list li:last-child {
                margin-bottom: 0; } }
          .assist ul.tab-content > li .camera-kit ul.list li .img {
            width: 90px;
            margin: 0 auto; }
          .assist ul.tab-content > li .camera-kit ul.list li h3 {
            font-size: 23px;
            font-weight: bold;
            margin-top: 30px;
            min-height: 2.5em;
            text-align: center; }
            @media screen and (max-width: 768px) {
              .assist ul.tab-content > li .camera-kit ul.list li h3 {
                font-size: 18px;
                margin-top: 20px;
                min-height: auto; } }
          .assist ul.tab-content > li .camera-kit ul.list li p {
            font-size: 16px;
            margin-top: 30px; }
            @media screen and (max-width: 768px) {
              .assist ul.tab-content > li .camera-kit ul.list li p {
                font-size: 15px;
                margin-top: 20px; } }
      .assist ul.tab-content > li .camera-kit .btn {
        margin: 50px auto 150px; }
        @media screen and (max-width: 768px) {
          .assist ul.tab-content > li .camera-kit .btn {
            width: 90%;
            margin: 40px auto 0; } }
        .assist ul.tab-content > li .camera-kit .btn a {
          display: flex;
          border: 1px solid #000000;
          width: 100%;
          height: 100px;
          justify-content: center;
          align-items: center;
          font-size: 25px;
          font-weight: 500;
          text-decoration: none;
          transition: opacity 0.3s; }
          @media screen and (max-width: 768px) {
            .assist ul.tab-content > li .camera-kit .btn a {
              height: 60px;
              font-size: 16px;
              padding-right: 20px; } }
          .assist ul.tab-content > li .camera-kit .btn a:hover {
            opacity: 0.6; }
          .assist ul.tab-content > li .camera-kit .btn a span {
            position: relative; }
            .assist ul.tab-content > li .camera-kit .btn a span:after {
              content: "";
              width: 14px;
              height: 14px;
              border: 0;
              border-top: solid 2px #333;
              border-right: solid 2px #333;
              position: absolute;
              top: 40%;
              right: -30px;
              margin-top: -6px;
              transform: rotate(45deg); }
              @media screen and (max-width: 768px) {
                .assist ul.tab-content > li .camera-kit .btn a span:after {
                  width: 10px;
                  height: 10px;
                  right: -20px;
                  margin-top: -5px; } }

.related-list {
  max-width: 1350px;
  padding: 0 70px;
  width: 100%;
  margin: 120px auto 150px; }
  @media screen and (max-width: 768px) {
    .related-list {
      margin: 60px auto 120px;
      padding: 0 5%; } }
  .related-list > h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      .related-list > h2 {
        padding: 0;
        font-size: 20px; } }
  .related-list ul.list li.item {
    width: 380px;
    height: 490px;
    background-size: cover;
    background-position: center;
    margin: 0 10px;
    transition: opacity 0.3s; }
    @media screen and (max-width: 768px) {
      .related-list ul.list li.item {
        width: 100%;
        height: 40vh;
        margin: 0; } }
    .related-list ul.list li.item:hover {
      opacity: 0.6; }
    .related-list ul.list li.item a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .related-list ul.list li.item a .img {
        display: none; }
      .related-list ul.list li.item a .txt-area {
        width: 100%;
        position: absolute;
        padding: 0 30px;
        left: 0;
        bottom: 30px; }
        @media screen and (max-width: 768px) {
          .related-list ul.list li.item a .txt-area {
            padding: 0 5%;
            bottom: 25px; } }
        .related-list ul.list li.item a .txt-area h3 {
          font-size: 11px;
          font-weight: bold;
          color: #ffffff; }
        .related-list ul.list li.item a .txt-area h2 {
          color: #ffffff;
          font-size: 18px; }
          .related-list ul.list li.item a .txt-area h2 span img {
            display: inline !important;
            transform: translate(9px, 2px);
            width: 7px; }
  .related-list .slick-prev {
    background-color: rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 80px;
    left: -60px;
    border-radius: 5px;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .related-list .slick-prev {
        left: 10px; } }
    .related-list .slick-prev:before {
      content: "";
      background: url(../images/icn_arw_l.png) no-repeat center center;
      background-size: 10px;
      width: 10px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .related-list .slick-next {
    background-color: rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 80px;
    right: -60px;
    border-radius: 5px;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .related-list .slick-next {
        right: 10px; } }
    .related-list .slick-next:before {
      content: "";
      background: url(../images/icn_arw_r.png) no-repeat center center;
      background-size: 10px;
      width: 10px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .related-list .slick-dots {
    bottom: -40px; }

.footnotes {
  margin-top: 100px;
  background-color: #f2f5fa;
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .footnotes {
      margin-top: 60px; } }
  .footnotes .inner {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 30px; }
    .footnotes .inner h2 {
      text-align: right;
      font-size: 13px;
      position: relative;
      padding-right: 13px;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .footnotes .inner h2 {
          margin-bottom: 20px; } }
      .footnotes .inner h2:after {
        content: "";
        position: absolute;
        top: 7px;
        right: 0;
        border: 4px solid transparent;
        border-top: 5px solid #2f353d; }
      .footnotes .inner h2.active:after {
        top: 3px;
        transform: rotate(180deg); }
    .footnotes .inner dl {
      margin-top: 10px;
      display: flex; }
      .footnotes .inner dl dt {
        font-weight: bold;
        font-size: 13px;
        width: 35px; }
        @media screen and (max-width: 768px) {
          .footnotes .inner dl dt {
            width: 25px; } }
      .footnotes .inner dl dd {
        font-size: 13px;
        width: calc(100% - 40px); }
        @media screen and (max-width: 768px) {
          .footnotes .inner dl dd {
            width: calc(100% - 25px); } }
        .footnotes .inner dl dd a {
          color: #5d58f5; }
      .footnotes .inner dl.note {
        margin-top: 30px; }

.CategoryNav {
  margin-bottom: 0 !important; }

.s5-returnToTop {
  margin-top: 0 !important; }

.Support,
.s5-toSitemapV2,
.UtilityLinksLinksOnly,
#developPrintReqUrl {
  display: none !important; }

@media screen and (min-width: 769px) {
  .pc {
    display: block !important; }

  .pcImg {
    display: inline-block !important; }

  .sp {
    display: none !important; }

  .spImg {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .pcImg {
    display: none !important; }

  .sp {
    display: block !important; }

  .spImg {
    display: inline-block !important; } }
