@charset "Shift_JIS";

a {
  text-decoration: none;
  transition: 0.2s all;
}

ul li {
  list-style: none;
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, "CI", "Meiryo UI", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

p, h2, h3, h5, h6, a {
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  font-weight: 600;
}

img {
  width: 100%;
}

.caption {
  text-align: center;
}

.small {
  font-weight: 500;
  font-size: 14px;
  padding-top: 16px;
  padding-left: 1em;
  text-indent: -1em;
  color: #555;
  line-height: 1.6;
}

.indent {
  color: #555;
  text-indent: -1em;
  padding-left: 1em;
}

/* ================fadein================= */
.fadeIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadeIn.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* --------------------------------------------------------------- header*/
header {
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #fff;
}

.nav {
  position: fixed;
  padding: 3rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background: rgba(41, 41, 41, 0.9);
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 130px;
}

.nav.active {
  opacity: 1;
  visibility: visible;
}

.nav-menu-li {
  padding-bottom: 15px;
  font-size: 18px;
}

.nav-menu-li a {
  color: #fff;
}

.nav .btn {
  width: 240px;
  margin: 30px auto;
  padding: 12px 0;
}

.nav .signup {
  color: #000;
}

/* --------------------------------------------------------------- fv*/
.fv-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-blue:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------- campaign*/
#campaign {
  background: #fff7d5;
  padding: 70px 0;
}

/* --------------------------------------------------------------- feature */
#feature {
  background-color: #E3F0F6;
}

.feature-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 50px;
}

.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* --------------------------------------------------------------- flow*/
.flow-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.flow-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

/* --------------------------------------------------------------- footer*/
#ownerFooter .ownerNav01 .ownerNavList01 > li > a {
  font-size: 14px;
}

.f80p{ font-size: 80% !important;}

