:root {
  --akitoku-green: #007c45;
  --akitoku-orange: #f58220;
  --akitoku-stripe-light: #feeeb4;
  --akitoku-stripe-dark: #feeaa5;
  --akitoku-blue: #1689c9;
  --akitoku-text: #222;
}

.akitoku-page {
  color: var(--akitoku-text);
  background-color: var(--akitoku-stripe-light);
  background-image: repeating-linear-gradient(90deg,
      var(--akitoku-stripe-light) 0,
      var(--akitoku-stripe-light) 10px,
  var(--akitoku-stripe-dark) 10px,
  var(--akitoku-stripe-dark) 20px);
}

.akitoku-page img {
  max-width: 100%;
  height: auto;
}

.akitoku-nav {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.55);
}

.akitoku-nav ul {
  display: flex;
  justify-content: center;
  gap: 52px;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.akitoku-nav a {
  position: relative;
  color: #111 !important;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.akitoku-nav a:hover {
  color: var(--akitoku-green) !important;
  opacity: 0.7;
}

.akitoku-nav a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 3px 10px;
  border-right: 2px solid var(--akitoku-green);
  border-bottom: 2px solid var(--akitoku-green);
  transform: rotate(45deg);
}

.akitoku-content {
  box-sizing: border-box;
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 80px;
}

.akitoku-notes,
.akitoku-lead-notes {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}

.akitoku-lead {
  margin: 0 -20px 30px;
  padding: 28px 20px;
  background: #fff;
  text-align: center;
}

.akitoku-lead-text {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

.akitoku-lead-text sup {
  font-size: 0.6em;
  vertical-align: super;
}

.akitoku-lead-notes {
  margin: 12px 0 0;
}

.akitoku-period {
  width: min(100%, 800px);
  margin: 0 auto 34px;
  padding-bottom: 14px;
  border-bottom: 3px solid #111;
  text-align: center;
}

.akitoku-period .akitoku-heading {
  margin-bottom: 0;
  padding-bottom: 10px;
}

#rwd-content .akitoku-period h2 span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

#rwd-content .akitoku-period h2 {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  color: #111;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
  text-align: center;
}

#rwd-content .akitoku-period p {
  margin: 0;
  padding: 22px 0 8px;
  border-top: 3px solid #111;
  font-size: 3.4rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
  text-align: center;
}

#rwd-content .akitoku-period p strong {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.akitoku-period .akitoku-lead-notes {
  margin-top: 8px;
  text-align: center;
}

.akitoku-heading,
.akitoku-panel-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.akitoku-heading {
  margin: 0 0 12px;
  color: #111;
}

.akitoku-panel {
  overflow: hidden;
  margin: 0 0 38px;
  border: 2px solid var(--akitoku-green);
  border-radius: 18px;
  background: #fff;
}

.akitoku-panel-title {
  margin: 0;
  padding: 12px 20px;
  color: #fff;
  background: var(--akitoku-green);
}

.akitoku-panel-body {
  padding: 30px 48px;
  font-size: 1.45rem;
  line-height: 1.8;
}

.akitoku-gift {
  padding: 34px 48px 26px;
  text-align: center;
}

.akitoku-gift h2 {
  margin: 0 0 14px;
}

.akitoku-gift-copy {
  font-size: 1.8rem;
  font-weight: 700;
}

.akitoku-gift-highlight {
  color: var(--akitoku-blue);
  font-size: 2.3rem;
}

.akitoku-gift-number {
  color: inherit;
  font-size: 1.2em;
  font-weight: 700;
}

.akitoku-gift h3 {
  margin: 25px 0 12px;
  font-size: 1.6rem;
  font-weight: 400;
}

.akitoku-gift-logos {
  display: block;
}

.akitoku-gift-more {
  margin: 10px 0 0;
  color: var(--akitoku-blue);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}

#rwd-content .akitoku-gift-more a,
#rwd-content .akitoku-gift-more a:visited {
  color: inherit !important;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  #rwd-content .akitoku-gift-more a:hover {
    color: inherit !important;
    text-decoration: underline !important;
    opacity: 0.6;
  }
}

