@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
.es-container {
  max-width: 100%;
  padding: 0; }
  @media (max-width: 480px) {
    .es-container {
      font-size: 14px; } }

.es-header-breadcrumb .es-container {
  max-width: 1320px;
  padding: 0 15px; }

.entry-content p {
  margin-bottom: 0; }
@media (max-width: 480px) {
  .entry-content > * {
    padding: 0; } }

/* ------------------------
 cheader
------------------------ */
#cheader {
  max-width: 1320px;
  width: 95%;
  padding: 40px 0 0;
  margin: 0 auto; }
  @media (max-width: 480px) {
    #cheader {
      padding: 70px 0 0; } }
  #cheader .ttlWrap {
    align-items: center;
    position: relative; }
    #cheader .ttlWrap .pageTtl {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1;
      padding-left: min(100px,10.416vw); }
      #cheader .ttlWrap .pageTtl .en {
        font-size: clamp(72px, 12.4995vw, 120px);
        font-family: 'Lato', sans-serif;
        line-height: 1.2; }
      @media (max-width: 480px) {
        #cheader .ttlWrap .pageTtl {
          padding-left: 0; }
          #cheader .ttlWrap .pageTtl .en {
            font-size: 38px; }
          #cheader .ttlWrap .pageTtl .jp {
            font-size: 14px; } }
    #cheader .ttlWrap picture {
      position: relative;
      display: block;
      width: 75.75%;
      height: auto;
      overflow: hidden;
      border-radius: 40px;
      margin-right: min(40px,4.167vw);
      margin-left: auto; }
      #cheader .ttlWrap picture::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 54%; }
      #cheader .ttlWrap picture source, #cheader .ttlWrap picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      @media (max-width: 480px) {
        #cheader .ttlWrap picture {
          border-radius: 20px;
          margin-right: 0; } }

#cheaderSub {
  padding: 40px 0 0; }
  @media (max-width: 480px) {
    #cheaderSub {
      padding: 80px 0 0; } }
  #cheaderSub .ttlWrap {
    align-items: center;
    position: relative; }
    #cheaderSub .ttlWrap .pageTtl {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1;
      padding-left: calc((100% - 1120px)/ 2); }
      #cheaderSub .ttlWrap .pageTtl .en {
        font-size: clamp(72px, 12.4995vw, 120px);
        font-family: 'Lato', sans-serif;
        line-height: 1; }
      @media (max-width: 480px) {
        #cheaderSub .ttlWrap .pageTtl {
          padding-left: 5%; }
          #cheaderSub .ttlWrap .pageTtl .en {
            font-size: 38px; }
          #cheaderSub .ttlWrap .pageTtl .jp {
            font-size: 14px; } }
    #cheaderSub .ttlWrap picture {
      position: relative;
      display: block;
      width: 76.3888vw;
      height: 327px;
      overflow: hidden;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      margin-left: auto; }
      #cheaderSub .ttlWrap picture source, #cheaderSub .ttlWrap picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      @media (max-width: 480px) {
        #cheaderSub .ttlWrap picture {
          height: 150px;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; } }
    #cheaderSub .ttlWrap .subTtl {
      position: absolute;
      max-width: 380px;
      width: 60%;
      height: 60px;
      bottom: -24px;
      right: 0;
      clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 20px; }
      #cheaderSub .ttlWrap .subTtl.blue {
        background: #0095DE; }
      #cheaderSub .ttlWrap .subTtl.navy {
        background: #36558F; }
      @media (max-width: 480px) {
        #cheaderSub .ttlWrap .subTtl {
          height: 40px;
          font-size: 14px; } }

/* ------------------------
 layout
------------------------ */
.contentsWidth {
  max-width: 1320px;
  width: 90%;
  margin: min(144px,15vw) auto 0; }
  .contentsWidth:first-of-type {
    margin: min(120px,12.4995vw) auto 0; }
  @media (max-width: 480px) {
    .contentsWidth {
      width: 100%; } }

