ul {
  list-style: none;
}

.guide__wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media screen and (max-width: 1100px) {
  .guide__wrapper {
    width: 90.9090909091vw;
    padding-top: 9.0909090909vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .guide__wrapper {
    width: 95.8333333333vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .guide__wrapper {
    padding-top: 18.5185185185vw;
    padding-bottom: 15.873015873vw;
    width: 91.0052910053vw;
  }
}
.guide__side {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .guide__side {
    display: none;
  }
}
.guide__side-group-name {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #cfd4dc;
  border-top: 1px solid #cfd4dc;
  text-align: left;
}
.guide__side-group-name.border-top-none {
  border-top: none;
}
.guide__side-items {
  list-style: none;
}
.guide__side-item {
  padding-top: 12px;
  padding-bottom: 12px;
  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: #4a4a4a;
  position: absolute;
  left: 0;
  top: 25px;
}
.guide__side-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  line-height: 1;
}
.guide__side-link:hover {
  color: #fa7a34;
}
.guide__main {
  width: calc(100% - 305px);
}
@media screen and (max-width: 768px) {
  .guide__main {
    width: 100%;
  }
}
.guide__main-group-block {
  background-color: #fef7f2;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-bottom: 40px;
}
@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: #4a4a4a;
  position: absolute;
  left: 0;
  top: 16px;
}
.guide__main-link {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .guide__main-link {
    font-size: 15px;
  }
}
.guide__main-link:hover {
  color: #fa7a34;
}
.guide__main-group-name {
  width: 100%;
  height: 67px;
  line-height: 67px;
  font-size: 26px;
  padding-left: 26px;
  padding-right: 16px;
  background: linear-gradient(45deg, rgb(239, 138, 69) 0%, rgb(239, 138, 69) 25%, rgb(230, 110, 80) 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 h2 {
  width: 100%;
  height: 67px;
  line-height: 67px;
  font-size: 26px;
  padding-left: 26px;
  padding-right: 26px;
  background: linear-gradient(45deg, rgb(239, 138, 69) 0%, rgb(239, 138, 69) 25%, rgb(230, 110, 80) 100%);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 3px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .content h2 {
    height: auto;
    line-height: 1.2857142857;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.content h3 {
  width: 100%;
  background-color: #fef7f2;
  color: #4a4a4a;
  line-height: 1.2857142857;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 0px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .content h3 {
    height: auto;
    line-height: 1.2857142857;
    font-size: 17px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.content h3:after {
  content: "";
  width: 12px;
  height: 3px;
  background: linear-gradient(45deg, rgb(239, 138, 69) 0%, rgb(239, 138, 69) 25%, rgb(230, 110, 80) 100%);
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  border-radius: 200px;
}
.content p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: justify;
}
.content .seal-border-block {
  width: 100%;
  border: 1px solid #4a4a4a;
  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: #ef8a45 !important;
  text-decoration: underline !important;
}

.group-body {
  padding-top: 28px;
  padding-bottom: 58px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .group-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.group-body p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #4a4a4a;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .group-body p {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.group-body p:last-child {
  margin-bottom: 0px;
}
.group-body p a {
  color: #ef8a45;
  text-decoration: underline;
}
.group-body .img-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 40px;
}
.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 li {
  padding-left: 47px;
  position: relative;
  font-size: 16px;
  line-height: 2;
  color: #4a4a4a;
  font-weight: bold;
}
.group-body li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #4a4a4a;
  position: absolute;
  top: 12px;
  left: 20px;
  border-radius: 50%;
}
.group-body a {
  color: #ef8a45;
  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: #fef7f2;
  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: #4a4a4a;
  position: absolute;
  top: 13px;
  left: 6px;
}

.change-block {
  width: 100%;
  margin-bottom: 43px;
}
.change-block__header {
  width: 100%;
  border-bottom: 4px solid #fa7a34;
  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: #fa7a34;
}
.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: #fa7a34;
}
.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: min(170px, 100%);
}
.change-block__column.column-2 .change-block__bg-gray {
  padding-top: 17px;
}
.change-block__column.column-2 .change-block__img-wrapper {
  width: min(150px, 100%);
}
.change-block__column.column-3 .change-block__bg-gray {
  padding-top: 22px;
}
.change-block__column.column-3 .change-block__img-wrapper {
  width: min(130px, 100%);
}
.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: 10px;
  background-color: #fef7f2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #4a4a4a;
  white-space: wrap;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .th-left th {
    display: block;
    font-size: 15px;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.th-left td {
  border: 1px solid #e7e9ed;
  border-collapse: collapse;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #4a4a4a;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  .th-left td {
    display: block;
    font-size: 15px;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.8;
  }
}
.th-left td p {
  font-size: 15px;
  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%;
}/*# sourceMappingURL=guide.css.map */