.page-id-35 .l-contents__container.c-fluid-container {
  padding: 0;
}
.checktest-result-page .post-35 {
  margin-bottom: 100px;
}
.checktest-result-page #diagnostic {
  margin-bottom: 0;
  padding-bottom: 0;
}

.checktest {
  max-width: inherit;
  margin: 0 auto;
}
.checktest #diagnostic {
  padding-top: 0;
}

.checktest #diagnostic .smb-section__title {
  font-size: 28px;
  font-weight: 700;
}

.checktest-hero {
  text-align: center;
  padding: 32px 16px 24px;
}

.checktest-hero__breadcrumb {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #666;
  margin-bottom: 8px;
}

.checktest-hero__title {
  font-size: clamp(24px, 4vw, 36px);
  margin: 8px 0 12px;
}

.checktest-hero__lead {
  font-size: 18px;
  margin-bottom: 12px;
}

.checktest-hero__points {
  list-style: none;
  padding: 0;
  margin: 0 auto 16px;
  max-width: 520px;
  text-align: left;
}

.checktest-hero__points li {
  padding-left: 18px;
  position: relative;
  margin: 6px 0;
}

.checktest-hero__points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1f6feb;
}

.checktest-hero__desc {
  max-width: 720px;
  margin: 0 auto 12px;
  line-height: 1.7;
}

.checktest-hero__time {
  font-weight: 600;
  margin: 12px 0 16px;
}

.checktest-hero__start {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background: #1f6feb;
  color: #fff;
  text-decoration: none;
}

.checktest-form__title {
  font-size: 24px;
  margin: 24px 0 16px;
}

.checktest-alert {
  background: #fff4e5;
  border: 1px solid #ffd9a3;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.checktest-section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 24px 0 12px;
}

@media (max-width: 480px) {
  .checktest-section-header {
    gap: 10px;
  }
}
.checktest-section-header p {
  color: #d9d9d9;
  font-size: 52px;
  line-height: 1;
  margin: 0;
}

.checktest-section-header h3 {
  margin: 0;
  font-size: 20px;
  margin-top: 10px;
  flex:1 1 0;
  min-width:0;           
  overflow-wrap:anywhere;
  word-break:break-word;
}
@media (max-width: 480px) {
  .checktest-section-header h3 {
    font-size: 18px;
  }
}

.checktest-question-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}

.checktest-question-body {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex: 1 1 auto;
}

.checktest-question-label {
  white-space: nowrap;
  color: var(--accent-color);
  font-size: 18px;
  margin: 0;
}

.checktest-question-body h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}

.checktest-question-body .has-sm-s-font-size {
  margin: 0;
  color: #666;
  font-size: 12px;
}

.checktest-question-actions {
  flex: 0 0 auto;
}

.checktest-question-actions .rbox {
  display: flex;
}
@media (max-width: 768px) {
  .checktest-question-actions .rbox {
    justify-content: flex-end;
  }
}

.checktest-question-actions .check {
  position: relative;
}

.checktest-question-actions .check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checktest-question-actions .check span {
  display: inline-block;
  min-width: 68px;
  padding: 8px 30px;
  border: 1px solid #d9d9d9;
  font-weight: 700;
  color: var(--accent-color);
  background: #fff;
  text-align: center;
}
.checktest-question-actions .check:first-child span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.checktest-question-actions .check:last-child span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.checktest-question-actions .check input:checked + span {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.checktest .submit {
  margin-top: 24px;
  text-align: center;
}

.checktest .submit button {
  text-decoration: none;
}

.checktest .checktest-submit-box {
  border: none;
  background: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
}

.checktest .checktest-submit-box .smb-box__body {
  display: block;
}

.checktest .checktest-submit-box .tac {
  text-align: center;
}

.check-look-btn {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: auto;
  transform: translateY(2px) scale(0.98);
}
.check-look-btn:active {
  transform: translateY(2px) scale(0.98);
  border-bottom: 0 !important;
}

.checktest-result {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 2px solid #1f6feb;
}

.checktest-result__title {
  font-size: 24px;
  margin-bottom: 8px;
}

.checktest-result__overall,
.checktest-result__section {
  background: #f7f9fc;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
}

.checktest-result__label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 4px;
}

.checktest-result__score {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.checktest-result__headline {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.checktest-result__improve {
  font-size: 22px;
  margin: 24px 0 16px;
}

.checktest-result__cta {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #1f6feb;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.checktest-result__cta--bottom {
  display: block;
  width: fit-content;
  margin: 24px auto 0;
}

.checktest .line-height-0 {
  line-height: 1;
}

.checktest-diagnostic-items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 45px;
}

.checktest-diagnostic-item {
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .checktest-diagnostic-item {
    gap: 30px;
  }
}

.checktest-diagnostic-icon {
  display: flex;
  align-items: flex-start;
  color: #1e73be;
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
}

.checktest-diagnostic-icon img {
  min-width: 20px;
}

.checktest-diagnostic-item h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}

.checktest-diagnostic-item .has-sm-s-font-size {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.6;
}

.checktest .variable-contact--bottom {
  margin: 24px auto 0;
}

.checktest.is-perfect #diagnostic,
.checktest.is-perfect .variable-contact--bottom {
  display: none;
}

@media (max-width: 768px) {
  .checktest-question-row {
    flex-direction: column;
  }

  .checktest-question-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
.variable-number-flex {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.checktest-result-page #diagnostic {
  padding-top: 100px;
}

.variable-contact {
  padding: 0;
}

.flex-number {
  display: flex;
  flex-direction: row;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.mb-3 {
  margin-bottom: 45px;
}

.checktest-result-page .p-breadcrumbs-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .w65-sp {
    width: 65px;
  }

  .fit-content-sp {
    width: fit-content;
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
	#lets-check h2.smb-section__title {
		font-size: 20px !important;
	}
}

@media (max-width: 768px) {
	#lets-check .c-container {
		padding: 0 30px;
	}
}

@media (max-width: 768px) {
	.lets-check-start-flex {
		flex-wrap: inherit;
	}

	.lets-check-start-flex .lets-check-start-btn {
		max-width: 90vw;
	}
}

@media (max-width: 480px) {
  .slide-reveal-wrapper {
    overflow: inherit !important;
  }
}