.commonWrap1 {
  background: #fff;
  border-radius: 40px;
  padding: 0 0 min(120px,12.4995vw);
  width: 100%;
  position: relative; }
  @media (max-width: 480px) {
    .commonWrap1 {
      border-radius: 0; } }
  .commonWrap1 .trapeziumTtl {
    max-width: 600px;
    width: 90%;
    height: 100px;
    position: relative;
    top: -20px;
    clip-path: polygon(8% 100%, 0% 0%, 100% 0%, 92% 100%);
    margin: 0 auto min(40px,4.167vw);
    display: flex;
    justify-content: center;
    align-items: center; }
    .commonWrap1 .trapeziumTtl.blue {
      background: #0095DE; }
    .commonWrap1 .trapeziumTtl.navy {
      background: #36558F; }
    .commonWrap1 .trapeziumTtl p {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      font-size: clamp(19.2px, 3.333vw, 32px);
      font-weight: 700;
      line-height: 1.4;
      color: #fff; }
      .commonWrap1 .trapeziumTtl p .line {
        display: block; }
        .commonWrap1 .trapeziumTtl p .line:first-of-type {
          font-size: 18px; }
        .commonWrap1 .trapeziumTtl p .line span {
          font-size: 20px; }
    @media (max-width: 480px) {
      .commonWrap1 .trapeziumTtl {
        height: 80px; }
        .commonWrap1 .trapeziumTtl p .line:first-of-type {
          font-size: 12px; }
        .commonWrap1 .trapeziumTtl p .line span {
          font-size: 14px; } }
  .commonWrap1 .infoTxt .strong {
    color: #36558F;
    font-weight: 700;
    font-size: clamp(19.2px, 3.333vw, 32px);
    margin-bottom: 10px;
    line-height: 1.4; }
  .commonWrap1 .infoTxt p {
    width: fit-content;
    margin: 0 auto; }
  .commonWrap1 h3 {
    position: relative;
    font-weight: 700;
    font-size: clamp(19.2px, 3.333vw, 32px);
    line-height: 1.2;
    padding-left: 20px;
    margin-bottom: min(33px,3.438vw); }
    .commonWrap1 h3::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 40px;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .commonWrap1 h3::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: -14px;
      left: 0; }
    .commonWrap1 h3.blue::before, .commonWrap1 h3.blue::after {
      background: #0095DE; }
    .commonWrap1 h3.navy::before, .commonWrap1 h3.navy::after {
      background: #36558F; }

.commonListGuide {
  margin-top: min(110px,11.4585vw);
  counter-reset: number 0;
  z-index: 1;
  position: relative; }
  .commonListGuide li {
    border: solid 2px #D6D6D6;
    box-shadow: 5px 5px 0 #EAEDF4;
    padding: 15px;
    position: relative;
    background: #fff; }
    .commonListGuide li figure {
      background: #EAEDF4;
      width: 100%;
      position: relative;
      padding-top: 68.571%; }
      .commonListGuide li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    .commonListGuide li .ttl {
      color: #36558F;
      font-size: 18px;
      font-weight: 700;
      margin-top: 8px; }
    .commonListGuide li dl dd {
      text-indent: -16px;
      padding-left: 16px; }
      .commonListGuide li dl dd.note {
        color: #F1887B; }
    .commonListGuide li div {
      position: relative;
      width: 100%;
      height: 100%;
      padding-bottom: 35px; }
      .commonListGuide li div::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 30px;
        background: linear-gradient(135deg, transparent 0%, transparent 50%, #36558F 50%, #36558F 100%); }
  .commonListGuide.num li::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: min(-38px,-3.9585vw);
    left: 18px;
    font-size: clamp(72px, 12.4995vw, 120px);
    color: #36558F;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    z-index: 5; }
  .commonListGuide.oblique li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    line-height: 1;
    background: url("/app/uploads/sites/1030/2023/07/oblique_line.svg") no-repeat center center/contain;
    width: 168px;
    height: 51px;
    z-index: -1; }
    @media (max-width: 480px) {
      .commonListGuide.oblique li::after {
        top: auto;
        right: auto;
        bottom: -30%;
        left: 50%;
        transform: translateX(-50%);
        background: url("/app/uploads/sites/1030/2023/07/oblique_line_tate.svg") no-repeat center center/contain;
        width: 51px;
        height: 168px; } }
  .commonListGuide.col3 li {
    width: calc(92% / 3);
    margin-right: 4%; }
    .commonListGuide.col3 li:nth-of-type(3n) {
      margin-right: 0; }
    .commonListGuide.col3 li:nth-child(n + 4) {
      margin-top: min(110px,11.4585vw); }
    @media (max-width: 480px) {
      .commonListGuide.col3 li {
        width: 100%;
        margin-right: 0; }
        .commonListGuide.col3 li + li {
          margin-top: 60px; }
        .commonListGuide.col3 li:nth-child(n + 4) {
          margin-top: 60px; } }
  .commonListGuide.col3.oblique li:nth-of-type(3n)::after {
    display: none; }
    @media (max-width: 480px) {
      .commonListGuide.col3.oblique li:nth-of-type(3n)::after {
        display: block; } }
  .commonListGuide.col3.oblique li:last-of-type::after {
    display: none; }
  .commonListGuide.col2 li {
    width: calc(92% / 2);
    margin-right: 8%; }
    .commonListGuide.col2 li:nth-of-type(2n) {
      margin-right: 0; }
    .commonListGuide.col2 li:nth-child(n + 3) {
      margin-top: min(110px,11.4585vw); }
    @media (max-width: 480px) {
      .commonListGuide.col2 li {
        width: 100%;
        margin-right: 0; }
        .commonListGuide.col2 li + li {
          margin-top: 60px; }
        .commonListGuide.col2 li:nth-child(n + 4) {
          margin-top: 60px; } }
  .commonListGuide.col2.oblique li:nth-of-type(2n)::after {
    display: none; }

ul.commonInfoLink li {
  max-width: 520px;
  width: 46.43%; }
  ul.commonInfoLink li:nth-child(n + 3) {
    margin-top: min(120px,12.4995vw); }
  ul.commonInfoLink li:nth-child(2n) {
    margin-left: 7.14%; }
  @media (max-width: 480px) {
    ul.commonInfoLink li {
      width: 100%; }
      ul.commonInfoLink li + li {
        margin-top: 80px; }
      ul.commonInfoLink li:nth-child(n + 3) {
        margin-top: 80px; }
      ul.commonInfoLink li:nth-child(2n) {
        margin-left: 0; } }
  ul.commonInfoLink li a {
    position: relative;
    display: block;
    transition: 0.5s; }
    ul.commonInfoLink li a figure {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      border-radius: 20px;
      background: #EAEDF4; }
      ul.commonInfoLink li a figure::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 57.69%; }
      ul.commonInfoLink li a figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    ul.commonInfoLink li a span {
      display: block; }
    ul.commonInfoLink li a .textBox {
      position: absolute;
      z-index: 3;
      bottom: -60px;
      right: 0;
      width: 65.38%;
      height: 140px;
      background: #fff;
      padding: min(36px,3.75vw) 0 0 min(35px,3.6465vw); }
      ul.commonInfoLink li a .textBox::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 5px;
        height: 100%;
        transition: all 0.5s; }
      ul.commonInfoLink li a .textBox.blue::before {
        background: #0095DE; }
      ul.commonInfoLink li a .textBox.navy::before {
        background: #36558F; }
      @media (max-width: 480px) {
        ul.commonInfoLink li a .textBox {
          height: 80px; } }
      ul.commonInfoLink li a .textBox .ttl {
        position: relative;
        z-index: 1; }
        ul.commonInfoLink li a .textBox .ttl span {
          color: #333333;
          transition: all 0.5s; }
          ul.commonInfoLink li a .textBox .ttl span.en {
            font-weight: 700;
            font-size: clamp(19.2px, 3.333vw, 32px);
            line-height: 1.4; }
      ul.commonInfoLink li a .textBox .arrow {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 25px;
        height: 25px; }
        ul.commonInfoLink li a .textBox .arrow svg {
          fill: #333333;
          transition: all 0.5s; }
        @media (max-width: 480px) {
          ul.commonInfoLink li a .textBox .arrow {
            width: 15px;
            height: 15px; } }
    @media (min-width: 481px) {
      ul.commonInfoLink li a:hover .textBox::before {
        width: 100%; }
      ul.commonInfoLink li a:hover .textBox .ttl span {
        color: #fff; }
      ul.commonInfoLink li a:hover .textBox .arrow svg {
        fill: #fff; } }

.stickyWrap .stickyContentsWrap {
  width: 74%; }
  @media (max-width: 480px) {
    .stickyWrap .stickyContentsWrap {
      width: 100%; } }
.stickyWrap .stickyLinkWrap {
  width: 240px; }
  @media (max-width: 480px) {
    .stickyWrap .stickyLinkWrap {
      width: 90%;
      margin: 50px auto 0; } }
  .stickyWrap .stickyLinkWrap .sticky {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: sticky;
    top: 150px;
    font-weight: 700; }
    @media (max-width: 480px) {
      .stickyWrap .stickyLinkWrap .sticky {
        position: relative;
        top: auto; } }
  .stickyWrap .stickyLinkWrap p {
    background: #36558F;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .stickyWrap .stickyLinkWrap a {
    display: flex;
    align-items: center;
    color: #36558F;
    font-size: 18px;
    position: relative;
    padding: 0 10px;
    height: 72px;
    line-height: 1; }
    .stickyWrap .stickyLinkWrap a + a {
      border-top: solid 1px #36558F; }
    .stickyWrap .stickyLinkWrap a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 36px;
      transform: translateY(-50%);
      width: 1px;
      height: 30px;
      background: #36558F; }
    .stickyWrap .stickyLinkWrap a span {
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      display: block;
      width: 14px;
      height: 14px;
      transition: all .5s; }
      .stickyWrap .stickyLinkWrap a span svg {
        fill: #36558F; }
    @media (min-width: 481px) {
      .stickyWrap .stickyLinkWrap a:hover {
        color: #fff;
        background: #36558F; }
        .stickyWrap .stickyLinkWrap a:hover::after {
          background: #fff; }
        .stickyWrap .stickyLinkWrap a:hover span {
          right: 8px; }
          .stickyWrap .stickyLinkWrap a:hover span svg {
            fill: #fff; } }

/* ------------------------
 residents
------------------------ */
#cheader .ttlWrap {
  color: #36558F; }

#joinSupport {
  background: #36558F;
  border-radius: 20px;
  color: #fff;
  padding: 20px min(80px,8.334vw);
  align-items: center;
  font-weight: 700; }
  #joinSupport .spLeft, #joinSupport .spRight {
    width: 50%;
    line-height: 1.4; }
    @media (max-width: 480px) {
      #joinSupport .spLeft, #joinSupport .spRight {
        width: 100%; } }
  #joinSupport .spLeft span {
    display: block;
    font-size: 18px; }
    #joinSupport .spLeft span.num {
      font-size: clamp(34.8px, 6.042vw, 58px); }
  @media (max-width: 480px) {
    #joinSupport .spLeft {
      text-align: center; }
      #joinSupport .spLeft span {
        font-size: 14px; } }
  #joinSupport .spRight {
    align-items: center; }
    #joinSupport .spRight figure {
      padding: 0 10px 0 20px; }
    #joinSupport .spRight > div {
      text-align: center; }
    #joinSupport .spRight p {
      font-size: clamp(19.2px, 3.333vw, 32px);
      border-bottom: solid 3px #FDB927;
      padding: 0 min(50px,5.208vw) 5px; }
    #joinSupport .spRight span {
      display: block;
      font-size: 18px;
      padding-top: 5px; }
    @media (max-width: 480px) {
      #joinSupport .spRight {
        margin-top: 20px; }
        #joinSupport .spRight figure {
          width: 90px;
          padding: 0 10px 0 0; }
        #joinSupport .spRight > div {
          width: calc(100% - 90px); }
        #joinSupport .spRight span {
          font-size: 12px; } }