/* --------------------------------------------------------------------------------------- PC */
@media screen and (min-width: 751px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .nav-toggle {
    visibility: hidden;
  }
  body {
    min-width: 1200px;
    overflow: hidden;
  }
  h1 {
    text-align: left;
    line-height: 1;
  }
  h2 {
    color: #021729;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding-top: 80px;
    margin: 0 auto;
  }
  h2 span {
    color: #0D3D68;
    font-size: 48px;
  }
  .btn-blue {
    cursor: pointer;
    text-align: center;
  }
  .btn-blue a {
    display: block;
    width: 355px;
    padding: 8px 40px 9px 40px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 9px;
    border-bottom: 3px solid #28687D;
    background: #3489A4 url(/ownernet/invoice-pay/images/btn_arrow.webp) no-repeat 95% center/16px;
    margin-top: 52px;
  }
  /*===================================
  fadeDown
  ===================================*/
  .fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* --------------------------------------------------------------- header*/
  .header-box {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    width: calc(100vw - 70px);
    height: 80px;
    padding-left: 3%;
  }
  .logo {
    width: 210px;
    margin-bottom: 19px;
  }
  .header-nav {
    display: flex;
    align-items: center;
    -moz-column-gap: 48px;
         column-gap: 48px;
    margin-left: auto;
  }
  .header-nav li a {
    color: #021729;
    font-size: 16px;
    text-decoration: none;
  }
  .header-nav li a::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background: url(/ownernet/invoice-pay/images/expand_more.webp) no-repeat 95% center/32px;
  }
  .header-nav li a:hover {
    opacity: 0.7;
  }
  .header-box {
    width: 100%;
    max-width: 1286px;
    min-width: 1000px;
    height: 80px;
    margin: 0 auto;
  }
  /* --------------------------------------------------------------- fv*/
  #fv {
    padding-top: 80px;
    background: linear-gradient(180deg, #CFD8E1 0%, #FFF 63.47%, #CFD8E1 100%);
    height: 610px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fv .flow {
    display: flex;
    width: 572px;
    height: 180px;
    margin-top: 48px;
    justify-content: center;
    gap: 16px;
  }
  .fv .flow li {
    list-style: none;
  }
  .fv .flow li dl {
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 4px solid #FFF;
    background: linear-gradient(270deg, #0D3D68 6.29%, #4E86BF 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .fv .flow li dl dd {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  .fv .flow li dl dd span {
    font-size: 10px;
  }
  .fv .flow li dl dd .big {
    font-size: 50px;
  }
  .fv .flow li dl .medium {
    font-size: 34px;
  }
  .fv .flow + p {
    color: #021729;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    margin-top: 8px;
  }
  .fv-text {
    width: 581px;
  }
  .fv-txt .fv-1line {
    color: #0D3D68;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px;
  }
  .fv-txt .fv-2line {
    color: #0D3D68;
    font-weight: 700;
    font-size: 40px;
    border: 1px solid #0D3D68;
    background: #FFF;
    padding: 8px 16px;
    width: 342px;
    margin-bottom: 16px;
  }
  .fv-txt .fv-2line span {
    font-size: 56px;
  }
  .fv-txt .fv-3line {
    color: #021729;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 16px;
  }
  .fv-txt .fv-4line {
    color: #0D3D68;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Hiragino Mincho Pro", serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
  }
  .fv-wrapper {
    width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 47px;
         column-gap: 47px;
  }
  /* --------------------------------------------------------------- campaign*/
  #campaign img {
    max-width: 1000px;
  }
  /* --------------------------------------------------------------- about*/
  .about-wrapper1 img {
    margin: 40px auto;
    width: 1200px;
  }
  .worries {
    height: 682px;
    background: url(/ownernet/invoice-pay/images/worries_bg_sp.webp) no-repeat 0 0/cover;
    position: relative;
  }
  .worries .worries_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2880px;
  }
  #about {
    padding: 55px 0 0;
    text-align: center;
  }
  #about.aw2-bg {
    background-color: #0D3D68;
  }
  #about .about-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    padding-bottom: 78px;
  }
  #about .about-box img {
    width: 1200px;
    margin-top: 37px;
  }
  #about .container p {
    color: #FFFFFF;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
  }
  #about .container p span {
    font-family: "Hiragino Mincho Pro", serif;
    font-size: 56px;
    line-height: 150%;
  }
  #about .container p.attention {
    margin-top: 10px;
  }
  #about .container p.attention span {
    font-family: "Noto Sans CJK JP";
    font-size: 26px;
  }
  #about .container .about-box p {
    font-size: 26px;
    line-height: 1.3;
    background: linear-gradient(transparent 75%, #9E9169 60%);
  }
  /* --------------------------------------------------------------- feature*/
  #feature h2 {
    padding-top: 73px;
  }
  #feature .feature-wrapper {
    max-width: 1053px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 71px;
  }
  #feature .feature-box {
    width: 335px;
    height: 260px;
    position: relative;
  }
  #feature .feature-box .feature-title {
    border-radius: 20px;
    background: #0D3D68;
    width: 99px;
    padding: 4px 16px 6px 16px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: -20px;
  }
  #feature .feature-box p {
    width: 265px;
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 12px;
  }
  #feature .feature-box p.bold {
    font-size: 16px;
    font-weight: 700;
  }
  #feature .feature-box p.al {
    text-align: left;
  }
  #feature .feature-box .mb0 {
    margin-bottom: 0;
  }
  #feature .feature-box .note {
    font-size: 12px;
  }
  #feature .feature-box .attention {
    color: #0D3D68;
    font-size: 28px;
    font-weight: 700;
  }
  #feature .feature-box .attention span {
    font-size: 40px;
  }
  #feature .feature-box img {
    height: 60px;
    width: auto;
    margin: 24px 0 30px;
  }
  #feature .feature-box a.modal {
    margin-top: 16px;
    color: #3489A4;
    font-size: 14px;
    line-height: 16px;
    vertical-align: bottom;
    text-decoration: underline;
  }
  #feature .feature-box a.modal:hover {
    text-decoration: none;
  }
  #feature .feature-box a.modal::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(/ownernet/invoice-pay/images/icn_modal.webp) no-repeat center;
    background-size: 16px;
  }
  /* modal */
  .modalContents {
    margin: 0 auto;
    padding: 40px 80px;
    font-size: 14px;
    font-weight: 400;
  }
  .modalContents h2 {
    margin-bottom: 32px;
    padding-top: 0;
    color: #0D3D68;
    text-align: center;
    font-family: "Noto Sans CJK JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
  }
  .modalContents img {
    margin-bottom: 16px;
  }
  .modalContents p {
    font-weight: 400;
  }
  #closeBtn {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    width: 50px;
    height: 50px;
    background: url(/ownernet/invoice-pay/images/icn_close.webp) no-repeat center;
    background-size: 50px;
    cursor: pointer;
  }
  /* --------------------------------------------------------------- flow*/
  #flow h2 {
    padding-top: 70px;
  }
  #flow .container .caption {
    color: #3489A4;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 46px 0 24px;
  }
  #flow .container .caption p::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 2px;
    height: 26px;
    background-color: #3489A4;
    transform: rotate(160deg);
    margin-right: 14px;
    margin-bottom: -3px;
  }
  #flow .container .caption p::after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 2px;
    height: 26px;
    background-color: #3489A4;
    transform: rotate(20deg);
    margin-left: 14px;
    margin-bottom: -3px;
  }
  .flow-wrapper {
    width: 790px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 80px;
    gap: 30px;
  }
  .flow-box {
    width: 380px;
    padding: 32px 24px 28px;
    border: 2.138px solid #3489A4;
    background: #FFF;
    box-shadow: 0 4.276px 4.276px 0 rgba(0, 0, 0, 0.25);
  }
  .flow-box .logo {
    width: 171px;
    margin-bottom: 0;
  }
  .flow-box .logo-yoko {
    width: 328px;
    margin-top: 12px;
  }
  .flow-box p {
    color: #021729;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
  .flow-box .flow {
    display: flex;
    gap: 8px;
    margin-top: 13px;
  }
  .flow-box .flow li {
    list-style: none;
  }
  .flow-box .flow li dl {
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #4599B1;
    background: #FFF;
  }
  .flow-box .flow li dl dd {
    color: #021729;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
  }
  .flow-box .flow li dl .medium {
    color: #4599B1;
    font-size: 22px;
    font-weight: 700;
  }
  .flow-box .btn-blue a {
    color: #FFFFFF;
    display: block;
    width: 332px;
    padding: 8px 42px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 9px;
    border-bottom: 0;
    background: #3489A4 url(/ownernet/invoice-pay/images/btn_arrow2.webp) no-repeat 93% center/17px;
    margin-top: 18px;
    text-decoration: none;
  }
  .flow-box .btn-white a {
    color: #4599B1;
    display: block;
    width: 332px;
    padding: 8px 42px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 9px;
    border: 1px solid #4599B1;
    background: #FFFFFF url(/ownernet/invoice-pay/images/btn_arrow3.webp) no-repeat 93% center/17px;
    margin-top: 8px;
    text-align: center;
    text-decoration: none;
  }
  .flow-box .btn-white a:hover {
    opacity: 0.7;
  }
  .flow-box a {
    margin-top: 8px;
    color: #3489A4;
    display: block;
    width: 127px;
    font-size: 15px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    background: url(/ownernet/invoice-pay/images/btn_arrow4.webp) no-repeat 98% bottom/17px;
  }
  /* --------------------------------------------------------------- faq*/
  #faq {
    display: flex;
    width: 1200px;
    padding: 0px 60px 80px;
    flex-direction: column;
    align-items: center;
    background: #ECECEC;
    margin: 0 auto;
  }
  #faq h2 {
    margin-bottom: 48px;
    padding-top: 68px;
  }
  .faq_area {
    width: 1080px;
    margin: 0 auto;
  }
  .faq_area dl {
    padding: 10px;
    background-color: #fff;
    color: #021729;
  }
  .faq_area dl + dl {
    margin-top: 16px;
  }
  .faq_area dl dt {
    position: relative;
    padding-left: 64px;
    background: url(/ownernet/invoice-pay/images/icn_q.webp) no-repeat left top;
    background-size: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    vertical-align: middle;
  }
  .faq_area dl dd {
    position: relative;
    margin-top: 15px;
    padding-left: 64px;
    background: url(/ownernet/invoice-pay/images/icn_a.webp) no-repeat left top;
    background-size: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    vertical-align: middle;
  }
  /* --------------------------------------------------------------- footer*/
  #pageTopBtn {
    width: 51px;
    height: 51px;
    bottom: 40px;
  }
  #ownerFooter .ownerNav01 .ownerNavList01 > li > a {
    font-size: 14px !important;
    font-weight: 400;
    text-decoration: underline;
  }
  #ownerFooter .ownerNav02 .ownerNavList02 > li > a {
    font-size: 14px !important;
    font-weight: 400;
    text-decoration: underline;
  }
}
/* --------------------------------------------------------------------------------------- SP */
@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  body {
    width: 100%;
    min-width: auto;
  }
  .btn-blue {
    cursor: pointer;
    text-align: center;
  }
  .btn-blue a {
    display: block;
    width: 334px;
    margin: 0 auto;
    padding: 17px 40px 17px 40px;
    color: #FFF;
    border-radius: 9px;
    border-bottom: 3px solid #28687D;
    background: #3489A4 url(/ownernet/invoice-pay/images/btn_arrow.webp) no-repeat 95% center/16px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 1;
  }
  /* --------------------------------------------------------------- header*/
  .logo {
    width: 143px;
    margin-bottom: 19px;
  }
  header {
    position: relative;
  }
  .header-nav {
    display: none;
  }
  .header-box {
    align-items: center;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    padding: 18px 0 19px 8px;
  }
  #sp_nav {
    position: fixed;
    top: -52px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    transition: top 0.5s;
  }
  #sp_nav.is-show {
    top: 0;
  }
  #sp_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    padding: 8px 0;
  }
  #sp_nav ul li {
    display: flex;
    align-items: center;
    width: 25%;
    height: 52px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: url(/ownernet/invoice-pay/images/btn_arrow_anchor.webp) no-repeat center bottom;
    background-size: 16px;
    line-height: 1.2;
  }
  #sp_nav ul li a {
    width: 100%;
    color: #021729;
    text-decoration: none;
  }
  /* --------------------------------------------------------------- fv*/
  #fv {
    position: relative;
    background: linear-gradient(179deg, #CFD8E1 1.1%, #FFF 29.62%, #FFF 56.1%, #CFD8E1 96.69%);
    height: 600px;
  }
  #fv .btn-blue {
    position: absolute;
    bottom: 197px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv .flow {
    display: flex;
    width: 334px;
    height: 106px;
    justify-content: center;
    gap: 16px;
  }
  .fv .flow li {
    list-style: none;
  }
  .fv .flow li dl {
    box-sizing: border-box;
    width: 106px;
    height: 106px;
    padding: 21px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px solid #FFF;
    background: linear-gradient(90deg, #4E86BF 0%, #0D3D68 98.58%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .fv .flow li dl dd {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  .fv .flow li dl dd span {
    font-size: 8px;
  }
  .fv .flow li dl dd .big {
    font-size: 32px;
  }
  .fv .flow li dl .medium {
    font-size: 21px;
  }
  .fv .flow + p {
    color: #021729;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 8px;
  }
  .fv-text {
    /* width: 581px; */
  }
  .fv-txt {
    margin-bottom: 114px;
  }
  .fv-txt .fv-1line {
    color: #0D3D68;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 2px;
  }
  .fv-txt .fv-2line {
    width: 210px;
    margin: 0 auto 10px;
    padding: 4px 0 8px 0;
    border: 1px solid #0D3D68;
    background: #FFF;
    color: #0D3D68;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 1;
  }
  .fv-txt .fv-2line span {
    font-size: 36px;
  }
  .fv-txt .fv-3line {
    color: #021729;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 8px;
    text-align: center;
    line-height: 1.4;
  }
  .fv-txt .fv-4line {
    color: #0D3D68;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Hiragino Mincho Pro", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
  }
  .fv-wrapper {
    width: 334px;
    margin: 0 auto;
    padding-top: 35px;
  }
  /* worries */
  .worries {
    box-sizing: border-box;
    height: 446px;
    padding-top: 56px;
    background: url(/ownernet/invoice-pay/images/worries_bg.webp) no-repeat 0 0/cover;
    position: relative;
  }
  .worries .worries-title {
    margin-bottom: 32px;
    color: #021729;
    font-family: "Noto Sans CJK JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  .worries .worries-title span {
    font-size: 32px;
  }
  .worries .about-wrapper1 img {
    width: 355px;
    margin: 0 auto;
  }
  .worries .worries_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42px;
    background: url(/ownernet/invoice-pay/images/bg_arrow_sp.webp) no-repeat center bottom;
    background-size: cover;
  }
  .worries .worries_bottom img {
    display: none;
  }
  /* about */
  #about {
    margin-top: -1px;
    padding: 33px 0 0;
    text-align: center;
  }
  #about.aw2-bg {
    background-color: #0D3D68;
  }
  #about .about-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
  }
  #about .about-box img {
    width: 355px;
    margin-top: 27px;
  }
  #about .container .about_ttl {
    margin-bottom: 26px;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  #about .container .about_ttl span {
    font-family: "Hiragino Mincho Pro", serif;
    font-size: 32px;
    line-height: 150%;
  }
  #about .container .about-box p.attention {
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
  }
  #about .container .about-box p.attention span {
    background: linear-gradient(transparent 85%, #9E9169 60%);
  }
  /* feature */
  #feature {
    padding-top: 56px;
    padding-bottom: 58px;
  }
  #feature h2 {
    color: #021729;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
  }
  #feature .feature-wrapper {
    max-width: 335px;
    margin: 0 auto;
    row-gap: normal;
  }
  #feature .feature-box {
    position: relative;
    width: 335px;
    padding: 40px 0 32px;
  }
  #feature .feature-box + .feature-box {
    margin-top: 41px;
  }
  #feature .feature-box .feature-title {
    position: absolute;
    top: -20px;
    width: 99px;
    height: 35px;
    padding: 0 16px 0 16px;
    color: #FFF;
    border-radius: 20px;
    background: #0D3D68;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
  }
  #feature .feature-box p {
    width: 265px;
    padding-top: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
  }
  #feature .feature-box p.bold {
    padding-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
  #feature .feature-box p.al {
    padding-top: 20px;
    text-align: left;
    line-height: 1.5;
  }
  #feature .feature-box .mb0 {
    margin-bottom: 0;
  }
  #feature .feature-box .note {
    padding-top: 24px;
    font-size: 12px;
  }
  #feature .feature-box .attention {
    color: #0D3D68;
    font-size: 28px;
    font-weight: 700;
  }
  #feature .feature-box .attention span {
    font-size: 40px;
  }
  #feature .feature-box img {
    height: 60px;
    width: auto;
    margin: 24px 0 30px;
  }
  #feature .feature-box a.modal {
    margin-top: 16px;
    color: #3489A4;
    font-size: 14px;
    line-height: 16px;
    vertical-align: bottom;
    text-decoration: underline;
  }
  #feature .feature-box a.modal:hover {
    text-decoration: none;
  }
  #feature .feature-box a.modal::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(/ownernet/invoice-pay/images/icn_modal.webp) no-repeat center;
    background-size: 16px;
  }
  /* modal */
  .modalContents {
    margin: 0 auto;
    padding: 24px 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .modalContents h2 {
    margin-bottom: 16px;
    color: #0D3D68;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
  }
  .modalContents img {
    width: 355px;
    margin-bottom: 16px;
  }
  .modalContents p {
    font-weight: 400;
  }
  #closeBtn {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    width: 32px;
    height: 32px;
    background: url(/ownernet/invoice-pay/images/icn_close.webp) no-repeat center;
    background-size: 32px;
    cursor: pointer;
  }
  /* flow */
  #flow {
    padding: 56px 0 0;
  }
  #flow .container h2 {
    color: #021729;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
  }
  #flow .container .caption {
    color: #3489A4;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 32px 0 14px;
  }
  #flow .container .caption p::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 2px;
    height: 22px;
    background-color: #3489A4;
    transform: rotate(160deg);
    margin-right: 14px;
    margin-bottom: -3px;
  }
  #flow .container .caption p::after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 2px;
    height: 22px;
    background-color: #3489A4;
    transform: rotate(20deg);
    margin-left: 14px;
    margin-bottom: -3px;
  }
  #flow .flow-wrapper {
    width: 355px;
    margin: 0 auto;
    padding-bottom: 60px;
    row-gap: 26px;
  }
  #flow .flow-box {
    width: 355px;
    padding: 20px 24px 30px;
    border: 2.138px solid #3489A4;
    background: #FFF;
    box-shadow: 0 4.276px 4.276px 0 rgba(0, 0, 0, 0.25);
  }
  #flow .flow-box .logo {
    width: 171px;
    margin-bottom: 0;
  }
  #flow .flow-box .logo-yoko {
    width: 328px;
    margin-top: 12px;
  }
  #flow .flow-box p {
    color: #021729;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
  #flow .flow-box .flow {
    display: flex;
    gap: 8px;
    margin-top: 13px;
  }
  #flow .flow-box .flow li {
    list-style: none;
  }
  #flow .flow-box .flow li dl {
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #4599B1;
    background: #FFF;
  }
  #flow .flow-box .flow li dl dd {
    color: #021729;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
  }
  #flow .flow-box .flow li dl .medium {
    color: #3489A4;
    font-size: 22px;
    font-weight: 700;
  }
  #flow .flow-box .btn-blue a {
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    width: 306px;
    height: 38px;
    padding: 0 42px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 9px;
    border-bottom: 0;
    background: #3489A4 url(/ownernet/invoice-pay/images/btn_arrow2.webp) no-repeat 93% center/17px;
    margin-top: 18px;
    text-decoration: none;
    line-height: 38px;
  }
  #flow .flow-box .btn-white a {
    box-sizing: border-box;
    color: #4599B1;
    display: block;
    width: 306px;
    height: 36px;
    padding: 0 42px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 9px;
    border: 1px solid #4599B1;
    background: #FFFFFF url(/ownernet/invoice-pay/images/btn_arrow3.webp) no-repeat 93% center/17px;
    margin-top: 8px;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
  }
  #flow .flow-box a {
    margin-top: 8px;
    color: #3489A4;
    display: block;
    width: 127px;
    font-size: 15px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    background: url(/ownernet/invoice-pay/images/btn_arrow4.webp) no-repeat 98% center/17px;
  }
  /* faq */
  #faq {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 56px 10px 80px;
    flex-direction: column;
    align-items: center;
    background: #ECECEC;
    margin: 0 auto;
  }
  #faq h2 {
    margin-bottom: 30px;
    color: #021729;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
  }
  #faq .faq_area {
    max-width: 600px;
    min-width: 335px;
    margin: 0 auto;
  }
  #faq .faq_area dl {
    padding: 10px;
    background-color: #fff;
    color: #021729;
  }
  #faq .faq_area dl + dl {
    margin-top: 16px;
  }
  #faq .faq_area dl dt {
    position: relative;
    padding-left: 28px;
    background: url(/ownernet/invoice-pay/images/icn_q.webp) no-repeat left top;
    background-size: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: middle;
  }
  #faq .faq_area dl dd {
    position: relative;
    margin-top: 14px;
    padding-left: 28px;
    background: url(/ownernet/invoice-pay/images/icn_a.webp) no-repeat left top;
    background-size: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
  }
  /* --------------------------------------------------------------- footer*/
  #pageTopBtn {
    bottom: 40px;
  }
}