#csr_responsive2 .ttl-lv2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0.1em;
}

#csr_responsive2 .ttl-lv3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px), print {
  #csr_responsive2 .ttl-lv2 {
    font-size: 20px;
    line-height: 28px;
  }
}
#consumer-orientation .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #consumer-orientation .flex {
    display: block;
  }
}
#consumer-orientation .flex-left {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #consumer-orientation .flex-left {
    width: 100%;
    margin-bottom: 1em;
  }
}
#consumer-orientation .flex-right {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #consumer-orientation .flex-right {
    width: 40%;
  }
}
#consumer-orientation .flex img {
  width: 100%;
  height: auto;
}
#consumer-orientation .link_followUp {
  color: #55b8a9 !important;
  border: solid 0.15em #55b8a9;
  border-radius: 999px;
  margin-top: 0.5em;
  margin-bottom: 2em;
  text-decoration: none;
  color: #fff;
  position: relative;
  border-radius: 999px;
  padding: 0.5em 2em 0.5em 1.5em;
  font-size: 1rem;
  transition: all 0.3s;
  border-radius: 999px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  font-weight: bold;
}
#consumer-orientation .link_followUp::before {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 0.15em solid #55b8a9;
  border-right: 0.15em solid #55b8a9;
}
#consumer-orientation .link_followUp:hover {
  opacity: 0.8;
}
#consumer-orientation .link_followUp:hover::before {
  right: 0.75em;
}
@media screen and (max-width: 768px) {
  #consumer-orientation .link_followUp {
    font-size: 0.8rem;
  }
}
#consumer-orientation .year-nav {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  #consumer-orientation .year-nav {
    margin: 3em 1em 0;
  }
}
#consumer-orientation .year-nav_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1em 0;
  flex-wrap: wrap;
  gap: 1em 0;
  margin-left: -12px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #consumer-orientation .year-nav_list {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
  }
}
#consumer-orientation .year-nav_item {
  position: relative;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #consumer-orientation .year-nav_item {
    border-bottom: none;
  }
}
#consumer-orientation .year-nav_item::before {
  position: absolute;
  background-color: #ccc;
  bottom: 0;
  content: "";
  margin: auto 0;
  position: absolute;
  right: 0;
  width: 1px;
  top: 0.6em;
  bottom: 0.6em;
}
#consumer-orientation .year-nav_item.selected::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.2em;
  background-color: #55b8a9;
}
#consumer-orientation .year-nav_link {
  padding: 0.3em 1.5em 0.75em;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #consumer-orientation .year-nav_link {
    padding: 0.3em 2.5em 0.75em;
  }
}
#consumer-orientation .year-nav_link:hover {
  color: #55b8a9;
  opacity: 1;
}
#consumer-orientation .year-nav_text {
  position: relative;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #consumer-orientation .year-nav_text {
    font-size: min(1.2em, 16px);
  }
}
#consumer-orientation .year-nav_text::after {
  position: absolute;
  border-bottom: 1px solid #55b8a9;
  border-right: 1px solid #55b8a9;
  content: "";
  right: -1em;
  display: block;
  flex-shrink: 0;
  height: 0.3em;
  rotate: 45deg;
  width: 0.3em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #consumer-orientation .year-nav_text::after {
    right: -0.7em;
  }
}
#consumer-orientation .year-box {
  padding: 1rem;
  border: solid #ccc 2px;
  border-left: solid #55b8a9 4px;
  margin: 1rem 0;
  font-size: 16px;
  word-break: break-all;
}
#consumer-orientation .year-box ol {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
#consumer-orientation .year-box li {
  list-style: none;
}
#consumer-orientation .year-box a {
  font-size: 1em;
  color: #55b8a9;
}

@media screen and (max-width: 768px) {
  .sr-link {
    width: min(22.5em, 100%);
  }
}
/*# sourceMappingURL=consumer-orientation.css.map */