<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#Wrap {
  overflow-x: visible;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
#dvStaticBox .common-main-column {
  gap: 30px;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  #dvStaticBox .common-main-column {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 24px;
  }
}
#dvStaticBox .common-main-column * {
  line-height: 1.6;
}

#dvStaticBox .common-side-nav {
  width: 210px;
}

@media screen and (max-width: 767px) {
  #dvStaticBox .common-side-nav {
    display: block;
    width: 100vw;
    margin: 0 -12px;
  }
}
#dvStaticBox .common-main {
  width: auto;
  flex: 1;
}

@media screen and (max-width: 767px) {
  #dvStaticBox .common-main {
    width: 100%;
  }
}
#dvStaticBox .text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

#dvStaticBox p + p {
  margin-top: 1em;
}

.static-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .static-heading {
    margin-bottom: 24px;
  }
}
.static-heading--h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 64px 0 16px;
}

@media screen and (max-width: 767px) {
  .static-heading--h2 {
    margin: 48px 0 12px;
  }
}
.static-heading + .static-heading--h2 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .static-heading + .static-heading--h2 {
    margin-top: 24px;
  }
}
.static-heading--h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 32px 0 16px;
}

.static-heading--h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 32px 0 16px;
}

.static-heading--underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .static-heading--underline {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .common-side-nav aside {
    position: sticky;
    top: 24px;
  }
}
.static-nav {
  background: #F8F8F8;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .static-nav {
    border-top: none;
  }
  .static-nav:first-child {
    padding-top: 16px;
  }
  .static-nav:last-child {
    padding-bottom: 16px;
  }
}
.static-nav__title {
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .static-nav__title {
    font-size: 20px;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 16px 0;
    margin: 0 16px;
  }
}
.static-nav__list {
  padding: 16px;
}

.static-nav__list li {
  margin: 0;
}

.static-nav__list a {
  display: block;
  font-size: 14px;
  padding: 6px 0;
}

.static-table {
  width: 100%;
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.static-table th {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  width: 240px;
}

@media screen and (max-width: 767px) {
  .static-table th {
    width: 130px;
  }
}
.static-table td {
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 24px 0;
}

.btn-wrap--center {
  justify-content: center;
}

.btn {
  font-size: 14px;
  min-width: 200px;
  padding: 12px;
  border-radius: 40px;
  border: none;
  background: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .btn:hover {
    opacity: 1;
  }
}
.btn--primary {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ED6D68;
}
.btn--primary:hover {
  background-color: #e95e57;
}

.btn--secondary {
  color: #222;
  border: 1px solid #222;
}

.btn--secondary:hover {
  background-color: inherit;
}

.accordion-content {
  display: none;
}

.guide-top__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}

@media screen and (max-width: 767px) {
  .guide-top__menu {
    grid-template-columns: 1fr;
  }
}
.guide-top__menu li {
  margin: 0;
}

.guide-top__tel {
  display: inline-block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 4px;
  margin: 8px 0 4px;
}

.guide-top__tel p {
  margin: 0 !important;
}

.guide-top__tel-num {
  font-size: 24px;
}

.guide-top__tel-cap {
  font-size: 14px;
}

.guide-top__heading {
  border-bottom: 1px solid #222;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .guide-top__heading {
    margin-bottom: 20px;
  }
}
.list-guide__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list-guide .accordion-trigger {
  position: relative;
  display: block;
  padding: 16px 24px 16px 0;
}

@media screen and (max-width: 767px) {
  .list-guide .accordion-trigger {
    padding: 12px 24px 12px 0;
    font-size: 16px;
  }
}
.list-guide .accordion-trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.list-guide .accordion-trigger.is-active::after {
  transform: translateY(-50%) rotate(-135deg);
}

.list-guide .accordion-content li {
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .list-guide .accordion-content li {
    font-size: 15px;
  }
}
.list-guide .accordion-content a {
  display: block;
  padding: 12px 0 12px 24px;
}

@media screen and (max-width: 767px) {
  .list-guide .accordion-content a {
    padding: 10px 0 10px 24px;
  }
}
.guide-template {
  font-size: 16px;
}

.guide-template table {
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 24px 0;
}

