ul {
  list-style: none;
}

.ta-banner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
}
.ta-banner img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .ta-banner {
    display: block;
  }
}

.guide {
  min-height: calc(100vh - 80px);
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .guide {
    padding-top: 60px;
  }
}
.guide__wrapper {
  width: min(1080px, 92%);
  margin: 0 auto;
  padding-top: 56px;
  padding-bottom: 41px;
  text-align: center;
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media screen and (max-width: 768px) {
  .guide__wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.guide__side {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .guide__side {
    display: none;
  }
}
.guide__side-group-name {
  line-height: 1;
  line-height: 44px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #cfd4dc;
  border-top: 1px solid #cfd4dc;
  text-align: left;
}
.guide__side-group-name.top {
  font-size: 16px;
}
.guide__side-group-name a {
  color: #0f2650;
  text-decoration: none;
}
.guide__side-group-name a:hover {
  color: #0F8FEF;
}
.guide__side-group-name.border-top-none {
  border-top: none;
}
.guide__side-items {
  list-style: none;
}
.guide__side-item {
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #cfd4dc;
  text-align: left;
}
.guide__side-item:last-child {
  border: none;
}
.guide__side-item::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #0f2650;
  position: absolute;
  left: 0;
  top: 50%;
}
.guide__side-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  line-height: 44px;
}
.guide__side-link:hover {
  color: #007fff;
}
.guide__main {
  width: calc(100% - 305px);
}
@media screen and (max-width: 768px) {
  .guide__main {
    width: 100%;
  }
}
.guide__main-group-block {
  background-color: #f2f7fd;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-bottom: 40px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .guide__main-group-block {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
.guide__main-item {
  padding-left: 18px;
  position: relative;
  text-align: left;
}
.guide__main-item::after {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #0f2650;
  position: absolute;
  left: 0;
  top: 16px;
}
.guide__main-link {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}
.guide__main-link.fw-bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guide__main-link {
    font-size: 15px;
  }
}
.guide__main-link:hover {
  color: #007fff;
}
.guide__main-group-name {
  width: 100%;
  height: 67px;
  line-height: 67px;
  font-size: 26px;
  padding-left: 26px;
  padding-right: 16px;
  background: linear-gradient(90deg, rgb(15, 143, 239) 0%, rgb(15, 143, 239) 26%, rgb(37, 97, 204) 100%);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .guide__main-group-name {
    height: auto;
    line-height: 1.2857142857;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.content {
  text-align: justify;
}
.content__title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.4583333333;
  font-size: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: linear-gradient(90deg, rgb(15, 143, 239) 0%, rgb(15, 143, 239) 26%, rgb(37, 97, 204) 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .content__title {
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1.4545454545;
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.content__title.mb-32px {
  margin-bottom: 32px;
}
.content__subtitle {
  width: 100%;
  background-color: #e9f5ff;
  color: #0f2650;
  line-height: 1.4545454545;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 46px;
  padding-right: 24px;
  position: relative;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .content__subtitle {
    height: auto;
    line-height: 1.5;
    font-size: 17px;
  }
}
.content__subtitle:after {
  content: "";
  width: 13px;
  height: 4px;
  background: linear-gradient(90deg, rgb(15, 143, 239) 0%, rgb(15, 143, 239) 26%, rgb(37, 97, 204) 100%);
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  border-radius: 200px;
}
.content p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: justify;
}
.content p a {
  text-decoration: underline;
  color: #0F8FEF;
}
.content strong {
  color: #0f2650;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.content strong.color-change {
  color: #fa7a34;
}
.content .img-wrapper {
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 56px;
  font-size: inherit;
}
.content .img-wrapper.w-100 {
  width: 100%;
}
.content .img-wrapper img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .content .img-wrapper.lg-banner {
    display: none;
  }
}
.content .bg-change-block {
  width: 100%;
  background-color: #F2F7FD;
  margin-bottom: 32px;
  padding: 24px;
}
.content .bg-change-block:last-child {
  margin-bottom: 0px;
}
.content .bg-change-block.mb-32px {
  margin-bottom: 32px;
}
.content .bg-change-block p {
  line-height: 1.5;
  word-break: break-all;
}
.content .border-block {
  width: 100%;
  border: 1px solid #0f2650;
  padding: 24px;
  margin-bottom: 32px;
}
.content .border-block:last-child {
  margin-bottom: 0;
}
.content .border-block.mb-32px {
  margin-bottom: 32px;
}
.content .border-block p {
  line-height: 1.5;
  word-break: break-all;
}
.content .seal-border-block {
  width: 100%;
  border: 1px solid #0f2650;
  border-radius: 3px;
  padding-top: 23px;
  padding-bottom: 28px;
  padding-right: 30px;
  padding-left: 30px;
}
.content .seal-border-block__title {
  font-size: 20px !important;
  line-height: 2.25;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-weight: bold !important;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content .seal-border-block__title {
    line-height: 1.3333333333;
  }
}
.content .seal-border-block__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
  font-weight: normal;
  text-align: justify;
}
.content .seal-border-block__img-wrapper {
  width: 170px;
  height: -moz-fit-content;
  height: fit-content;
}
.content .seal-border-block__img-wrapper img {
  width: 100%;
}
.content .seal-border-block__flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.content .seal-border-block__flex .seal-border-block__text {
  margin-bottom: 0;
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .content .seal-border-block__flex .seal-border-block__text {
    width: 100%;
  }
}

.strong-blue {
  color: #007fff !important;
  text-decoration: underline !important;
}

.group-body {
  padding-top: 32px;
  padding-bottom: 56px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .group-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .group-body {
    padding-bottom: 40px;
  }
}
.group-body p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #0f2650;
  margin-bottom: 32px;
  word-break: break-all;
}
.group-body p:last-child {
  margin-bottom: 0px;
}
.group-body p a {
  color: #007fff;
  text-decoration: underline;
}
.group-body .mb-0px {
  margin-bottom: 0px;
}
.group-body .weight-bold {
  font-weight: bold;
}
.group-body .img-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 36px;
}
.group-body .img-wrapper.w-100 {
  width: 100%;
}
.group-body .img-wrapper:last-child {
  margin-bottom: 0px;
}
.group-body .img-wrapper img {
  width: 100%;
}
.group-body ul {
  list-style: none;
  margin-bottom: 32px;
}
.group-body ul:last-child {
  margin-bottom: 0;
}
.group-body ul li {
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  color: #0f2650;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .group-body ul li {
    padding-left: 32px;
  }
}
.group-body ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0f2650;
  position: absolute;
  top: 10px;
  left: 12px;
  border-radius: 50%;
}
.group-body ul li.mb-32px {
  margin-bottom: 32px;
}
.group-body ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  margin-bottom: 32px;
}
.group-body ol:last-child {
  margin-bottom: 0;
}
.group-body ol li {
  width: 100%;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
  line-height: 1.8;
  text-align: left;
  word-break: break-all;
}
.group-body ol li:last-child {
  margin-bottom: 0px;
}
.group-body ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.group-body ol li.list-none:before {
  display: none;
}
.group-body a {
  color: #0f8fef;
  text-decoration: underline;
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
.group-body table:last-child {
  margin-bottom: 0px;
}
.group-body .block {
  background-color: #f2f7fd;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.group-body .block__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.group-body .block ul {
  list-style: none;
}
.group-body .block li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: normal;
  position: relative;
  margin-bottom: 30px;
}
.group-body .block li:last-child {
  margin-bottom: 0;
}
.group-body .block li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 0;
  background-color: #0f2650;
  position: absolute;
  top: 13px;
  left: 6px;
}

