@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400 700;
  src: url('../fonts/NotoSansJP-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
}


/* Base Font Setting
============================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

html, body {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation; /* ピンチズーム制御 */
}

html {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%; /* iOS Safariの文字サイズ自動調整防止 */
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  background: #f9faff;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
    font-weight: 300;
    line-height: 160%;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #ffffff;
    color: #2a2c34;
  }
}

body {
  color: #2a2c34;
  background: url(./../../../webapp/resources/images/background.png) center top no-repeat;
  background-size: 100% 1336px;
  position: relative;
  overflow-x: hidden;
}

body:before {
  content: "";
  max-width: 1826px;
  height: 1584px;
  flex-shrink: 0;
  border-radius: 540px;
  opacity: 0.15;
  background: var(
    --background-gradient-blue-0-c-53-d-60033-cc,
    linear-gradient(263deg, #0c53d6 0.66%, #03c 99.34%)
  );
  filter: blur(150px);
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

img {
  max-width: 100%;
}

p {
  margin-top: 16px;
  word-wrap: break-word;
  line-height: 160%;
}

p:first-child {
  margin-top: 0;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

b,
strong {
  font-weight: bold;
}

input, select, textarea {
  font-size: 16px; /* iOSのズーム発火回避（<16pxでズームする） */
  -webkit-appearance: none;
  border-radius: 8px;
}

:focus {
  outline: 2px solid #0C53D6;
  transition: none;
}

:root {
  --vh: 100%;
}

@supports (height: 100dvh) {
  :root {
    --vh: 100dvh;
  }
}

.is-noscroll {
  height: var(--vh);
  overflow: hidden;
}


input::placeholder {
  color: #757575 !important;
}

input::-webkit-input-placeholder {
  color: #757575;
}

input:-ms-input-placeholder {
  color: #757575;
}
@media screen and (max-width: 1024px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .pc-none {
    display: none !important;
  }
}

/* Layout
============================================*/
.l-main,
.l-main-lg {
  padding-top: 160px;
}

.l-main-nologin {
  padding-top: 104px;
}

.l-main-lg {
  max-width: 1200px;
}

.l-sideNav {
  display: block;
  position: relative;
}

.l-sideNav.is-active {
  display: block;
  padding: 0;
  background: none;
  border-radius: 24px;
}

.l-contents {
  overflow: hidden;
}

.t-bg .l-contents {
  padding-top: 0;
}

.font-size13 {
  font-size: 13px !important;
}

@media screen and (min-width: 769px) {
  .main-inner {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto 40px;
    background: rgba(255, 255, 255, 0.5);
    padding: 48px 64px 64px;
    border-radius: 40px;
    box-shadow: 0px 10px 28px 0px rgba(42, 44, 52, 0.05);
    position: relative;
  }
  .l-sideNav {
    height: 0;
    margin-top: 0;
  }
  .l-contents {
    position: relative;
    z-index: 1000;
  }
  .t-bg .l-contents {
    padding-top: 0;
  }
}

/* side nav
============================================*/
.sideNav-inner {
  width: 1200px;
  max-width: 1200px;
  overflow-y: auto;
  position: fixed;
  top: 64px;
  z-index: 10002;
}

.sideNav-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
}

.sideNav-overlay.is-active {
  display: block;
}

.user {
  font-size: 21px;
  font-weight: bold;
}

.user-name {
  margin-right: 10px;
}

.logout {
  font-size: 15px;
  font-weight: bold;
}

.logout::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  background-size: 20px 17px;
  background-image: url(../images/icon_logout.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

@media screen and (max-width: 1024px) {

  .sideNav-inner {
    right: -100%;
  }

  .l-main,
  .l-main-lg,
  .l-main-nologin {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1025px) {
  .sideNav-inner {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 auto;
    overflow: visible;
  }
  .sideNav-inner::-webkit-scrollbar {
    display: none;
  }
  .t-bg .sideNav-inner {
    background: none;
    padding-top: 0;
  }
  .sideNav-inner .box-shadow:last-of-type {
    margin-bottom: 40px;
  }
  .l-sideNav {
    height: 56px;
    margin-top: 16px;
  }
}

/* banner */
.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .banner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .banners li:first-of-type {
    margin-top: 0;
  }
}

/* grid
============================================*/
.l-grids,
.l-grids-gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-grids-gap {
  margin: -10px;
}

.l-grids-gap [class^="l-grid-"] {
  margin: 10px;
}

.l-grid-1 {
  width: 8.33%;
}

.l-grid-2 {
  width: 16.66%;
}

.l-grid-3 {
  width: 25%;
}

.l-grid-4 {
  width: 33.33%;
}

.l-grid-5 {
  width: 41.66%;
}

.l-grid-6 {
  width: 50%;
}

.l-grid-7 {
  width: 58.33%;
}

.l-grid-8 {
  width: 66.66%;
}

.l-grid-9 {
  width: 75%;
}

.l-grid-10 {
  width: 83.33%;
}

.l-grid-11 {
  width: 91.66%;
}

.l-grid-12 {
  width: 100%;
}

.l-grids-gap .l-grid-1 {
  width: calc(8.33% - 20px);
}

.l-grids-gap .l-grid-2 {
  width: calc(16.66% - 20px);
}

.l-grids-gap .l-grid-3 {
  width: calc(25% - 20px);
}

.l-grids-gap .l-grid-4 {
  width: calc(33.33% - 20px);
}

.l-grids-gap .l-grid-5 {
  width: calc(41.66% - 20px);
}

.l-grids-gap .l-grid-6 {
  width: calc(50% - 20px);
}

.l-grids-gap .l-grid-7 {
  width: calc(58.33% - 20px);
}

.l-grids-gap .l-grid-8 {
  width: calc(66.66% - 20px);
}

.l-grids-gap .l-grid-9 {
  width: calc(75% - 20px);
}

.l-grids-gap .l-grid-10 {
  width: calc(83.33% - 20px);
}

.l-grids-gap .l-grid-11 {
  width: calc(91.66% - 20px);
}

.l-grids-gap .l-grid-12 {
  width: calc(100% - 20px);
}

/* width
============================================*/
.w-20per {
  width: 20%;
}

.w-33per {
  width: 33%;
}

.w-560 {
  max-width: 560px !important;
  width: 100%;
}

.w-790 {
  max-width: 790px !important;
  width: 100%;
}

.w-994 {
  max-width: 994px !important;
  width: 100%;
  margin: auto;
}

.w-1024 {
  max-width: 1024px !important;
  width: 100%;
}

/* header/footer
============================================*/

header {
  padding: 24px 0 16px 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 12px;
  z-index: 2;
  border-radius: 0px 0px 300px 300px;
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10000;
}

.bg-single .l-header {
  background: #10b8e0;
}

.l-header.is-active {
  z-index: 10002;
}

.t-bg-primary .l-header {
  background: #10b8e0;
}

.header-inner {
  max-width: 1200px;
  height: 48px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  padding: 0;
}

.header-logo-item {
  width: 166px;
}

.header-logo-item-ntt {
  display: block;
  width: 80px;
}

.header-logo-item-billing {
  display: block;
  width: 114px;
}

.header-menu {
  width: 16px;
  height: 14px;
  position: relative;
  margin: 5px 4px;
}

.header-menu.is-animating,
.sideNav-overlay.is-animating {
  pointer-events: none;
}

.header-menu span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  z-index: 999;
  background-color: #fff;
}

.header-menu span:nth-of-type(1) {
  top: 0;
  width: 7px;
}

.header-menu span:nth-of-type(2) {
  top: 6px;
}

.header-menu span:nth-of-type(3) {
  bottom: 0;
  width: 12px;
}

.header-menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  width: 16px;
  top: -4px;
}

.header-menu.is-active span:nth-of-type(2) {
  display: none;
}

.header-menu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  width: 16px;
  top: 14px;
}

@media screen and (min-width: 1025px) {
  .header-logo-item-ntt {
    width: 95px;
  }
  .header-logo-item-billing {
    width: 127px;
  }

  .header-menu {
    display: none;
  }
  .t-bg .l-header {
    background: none;
    z-index: 9999;
  }
}

.l-footer {
  margin-top: 64px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-links a {
  color: #2a2c34 !important;
  font-weight: 500 !important;
}

.footer-links li {
  margin: 0 40px;
  padding: 0 !important;
}

.footer-links li:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .footer-links li:first-of-type {
    margin-left: 10px;
  }
}

.footer-links li:last-of-type {
  margin-right: 0;
}

.footer-links .link,
.footer-links .link-external {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.footer-copyright {
  font-size: 10px;
  transform: none;
  text-align: center;
  font-weight: 400;
  margin-top: 14px;
  color: #666666;
}

.t-bg .box-shadow .link-external::before {
  background-image: url(../images/icon_link_external.svg);
}

.t-bg .box-shadow .link-external_arrow::before {
  background-image: url(../images/icon_link_external_arrow.png);
}

.t-bg .box-shadow.box-nav .link-external::before,
.t-bg .box-shadow.box-nav .link-external_arrow::before {
  display: none;
}

.t-bg .box-shadow .link-external-right::after {
  background-image: url(../images/icon_link_external.svg);
}

.t-bg .box-shadow .link-external-right-btn::after {
  background-image: url(../images/icon_link_external-btn.svg);
}

.t-bg .box-shadow.box-nav .link-external {
  padding: 0;
  text-indent: 0;
}

.t-bg .box-shadow.box-nav .link-external::before {
  display: none;
}

.t-bg .box-shadow.box-nav .link-external::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_link_external.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  margin-left: 0.5em;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.t-bg .box-shadow.box-nav .link-external_arrow::after {
  height: 12px;
  margin-left: 0.3em;
  background-size: 5px 7px;
  background-position: center;
  background-image: url(../images/icon_link_external_arrow.png);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.position-relative {
  position: relative;
}

/* section
============================================*/
section {
  margin: 0 auto;
}

/* bg
============================================*/
.t-bg {
  position: relative;
}

.t-bg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.t-bg-primary {
  background: #10b8e0;
}

.t-bg-primary::before {
  display: none;
}

.bg-band-wide {
  background-color: #e6edf3;
  font-size: 17px;
  font-weight: bold;
  padding: 5px calc(100vw * 0.04);
  margin: 50px calc(-100vw * 0.04) 24px;
}

.bg-band-wide-sm {
  width: 100%;
  margin: 50px 0 24px;
}

.bg-light {
  background-color: #fff;
}

.bg-lightDanger {
  background-color: #fcf6f4;
}

.bg-lightPrimary {
  background-color: #f4f8fc;
}

.bg-secondary {
  background-color: #e6edf3;
}

@media screen and (min-width: 769px) {
  .bg-band-wide {
    padding: 5px 10px;
    margin: 0;
  }
}

/* headding
============================================*/
.h1title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px !important;
  text-align: center;
  line-height: 150%;
}

.h1title-sub {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.h2title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.h2title-warn {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #ce3030;
}

.h2title-border {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}

/* img
============================================*/
/* Norton Banner */
img[name="seal"] {
  background-color: #fff;
  padding: 5px;
}

/* input
============================================*/
/* box
============================================*/
.box-inner {
  padding: 24px 14px;
}

.box-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.box-shadow:not(:first-of-type) {
  margin-top: 20px;
}

.box-shadow-inner {
  padding: 20px;
}

.box-shadow-inner-bottom {
  padding: 20px 20px 60px 20px;
}

.box-wrap {
  margin-top: 24px;
  background: #ffffff;
  border-radius: 20px;
}

.box-border,
.box-border-link {
  border: 1px solid #c2d3e2;
  padding: 30px 15px;
  border-radius: 20px;
}

.box-border.is-active,
.box-border-link.is-active {
  border: 1px solid #000;
}

.boxes,
.boxes-link {
  margin-top: 10px;
}

.boxes .box-border,
.boxes-link .box-border,
.boxes-link .box-border-link {
  padding: 15px;
}

.boxes li:not(:first-of-type),
.boxes-link li:not(:first-of-type) {
  margin-top: 10px;
}

.boxes-link .box-border,
.boxes-link .box-border-link {
  padding-right: 40px;
  padding-left: 20px;
  position: relative;
}

.sideNav-inner .list-border-link .list-border-item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.boxes-link .box-border-link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.boxes-select .box-border {
  padding: 26px 15px;
}

.boxes-select li:not(:first-of-type) {
  margin-top: 16px;
}

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-sideNav .box-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.box-title {
  font-size: 20px;
  font-weight: bold;
}

.l-sideNav .box-title {
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .l-sideNav .box-shadow {
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
}

ol.list-number > li {
  padding: 0 0 0 2em;
  position: relative;
}

ol.list-number > li .number {
  position: absolute;
  left: 0;
}

/* scroll
============================================*/
.scroll-wrap {
  max-width: 790px;
  margin: 0 auto 16px;
  background: #f7f8fc;
  border-radius: 16px;
  padding: 12px 12px 12px 32px;
}

.scroll-content {
  overflow: auto;
  margin: 0;
  padding-right: 24px;
}

.scroll-content::-webkit-scrollbar {
  width: 5px;
}

.scroll-content::-webkit-scrollbar-track {
  border: none;
}

.scroll-content::-webkit-scrollbar-thumb {
  background: #c2d3e2;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.scroll-content {
  max-height: 230px;
}

.scroll-content-sm {
  max-height: 100px;
}

.scroll-content-lg {
  max-height: 240px;
  min-height: 240px;
}

.scroll-inner p {
  margin-top: 0;
  line-height: 22.4px;
}

.scroll-x-wrap {
  margin-top: 40px;
}

.scroll-x-content {
  overflow: auto;
  border: 1px solid #c2d3e2;
}

.scroll-x-content::-webkit-scrollbar {
  width: 5px;
}

.scroll-x-content::-webkit-scrollbar-track {
  border: none;
}

.scroll-x-content::-webkit-scrollbar-thumb {
  background: #c2d3e2;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.scroll-x-content {
  width: 100%;
}

.scroll-inner {
  padding: 16px 0 0;
}

.scroll-x-wrap table span {
  white-space: nowrap;
}

/* display
============================================*/
.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-block {
  display: block !important;
}
.display-none {
  display: none;
}

/* text
============================================*/
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-md {
  font-size: 18px !important;
}

.text-sm {
  font-size: 15px !important;
}

.text-sm-14 {
  font-size: 14px;
  line-height: 1.5;
}

.text-notes {
  padding-left: 0;
  color: #47494e;
  margin-bottom: 8px;
  font-size: 12px;
  position: relative;
  margin-left: 16px;
  line-height: 140%;
}

.text-notes::before {
  content: "※";
  padding-right: 4px;
  position: absolute;
  left: -16px;
}

.text-notes-for-img {
  padding-left: 0;
  color: #47494e;
  margin-bottom: 8px;
  font-size: 12px;
  position: relative;
  margin-left: 16px;
  line-height: 140%;
  margin-top: 5px;
  text-align: right;
}

.text-notes-for-img::before {
  content: "※";
  padding-right: 4px;
  left: -16px;
}

.text-message-limit {
  padding-left: 0;
  color: #47494e;
  margin-bottom: 8px;
  font-size: 12px;
  margin-left: 16px;
}

.text-message-limit span {
  padding-right: 5px;
}

.text-primary {
  color: #007cb4;
}

.text-danger {
  color: #e50627;
}

.text-danger-icon {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
}

.text-danger-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(./../images/new_link-icon/attention-icon-bl.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.text-checked-icon {
  color: #000;
  font-weight: bold;
}

.text-checked-icon::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(40deg) translateY(-2px);
  transform: rotate(40deg) translateY(-2px);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  margin-right: 10px;
}

.text-dark {
  color: #707070;
}

.text-light {
  color: #fff;
}

.text-body {
  color: #333 !important;
}

.text-bold {
  font-weight: bold !important;
}

.span-w77 {
  min-width: 77px;
}

/* link
============================================*/
.link,
.link-disabled,
.link-external,
.link-external-disabled,
.link-external-right {
  text-decoration: none;
  color: #2045b3;
  font-weight: 700;
}

.link:hover,
.link-external:hover,
.link-external-right:hover,
.link-more:hover,
.link-external-right-btn:hover {
  cursor: pointer;
  opacity: .8;
}

.link-disabled,
.link-external-disabled {
  color: #ccc !important;
  pointer-events: none;
}

.link-external,
.link-external-disabled {
  display: inline-block;
}

.link-external-right,
.link-external-right-btn {
  padding-right: 0.5em;
  display: inline-block;
}

.link-external::after,
.link-external-disabled::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/new_link-icon/external-icon-bl.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center bottom;
  margin-left: 4px;
  padding: 3px;
  -webkit-transform: translateY(2px);
  transform: translateY(1px);
}

.l-footer .link-external::before,
.l-footer .link-external-disabled::before {
  margin-left: 0;
}

.link-external-right::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/new_link-icon/external-icon-bl.svg) center no-repeat;
  background-size: auto;
  margin-left: 4px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.link-external-right-btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon_link_external-btn.svg) center no-repeat;
  background-size: cover;
  margin-left: 0.5em;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  position: relative;
  top: -3px;
}

.link-external-right-btn-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  position: absolute;
  top: 4px !important;
  right: -3px !important;
  background: none;
}

.link-external-right-arrow {
  position: relative;
}

.link-external-right-arrow:after {
  content: "";
  position: absolute;
  margin: auto;
  position: absolute;
  top: 6px !important;
  right: -3px !important;
}

.link-external-right-arrow-contact:after {
  top: 8px !important;
}

.link-more {
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link-more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  margin-left: 0.5em;
}

.js-more-body,
.js-more-btn-body {
  display: none;
}

.list-border .link-icon-billing,
.list-border .link-icon-payment,
.list-border .link-icon-email,
.list-border .link-icon-certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.link-icon-billing::before,
.link-icon-payment::before,
.link-icon-email::before,
.link-icon-certification::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.link-icon-billing::before {
  background-image: url(../images/icon_billing.png);
}

.link-icon-payment::before {
  background-image: url(../images/icon_payment.png);
}

.link-icon-email::before {
  background-image: url(../images/icon_email.png);
}

.link-icon-certification::before {
  background-image: url(../images/icon_certification.png);
}

.link-icon-billing::after,
.link-icon-payment::after,
.link-icon-email::after,
.link-icon-certification::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* btn
============================================*/

.btn-wrap {
  margin-top: 48px;
}

.btn {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-top: 20px;
}

.btn-item,
.btn-item-search,
.btn-item-search-disabled,
.btn-item-infomark,
.btn-item-external,
.btn-item-back,
.btn-item-next,
.btn-item-primary,
.btn-item-primary-external,
.btn-item-download,
.btn-item-pdf,
.btn-item-fix,
.btn-item-excel,
.btn-item-csv,
.btn-item-primary-disabled,
.btn-item-disabled,
.btn-item-docomo,
.btn-item-docomo-disabled,
.btn-item-more {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 56px;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  font-weight: 500;
}

.btn-alls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-all-check,
.btn-all-cancel {
  min-width: 50px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #03829e;
  color: #03829e;
}

.btn-external {
  display: inline-block;
  padding: 20px 30px;
  position: relative;
  border: 1px solid #333;
}

.btn-external .btn-item-adobe {
  border: 1px solid #333;
}

.btn-external::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_link_external.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  margin-left: 0.5em;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  right: 5px;
  bottom: 10px;
}

.btn-item:hover,
.btn-item-search:hover,
.btn-item-infomark:hover,
.btn-item-external:hover,
.btn-item-primary:hover,
.btn-item-primary-external:hover,
.btn-item-download:hover,
.btn-item-pdf:hover,
.btn-item-csv:hover,
.btn-item-fix:hover,
.btn-item-excel:hover,
.btn-item-docomo:hover,
.btn-item-more:hover,
.btn-all-check:hover,
.btn-all-cancel:hover,
.btn-item-next:hover,
.btn-item-back:hover {
  cursor: pointer;
  background: #F4F6FC !important;
}

.btn-item,
.btn-item-infomark,
.btn-item-external,
.btn-item-more {
  border: 1px solid #e4e7eb;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
  background: #ffffff;
  position: relative;
  font-weight: 500;
}

.btn-item-primary,
.btn-item-search,
.btn-item-primary-external,
.btn-item-download,
.btn-item-pdf,
.btn-item-fix,
.btn-item-excel,
.btn-item-csv {
  background: linear-gradient(45deg, #0033cc, #0c53d6);
  color: #ffffff;
  position: relative;
  font-weight: 700;
  box-shadow: 0px 2px 6px 0px rgba(32, 69, 179, 0.20);
}

.bg-single .btn-item-primary,
.bg-single .btn-item-download,
.bg-single .btn-item-pdf,
.bg-single .btn-item-fix,
.bg-single .btn-item-excel,
.bg-single .btn-item-csv {
  background: #03829e;
}

.btn-item-download,
.btn-item-pdf,
.btn-item-fix,
.btn-item-excel,
.btn-item-csv {
  font-size: 14px;
}

.btn-item-primary::after,
.btn-item-pdf::after,
.btn-item-fix::after,
.btn-item-excel::after,
.btn-item-csv::after,
.btn-item-download::after {
  content: url(./../images/new_link-icon/arrow-white-right.svg);
  position: absolute;
  position: absolute;
  right: 18px;
  top: 20px;
  background: transparent;
  padding: 0 5px 3px;
}

.btn-item-pdf::before,
.btn-item-pdf::after,
.btn-item-csv::before,
.btn-item-csv::after,
.btn-item-excel::before,
.btn-item-excel::after,
.btn-item-fix::before,
.btn-item-fix::after,
.btn-item-download::after {
  width: 16px;
  height: 40px;
  background-size: 20px;
}

.btn-item-pdf::before,
.btn-item-excel::before,
.btn-item-fix::before,
.btn-item-download::before,
.btn-item-csv::before {
  width: 20px;
  height: 50px;
  left: 3px;
  padding-top: 5px;
  padding-left: 18px;
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
}

.btn-item-pdf::before {
  content: url(../images/btn-image/pdf-icon.png);
}

.btn-item-csv::before {
  content: url(../images/btn-image/csv-icon.png);
}

.btn-item-excel::before {
  content: url(../images/btn-image/excel-icon.png);
}

.btn-item-fix::before {
  content: url(../images/btn-image/fix-icon.png);
}

.btn-item-pdf::after,
.btn-item-csv::after,
.btn-item-fix::after,
.btn-item-excel::after,
.btn-item-download::after {
  direction: rtl;
  content: url(../images/icon_download_b.png);
  width: 30px;
  height: 80px;
  right: -2px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
}

.btn-item-primary-disabled,
.btn-item-search-disabled {
  color: #666;
  border: 1px solid rgba(145, 148, 161, 0.2);
  background: #e8e8e8;
  font-weight: normal;
  pointer-events: none;
}

.btn-item-primary-disabled:after,
.btn-item-search-disabled:after {
  content: url(./../../../webapp/resources/images/new_link-icon/nav/arrow-right-gr.svg);
}

.btn-item-pdf.btn-item-primary-disabled,
.btn-item-csv.btn-item-primary-disabled {
  color: #666;
  background: #e8e8e8;
  pointer-events: none;
}

.btn-item-primary-disabled.btn-item-pdf::before,
.btn-item-primary-disabled.btn-item-csv::before,
.btn-item-primary-disabled.btn-item-excel::before,
.btn-item-primary-disabled.btn-item-fix::before {
  background: #ccc;
  padding-left: 23px;
}

.btn-item-primary-disabled.btn-item-pdf::before {
  content: url(../images/icon_pdf_w.png);
}

.btn-item-primary-disabled.btn-item-csv::before {
  content: url(../images/icon_csv_w.png);
}

.btn-item-primary-disabled.btn-item-excel::before {
  content: url(../images/icon_excel_w.png);
}

.btn-item-primary-disabled.btn-item-fix::before {
  content: url(../images/icon_fix_w.png);
}

.btn-item-primary-disabled.btn-item-download::after {
  content: url(../images/icon_download_w.png);
}

.btn-item-disabled {
  color: #aaa;
  border: 1px solid #ccc;
  pointer-events: none;
}

.btn-item-primary-disabled:hover,
.btn-item-disabled:hover,
.btn-item-docomo-disabled:hover {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-item-primary-disabled::after {
  display: none !important;
}

.btn-item-docomo {
  background-color: #cc0033;
  color: #fff;
  font-size: 15px;
  margin-top: 0;
  padding-right: 30px;
  padding-left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
}

.btn-item-docomo::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 40px;
  background-size: 100%;
  background-image: url(../images/icon_docomo.png);
  background-repeat: no-repeat;
}

.btn-item-docomo-disabled {
  background-color: #ccc;
  color: #fff;
  font-size: 15px;
  margin-top: 0;
  padding-right: 30px;
  padding-left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  pointer-events: none;
}

.btn-item-docomo-disabled::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 40px;
  background-size: 100%;
  background-image: url(../images/icon_docomo_disabled.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (-ms-high-contrast: none) {
  .btn-item-primary,
  .btn-item-primary-disabled {
    padding-bottom: 4px;
  }
  .btn-item-docomo,
  .btn-item-docomo-disabled {
    padding-top: 11px;
    padding-bottom: 5px;
  }
  .btn-item-docomo::before,
  .btn-item-docomo-disabled::before {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .box-shadow-inner {
    padding-bottom: 15px;
  }
  .btn-item {
    padding-top: 16px;
  }
}

.btn-item-more {
  min-width: 0;
  max-width: 265px;
  width: 100%;
  position: relative;
  padding-right: 30px;
}

.btn-item-more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #03829e transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-item-more.is-active {
  color: #7b7575;
  border: 1px solid #7b7575;
}

.btn-item-more.is-active::after {
  border-color: #7b7575 transparent transparent;
}

.btn-item-adobe {
  width: 158px;
}

.l-grids-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-grids-btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-grids-btn-text .text-right-position {
  width: calc(100% - 195px);
}

@media screen and (max-width: 768px) {
  .l-grids-btn-text .btn {
    max-width: 50%;
  }
  .l-grids-btn-text .btn-left-position {
    width: 40%;
  }
  .l-grids-btn-text .text-right-position {
    width: 55%;
  }
  .td-span-money {
    font-size: 11px !important;
  }
}

.l-grids-btn .btn {
  width: 50%;
}

.l-grids-btn .btn:first-child {
  margin-right: 15px;
}

.cancellation .btn-item,
.l-grids-btn-text .btn-item {
  font-size: 15px;
  min-height: 35px;
  height: auto;
}

.l-sideNav .btn-item,
.l-sideNav .btn-item-primary,
.l-sideNav .btn-item-download,
.l-sideNav .btn-item-pdf,
.l-sideNav .btn-item-csv,
.l-sideNav .btn-item-primary-disabled,
.l-sideNav .btn-item-disabled,
.l-sideNav .btn-item-docomo,
.l-sideNav .btn-item-docomo-disabled,
.l-sideNav .btn-item-more {
  min-width: 232px;
}

.l-sideNav .btn-item-docomo,
.l-sideNav .btn-item-docomo-disabled {
  font-size: 15px;
  padding-right: 13px;
}

.l-sideNav .link-external {
  padding: 0;
  text-indent: 0;
  position: relative;
  display: block;
}

.l-sideNav .link-external::before {
  display: none;
}

.l-sideNav .link-external::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_link_external.svg);
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: center bottom;
  margin-left: 0.6em;
}