#noJoinSupport {
  margin-top: min(80px,8.334vw); }
  #noJoinSupport .backLine {
    position: relative;
    color: #36558F;
    text-align: center;
    font-weight: 700;
    font-size: 18px; }
    #noJoinSupport .backLine::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      background: #36558F;
      display: block;
      width: 100%;
      height: 3px; }
    #noJoinSupport .backLine span {
      display: inline-block;
      background: #fff;
      position: relative;
      z-index: 5;
      padding: 0 min(30px,3.1245vw);
      line-height: 1.4; }
    @media (max-width: 480px) {
      #noJoinSupport .backLine {
        font-size: 14px; } }
  #noJoinSupport .joinContact {
    margin-top: 30px; }
    #noJoinSupport .joinContact > div {
      width: 47%;
      border-radius: 10px;
      text-align: center;
      padding: min(40px,4.167vw) min(60px,6.2505vw); }
      @media (max-width: 480px) {
        #noJoinSupport .joinContact > div {
          width: 100%; }
          #noJoinSupport .joinContact > div + div {
            margin-top: 15px; } }
      #noJoinSupport .joinContact > div p {
        font-weight: 700; }
        #noJoinSupport .joinContact > div p:first-of-type {
          font-size: 18px; }
        #noJoinSupport .joinContact > div p:nth-of-type(3) {
          font-size: clamp(34.8px, 6.042vw, 58px);
          line-height: 1.3; }
      #noJoinSupport .joinContact > div.honsya {
        background: #EAEDF4; }
        #noJoinSupport .joinContact > div.honsya p:nth-of-type(2), #noJoinSupport .joinContact > div.honsya p:nth-of-type(3) {
          color: #36558F; }
      #noJoinSupport .joinContact > div.minami {
        background: #FFF8E9; }
        #noJoinSupport .joinContact > div.minami p:nth-of-type(2), #noJoinSupport .joinContact > div.minami p:nth-of-type(3) {
          color: #FDB927; }

