@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
:root {
  font-size: 16px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.color-green {
  color: #4eec70;
}

.color-orange {
  color: #ff9c45;
}

.color-red {
  color: #ff2424;
}

.color-purple {
  color: #9281ff;
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media (max-width: 768px) {
  header {
    padding: 8px 16px;
  }
}

.logo {
  font-size: 24px;
  font-size: 1.5rem;
}

.logo a {
  color: black;
  text-decoration: none;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.share li {
  margin-left: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .share li {
    margin-left: 8px;
  }
}

.cont {
  border-bottom: 3px solid #333;
}

.cont-visual {
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/main-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.cont-visual-pict {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  height: 624px;
  background: url(../img/img-main.png) no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (max-width: 768px) {
  .cont-visual-pict {
    height: 400px;
  }
}

@media (max-width: 600px) {
  .cont-visual-pict {
    height: 320;
  }
}

@media (max-width: 550px) {
  .cont-visual-pict {
    background: url(../img/img-main-sp.png) no-repeat;
    background-size: contain;
    background-position: center center;
    height: 590px;
  }
}

.cont.bg-dotted {
  background: url(../img/bg-dotted.svg);
  background-size: 30%;
}

.cont.bg-gray {
  background: #f8f8f8;
}

.cont-inner {
  width: 700px;
  margin: 0 auto;
  padding: 120px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .cont-inner {
    width: 100%;
    padding: 48px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.cont-inner-swipe {
  width: auto;
  overflow: hidden;
}

.cont-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .cont-box {
    padding: 0 16px;
  }
}

.cont-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px (1fr)[3];
      grid-template-columns: 160px repeat(3, 1fr);
  list-style: none;
  padding-left: 0;
  background: #fff;
  border: 2px solid #333;
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont-flex {
    width: 100%;
    -ms-grid-columns: 90px (1fr)[3];
        grid-template-columns: 90px repeat(3, 1fr);
  }
}

.cont-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #333;
  padding: 8px;
}

@media (max-width: 768px) {
  .cont-flex-item {
    padding: 4px;
  }
}

.cont-flex-item:first-child {
  margin-left: 0;
}

.cont-flex-item:last-child {
  border-right: none;
}

.cont-flex-item img {
  margin-right: 4px;
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .cont-flex-item img {
    width: 20px;
    height: 20px;
  }
}

.cont-flex-item span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .cont-flex-item span {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 4px;
  }
}

.cont-last {
  border: none;
}

.ttl-main {
  font-size: 48px;
  font-size: 3rem;
  color: #333;
  letter-spacing: 0.3em;
  text-align: center;
}

@media (max-width: 768px) {
  .ttl-main {
    font-size: 32px;
    font-size: 2rem;
  }
}

.ttl-sub {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: 16px 0 24px;
}

.ttl-border {
  font-size: 24px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c4c4c4;
  margin: 64px 0 0;
  letter-spacing: 0.3em;
}

@media (max-width: 768px) {
  .ttl-border {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.ttl-border:before {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #eaeaea;
  margin-right: 1rem;
}

.ttl-border:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #eaeaea;
  margin-left: 1rem;
}

.ttl-small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: 16px 0 24px;
}

.ttl-center {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 24px auto 0;
  padding: 8px 0;
  background: #eaeaea;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  width: 700px;
}

@media (max-width: 768px) {
  .ttl-center {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 24px;
    width: 100%;
  }
}

.ttl-about {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 32px 0 16px;
}

.txt-default {
  font-size: 16px;
  font-size: 1rem;
  line-height: 180%;
  margin-top: 8px;
}

.txt-default a {
  color: #2f80ed;
}

.txt-memo {
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #828282;
  margin-top: 16px;
  padding: 24px;
}

.txt-memo h5 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 16px;
}

.txt-memo p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 180%;
}

.txt-memo a {
  color: #2f80ed;
}

.txt-memo-bold {
  font-weight: bold;
  color: #333;
}

.txt-memo-note {
  margin: 64px 0 0;
}

.txt-note {
  font-size: 14px;
  font-size: 0.875rem;
  color: #828282;
  line-height: 160%;
  margin: 24px 0 0;
  text-indent: -0.5rem;
  padding-left: 0.5rem;
}

.table-default {
  margin-top: 24px;
  line-height: 160%;
  word-break: break-all;
}

.table-default th {
  text-align: left;
}

.table-default td a {
  color: #2f80ed;
}

.list-default {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 180%;
  text-indent: -1rem;
  padding-left: 1rem;
}

.list-default li {
  padding: 15px 0;
}

.list-default a {
  color: #2f80ed;
}

.list-default .note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #999;
}

.list-default .step-1 {
  text-indent: 0rem;
  margin-left: -1rem;
}

.list-default .step-1:before {
  content: "STEP1：";
  font-weight: bold;
}

.list-default .step-2 {
  text-indent: 0rem;
  margin-left: -1rem;
}

.list-default .step-2:before {
  content: "STEP2：";
  font-weight: bold;
}

.list-default .step-3 {
  text-indent: 0rem;
  margin-left: -1rem;
}

.list-default .step-3:before {
  content: "STEP3：";
  font-weight: bold;
}

.list-default .step-4 {
  text-indent: 0rem;
  margin-left: -1rem;
}

.list-default .step-4:before {
  content: "STEP4：";
  font-weight: bold;
}

.list-default .step-5 {
  text-indent: 0rem;
  margin-left: -1rem;
}

.list-default .step-5:before {
  content: "STEP5：";
  font-weight: bold;
}

.list-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 180%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: -0.5rem;
  padding-left: 0.5rem;
}

.list-contact {
  list-style: none;
  border-bottom: 1px solid #333;
  margin: 48px auto 0;
  width: 640px;
}

@media (max-width: 768px) {
  .list-contact {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 32px auto 0;
  }
}

.list-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #333;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-contact li * {
  margin: 0;
}

.list-contact li .ttl-small {
  width: 15%;
  text-align: left;
  letter-spacing: inherit;
}

@media (max-width: 768px) {
  .list-contact li .ttl-small {
    width: 100px;
  }
}

.list-contact li .txt-default {
  margin-left: 24px;
}

.button {
  background: #ffffff;
  border: 1px solid #2AD1FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  color: #2AD1FF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 40px;
  margin-top: 8px;
  padding: 0 16px;
}

.button:hover {
  background: #2AD1FF;
  color: #ffffff;
}

footer {
  font-size: 12px;
  font-size: 0.75rem;
  background: #000;
  padding: 32px 0;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  footer {
    padding: 24px 0;
  }
}

#js-copybtn {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

#js-copytext {
  display: none;
}

.copy_alert {
  display: none;
  color: #fff;
  background: #44db84;
  -webkit-box-shadow: 0px 0px 20px rgba(61, 249, 139, 0.4);
          box-shadow: 0px 0px 20px rgba(61, 249, 139, 0.4);
  font-weight: bold;
  padding: 16px;
  border-radius: 4px;
  position: absolute;
  top: 64px;
  right: 0;
  width: 256px;
}

@media (max-width: 768px) {
  .copy_alert {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: inherit;
    bottom: 64px;
    width: 80%;
  }
}
/*# sourceMappingURL=style.css.map */