.guide-template table th {
  padding: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.guide-template table td {
  padding: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.guide-template .img {
  position: relative;
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .guide-template {
    font-size: 15px;
  }
}
.guide-rectangle {
  position: relative;
  padding-left: 14px;
  margin-top: 32px !important;
}

.guide-rectangle::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #707070;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.link {
  color: #2D79C4;
  text-decoration: underline;
}

ol.l-list {
  padding-left: 1.2em;
}

ol.l-list li {
  line-height: 1.6;
  list-style: decimal;
  margin: 4px 0;
}

ul.l-list {
  padding-left: 1.4em;
}

ul.l-list li {
  list-style: disc;
  margin: 4px 0;
}

.anchor-link {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

@media screen and (max-width: 767px) {
  .anchor-link {
    font-size: 14px;
    gap: 8px 16px;
  }
}
.anchor-link a {
  position: relative;
  color: #2D79C4;
  padding-right: 16px;
}

.anchor-link a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #2D79C4;
  border-right: 2px solid #2D79C4;
  position: absolute;
  right: 1px;
  top: 7px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .anchor-link a::after {
    width: 5px;
    height: 5px;
    top: 5px;
  }
}
.faq {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 24px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .faq {
    width: 100vw;
    padding: 0 16px;
    margin: 0 -12px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .faq + .faq {
    border-top: none;
  }
}
.faq__q {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 24px 32px 24px 48px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .faq__q {
    font-size: 16px;
    padding: 16px 20px 16px 32px;
  }
}
.faq__q::before {
  content: "Q";
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 32px;
  height: 32px;
  background-color: #E5E5E5;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .faq__q::before {
    font-size: 16px;
    width: 24px;
    height: 24px;
    top: 16px;
  }
}
.faq__q::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .faq__q::after {
    width: 8px;
    height: 8px;
  }
}
.faq__q.is-active::after {
  transform: translateY(-50%) rotate(-135deg);
}

.faq__a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0 32px;
}

@media screen and (max-width: 767px) {
  .faq__a {
    border-top: none;
    padding: 0 0 16px 0;
  }
}
.font-bold {
  font-weight: bold;
}

.material__box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .material__box {
    padding: 24px 16px;
  }
}
.material__box:not(:last-child) {
  margin-bottom: 24px;
}

.material__item + .material__item {
  margin-top: 32px;
}

.material__text {
  margin-bottom: 16px;
}

.material__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.material__img picture {
  width: calc(50% - 8px);
}

@media screen and (max-width: 767px) {
  .material__img picture {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .material__img {
    width: 100%;
  }
}
.material__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .material__name {
    margin-bottom: 16px;
  }
}
.material__child-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .material__child-name {
    margin-bottom: 12px;
  }
}
.material__desc {
  font-size: 14px;
}

.guide-first div, .guide-first form, .guide-first h1, .guide-first h2, .guide-first h3, .guide-first h4, .guide-first ul, .guide-first li, .guide-first dl, .guide-first dt, .guide-first dd, .guide-first p {
  line-height: 1.6;
}

.guide-first__page-title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .guide-first__page-title {
    font-size: 6vw;
  }
}
.guide-first__page-title img {
  width: 180px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .guide-first__page-title img {
    width: 45vw;
  }
}
.guide-first__lead {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .guide-first__lead {
    font-size: min(16px, 4.5vw);
  }
}
.first-coupon {
  text-align: center;
  margin: 56px 0;
}

@media screen and (max-width: 767px) {
  .first-coupon {
    margin: 40px 0;
  }
}
.first-coupon__text {
  color: #CB2222;
  text-align: center;
}

.first-coupon__img {
  margin: 8px 0;
}

.first-coupon p {
  font-size: 15px;
  text-align: center;
}

.first-coupon a {
  text-decoration: none;
}

.first-point {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .first-point {
    margin: 56px 0;
  }
}
.first-point__item {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .first-point__item {
    margin-top: 48px;
  }
}
.first-point__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .first-point__heading {
    flex-direction: column;
    text-align: center;
  }
}
.first-point__text {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .first-point__text {
    font-size: 14px;
    text-align: left;
  }
}
.first-point__img {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  .first-point__img {
    gap: 4px;
    margin: 24px 0;
  }
}
.first-point__img--brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .first-point__img--brand {
    gap: 8px;
  }
}
.first-point__img--brand img {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .first-point__img--brand img {
    width: 28vw;
  }
}
.first-service {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 56px 0;
}

