@charset "UTF-8";
/*------------------------------------------------
  COMMON(SP)
------------------------------------------------*/

/* ----  メニュー追加　250701 ---- */
.top .l-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top ul.c-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 0.9rem;
  
}
.top ul.c-nav li{
  margin: 0 auto;
  padding: 0 0.8rem;
  
}
.top ul.c-nav li a{
  text-decoration: none;
  color: #131257;
  
}
.top ul.c-nav li a:hover{
  color:#319ce2;
}

/* --------- */

.top {
  width: 75%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 200px; }
  .top header {
    width: 100%;
  /*  height: 40px; */
    margin: 0 auto;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #00afec, #0068b7);
    border-image-slice: 1; }
    .top header .logo {
      height: 34px; }
  .top h1 {
    width: 100%;
    margin: 60px auto 0;
    font-size: 36px;
    color: #0068b7;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
  .top h2 {
    width: 100%;
    margin: 60px auto 0;
    font-size: 30px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; }
  .top h3 {
      width: 100%;
      margin: 20px auto 0;
      font-size: 22px;
      color: #000;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500; }
  .top ul {
    width: 100%;
    margin: 40px auto 0;
    list-style: none;
    padding: 0; }
    .top ul li {
      margin: 40px auto 0; }
      .top ul li p {
        margin: 0;
        color: #0068b7;
        font-size: 24px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900; }
      .top ul li ul {
        margin: 20px auto 0; }
        .top ul li ul li {
          margin: 10px auto 0;
          padding-left: 18px;
          position: relative; }
          .top ul li ul li::before {
            content: "";
            width: 5px;
            height: 5px;
            border-right: 2px solid #0068b7;
            border-top: 2px solid #0068b7;
            transform: rotate(45deg);
            position: absolute;
            top: calc(50% - 4px);
            left: 0; }
          .top ul li ul li a {
            font-size: 16px;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 500;
            color: #000;
            text-decoration: none;
            transition: 0.2s; }
            .top ul li ul li a:hover {
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 900;
              border-bottom: 1px solid #000; }

.page {
  padding-top: 50px;
  padding-bottom: 200px;
  width: 75%;
  margin: 0 auto; }
  .page header {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #00afec, #0068b7);
    border-image-slice: 1; }
    .page header .logo {
      height: 34px; }
  .page h1 {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 24px;
    color: #0068b7;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900; }
  .page h2 {
    max-width: 120px;
    height: 30px;
    margin: 30px 0 15px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background-color: #0068b7;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  .page p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; }
  .page .image1 {
    width: auto;
    margin: 15px auto;
    text-align: left;
    display: block; }
  .page .image2 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    display: block; }
  .page .click-to-zoom {
    width: 300px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
    position: relative;
    transition: 0.3s; }
    .page .click-to-zoom:hover {
      opacity: 0.5; }
  .page .open {
    width: 300px;
    cursor: pointer;
    transition: 0.5s;
    display: block; }
  .page .pop-up {
    display: none;
    /* inputを非表示に */ }
    .page .pop-up:checked + .overlay {
      display: block;
      z-index: 9999;
      background-color: #00000070;
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0; }
  .page .overlay {
    display: none;
    /* input にチェックが入るまでは非表示に */ }
  .page .zoom-image {
    max-width: 60%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .page .close {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 30px;
    font-size: 40px;
    color: #fff; }
  .page .code {
    width: 100%;
    height: 600px;
    overflow: auto;
    background-color: #131257;
    padding: 10px 10px 40px 40px;
    box-sizing: border-box; }
    .page .code p {
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      overflow-wrap: break-word; }
    .page .code .copy-button {
      color: #ccc;
      font-size: 12px;
      line-height: 20px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      background-color: #000;
      margin-bottom: 20px;
      margin-right: 0;
      margin-left: auto;
      display: block; }
    .page .code .source-text {
      font-family: Consolas; }
    .page .code .button-image {
      width: 20px;
      float: right; }
    .page .code button {
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none; }
    .page .code .copied {
      padding-right: 10px; }

.block {
  width: 100%;
  margin: 5px auto;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  position: relative; }
  .block .lg {
    font-size: 16px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding-right: 10px; }
  .block .lg-change {
    background-color: #00afec;
    width: 125px;
    height: 30px;
    padding-left: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10; }
    .block .lg-change .inner {
      display: block;
      width: fit-content;
      font-size: 16px;
      line-height: 16px;
      color: #fff;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      position: relative; }
      .block .lg-change .inner::after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 5px);
        right: -18px; }
  .block .lg-popup {
    display: none;
    /* inputを非表示に */ }
    .block .lg-popup:checked + .lg-list {
      display: block;
      z-index: 1;
      background-color: #888;
      color: #fff;
      position: absolute;
      width: 125px;
      height: auto;
      top: 24px;
      right: 0;
      padding-left: 8px;
      padding-top: 8px;
      padding-bottom: 5px; }
  .block .lg-list {
    display: none;
    /* input にチェックが入るまでは非表示に */ }
    .block .lg-list a {
      margin: 0;
      font-size: 16px;
      line-height: 30px;
      color: #000;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      color: #fff;
      display: block;
      text-decoration: none;
      cursor: pointer; }

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