#appInfo .topImage {
  position: relative; }
  #appInfo .topImage .bg {
    display: block;
    width: 100%;
    position: relative;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden; }
    #appInfo .topImage .bg::before {
      content: '';
      width: 100%;
      display: block;
      padding-top: 45.454%; }
    #appInfo .topImage .bg source, #appInfo .topImage .bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    @media (max-width: 480px) {
      #appInfo .topImage .bg {
        border-radius: 0px; } }
  #appInfo .topImage .device {
    display: block;
    width: 31.515%;
    position: absolute;
    right: 0;
    bottom: -9%; }
#appInfo .infoTxt {
  margin: min(55px,5.7285vw) auto; }
#appInfo .strong {
  color: #FF7F02;
  font-weight: 700;
  font-size: clamp(19.2px, 3.333vw, 32px);
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center; }
#appInfo .downLoad {
  background: #FF7F02;
  color: #fff;
  padding: min(50px,5.208vw) 0; }
  @media (max-width: 480px) {
    #appInfo .downLoad {
      padding: 30px 0; } }
  #appInfo .downLoad .strong {
    font-size: clamp(19.2px, 3.333vw, 32px);
    color: #fff;
    text-align-last: center;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px; }
  #appInfo .downLoad .appDlWrap {
    max-width: 900px;
    margin: 0 auto; }
    #appInfo .downLoad .appDlWrap .txtBox {
      width: 60%; }
      #appInfo .downLoad .appDlWrap .txtBox .appWrap {
        margin-top: 20px;
        align-items: center; }
        #appInfo .downLoad .appDlWrap .txtBox .appWrap a {
          display: block;
          position: relative;
          width: 100%; }
          #appInfo .downLoad .appDlWrap .txtBox .appWrap a:first-of-type {
            max-width: 180px; }
          #appInfo .downLoad .appDlWrap .txtBox .appWrap a:last-of-type {
            max-width: 222px;
            margin-left: min(30px,3.1245vw); }
          #appInfo .downLoad .appDlWrap .txtBox .appWrap a img {
            width: 100%; }
          #appInfo .downLoad .appDlWrap .txtBox .appWrap a:hover img {
            transform: none; }
      @media (max-width: 480px) {
        #appInfo .downLoad .appDlWrap .txtBox {
          width: 100%; }
          #appInfo .downLoad .appDlWrap .txtBox .appWrap {
            justify-content: center; }
            #appInfo .downLoad .appDlWrap .txtBox .appWrap a:first-of-type {
              max-width: calc(180px * 0.8); }
            #appInfo .downLoad .appDlWrap .txtBox .appWrap a:last-of-type {
              max-width: calc(222px * 0.8); } }
    #appInfo .downLoad .appDlWrap .qrcord {
      max-width: 155px;
      width: 70%;
      margin-left: auto; }
      @media (max-width: 480px) {
        #appInfo .downLoad .appDlWrap .qrcord {
          margin: 20px auto 0; } }
#appInfo .commonListGuide.orange li figure img {
  background: #FFF2E5; }
#appInfo .commonListGuide.orange li .ttl {
  color: #FF7F02; }
#appInfo .commonListGuide.orange li div::after {
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #FF7F02 50%, #FF7F02 100%); }
#appInfo .commonListGuide.orange.num li::before {
  color: #FF7F02; }
#appInfo .flowTxt {
  text-align: center;
  font-size: clamp(12px, 2.0835vw, 20px);
  font-weight: 700;
  margin-top: min(40px,4.167vw); }
  #appInfo .flowTxt span {
    color: #FF7F02; }