.l-sideNav .link-external_arrow::after {
  height: 12px;
  margin-left: 0.3em;
  background-size: 5px 7px;
  background-position: center;
  background-image: url(../images/icon_link_external_arrow.png);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.banner .link-external::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-size: 1em;
}

@media screen and (min-width: 769px) {
  .cancellation .btn-item,
  .l-grids-btn-text .btn-item {
    min-width: 175px;
  }
  .btn-alls .btn {
    margin: 0 2.5px;
  }
  .btn-alls .btn-all-check,
  .btn-alls .btn-all-cancel {
    min-width: 54px;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 768px) {
  .banner .link-external::after {
    right: 1px;
    bottom: 5px;
    background-size: 0.8em;
  }
}

/* image
============================================*/
.image-wrap {
  margin-top: 24px;
}

.image-half {
  width: 50%;
}

/* required-count
============================================*/
.required-count {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 10;
  box-shadow: 0 10px 28px 0 rgba(42, 44, 52, 0.05);
}

.required-count-inner {
  background-color: #FFF;
  color: #47494E;
  padding: 20px 20px 20px 40px;
  font-size: 12px;
  border-radius: 8px;
    box-shadow: 0 210px 59px 0 rgba(32, 69, 179, 0.00), 0 135px 54px 0 rgba(32, 69, 179, 0.01), 0 76px 45px 0 rgba(32, 69, 179, 0.05), 0 34px 34px 0 rgba(32, 69, 179, 0.09), 0 8px 19px 0 rgba(32, 69, 179, 0.10);

}

.required-count:before {
  content: "";
  background: url(./../images/new_link-icon/attention-icon-bl.svg) center no-repeat;
  display: inline-block;
  background-size: contain;
  width: 14px;
  height: 14px;
  padding: 7px;
  position: absolute;
  top: 32px;
  left: 18px;
}

@media screen and (min-width: 769px) {
  .required-count {
    max-width: 33%;
    width: 100%;
    padding: 0;
    right: 10px;
    top: 120px;
  }
}

/* accordion
============================================*/

.accordion {
  border-radius: 24px;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
  overflow: hidden;
  max-width: 994px;
  margin: auto;
  margin-bottom: 20px;
}

.accordions li:not(:first-of-type) .accordion {
  border-top: 1px solid #c2d3e2;
}

.accordion-title {
  background: #fff;
  position: relative;
  padding: 24px 62px 24px 36px;
  border-top: 1px solid #e4e7eb;
  border-left: 1px solid #e4e7eb;
  border-right: 1px solid #e4e7eb;
  border-bottom: 1px solid #e4e7eb;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
}

.accordion-title.is-active {
  border-radius: 24px 24px 0 0;
  border-bottom: 3px solid #e1e7ff;
}

.accordion-title::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 40%;
  right: 25px;
  transform: rotate(-180deg);
  background: url(./../../../webapp/resources/images/new_link-icon/accordion-arrow.svg) center
    no-repeat;
}

.accordion-title.is-active::after {
  background: url(./../../../webapp/resources/images/new_link-icon/accordion-arrow.svg) center
    no-repeat;
  transform: rotate(0deg);
}

.accordion-title-index {
  font-size: 22px;
  font-weight: 700;
}

.accordion-title-money {
  line-height: 1;
  text-align: right;
  padding: 0 28px;
  border-right: 1px solid rgba(228, 231, 235, 0.7);
  font-size: 14px;
}

.accordion-title-money p:first-child span {
  font-size: 20px;
  font-weight: 700;
}

.accordion-title-money p:nth-child(2) {
  margin-top: 8px;
  font-size: 12px;
  color: #e50627;
}

.accordion-title-money p:nth-child(2) span {
  font-weight: 700;
  font-size: 15px;
  padding-left: 8px;
}

.accordion-body {
  display: none;
  padding: 24px 56px 48px;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
}

.accordion-body.is-active {
  display: block;
}

.accordion-body.accordion-white {
  background-color: #fff;
}

.accordion-inner {
  display: block;
  padding: 20px 0;
}

.accordion-full .accordion-title {
  padding-right: 0;
  padding-left: 0;
}

.accordion-full .accordion-title::after {
  right: 0;
}

.accordion-full .accordion-body {
  padding: 0;
  border-top: none;
  background-color: #fff;
}

.accordion-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-dot::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  background-color: #ce3030;
  border-radius: 50%;
  margin-left: 20px;
}

.accordion-head {
  cursor: pointer;
}

.accordion-head-arrow {
  position: relative;
  padding-right: 50px;
}

.accordion-head-arrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-active > .accordion-head-arrow::after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
}

.accordion-content {
  display: none;
}

.accordion-content.is-active {
  display: block;
}

.accordion-table-inner {
  border-top: 1px solid #c2d3e2;
}

.accordion-table-inner:first-of-type {
  border: none;
}

.accordion-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 0;
}

.accordion-table-title {
  font-size: 17px;
  font-weight: bold;
}

.accordion-table-price {
  margin: 0;
}

.accordion-table-arrow {
  position: relative;
  padding-right: 35px;
}

.accordion-table-arrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-active .accordion-table-arrow::after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
}

.accordion-table-content {
  padding-bottom: 30px;
}

.accordion-form-title {
  position: relative;
  margin-top: 15px;
  padding: 15px 50px 15px 0;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: right;
}

.accordion-form-title:hover {
  cursor: pointer;
  opacity: 0.7;
}

.accordion-form-title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-form-title.is-active::after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
}

.accordion-form-body {
  display: none;
  padding: 0 0;
}

.accordion-form-body.is-active {
  display: block;
}

@media screen and (min-width: 769px) {
  .accordion-title {
    font-size: 17px;
  }
  .accordions .link-box {
    font-size: 17px;
  }
  .accordion-title-sm {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 50px 10px 20px;
  }
}

.mb-mt1em {
  margin-top: 1em !important;
}

@media screen and (max-width: 768px) {
  .btn-item-pdf-lg,
  .btn-item-csv-lg,
  .btn-item-fix-lg {
    padding: 15px 40px;
  }
}
#bedore-webagent-inner {
  display: none;
}


/* ===============================
   Step Component Styles
================================= */

.step-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 11px;
}

.step-block {
  margin: 40px auto;
  font-size: 12px;
  color: #666666;
  max-width: 790px;
}

.step-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.step-list li {
  width: 100%;
  position: relative;
  z-index: 5;
  text-align: center;
}

.step-list li::before,
.step-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  height: 1px;
  border-top: 1.5px dashed #ffffff;
  width: 80px;
  z-index: -1;
}

.step-list .line-after-bl:after,
.step-list .line-before-bl:before {
  border-top: 3px solid #2045b3 !important;
}

.step-list .line-after-bl:after {
  right: 0;
  width: 81px;
}

.step-list .line-before-bl:before {
  left: 0 !important;
}

.step-list li::before {
  left: 5px;
}

.step-list li::after {
  right: -3px;
}

.step-list li:first-child::before,
.step-list li:last-child::after {
  display: none;
}

.step-check {
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  padding: 6px 0;
  border-radius: 50%;
  background: #2045b3;
  font-size: 15px;
  text-align: center;
  line-height: 34px;
  justify-content: center;
  align-items: center;
}

.step-number-active {
  font-weight: bold;
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(-45deg, #0c53d6, #0033cc);
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  top: -11px;
  line-height: 58px;
  box-shadow: 0px 16px 28px 0px rgba(32, 69, 179, 0.15);
}

.step-number {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  padding: 6px 0;
  border-radius: 50%;
  background: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  color: #757575;
}

.step-text {
  display: block;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 140%;
}

.step-text-bl {
  color: #2045b3;
  font-weight: 700;
  margin-top: 0;
  min-height: 24px;
  line-height: 120%;
}

.step4 li {
  padding-bottom: 30px !important;
}

.step-branch-title-bt65 {
  bottom: 65px !important;
}

.step-branch-bottom30 {
  margin-top: 30px !important;
}

.step-branch-inner4::before {
  height: calc(100% - 60px) !important;
}

.step-list p {
  min-height: 63px;
}

@media screen and (max-width: 768px) {
  .step-list li::before,
  .step-list li::after {
    width: 30px;
  }

  .step-list li::before {
    width: calc(100% / 2);
  }

  .step-list .line-after-bl:after {
    width: calc(100% / 2);
  }
}


/* pagination
============================================*/
.pagination-wrap {
  margin-top: 32px;
}

.pagination,
.pagination-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  max-width: 344px;
  margin: auto;
}

.pagination-wrap li:last-child {
  margin-right: 0;
}

.pagination-wrap li a {
  max-width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  background: #f6f8ff;
  border-radius: 8px;
  border: 1px solid rgba(225, 231, 255, 0.8);
  box-shadow: 0px 1px 4px 0px rgba(42, 44, 52, 0.1);
  text-align: center;
  margin-right: 12px;
}

.pagenation-dot {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #666666;
  font-weight: 700;
}

.pagination-wrap .pagination-prev {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background: #e8e8e8;
  border-radius: 8px;
  border: 1px solid rgba(145, 148, 161, 0.2);
}

.pagination-wrap .pagination-prev-active {
  background: #f6f8ff;
}

.pagination-wrap .pagination-prev-active:before {
  background: url(../images/new_link-icon/pager-next.svg) center no-repeat !important;
  transform: rotate(180deg);
}

.pagination-wrap .pagination-next-disabled {
  background: #e8e8e8;
}

.pagination-wrap .pagination-next-disabled:before {
  background: url(../images/new_link-icon/pager-prev-gr.svg) center no-repeat !important;
  transform: rotate(180deg) !important;
}

.pagination-wrap .pagination-allprev {
  position: relative;
  display: flex;
  width: 32px;
  height: 32px;
  background: #e8e8e8;
  border-radius: 8px;
  border: 1px solid rgba(145, 148, 161, 0.2);
}

.pagination-wrap .pagination-allnext {
  position: relative;
  max-width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  background: #f6f8ff;
  border-radius: 8px;
  border: 1px solid rgba(225, 231, 255, 0.8);
  box-shadow: 0px 1px 4px 0px rgba(42, 44, 52, 0.1);
  text-align: center;
  margin-right: 12px;
}

.pagination-next {
  position: relative;
  display: block;
  width: 50px;
  margin-right: 0 !important;
}

.pagination-prev::before {
  content: "";
  height: 10px;
  width: 10px;
  top: 10px;
  left: 9px;
  position: absolute;
  background: url(./../../../webapp/resources/images/new_link-icon/pager-prev.svg) center no-repeat;
}

.pagination-allprev::before {
  content: none;
}

.pagination-next::before {
  content: "";
  width: 10px;
  height: 10px;
  right: 7px;
  background: url(./../../../webapp/resources/images/new_link-icon/pager-next.svg) center no-repeat;
}

.pagination-allnext::before {
  content: none;
}

.pagination-light .pagination-prev::before,
.pagination-light .pagination-next::before {
  border-right: 1.5px solid #333;
  border-top: 1.5px solid #333;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
}

.pagination-page a {
  color: #2045b3;
  padding: 0 15px;
}

.pagination-light .pagination-page {
  color: rgba(255, 255, 255, 0.6);
}

.pagination-page.is-active {
  color: #333333;
  font-weight: bold;
}

.pagination-light .pagination-page.is-active {
  color: #fff;
}

.pagination-page.is-active a {
  border-radius: 8px;
  background: #0c53d6;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
  color: white;
}

.pagination-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-select .pagination-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-select .input-field-select {
  margin: 0;
  font-weight: bold;
}

.pagination-select .pagination-fullpage {
  display: inline-block;
  color: #666;
  margin-left: 5px;
  min-width: 24px;
}

.pagination-select .pagination-fullpage::before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}

.pagination-select .pagination-prev,
.pagination-select .pagination-next {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}

.pagination-select .pagination-prev.is-disabled,
.pagination-select .pagination-next.is-disabled {
  color: #777771;
  pointer-events: none;
  text-decoration: none;
}

.pagination-select .pagination-prev {
  margin-right: 20px;
  padding-left: 14px;
}

.pagination-select .pagination-next {
  margin-left: 20px;
  padding-right: 14px;
}

.pagination-select .pagination-prev::before,
.pagination-select .pagination-next::before {
  border-right: 1.5px solid #666;
  border-top: 1.5px solid #666;
}

.pagination-select .pagination-prev.is-disabled::before,
.pagination-select .pagination-next.is-disabled::before {
  border-right: 1.5px solid #777771;
  border-top: 1.5px solid #777771;
}

.tab-wrap {
  margin: 30px auto 60px;
  padding: 4px;
}

.tab-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  margin: 0 0 -2px 0;
}

.tab-wrap .tabset-2 li {
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.tab-wrap .tabset-2 span,
.tab-wrap .tabset-2 a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0 10px 0 25px;
  border-radius: 4px 4px 0 0;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.tab-wrap .tabset-2 span {
  font-weight: 700;
  color: #2045b3;
  position: relative;
}

/*
.tab-wrap .tabset-2 span:after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #0C53D6;
  position: absolute;
  bottom: -1px;
  left: 0;
}*/

.tab-active::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #0c53d6;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.tab-unactive::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #d6dcf0;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.tab-selected {
  color: #2045b3;
}

.tab-unselected {
  color: #47494e !important;
}

.tab-wrap .tabset-2 a {
  color: #47494e;
  font-weight: 700;
  border-bottom: 2px solid #d6dcf0;
}

/* hr
============================================*/
.hr {
  margin: 56px 0 32px;
  border-color: #c2d3e2;
}

.organization span {
  display: inline-block;
  padding: 3px 10px 3px 10px;
}

.organization label {
  display: inline-block;
  position: relative;
}

.organization input {
  position: absolute;
  opacity: 0.01;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.organization input:checked + span {
  background: #d9e2ea;
}

.organization {
  padding-left: 30px;
}

.organization > li > .icon-toggle {
  top: 0.4em;
  left: -30px;
}

.organization ul {
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0;
}

.organization .is-none + ul {
  display: none;
}

.organization ul li {
  position: relative;
  margin: 0;
  padding: 7px 20px;
}

.organization li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 20px;
  height: 0;
  border-top: 1px dotted #aaaaaa;
}

.organization > li {
  position: relative;
}

.organization > li:before {
  top: 1em;
  left: -1.25em;
}

.organization ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 1px dotted #aaaaaa;
}

.organization ul li:last-child:after {
  height: 1.5em;
}

.organization > ul > li:before,
.organization > ul > li:after {
  /* 最上位も線を表示する時はコメント化 */
  border: none;
}

.organization i {
  margin-right: 8px;
}

.organization .icon-toggle {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_minus.png);
  background-size: 20px;
  cursor: pointer;
  z-index: 2;
}

.organization .icon-toggle.is-none {
  background-image: url(../images/icon_add.png);
}

/* input
============================================*/
.input {
  position: relative;
}

.input:not(:first-of-type) {
  margin-top: 32px;
}

.input-notes {
  font-size: 12px;
  font-weight: bold;
  color: #007cb4;
  text-align: right;
  margin-bottom: 5px;
}

.input-title-lg {
  font-size: 21px;
  font-weight: 700;
}

.input-title {
  position: relative;
  padding-left: 10px;
  font-weight: 700;
  line-height: 150%;
  font-size: 14px;
}

.input-title:hover {
  cursor: auto;
}

.input-title-atn {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  color: #ce3030;
}

.input-title-atn:hover {
  cursor: auto;
}

.input-title:before {
  content: "";
  background: #0c53d6;
  width: 3px;
  height: 80%;
  position: absolute;
  top: 1.5px;
  left: 0;
  border-radius: 5px;
}

.input-required::after {
  content: "必須";
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  background: #e50627;
  margin-left: 8px;
  padding: 6px 8px 5px 8px;
  color: #ffffff;
  font-size: 12px;
  border-radius: 100px;
  font-weight: 700;
  height: 21px;
  width: 40px;
  line-height: 100%;
}

form label,
.form label,
.input-subtitle,
.input-title {
  display: flex;
  align-items: self-end;
}

.input-field,
.input-field-select,
.input-field-postal {
  width: 100%;
  height: 56px;
  padding: 16px;
  border: 1px solid #9194a1;
  border-radius: 8px;
  margin-top: 12px;
  background: #ffffff;
  font-size: 16px;
}

textarea.input-field {
  border: 1px solid #c2d3e2;
  padding: 8px;
  resize: vertical;
}

.input-field-postal {
  width: 100%;
  max-width: 268px;
}

.input-field::-webkit-input-placeholder,
.input-field-postal::-webkit-input-placeholder,
.input-field-select::-webkit-input-placeholder {
  color: #bbb;
}

.input-field::-moz-placeholder,
.input-field-postal::-moz-placeholder,
.input-field-select::-moz-placeholder {
  color: #bbb;
}

.input-field::-ms-input-placeholder,
.input-field-postal::-ms-input-placeholder,
.input-field-select::-ms-input-placeholder {
  color: #bbb;
}

.input-field::placeholder,
.input-field-postal::placeholder,
.input-field-select::placeholder {
  color: #bbb;
}

.input-postal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.input-field-postal {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.input-field-select {
  position: relative;
  padding-right: 25px;
  background-image: url(./../images/new_link-icon/arrow-down-gr.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 21px center;
}

.input-field-select:hover {
  cursor: pointer;
}

.input-postal-link {
  margin-left: 24px;
  padding-left: 20px;
  color: #2045b3;
  font-weight: 700;
  position: relative;
}

.input-postal-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2045b3;
  line-height: 1;
  width: 16px;
  height: 16px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg) center
    no-repeat;
  position: absolute;
  top: 2px;
  left: -2px;
}

.input-postal-link-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}

.input-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-date p {
  min-width: 3em;
  text-align: center;
}

.input-info {
  position: relative;
}

.input-info-icon,
.input-info-icon-inline {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.input-info-icon-inline {
  position: static;
  margin-left: 10px;
}

.input-info-icon-inline img {
  position: relative;
  top: -2px;
}

.input-info-icon:hover,
.input-info-icon-inline:hover {
  cursor: pointer;
}

.input-info-icon-block {
  position: relative;
}

.input-info-icon-title {
  text-align: right;
}

.input-info-icon-title img,
.input-info-icon-block img {
  width: 23px;
  height: 18px;
  padding-left: 5px;
  position: relative;
  top: -1px;
  right: -2px;
  min-width: 23px;
  height: 18px;
}

.input-info-icon-block .title-info {
  margin-top: 0;
  right: 0;
}

.input-info-body,
.input-info-focus-body {
  display: none;
  background: #f7f8fc;
  border: 1px solid #d6ddf8;
  box-shadow: 0 0 20px rgba(32, 69, 179, 0.3);
  position: absolute;
  z-index: 2;
  border-radius: 20px;
}

.input-info-focus-body {
  position: relative;
}

.input-info-body.is-active,
.input-info-focus-body.is-active {
  display: block;
  width: 100%;
  z-index: 100;
}

.input-info-body-sm.is-active {
  width: calc(100% - 40px);
}

.input-info-body-inner,
.input-info-focus-body-inner {
  position: relative;
  padding: 24px;
  border: 1px solid #e3e8f7;
  border-radius: 20px;
}

.hide-triangle {
  margin-top: 8px;
}

.hide-triangle .input-info-body-inner::after,
.hide-triangle .input-info-focus-body-inner::after {
  display: none;
}

.input-info-body-inner::after {
  right: -1px;
}

.input-info-focus-body-inner::after {
  left: -1px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.input-info-body.input-info-body-sample {
  position: static;
}

.title-info {
  margin-top: -12px;
}

/* is-disabled */
.is-disabled-input .checkbox-parts,
.is-disabled-input .definition-title,
.is-disabled-input .link {
  color: #aaa;
}

.is-disabled-input .input-info-icon img {
  filter: opacity(0.3);
}

.is-disabled-input .input-title-atn,
.is-disabled-input .checkbox-parts,
.is-disabled-input .definition-title,
.is-disabled-input .link,
.is-disabled-input .infomark span {
  color: #aaa;
}

.is-disabled-input .checkbox-parts::before {
  background: #e8e8e8;
}

.is-disabled-input .infomark span {
  pointer-events: none;
}

.is-disabled-input input {
  pointer-events: none;
  background: #e8e8e8;
  border: 1px solid #828287;
  color: #666666;
  opacity: 1;
}

.is-disabled-input .link {
  pointer-events: none;
  opacity: 1;
}

.is-disabled-input .link:hover {
  cursor: default;
}

.is-disabled-input .input-field::-webkit-input-placeholder,
.is-disabled-input .input-field-postal::-webkit-input-placeholder {
  color: #757575;
}

.is-disabled-input .input-field::-moz-placeholder,
.is-disabled-input .input-field-postal::-moz-placeholder {
  color: #757575;
}

.is-disabled-input .input-field::-ms-input-placeholder,
.is-disabled-input .input-field-postal::-ms-input-placeholder {
  color: #757575;
}

.is-disabled-input .input-field::placeholder,
.is-disabled-input .input-field-postal::placeholder {
  color: #757575;
}

.is-disabled-input .input-field:hover,
.is-disabled-input .input-field-postal:hover,
.is-disabled-input .checkbox-parts:hover {
  cursor: not-allowed;
}

.cursor-not-allowed {
  cursor: not-allowed;
}
.curosr-pointer {
  cursor: pointer;
}

.is-disabled-input[data-change-disabled-target] .input-required::after {
  content: none;
}

.input-title-blk {
  color: #333 !important;
}

.is-disabled-input .is-disabled-color {
  pointer-events: auto;
}

.is-disabled-color::-webkit-input-placeholder {
  -webkit-text-fill-color: #757575;
  opacity: 1;
}

.is-disabled-color::-moz-placeholder {
  -webkit-text-fill-color: #757575;
  opacity: 1;
}

.is-disabled-color::-ms-input-placeholder {
  -webkit-text-fill-color: #757575;
  opacity: 1;
}

.is-disabled-color::placeholder {
  -webkit-text-fill-color: #757575;
  opacity: 1;
}

/* is-error */
.is-error-input .input-title {
  color: #ce3030 !important;
}

.is-error-input .input-field,
.is-error-input .input-field-postal,
.is-error-input .input-field-select {
  border: 2px solid #ce3030;
}

.input-error-text {
  color: #ce3030 !important;
  font-size: 15px;
  margin-top: 5px;
}

.is-error-input-title {
  color: #ce3030;
}

.is-error-input-field {
  border: 2px solid #ce3030;
}

/* is-checked */
.is-checked-input .input-field,
.is-checked-input .input-field-select,
.is-checked-input .input-field-postal {
  border: 1px solid #9194a1;
}

.is-checked-input textarea.input-field {
  border: 2px solid #333333;
}

/* is-hide-input */
.is-hide-input {
  display: none;
}

/* radio */
.input-field-radios {
  margin-top: 10px;
}

.input-field-radios li {
  margin-top: 12px;
  max-height: 56px;
  min-height: 56px;
}

.input-radio {
  display: inline-block !important;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
  pointer-events: none;
  margin-top: 15px;
}

.input-radio:focus ~ label {
  outline: 2px solid #0C53D6;
  transition: none;
}

.input-radio + label {
  padding: 20px 43px;
  border: 1px solid #9194a1;
  border-radius: 10px;
  display: block;
  margin: 0;
  position: relative;
  max-height: 56px;
}

.input-radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #9194a1;
  border-radius: 50%;
  background: #fff;
}

.input-radio:checked + label::before {
  border: 1px solid #2045b3;
  background: #2045b3;
}

.input-radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 21px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.input-radio:disabled + label::before {
  border: 2px solid #d9e2ea;
}

.input-radio:disabled + label {
  color: #aaa;
}

.input-radio:checked:disabled + label::after {
  color: #d9e2ea;
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 21px;
  width: 8px;
  height: 8px;
  background: #d9e2ea;
  border-radius: 50%;
}

/* checkbox */
.input-field-checkboxes-wrap {
  margin-top: 12px !important;
}

.input-field-checkboxes li {
  margin-top: 0;
}

.input-field-checkboxes li label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.input-checkbox {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
  pointer-events: none;
  margin-top: 15px;
}

.input-checkbox:focus ~ .checkbox-parts {
  outline: 2px solid #0C53D6;
  outline-offset: 2px;
  transition: none;
}

.checkbox-parts {
  display: flex;
  align-items: center;
  padding-left: 32px !important;
  position: relative;
  min-height: 24px;
}

.checkbox-parts-reverse {
  padding-left: 0;
  padding-right: 2em;
}

.checkbox-parts:hover {
  cursor: pointer;
}

.checkbox-parts-reverse::before {
  left: auto;
  right: 0;
}

.input-checkbox:checked + .checkbox-parts::before {
  background-color: #0c53d6;
  border: 2px solid #0c53d6;
}

.input-checkbox:checked + .checkbox-parts::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: url(../images/download-image/icon_checkbox_arrow.svg);
  width: 24px;
  height: 24px;
  top: -3px;
  left: -2px;
  line-height: 100%;
}
.blue-checkbox > span.checkbox-parts {
  width: fit-content;
}