.first-service__heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .first-service__heading {
    font-size: min(24px, 6vw);
  }
}
.first-service__heading span {
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .first-service__heading span {
    font-size: min(32px, 8vw);
  }
}
.first-service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .first-service__list {
    width: 100vw;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -14px;
  }
}
.first-service__item {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 16px 32px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .first-service__item:nth-child(4), .first-service__item:last-child {
    border-right: none;
  }
  .first-service__item:nth-child(n+5) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .first-service__item {
    padding: 3vw 2vw 5vw;
  }
  .first-service__item:nth-child(even) {
    border-right: none;
  }
  .first-service__item:nth-child(n+7) {
    border-bottom: none;
  }
}
.first-service__item * {
  text-align: center;
}

.first-service__img img {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .first-service__img img {
    width: 80px;
  }
}
.first-service__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .first-service__title {
    font-size: min(15px, 4vw);
    margin-top: 8px;
  }
}
.first-service__text {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .first-service__text {
    font-size: min(13px, 4.4vw);
    margin-bottom: 8px;
  }
}
.first-service__link {
  margin-top: auto;
}

.first-service__link a {
  color: #2D79C4;
}

@media screen and (max-width: 767px) {
  .first-service__link a {
    font-size: min(13px, 4.4vw);
  }
}
.first-mail {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 64px 0;
}

.first-mail__heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.first-mail__text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .first-mail__text {
    font-size: 15px;
    text-align: left !important;
  }
}
.first-mail * {
  text-align: center;
}

.first-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 64px 80px;
}

@media screen and (max-width: 767px) {
  .first-app {
    padding: 56px 0;
  }
}
.first-app__text-wrap {
  width: 460px;
}

@media screen and (max-width: 767px) {
  .first-app__text-wrap {
    width: 100%;
  }
}
.first-app__text-wrap * {
  text-align: center;
}

.first-app__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.first-app__text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .first-app__text {
    font-size: 15px;
    text-align: left !important;
  }
}
.first-app__img {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .first-app__img img {
    width: 140px;
  }
}
.first-app__btn {
  width: 340px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F8F8F8;
  padding: 24px 32px;
  margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
  .first-app__btn {
    width: 100%;
    max-width: 340px;
  }
}
.first-app__btn a {
  display: inline-block;
  flex: 1;
}

.first-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 64px 80px;
}

@media screen and (max-width: 767px) {
  .first-line {
    padding: 56px 0;
  }
}
.first-line__text-wrap {
  width: 460px;
}

@media screen and (max-width: 767px) {
  .first-line__text-wrap {
    width: 100%;
  }
}
.first-line__text-wrap * {
  text-align: center;
}

.first-line__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.first-line__text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .first-line__text {
    font-size: 15px;
    text-align: left !important;
  }
}
.first-line__img {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .first-line__img img {
    width: 200px;
  }
}
.first-line__btn {
  width: 340px;
  background: #F8F8F8;
  padding: 24px 32px;
  margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
  .first-line__btn {
    width: 100%;
    max-width: 340px;
  }
}
.first-line__btn a {
  display: flex;
  align-items: center;
  column-gap: 16px;
  color: #2D79C4;
}

.first-line__btn img {
  width: 48px;
}

.first-search {
  background: #F8F8F8;
  padding: 40px 0 72px;
}

@media screen and (max-width: 767px) {
  .first-search {
    padding: 48px 0;
  }
}
.first-search__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.first-search__heading img {
  display: block;
  margin: 0 auto;
}

.first-search__text {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .first-search__text {
    text-align: left;
  }
}
.first-search__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .first-search__list {
    gap: 8px 4px;
    margin-top: 24px;
  }
}
.first-search__item {
  font-size: 16px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .first-search__item {
    font-size: 11px;
  }
}
.first-search__item img {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .first-search__item img {
    margin-bottom: 4px;
  }
}
.first-sns {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .first-sns {
    padding: 56px 0;
  }
}
.first-sns * {
  text-align: center;
}