#appInfo .dlDocument {
  margin-top: min(70px,7.2915vw); }
  #appInfo .dlDocument a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    max-width: 420px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    background: #FF7F02;
    margin: 25px auto 0;
    position: relative; }
    #appInfo .dlDocument a::after {
      content: url("/app/uploads/sites/1030/2023/07/document_dl.svg");
      display: block;
      width: 21px;
      height: 21px;
      margin-left: 20px;
      position: relative;
      top: -3px; }
    #appInfo .dlDocument a:hover {
      opacity: 0.7; }

.aboutApp {
  margin-bottom: min(100px,10.416vw); }
  .aboutApp li {
    border: solid 2px #D6D6D6;
    border-radius: 30px;
    box-shadow: 5px 5px 0 #EAEDF4;
    position: relative;
    background: #fff;
    width: calc(92% / 3);
    margin-right: 4%;
    overflow: hidden; }
    .aboutApp li:nth-of-type(3n) {
      margin-right: 0; }
    .aboutApp li:nth-child(n + 4) {
      margin-top: min(110px,11.4585vw); }
    @media (max-width: 480px) {
      .aboutApp li {
        width: 100%;
        margin-right: 0; }
        .aboutApp li + li {
          margin-top: 60px; }
        .aboutApp li:nth-child(n + 4) {
          margin-top: 60px; } }
    .aboutApp li figure {
      background: #FFF2E5;
      width: 100%;
      position: relative;
      padding-top: 76.231%; }
      .aboutApp li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    .aboutApp li > div {
      padding: 35px 15px;
      text-align: center; }
    .aboutApp li .ttl {
      color: #FF7F02;
      font-size: 18px;
      font-weight: 700;
      margin-top: 8px;
      line-height: 1.4; }
    .aboutApp li dl dd {
      text-indent: -16px;
      padding-left: 16px; }

#resiManners {
  margin-top: min(157px,16.3545vw); }
  @media (max-width: 480px) {
    #resiManners {
      margin-top: 100px; } }
  #resiManners dl.resiAccord {
    border-bottom: solid 1px #36558F; }
    #resiManners dl.resiAccord dt.targetBtn {
      cursor: pointer;
      color: #36558F;
      font-size: clamp(12px, 2.0835vw, 20px);
      font-weight: 700;
      padding: min(38px,3.9585vw) 0;
      position: relative; }
      #resiManners dl.resiAccord dt.targetBtn span {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
        #resiManners dl.resiAccord dt.targetBtn span::before, #resiManners dl.resiAccord dt.targetBtn span::after {
          background: #36558F; }
      @media (max-width: 480px) {
        #resiManners dl.resiAccord dt.targetBtn {
          font-size: 14px; }
          #resiManners dl.resiAccord dt.targetBtn span {
            width: 12px;
            height: 12px; } }
    #resiManners dl.resiAccord dd {
      padding: 0 min(130px,13.542vw) min(38px,3.9585vw) min(40px,4.167vw); }
      #resiManners dl.resiAccord dd ul {
        margin: min(30px,3.1245vw) 0; }
      @media (max-width: 480px) {
        #resiManners dl.resiAccord dd {
          padding: 0 min(40px,4.167vw) min(38px,3.9585vw) min(40px,4.167vw); } }

/* ------------------------
 useful information
------------------------ */
#cheaderSub .ttlWrap {
  color: #36558F; }

#contractStep .commonListGuide li:last-of-type {
  border: none;
  box-shadow: initial; }
  #contractStep .commonListGuide li:last-of-type::before {
    content: 'Fin';
    position: relative;
    color: #F1887B;
    top: auto;
    left: auto;
    display: block;
    text-align: center; }
  #contractStep .commonListGuide li:last-of-type div {
    height: auto;
    padding: 0; }
    #contractStep .commonListGuide li:last-of-type div::after {
      display: none; }
  #contractStep .commonListGuide li:last-of-type figure {
    background: none;
    width: 100%;
    position: relative;
    padding-top: 57.957%; }
  #contractStep .commonListGuide li:last-of-type .ttl {
    text-align: center;
    color: #F1887B; }
#contractStep #documents {
  margin-top: min(100px,10.416vw); }
  #contractStep #documents .ttl {
    position: relative;
    margin-bottom: 5px; }
    #contractStep #documents .ttl::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      background: #36558F; }
    #contractStep #documents .ttl span {
      position: relative;
      font-weight: 700;
      font-size: 18px;
      color: #36558F;
      background: #fff;
      padding-right: 25px;
      z-index: 5; }
      @media (max-width: 480px) {
        #contractStep #documents .ttl span {
          font-size: 16px; } }
  #contractStep #documents ul li {
    text-indent: -16px;
    padding-left: 16px; }

#procedureDetails .listWrap.container {
  width: 85%; }
  @media (max-width: 480px) {
    #procedureDetails .listWrap.container {
      width: 90%; } }
#procedureDetails section + section {
  margin-top: min(132px,13.7505vw); }
#procedureDetails #contractProcedure h3 {
  font-size: 20px;
  color: #36558F; }
  #procedureDetails #contractProcedure h3::before {
    position: absolute;
    width: 5px;
    height: 20px; }
  @media (max-width: 480px) {
    #procedureDetails #contractProcedure h3 {
      margin-bottom: 25px; } }