.akitoku-notes {
  margin: 18px 0 0;
  line-height: 1.6;
  text-align: left;
}

.akitoku-steps {
  margin: 0 0 38px;
}

.akitoku-steps ol {
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.akitoku-steps li {
  position: relative;
  margin: 0 0 44px;
  padding: 18px 24px 18px 160px;
  border-radius: 9px;
  background: #fff;
}

.akitoku-steps li:last-child {
  margin-bottom: 0;
}

.akitoku-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 20px 14px 0;
  border-style: solid;
  border-color: var(--akitoku-green) transparent transparent;
  transform: translateX(-50%);
}

.akitoku-step-label {
  position: absolute;
  top: 50%;
  left: 24px;
  color: var(--akitoku-green);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-50%);
}

.akitoku-steps li:nth-child(2) .akitoku-step-label {
  top: 24px;
  transform: none;
}

.akitoku-step-label strong {
  margin-left: 4px;
  color: inherit;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.akitoku-steps li > p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

#rwd-content .akitoku-steps .guide a,
#rwd-content .akitoku-steps .guide a:visited {
  color: #0066cc !important;
  font-size: inherit;
  font-weight: 400;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  #rwd-content .akitoku-steps .guide a:hover {
    color: #0066cc !important;
    text-decoration: underline !important;
    opacity: 0.65;
  }
}

.akitoku-steps small {
  display: block;
  margin-top: 8px;
}

.akitoku-button {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: min(100%, 520px);
  min-height: 54px;
  margin: 14px auto 0;
  padding: 12px 42px 12px 24px;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.akitoku-button--orange {
  background: var(--akitoku-orange);
}

.akitoku-steps .akitoku-button--orange {
  position: relative;
  margin-bottom: 30px;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.akitoku-steps .akitoku-button--orange::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

 .akitoku-steps .akitoku-button--orange:hover {
    background-color: #df6e0d;
    opacity: 0.85;
  }

.akitoku-button--green {
  background: var(--akitoku-green);
}

.akitoku-button small {
  font-size: .85em;
}

.akitoku-step-contact {
  margin-top: 20px;
  text-align: center;
}

  .akitoku-steps .akitoku-button--orange,
  .akitoku-step-contact {
    position: relative;
    left: -60px;
  }

.akitoku-step-contact .akitoku-step-contact-text {
  margin: 0 0 4px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
}

.akitoku-step-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.akitoku-step-tel-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.akitoku-step-tel-number {
  color: #111;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

#rwd-content .akitoku-step-tel-link {
  color: #111 !important;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .akitoku-step-contact .akitoku-step-contact-text {
    font-size: 1.45rem;
  }

  .akitoku-step-tel-icon {
    width: 25px;
    height: 25px;
  }

  .akitoku-step-tel-number {
    font-size: 2.8rem;
  }

  .akitoku-step-contact .akitoku-step-contact-notes {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

#rwd-content .akitoku-steps li > .akitoku-step-guide {
  margin: 10px 0 0;
  padding-left: 1em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
}

#rwd-content .akitoku-step-guide a,
#rwd-content .akitoku-step-guide a:visited {
  color: #0066cc !important;
  font-size: inherit;
  font-weight: 400;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  #rwd-content .akitoku-step-guide a:hover {
    color: #0066cc !important;
    text-decoration: underline !important;
    opacity: 0.65;
  }
}

.akitoku-model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 30px;
  padding: 38px 48px 44px;
}

.akitoku-model-card {
  text-align: center;
}