.screenshot {
  width: min(100%, 480px);
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin: 16px 0 20px;
}
.screenshot.size-large {
  max-height: 350px;
}
.screenshot.border {
  border: 1px solid #e0e6ee;
}
@media screen and (max-width: 414px) {
  .screenshot.size-sp {
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.screenshot.mb-0px {
  margin-bottom: 0px;
}

.change-block {
  width: 100%;
  margin-bottom: 43px;
}
.change-block__header {
  width: 100%;
  border-bottom: 4px solid #2561cc;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.change-block__header:hover {
  cursor: pointer;
}
.change-block__header-left {
  width: calc(50% - 5px);
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #cfd4dc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.change-block__header-left.showing {
  background-color: #2561cc;
}
.change-block__header-right {
  width: calc(50% - 5px);
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #cfd4dc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.change-block__header-right.showing {
  background-color: #2561cc;
}
.change-block__body {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  display: none;
}
.change-block__body.showing {
  display: flex;
}
@media screen and (max-width: 820px) {
  .change-block__body {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.change-block__column {
  width: calc(33% - 14px);
}
@media screen and (max-width: 820px) {
  .change-block__column {
    width: 100%;
  }
}
.change-block__column.column-1 .change-block__bg-gray {
  padding-top: 13px;
}
.change-block__column.column-1 .change-block__img-wrapper {
  width: 170px;
}
.change-block__column.column-2 .change-block__bg-gray {
  padding-top: 17px;
}
.change-block__column.column-2 .change-block__img-wrapper {
  width: 150px;
}
.change-block__column.column-3 .change-block__bg-gray {
  padding-top: 22px;
}
.change-block__column.column-3 .change-block__img-wrapper {
  width: 130px;
}
.change-block__size {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-style: normal;
  margin-bottom: 0px !important;
  text-align: center !important;
}
.change-block__text {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-style: normal;
  margin-bottom: 15px !important;
  text-align: center !important;
  color: #576885;
}
.change-block__bg-gray {
  background-color: #cfd4dc;
  width: 100%;
  height: 95px;
  margin-bottom: 20px;
}
.change-block__img-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
}
.change-block__img-wrapper img {
  width: 100%;
}
.change-block__textarea {
  width: 100%;
  height: 135px;
  border: 1px solid #e7e9ed;
  font-size: 12px;
  color: #576885;
}

.th-left {
  width: 100%;
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  margin-bottom: 33px;
}
.th-left th {
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f2f7fd;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #0f2650;
  white-space: wrap;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .th-left th {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 12px 15px;
  }
}
.th-left td {
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #0f2650;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  .th-left td {
    display: block;
    width: 100%;
    padding: 16px;
    line-height: 1.5;
  }
}
.th-left td p {
  font-size: 16px;
  line-height: 1.3333333333;
  margin-bottom: 5px;
}
.th-left td p:last-child {
  margin-bottom: 0;
}
.th-left td p.td-example {
  padding-left: 15px;
  margin-bottom: 15px;
}
.th-left td p.td-example:last-child {
  margin-bottom: 0;
}
.th-left td .img-wrapper {
  width: min(300px, 100%);
  height: -moz-fit-content;
  height: fit-content;
}
.th-left td .img-wrapper img {
  width: 100%;
}

.th-top {
  width: 100%;
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  margin-bottom: 33px;
}
.th-top th {
  width: 50%;
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f2f7fd;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #0f2650;
  white-space: wrap;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .th-top th {
    font-size: 16px;
    padding: 12px 15px;
  }
}
.th-top td {
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #0f2650;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  .th-top td {
    padding: 16px;
    line-height: 1.5;
  }
}
.th-top td p {
  font-size: 16px;
  line-height: 1.3333333333;
  margin-bottom: 5px;
}
.th-top td p:last-child {
  margin-bottom: 0;
}
.th-top td p.td-example {
  padding-left: 15px;
  margin-bottom: 15px;
}
.th-top td p.td-example:last-child {
  margin-bottom: 0;
}
.th-top td .img-wrapper {
  width: min(300px, 100%);
  height: -moz-fit-content;
  height: fit-content;
}
.th-top td .img-wrapper img {
  width: 100%;
}/*# sourceMappingURL=guide.css.map */