.linkProcedure {
  max-width: 540px;
  width: 90%;
  margin: min(60px,6.2505vw) auto; }
  .linkProcedure a {
    display: block;
    width: 46%;
    color: #36558F !important;
    border-bottom: solid 1px #36558F;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    transition: .5s;
    margin-bottom: 10px; }
    .linkProcedure a::after {
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      transform: rotate(45deg) translateY(-50%);
      display: block;
      width: 10px;
      height: 10px;
      border-bottom: solid 2px #36558F;
      border-right: solid 2px #36558F;
      transition: .3s; }
    .linkProcedure a:hover::after {
      top: 50%; }
    @media (max-width: 480px) {
      .linkProcedure a {
        width: 100%; } }

.procedureList.container {
  width: 85%; }
  @media (max-width: 480px) {
    .procedureList.container {
      width: 90%; } }
  .procedureList.container > div + div {
    margin-top: 40px; }
  .procedureList.container > div > p {
    padding: 0 min(20px,2.0835vw); }
    @media (max-width: 480px) {
      .procedureList.container > div > p {
        padding: 0; } }
  .procedureList.container > div dl {
    padding: 0 min(20px,2.0835vw); }
    @media (max-width: 480px) {
      .procedureList.container > div dl {
        padding: 0; } }
    .procedureList.container > div dl + dl {
      margin-top: 25px; }
    .procedureList.container > div dl dt {
      color: #36558F;
      font-weight: 700; }
    .procedureList.container > div dl dd {
      margin-top: 10px;
      padding: 0 min(40px,4.167vw); }
      @media (max-width: 480px) {
        .procedureList.container > div dl dd {
          padding: 0; } }
      .procedureList.container > div dl dd p.red {
        color: #F1887B;
        text-indent: -16px;
        padding-left: 16px; }
      .procedureList.container > div dl dd h4 {
        color: #36558F;
        font-size: 16px;
        position: relative;
        margin: 20px 0; }
        @media (max-width: 480px) {
          .procedureList.container > div dl dd h4 {
            font-size: 14px; } }
        .procedureList.container > div dl dd h4::before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          display: block;
          width: 100%;
          height: 1px;
          background: #36558F; }
        .procedureList.container > div dl dd h4 span {
          background: #fff;
          padding-right: 25px;
          position: relative;
          z-index: 1; }

.mainPoint {
  margin-top: 30px;
  padding: 0 min(20px,2.0835vw); }
  @media (max-width: 480px) {
    .mainPoint {
      width: 100%;
      padding: 0; } }
  .mainPoint > div + div {
    margin-top: 25px; }
  .mainPoint .guideTtl, .mainPoint .guideSubTtl {
    color: #36558F;
    font-weight: 700;
    margin-bottom: 5px; }
    @media (max-width: 480px) {
      .mainPoint .guideTtl, .mainPoint .guideSubTtl {
        text-align: center; } }
  .mainPoint .guideTtl span {
    font-size: 20px; }
  .mainPoint .pointWrap figure {
    width: 240px; }
    @media (max-width: 480px) {
      .mainPoint .pointWrap figure {
        width: 100%;
        text-align: center;
        margin-bottom: 5px; } }
  .mainPoint .pointWrap .txtWrap {
    width: calc(100% - 240px);
    padding-left: min(30px,3.1245vw); }
    .mainPoint .pointWrap .txtWrap span {
      display: block;
      margin-top: min(40px,4.167vw); }
    .mainPoint .pointWrap .txtWrap ul li {
      text-indent: -16px;
      padding-left: 16px; }
    @media (max-width: 480px) {
      .mainPoint .pointWrap .txtWrap {
        width: 100%;
        padding-left: 0; } }

/* ------------------------
 glossary
------------------------ */
#glossaryDetails {
  margin-top: min(157px, 16.3545vw); }
  #glossaryDetails .glossaryList.container {
    width: 80.4%;
    margin-top: min(60px, 6.2505vw); }
    @media (max-width: 480px) {
      #glossaryDetails .glossaryList.container {
        width: 95%; } }
  #glossaryDetails dl.resiAccord dt.targetBtn {
    cursor: pointer;
    color: #36558F;
    font-size: clamp(12px, 2.0835vw, 20px);
    font-weight: 700;
    position: relative; }
    #glossaryDetails dl.resiAccord dt.targetBtn span {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 60%;
      right: 0;
      transform: translateY(-50%); }
      #glossaryDetails dl.resiAccord dt.targetBtn span::before, #glossaryDetails dl.resiAccord dt.targetBtn span::after {
        background: #36558F; }
    #glossaryDetails dl.resiAccord dt.targetBtn h3 {
      font-size: 20px;
      margin-bottom: 25px; }
      #glossaryDetails dl.resiAccord dt.targetBtn h3::before {
        height: 20px; }
      #glossaryDetails dl.resiAccord dt.targetBtn h3::after {
        bottom: -10px; }
  #glossaryDetails dl.resiAccord dd ul li {
    padding: 0 20px 20px; }
    #glossaryDetails dl.resiAccord dd ul li p.ttl {
      width: 150px;
      font-weight: 700;
      color: #36558F; }
      #glossaryDetails dl.resiAccord dd ul li p.ttl span {
        display: block;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        background: #F1887B;
        width: 82px;
        text-align: center;
        border-radius: 5px; }
    #glossaryDetails dl.resiAccord dd ul li .textBox {
      width: calc(100% - 150px); }
      #glossaryDetails dl.resiAccord dd ul li .textBox p.text {
        font-size: 16px;
        line-height: 1.875; }
      #glossaryDetails dl.resiAccord dd ul li .textBox p.price {
        margin-top: 10px;
        color: #36558F;
        font-weight: 700; }
    #glossaryDetails dl.resiAccord dd ul li + li {
      border-top: 1px solid #36558F;
      padding: 20px; }
    #glossaryDetails dl.resiAccord dd ul li:last-child {
      border-bottom: 1px solid #36558F; }
  #glossaryDetails dl.resiAccord + dl {
    padding-top: 40px; }