.akitoku-model-card h3 {
  margin: 0;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.akitoku-model-card>p {
  margin: 4px 0 2px;
}

.akitoku-model-card img {
  width: 100%;
}

.akitoku-model-card img + p {
  font-size: 1.4rem;
  font-weight: 700;
}

.akitoku-model-card a {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 280px;
  min-height: 42px;
  margin: 12px auto 0;
  padding: 8px 36px 8px 16px;
  border-radius: 3px;
  color: #fff !important;
  background: #4e982d;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.akitoku-model-card a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
  .akitoku-model-card a:hover {
    background-color: #397b20;
    opacity: 0.85;
  }
}

.akitoku-cta {
  margin: 0 0 52px;
}

.akitoku-cta .akitoku-entry-button {
  position: relative;
  width: min(90%, 540px);
  max-width: none;
  min-height: 125px;
  margin: 28px auto 0;
  padding: 24px 64px 24px 40px;
  border-radius: 8px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.akitoku-cta .akitoku-entry-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.akitoku-cta .akitoku-entry-button:hover {
    background-color: #df6e0d;
    opacity: 0.85;
  }

.akitoku-text-panel dl {
  display: block;
  margin: 0;
}

.akitoku-text-panel dt {
  margin: 22px 0 0;
  color: var(--akitoku-green);
  font-weight: 700;
}

.akitoku-text-panel dt:first-child {
  margin-top: 0;
}

.akitoku-text-panel dd {
  margin: 0;
}
.akitoku-text-panel ul {
  margin: 0;
  padding-left: 1.4em;
}

#notes .akitoku-panel-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#notes .akitoku-panel-body li {
  margin: 4px 0;
  padding-left: 1em;
  text-indent: -1em;
}

#rwd-content #notes .akitoku-panel-body a,
#rwd-content #faq .akitoku-panel-body a,
#rwd-content #privacy .akitoku-panel-body a,
#rwd-content #notes .akitoku-panel-body a:visited,
#rwd-content #faq .akitoku-panel-body a:visited,
#rwd-content #privacy .akitoku-panel-body a:visited {
  color: #0066cc !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  #rwd-content #notes .akitoku-panel-body a:hover,
  #rwd-content #faq .akitoku-panel-body a:hover,
  #rwd-content #privacy .akitoku-panel-body a:hover {
    color: #0066cc !important;
    text-decoration: underline !important;
    opacity: 0.65;
  }
}

.akitoku-faq dl {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid #999;
}

.akitoku-faq dl:first-child {
  padding-top: 0;
}

.akitoku-faq dl:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.akitoku-faq dt {
  margin-bottom: 13px;
  color: var(--akitoku-blue);
  font-weight: 700;
}

.akitoku-faq dd {
  margin-left: 0;
}

#rwd-content .akitoku-faq dt,
#rwd-content .akitoku-faq dd {
  margin-left: 0;
  padding: 2px 0 2px 40px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 28px 28px;
  line-height: 1.7;
}

#rwd-content .akitoku-faq dt {
  margin-bottom: 12px;
  color: #003182;
  background-image: url("../img/faq_q.svg");
  font-weight: 400;
}

#rwd-content .akitoku-faq dd {
  color: #222;
  background-image: url("../img/faq_a.svg");
}

#rwd-content .akitoku-privacy-policy-title {
  font-weight: 700 !important;
}

.akitoku-hanging-note {
  margin: 8px 0;
  padding-left: 1em;
  text-indent: -1em;
}

#rwd-content #rwd-main-content {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .akitoku-nav {
    padding: 12px 8px;
  }

  .akitoku-nav ul {
    gap: 0;
  }

  .akitoku-nav li {
    flex: 1;
    text-align: center;
  }

  .akitoku-nav a {
    display: grid;
    grid-template-rows: auto auto;
    align-content: center;
    justify-items: center;
    gap: 8px;
    height: 100%;
    padding: 6px 4px;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .akitoku-nav a span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2em;
    text-align: center;
  }

  .akitoku-nav a::after {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0;
  }
  .akitoku-content {
    width: calc(100% - 24px);
    padding: 20px 0 50px;
  }

  .akitoku-lead {
    margin: 0 -12px 20px;
    padding: 20px 18px;
  }

  .akitoku-lead-text {
    font-size: 1.5rem;
  }

  .akitoku-lead-notes {
    margin-top: 10px;
  }

  .akitoku-period {
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }

