.page-hero {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-hero {
    height: 200px;
  }
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 34, 34, 0.2);
}
.page-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1152px, 100% - 48px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  text-shadow: 0 0 12px rgba(34, 34, 34, 0.8);
}
@media (max-width: 767px) {
  .page-hero__inner {
    width: min(1152px, 100% - 48px);
    gap: 20px;
  }
}
.page-hero__crumb {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 13px;
}
.page-hero__crumb a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page-hero__crumb {
    top: 24px;
  }
}
.page-hero__jp {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 2.8px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-hero__jp {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}
.page-hero__sub {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-hero__sub {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.intro {
  text-align: center;
  padding: 80px 0 40px;
}
.intro__ttl {
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  margin-bottom: 32px;
}
.intro__body {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2;
  color: #222222;
}

.cblock {
  padding: 60px 0;
}
.cblock__ttl {
  font-weight: 500;
  font-size: 32px;
  color: #222222;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .cblock__ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.cblock__row {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media (max-width: 767px) {
  .cblock__row {
    flex-direction: column;
    gap: 24px;
  }
}
.cblock__img {
  flex: 0 0 62%;
  align-self: stretch;
  min-height: 500px;
  background: #d9d9d9;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cblock__img {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4/3;
  }
}
.cblock__text {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: #222222;
}
.cblock__text p {
  white-space: pre-line;
}
.cblock__text .viewmore {
  float: none;
  margin: 32px 0 0;
}
.cblock--rev .cblock__row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cblock--rev .cblock__row {
    flex-direction: column;
  }
}

.lowhero {
  position: relative;
  height: 400px;
  background: #d9d9d9 center/cover no-repeat;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lowhero {
    height: 200px;
  }
}
.lowhero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 34, 34, 0.2);
}
.lowhero__inner {
  position: relative;
  z-index: 2;
  width: min(1152px, 100% - 48px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  text-shadow: 0 0 12px rgba(34, 34, 34, 0.8);
}
@media (max-width: 767px) {
  .lowhero__inner {
    gap: 20px;
  }
}
.lowhero__crumb {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 13px;
  line-height: normal;
}
.lowhero__crumb a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .lowhero__crumb {
    top: 24px;
  }
}
.lowhero__jp {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2.8px;
}
@media (max-width: 767px) {
  .lowhero__jp {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}
.lowhero__sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .lowhero__sub {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.ankers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 80px 144px 0;
  filter: drop-shadow(0 16px 8px rgba(22, 94, 131, 0.05));
}
@media (max-width: 1000px) {
  .ankers {
    padding: 48px 24px 0;
  }
}
@media (max-width: 767px) {
  .ankers {
    display: block;
    white-space: nowrap;
    padding: 80px 24px 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .ankers::-webkit-scrollbar {
    display: none;
  }
}
.ankers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 16px 24px;
  color: #165e83;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.ankers__item:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .ankers__item {
    display: inline-flex;
    flex-direction: row;
    gap: 4px;
    padding: 8px 16px;
    outline: 1px solid rgba(34, 34, 34, 0.3);
    outline-offset: -1px;
    color: rgba(34, 34, 34, 0.5);
    vertical-align: top;
  }
  .ankers__item + .ankers__item {
    margin-left: 8px;
  }
  .ankers__item:first-child {
    background: rgba(22, 94, 131, 0.1);
    outline-color: #165e83;
    color: #165e83;
  }
  .ankers__item:hover {
    opacity: 1;
    outline-color: #165e83;
    color: #165e83;
  }
}
.ankers__no {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ankers__no {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.ankers__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .ankers__label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.ankers__tri {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #165e83;
}
@media (max-width: 767px) {
  .ankers__tri {
    display: none;
  }
}

.chead {
  display: flex;
  align-items: center;
  gap: 40px;
  width: min(1296px, 100%);
  margin-inline: auto;
  min-height: 240px;
  padding: 44px 0 44px 64px;
  background: rgba(22, 94, 131, 0.3);
}
@media (max-width: 1000px) {
  .chead {
    padding-left: 32px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .chead {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    width: auto;
    margin: 0 0 0 24px;
    min-height: 200px;
    padding: 0 28px;
  }
}
.chead__no {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 120px;
  line-height: 120px;
  color: #165e83;
}
@media (max-width: 767px) {
  .chead__no {
    font-size: 48px;
    line-height: 48px;
  }
}
.chead__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
@media (max-width: 767px) {
  .chead__body {
    gap: 6px;
    width: 100%;
  }
}
.chead__ttl {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 1.4px;
  color: rgba(22, 94, 131, 0.7);
}
@media (max-width: 767px) {
  .chead__ttl {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.9px;
  }
}
.chead__sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .chead__sub {
    font-size: 14px;
    line-height: 21px;
  }
}

.detail-crumb--plain {
  width: auto;
  padding-top: 40px;
  font-size: 13px;
  line-height: normal;
  color: #222222;
}
.detail-crumb--plain a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .detail-crumb--plain {
    padding-top: 24px;
  }
}

.lowlead {
  width: min(960px, 100% - 48px);
  margin: 80px auto 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #222222;
}
@media (max-width: 767px) {
  .lowlead {
    margin-top: 64px;
    line-height: 35px;
  }
}

.lowsec {
  margin-top: 120px;
  scroll-margin-top: 80px;
}
@media (max-width: 767px) {
  .lowsec {
    margin-top: 64px;
    scroll-margin-top: 64px;
  }
}
.lowsec + .reserve {
  margin-top: 144px;
}
@media (max-width: 767px) {
  .lowsec + .reserve {
    margin-top: 80px;
  }
}

.lowbody {
  width: min(960px, 100% - 48px);
  margin: 96px auto 0;
}
@media (max-width: 767px) {
  .lowbody {
    margin-top: 48px;
  }
}
.lowbody--tight {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .lowbody--tight {
    margin-top: 32px;
  }
}

.cset + .cset {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .cset + .cset {
    margin-top: 40px;
  }
}
.cset__ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
  color: #222222;
  margin-bottom: 24px;
}
.cset__ttl::before {
  content: "";
  width: 4px;
  height: 28px;
  flex-shrink: 0;
  background: #165e83;
}
@media (max-width: 767px) {
  .cset__ttl {
    gap: 12px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.9px;
    margin-bottom: 24px;
  }
  .cset__ttl::before {
    width: 3px;
    height: 21px;
  }
}
.cset__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #222222;
}
.cset__text + .cset__text {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cset__text {
    line-height: 28px;
  }
}
.cset__img {
  margin-top: 0;
}
.cset__img img {
  width: 100%;
  height: auto;
}