.input-checkbox:checked + .checkbox-parts-reverse::after {
  left: auto;
  right: 0.5em;
}

.input-checkbox-terms {
  margin-top: 15px;
}

.input-add {
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input-add:hover {
  cursor: pointer;
  opacity: 0.7;
}

.input-add::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url(../images/icon_add.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5em;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.input-add.is-disabled {
  color: #aaa;
  pointer-events: none;
  text-decoration: none;
}

.input-add.is-disabled::after {
  background-image: url(../images/icon_add-disabled.png);
}

/* ime */
.ime-disabled {
  ime-mode: disabled;
}

.ms-parent {
  display: block;
}

.ms-choice {
  width: 100%;
  border: 1px solid #9194a1;
  padding: 16px;
  margin-top: 12px;
  border-radius: 8px;
  min-height: 56px;
}

.ms-choice > span {
  top: 8px;
  left: 12px;
}

.ms-choice > div.icon-caret {
  content: url(./../images/new_link-icon/arrow-down-gr.svg);
  position: absolute;
  top: 46%;
  right: 22px;
  width: 14px;
  height: 9px;
  border: none !important;
}

.ms-choice > div.icon-caret.open {
  transform: rotate(-180deg);
}

.ms-choice > span.placeholder {
  color: #757575 !important;
  font-size: 16px !important;
  position: relative;
  top: -1px;
  left: -7px;
}

.ms-drop {
  color: #333333;
  border: 1px solid #c2d3e2;
  border-radius: 0;
  padding-bottom: 10px;
}

.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ms-drop li {
  margin-top: 10px;
}

.ms-drop input[type="checkbox"] {
  display: none;
}

.ms-drop input[type="checkbox"]:checked + span:before {
  background-color: #000;
  border: 2px solid #000;
}

.ms-drop input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: 0.5em;
  width: 0.46em;
  height: 0.8em;
  -webkit-transform: translateY(-50%) rotate(40deg);
  transform: translateY(-50%) rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.ms-drop span {
  display: block;
  padding-left: 2em;
  position: relative;
}

.ms-drop span:hover {
  cursor: pointer;
}

.ms-drop span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  border: 2px solid #d9e2ea;
}

.checkbox-parts::before {
  content: "";
  display: inline-block;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9194a1;
  border-radius: 5px;
  background: #fff;
}

.checkbox-parts-reverse::before {
  left: auto;
  right: 0;
}

.input-file {
  margin-top: 10px;
}

.input-file label {
  width: 10em;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #03829e;
  color: #03829e;
}

.input-file input[type="file"] {
  display: none;
}

.input-file p {
  margin-top: 0.5em;
}

/* modal
============================================*/
.remodal-close {
  top: 10px !important;
  left: inherit !important;
  right: 10px !important;
}

.remodal-close:before {
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.remodal-close:hover {
  color: #cccccc;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10002;
}

.remodal-overlay:hover,
.remodal-wrapper:hover {
  cursor: pointer;
}

.remodal-wrapper {
  /* padding: 40px 4% 0; */
  z-index: 10002;
}

.remodal {
  padding: 48px 0 40px !important;
  border-radius: 20px !important;
  text-align: left !important;
  min-width: 790px;
}

.remodal:hover {
  cursor: default;
}

.small-modal {
  max-width: 790px;
  padding: 35px 0;
}

.small-modal-inner {
  padding: 0;
  max-height: 550px;
  overflow-y: auto;
}

.modal-section {
  display: none;
}

.modal-section.is-active {
  display: block;
}

.modal-inner-info-mark {
  padding: 0 24px 0 24px;
}

.modal-square::before {
  content: "■";
  margin-right: 0.9em;
}

@media screen and (max-width: 1024px) {
  .modal-inner-info-mark {
    padding: 0 20px;
  }
}

.modal-accordion-title {
  position: relative;
  border: 1px solid #e4e7eb;
  padding: 5px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}

.modal-accordion-title.is-active {
  border-radius: 12px 12px 0 0;
  border-bottom: 2px solid #e1e7ff;
}

.modal-accordion-title-index {
  font-weight: bold;
}

.modal-accordion-body {
  display: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e7ff;
}

.modal-accordion-title::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 25%;
  right: 25px;
  transform: rotate(-180deg);
  background: url(./../../../webapp/resources/images/new_link-icon/accordion-arrow.svg) center
    no-repeat;
}

.modal-accordion-title.is-active::after {
  background: url(./../../../webapp/resources/images/new_link-icon/accordion-arrow.svg) center
    no-repeat;
  transform: rotate(0deg);
}

.loadingModal {
  display: none;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #2b2e38;
  padding: 30px 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10010;
  text-align: center;
}

#loadingModal-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 10005;
}

/* list
============================================*/
.list-wrap {
  margin: auto;
}

.list li:not(:first-of-type) {
  margin-top: 1em;
}

.list .list {
  margin-top: 1em;
  padding-left: 2rem;
}

.list-privacy,
.list-disc,
.list-decimal,
.list-notes {
  padding-left: 20px;
  list-style: none;
  line-height: 22.4px;
}

.list-mark {
  padding-left: 2.8rem;
  list-style: none;
}

.list-privacy:not(:first-child),
.list-disc:not(:first-child),
.list-decimal:not(:first-child),
.list-notes:not(:first-child),
.list-decimalnotes:not(:first-child),
.list-mark:not(:first-child),
li > .list-privacy,
li > .list-disc,
li > .list-decimal,
li > .list-notes,
li > .list-decimalnotes,
li > .list-mark {
  margin-top: 16px;
}

.list-privacy > li,
.list-disc li,
.list-decimal > li,
.list-notes li,
.list-decimalnotes li,
.list-mark li {
  margin-top: 14px;
  position: relative;
}

.list-privacy > li:first-of-type,
.list-disc li:first-of-type,
.list-decimal > li:first-of-type,
.list-notes li:first-of-type,
.list-decimalnotes li:first-of-type,
.list-mark li:first-of-type {
  margin-top: 0;
}

.list-disc > li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -11px;
  background: #2045b3;
  font-weight: 700;
  border-radius: 100%;
}

.list-border-item {
  display: block;
  border-top: 1px solid #c2d3e2;
  padding: 15px 0;
}

.list-border li:first-of-type .list-border-item,
.list-border li:first-of-type.list-border-item,
.list-border-link li:first-of-type .list-border-item {
  border: none;
}

.list-border-link li,
.list-border-link-external li {
  padding: 0;
}

.list-border-link .list-border-item,
.list-border-link-external .list-border-item {
  padding-right: 50px;
  padding-left: 20px;
  position: relative;
}

.list-border-link .list-border-item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-border-link-external .list-border-item::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-size: 0.75em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon_link_external.svg);
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-border-link .list-link-external .link-external,
.list-border-link-external .list-link-external .link-external {
  display: inline;
}

.list-border-link .list-link-external::after,
.list-border-link-external .list-link-external::after {
  border: none;
}

.list-privacy > li {
  list-style-type: decimal;
}

.list-privacy > li:first-line {
  font-weight: bolder;
}

.list-decimal > li {
  list-style-type: decimal;
}

.list-notes,
.list-decimalnotes {
  color: #707070;
  position: relative;
}

.list-link-external {
  position: relative;
}

.list-notes > li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: -2rem;
}

.list-decimalnotes {
  counter-reset: item;
  list-style-type: none;
  padding-left: 2.8rem;
}

.list-decimalnotes > li::before {
  counter-increment: item 1;
  content: "※" counter(item);
  display: inline-block;
  position: absolute;
  left: -2.8rem;
}

.list-mark > li > .mark {
  display: inline-block;
  position: absolute;
  left: -2.8rem;
}

/* news
============================================*/
.news li {
  margin-top: 20px;
}

.news li:first-of-type {
  margin-top: 0;
}

.news-date {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-new {
  font-size: 15px;
  font-weight: bold;
  color: #ce3030;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-left: 10px;
}

.news-text {
  margin-top: 2px;
}

/* input
============================================*/
/* table
============================================*/
.table {
  width: 100%;
}

.table th,
.table td {
  padding: 10px 10px 10px 0;
}

.shorten-table.table th,
.shorten-table.table td {
  padding-top: 0;
}

.table-sm {
  max-width: 600px;
}

.table-sm thead tr {
  border-bottom: 2px solid #c2d3e2;
}

.table-sm tr {
  border-bottom: 1px solid #c2d3e2;
}

.table-sm th,
.table-sm td {
  padding: 10px 25px 10px 0;
}

.table-sm th:first-child,
.table-sm td:first-child {
  padding: 10px 50px 10px 0;
}

.table-sm th {
  font-size: 16px;
  padding-top: 7px;
}

.table-sm td {
  font-size: 15px;
}

.table-wrap {
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
  overflow: hidden;
}

.table-certification {
  width: 100%;
  word-break: break-all;
  overflow: hidden;
}

.table-certification tr:last-child {
  border-bottom: none;
}

.table-certification th {
  text-align: center;
  vertical-align: middle;
  padding: 20px 36px;
  background: #e3e8f7;
}

.table-certification tr td:first-child {
  text-align: left;
}

.table-certification td {
  font-size: 16px;
  padding: 24px 36px;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
}

.table-certification .input-checkbox + .checkbox-parts {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #d9e2ea;
  vertical-align: middle;
}

.table-certification .input-checkbox:checked + .checkbox-parts {
  background-color: #000;
  border: 2px solid #000;
}

.table-certification .checkbox-parts {
  padding-left: 1.5em;
  padding-left: 0;
}

.table-certification .checkbox-parts::before,
.table-certification .checkbox-parts::after {
  display: none;
}

.table-certification .input-radio + .radio-parts {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #d9e2ea;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}

.table-certification .input-radio:checked + .radio-parts {
  border: 2px solid #333;
}

.table-certification .input-radio:checked + .radio-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}

.table-billing-lg,
.table-billing-sm {
  width: 100%;
}

.table-billing-lg tr,
.table-billing-sm tr {
  border-top: 1px solid #c2d3e2;
}

.table-billing-lg tr:first-of-type,
.table-billing-sm tr:first-of-type,
.table-billing-sm tr.remarks-cell {
  border: none;
}

.table-billing-lg th,
.table-billing-lg td,
.table-billing-sm th,
.table-billing-sm td {
  padding: 10px 0;
}

.table-billing-lg th {
  font-size: 16px;
}

.table-billing-sm thead {
  font-size: 16px;
  color: #666666;
}

.table-billing-sm tbody {
  font-size: 15px;
}

.table-billing-lg td,
.table-billing-sm td {
  padding: 10px;
}

.table-billing-sm .remarks-cell td {
  padding-top: 0;
}

.billing-title-lg {
  font-size: 21px;
  font-weight: bold;
  margin: 32px 0 20px 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #333333;
}

.billing-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
  padding-bottom: 4px;
  border-bottom: 2px solid #333333;
}

.billing-title-lg p,
.billing-title p {
  margin-top: 0;
}

.billing-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 17px;
  font-weight: bold;
  margin-top: 30px;
}

.billing-sum-sm {
  font-size: 15px;
}

.sort-asce {
  position: relative;
}

.sort-asce:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sort-desc {
  position: relative;
}

.sort-desc:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* input
============================================*/
/* call
============================================*/
.call-content {
  text-align: center;
  margin-top: 20px;
}

.call-content:first-of-type {
  margin-top: 0;
}

.call-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.call-freedial-icon {
  width: 30px;
  margin-right: 5px;
}

.call-content-lg .call-title {
  font-size: 21px;
  margin-bottom: 10px;
}

.call-content-sm .call-title {
  font-size: 15px;
  margin-bottom: 5px;
}

.call-number {
  font-weight: bold;
  margin-right: 5px;
}

.call-content-lg .call-number {
  font-size: 30px;
}

.call-content-sm .call-number {
  font-size: 21px;
}

.call-fee {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
}

.call-notes {
  font-size: 15px;
  color: #707070;
  text-align: center;
  margin-top: 20px;
}

/* definition
============================================*/
.definition-box-wrap {
  margin-top: 40px;
}

.definition-table-scroll {
  overflow-x: auto;
}

.definition-table-scroll .definition-table {
  white-space: nowrap;
}

.definition-table {
  width: 100%;
  border-right: 2px solid #4884ba;
  border-bottom: 2px solid #4884ba;
}

.definition-table th,
.definition-table td {
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  border-top: 2px solid #4884ba;
  border-left: 2px solid #4884ba;
}

.definition-table-scroll .definition-table th,
.definition-table-scroll .definition-table td {
  padding: 4px;
}

.definition-table .bg-lightDanger {
  background-color: #fde0d6;
}

.definition-table .text-danger,
.definition-table-text-danger {
  color: #e50627;
}

.definition-table-onebillSubLineNo {
  display: block;
  background-color: #d3dbef;
  color: #e50627;
}

.border-billing {
  border: #95ca65 5px solid;
  padding: 5px;
}

.definition-box {
  margin-top: 10px;
  border: 1px solid #e6edf3;
  border-top: none;
}

.definition-box .definition-box {
  margin-top: 0;
  border: none;
}

.definition-box-title {
  background-color: #e6edf3;
  padding: 10px;
  text-align: center;
}

.definition-box .definition-box .definition-box-title {
  background-color: #f4f8fc;
  padding: 5px;
}

.definition-box-inner {
  border-top: 1px solid #e6edf3;
}

.definition-box-body:first-of-type .definition-box-inner {
  border-top: none;
}

.definition-box-inner {
  padding: 10px;
}

.definition-box .definition-box .definition-box-inner {
  padding: 5px;
}

.definition {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 22px;
}

.definition-title {
  font-size: 14px;
  width: 48.5%;
  text-align: right;
}

.definition-colon {
  width: 3%;
  text-align: center;
}

.definition-body {
  width: 48.5%;
  text-align: left;
  font-weight: 700;
  word-break: break-all;
}

/*.definition-title:after {
  content: "：";
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}*/

.definition-title-lg {
  font-size: 16px;
}

.definition-box-noBorder,
.definition-box-noBorder-wide {
  margin-top: 5px;
}

.definition-box-noBorder .definition-box-title,
.definition-box-noBorder-wide .definition-box-title {
  background-color: #e6edf3;
  padding: 10px;
  text-align: left;
}

.definition-box-noBorder .definition-box-inner,
.definition-box-noBorder-wide .definition-box-inner {
  padding: 10px 0;
}

.definition-box-noBorder-wide .definition-box-title {
  width: 100vw;
  -webkit-transform: translateX(-4%);
  transform: translateX(-4%);
  padding-right: 4%;
  padding-left: 4%;
}

@media screen and (min-width: 769px) {
  .definition-box-noBorder-wide .definition-box-title {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 10px;
  }
  .definition-box-noBorder .definition-box-inner,
  .definition-box-noBorder-wide .definition-box-inner {
    padding: 10px;
  }
}

/* slider
============================================*/
.slider-wrap {
  margin-top: 32px;
}

.slider {
  margin: auto;
  margin: 50px calc(-100vw * 0.04) 24px;
}

.slider-item {
  margin: 0 7.5px;
}

.slider-item img {
  margin: 0 auto;
}

.slick-dots {
  bottom: -32px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  position: relative;
}

.slick-dots li button:before {
  display: block;
  opacity: 0.4;
  color: #000;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  background-color: #000;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.slick-prev {
  left: -28px;
  z-index: 10;
}

.slick-next {
  right: -28px;
  z-index: 10;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  border-right: 1.5px solid #333;
  border-top: 1.5px solid #333;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  opacity: 1;
}

.slick-prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 4px;
  right: 0;
}

.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
  left: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slider-controller-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 26px;
  border: 1px solid #333;
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(2% + 7.5px);
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.slider-controller-btn span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 4px solid #333;
  border-right: 4px solid #333;
}

.slider-controller-btn.is-stop span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #333;
}

@media screen and (min-width: 769px) {
  .slider {
    width: 84%;
    padding: 0;
    margin: 0 auto;
  }
  .slider-controller-btn {
    margin-left: calc(8% + 7.5px);
  }
}

/* margin
============================================*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

/* padding
============================================*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

/* border
============================================*/
.border-none {
  border: none !important;
}

.border-top {
  border-top: 1px solid #c2d3e2 !important;
}

.border-right {
  border-right: 1px solid #c2d3e2 !important;
}

.border-bottom {
  border-bottom: 1px solid #c2d3e2 !important;
}

.border-left {
  border-left: 1px solid #c2d3e2 !important;
}

/* flex
============================================*/
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* height
============================================*/
.height-auto {
  height: auto;
}

.is-error-input-title {
  color: #ce3030;
}

.a-underline {
  text-decoration: underline;
}

.is-error-input-field {
  border: 2px solid #ce3030;
}

/* messagesPanel
============================================*/
.msg-panel-info {
  color: #333333;
}

.msg-panel-warning {
  color: #ce3030;
}

.msg-panel-error {
  color: #ce3030;
}

.cancellation-close {
  margin-bottom: 40px;
}

/* UA23_New_ApplicatAgreement.html
/  LUA42_LineChange_Change.html
============================================*/
.midpoint {
  list-style: disc;
  font-weight: bold;
  font-size: 15px;
  margin-left: 20px;
  padding: 0 8px 5px 0;
}

.explanation {
  padding-left: 1.5em;
  font-size: 15px;
}

.explanation::before {
  content: "※";
  display: inline-block;
  margin-left: -1.5em;
  padding-right: 0.5em;
}

.one-time-billing {
  display: block;
}

.reload-btn {
  position: relative;
}

.reload-btn:before {
  content: url(../images/reload_icon.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 17px;
  left: 93px;
}

.fromto-txt-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.fromto-txt {
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 10px;
}

.fromto-txt-wrap span {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 18px;
  min-width: 18px;
  margin-top: 12px;
}

@media screen and (max-width: 1007px) {
  .fromto-txt {
    min-width: 46px;
  }
}

.fromto-txt-inner {
  width: calc(100% / 2);
}

.fromto-txt-wrap .fromto-txt-inner:first-child {
  width: calc((100% - 32px) / 2);
}

.fromto-txt-inner input {
  width: 100%;
}

.fromto-select-inner {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.fromto-select-inner .input-date {
  width: 100%;
}

.contact-info {
  margin-top: 3px;
}

.contact-info span {
  min-width: 25%;
  display: inline-block;
}

.list-data span {
  display: block;
}

.input-flex-row {
  display: flex;
  flex-direction: row;
}

.text-l-indent1 {
  text-indent: 1em;
}

.text-l-indent2 {
  text-indent: 2em;
}

.table-long-indent1 {
  margin-left: 1em;
  display: flex;
}

.table-long-indent2 {
  margin-left: 2em;
  display: flex;
}

.table-long th,
.table-long td {
  padding: 15px 7.5px !important;
}

.table-long td {
  min-width: calc(100% / 17);
  max-width: calc(100% / 17);
}

.sort-month {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.sort-month label {
  position: relative;
  top: 28px;
  margin-right: 15px;
}

.sort-month select {
  width: 180px !important;
}

.btn-download-afternone:after {
  content: "" !important;
}

.table-org-name {
  white-space: break-spaces;
}

#content-js-d-none {
  display: none;
}

.list-all-disabled td {
  background: #ddd;
  position: relative;
}

.list-all-disabled td:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.list-all-disabled td:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.br-mobile {
  display: none;
}

.btn-link-external .btn-item-disabled::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_link_external.svg);
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: center;
  margin-left: 0.2em;
  filter: contrast(0.1);
}

.btn-link-external .btn-item::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_link_external-btn.svg);
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: center;
  margin-left: 0.2em;
}

.select-highlight {
  background: rgb(206, 206, 206);
}

.select-list {
  width: 100%;
  border: 1px solid #ddd;
}

.input-indent {
  margin: 1em 0 0 1em;
  position: relative;
}

.input-indent p {
  padding-left: 2px;
  font-weight: 500;
}

.input-indent p::before {
  content: "∟";
  position: absolute;
  top: -3px;
  left: -16px;
  font-weight: 700;
}

.flex-start {
  justify-content: flex-start !important;
}

.flex-start a {
  margin-left: 10px;
  padding-bottom: 4px;
}

.contact-form {
  font-size: 21px;
  margin-bottom: 15px;
}

.level-left {
  width: calc(50% - 15px);
  margin-right: 15px;
}

.level-right {
  width: 50%;
}

.level-right .mt-15 {
  margin-top: 0 !important;
}

.info-text-y {
  position: absolute;
  top: 0;
  right: 0;
}

.info-text-arrow {
  margin-right: 30px;
}