@media (max-width: 480px) {
  #glossaryDetails {
    margin-top: 100px; } }
@media (max-width: 480px) {
  #glossaryDetails dl.resiAccord dt.targetBtn {
    font-size: 14px; }
    #glossaryDetails dl.resiAccord dt.targetBtn span {
      width: 12px;
      height: 12px; } }
@media (max-width: 480px) {
  #glossaryDetails dl.resiAccord dd {
    padding: 0 min(40px, 4.167vw) min(38px, 3.9585vw) min(40px, 4.167vw); } }
@media (max-width: 480px) {
  #glossaryDetails dl.resiAccord dd ul li {
    display: block;
    padding: 0 5px 15px; } }
@media (max-width: 480px) {
  #glossaryDetails dl.resiAccord dd ul li p.ttl {
    width: 100%; } }
@media (max-width: 480px) {
  #glossaryDetails dl.resiAccord dd ul li p.ttl span {
    display: inline-block;
    margin: 0 0 0 10px; } }
@media (max-width: 480px) {
  #glossaryDetails dl.resiAccord dd ul li .textBox {
    width: 100%;
    margin-top: 10px; } }
@media (max-width: 480px) {
  #glossaryDetails dl.resiAccord dd ul li .textBox p.text {
    font-size: 14px; } }
@media (max-width: 480px) {
  #glossaryDetails dl.resiAccord dd ul li .textBox p.price {
    margin-top: 5px; } }
@media (max-width: 480px) {
  #glossaryDetails dl.resiAccord dd ul li + li {
    padding: 15px 5px; } }
/* ------------------------
 point
------------------------ */
#pointDetail ul {
  margin-top: 60px; }
  #pointDetail ul li {
    box-sizing: content-box; }
    #pointDetail ul li .photoBox {
      width: 50%; }
      #pointDetail ul li .photoBox figure {
        background: #fff;
        width: 100%;
        position: relative;
        padding-top: 73.52%; }
        #pointDetail ul li .photoBox figure::before {
          content: '';
          position: absolute;
          background: rgba(54, 85, 143, 0.1);
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        #pointDetail ul li .photoBox figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        #pointDetail ul li .photoBox figure + figure {
          margin-top: min(63px, 6.5625vw); }
    #pointDetail ul li .descBox {
      width: 50%; }
      #pointDetail ul li .descBox .ttlBox span {
        display: block; }
        #pointDetail ul li .descBox .ttlBox span.number {
          width: 143px;
          height: 54px; }
        #pointDetail ul li .descBox .ttlBox span.ttl {
          font-size: clamp(19.2px, 3.333vw, 32px);
          color: #36558F;
          font-weight: 700;
          line-height: 1.5; }
      #pointDetail ul li .descBox .textBox {
        margin-top: 20px; }
        #pointDetail ul li .descBox .textBox dl dt {
          font-weight: 700;
          color: #36558F; }
        #pointDetail ul li .descBox .textBox dl + dl {
          margin-top: 20px; }
    #pointDetail ul li:nth-child(odd) .photoBox {
      padding: 0 7.5% 0 0; }
    #pointDetail ul li:nth-child(even) {
      flex-direction: row-reverse; }
      #pointDetail ul li:nth-child(even) .photoBox {
        padding: 0 0 0 7.5%; }
    #pointDetail ul li:nth-of-type(1) .photoBox figure img {
      width: 87.61%;
      height: 79.71%; }
    #pointDetail ul li:nth-of-type(2) .photoBox figure:nth-of-type(1) img {
      width: 86.76%;
      height: 90.86%; }
    #pointDetail ul li:nth-of-type(2) .photoBox figure:nth-of-type(2) img {
      width: 94.12%;
      height: 76.86%; }
    #pointDetail ul li:nth-of-type(3) .photoBox figure {
      padding-top: 85.08%; }
      #pointDetail ul li:nth-of-type(3) .photoBox figure img {
        width: 100%;
        height: 100%; }
    #pointDetail ul li:nth-of-type(4) .photoBox figure img {
      width: 86.97%;
      height: 74%; }
    #pointDetail ul li + li {
      margin-top: min(100px, 10.416vw); }

@media (max-width: 820px) {
  #pointDetail ul li {
    display: block; } }
@media (max-width: 820px) {
  #pointDetail ul li .photoBox {
    width: 70%;
    margin: 0 auto; } }
@media (max-width: 820px) {
  #pointDetail ul li .descBox {
    width: 100%; } }
@media (max-width: 480px) {
  #pointDetail ul li .descBox .textBox {
    margin-top: 12px; } }
@media (max-width: 480px) {
  #pointDetail ul li .descBox .textBox dl + dl {
    margin-top: 12px; } }
@media (max-width: 820px) {
  #pointDetail ul li:nth-child(odd) .photoBox {
    padding: 0;
    margin-bottom: 30px; } }