#rwd-content .akitoku-period h2 {
    padding-bottom: 8px;
    font-size: 1.5rem !important;
  }

  .akitoku-heading,
  .akitoku-panel-title {
    font-size: 1.5rem;
  }
  
  #rwd-content .akitoku-period p {
    padding-top: 16px;
    border-top-width: 2px;
    font-size: 2rem !important;
  }

  .akitoku-panel {
    margin-bottom: 24px;
    border-radius: 12px;
  }

  .akitoku-panel-title {
    padding: 9px 12px;
  }

  .akitoku-panel-body {
    padding: 20px 18px;
    font-size: 1.25rem;
  }

  .akitoku-gift {
    padding: 22px 16px 18px;
  }

  .akitoku-gift-copy {
    font-size: 1.35rem;
  }

  .akitoku-gift-highlight {
    font-size: 1.7rem;
  }

  .akitoku-gift-number {
    font-size: 1.2em;
  }

  .akitoku-gift-more {
    margin-top: 12px;
    font-size: 1.4rem;
    text-align: center;
  }

    .akitoku-gift h3 {
      margin-top: 18px;
      font-size: 1.3rem;
      font-weight: 400;
    }
  .akitoku-button {
    min-height: 48px;
    padding: 10px 28px 10px 14px;
    font-size: 1.25rem;
  }

  .akitoku-steps ol {
    padding: 0 10px;
  }

  .akitoku-steps li {
    margin-bottom: 54px;
    padding: 62px 18px 28px;
  }

  .akitoku-steps li:last-child {
    margin-bottom: 0;
  }

     .akitoku-steps li:not(:last-child)::after {
       bottom: -42px;
       border-width: 20px 14px 0;
     }

  .akitoku-step-label {
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
    transform: none;
  }

  .akitoku-step-label strong {
    font-size: 2.5rem;
    font-weight: 700;
  }

 .akitoku-steps .akitoku-button--orange {
    position: relative;
    left: auto !important;
    transform: none;
  }

  .akitoku-step-contact {
    position: static;
    left: auto !important;
    transform: none;
  }

  .akitoku-steps li > p {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
  }

  .akitoku-steps .akitoku-button--orange {
    margin-top: 26px;
    padding-right: 40px;
    padding-left: 18px;
  }

  .akitoku-steps .akitoku-button--orange::after {
    right: 18px;
  }

  .akitoku-step-contact {
    margin-top: 28px;
  }

  .akitoku-step-contact .akitoku-step-contact-text {
    font-size: 1.1rem;
  }

  .akitoku-step-tel-icon {
    width: 20px;
    height: 20px;
  }

  .akitoku-step-tel-number {
    font-size: 1.8rem;
  }

  .akitoku-step-contact .akitoku-step-contact-notes {
    margin-top: 8px;
    font-size: 1rem;
  }

  .akitoku-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
    padding: 24px 14px 28px;
  }

  .akitoku-model-card h3 {
    font-size: 1.7rem;
  }

  .akitoku-model-card>p {
    font-size: 1rem;
  }

  .akitoku-model-card a {
    width: 100%;
    min-height: 38px;
    margin-top: 10px;
    padding: 7px 26px 7px 8px;
    font-size: 1rem;
  }

  .akitoku-model-card a::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }

  .akitoku-cta {
    margin-bottom: 34px;
  }

  .akitoku-cta .akitoku-entry-button {
    width: 100%;
    min-height: 88px;
    margin-top: 22px;
    padding: 16px 42px 16px 20px;
    border-radius: 6px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  
  .akitoku-cta .akitoku-entry-button::after {
    right: 18px;
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }

  .akitoku-text-panel dt {
    margin-top: 16px;
  }

  .akitoku-text-panel dt:first-child {
    margin-top: 0;
  }

  .akitoku-faq dt,
  .akitoku-faq dd {
    padding-left: 30px;
  }

  .akitoku-faq dt::before,
  .akitoku-faq dd::before {
    font-size: 1.7rem;
  }

  #rwd-content .rwd-main-content {
  margin-bottom: 0 !important;
}
}