.cnote {
  padding-top: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  color: #222222;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .cnote {
    font-size: 13px;
    line-height: 26px;
  }
}

.cinfo {
  margin-top: 16px;
  padding: 24px;
  background: rgba(22, 94, 131, 0.1);
}
@media (max-width: 767px) {
  .cinfo {
    padding: 16px;
  }
}
.cinfo__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #165e83;
  margin-bottom: 12px;
}
.cinfo__body {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
  color: rgba(22, 94, 131, 0.7);
}

.halfinfo {
  display: flex;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .halfinfo {
    flex-direction: column;
  }
}
.halfinfo__col {
  flex: 1;
  min-width: 0;
  padding: 24px;
  background: rgba(22, 94, 131, 0.1);
}
@media (max-width: 767px) {
  .halfinfo__col {
    padding: 16px;
  }
}
.halfinfo__col--ng {
  background: rgba(238, 120, 0, 0.1);
}
.halfinfo__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #165e83;
  margin-bottom: 16px;
}
.halfinfo__col--ng .halfinfo__ttl {
  color: #ee7800;
}
.halfinfo__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.halfinfo__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  color: #222222;
}
.halfinfo__item::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: currentColor;
  color: #165e83;
  mask: radial-gradient(circle at 50% 50%, transparent 0 5px, #000 5.5px 7px, transparent 7.5px);
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 0 5px, #000 5.5px 7px, transparent 7.5px);
}
.halfinfo__col--ng .halfinfo__item::before {
  color: #ee7800;
  mask: none;
  -webkit-mask: none;
  background: none;
  position: relative;
  background-image: linear-gradient(45deg, transparent calc(50% - 0.75px), currentColor calc(50% - 0.75px), currentColor calc(50% + 0.75px), transparent calc(50% + 0.75px)), linear-gradient(-45deg, transparent calc(50% - 0.75px), currentColor calc(50% - 0.75px), currentColor calc(50% + 0.75px), transparent calc(50% + 0.75px));
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.appeals {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .appeals {
    align-items: stretch;
  }
}
.appeals__x {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  color: #165e83;
}
.appeals__x::before, .appeals__x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.appeals__x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .appeals__x {
    width: 14px;
    height: 14px;
    align-self: center;
  }
  .appeals__x::before, .appeals__x::after {
    width: 12px;
    height: 1px;
  }
}