@media screen and (max-width: 1007px) {
  .fromto-txt-wrap {
    display: flex;
    flex-direction: column;
  }

  .fromto-txt-wrap span {
    display: none;
  }

  .fromto-txt-inner {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .fromto-select-inner {
    width: 100%;
  }

  .fromto-select-inner .input-date {
    width: 80%;
  }

  .level-left {
    width: 100%;
    margin-right: 0;
  }

  .level-right {
    width: 100%;
  }

  .mobile-flex-column {
    flex-direction: column;
  }

  .level-right .mt-15 {
    margin-top: 15px !important;
  }

  .level-left-100,
  .level-right-100 {
    width: 100%;
  }

  .input-info-flex {
    display: flex;
    flex-direction: column;
  }

  .info-text-y {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 5px;
  }

  .info-text-y .input-info-icon {
    position: relative;
  }

  .info-text-arrow {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .remodal {
    margin-left: auto;
    width: 100% !important;
  }
  .remodal-wrapper {
    padding: 10px 16px 0 !important;
  }
  .tab-wrap .tabset-2 span:before,
  .tab-wrap .tabset-2 a:before {
    left: 13px;
  }

  .l-contents-top-p {
    padding: 15% 4% 8% !important;
  }

  .required-count-mb-p {
    top: inherit !important;
    bottom: 0;
    box-shadow: 0 210px 59px 0 rgba(32, 69, 179, 0.00), 0 135px 54px 0 rgba(32, 69, 179, 0.01), 0 76px 45px 0 rgba(32, 69, 179, 0.05), 0 34px 34px 0 rgba(32, 69, 179, 0.09), 0 8px 19px 0 rgba(32, 69, 179, 0.10);
  }

  .br-mobile {
    display: block;
  }

  .reload-btn:before {
    top: 13px !important;
  }
}

.input-checkbox:checked + .checkbox-parts-l::after {
  left: 2px !important;
}

.id-pw-add {
  counter-reset: listnum;
}

.id-pw-box::after {
  counter-increment: listnum;
  content: counter(listnum);
}

.header_userinfo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.header_userinfo-inner {
  text-align: right;
  margin-right: 32px;
}

.header_userinfo-name {
  margin-bottom: 16px;
}
.header_userinfo-loginndate {
  line-height: 160%;
}

.header_settings {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.header_settings div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 20px;
}

.header_settings a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 20px;
}

.header_settings a:last-child {
  margin-right: 0;
}

.header_settings-private, .header_settings-admin {
  cursor: pointer;
}

.header_settings div:last-child {
  margin-right: 0;
}

.header_settings img {
  max-width: 24px;
  max-height: 32px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.header_settings p {
  margin-top: 5px;
}

.l-sideNav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
  font-size: 16px;
  height: 56px;
}

.l-sideNav ul li {
  margin-right: 36px;
  height: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.l-sideNav ul li:nth-child(n + 3) {
  margin-top: 16px;
  margin-bottom: 16px;
  height: 24px;
}

.l-sideNav ul .active {
  border-bottom: 2px solid#F6E749;
}

.l-sideNav ul li:nth-child(4) {
  position: relative;
}

.l-sideNav ul li:nth-child(3):after {
  content: "";
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: -36px;
}

.l-sideNav ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-sideNav ul li:nth-child(n + 3) a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-sideNav ul li:nth-child(1) {
  margin-right: 36px;
  padding-right: 18px;
  min-width: 142px;
}

.l-sideNav ul li:nth-child(3) {
  margin-left: 36px;
  margin-right: 32px;
  position: relative;
}

.l-sideNav ul li:nth-child(4) {
  margin-right: 0;
}

.l-sideNav ul li:nth-child(5) {
  margin-right: 32px;
  margin-left: 44px;
}

.l-sideNav ul li:last-child {
  margin-right: 0;
  padding-right: 18px;
}

.l-sideNav ul li a:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 8px;
  position: relative;
}

.nav_01:before {
  background: url(../images/new_link-icon/nav/nav-icon01.svg) center no-repeat;
  top: 0px;
}

.scroll-nav .nav_01:after {
  content: "";
  background: url(./../../../webapp/resources/images/new_link-icon/nav/arrow.svg) center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-sideNav .nav_01:after {
  content: "";
  background: url(./../../../webapp/resources/images/new_link-icon/nav/arrow.svg) center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav_02:before {
  background: url(../images/new_link-icon/nav/nav-icon02.svg) center no-repeat;
  top: 0px;
}

.nav_03:before {
  background: url(../images/new_link-icon/nav/nav-icon03.svg) center no-repeat;
  height: 24px !important;
  width: 24px !important;
  top: 0px;
}

.nav_04:before {
  background: url(../images/new_link-icon/nav/nav-icon04.svg) center no-repeat;
  width: 24px !important;
  height: 24px !important;
  top: 0px;
}

.nav_05:before {
  background: url(../images/new_link-icon/nav/nav-icon05.svg) center no-repeat;
  height: 24px !important;
  width: 24px !important;
  top: 0px;
}

.nav_06:before {
  background: url(../images/new_link-icon/nav/nav-icon06.svg) center no-repeat;
  height: 24px !important;
  width: 24px !important;
  top: 0px;
}

.nav_06:after {
  content: "";
  background: url(./../../../webapp/resources/images/new_link-icon/nav/arrow.svg) center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -25px;
}

.nav_07:before {
  background: url(./../images/new_link-icon/icon_add.png) center no-repeat;
  height: 25px;
  top: -2px;
}

.scroll-nav .nav_05 span {
  top: -4px;
}

.nav_05 span {
  position: absolute;
  left: -22.5px;
  top: -6px;
  background: #e50627;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-size: 10px;
  padding: 3px 4px 2px 4px;
  line-height: 1;
  width: 25px;
  height: 15px;
}

.nav_05 .sp-none {
  position: absolute;
  left: -22.5px;
  top: -6px;
  background: #e50627;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-size: 9px;
  /* padding: 3px 4px 2px 4px;
  line-height: 1; */
  width: 25px;
  height: 15px;
  text-align: center;
}

.definition-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e1e7ff;
  padding: 20px 0;
}

.definition {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2px 15px;
  line-height: 1;
  line-height: 160%;
  margin-bottom: 6px;
}

.definition dt {
  font-weight: 500 !important;
}

.definition dd {
  font-weight: 700 !important;
}

.definition-wrap .definition:last-child {
  margin-bottom: 0;
}

/*スクロールで表示するナビ*/

.scroll-nav {
  position: sticky;
  top: 0;
  width: 100%;
  background: linear-gradient(263deg, #0c53d6 0.66%, #03c 99.34%);
  z-index: 9999;
  border-radius: 0 0 105px 105px;
  color: #ffffff;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-nav-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.scroll-nav-inner .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-nav ul {
  max-width: 1200px;
}

.scroll-nav-img {
  max-width: 120px;
  width: 100%;
}

.scroll-nav-img img:last-child {
  margin-top: 6px;
}

.scroll-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
}

.scroll-nav ul li {
  margin-right: 24px;
  height: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.scroll-nav ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-nav ul li:nth-child(n + 3) a {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.scroll-nav ul li:first-child {
  margin-right: 24px;
  min-width: 142px;
  display: flex;
  justify-content: flex-start;
}

.scroll-nav ul li:nth-child(2) {
  margin-right: 20px;
  min-width: 172px;
}

.scroll-nav ul li:nth-child(3) {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.scroll-nav ul li:nth-child(4) {
  margin-right: 0;
}

.scroll-nav ul li:nth-child(5) {
  margin-right: 20px;
  padding-left: 44px;
}

.scroll-nav ul li:last-child {
  padding-right: 18px;
}

.scroll-nav ul li:nth-child(3):after {
  content: "";
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 4px;
  left: -12px;
}

.scroll-nav ul li a:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 8px;
  position: relative;
}

.scroll-nav ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1500px) {
  .scroll-nav ul {
    max-width: 1200px;
    font-size: 13px;
  }

  .scroll-nav-img {
    max-width: 110px;
  }
}

@media screen and (max-width: 1200px) {
  .scroll-nav ul {
    max-width: 1024px;
  }

  .scroll-nav-img {
    max-width: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .scroll-nav {
    display: none;
  }
}

.scroll-nav ul li a:hover::before {
  opacity: 0.7;
}

.scroll-nav ul li a:hover::before {
  opacity: 0.7;
}

/*フッター*/

footer {
  width: 100%;
  padding: 44px 0 24px;
  text-align: center;
  font-size: 12px;
  background: linear-gradient(0deg, #f9faff -0.31%, #f3f6fe 9.7%, #e1ecfa 99.82%);
  border-radius: 80px 80px 0 0;
  position: relative;
  bottom: 0;
  z-index: 0;
}

footer ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 28px;
  width: 80%;
  max-width: 1500px;
}

footer ul li {
  padding: 0 15px;
  margin: 7.5px;
}

@media screen and (max-width: 1024px) {
  footer ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 60px);
    margin: 0 30px 30px;
  }

  footer ul li {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    text-align: left;
  }
}

.w-xlarge {
  max-width: 1440px;
}

.w-large {
  max-width: 1200px;
}

.w-midium {
  max-width: 790px !important;
}

.w-small {
  max-width: 560px !important;
}

.input-postal-otherlink {
  background: #f7f8fc;
  border: 1px solid rgba(228, 231, 235, 0.7);
  border-radius: 16px;
  padding: 20px 24px;
  margin-top: 16px;
}

.input-postal-otherlink p {
  line-height: 160%;
}

.input-postal-otherlink p:nth-child(2) {
  margin-top: 12px;
}

.input-address-link {
  margin-left: 0px;
  padding-left: 20px;
  color: #2045b3;
  font-weight: 700;
  position: relative;
}

.input-address-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2045b3;
  line-height: 1;
  width: 16px;
  height: 16px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg) center
    no-repeat;
  position: absolute;
  top: 0px;
  left: -2px;
}

.remodal-address ul,
.remodal-address table {
  background: #f5f8fd;
  padding: 32px 64px 40px 48px !important;
  margin-bottom: 30px;
}

.remodal table {
  display: flex;
}

.remodal table tbody {
  width: 100%;
}

.remodal table tr {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.remodal table tr td {
  width: 83px;
  padding: 0;
  margin-right: 160px;
}

.remodal table tr td:nth-child(3n) {
  margin-right: 0;
}

.remodal table tr td span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.remodal table a {
  font-weight: 500 !important;
}

.remodal li {
  margin-bottom: 24px;
}

.remodal .box-wrap {
  background: none !important;
}

.remodal .list li:last-child {
  margin-bottom: 0 !important;
}

.small-modal-inner h2,
.small-modal-inner h3,
.small-modal-inner p {
  padding: 0;
}

.small-modal-inner h3 {
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
}

.small-modal-inner h3:before {
  content: "";
  background: #2045b3;
  width: 3px;
  height: 16px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.remodal-address p {
  margin-bottom: 40px;
}

.remodal .link {
  text-decoration: underline;
  color: #2045b3;
}

.address-modal-headlink {
  margin-bottom: 24px !important;
}

.address-modal-headlink ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 45px !important;
  background: none !important;
  margin-right: 40px;
  margin-bottom: 0;
  width: 100%;
}

.address-modal-headlink li {
  color: #2a2c34;
  margin-bottom: 0 !important;
  margin-right: 49px;
  font-size: 16px;
  position: relative;
}

.address-modal-headlink li:last-child {
  margin-right: 0;
}

.address-modal-headlink li a {
  color: #2b2e38;
  padding-right: 14px;
  font-size: 16px;
}

.address-modal-headlink li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2045b3;
  line-height: 1;
  position: absolute;
  top: 4px;
  right: 2px;
  width: 6px;
  height: 10px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg) 0 0
    no-repeat;
  transform: rotate(90deg);
}

.address-modal-bottomlink {
  margin-top: 24px;
  margin-bottom: 48px;
}

.address-modal-bottomlink li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2045b3;
  line-height: 1;
  position: absolute;
  top: 3px;
  right: 0;
  width: 6px;
  height: 10px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg) 0 0
    no-repeat;
  transform: rotate(-90deg);
}

.btn-item-back:before {
  content: url(./../images/new_link-icon/arrow-left-side.svg);
  position: absolute;
  top: 15px;
  left: 20px;
  padding: 4px 0;
  transform: rotate(180deg);
}

.btn-item-next:after {
  content: url(./../images/new_link-icon/arrow-left-side.svg);
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 4px 0;
}

.input-nonrequired::after {
  content: "任意";
  display: flex;
  background: #757575;
  margin-left: 8px;
  color: #ffffff;
  font-size: 12px;
  border-radius: 100px;
  justify-content: center;
  font-weight: 700;
  height: 21px;
  width: 40px;
  padding: 1px 8px 5px 8px;
}

.news-date {
  position: relative;
  margin-bottom: 10px;
}

.news-for-all:after {
  content: "";
}

.news-for-person:after {
  content: "お客さまへ";
  display: inline-block;
  background: #fff8f0;
  margin-left: 15px;
  padding: 5px 20px;
  color: #e50627;
  font-size: 11px;
  border: 1px solid rgba(224, 4, 4, 0.15);
  border-radius: 15px;
  position: relative;
  top: -3px;
  min-width: 110px;
  text-align: center;
  font-weight: 700;
}

.news-detail .h1title {
  text-align: left !important;
  font-size: 30px;
  margin-bottom: 40px;
  white-space: wrap;
  overflow-wrap: break-word;
}

.news-detail-content {
  margin-bottom: 10px;
  white-space: wrap;
  overflow-wrap: break-word;
}

.news-detail-btninfo {
  margin: 24px auto 0;
  max-width: 768px;
  font-size: 12px;
  color: #47494e;
  line-height: 16.8px;
}

.login-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.login-left {
  padding-right: 85px;
  border-right: 1px solid #b4c1e8;
  width: calc(560px + 85px);
}

.login-right {
  padding-left: 85px;
  width: calc(300px + 85px);
}

.login-wrap .box-title {
  text-align: center;
  margin: 0 auto 48px;
}

.login-forget {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-item-primary-external:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/new_link-icon/external-icon-wt.svg) center no-repeat !important;
  position: absolute;
  top: 15px;
  right: 23px;
  transform: none;
  border: none;
}

.btn-item-external:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/new_link-icon/external-icon-bl.svg) center no-repeat !important;
  position: absolute;
  top: 15px;
  right: 20px;
  transform: none;
  border: none;
}

.btn-item-infomark:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/new_link-icon/info-icon.svg) center no-repeat !important;
  margin-right: 6px;
  transform: none;
  border: none;
  position: absolute;
  left: 20px;
}

.login-right-links {
  max-width: 300px;
  margin: 48px auto;
}

.login-right-links li {
  margin: 0 0 20px;
}

.login-right-links li:last-child {
  margin: 0;
}

.link-external-right-bk {
  color: #2a2c34 !important;
  font-weight: 500 !important;
}

form {
  margin: 0 auto;
  max-width: 560px;
}

.input-info-link {
  margin-top: 16px;
  margin-left: 20px;
  position: relative;
  display: block;
}

.input-info-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2045b3;
  line-height: 1;
  width: 16px;
  height: 16px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg) center
    no-repeat;
  position: absolute;
  top: 3px;
  left: -20px;
}

.input-info-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/new_link-icon/external-icon-bl.svg);
  background-repeat: no-repeat;
  margin-left: 4px;
  -webkit-transform: translateY(2px);
  transform: translateY(4px);
}

.agreement-title {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
}

.agreement-title:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(./../images/new_link-icon/attention-icon-bl.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.input-agreement-checkbox {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-links-logo {
  align-items: flex-start !important;
  margin-bottom: 40px;
  max-width: 688px;
}

.footer-links-logo li {
  width: calc((100% / 4) - 12px);
  min-height: 72px;
  padding: 0;
  margin: 0 8px;
  display: flex;
  flex-direction: column;
}

.footer-links-logo li a {
  background: #ffffff;
  display: flex;
  width: 160px;
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #d8e7fa;
  position: relative;
  forced-color-adjust: none;
}

.footer-links-logo li a:after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/new_link-icon/external-icon-bl.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 1em !important;
  background-position: center bottom;
  position: absolute;
  bottom: 8px;
  right: 6px;
}

.footer-links-logo li a img {
  max-width: 120px;
}

.footer-links-logo li span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  text-align: left;
}

.modal-attention-bg,
.modal-search-bg,
.modal-cash-bg,
.modal-write-bg,
.modal-attention-note-bg {
  position: relative;
}

.modal-attention-bg:before {
  content: "";
  width: 404px;
  height: 371px;
  background: url(./../images/modal-attention-bg.png) 0 0 no-repeat;
  opacity: 0.05;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.modal-search-bg:before {
  content: "";
}

.modal-attention-note-bg:before {
  content: "";
  width: 401px;
  height: 401px;
  padding: 39.75px 27.061px 15.726px 46.375px;
  background: url(./../images/modal-attention-note-bg.svg) 0 0 no-repeat;
  background-size: contain;
  opacity: 0.05;
  position: absolute;
  right: 10px;
  top: -127.57px;
  z-index: -1;
}

.modal-cash-bg:before {
  content: "";
  width: 404px;
  height: 371px;
  background: url(./../images/modal-cash-bg.png) 0 0 no-repeat;
  opacity: 0.05;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: -1;
}

.modal-notification-info {
  padding: 0 48px;
}

.modal-notification-info-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #f7f8fc;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #e1e7ff;
}

.modal-notification-info-left {
  min-width: 95px;
  width: 25%;
  padding: 30px;
  border-right: 1px solid #e1e7ff;
  text-align: center;
}

.modal-notification-info-right {
  padding: 20px;
  width: 75%;
}

.modal-notification-info-right ul {
  padding: 0 0 0 25px !important;
  margin: 15px 0;
  background: none;
}

.modal-notification-info-right p {
  background: #e3e8f7;
  padding: 5px 10px;
  border-radius: 5px;
}

.modal-notification-info-right ul li {
  margin-bottom: 15px;
  font-weight: 500 !important;
}

.modal-notification-info-right ul li:last-child {
  margin-bottom: 0;
}

.modal-notification-info-right li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: -16px;
  color: #2045b3;
}

.modal-title {
  font-size: 20px;
  margin: 24px 0;
}

.input-infomation-wrap {
  background: #f7f8fc;
  margin: 48px 0 32px;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgba(228, 231, 235, 0.7);
}

.input-infomation-wrap24x28 {
  padding: 24px 28px !important;
}

.input-infomation-wrap .box-title {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

.input-infomation-wrap .box-title:before {
  content: "";
  background: url(./../images/new_link-icon/attention-icon-bl.svg) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  padding: 3px;
}

.input-infomation-wrap .list-disc {
  margin-top: 0;
}

.input-infomation-wrap .list-disc li {
  margin-top: 8px;
}

.memo-desc-txt14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.table-scroll td {
  vertical-align: middle;
}

/*注意事項枠のスタイルパターン*/

/*01 main-inner直下にある注意事項*/

.infomation-wrap-pt01 {
  padding: 24px 28px 24px 28px;
}

.text-danger-notes {
  color: #e50627;
  padding-left: 1.5em;
}

.text-danger-notes::before {
  content: "※";
  display: inline-block;
  margin-left: -1.5em;
  padding-right: 0.5em;
}

.pankuzu {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 28px;
  color: #ffffff;
  padding-left: 28px;
  font-size: 13px;
}

.pankuzu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.pankuzu ul li {
  position: relative;
  padding: 0 16px;
}

.pankuzu ul li a {
  text-decoration: underline;
}

.pankuzu ul li:after {
  content: "";
  color: #ffffff;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 4px;
  right: -4px;
  background: transparent;
}

.pankuzu ul li:last-child:after {
  content: none;
}

.input-name-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.input-name-inner {
  padding-right: 20px;
}

.input-name-wrap .input-name-inner:last-child {
  padding-right: 0;
}

.input-name-inner p {
  font-size: 12px;
  margin-top: 12px;
}

.input-name-inner p:first-child {
  min-height: 18px;
  display: flex;
  align-items: self-end;
}

.input-name-inner input {
  margin-top: 8px !important;
}

.meisai-select-wrap {
  width: 726px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(32, 69, 179, 0.05);
  border-radius: 30px;
  /* margin: 0 0 24px; */
  border: 1px solid #E4E7EB;
}

.usernumber_select-txt {
  font-size: 16px;
}

.meisai-select-wrap select {
  font-size: 20px;
  font-weight: 700;
  /* padding-left: 12px; logo-padding-left: 3px; logo-width: 10px */
  padding: 0 calc(12px + 3px + 10px) 0 24px;
  position: relative;
  background-image: url(../images/arrow-down-bl.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: right 3px center;
  line-height: 100%;
  width: auto !important;
  background-position-y: 6px;
}

.meisai-select-content-wrap {
  width: 100%;
}

.meisai-inner {
  padding: 40px 48px 44px !important;
  margin-bottom: 32px !important;
}

.meisai-content-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.meisai-content-left {
  margin-right: 32px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.graph-wrap {
  position: relative;
}

.monthly-fee-area {
  background: #ffffff;
  box-shadow: 0px 10px 28px 0px rgba(42, 44, 52, 0.05);
  border-radius: 24px;
  padding: 0 40px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 304px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.monthly-fee-area:after {
  content: url(./../images/new_link-icon/cash-060-bg.svg);
  position: absolute;
  left: 267.769px;
  bottom: -3px;
  z-index: -1;
}

.monthly-fee-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.monthly-fee-before,
.monthly-fee-after {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  position: relative;
  border: 1px solid #e4e7eb;
  font-size: 14px;
  cursor: pointer;
  width: 70px;
  height: 30px;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
}

.monthly-fee-after {
  padding: 8px 24px 8px 14px;
  background: #e8e8e8;
}

.monthly-fee-before {
  padding: 8px 16px 8px 24px;
  background: #ffffff;
}

.monthly-fee-limit {
  box-shadow:none;
  border: 1px solid rgba(145, 148, 161, 0.2);
}

.monthly-fee-before:before {
  content: url(./../images/new_link-icon/nav/arrow-lleft-bl-sm.svg);
  position: absolute;
  display: flex;
  width: 12px;
  height: 12px;
  padding: 3px 4px 3px 5px;
  justify-content: center;
  align-items: center;
  left: 5px;
  top: 7px;
}

.monthly-fee-before div {
  line-height: 100%;
  text-align: center;
  width: 22px;
}

.monthly-fee-after div {
  line-height: 100%;
  text-align: center;
  width: 22px;
}


.monthly-fee-after:before {
  content: url(./../images/new_link-icon/nav/arrow-right-bl-sm.svg);
  position: absolute;
  display: flex;
  width: 12px;
  height: 12px;
  padding: 3px 4px 3px 5px;
  justify-content: center;
  align-items: center;
  right: 5px;
  top: 7px;
}
.monthly-fee-limit.monthly-fee-after:before {
  content: url(./../images/new_link-icon/nav/arrow-right-gr.svg);
  top: 7px;
}
.monthly-fee-limit.monthly-fee-before:before {
  content: url(./../images/new_link-icon/nav/arrow-left-gr.svg);
  top: 7px;
}
.monthly-fee-active {
  font-size: 22px;
  padding: 0;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.monthly-fee-active span {
  font-weight: 700;
  font-size: 32px;
  padding: 0 3px;
}

.monthly-fee-orange {
  color: #D93D12;
  font-weight: 700;
  font-size: 20px;
  margin: 20px auto;
  display: flex;
  align-items: baseline;
}

.monthly-fee-orange span {
  font-size: 60px;
}

.monthly-fee-bk {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.monthly-fee-bk span {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  padding: 0 2px 0 8px;
}

.monthly-fee-up:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(./../images/fee-up.svg) 0 0 no-repeat;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.monthly-fee-down:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(./../images/fee-down.svg) 0 0 no-repeat;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.monthly-fee-flat:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(./../images/fee-flat.svg) 0 0 no-repeat;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.fee-btn-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  gap: 16px;
}

.fee-btn-area a {
  text-align: center;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 24px 24px 24px 24px;
}

.fee-btn {
  padding: 20px;
  background: #fffbe8;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff4be;
}

.fee-brn-2nd {
  padding: 24px 24px 10px;
}

.fee-btn:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-right-6x12.svg) center
    no-repeat;
  position: absolute;
  top: 48%;
  right: 9px;
}

.fee-btn p {
  font-size: 15px;
  font-weight: 700;
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fee-btn-image {
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.meisai-content-right {
  width: 50%;
  background: #ffffff;
  box-shadow: 0px 10px 28px 0px rgba(42, 44, 52, 0.05);
  border-radius: 24px;
  padding: 68px 40px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-o-month-fukidashi {
  /* background: url("../images/toppage-fukidashi.png") no-repeat;
  background-size: 100% auto;
  background-position: 0% 0%;
  width: 194px;
  height: 70px; */
  position: absolute;
  top: -67px;
  right: 11.7%;
  background: #D93D12;
  border-radius: 40px;
  padding: 16px 29px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.m-o-month-fukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 8px 0 8px;
  border-color: #D93D12 transparent transparent transparent;
  position: absolute;
  bottom: -29px;
  right: 42px;
}

.m-o-month-fukidashi span {
  font-size: 32px;
  font-weight: 700;
}

.payment-status-link {
  /* margin-top: 40px; */
  width: 100%;
  text-align: right;
}

.toppage-news {
  max-width: 1200px;
  width: 100%;
  margin: 32px auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 48px;
  border-radius: 32px;
  box-shadow: 0px 10px 28px 0px rgba(42, 44, 52, 0.05);
  position: relative;
}

.toppage-news-date {
  position: relative;
  margin-right: 32px;
  min-width: 209px;
  font-size: 14px;
}

.toppage-news-right a {
  color: #2045b3;
  font-size: 16px;
}

.toppage-news-forall:after {
  content: "";
}

.toppage-news-person:after {
  content: "お客さまへ";
  display: inline-block;
  background: #fff8f0;
  margin-left: 15px;
  padding: 6.5px 12px;
  color: #e50627;
  font-size: 11px;
  border: 1px solid rgba(224, 4, 4, 0.15);
  border-radius: 15px;
  position: relative;
  top: 0;
  min-width: 88px;
  text-align: center;
  font-weight: 700;
  max-height: 25px;
  line-height: 100%;
}

.toppage-news-unread-wrap {
  min-width: 60px;
}

.toppage-news-unread:after {
  content: "未読";
  display: inline-block;
  background: #ffffff;
  margin-left: 0px;
  padding: 3px 12px;
  color: #000000;
  font-size: 11px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  position: relative;
  top: 0;
  min-width: 50px;
  text-align: center;
  font-weight: 700;
  max-height: 20px;
  line-height: 100%;
}

.toppage-news-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.toppage-news-left {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.toppage-news-left h3 {
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
}

.toppage-news-right {
  width: 920px;
}

.toppage-news-right ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

.toppage-news-right ul li:last-child {
  margin-bottom: 0;
}

.toppage-news-p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 25.6px;
  overflow-wrap: break-word;
}

.index-single-wrap .index-single-text {
  margin-bottom: 40px;
}

.index-single-wrap .index-single-text:last-child {
  margin-bottom: 0;
}

.index-single {
  background: #eef1fa;
  border-radius: 8px;
  padding: 16px 24px;
  box-shadow: 0 0 2px #cccccc;
  font-size: 16px;
  border: 1px solid #d6dcf0;
}

.index-single p {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.index-single p:before {
  content: "";
  width: 3px;
  height: 16px;
  background: #0c53d6;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: 0;
}

.index-single p span {
  font-size: 12px;
  padding-left: 12px;
  font-weight: 700;
}

.index-single-text {
  padding: 20px 20px 0 20px;
  font-size: 16px;
  line-height: 16px;
  word-break: break-all;
  white-space: wrap;
}

.index-single-text p {
  margin: 0;
}

.index-single-text p:first-child {
  margin-bottom: 12px;
}

.index-single-bold {
  font-weight: 700;
}

.call-number:after {
  width: 25px;
  top: 5px !important;
  right: -20px !important;
  background-size: contain;
  height: 25px;
}

.complete-data-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 3px 8px #cccccc;
  overflow: hidden;
}

.complete-data-head {
  background: #e3e8f7;
  font-weight: 700;
  padding: 20px;
}

.complete-data-txt {
  padding: 20px;
}

.hold-page-wrap {
  width: 994px;
  padding: 0 0 48px;
  margin: 0 auto;
  max-width: 1024px;
  /* width: 100%; */
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0px 10px 28px 0px rgba(42, 44, 52, 0.05);
  overflow: hidden;
}

.hold-page-head {
  background: #e3e8f7;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, .7);
}

.hold-page-txtarea {
  padding: 40px 56px 0;
  max-width: 768px;
  margin: 0 auto;
}

.hold-page-txt-l {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}

.fee-status-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  margin-bottom: 20px;
}

.link-infomark {
  position: relative;
  padding-left: 25px;
}

.link-infomark:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/new_link-icon/info-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  border: none;
}

.fee-small-btn {
  padding: 12px 20px !important;
  margin: 0 auto;
  height: auto;
  max-width: 169px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  display: flex;
  justify-content: center;
  border: 1px solid #0C53D6 !important;
}

.fee-small-btn:after {
  display: inline-block;
  margin-left: -8px;
  position: relative;
  top: -1px;
  right: -9px;
}

.fee-small-btn:hover::after {
  top: 5px;
}

.fee-table td span {
  color: #e50627;
  display: block;
}

.link-text-arrow-left {
  position: relative;
}

.link-text-arrow-left:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2045b3;
  line-height: 1;
  width: 16px;
  height: 16px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg) center
    no-repeat;
  position: absolute;
  top: 3px;
  left: -19px;
}

.tabset-text-s {
  font-size: 0.8rem;
  padding-top: 3px;
}

.btn-small-item-next {
  height: auto;
  padding: 12px 12px 12px 20px;
  font-size: 13px;
  width: fit-content;
  font-weight: 500;
}

.btn-small-item-next:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg) center
    no-repeat;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 4px;
}