.first-sns__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.first-sns__text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .first-sns__text {
    font-size: 15px;
    text-align: left !important;
  }
}
.first-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 32px 0;
}

.first-sns__list img {
  width: 24px;
}

.cvsimage {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 40px;
}

.cvsimage &gt; div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  background-color: #f7f7f7;
  width: calc((100% - 8px) / 3);
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .cvsimage &gt; div {
    width: 100%;
  }
}
.cvsimage &gt; div:nth-child(4), .cvsimage &gt; div:nth-child(5) {
  width: calc((100% - 4px) / 2);
}

@media screen and (max-width: 767px) {
  .cvsimage &gt; div:nth-child(4), .cvsimage &gt; div:nth-child(5) {
    width: 100%;
  }
}
.cvsimage .numbering {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background-color: #555;
  border-radius: 50%;
}

.cvsimage h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  flex: 1;
}

.cvsimage figure {
  width: 100%;
  text-align: center;
}

.cvsimage p:not(.numbering) {
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  table.member-rank {
    width: 600px;
  }
}
.henpinguide_not {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.henpinguide_not dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.henpinguide_not dt img {
  width: auto;
  max-width: 100%;
  max-height: 66px;
}

.henpinguide_not dd {
  font-size: 14px;
}

.guide-app__content {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .guide-app__content {
    padding: 24px 16px;
  }
}
.guide-app__content .static-heading--h3 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .guide-app__content .static-heading--h3 {
    text-align: center;
    margin-bottom: 16px;
  }
}
.guide-app__content dl {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 16px;
  margin-top: -32px;
}

@media screen and (max-width: 767px) {
  .guide-app__content dl {
    margin-top: 0;
  }
}
.guide-app__content dl.img-left {
  flex-direction: row;
}

.guide-app__content dt {
  width: 224px;
}

@media screen and (max-width: 767px) {
  .guide-app__content dt {
    width: 40%;
  }
}
.guide-app__content dt .img {
  position: relative;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .guide-app__content dt .img {
    height: 224px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .guide-app__content dt .img {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .guide-app__content dt .img img {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 120px;
    transform: translateX(-50%);
  }
}
.guide-app__content dd {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .guide-app__content dd {
    margin: 16px 0;
  }
}
.guide-app__slide {
  width: 570px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin: 24px auto;
}

@media screen and (max-width: 767px) {
  .guide-app__slide {
    width: 90%;
  }
}
.guide-app__slide * {
  border-radius: 16px;
}

.guide-app-dl {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .guide-app-dl {
    grid-template-columns: 1fr;
  }
}
.guide-app-dl &gt; div {
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .guide-app-dl__qr {
    display: none;
  }
}
.guide-app-dl__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.guide-app-dl__img {
  width: 70%;
  text-align: center;
  margin: 0 auto 20px;
}

.guide-template.henpin * {
  line-height: 1.6;
}

.henpin-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 80px;
  background-color: #f8f8f8;
  padding: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .henpin-box {
    padding: 24px 16px;
  }
}
.henpin-box .static-heading--h3 {
  margin-top: 0;
}
.henpin-box .btn-wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .henpin-box .btn-wrap {
    justify-content: center;
  }
}
.henpin-box .btn {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .henpin-box .btn {
    width: 100%;
    max-width: 280px;
  }
}
.henpin-box .btn span {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .henpin-box__img img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .henpin-box__text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .henpin-box__text p {
    text-align: center;
  }
}
.henpin-box__text--bottom {
  text-align: center;
}
.henpin-box__text--bottom .btn-wrap {
  justify-content: center;
  margin-bottom: 24px;
}

.henpin-not-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .henpin-not-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.henpin-not-items dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .henpin-not-items dl:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .henpin-not-items dl:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .henpin-not-items dl {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 767px) {
  .henpin-not-items dl:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .henpin-not-items dl:nth-child(odd) {
    padding-left: 0;
  }
  .henpin-not-items dl:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
}
.henpin-not-items dt {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .henpin-not-items dt img {
    max-height: 66px;
  }
}
.henpin-not-items dd {
  font-size: 14px;
}</pre></body></html>