@media (max-width: 820px) {
  #pointDetail ul li:nth-child(even) .photoBox {
    padding: 0;
    margin-bottom: 25px; } }
@media (max-width: 820px) {
  #pointDetail ul li:nth-of-type(2) .photoBox {
    display: flex;
    width: 100%; } }
@media (max-width: 820px) {
  #pointDetail ul li:nth-of-type(2) .photoBox figure {
    width: 50%;
    padding-top: 36.52%; } }
@media (max-width: 820px) {
  #pointDetail ul li:nth-of-type(2) .photoBox figure:nth-of-type(2) {
    margin: 0 0 0 20px; } }
#pointStepWrap .stickyContentsWrap {
  width: 75.2%; }
  @media (max-width: 480px) {
    #pointStepWrap .stickyContentsWrap {
      width: 100%; } }
#pointStepWrap .stepListWrap.container {
  width: 80.4%;
  margin-top: 87px; }
  @media (max-width: 480px) {
    #pointStepWrap .stepListWrap.container {
      width: 95%; } }
  #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit {
    padding: 57px 30px 30px;
    border: 5px solid #36558F;
    position: relative; }
    #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit:not(:last-child)::before {
      content: '';
      position: absolute;
      background: url("/app/uploads/sites/1030/2023/07/stepLine.svg") no-repeat center center/contain;
      width: 49px;
      height: 60px;
      bottom: -60px;
      left: 50%;
      transform: translateX(-50%); }
    #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit p.number {
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translateX(-50%);
      width: 160px;
      height: 54px; }
    #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox {
      align-items: center; }
      #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .photoBox {
        width: 20.83vw;
        max-width: 300px; }
        #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .photoBox figure {
          background: #fff;
          width: 100%;
          position: relative;
          padding-top: 80%; }
          #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .photoBox figure::before {
            content: '';
            position: absolute;
            background: rgba(54, 85, 143, 0.1);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
          #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .photoBox figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
      #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox {
        margin: 0 0 0 20px;
        width: calc(100% - 20.83vw); }
        #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox p.ttl {
          font-size: 18px;
          font-weight: 700;
          color: #36558F; }
        #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox p.btn {
          border-radius: 10px;
          text-align: center;
          line-height: 60px;
          height: 60px;
          margin-top: 25px; }
          #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox p.btn.green {
            background: #2A9074; }
          #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox p.btn.navy {
            background: #36558F; }
          #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox p.btn a {
            color: #fff;
            text-align: center;
            display: block;
            font-size: 18px;
            font-weight: 700; }
            #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox p.btn a span {
              margin-right: 10px; }
              #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox p.btn a span img {
                filter: brightness(0) invert(1);
                vertical-align: middle; }
        #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox .storeListWrap {
          margin-top: 15px; }
          #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox .storeListWrap p.leadTxt {
            position: relative; }
            #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox .storeListWrap p.leadTxt::before {
              content: '';
              position: absolute;
              background: #36558F;
              height: 2px;
              width: 100%;
              top: 50%;
              transform: translateY(-50%);
              left: 0; }
            #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox .storeListWrap p.leadTxt span {
              background: #fff;
              font-size: 16px;
              font-weight: 700;
              color: #36558F;
              position: relative;
              z-index: 3;
              padding-right: 15px; }
          #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox .storeListWrap .storeList {
            margin-top: 5px; }
            #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox .storeListWrap .storeList p {
              max-width: 160px;
              width: 46.78%;
              background: #0095DE;
              border-radius: 10px;
              height: 40px;
              line-height: 40px;
              text-align: center;
              margin-right: 10px; }
              #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox .storeListWrap .storeList p a {
                color: #fff;
                font-size: 16px;
                font-weight: 700; }
              #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox .storeListWrap .storeList p:nth-child(2n) {
                margin-right: 0; }
              #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox .storeListWrap .storeList p:nth-child(n + 3) {
                margin-top: 10px; }
        #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox ul.checkList li {
          position: relative;
          padding-left: 1em; }
          #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox ul.checkList li::before {
            content: '・';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 10px; }
    #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit:nth-of-type(1) .descBox .photoBox figure img {
      width: 89.67%;
      height: 60%; }
    #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit:nth-of-type(3) .descBox .photoBox figure {
      padding-top: 94.33%; }
      #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit:nth-of-type(3) .descBox .photoBox figure img {
        width: 91%;
        height: 64.66%; }
    #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit:nth-of-type(4) .descBox .photoBox figure img {
      width: 75.33%;
      height: 72.92%; }
    #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit:nth-of-type(5) .descBox .photoBox figure {
      padding-top: 107.66%; }
      #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit:nth-of-type(5) .descBox .photoBox figure img {
        width: 90.67%;
        height: 40.87%; }
    #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit:nth-of-type(6) .descBox .photoBox figure img {
      width: 86%;
      height: 64.17%; }
    #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit + li {
      margin-top: 87px; }

@media (max-width: 1024px) {
  #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox {
    display: block; } }
@media (max-width: 1024px) {
  #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .photoBox {
    width: 70%;
    margin: 0 auto; } }
@media (max-width: 1024px) {
  #pointStepWrap .stepListWrap.container ul.stepList li.stepUnit .descBox .textBox {
    width: 100%;
    margin: 20px 0 0 0; } }