.modal-onetime {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 !important;
}

.modal-onetime-left,
.modal-onetime-right {
  padding: 20px;
}

.modal-onetime-left {
  min-width: 132px;
  text-align: center;
  font-weight: 700;
}

.modal-onetime-left p {
  margin-top: 12px;
}

.modal-onetime-right {
  width: calc(100% - 64px);
  margin: 24px 32px 24px 0;
  border-left: 1px solid #e1e7ff;
  padding: 0 0 0 32px;
}

.modal-notification-subtitle {
  background: #e3e8f7;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 700;
}

.modal-onetime ul {
  padding: 16px 31px 0 !important;
  margin: 0 !important;
}

.modal-onetime ul li {
  margin-bottom: 20px !important;
}

.modal-onetime ul li:last-child {
  margin: 0 !important;
}

.input-password {
  position: relative;
}

.input-password input {
  position: relative;
}

.input-password img {
  position: absolute;
  top: 27px;
  right: 16px;
  cursor: pointer;
}

.input-subtitle {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 150%;
  min-height: 21px;
}

.main-inner .main-inner {
  padding: 40px 56px 48px;
  max-width: 994px;
  margin: 0 auto 32px;
  border-radius: 24px;
  border: 1px solid #E4E7EB;
}

.btn-wrap .btn:first-child {
  margin-top: 0 !important;
}

.addres-modal-bg {
  padding: 0 28px;
}

.addres-modal-bg table {
  padding: 15px 13px 56px !important;
  margin-bottom: 0 !important;
}

.remodal .btn-item:first-child {
  margin-top: 0;
}

.font-size12 {
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
}

.font-size14 {
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
  -webkit-text-size-adjust: 100%;
}

.font-size15 {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
}

.font-size16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  -webkit-text-size-adjust: 100%;
}

.font-size18 {
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
  -webkit-text-size-adjust: 100%;
}

.font-weight700 {
  font-weight: 700 !important;
}

.link-weight-n {
  font-weight: 500 !important;
}

.text-notes-description {
  margin-left: 0 !important;
}

.text-notes-description:before {
  position: inherit !important;
  left: 0 !important;
}

.remodal .list-disc {
  padding: 0 45px 0 64px;
}

.remodal .list-disc li {
  margin-bottom: 14px;
}

.remodal .list-disc li:last-child {
  margin-bottom: 0;
}

.footer-links-list li {
  margin: 0 0 0 40px;
}

.toppage-btn-list {
  margin: 0 auto 64px;
  width: 1200px;
}