.appeal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 32px;
  border: 2px solid #165e83;
}
@media (max-width: 767px) {
  .appeal {
    width: auto;
    min-width: 0;
    padding: 8px 6px;
    gap: 10px;
    border-width: 1px;
  }
}
.appeal__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #165e83;
  white-space: nowrap;
}
.appeal__label {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 1.6px;
}
.appeal__value {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 2.4px;
}
.appeal__note {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: #222222;
  text-align: center;
}
@media (max-width: 767px) {
  .appeal__row {
    flex-direction: column;
    gap: 4px;
  }
  .appeal__label {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.8px;
  }
  .appeal__value {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1.1px;
  }
  .appeal__note {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
  }
}

.fourpanel {
  margin: 64px 0;
  padding: 40px;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.3);
}
@media (max-width: 767px) {
  .fourpanel {
    margin: 40px 0;
    padding: 17px;
  }
}
.fourpanel__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #165e83;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .fourpanel__ttl {
    margin-bottom: 32px;
  }
}
.fourpanel__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 46px;
  row-gap: 46px;
}
@media (max-width: 767px) {
  .fourpanel__grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.cardfour__ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #222222;
  padding-bottom: 16px;
  box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 0.3);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cardfour__ttl {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.cardfour__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #222222;
}

.casebox {
  padding: 24px;
  border: 1px solid rgba(34, 34, 34, 0.3);
}
.casebox + .casebox {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .casebox {
    padding: 17px;
  }
  .casebox + .casebox {
    margin-top: 32px;
  }
}
.casebox__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  background: rgba(217, 217, 217, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #222222;
  text-align: center;
}
@media (max-width: 767px) {
  .casebox__photo {
    height: 320px;
    font-size: 12px;
    padding: 0 16px;
    line-height: 24px;
  }
}
.casebox__cols {
  display: flex;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .casebox__cols {
    flex-direction: column;
    margin-top: 16px;
  }
}
.casebox__cols:first-child {
  margin-top: 0;
}
.casebox__col {
  flex: 1;
  min-width: 0;
  padding: 24px;
  background: rgba(22, 94, 131, 0.1);
}
@media (max-width: 767px) {
  .casebox__col {
    padding: 16px;
  }
}
.casebox__col--plan {
  background: rgba(238, 120, 0, 0.1);
}
.casebox__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #165e83;
  margin-bottom: 12px;
}
.casebox__col--plan .casebox__ttl {
  color: #ee7800;
}
.casebox__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
  color: #222222;
}
.casebox__text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .casebox__text {
    margin-top: 16px;
  }
}
.casebox__text {
  min-height: 70px;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #222222;
}
@media (max-width: 767px) {
  .casebox__text {
    min-height: 0;
    line-height: 30px;
  }
}
.casebox__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.casebox__more .viewmore {
  float: none;
  margin: 0;
}

.cfig {
  margin-top: 16px;
}
.cfig__box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  background: rgba(217, 217, 217, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #222222;
  text-align: center;
}
@media (max-width: 767px) {
  .cfig__box {
    height: 320px;
    font-size: 12px;
    padding: 0 16px;
    line-height: 24px;
  }
}