.toppage-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.toppage-btn a {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e7eb;
  box-shadow: 0px 6px 6px 0px rgba(42, 44, 52, 0.05);
  padding: 24px 32px 24px;
  border-radius: 20px;
  width: 34%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.toppage-btn a:hover {
  background: #F4F6FC;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.10);
}

.toppage-btn a:first-child,
.toppage-btn a:nth-child(2) {
  margin-right: 32px;
}

.toppage-btn a p {
  margin-top: 0;
}

.toppage-btn-l {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.toppage-btn-l img {
  margin-right: 16px;
}

.toppage-btn-r {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.margin-auto {
  margin: auto;
}

.addres-number-modal a {
  font-weight: 500 !important;
}

.fee-table-list-wrap {
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
  overflow: hidden;
  width: 100%;
}

.fee-table-list-wrap li {
  display: flex;
  align-items: center;
}

.fee-table-list-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.fee-table-list-l li {
  padding: 16px 32px 16px 36px;
  margin-left: 36px;
  min-width: calc(597px - 36px);
}

.fee-table-list-l li:first-child {
  display: block;
}

.fee-table-list-l li:first-child {
  margin-left: 0;
  background: #e3e8f7;
  min-width: 597px;
  padding: 20px 0 20px 36px;
  max-height: 54px;
}

.fee-table-list-l-sub-head {
  background: #f8f8fb;
  border-radius: 12px 0 0 0;
  padding: 24px 32px 16px 36px !important;
  max-height: 56px;
}

.fee-table-list-l-sub-txt {
  border-radius: 0;
  background: #f8f8fb;
  max-height: 49px;
}

.fee-table-list-l-sub-end {
  background: #f8f8fb;
  border-radius: 0 0 0 12px;
  padding: 16px 0 24px 36px !important;
  max-height: 56px;
}

.fee-table-list-l-sub-head02 {
  border-radius: 12px 0 0 12px;
  background: #f8f8fb;
}

.fee-table-list-title {
  background: #e3e8f7;
  text-align: center;
  max-height: 54px;
}

.fee-table-list-r {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 597px);
}

.fee-table-list-r-inner .fee-table-list-title {
  padding-left: 24px;
}

.fee-table-list-r-inner .fee-table-list-title:first-child,
.fee-table-list-r-inner .fee-table-list-r-subinner:first-child {
  min-width: calc((960px - 718px) / 2);
  padding: 20px 24px 20px 0 !important;
}

.fee-table-list-r-inner .fee-table-list-title:last-child,
.fee-table-list-r-inner .fee-table-list-r-subinner:last-child {
  min-width: calc((960px - 633px) / 2);
  padding: 20px 32px 20px 0 !important;
}

.fee-table-list-r-inner .fee-table-list-r-subinner:first-child {
  min-width: calc((960px - 623px) / 2);
  padding: 0 !important;
}

.fee-table-list-r-inner .fee-table-list-r-subinner:last-child {
  min-width: calc((960px - 727px) / 2);
  padding: 0 !important;
}

.fee-table-list-r-inner li.fee-table-list-l-sub-head {
  border-radius: 0;
}

.fee-table-list-r-inner li.fee-table-list-l-sub-end {
  border-radius: 0;
}

.data-none-head {
  min-height: 52px;
  max-height: 52px;
}

.data-none-70 {
  min-height: 70px;
  max-height: 70px;
}

.data-none-62 {
  min-height: 62px;
  max-height: 62px;
}

.data-none-56 {
  min-height: 56px;
  max-height: 56px;
}

.data-none-49 {
  min-height: 49px;
  max-height: 49px;
}

.fee-table-list-maintitle {
  padding: 20px 32px 24px 0 !important;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.fee-table-list-r-subinner .fee-table-list-maintitle-amount {
  padding: 20px 0 24px 0;
  min-height: 70px;
  display: flex;
  align-items: flex-end;
}

.fee-table-list-r-subinner .fee-table-list-l-sub-head02 {
  border-radius: 0 !important;
  min-height: 48px;
}

.total-fee {
  margin-top: 48px;
  border-top: 1px solid #e4e7eb;
  padding: 24px 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.total-fee-title {
  font-size: 16px;
}

.total-fee-title span {
  font-size: 12px;
  padding-left: 16px;
}

.total-fee-amount {
  font-size: 16px;
}

.total-fee-amount span {
  font-size: 22px;
  font-weight: 700;
}

.amount-breakdown li {
  justify-content: flex-end;
}

.amount-breakdown li:first-child {
  padding-right: 0;
}

.amount-breakdown li span {
  font-size: 16px;
}

.amount-breakdown .fee-table-list-l-sub-head {
  padding: 24px 0 16px 0 !important;
}

.tax-classification .fee-table-list-l-sub-head {
  padding: 24px 32px 16px 0 !important;
}

.tax-classification .fee-table-list-l-sub-end {
  padding: 24px 32px 16px 0 !important;
}

.tax-classification li {
  justify-content: center;
  padding: 16px 32px 16px 0;
}

.accordion-btn-area {
  margin: 32px auto 0;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.line-more-amount-link {
  color: #2045b3;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-more-amount-link:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(./../../../webapp/resources/images/new_link-icon/plus-icon.svg) center no-repeat;
  padding-left: 17px;
}

.accordion-btn-area .btn-item-next {
  margin: 0 auto;
}

.file-dl-btn-area .btn {
  width: calc(50% - 20px);
  margin-left: 10px;
}

.file-dl-btn-area .btn:nth-child(1),
.file-dl-btn-area .btn:nth-child(2) {
  margin-top: 0;
}

.file-dl-btn-area .btn:first-child,
.file-dl-btn-area .btn:nth-child(3) {
  margin-left: 0;
  margin-right: 10px;
}

.file-dl-btn-area {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.btn-download {
  position: relative;
  padding: 16px 24px;
  max-width: 300px;
}

.btn-download::before {
  content: url(./../images/new_link-icon/arrow-left-side.svg);
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 4px 0;
}

/* .btn-download-pdf, .btn-download-csv, .btn-download-fix {
  padding-right:80px;
} */

.btn-download-pdf::after {
  content: "PDF";
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #b50030;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 100px;
  line-height: 12px;
}

.btn-download-csv::after {
  content: "CSV";
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #2e845f;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 100px;
  line-height: 12px;
}

.btn-download-excel::after {
  content: "EXCEL";
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #2e845f;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 100px;
  line-height: 12px;
}

.btn-download-fix::after {
  content: "固定長";
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #c48312;
  padding: 4.25px 8px 4.75px;
  margin-left: 8px;
  border-radius: 100px;
  line-height: 11px;
}

/*表示内容に関する注意事項*/

.hyoji-attention {
  padding: 40px 48px !important;
  width: 790px;
  position: relative;
}

.hyoji-attention:after {
  content: "";
  width: 424px;
  height: 424px;
  background: url(./../images/new_link-icon/hyoji-attention-bg.svg) top right no-repeat;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
}

.hyoji-attention-title {
  margin: 24px 0;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.hyoji-attention .list-disc {
  padding: 0 0 0 16px;
}

.hyoji-attention .list-disc li {
  margin-bottom: 16px;
  margin-top: 0;
  line-height: 22.5px;
}

.tab-02-inner {
  max-width: 994px;
  padding: 48px 0 64px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
  border-radius: 24px;
}

.index-single-wrap {
  margin: 0 auto;
}

.modal-more-usernumber {
  padding: 48px 0 0 !important;
  width: 1200px !important;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}

.modal-more-usernumber:after {
  content: "";
  width: 404px;
  height: 371px;
  background: url(./../images/modal-search-bg.png) 0 0 no-repeat;
  opacity: 0.05;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.modal-more-usernumber-title {
  font-size: 30px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  display: block;
}

.modal-more-usernumber-desc {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  line-height: 25.6px;
}

.modal-more-usernumber .input {
  margin: 28px auto 16px;
  position: relative;
}

.modal-more-usernumber .input-wrap {
  position: relative;
}

.modal-more-usernumber .input button {
  position: absolute;
  top: 12px;
  right: 55px;
}

.modal-memo-text {
  margin-bottom: 40px;
  text-align: center;
}
.modal-more-usernumber input {
  padding: 20px 24px;
  border-radius: 100px;
  border: 1px solid #e4e7eb;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 6px 6px 0px rgba(42, 44, 52, 0.05);
  width: 480px;
  display: block;
  margin: 0 auto;
}

.more-usernumber-bg {
  background: #f5f8fd;
  padding-bottom: 48px;
}

.more-usernumber-wrap {
  width: 1200px;
  height: auto;
  overflow-y: auto;
}

.more-usernumber-wrap ul {
  overflow-y: scroll;
  min-height: auto;
  max-height: 603px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: 36px;
}

.more-usernumber-wrap ul li {
  margin-top: 24px;
  margin-right: 30px;
  margin-bottom: 0;
  width: 348px;
  box-shadow: 0px 4px 8px 0px rgba(32, 69, 179, 0.05);
  border: 1px solid #e4e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.more-usernumber-wrap ul li a:hover {
  background: #F4F6FC;
}

.more-usernumber-wrap ul li a:focus {
    outline: 2px solid #2045b3;
    outline-offset: -5px;
}

.more-usernumber-wrap ul li:nth-child(-n + 3) {
  margin-top: 40px;
}

.more-usernumber-wrap ul li:nth-child(3n) {
  margin-right: 0;
}

.more-usernumber-wrap ul li:nth-child(3n + 1) {
  margin-left: 48px;
}

.more-usernumber-wrap ul li a {
  width: 100%;
  display: block;
  padding: 24px 52px 24px 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  color: #2045b3;
  position: relative;
  background: #fff;
  min-height: 70px;
  height: 70px;
}

.more-usernumber-wrap ul li a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-right-6x12.svg) center
    no-repeat;
  position: absolute;
  top: 33%;
  right: 16px;
}

.active-usernumber {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 16px;
  line-height: 100%;
}

.active-usernumber span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 8px;
  line-height: 100%;
}

.monthly-fee-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.monthly-fee-active {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  margin: 0;
}

.table-area-wrap {
  margin-bottom: 56px;
  min-height: 130px;
}

.table-area-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 16px;
}

tbody td {
  text-align: left;
}

.table-area-wrap table {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
  color: #47494e;
}

.table-area-wrap table thead {
  background: #e3e8f7;
  font-weight: 700;
  line-height: 19.6px;
}

.table-area-wrap table tr td:not(:last-child),
.table-area-wrap table tr th:not(:last-child) {
  padding-right: 36px;
}

.table-area-wrap table tr td,
.table-area-wrap table tr th {
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-area-wrap table thead tr th {
  word-break: keep-all;
  white-space: nowrap;
  text-align: center !important;
  vertical-align: middle;
}

.table-area-wrap table thead tr th:first-child {
  padding-left: 32px;
  word-break: keep-all;
}

.table-area-wrap table thead tr th:last-child {
  padding-right: 32px;
}

.table-area-wrap table tbody tr td:first-child {
  padding-left: 32px;
}

.table-area-wrap table tbody tr td:last-child {
  padding-right: 32px;
}

.table-area-wrap table tbody {
  background: #fff;
}

.table-area-wrap table tbody tr th {
  border-bottom: 1px solid #e4e7eb;
  line-height: 22.4px;
}

.td-border-none {
  border-bottom: none !important;
}

.service-code-description {
  margin-top: 28px;
  margin-bottom: 56px;
}

.service-code-description .code-title {
  font-weight: 700;
  line-height: 22.4px;
}

.service-code-description p {
  margin-top: 10px;
  line-height: 22.4px;
}

.hyoji-info-attention {
  position: absolute;
  right: 48px;
  top: 48px;
  width: 350px;
  cursor: pointer;
}

.hyoji-info-attention img {
  padding: 0 4px 0 0;
  top: -2px;
  right: 0;
  width: 18px;
  height: 18px;
}

.tab-link-wrap {
  width: 782px;
  display: flex;
  justify-content: center;
  margin: 12px auto 48px;
  text-align: center;
}

.tab-link-wrap ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.tab-link-wrap ul li {
  width: 50%;
  border-bottom: 2px solid #d6dcf0;
  position: relative;
  padding: 20px 0 16px;
  cursor: pointer;
  font-weight: 700;
}

.tab-link-wrap a span {
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
}

.tab-link-active {
  color: #2045b3;
  font-weight: 700;
}

.tab-link-active span {
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
}

.tab-link-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0c53d6;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.table-area-wrap .text-danger {
  display: block;
  color: #e50627;
  font-size: 12px;
  line-height: 140%;
}
.toppage-news-p .read-over {
  color: #47494E;
}

.search-btn-wrap {
  display: flex;
  justify-content: flex-end;
  max-width: 994px;
  margin: 0 auto;
}

.search-narrow-btn {
  height: 60px;
  width: 100%;
  max-width: 100%;
  position: relative;
  font-weight: 500 !important;
  line-height: 150%;
}

.search-narrow-btn:before {
  content: "";
  display: inline-block;
  /* background: url(./../../../webapp/resources/images/new_link-icon/search-narrow-icon.svg) center no-repeat; */
  background: url(./../../../webapp/resources/images/download-image/icon_mushi_megane.svg) center
    no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.l-sideNav .arrow:after {
  content: "";
  width: 10px;
  height: 7px;
  background: url(./../images/new_link-icon/nav/arrow.svg) center no-repeat;
  display: block;
  margin-left: 4px;
}

@media screen and (max-width: 1200px) {
  .toppage-btn-list {
    width: 1024px;
  }
  .pankuzu {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .meisai-content-wrap {
    flex-direction: column;
  }

  .meisai-content-left {
    width: 100% !important;
  }

  .meisai-content-right {
    width: 100% !important;
    margin-top: 30px;
  }

  /* .toppage-btn-list {
    width: 1024px;
  } */

  .graph-area canvas {
    margin: 0 auto;
  }

  .graph-area .chartLabel {
    margin: 0 auto;
    position: relative;
    left: -50px;
  }

  .m-o-month-fukidashi {
    right: 255px;
    top: 8px;
  }

  .payment-status-link {
    max-width: 459px;
    width: 100%;
    margin-top: 24px;
  }
}
.required-count-pc-p.required-count {
  max-width: 360px;
}
.required-count-pc-p.required-count:before {
  background: url(../../../webapp/resources/images/Frame1000002967.svg);
  top: 30px;
  left: 15px;
}
.required-count-pc-p .required-count-inner {
  height: 74px;
  width: 360px;
  box-shadow: 0 210px 59px 0 rgba(32, 69, 179, 0.00), 0 135px 54px 0 rgba(32, 69, 179, 0.01), 0 76px 45px 0 rgba(32, 69, 179, 0.05), 0 34px 34px 0 rgba(32, 69, 179, 0.09), 0 8px 19px 0 rgba(32, 69, 179, 0.10);

}
.required-count-pc-p .required-count-inner .required-count-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .hold-page-wrap {
    width: 100%;
  }

  .hold-page-txtarea {
    padding: 20px;
  }

  .hold-page-wrap .w-790 {
    padding: 0 20px;
  }
  header {
    padding: 15px;
    position: fixed !important;
    top: 0;
    left: 0;
    background: linear-gradient(263deg, #0c53d6 0.66%, #0335ce 99.34%);
  }

  .header_userinfo {
    display: none;
  }

  .sideNav-inner {
    top: 100px;
    color: #2a2c34;
    background: #f9faff;
    border-radius: 24px;
    height: calc(var(--vh) - 100px);
    overflow-y: auto;
    position: fixed;
    width: 100%;
    overscroll-behavior: contain; /* チェーン遮断 */
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 16px); /* iOSセーフエリア対応 */
    padding-top: max(0px, env(safe-area-inset-top, 0px)); /* iOSセーフエリア対応 */
  }

  .sideNav-overlay {
    touch-action: none; /* タップイベントを遮断 */
  }

  .l-sideNav ul {
    flex-direction: column;
    background: linear-gradient(-90deg, #0c53d6, #0033cc);
    align-items: flex-start;
  }

  .l-sideNav ul li {
    margin-right: 0;
    border-bottom: 1px solid rgba(225, 231, 255, 0.8);
  }

  .l-sideNav ul li a,
  .l-sideNav ul li:nth-child(n + 3) a {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
  }

  .l-header .l-sideNav .sub-menu-item a {
    font-size: 14px;
    line-height: 100%;
    font-weight: 300;
  }

  .l-sideNav ul li:nth-child(5) {
    border-bottom: none;
  }

  .l-sideNav ul li:nth-child(6) {
    padding-left: 0;
  }

  .nav_01:before {
    background: url(../images/new_link-icon/nav/sp-icon01.svg) center no-repeat;
    height: 24px !important;
    width: 24px !important;
    top: -2px;
  }

  .nav_02:before {
    background: url(../images/new_link-icon/nav/sp-icon02.svg) center no-repeat;
    height: 24px !important;
    width: 24px !important;
    background-size: contain;
    top: 0;
    left: 3px;
  }

  .nav_03:before {
    background: url(../images/new_link-icon/nav/sp-icon03.svg) center no-repeat;
    height: 24px !important;
    width: 24px !important;
    top: 0;
  }

  .nav_04:before {
    background: url(../images/new_link-icon/nav/sp-icon04.svg) center no-repeat;
    height: 24px !important;
    width: 24px !important;
    top: -1px;
  }

  .nav_05:before {
    background: url(../images/new_link-icon/nav/sp-icon05.svg) center no-repeat;
    height: 24px !important;
    width: 24px !important;
    top: -1px;
  }

  .nav_06:before {
    background: url(../images/new_link-icon/nav/sp-icon06.svg) center no-repeat;
    height: 24px !important;
    width: 24px !important;
    top: 0;
  }

  .l-sideNav .header_userinfo-inner {
    text-align: left;
    padding: 0 16px;
    font-size: 13px;
  }

  .l-sideNav .header_settings-logout {
    padding: 0 13px;
  }

  .l-sideNav .header_settings-logout a {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
  }

  .header-inner .nav_05 {
    position: relative;
  }

  .header-inner .nav_05 span {
    left: 43px;
    top: -4px;
    font-size: 9px;
    font-weight: 700;
  }

  .l-main,
  .l-main-lg {
    padding-top: 100px;
  }

  .main-inner {
    max-width: 768px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px 40px;
    border-radius: 24px;
    box-shadow: 0px 10px 28px 0px rgba(42, 44, 52, 0.05);
    position: relative;
  }

  .main-inner .main-inner {
    padding: 20px 24px 24px;
    margin: 0 auto 32px;
  }

  .modal-cash-bg:before {
    display: none;
  }

  .l-footer {
    margin-top: 40px;
    padding: 32px 24px 24px;
    border-radius: 32px 32px 0px 0px;
  }

  .foote-inner {
    max-width: 100%;
  }

  .footer-links-logo {
    flex-direction: row;
    margin: 0 auto 8px;
    width: auto;
    column-gap: 7px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-links-logo li {
    width: calc((100% / 4) - 12px);
    min-width: 160px;
  }

  .footer-links-logo p {
    width: 100%;
  }

  .footer-links li {
    margin: 0 0 16px !important;
    padding: 0 !important;
  }

  .footer-links-logo li {
    /* width: 50%; */
    border-bottom: none;
    padding: 10px 0;
  }

  .footer-links-logo li span {
    display: none;
  }

  .footer-links-logo li a {
    width: 100%;
  }

  .footer-links-list {
    margin: 0 0 20px;
    width: 100%;
  }

  .footer-links-logo li a img {
    max-width: 90px;
  }

  .footer-links-list li {
    padding: 16px 0 !important;
    margin: 0 !important;
  }

  .fee-status-description {
    flex-direction: column;
  }

  .fee-status-description span {
    margin-top: 20px;
  }

  .link-infomark:before {
    top: 19px;
  }

  .login-wrap {
    flex-direction: column;
  }

  .login-left {
    padding-right: 0;
    border-right: none;
    width: 100%;
    padding-bottom: 48px;
    border-bottom: 1px solid #b4c1e8;
  }

  .login-right {
    padding-left: 0;
    width: 100%;
    margin-top: 48px;
  }

  .login-right-links {
    max-width: 100%;
  }

  .header-menu {
    margin: 14px 20px 18px 16px;
  }

  .header-logo-item-billing {
    margin-top: 0;
  }

  .h1title {
    font-size: 20px;
    margin-bottom: 24px !important;
  }

  body {
    font-size: 13px;
  }

  .box-title {
    font-size: 16px !important;
  }

  .l-header {
    border-radius: 0 0 24px 24px;
  }

  .header-inner {
    height: 100px;
  }

  .header-logo-item-ntt {
    margin: 0 auto;
  }

  .modal-onetime {
    flex-direction: column;
  }

  .modal-onetime-left {
    border-right: none;
  }

  .modal-onetime-right {
    padding: 16px 0 0;
    border: none;
    border-top: 1px solid #e1e7ff;
    margin-top: 0;
    margin-right: 0;
  }

  .remodal {
    min-width: auto;
    padding: 32px 20px !important;
  }

  .meisai-inner {
    width: 100%;
    padding: 32px;
  }

  .toppage-news-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .toppage-news-left {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .toppage-btn {
    flex-direction: column;
  }

  .toppage-btn-list {
    width: 100%;
    max-width: 768px;
    padding: 0 16px;
  }

  .toppage-btn a {
    width: 100%;
  }

  .toppage-btn-list .toppage-btn a:nth-child(2) {
    margin-top: 12px;
  }

  .toppage-btn-list .toppage-btn a:last-child {
    margin-top: 12px;
  }

  .toppage-news {
    max-width: 768px;
    padding: 32px;
  }

  .toppage-news .btn-small-item-next {
    display: none;
  }

  .toppage-news-left p {
    margin-bottom: 0;
  }

  .toppage-news-right {
    width: 100%;
  }

  .monthly-fee-area {
    height: auto;
    padding: 32px;
  }

  .fee-table-list597 {
    width: 332px;
  }

  .pankuzu ul {
    margin-bottom: 16px;
    flex-wrap: wrap;
  }

  .pankuzu ul li a {
    /* font-size: 11px;
    font-weight:600; */
    line-height: 100%;
  }

  .pankuzu ul li {
    padding: 0 8px 0 8px;
  }

  .tab-link-wrap {
    width: 100%;
  }

  .news-detail .h1title {
    font-size: 20px;
  }

  .fee-table-list-l li:first-child {
    min-width: 336px !important;
    max-width: 60%;
  }

  .fee-table-list-l li {
    min-width: 300px !important;
  }

  .fee-table-list-r {
    max-width: calc(100% - 336px);
  }

  .m-o-month-fukidashi {
    right: 134px;
  }

  .br-mobile449 {
    display: block;
  }

  .toppage-news-date {
    width: 230px;
  }

  .text-phone-right {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
  }

  .link-infomark:before {
    top: 16px !important;
    left: -4px !important;
  }
}

@media screen and (max-width: 768px) {
  .input-info-icon-title {
    text-align: left;
  }
  .footer-links-logo li {
    max-width: 100%;
  }
  .footer-links-list li {
    line-height: 1;
  }
  .m-o-month-fukidashi {
    right: 180px;
    top: 11px;
  }

  .input-info {
    margin-top: 16px !important;
  }

  .definition-title {
    width: 48%;
  }

  .definition-colon {
    width: 4%;
  }

  .definition-body {
    width: 48%;
  }

  .remodal table tr td {
    margin-right: 0;
  }

  .remodal table tr {
    justify-content: space-between;
  }

  .address-modal-headlink ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-right: 0;
  }

  .address-modal-headlink li {
    margin-right: 48px;
  }

  .address-modal-headlink li:nth-child(1),
  .address-modal-headlink li:nth-child(2),
  .address-modal-headlink li:nth-child(3),
  .address-modal-headlink li:nth-child(4),
  .address-modal-headlink li:nth-child(5) {
    margin-bottom: 28px !important;
  }

  .address-modal-headlink li:nth-child(5n) {
    margin-right: 0 !important;
  }

  .address-modal-headlink li a:after {
    content: none;
  }

  .address-modal-headlink a {
    color: #2045b3 !important;
    text-decoration: underline;
  }


  .monthly-fee-active {
    font-size: 12px !important;
    margin: 0 !important;
  }

  .monthly-fee-active span {
    font-size: 20px !important;
  }

  .monthly-fee-before span,
  .monthly-fee-after span {
    display: none !important;
  }

  .monthly-fee-before,
  .monthly-fee-after {
    width: 28px !important;
    height: 28px;
    padding: 0 !important;
  }

  .monthly-fee-before:before{
    top: 7.5px !important;
    left: 6px !important;
  }
  .monthly-fee-after:before {
    top: 7.5px !important;
    right: 7px !important;
  }

  .monthly-fee-after:after {
    top: 4px;
    left: 11px;
  }

  .monthly-fee-area {
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .usernumber_select-txt {
    font-size: 13px;
  }

  .monthly-fee-orange {
    font-size: 16px;
    margin: 22px auto 16px !important;
  }

  .monthly-fee-orange span {
    font-size: 36px;
  }

  .monthly-fee-bk {
    margin: 0 auto;
    align-items: center;
  }

  .monthly-fee-bk span {
    font-size: 20px;
  }

  .fee-brn img {
    max-width: 48px;
  }

  .index-single-wrap {
    width: 100% !important;
  }

  .tab-02-inner {
    padding: 24px 16px 28px;
  }

  .tab-02-inner .index-single {
    margin-top: 0;
  }

  .meisai-content-right {
    width: 100%;
    margin-top: 20px;
  }

  .meisai-inner {
    padding: 20px 16px 24px;
  }

  .graph-area canvas {
    width: 480px !important;
    height: auto !important;
  }

  .graph-area li {
    /* padding: 6px 15.75px !important; */
    width: 26px !important;
    writing-mode: initial;
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .toppage-btn-list {
    width: 100% !important;
  }

  .toppage-news {
    padding: 32px 32px 40px;
    margin: 0 16px 40px;
    width: auto;
  }

  .toppage-news-right ul li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .toppage-news-p {
    width: 100%;
  }

  .toppage-news-right a {
    font-size: 14px;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: wrap;
  }

  .toppage-news-date {
    margin-bottom: 12px;
  }

  .toppage-news-forall:after {
    min-width: 80px;
    padding: 7px 13px;
  }

  .toppage-news-person:after {
    min-width: 80px;
    padding: 7px 13px;
  }

  .toppage-btn-list {
    margin: 0 auto 40px;
  }

  .graph-area .chartLabel {
    width: 356px;
    left: -66px;
  }

  .monthly-fee-area:before {
    display: none;
  }

  .monthly-fee-area::after {
    right: -23px !important;
    width: 164.538px;
    height: 101.854px;
    left: 145.241px;
    top: -11.423px;
  }

  .flex {
    flex-direction: column !important;
    align-items: center;
  }

  .fee-btn-image img {
    width: 40px;
    height: 40px;
  }

  .btn-area-item.fee-btn:nth-child(1) .fee-btn-image img {
    padding: 5px;
  }
  /* .fee-btn-image img:nth-child(2){
    width: 40px;
    height: 40px;
  } */
  .btn-area-item.fee-btn:nth-child(3) .fee-btn-image img {
    padding: 9px 4px;
  }

  .search-btn-wrap {
    width: 100%;
  }

  .search-narrow-btn {
    width: 100%;
    min-width: 100%;
    margin: 0 0 20px;
  }

  .accordion-title {
    padding: 20px 60px 20px 20px;
    display: flex;
    flex-direction: column;
  }

  .accordion-title-index {
    font-size: 18px;
  }

  .accordion-title-index, .accordion-title-money {
    width: 100%;
  }

  .accordion-title-money {
    border-right: none;
    text-align: left;
    margin-top: 12px;
  }

  .accordion-title-money p:first-child span {
    font-size: 20px;
  }

  .accordion-body {
    padding: 20px 16px 24px;
  }

  .fee-table-list-inner {
    width: 100%;
  }

  .fee-table-list597 {
    width: 100% !important;
    height: 54px;
  }

  .fee-table-list-r-inner .fee-table-list-title:first-child,
  .fee-table-list-r-inner .fee-table-list-r-subinner:first-child {
    min-width: auto !important;
  }

  .fee-table-list-r-inner .fee-table-list-title:first-child {
    padding: 14px 24px 0 0 !important;
    text-align: right;
    width: 100%;
    min-height: 54px;
  }

  .fee-table-list-r-inner .fee-table-list-title:last-child {
    padding: 14px 24px 0 0 !important;
    text-align: right;
    width: 100%;
    min-height: 54px;
  }

  .fee-table-list-r-inner {
    flex-direction: column;
    height: 54px;
  }

  .amount-breakdown li div:first-child {
    padding-right: 0 !important;
  }

  .amount-breakdown li div:nth-child(2) {
    padding-right: 0 !important;
  }

  .fee-table-list-r-subinner .fee-table-list-maintitle-amount {
    padding: 24px 0 16px !important;
  }

  .fee-table-list-wrap li {
    justify-content: center;
    flex-direction: column;
  }

  .fee-table-list-r-inner .fee-table-list-title:first-child,
  .fee-table-list-r-inner .fee-table-list-title:last-child {
    min-height: auto !important;
    padding: 0 !important;
  }

  .min54 {
    min-height: 54px;
    background: #e3e8f7;
  }

  .fee-table-list-maintitle {
    padding: 24px 12px 16px 22px !important;
  }

  .fee-table-list-l li {
    padding: 24px 12px 16px 22px;
    margin-left: 22px;
  }

  .fee-table-list-r-subinner .fee-table-list-maintitle-amount {
    padding: 24px 20px 16px 0;
  }

  .data-none-70 {
    min-height: auto !important;
    max-width: auto !important;
  }

  .main-inner {
    padding: 32px 16px 40px !important;
    margin-bottom: 40px;
  }

  .hyoji-info-attention {
    top: 24px;
    right: 20px;
  }

  .file-dl-btn-area {
    flex-direction: column;
    align-items: center;
  }

  .file-dl-btn-area .btn {
    width: calc(100% - 40px) !important;
    max-width: 300px;
    margin: 0 auto 12px !important;
  }

  .file-dl-btn-area .btn:last-child {
    margin: 0 auto 0 !important;
  }

  .file-dl-btn-area .btn:not(:first-child) {
    margin-top: 12px;
  }

  .table-scroll {
    width: 100%;
    overflow-x: scroll;
  }

  /* .table-scroll table {
    min-width: 1024px;
    margin-bottom: 0;
  } */

  .tab-link-wrap span {
    display: block;
  }

  .amount-breakdown li {
    padding: 0;
  }

  .amount-breakdown li div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .fee-table-list-r-inner li.fee-table-list-l-sub-end {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 648px) {
  .table-area-wrap {
    font-size: 14px;
  }
}

li.menu-item {
  display: inline-block;
  /* position: relative; */
}
/* li.menu-item::before {
  content: '';
  position: absolute;
  width: 100%;
  background-color: transparent;
} */
.sub-menu-item {
  display: none;
  position: absolute;
  top: 50px;
  background-color: #f9faff;
  z-index: 20001;
  border-radius: 20px;
  overflow: hidden;
  font-weight: 500;
  color: #666666;
  width: 282px;
}

.scroll-nav .sub-menu-item a,
.l-header .l-sideNav .sub-menu-item a {
  color: #666;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
  line-height: 100%;
  font-weight: 500;
}

.sub-menu-external {
  font-weight: 500 !important;
}

.sub-menu-item a:before {
  content: none !important;
}

.scroll-nav .menu-item {
  position: relative;
}

.scroll-nav .sub-menu-item {
  top: 50px;
  left: -30px;
  min-width: 160px;
}

.scroll-nav .sub-menu-item a {
  padding: 16px 40px 16px 16px !important;
}

.scroll-nav .sub-menu-item a:after {
  right: 16px;
  background: transparent;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.mr-16 {
  margin-right: 16px;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.header-logo {
  margin-left: 0px;
}

@media screen and (max-width: 1024px) {
  .sub-menu-item {
    display: none;
    position: relative;
    width: 100%;
    z-index: 20001;
    top: 0px;
    border-radius: 0;
  }

  .l-sideNav ul li {
    width: 100%;
  }

  .l-sideNav ul li:nth-child(3):after {
    display: none;
  }

  .fee-btn-area {
    flex-direction: column;
    gap: 0;
  }

  .fee-btn-area .btn-area-item {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }

  .btn-area-item a {
    padding: 16px 40px 16px 20px;
  }

  .fee-btn-area a {
    width: 100%;
    border-radius: 16px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .fee-btn-area p {
    margin-top: 0;
    margin-left: 16px;
    font-size: 15px;
    line-height: 21px;
    min-height: auto;
  }

  .fee-btn:after {
    right: 21px;
    top: 42%;
  }

  .fee-btn-area a:not(:last-child) {
    margin-bottom: 12px;
  }

  .pagination-wrap {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 1250px) {
  header {
    border-radius: 0;
  }

  .header-logo {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .l-header {
    padding: 24px 16px 16px;
  }

  .header-logo {
    margin-left: 30px;
  }

  .l-sideNav ul {
    font-size: 13px;
  }

  .l-sideNav ul .font-size14 {
    font-size: 13px;
  }

  .scroll-nav-inner .logo {
    width: 90px;
    margin-right: 20px;
  }

  .scroll-nav-inner {
    max-width: 1120px;
  }

  .scroll-nav ul {
    font-size: 12px;
    flex-wrap: wrap;
  }

  .scroll-nav ul li:first-child {
    margin-right: 12px;
  }

  .scroll-nav ul li:nth-child(2){
    margin-right: 8px;
  }

  .scroll-nav ul li:nth-child(5) {
    margin-right: 8px;
    padding-left: 22px;
  }
  .scroll-nav ul li:last-child {
    padding-right: 8px;
  }

  .scroll-nav .font-size14 {
    font-size: 12px;
  }

  .l-sideNav ul li {
    margin-right: 20px;
  }

  .l-sideNav ul li:nth-child(1) {
    margin-right: 20px;
  }

  .l-sideNav ul li:nth-child(3) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .l-sideNav ul li:nth-child(3):after {
    left: -20px;
  }

  .l-sideNav ul li:nth-child(4) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header {
    padding: 0;
  }

  .header-inner .nav_05 {
    padding: 0 0 0 20px;
  }

  .l-sideNav ul {
    flex-wrap: wrap;
    background: #f9faff;
    margin: 28px 28px 40px 28px;
    width: calc(100% - 56px);
    height: auto;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 16px); /* iOSセーフエリア対応 */
  }

  .scroll-content::-webkit-scrollbar {
    width: 5px;
  }

  .scroll-content::-webkit-scrollbar-track {
    border: none;
  }

  .scroll-content::-webkit-scrollbar-thumb {
    background: #c2d3e2;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .l-sideNav ul li:first-child,
  .l-sideNav ul li:nth-child(6) {
    position: relative;
  }

  .l-sideNav ul li:first-child:after {
    content: url(./../images/new_link-icon/nav/sp-arrow.svg);
    position: absolute;
    top: 27px;
    right: 14px;
    transform: rotateZ(181deg);
    transform-origin: center;
  }

  .l-sideNav ul li:nth-child(6):after {
    content: url(./../images/new_link-icon/nav/sp-arrow.svg);
    position: absolute;
    top: 27px;
    right: 14px;
    transform: rotateZ(181deg);
    transform-origin: center;
  }
  .l-sideNav ul li.sub-menu-item-close:after{
    transform: rotateZ(181deg);
  }
  .l-sideNav ul li.sub-menu-item-open:after{
    transform: rotateZ(0);
  }

  .sp-usermenu ul {
    margin: 0 !important;
    width: 100%;
  }

  .sp-usermenu li {
    border-bottom: none !important;
  }

  .sp-usermenu li:first-child {
    margin: 32px 24px 12px 8px !important;
    height: 13px;
  }

  .sp-usermenu li:nth-child(2) {
    margin: 12px 24px 12px 8px !important;
    height: 13px;
  }

  .sp-usermenu li:last-child {
    margin: 12px 24px 32px 8px !important;
    height: 13px !important;
  }

  .l-sideNav .header_userinfo-inner {
    padding: 32px 8px 0 !important;
  }

  .l-sideNav .header_userinfo-name {
    margin-top: 10px !important;
  }

  .l-header .l-sideNav ul li.sp-usermenu ul li a {
    font-size: 13px;
    color: #47494e;
    font-weight: 300;
  }

  .sp-usermenu ul li:first-child:after {
    content: none !important;
  }

  .sp-usermenu li a:before {
    content: none !important;
  }

  .side-nav-userinfo {
    border-bottom: 0 !important;
  }

  .side-nav-userinfo .header_userinfo-name {
    font-size: 12px !important;
  }

  .side-nav-userinfo .header_userinfo-loginndate {
    font-size: 11px !important;
  }

  .l-sideNav ul li:first-child,
  .l-sideNav ul li:nth-child(6) {
    width: 100%;
  }

  .sp-usermenu li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .sp-usermenu li:first-child:before {
    content: url(./../images/new_link-icon/nav/user-info01.svg);
    position: inline-block;
    margin-right: 8px;
  }

  .sp-usermenu li:nth-child(2):before {
    content: url(./../images/new_link-icon/nav/user-info02.svg);
    position: inline-block;
    margin-right: 8px;
  }

  .sp-usermenu li:last-child:before {
    content: url(./../images/new_link-icon/nav/user-info03.svg);
    position: inline-block;
    margin-right: 8px;
  }

  .sub-menu-item:before {
    content: none !important;
  }

  .sub-menu-item a {
    padding: 0 0 26px 38px !important;
  }

  .sub-menu-item a:last-child {
    padding: 0 0 36px 38px !important;
  }

  .sub-menu-external:after {
    top: 0 !important;
  }

  .font-sp-bold {
    font-weight: 700 !important;
  }

  .meisai-inner {
    margin: 0 auto 40px;
  }

  .news-sp-btn {
    width: 100%;
  }

  .hyoji-attention {
    width: 100%;
  }

  .navigation-active:before {
    content: none !important;
  }

  .l-sideNav ul li,
  .l-sideNav ul li:nth-child(n + 3) {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
  }

  .l-sideNav ul li:nth-child(3) {
    margin-left: 0;
  }

  .l-sideNav ul li:nth-child(7),
  .l-sideNav ul li:nth-child(8) {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .table-area-wrap {
    overflow-y: hidden;
  }

  .table-area-wrap table tr td, .table-area-wrap table tr th {
      padding-top: 14px;
      padding-bottom: 14px;
  }

  .table-area-wrap table thead tr th:first-child {
    padding-left: 14px;
  }

  .table-area-wrap table thead tr th:last-child {
    padding-right: 28px;
  }

  .table-area-wrap table tbody tr td:first-child {
    padding-left: 28px;
    padding-right: 32px;
  }

  .table-area-wrap table tr td:not(:last-child), .table-area-wrap table tr th:not(:last-child) {
    padding-right: 20px;
  }

  .table-area-wrap table tbody tr td:last-child {
    padding-right: 28px;
  }

  .fee-table-list-l {
    max-width: 70%;
    min-width: 70%;
  }

  .fee-table-list-r {
    max-width: 30%;
    min-width: 30%;
  }

  .fee-table-list-l li:first-child {
    min-width: 100% !important;
  }

  .fee-table-list-r div {
    text-align: center;
  }

  .min54 div {
    text-align: center !important;
    margin: 0 auto;
    display: block !important;
  }

  .amount-breakdown li div {
    text-align: center !important;
    margin: 0 auto;
    display: block !important;
  }

  .fee-table-list-r-inner li.fee-table-list-l-sub-head {
    max-height: 54px;
  }

  .fee-table-list-r-subinner .fee-table-list-maintitle-amount {
    max-height: 70px;
  }

  .amount-breakdown li div:nth-child(2) {
    min-width: auto !important;
  }

  .amount-breakdown li div:first-child {
    min-height: 18px;
  }
}

.footer-links-logo p {
  margin-top: 6px;
  font-size: 10px;
  text-align: left;
  line-height: 120%;
  font-weight: 500;
  color: #666;
}

.navigation-active {
  position: relative;
}

.navigation-active:before {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fef166;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.scroll-nav .navigation-active:before {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fef166;
  position: absolute;
  bottom: -12px;
  left: 12px;
}

.amount-breakdown li div:first-child {
  min-width: 121px;
  padding-right: 24px;
  text-align: right;
}

.amount-breakdown li div:nth-child(2) {
  min-width: 163.5px;
  padding-right: 32px;
  text-align: center;
}

.sideNav-inner ul .menu-item.is-open:after {
  content: url(./../images/new_link-icon/nav/sp-arrow.svg);
  position: absolute;
  top: 27px;
  right: 14px;
  transform: rotateZ(0deg);
  transform-origin: center;
}

.sub-menu-item a {
  vertical-align: middle;
  position: relative;
}

.sub-menu-external:after {
  content: url(./../images/new_link-icon/external-icon-bl.svg) !important;
  position: absolute;
  top: 25px;
  right: 21px;
}

@media screen and (min-width: 1025px) {
  .sub-menu-item {
    padding: 12px 8px 12px 12px;
  }

  .sub-menu-item a:before {
    content: none !important;
  }

  .sub-menu-item a:after {
    content: url(./../images/new_link-icon/nav/arrow-right-bl.svg);
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .sideNav-inner ul .menu-item.is-open:after {
    content: none;
  }
}

.dl-list-inner ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.dl-list-inner ul li {
  box-shadow: 0px 4px 8px 0px rgba(32, 69, 179, 0.05);
  background: #eef1fa;
  border: 1px solid #d6dcf0;
  border-radius: 14px;
  margin-right: 20px;
  width: 286px;
  height: 69px;
  display: flex;
  transition: ease .3s;
}

.dl-list-inner ul li:hover {
  background: #fff;
  transition: ease .3s;
}

.dl-list-inner ul li:focus {
  border: 2px solid #0C53D6;
}

.dl-list-inner .mr-0 {
  margin-right: 0;
}

.dl-list-inner .li-content-area {
  margin: 16px 48px 16px 24px;
  width: 214px;
  height: 37px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dl-list-inner ul li a {
  color: #2045b3;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.dl-list-inner ul li::after {
  content: url(./../images/new_link-icon/nav/arrow-right-bl.svg);
  padding-right: 21px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .dl-list-inner ul {
    flex-wrap: wrap;
  }

  .dl-list-inner ul li {
    min-width: calc((100% / 3) - 20px);
    max-width: calc((100% / 3) - 20px);
  }
}

@media screen and (max-width: 768px) {
  .dl-list-inner ul li {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  .dl-list-inner ul li a {
    width: 100%;
  }

  .dl-list-inner ul li:first-child {
    margin-bottom: 12px;
  }

  .dl-list-inner ul li:nth-child(3), .dl-list-inner ul li:nth-child(4), .dl-list-inner ul li:nth-child(5) {
    margin-top: 12px;
  }

  .dl-list-inner ul li a {
    font-size: 12px;
  }

  .pankuzu {
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 468px) {
  .dl-list-inner ul li {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 12px;
  }

  .dl-list-inner ul li:first-child {
    margin-top: 0;
    margin-bottom: 0px;
  }

  .dl-list-inner ul li a {
    font-size: 14px;
  }
}

.f451-btn {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 198px;
  height: 48px;
  border-radius: var(--round-100, 100px);
  border: 1px solid #e4e7eb;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
}

.f451-btn .btn-box {
  margin: 12px 38px 12px 20px;
  height: 21px;
  width: 140px;
}

.f451-btn .btn-box:after {
  content: url(./../images/new_link-icon/nav/arrow-right-bl.svg);
  position: absolute;
  top: 14px;
  width: 16px;
  height: 16px;
  right: 16px;
  display: block;
  padding-left: 6px;
}

.f451-btn .btn-txt-14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 1024px) {
  .f451-btn {
    position: relative;
    top: 0;
    right: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .f451-btn .btn-box {
    margin: 16px 40px 16px 40px;
    width: 263px;
    height: 21px;
    display: flex;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 768px) {
  .tab-search-narrow-btn.search-narrow-btn.btn-item {
    width: 100%;
    max-height: 44px;
    padding: 14px 0 14px 0;
  }

  .tab-01 .tab-search-narrow-btn-wrap {
    margin: 24px 0 0 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 468px) {
  .f451-btn .btn-item {
    max-width: 100%;
    justify-content: space-around;
    padding: 16px 0px 16px 40px;
  }
}

.m16dl-attention-wrap {
  background: none !important;
  border: 1px solid rgba(32, 69, 179, 0.6) !important;
  border-radius: 16px !important;
  padding: 28px 32px !important;
}

.m16dl-attention-wrap .box-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.m16dl-attention-wrap .link-external {
  font-weight: 500;
  color: #2a2c34;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.m16dl-attention-wrap .link-external:before {
  content: url(./../images/new_link-icon/arrow-left-side.svg);
  display: inline-block;
  margin-right: 9px;
}

.m16-info-text {
  font-style: normal;
  line-height: 22.4px;
}

option {
  font-size: 16px;
}

select {
  border-radius: 8px;
}

.br-mobile449 {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .br-mobile449 {
    display: block;
  }
}

/*Tou追加、Section幅994pxは下記を利用*/
.main-inner-wrap {
  padding: 48px 48px 64px 48px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.5);
}

.section-normal {
  max-width: 994px;
}

@media screen and (max-width: 994px) {
  .w-994 {
    width: auto !important;
  }
  .w-560 {
    width: auto !important;
  }
}

@media screen and (min-width: 769px) {
  .main-inner {
    padding: 0;
    margin: 0 auto;
  }
}

.search-narrow-btn-wrap {
  width: 314px;
}
.customer-area {
  display: flex;
  width: 100%;
  flex-flow: row;
  gap: 16px;
  padding: 20px 24px;
  /* align-items: flex-start; */
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(225, 231, 255, 0.8);
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
}

.main-inner.meisai-inner {
  width: 1200px;
  height: 704px;
}

.top-section {
  width: 1104px;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

@media screen and (max-width: 1200px) {
  .customer-area {
    flex-flow: column;
    height: auto;
  }

  .main-inner.meisai-inner {
    width: 100% !important;
    height: auto !important;
  }

  .meisai-select-wrap {
    margin: 0;
  }

  .top-section {
    width: 100%;
    height: auto;
  }

  .meisai-select-wrap {
    width: 100%;
    display: flex;
    flex-flow: column;
  }

  .search-narrow-btn {
    width: 100%;
  }

  .search-narrow-btn-wrap {
    width: 100%;
  }
}

.main-inner.meisai-inner {
  width: 1200px;
  height: 704px;
}

.tab-search-narrow-btn-wrap {
  margin: 0 55px 24px;
  display: flex;
  justify-content: flex-end;
  margin-top: -28px;
}

.tab-search-narrow-btn.search-narrow-btn.btn-item {
  height: 48px;
  width: 248px;
}

.td-span-money {
  padding-right: 5px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}
.input-info-body-top {
  top: 100%;
}
.leading-100 {
  line-height: 100%;
}
.leading-150 {
  line-height: 150%;
}
.leading-160 {
  line-height: 160%;
}
.font-bold {
  font-weight: 700;
}

.moushicomifilenote {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #47494e;
  gap: 8px;
  padding: 0 30px;
}

/* 申込完了ファイル一覧 */
.btn-m {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 48px;
  text-align: center;
  height: 48px;
  width: 86px;
  background-color: #0c53d6;
  color: white;
  gap: 6px;
  border-radius: 100px;
  box-shadow: 0px 2px 6px 0px rgba(32, 69, 179, 0.2);
}
.btn-m > span {
  font-size: 14px;
  line-height: 150%;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.btn-m > img {
  width: 16px;
  height: 14.05px;
}

/*
.tag-table-download-soon {
    border-radius: 100px;
    background-color: #0c53d6;
    width: 46px;
    height: 21px;
    font-size: 12px;
    color: white;
    font-weight: 700;
    cursor: auto;
}
    */
.tag-table-download-new {
  border-radius: 100px;
  background-color: #D93D12;
  width: 46px;
  height: 21px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  cursor: auto;
  text-align: center;
}
.tag-table-download-wrapper {
  display: flex;
  align-items: flex-start;
}
.tag-table-download-wrapper > button {
  margin: 0 8px 0 10px;
}
.tag-table-download-wrapper > span {
  margin-top: 1px;
}
.text-wranning-defualt-red {
  color: #e50627;
}
.tag-table-download-item {
  max-width: 150px;
  border-radius: 100px;
  border: 1px solid rgba(32, 69, 179, .6);
  color: #2045b3;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 12px;
  cursor: auto;
}
.download-table-wrapper td,
.download-table-wrapper th {
  vertical-align: middle;
}
.download-table-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: #0c53d6;
  box-shadow: 0px 2px 6px 0px rgba(32, 69, 179, 0.2);
  margin: 0 auto;
}
.download-table-button-disabled {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: #e8e8e8;
  margin: 0 auto;
  border: 1px solid rgba(145, 148, 161, 0.2);
}
.download-table-button-logo-disabled {
  cursor: pointer;
  height: 24px;
  width: 24px;
  padding: 4px;
  color: #828287;
  position: relative;
}

.download-table-button-logo {
  cursor: pointer;
  height: 24px;
  width: 24px;
  padding: 4px;
}
.subete-select {
  margin-left: 24px;
  cursor: pointer;
}
.subete-select-logo {
  width: 16px;
  height: 16px;
  padding: 5px 3px 4px 3px;
  margin-left: 8px;
  vertical-align: top;
}
.subete-select-info-body.is-active {
  width: auto;
  height: 588px;
  overflow: hidden;
  transform: translate(-201px, 27px);
}
.subete-select-info-body.is-active > .input-info-body-inner {
  padding: 8px;
  height: 588px;
  overflow: auto;
}
.subete-select-info-body-checkbox-wrapper {
  display: flex;
  align-items: center;
  width: 300px;
  height: 56px;
  gap: 8px;
  padding: 16px 0 16px 16px;
}
.subete-select-info-body-checkbox-wrapper-wrap {
  align-items: flex-start;
}
/* side robot css */
.side-bar-robot {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: -103px;
  top: 530px;
  width: 103px;
  align-items: flex-end;
}
.side-bar-robot-add {
  height: 35px;
  width: 35px;
  box-shadow: 0px 8px 20px 0px rgba(42, 44, 52, 0.16);
  border-radius: var(--round-100, 100px) var(--round-100, 100px) 0px var(--round-100, 100px);
  border: 1.5px solid #dee1e5;
  cursor: pointer;
}
.side-bar-robot-robot {
  height: 57px;
  width: 57px;
  object-fit: none;
}
.side-bar-robot::after {
  content: url("../../../webapp/resources/images/download-image/icon_close.png");
  position: absolute;
  top: 0;
  left: 83px;
  cursor: pointer;
}
.right-botton-update {
  position: absolute;
  right: 48px;
  top: 48px;
}

.dl-section-wrap {
  padding: 48px 48px 64px 48px;
  background: #ffffff;
  border-radius: var(--round-24, 24px);
  border: 1px solid var(--border-divider-04-e-4-e-7-eb-100, #e4e7eb);
  box-shadow: 0px 10px 28px 0px rgba(42, 44, 52, 0.05);
  position: relative;
}

.box-top-title {
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 16px;
}

.icon-can-scroll-img-wrap {
  display: none;
}
.sticky-download-button-wrapper {
  top: calc(100vh - 96px) !important;
}

@media screen and (max-width: 768px) {

  .pankuzu {
    width: 100vw;
    padding: 0 20px 0 20px;
    font-size: 11px;
  }
  .pankuzu > ul {
    width: 90vw;
    gap: calc(8px + 4px);
    flex-flow: row;
    overflow: hidden;
    white-space: nowrap;
  }
  .pankuzu > ul > li {
    padding: 0;
    padding-right: calc(8px + 5px);
    flex-basis: content;
    flex-grow: 0;
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
  }
  .pankuzu > ul > li:last-child {
    flex-shrink: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .header-logo {
    margin-left: 0;
  }
  .header-menu {
    margin-left: 8px;
  }
  .main-inner-wrap {
    padding-top: 0;
    padding-bottom: 0px !important;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
  .customer-area .meisai-select-wrap {
    padding: 10px 16px;
    height: 50px;
    flex-direction: row;
    justify-content: space-between;
  }
  .customer-area {
    padding: 20px !important;
  }
  .customer-area .usernumber_select-txt {
    font-size: 12px;
    line-height: 100%;
    /* margin-bottom: 8px; */
  }
  .customer-area .search-narrow-btn.btn-item {
    font-size: 12px;
    margin-bottom: 0;
    height: 44px;
  }
  .search-narrow-btn:before {
    content: "";
    display: inline-block;
    background: url(./../../../webapp/resources/images/download-image/icon_mushi_megane.svg) center
      no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

  .icon-can-scroll-img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 1000px;
    left: calc(50vw - 16px - 55px);
    width: 134px;
    border-radius: 12px;
    background: rgba(71, 73, 78, 0.75);
    box-shadow: 0 2px 6px 0 rgba(42, 44, 52, 0.1);
    padding: 12px;
    gap: 8px;
    backdrop-filter: blur();
  }
  .icon-can-scroll-img {
    height: 64px;
    width: 64px;
    padding: 1px 9.5px 2px 9.5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon-can-scroll-text {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
  }
  .meisai-select-wrap select {
    /* padding-left: 8px; logo-padding-left: 3px; logo-width: 10px */
    /* padding: 0 calc(8px + 3px + 10px) 0 15px; */
    padding: 0 0 0 4px;
    font-size: 16px;
    min-width: 144px;
    background-position-y: 50%;
  }
  .monthly-fee-up:after {
    top: 0;
  }
  .table-area-wrap table thead tr {
    font-size: 14px;
  }
  .table-area-wrap table tbody tr td .td-span-money {
    font-size: 14px !important;
  }

  .confirm-dialog-container[data-remodal-id="confirm-modal"] {
    width: 80vw;
    min-width: 80vw;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #fff 0%, #fff 100%) !important;
    box-shadow: 0px 210px 59px 0px rgba(32, 69, 179, 0), 0px 135px 54px 0px rgba(32, 69, 179, 0.01),
      0px 76px 45px 0px rgba(32, 69, 179, 0.05), 0px 34px 34px 0px rgba(32, 69, 179, 0.09),
      0px 8px 19px 0px rgba(32, 69, 179, 0.1) !important;
  }

  .confirm-dialog-container .confirm-dialog-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .confirm-dialog-container .confirm-dialog-content .confirm-dialog-content-title {
    color: #2a2c34;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
  }

  .confirm-dialog-container .confirm-dialog-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: auto;
    height: 53px;
  }

  .confirm-dialog-container .confirm-dialog-button-container .confirm-dialog-button {
    display: flex;
    width: 160px;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 150%; /* 21px */
  }

  .confirm-dialog-container .confirm-dialog-button-container .confirm-dialog-button:first-child {
    border: 1px solid #e4e7eb;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
    color: #2a2c34;
    font-weight: 500;
  }

  .confirm-dialog-container .confirm-dialog-button-container .confirm-dialog-button:last-child {
    background: linear-gradient(263deg, #0c53d6 0.66%, #03c 99.34%);
    box-shadow: 0px 2px 6px 0px rgba(32, 69, 179, 0.2);
    color: #fff;
    font-weight: 700;
    line-height: 150%; /* 21px */
  }

  .main-inner .main-inner.tree .tree-scroll {
    overflow: auto;
    width: auto;
    padding-bottom: 20px;
  }
  .main-inner .main-inner.tree .tree-scroll > .tree-list {
    width: 832px;
  }


  .table-area-wrap table {
    word-break: break-word;
  }
}

.modal-section .scroll-content {
  background: #f5f8fd;
  padding: 32px 64px 40px 48px;
  min-height: 561px;
}

.modal-title,
.modal-text {
  padding: 0 48px !important;
  display: block;
}

/*.remodal-address {
  min-height: 1027px;
}*/

.flex-line-center {
  display: flex;
  justify-content: center;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

@media screen and (max-width: 768px) {
  .remodal-address {
    padding: 48px 0 36px !important;
  }

  .remodal-address .modal-title {
    margin: 0 0 16px;
    font-size: 16px;
  }

  .remodal-address .modal-text {
    font-size: 13px;
    margin-bottom: 32px;
  }

  .remodal-address .box-wrap {
    margin-top: 16px !important;
  }

  .remodal-info-mark {
    padding: 48px 0 36px !important;
  }

  .modal-accordion-title-index {
    max-width: 250px;
    font-weight: bold;
  }
}

.filter {
  font-size: 16px;
  color: #2045b3;
  font-style: normal;
  font-weight: 700;
  padding-right: 4px;
  cursor: pointer;
}

.filter:after {
  content: "";
  background: url(./../../resources/images/new_link-icon/plus-bl-icon.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 3px;
  width: 10px;
  height: 10px;
  position: relative;
  top: 3px;
}

.remodal .btn-wrap button,
.remodal .btn-wrap a {
  margin: auto;
}

.gray-bg {
  background: #e8e8e8;
  color: #666;
}

.modal-1200 {
  width: 1200px;
  max-width: 1200px !important;
  padding: 48px 0 0 !important;
  overflow: hidden;
}

.pay-info-links {
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pay-info-links li {
  margin-right: 28px;
  cursor: pointer;
  margin-bottom: 0;
}

.pay-info-links li:last-child {
  margin-right: 0;
}

.pay-info-links li:after {
  content: url(./../../resources/images/new_link-icon/pay-info-arrow.svg);
  padding: 5px 3px 4px;
  margin-left: 4px;
  display: inline-block;
}

.modal-1200 .scroll-wrap {
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0 0 40px;
}

.modal-1200 .scroll-wrap .scroll-content {
  padding-right: 12px;
  min-height: 538px;
  margin-right: 12px;
}

.modal-1200 .scroll-wrap .scroll-inner {
  padding: 40px 12px 1px 48px;
}

.pay-info-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.pay-info-wrap ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}

.pay-info-wrap ul li {
  margin-bottom: 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 323px;
  border: 1px solid #e3e8f7;
  box-shadow: 0px 4px 8px 0px rgba(32, 69, 179, 0.05);
}

.pay-info-wrap ul li:not(:last-child) {
  width: 208px;
}

.pay-info-wrap ul li:last-child {
  width: 370px;
}

.pay-info-wrap ul li p:first-child {
  height: 77px;
  background: #e3e8f7;
  color: #47494e;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pay-info-inner {
  padding: 8px 24px 20px;
}

.pay-info-arrow {
  margin: 0 8px;
  width: auto !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
}

.pay-info-inner img {
  margin: auto;
  display: block;
  margin-bottom: 16px;
}

.pay-info-inner .text-danger {
  color: #e50627;
}

.pay-info-inner span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.pay-info-wrap ul li p:first-child span {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.pay-info-arrow5 {
  margin: 0 8px;
  width: auto !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  width: 264px !important;
  justify-content: center;
}

.pay-info-arrow5 img:first-child {
  opacity: 0.2;
  margin-right: 16px;
}

.pay-info-arrow5 img:nth-child(2) {
  opacity: 0.4;
  margin-right: 16px;
}

.pay-info-arrow5 img:nth-child(3) {
  opacity: 0.6;
  margin-right: 16px;
}

.pay-info-arrow5 img:nth-child(4) {
  opacity: 0.8;
  margin-right: 16px;
}

.btn-wrap-061 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn-wrap-061 a {
  padding: 12px 12px 12px 20px;
  border-radius: 100px;
  height: 40px;
  box-shadow: 0px 2px 6px 0px rgba(32, 69, 179, 0.2);
  border: 1px solid #e4e7eb;
  background: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  line-height: 125%;
}

.btn-wrap-061 a:after {
  content: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg);
  display: inline-block;
  padding: 0 5px;
  margin-left: 4px;
}

.kaiyaku-061 {
  max-width: 790px;
  margin: auto;
  text-align: right;
}

.kaiyaku-061 a:before {
  content: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg);
  display: inline-block;
  padding: 0 5px;
  margin-right: 4px;
}

.btn-download-icon:after {
  content: url(../../../webapp/resources/images/download-image/icon-download-table-button.svg) !important;
  transform: rotate(0deg);
  border: none;
  top: 17px;
}

.modal-1200 .modal-title {
  font-size: 30px !important;
}

.sort-arrow {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  display: inline-block;
  cursor: pointer;
}

.sort-arrow img {
  text-align: center;
  vertical-align: text-top;
}

@media screen and (max-width: 768px) {
  .kaiyaku-061 {
    width: calc(100% - 48px);
    padding: 0 24px;
  }

  .box-flex p {
    font-size: 15px;
    margin-right: 12px;
    align-self: flex-start;
  }

  .mb-flex-column {
    flex-direction: column;
  }

  .mb-flex-column p {
    margin-bottom: 12px;
    align-self: flex-start;
    max-width: 100%;
  }

  .mb-flex-column .btn-wrap-061 {
    align-self: flex-start;
  }

  .mb-flex-column02 p {
    margin-bottom: 12px;
    align-self: flex-start;
    max-width: 100%;
  }

  .box-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .input-info {
    align-self: flex-end;
  }

  .mb-flex-column02 .btn-wrap-061 {
    align-self: flex-start;
  }
}

.btn-mr-8 {
  margin-right: 8px;
}

.address-modal-02 {
  padding: 0 48px;
}

.address-modal-first {
  padding: 32px 48px 0;
}

.address-modal-end {
  padding: 0 48px 40px;
}

.address-modal-03 {
  padding: 32px 48px 40px;
}

@media screen and (max-width: 768px) {
  .address-modal-first {
    padding: 28px 28px 0;
  }

  .address-modal-end {
    padding: 0 28px 36px;
  }

  .address-modal-02 {
    padding: 0 28px;
  }
}

.remodal-address .btn-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .input-title {
    align-items: flex-start !important;
  }
}

.btn-item-small {
  max-height: 40px !important;
  padding: 12px 12px 12px 20px;
  width: max-content;
  margin: auto;
}

.btn-item-small:after {
  position: inherit;
  display: inline-block;
  padding: 3px 5px;
  margin-left: 4px;
  top: auto;
  right: auto;
}

/*449のアコーディオン内の金額表示*/

.money-8-10 p:first-child {
  font-size: 12px;
}

.money-8-10 p:first-child span {
  font-size: 15px;
}

.money-8-10 p:nth-child(2) {
  font-size: 12px;
}

.money-8-10 p:nth-child(2) span {
  font-size: 15px;
}

.money-bl {
  color: #2045b3 !important;
}

.money-gr {
  color: #1a815b !important;
}

.soshiki-name-shiborikomi img {
  position: relative;
  top: 2px;
}

.modal-48-wrap {
  padding: 0 48px;
}

.filter {
  cursor: pointer !important;
}
/*
 * ---------------------------------------------------------------
 * soshiki_table base css
 */
.soshiki_table {
  width: 100%;
  overflow-x: auto;
  position: relative;
  box-shadow: -10px 0px 13px -17px rgba(42, 44, 52, 0.05);
  /* box-shadow: -12px -15px 28px -14px rgba(42, 44, 52, 0.05); */
  border-radius: 0px 0px 0px 16px;
}
.soshiki_table > table {
  white-space: nowrap;
}
.soshiki_table tr > *:not(.title-column) {
  text-align: right;
  color: #47494e;
}
.soshiki_table thead tr th {
  background-color: #e3e8f7;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
}
.soshiki_table td,
.soshiki_table th {
  vertical-align: middle;
}
.soshiki_table tr > *:not(:first-child):not(:last-child) {
  padding-left: 14px;
  padding-right: 14px;
}
.soshiki_table thead tr > *:first-child,
.soshiki_table thead tr > *:last-child,
.soshiki_table tbody tr > *:last-child {
  padding-left: 20px;
  padding-right: 20px;
}
.soshiki_table tr > td:nth-child(2),
.soshiki_table tr > th:nth-child(2) {
  padding-left: 20px !important;
}
.soshiki_table tr > *:nth-last-child(2) {
  padding-right: 20px !important;
}
/* table header first last child */
.soshiki_table thead tr th:first-child {
  border-radius: 16px 0px 0px 0px;
  border-right: 1px solid #fff;
  min-width: 244px;
}
.soshiki_table thead tr th:last-child {
  border-radius: 0px 16px 0px 0px;
  border-left: 1px solid #fff;
  text-align: center;
}

.soshiki_table .title-column .soshiki-title-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

/* title left gap */
.soshiki_table .title-column .soshiki-title-wrap .soshiki-title-left-gap {
  width: 20px;
}
.soshiki_table .title-column .soshiki-title-wrap .soshiki-title-text {
  flex: 1;
  padding: 20px;
}
/* 0 */
.soshiki_table .title-column .soshiki-title-wrap .soshiki-title-text.soshiki-title-text-lever-0 {
  background-color: #fff;
  border-right: 1px solid #e4e7eb;
}
/* 1 */
.soshiki_table .title-column .soshiki-title-wrap .soshiki-title-text.soshiki-title-text-lever-1 {
  border-right: 1px solid #e4e7eb;
  background-color: #f8f8f8;
}
.soshiki_table .row-level-1 > td:not(:first-child) {
  background-color: #f8f8f8;
}
/* 2 */
.soshiki_table .title-column .soshiki-title-wrap .soshiki-title-left-gap-1 {
  background-color: #f8f8f8;
}
.soshiki_table .title-column .soshiki-title-wrap .soshiki-title-text.soshiki-title-text-lever-2 {
  background-color: #e7ebf5;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 16px 20px 12px 20px;
}
.soshiki_table .row-level-2 .soshiki-title-wrap {
  background-color: #f8f8f8;
}
.soshiki_table .row-level-2 > td:not(:first-child) {
  background-color: #e7ebf5;
  border-bottom: 1px solid #fff;
}
.soshiki_table .soshiki-level-title-top .soshiki-title-text {
  border-radius: 16px 0px 0px 0px;
}
.soshiki_table .soshiki-level-title-bottom .soshiki-title-text {
  border-radius: 0px 0px 0px 16px;
}

.soshiki_table .border-bottom-clear .soshiki-title-text,
.border-bottom-clear {
  border-bottom: none !important;
}
.soshiki_table .soshiki-title-left-gap-0 {
  background: #fff;
}

.soshiki_table .row-level-2 .bottom-wrap .soshiki-title-left-gap-1 {
  border-radius: 0px 0px 0px 16px;
  height: 65px;
}
.soshiki_table .row-level-2 .bottom-wrap .soshiki-title-wrap {
  background: linear-gradient(to left, #f8f8f8, #f8f8f8 85%, #fff 90%);
}
.soshiki_table
  .row-level-2
  .bottom-wrap.title-column
  .soshiki-title-wrap
  .soshiki-title-text.soshiki-title-text-lever-2 {
  height: 50px;
  border-radius: 0px 0px 0px 16px;
}
.soshiki_table .row-level-2 td.bottom-wrap:not(:first-child) {
  background-color: #f8f8f8;
  padding-right: 0;
  padding-left: 0 !important;
  vertical-align: top;
}
.soshiki_table .row-level-2 td.bottom-wrap:not(:first-child) > div {
  background-color: #e7ebf5;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 14px;
}
.soshiki_table .row-level-2 td.bottom-wrap:last-child > div {
  padding-right: 20px;
}
.soshiki_table tr.row-level-2 > *.bottom-wrap:nth-last-child(2) {
  padding-right: 0 !important;
}
.soshiki_table tr.row-level-2 > *.bottom-wrap:nth-last-child(2) > div {
  padding-right: 20px !important;
}

/* table-scrollbar */
.soshiki_table::-webkit-scrollbar {
  height: 6px;
}
.soshiki_table::-webkit-scrollbar-track {
  background: #e4e7eb;
}
.soshiki_table::-webkit-scrollbar-thumb {
  background-color: #949494;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .soshiki_table .title-column {
    white-space: wrap;
    min-width: 170px !important;
  }
}
/*
 * soshiki_table css bottom
 * ---------------------------------------------------------------
 */

.input-name-inner input {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .pankuzu > ul {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .pankuzu > ul > li:first-child {
    padding-left: 0;
  }
  .pankuzu > ul > li {
    display: inline;
    padding-right: calc(8px + 5px);
    padding-left: calc(8px + 5px);
    text-overflow: ellipsis;
    /* white-space: normal; */
    white-space: nowrap;
  }
  .pankuzu > ul > li:last-child {
    white-space: normal;
  }

  .input-name-inner {
    padding-right: 0 !important;
  }

  .input-name-inner input {
    width: 100% !important;
  }

  .input-postal {
    flex-direction: column;
    align-items: flex-start;
  }

  .input-postal-link {
    margin-left: 0;
    margin-top: 12px;
  }

  .modal-48-wrap {
    padding: 0 28px;
  }

  .modal-48-wrap .btn {
    min-width: 100%;
  }

  form {
    padding: 0 8px;
  }

  .remodal .btn a, .remodal .btn button {
    max-width: 287px;
  }

  .input-nonrequired::after {
    width: 46px !important;
  }


  .w-790 {
    width: 100%;
  }

  .text-notes {
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
  }
}

.box-title > span {
  margin-top: 2px;
}

.input-infomation-wrap .box-title {
  display: flex;
  align-items: center;
}

.input-contact-text {
  min-height: 200px;
  field-sizing: content;
}

.text-nowrap {
  white-space: nowrap;
}
.maxwidth-790 {
  max-width: 790px;
}

.remodal .text-center {
  font-weight: 700;
}

.btn-item-reload {
  background: linear-gradient(45deg, #0033cc, #0c53d6);
  color: #ffffff;
  position: relative;
  font-weight: 700;
  height: 48px;
  width: 86px;
}

.btn-item-reload:after {
  content: url(./../images/download-image/icon-download-table-update.svg);
  display: inline-block;
  background: transparent;
  padding: 5px 0 0 6px;
}

.table-title {
  font-size: 18px;
  font-weight: 700;
}

.link-external-before:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2045b3;
  line-height: 1;
  width: 16px;
  height: 16px;
  background: url(./../../../webapp/resources/images/new_link-icon/arrow-left-side.svg) center
    no-repeat;
  margin-right: 4px;
}

.is-disabled-input select {
  pointer-events: none;
  background: #e8e8e8;
  border: 1px solid #828287;
  color: #666666;
  opacity: 1;
}

.block {
  display: block;
  margin-top: 8px;
}

.table-mt48 {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .input-title {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .input-field, .input-field-select, .input-field-postal {
    font-size: 12px;
  }

  .mb-box-flex-info {
    flex-direction: row !important;
  }

  .mb-box-flex-info .input-info {
    margin-top: 0 !important;
  }

  .filter {
    font-size: 14px;
  }

  .btn-item-primary::after, .btn-item-pdf::after, .btn-item-fix::after, .btn-item-excel::after, .btn-item-csv::after, .btn-item-download::after {
    top: 17px;
  }

  .btn-download::before, .btn-item-back:before, .btn-item-next:after {
    top: 12px;
  }


  .remodal-address .font-size12 {
    padding: 12px;
  }

  .mb-mt-12 {
    margin-top: 12px !important;
  }

  .modal-more-usernumber {
    width: 100% !important;
    padding: 32px 0 0 !important;
  }

  .modal-more-usernumber-title, .modal-more-usernumber-desc,.modal-more-usernumber .input-wrap {
    padding: 0 20px;
  }

  .modal-more-usernumber input {
    width: 100% !important;
  }

  .modal-more-usernumber .input button {
    top: 14px;
    right: 30px;
  }

  .more-usernumber-wrap ul {
    flex-direction: column;
    padding: 20px;
    overflow: hidden;
    flex-wrap: nowrap;
    min-height: max-content;
  }

  .more-usernumber-wrap {
    width: 100%;
    height: auto !important;
  }

  .more-usernumber-wrap ul li {
    width: 100%;
    height: 100%;
    display: flex;
    margin-right: 0;
    justify-content: center;
    align-items: center;
  }

  .more-usernumber-wrap ul li:nth-child(3n + 1),
  .more-usernumber-wrap ul li:nth-child(-n + 3) {
    margin-left: 0;
    margin-top: 20px;
  }

  .more-usernumber-wrap ul li {
    min-height: 70px;
    height: 70px;
  }

  .more-usernumber-wrap ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 70px;
    height: 70px;
  }

  .more-usernumber-bg {
    padding-bottom: 15px;
  }

  .exclamation_section {
    width: auto !important;
  }

  .input-info-body.is-active, .input-info-focus-body.is-active {
    width: calc(100% - 48px);
  }

  .modal-notification-info .modal-title {
    font-size: 20px;
    padding: 0 15px;
  }

  .modal-notification-info .font-size16 {
    padding: 0 15px;
  }

  .pay-info-links {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding: 0 15px;
  }

  .pay-info-links li:not(:last-child) {
    margin-bottom: 1rem;
  }

  .pay-info-wrap ul {
    flex-direction: column;
    align-items: center;
  }

  .pay-info-wrap ul li {
    min-height: auto;
    width: 100%;
  }

  .pay-info-wrap ul li:not(:last-child), .pay-info-wrap ul li:last-child {
    width: 100%;
  }

  .pay-info-arrow img {
    transform: rotate(90deg);
    position: relative;
    top: -2px;
  }

  .pay-info-arrow5 {
    flex-direction: column;
    align-items: center;
  }

  .pay-info-arrow5 img {
    width: 21px;
    height: 29px;
    transform: rotate(90deg);
    margin-right: 0 !important;
  }

  .input-radio + label {
    padding: 20px 18px 20px 43px !important;
  }

  .agreement-title {
    font-size: 16px;
  }

  .scroll-inner .text-danger-icon {
    font-size: 16px;
  }

  .text-danger-icon::before {
    content: "";
    width: 16px;
    height: 16px;
    top: 5px;
  }

  .exclamation_section_title > span {
    font-size: 16px !important;
  }

  .input-info-body.is-active, .input-info-focus-body.is-active {
    width: 100%;
  }

  .content-r-top {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .content-r-top .input-info {
    margin-top: 0 !important;
  }

  ::placeholder {
    font-size: 12px;
  }

  .ms-choice > span.placeholder {
    font-size: 12px;
  }
}

.exclamation_section .scroll-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: none;
}

.exclamation_section .list-disc li {
  margin-top: 8px;
}

.exclamation_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 994px;
  border-radius: 16px;
  padding: 28px 32px;
  border: 1.5px solid #2045b3;
}

.table-top-info-title span:first-child {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

b {
  font-weight: 700;
}

.table-area-wrap table tbody tr td .flex-line-center {
  position: relative;
  left: 5px;
}

@media screen and (max-width: 768px) {
  .table-area-wrap table tbody tr td .flex-line-center {
    left: 12px;
  }
}

/* プルダウン選択 */
.dropdown {
  position: relative;
}

.dropdown-button {
  cursor: pointer;
  /* ellipsis */
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  height: auto;
  min-height: 56px;
  padding-right: 40px;
  line-height: 140%;
}

.dropdown-menu {
  display: none;
  max-height: 400px;
  overflow-y: scroll;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 8px;
}

.dropdown-menu li {
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  white-space: wrap;
  overflow-wrap: break-word;
}

.dropdown-menu li:hover {
  background: #F4F6FC;
  border-radius: 8px;
}

.dropdown-menu li a {
  text-decoration: none;
  color: black;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: wrap;
}

.input-infomation-wrap .box-title:before {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .dropdown-button {
      display: flex;
      align-items: center;
      height: auto;
      min-height: 56px;
      white-space: normal;
  }
  .dropdown-scroll-content::-webkit-scrollbar, .dropdown-menu::-webkit-scrollbar {
    height: 2px;
  }
}
a.dropdown-scroll-content:hover {
  opacity: unset;
}
.dropdown-scroll-content {
  display: inline-block;
  width: 100%;
  height: 53px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  /* white-space: nowrap; */
}
.dropdown-scroll-content::-webkit-scrollbar, .dropdown-menu::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.dropdown-scroll-content::-webkit-scrollbar-track, .dropdown-menu::-webkit-scrollbar-track {
  background: #e4e7eb;
}
.dropdown-scroll-content::-webkit-scrollbar-thumb, .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #949494;
  border-radius: 5px;
}

.btn-item-primary:hover,
.btn-item-primary-external:hover {
  background: #fff !important;
  color: #2a2c34 !important;
  border: 1px solid #0C53D6 !important;
  transition: ease .3s;
}

.btn-item-primary:hover::after {
  content: url(./../images/new_link-icon/arrow-left-side.svg);
}

.download-number-request .btn-m.file-search:hover, .download-request .btn-m.file-search:hover, .main-inner .f470-btn:hover, .f451-btn:hover {
  background: #F4F6FC !important;
  transition: ease .3s;
}

.download-number-request .btn-m.file-search, .download-request .btn-m.file-search, .main-inner .f470-btn, .f451-btn {
  background: #fff !important;
  transition: ease .3s;
  cursor: pointer;
}

/*paginationの追加項目*/

.pagination li:first-child.disabled a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background: #e8e8e8;
  border-radius: 8px;
  border: 1px solid rgba(145, 148, 161, 0.2);
}

.pagination li:first-child.disabled a::before {
 content: "";
 height: 10px;
 width: 10px;
 top: 10px;
 left: 9px;
 position: absolute;
 background: url(../images/new_link-icon/pager-prev.svg) center no-repeat;
 transform: rotate(0deg);
}

.pagination li:first-child a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.pagination li:first-child a::before {
 content: "";
 height: 10px;
 width: 10px;
 top: 10px;
 left: 9px;
 position: absolute;
 background: url(../images/new_link-icon/pager-prev-gr.svg) center no-repeat;
 transform: rotate(0deg);
}

.pagination li:last-child a {
 position: relative;
 display: block;
 width: 50px;
 margin-right: 0 !important;
}

.pagination li:last-child a::before {
 content: "";
 height: 10px;
 width: 10px;
 top: 10px;
 left: 9px;
 position: absolute;
 background: url(../images/new_link-icon/pager-next.svg) center no-repeat;
 transform: rotate(0deg);
}

.pagination li:last-child.disabled a {
 position: relative;
 display: block;
 width: 50px;
 margin-right: 0 !important;
 background: #e8e8e8;
 border-radius: 8px;
 border: 1px solid rgba(145, 148, 161, 0.2);
}

.pagination li:last-child.disabled a::before {
 content: "";
 height: 10px;
 width: 10px;
 top: 10px;
 left: 9px;
 position: absolute;
 background: url(../images/new_link-icon/pager-prev.svg) center no-repeat;
 transform: rotate(180deg);
}

.dl-list-inner .list-disabled {
  border: 1px solid rgba(145, 148, 161, 0.20);
  background: #E8E8E8;
  pointer-events: none;
}

.dl-list-inner .list-disabled a {
  color: #828287;
}

.dl-list-inner .list-disabled:after {
  content: url(./../images/new_link-icon/arrow-gr-right.svg);
}

.dl-list-inner .list-disabled a:hover {
  transition: none;
}

.file-search-disabled {
  color: #fff !important;
  background: #ccc !important;
  pointer-events: none !important;
  border: 1px solid #ccc !important;
  font-weight: 500 !important;
  pointer-events: none !important;
}

.file-search-disabled img {
  filter: brightness(100);
}

/*001_m_sampleで使っているフォーム（form（11606行目）についているスタイル指定は削除したうえで適用お願いします）*/

.form-wrap {
  margin: 0 auto;
  max-width: 560px;
}

/*以下449のテーブルに使うスタイル指定*/

.fee-table449 {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px rgba(42, 44, 52, 0.1);
}

.fee-table449 thead {
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
  background-color: #E3E8F7;
  text-align: center;
}

.fee-table449 thead tr td:first-child {
  max-width: 50%;
}

.fee-table449 thead tr td{
  padding: 20px 0 20px 20px;
}

.fee-table449 thead tr td:last-child {
  padding: 20px;
}

.fee-table449 tbody {
  width: 100%;
  font-size: 16px;
}

.fee-table449 tbody tr {
  border: 1px dotted #eee;
}

.fee-table449 tbody tr td:first-child {
  text-align: left !important;
}

.fee-table449 tbody tr td:nth-child(2) {
  text-align: right !important;
}

.fee-table449 tbody tr td:nth-child(3) {
  text-align: left;
}

.fee-table449 tbody tr td:last-child {
  text-align: center !important;
}

.fee-table449 tbody tr td {
  padding: 20px 0 20px 20px;
  font-size: 14px;
}

.fee-table449 tbody tr td:last-child {
  padding: 20px;
}

.fee-table449-02 tbody tr td:nth-child(2) {
  text-align: left !important;
}

.fee-table449-02 tbody tr td:last-child {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .monthly-fee-down:after, .monthly-fee-flat:after {
    position: static;
  }
}

.btn-download-pdf-disabled, .btn-download-csv-disabled, .btn-download-fix-disabled {
  background: #e8e8e8;
  border: 1px solid rgba(145, 148, 161, 0.20);
  color: #666;
  pointer-events: none;
}

.btn-download-pdf-disabled:before, .btn-download-csv-disabled:before, .btn-download-fix-disabled:before {
  content: url(./../images/new_link-icon/arrow-gr-right.svg);
}

.btn-download-pdf-disabled:after, .btn-download-csv-disabled:after, .btn-download-fix-disabled:after {
  color: #666;
  background: #ccc;
}

.btn-download-pdf-disabled:hover, .btn-download-csv-disabled:hover, .btn-download-fix-disabled:hover {
  background: #e8e8e8 !important;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .input-infomation-wrap .box-title:before {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
  }

  .agreement-title:before {
    width: 16px;
    height: 16px;
  }
}

.h3text {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .h3text {
    font-size: 16px;
  }
}

.mb-notes {
  display: none;
}
.mb {
  display: none;
}
.pc-notes {
  display: block;
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
    .mb-notes {
        display: block;
    }
    .pc-notes {
        display: none;
    }
    .mb {
      display: block;
    }
    .pc {
      display: none;
    }

    form .box-flex {
      flex-direction: row;
    }

    .input-name-wrap {
      flex-direction: column;
    }

    .input-name-row-sp {
      flex-direction: row !important;
    }
}

/*h1に対する説明文独自のタグ*/

.h1-description {
  font-size: 16px;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  .h1-description {
    font-size: 13px;
  }

  .font-size16 {
    font-size: 13px;
  }
}

/*入力欄のアラート表示*/

.input-error-text:not([class*="msg-panel-"]),
.input-error-text li {
  margin-left: 4px;
  margin-top: 12px;
  font-size: 14px !important;
}

.input-error-text:not([class*="msg-panel-"]):before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(./../../../webapp/resources/images/text-error-icon.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .input-error-text:not([class*="msg-panel-"]),
  .input-error-text li {
    font-size: 13px !important;
  }
}

.monthly-fee-limit {
  color: #666;
}

.scroll-nav a:focus, .l-header a:focus, header a:focus, .pankuzu a:focus {
  outline: 2px solid white !important;
}

@media screen and (min-width: 769px) {
  .l-header .header-logo a {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-sideNav .nav_01:after, .nav_06:after {
    display: none;
  }
}

.fee-table449 thead tr th:first-child {
    max-width: 50%;
}

.fee-table449 thead tr th {
    padding: 20px 0 20px 20px;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
}

.fee-table449 thead tr th:last-child {
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  .selectIdList {
      white-space: normal;
      padding: 0 calc(8px + 3px + 10px) 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .meisai-select-wrap select {
    background-position: right 0px center;
    font-size: 12px !important;
    padding-right: 10px !important;
    white-space: wrap;
    overflow-wrap: break-word;
  }
}

.display-none-label {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
}

#parent-value {
  white-space: wrap;
  overflow-wrap: break-word;
}

.input-field-select option {
  white-space: wrap;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .input-postal-link:before {
    top: 1px;
  }
  .input-address-link:before {
    top: 1px;
  }

  .more-usernumber-wrap ul {
    max-height: none;
    overflow-x: scroll !important;
  }
}

.input-postal-link-060:before {
  top: 1px;
}

.footer-links.footer-links-logo > li > a {
  overflow: hidden;
}

.footer-links.footer-links-logo > li > a > img[src*="banner_"] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: scale(1.25);
  transform-origin: center;
}

.footer-links.footer-links-logo > li > a > img[src*="/west/banner_business-mypage.png"],
.footer-links.footer-links-logo > li > a > img[src*="/west/banner_masu-mypage.png"] {
  transform: scale(1.34);
}

@media screen and (max-width: 1024px) {
  .footer-links.footer-links-logo > li > a > img[src*="banner_"] {
    transform: scale(1.45);
  } 

  .footer-links.footer-links-logo > li > a > img[src*="/west/banner_business-mypage.png"],
  .footer-links.footer-links-logo > li > a > img[src*="/west/banner_masu-mypage.png"] {
    transform: scale(1.75);
  }
}

.right-botton-update .btn-item:hover {
  color: #2A2C34;
  background: white;
  border: 2px solid #0C53D6;
}

.pagination-page.is-active a:hover {
  color: #2A2C34;
  background: white;
  border: 1px inset #0C53D6;
}

.btn-item-reload:hover:after {
  filter: brightness(0) saturate(100%) invert(15%) sepia(74%) saturate(4007%) hue-rotate(230deg) brightness(88%) contrast(90%);
}

.input-postal-otherlink .input-address-link {
  line-height: 100% !important;
}

@media screen and (max-width: 768px) {
  .dl-list-inner ul {
    flex-direction: column;
  }
}

.monthly-fee-before, .monthly-fee-after {
  padding: 8px 0 !important;
}
@media screen and (max-width: 1200px) {
  .input-field, .input-field-select, .input-field-postal[name="password"] {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .input-field, .input-field-select, .input-field-postal[name="password"] {
    padding-right: 50px;
  }
}

.pagination li:first-child a::before {
  content: "";
  height: 10px;
  width: 10px;
  top: 10px;
  left: 9px;
  position: absolute;
  background: url(../images/new_link-icon/pager-next.svg) center no-repeat;
  transform: rotate(180deg);
}


/*下記からタブレット端末用の調整CSS*/

/*@media screen and (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
  }
  .sideNav-inner {
    top: 64px;
  }
  .main-inner {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 24px 16px 40px;
  }
  .footer-links-logo li {
    width: 50%;
  }
  header {
    height: 80px;
  }

  .sideNav-inner {
    top: 80px;
    height: calc(100dvh - 80px);
  }

  .l-main {
    padding-top: 80px;
  }
  .main-inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 32px 24px 40px;
    box-sizing: border-box;
  }
  .l-sideNav ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 12px 8px;
  }
  .l-sideNav ul li {
    flex: 1 1 45%;
    text-align: center;
  }
  .footer-links-logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-links-logo li {
    width: 45%;
    margin-bottom: 16px;
  }
  html {
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
  }

  header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .sideNav-inner {
    top: 80px;
    height: calc(100dvh - 80px);
  }

  .l-main {
    padding-top: 80px;
  }

  .main-inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 32px 24px 40px;
    box-sizing: border-box;
  }

  .l-sideNav ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 12px 8px;
  }

  .l-sideNav ul li {
    flex: 1 1 45%;
    text-align: center;
  }

  .footer-links-logo {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links-logo li {
    width: 45%;
    margin-bottom: 16px;
  }

}

@media screen and (max-width: 768px) {
  .footer-links-logo li {
    width: 100%;
    margin-bottom: 12px;
  }
  .footer-links-logo {
    flex-wrap: wrap;
    justify-content: center;
  }
}

body, html, .l-contents {
  overflow-x: hidden;
}
*/




@media screen and (max-width: 1500px) {
  .sideNav-inner ul li:nth-child(6) .sub-menu-item {
    right: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .more-usernumber-bg {
    overflow-y: auto;
  }
}

/* ▼ 1200px 未満の端末（iPad など）でモーダルのはみ出しを防止する最小上書き ▼ */
@media screen and (max-width: 1199.98px) {

  /* remodal 本体を可変幅にして画面内に収める */
  .remodal {
    min-width: 0 !important;                     /* 固定の下限を撤廃 */
    width: 100% !important;                      /* 画面幅に追従 */
    max-width: calc(100vw - 32px) !important;    /* 両端に16px相当の余白を確保してはみ出し防止 */
    box-sizing: border-box;                      /* パディング・ボーダー込みで計算 */
    margin: 0 auto;                              /* 中央寄せ */
  }

  /* モーダル個別：固定幅/固定min-widthを撤廃して可変化 */
  .modal-more-usernumber {
    width: 100% !important;
    min-width: 0 !important;
    max-width: inherit;                          /* 親(remodal)の max-width に従う */
    margin: 0 auto;
    overflow: hidden;                            /* 疑似要素などのはみ出しもブロック */
  }
}

a.tabfocus {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 21px;
  box-sizing: border-box;
}

.box-wrap-addr {
  margin-top: 24px;
  background: #ffffff;
}

.modal-accordion-title-addr {
  position: relative;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.modal-accordion-title-addr.is-active {
}

.modal-accordion-body-addr {
  display: none;
}
.modal-accordion-title-addr::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 13%;
  left: 130px;
  transform: rotate(-180deg);
  background: url(./../../../webapp/resources/images/new_link-icon/accordion-arrow.svg) center
    no-repeat;
}
.modal-accordion-title-addr.is-active::after {
  background: url(./../../../webapp/resources/images/new_link-icon/accordion-arrow.svg) center
    no-repeat;
  transform: rotate(0deg);
}
.addres-modal-bg-addr {
  background: #f5f8fd;
  padding: 0 28px;
}
.addres-modal-bg-addr table {
  padding: 0 13px 56px !important;
  margin-bottom: 0 !important;
}
.mt-24-addr {
  margin-top: 2px !important;
}
.address-modal-02-addr {
  padding: 5px 0px 0;
}
.address-modal-first-addr {
  padding: 5px 0px 0;
}
.address-modal-end-addr {
  padding: 5px 0px 0;
}
@media screen and (max-width: 768px) {
  .address-modal-first-addr {
    padding: 28px 28px 0;
  }

  .address-modal-end-addr {
    padding: 0 28px 36px;
  }

  .address-modal-02-addr {
    padding: 0 28px;
  }
}
.dropdown-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .dropdown-ellipsis {
    display: block;
    line-height: 22px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .main-inner-wrap {
    background: none;
    border-radius: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1366px) and (orientation: portrait) and (hover: none) and (pointer: coarse),
screen and (min-width: 769px) and (max-width: 1133px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .icon-can-scroll-img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 134px;
    border-radius: 12px;
    background: rgba(71, 73, 78, 0.75);
    box-shadow: 0 2px 6px 0 rgba(42, 44, 52, 0.1);
    padding: 12px;
    gap: 8px;
    backdrop-filter: blur();
  }
  .icon-can-scroll-img {
    height: 64px;
    width: 64px;
    padding: 1px 9.5px 2px 9.5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon-can-scroll-text {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
  }
}