.cpanel {
  margin-top: 16px;
  padding: 24px;
  background: #ffffff;
  outline: 1px solid rgba(34, 34, 34, 0.3);
  outline-offset: -1px;
}
@media (max-width: 767px) {
  .cpanel {
    padding: 16px;
  }
}
.cpanel__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #222222;
  margin-bottom: 24px;
}
.cpanel img {
  width: 100%;
  height: auto;
}

.clink {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
  padding: 0 0 8px 8px;
  box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 0.3);
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #222222;
  transition: color 0.3s, box-shadow 0.3s;
}
.clink::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ee7800;
  transition: transform 0.3s;
}
.clink:hover {
  color: #ee7800;
  box-shadow: inset 0 -1px 0 #ee7800;
}
.clink:hover::after {
  transform: translateX(8px);
}

.clink-row {
  display: flex;
  justify-content: flex-end;
}

.ctable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  outline: 1px solid rgba(34, 34, 34, 0.1);
  outline-offset: -1px;
  font-size: 14px;
  line-height: 28px;
}
.ctable th, .ctable td {
  padding: 8px 16px;
  text-align: left;
  vertical-align: top;
  box-shadow: inset -1px -1px 0 rgba(34, 34, 34, 0.1);
}
.ctable th {
  width: 120px;
  background: rgba(34, 34, 34, 0.05);
  font-weight: 500;
  color: #222222;
  white-space: nowrap;
}
.ctable thead th,
.ctable thead td {
  background: rgba(22, 94, 131, 0.1);
  font-weight: 500;
  color: #165e83;
}
.ctable thead th:first-child {
  background: rgba(34, 34, 34, 0.05);
  color: #222222;
}
.ctable td:first-of-type {
  font-weight: 500;
  color: #165e83;
}
.ctable td:last-child {
  font-weight: 400;
  color: #222222;
}
.ctable tr:last-child th,
.ctable tr:last-child td {
  box-shadow: inset -1px 0 0 rgba(34, 34, 34, 0.1);
}
.ctable tr:last-child td:last-child {
  box-shadow: none;
}
@media (max-width: 767px) {
  .ctable {
    min-width: 720px;
  }
  .ctable th {
    width: 96px;
  }
}

.ctable--w180 th {
  width: 180px;
}
.ctable--w180 td:first-of-type {
  width: 180px;
}
@media (max-width: 767px) {
  .ctable--w180 th, .ctable--w180 td:first-of-type {
    width: 140px;
  }
}

.ctable--check th {
  width: 140px;
}
.ctable--check td:first-of-type {
  font-weight: 400;
  color: #222222;
}
.ctable--check td:last-child {
  width: 140px;
  font-weight: 500;
  color: #165e83;
}
@media (max-width: 767px) {
  .ctable--check th, .ctable--check td:last-child {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .ctable-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.cflow__row {
  display: flex;
  align-items: stretch;
  box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 0.1);
}
@media (max-width: 767px) {
  .cflow__row {
    flex-direction: column;
  }
}
.cflow__main {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 24px;
  padding: 24px;
}
@media (max-width: 767px) {
  .cflow__main {
    gap: 16px;
    padding: 16px;
  }
}
.cflow__row--own .cflow__main {
  background: rgba(22, 94, 131, 0.05);
}
.cflow__no {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #165e83;
}
.cflow__ttl {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #165e83;
  margin-bottom: 12px;
}
.cflow__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #222222;
}
.cflow__cost {
  flex-shrink: 0;
  width: 312px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: rgba(34, 34, 34, 0.05);
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #222222;
}
@media (max-width: 767px) {
  .cflow__cost {
    width: auto;
    padding: 12px 16px;
  }
}
.cflow__cost--pay {
  background: rgba(238, 120, 0, 0.05);
  color: #ee7800;
}

.faq__item {
  background: #ffffff;
  padding: 16px 0;
  box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 0.3);
}
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 12px 0;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #222222;
}
.faq__mark {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 32px;
}
.faq__mark::before, .faq__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1.5px;
  background: #165e83;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}
.faq__mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__item.is-open .faq__mark::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__a {
  padding: 8px 48px 16px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #222222;
}
.faq__a[hidden] {
  display: none;
}
