@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}
body.modal-active {
  left: 0px;
  overflow-y: scroll;
  position: fixed;
  right: 0px;
  top: 0px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

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

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.staging-label {
  background: yellow;
  color: red;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 15px 40px;
  position: absolute;
  top: 0;
  z-index: 5;
}

.http-error {
  text-align: center;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 70px;
  padding: 5px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 15px #e0e0e0;
          box-shadow: 0 0 15px #e0e0e0;
}
.c-header .inner-block {
  height: 100%;
}
.c-header .header-contents {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .header-contents .c-lang-change {
  bottom: 0;
  margin: 0 auto;
  max-width: 130px;
  position: absolute;
  right: 100px;
  top: 0;
  z-index: 5;
}
.c-header .header-contents .c-lang-change .lang-switch-btn {
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 10px;
}
.c-header .header-contents .c-lang-change .lang-switch-btn::before {
  height: 7px;
  width: 7px;
}
.c-header .header-contents .c-lang-change .lang-switch-btn .ico-circle {
  height: 16px;
  width: 16px;
}
.c-header .header-contents .c-lang-change .lang-pulldown {
  background: #fff;
  left: -5px;
  position: absolute;
  top: calc(100% - 10px);
}
.c-header .header-contents .c-lang-change .lang-pulldown .lang-btn {
  font-size: 12px;
  padding: 10px;
}
.c-header .header-logo {
  width: 168px;
  height: 35px;
}
.c-header .header-logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-header .header-logo > a > img {
  width: 100%;
  height: 100%;
}
.c-header .menu {
  width: 50px;
  height: 50px;
  background: #fff;
  position: relative;
  background: rgba(58, 191, 185, 0.08);
  border-radius: 50%;
}
.c-header .menu > span {
  position: absolute;
  left: 12px;
  background: #3ABFB9;
  width: 26px;
  height: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .menu > span:nth-child(1) {
  top: 17px;
}
.c-header .menu > span:nth-child(2) {
  top: 25px;
}
.c-header .menu > span:nth-child(3) {
  top: 33px;
}
.c-header .menu.open span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-header .menu.open span:nth-child(2) {
  opacity: 0;
}
.c-header .menu.open span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header .c-nav {
  overflow-y: scroll;
  height: calc(100vh - 70px);
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .c-nav .nav-list {
  color: #3ABFB9;
  font-weight: bold;
  padding-top: 20px;
}
.c-header .c-nav .nav-list > li {
  border-bottom: 1px solid #cccccc;
}
.c-header .c-nav .nav-list > li > a {
  padding: 20px 80px 20px 20px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-header .c-nav .nav-list > li > a::before, .c-header .c-nav .nav-list > li > a::after {
  position: absolute;
  content: "";
  background: #3ABFB9;
  border-radius: 3px;
  width: 12px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transform: translateY(-3px) rotate(45deg);
          transform: translateY(-3px) rotate(45deg);
}
.c-header .c-nav .nav-list > li > a::after {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.c-header .c-nav .bottom-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding: 40px 0;
}
.c-header .c-nav .bottom-btn .btn01 {
  grid-column: 2/3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

.mask {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background: #fff;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.open .mask {
  opacity: 1;
  pointer-events: visible;
}
.open .c-nav {
  opacity: 1;
  pointer-events: visible;
}

.c-footer {
  padding: 22px 0;
  text-align: center;
  color: #7A7A7A;
  font-size: 12px;
  line-height: 1;
}

.go-home {
  position: fixed;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  color: #fff;
  border-radius: 50%;
}
.go-home > a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3ABFB9;
}

.c-ttl01 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  line-height: 32px;
}
.c-ttl01::before {
  position: absolute;
  content: "";
  background: #3ABFB9;
  top: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 30px;
}

.c-ttl02 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  background: #F7F7F7;
  line-height: 1.4;
  position: relative;
  padding: 36px 40px;
}
.c-ttl02::after {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 5px;
  background: #3ABFB9;
}

.c-ttl03 {
  color: #3ABFB9;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 32px;
}
.c-ttl03::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #3ABFB9;
  border-radius: 5px;
  top: 4px;
  left: 0;
}

.c-breadcrumb {
  padding: 6px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 70px;
}
.c-breadcrumb .c-breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  white-space: nowrap;
  overflow: auto;
}
.c-breadcrumb .c-breadcrumb-list > li {
  margin-right: 40px;
}
.c-breadcrumb .c-breadcrumb-list > li:not(:last-child) {
  position: relative;
}
.c-breadcrumb .c-breadcrumb-list > li:not(:last-child)::before, .c-breadcrumb .c-breadcrumb-list > li:not(:last-child)::after {
  position: absolute;
  content: "";
  right: -24px;
  top: -5px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 1px;
  background: #7A7A7A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-breadcrumb .c-breadcrumb-list > li:not(:last-child)::after {
  top: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-breadcrumb .c-breadcrumb-list > li > a {
  padding-top: 2px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: underline;
}

/* --------------------------------
c-parts
----------------------------------- */
main {
  padding-top: 70px;
  padding-bottom: 120px;
}

.contents-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.marker {
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding: 0 3px;
  background: #FFEEB5;
}

.pink-txt {
  color: #FF639E;
  font-weight: bold;
}

.btn01 {
  font-weight: bold;
  background: #3ABFB9;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  max-width: 480px;
  width: 100%;
  border: 1px solid #3ABFB9;
}

.updating-mask {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
}
.updating-mask > .inn {
  background: #fff;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  max-width: 500px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.updating-mask .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.updating-mask .txt {
  font-size: 20px;
  text-align: center;
}

.pop-up-area {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(5, 27, 44, 0.06), 0 2px 32px rgba(5, 27, 44, 0.16);
          box-shadow: 0 1px 6px rgba(5, 27, 44, 0.06), 0 2px 32px rgba(5, 27, 44, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  left: 0;
  margin: 0 auto;
  padding: 20px;
  position: fixed;
  right: 0;
  top: -100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000;
}
.pop-up-area.is-active {
  -webkit-animation: pop-up 0.5s ease forwards;
          animation: pop-up 0.5s ease forwards;
}
.pop-up-area .top-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pop-up-area .top-area + .top-area {
  margin-top: 20px;
}
.pop-up-area .top-area .icon {
  width: 60px;
}
.pop-up-area .top-area .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.pop-up-area .top-area .ol {
  counter-reset: number;
  margin: 20px 0;
}
.pop-up-area .top-area .ol li {
  counter-increment: number;
}
.pop-up-area .top-area .ol li::before {
  content: counter(number) ".";
  font-size: 16px;
  margin-right: 10px;
}
.pop-up-area .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.pop-up-area .btn-area .btn {
  border: 1px solid #3ABFB9;
  border-radius: 3px;
  font-weight: bold;
  padding: 8px 20px;
  text-align: center;
}
.pop-up-area .btn-area .btn.disallow {
  background: #fff;
  color: #3ABFB9;
}
.pop-up-area .btn-area .btn.allow {
  background: #3ABFB9;
  color: #fff;
}

@-webkit-keyframes pop-up {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

@keyframes pop-up {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.c-lang-change {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150px;
  width: 100%;
}
.c-lang-change .lang-switch-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  gap: 5px;
  grid-column: 3/4;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
}
.c-lang-change .lang-switch-btn::before {
  border-top: 2px solid #3ABFB9;
  border-right: 2px solid #3ABFB9;
  bottom: 5px;
  content: "";
  display: block;
  height: 8px;
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 8px;
}
.c-lang-change .lang-switch-btn.is-active::before {
  -webkit-transform: translateY(5px) rotate(135deg);
          transform: translateY(5px) rotate(135deg);
}
.c-lang-change .lang-pulldown {
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  width: 100%;
}
.c-lang-change .lang-pulldown li + li {
  border-top: 1px solid #cccccc;
}
.c-lang-change .lang-pulldown .lang-btn {
  background: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.c-lang-change .lang-pulldown .lang-btn.is-current {
  background: rgba(58, 191, 185, 0.08);
  pointer-events: none;
}

.index-box {
  border: 1px solid #cccccc;
  padding: 20px;
  margin-top: 50px;
}
.index-box .index-ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #3ABFB9;
}
.index-box .index-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-box .index-list li:nth-child(-n+9) {
  padding-left: 0.5em;
}
.index-box .index-list li:not(:first-child) {
  margin-top: 5px;
}
.index-box .index-list a {
  color: #3ABFB9;
  position: relative;
}
.index-box .index-list a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3ABFB9;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.section-box {
  font-size: 14px;
  margin-top: 100px;
}
.section-box h3 {
  font-weight: bold;
  margin-top: 50px;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
}
.section-box h3::before {
  position: absolute;
  content: "";
  background: #3ABFB9;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}
.section-box .img-box {
  text-align: center;
  margin-top: 20px;
}
.section-box .img-box > img {
  width: auto;
}
.section-box h4 {
  font-weight: bold;
  margin-top: 30px;
  position: relative;
  padding-left: 25px;
}
.section-box h4::before {
  position: absolute;
  content: "";
  background: #333;
  width: 15px;
  height: 1px;
  top: 11px;
  left: 0;
}
.section-box .note {
  background: #F7F7F7;
  padding: 10px 20px;
  border-radius: 10px;
}
.section-box p + h4 {
  margin-top: 70px;
}
.section-box p + p, .section-box .img-box + p {
  margin-top: 30px;
}
.section-box h2 + p {
  margin-top: 20px;
}
.section-box h2 + h3 {
  margin-top: 20px;
}
.section-box h3 + p, .section-box h4 + p {
  margin-top: 15px;
}
.section-box a.link {
  text-decoration: underline;
}
.section-box table {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.section-box table th, .section-box table td {
  padding: 15px;
  border: 1px solid #cccccc;
}
.section-box table thead {
  background: #f4f4f4;
}
.section-box table tbody th {
  width: 30%;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  background: #F7F7F7;
}
.home .bank {
  margin: 80px 0;
}
.home .bank .bank-info {
  background: #fff;
  padding: 30px 40px;
}
.home .bank .bank-info .c-ttl01 {
  margin-bottom: 20px;
}
.home .bank .bank-info .c-ttl01 > span {
  font-size: 18px;
}
.home .bank .bank-info .c-ttl01 .delay {
  color: #ff0000;
  padding-left: 10px;
}
.home .bank .bank-info .attention {
  color: #ff0000;
  font-weight: bold;
  background: #ffff00;
  text-align: center;
  font-size: 20px;
  padding: 10px 15px;
}
.home .bank .bank-info .amount {
  font-size: 52px;
  text-align: center;
  font-weight: bold;
}
.home .bank .bank-info p + p {
  margin-top: 10px;
}
.home .bank .bank-info + .bank-info {
  margin-top: 30px;
}
.home .bank .bank-info .payee {
  font-size: 18px;
  font-weight: bold;
}
.home .bank .bank-info .green-txt {
  color: #3ABFB9;
  background: rgba(58, 191, 185, 0.08);
  font-weight: bold;
  padding: 5px 1em;
}
.home .top-contents .contents-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 40px;
  max-width: 900px;
  margin: 0 auto;
}
.home .top-contents .contents-list > li {
  background: #fff;
  width: calc((100% - 80px) / 3);
}
.home .top-contents .contents-list > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 10px 15px;
  border: 3px solid #fff;
}
.home .top-contents .contents-list > li .icon {
  margin: 0 auto;
  width: 66px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .top-contents .contents-list > li .icon > img {
  width: 100%;
  height: 100%;
}
.home .top-contents .contents-list > li .list-ttl {
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.contract .contract-list {
  padding: 30px 25px;
  background: #fff;
}
.contract .contract-list > dt, .contract .contract-list > dd {
  padding: 0 10px;
}
.contract .contract-list > dt {
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
}
.contract .contract-list > dd {
  color: #7A7A7A;
  padding-top: 6px;
  padding-bottom: 10px;
}
.contract .contract-list > dd:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.contract .contract-list > dd .download {
  text-decoration: underline;
}
.contract .contract-list > dd a {
  color: #3ABFB9;
  text-decoration: underline;
}
.contract .btn-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.contract .btn-list > a {
  border: 1px solid #3ABFB9;
  font-weight: bold;
  color: #3ABFB9;
  display: block;
  width: 400px;
  padding: 10px 0;
  border-radius: 30px;
  text-align: center;
  background: #fff;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.trash .fv,
.trash-test .fv,
.c-article-content .fv {
  text-align: center;
}
.trash .fv > img,
.trash-test .fv > img,
.c-article-content .fv > img {
  width: auto;
}
.trash .section-box .box,
.trash-test .section-box .box,
.c-article-content .section-box .box {
  display: block;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  margin: 10px 0;
  line-height: 2;
  background: #f4f4f4;
}
.trash .section-box table:not(.municipalities-table),
.trash-test .section-box table:not(.municipalities-table),
.c-article-content .section-box table:not(.municipalities-table) {
  text-align: left;
  table-layout: fixed;
}
.trash .section-box table:not(.municipalities-table) .mini-txt,
.trash-test .section-box table:not(.municipalities-table) .mini-txt,
.c-article-content .section-box table:not(.municipalities-table) .mini-txt {
  font-size: 12px;
}
.trash .section-box table:not(.municipalities-table) th,
.trash-test .section-box table:not(.municipalities-table) th,
.c-article-content .section-box table:not(.municipalities-table) th {
  font-size: 16px;
}
.trash .section-box table:not(.municipalities-table) td,
.trash-test .section-box table:not(.municipalities-table) td,
.c-article-content .section-box table:not(.municipalities-table) td {
  padding: 15px 10px;
}
.trash .section-box table:not(.municipalities-table) td p,
.trash-test .section-box table:not(.municipalities-table) td p,
.c-article-content .section-box table:not(.municipalities-table) td p {
  line-height: 1.6;
}
.trash .section-box table:not(.municipalities-table) td p + img,
.trash-test .section-box table:not(.municipalities-table) td p + img,
.c-article-content .section-box table:not(.municipalities-table) td p + img {
  margin-top: 15px;
}
.trash .section-box table:not(.municipalities-table) td .cell-ttl,
.trash-test .section-box table:not(.municipalities-table) td .cell-ttl,
.c-article-content .section-box table:not(.municipalities-table) td .cell-ttl {
  font-weight: bold;
  font-size: 16px;
}
.trash .section-box table:not(.municipalities-table) + p,
.trash-test .section-box table:not(.municipalities-table) + p,
.c-article-content .section-box table:not(.municipalities-table) + p {
  margin-top: 30px;
}
.trash .section-box p,
.trash-test .section-box p,
.c-article-content .section-box p {
  line-height: 2;
}
.trash .section-box p + p,
.trash-test .section-box p + p,
.c-article-content .section-box p + p {
  margin-top: 10px;
}
.trash .section-box .list,
.trash-test .section-box .list,
.c-article-content .section-box .list {
  font-weight: 500;
  margin-top: 20px;
}
.trash .section-box .list > li,
.trash-test .section-box .list > li,
.c-article-content .section-box .list > li {
  margin-bottom: 10px;
}
.trash .section-box .qr-box,
.trash-test .section-box .qr-box,
.c-article-content .section-box .qr-box {
  display: inline-block;
  margin-left: 20px;
}
.trash .section-box table.municipalities-table th, .trash .section-box table.municipalities-table td,
.trash-test .section-box table.municipalities-table th,
.trash-test .section-box table.municipalities-table td,
.c-article-content .section-box table.municipalities-table th,
.c-article-content .section-box table.municipalities-table td {
  padding: 10px 15px;
}
.trash .section-box table.municipalities-table th:first-child, .trash .section-box table.municipalities-table td:first-child,
.trash-test .section-box table.municipalities-table th:first-child,
.trash-test .section-box table.municipalities-table td:first-child,
.c-article-content .section-box table.municipalities-table th:first-child,
.c-article-content .section-box table.municipalities-table td:first-child {
  width: 70%;
}
.trash .section-box table.municipalities-table th:first-child > p, .trash .section-box table.municipalities-table td:first-child > p,
.trash-test .section-box table.municipalities-table th:first-child > p,
.trash-test .section-box table.municipalities-table td:first-child > p,
.c-article-content .section-box table.municipalities-table th:first-child > p,
.c-article-content .section-box table.municipalities-table td:first-child > p {
  font-size: 12px;
}
.trash .section-box table.municipalities-table td,
.trash-test .section-box table.municipalities-table td,
.c-article-content .section-box table.municipalities-table td {
  text-align: left;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.rule .rule-video {
  margin: 100px 0;
}
.rule .rule-video .video-box {
  max-width: 720px;
  margin: 0 auto;
}
.rule .rule-video .video-box video {
  width: 100%;
  aspect-ratio: 16/9;
}
.rule .txt-box {
  margin-top: 8px;
  color: #7A7A7A;
  font-size: 14px;
}
.rule .txt-box p + p {
  margin-top: 15px;
}
.rule section + section {
  margin-top: 80px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.history .note {
  color: #ff0000;
  font-weight: bold;
}
.history .history-table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
}
.history .history-table thead {
  background: #3ABFB9;
  color: #fff;
}
.history .history-table thead th {
  border: 1px solid #cccccc;
  border-right-color: #fff;
}
.history .history-table thead th:nth-child(1) {
  width: 20%;
}
.history .history-table thead th:nth-child(3), .history .history-table thead th:nth-child(4), .history .history-table thead th:nth-child(5) {
  width: 15%;
}
.history .history-table tbody td {
  border: 1px solid #cccccc;
  text-align: center;
  position: relative;
}
.history .history-table tbody .detail-list {
  margin-inline: auto;
  text-align: left;
  width: 80%;
}
.history .history-table tbody .detail-list > li {
  font-size: 15px;
  font-weight: bold;
}
.history .history-table tbody .detail-list > li + li {
  margin-top: 10px;
}
.history .history-table tbody .detail-list .child-list {
  font-size: 14px;
  font-weight: 400;
}
.history .history-table tbody .detail-list .child-list > li {
  position: relative;
  padding-left: 20px;
}
.history .history-table tbody .detail-list .child-list > li::before {
  content: "└";
  display: block;
  left: 0;
  position: absolute;
  top: 3px;
}
.history .history-table th, .history .history-table td {
  padding: 10px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.trouble .fv,
.trouble-test .fv,
.c-article-content .fv {
  text-align: center;
}
.trouble .fv > img,
.trouble-test .fv > img,
.c-article-content .fv > img {
  width: auto;
}
.trouble .note-box,
.trouble-test .note-box,
.c-article-content .note-box {
  margin-top: 30px;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
}
.trouble .note-box .note-ttl,
.trouble-test .note-box .note-ttl,
.c-article-content .note-box .note-ttl {
  font-weight: bold;
  color: #7A7A7A;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.trouble .note-box .note-ttl > img,
.trouble-test .note-box .note-ttl > img,
.c-article-content .note-box .note-ttl > img {
  margin-right: 8px;
  position: relative;
  top: 0;
}
.trouble .note-box .note-ttl02,
.trouble-test .note-box .note-ttl02,
.c-article-content .note-box .note-ttl02 {
  font-weight: bold;
  margin-bottom: 4px;
}
.trouble .note-box .note-txt,
.trouble-test .note-box .note-txt,
.c-article-content .note-box .note-txt {
  font-size: 13px;
}
.trouble .section-box .flow,
.trouble-test .section-box .flow,
.c-article-content .section-box .flow {
  font-weight: bold;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.trouble .section-box .flow + .flow,
.trouble-test .section-box .flow + .flow,
.c-article-content .section-box .flow + .flow {
  margin-top: 15px;
}
.trouble .section-box .flow + p,
.trouble-test .section-box .flow + p,
.c-article-content .section-box .flow + p {
  margin-top: 10px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.faq .faq-term-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.faq .note {
  color: #333;
}
.faq .note.center {
  text-align: center;
}
.faq .faq-term-list {
  max-width: 900px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.faq .faq-term-list > li {
  width: calc((100% - 80px) / 3);
  background: #fff;
}
.faq .faq-term-list > li > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #F7F7F7;
  padding: 30px 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.faq .faq-term-list > li .faq-icon {
  margin: 0 auto;
  width: 100%;
  max-width: 80px;
  max-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq .faq-term-list > li .faq-icon > img {
  width: 100%;
  height: 100%;
}
.faq .faq-term-list > li .faq-name {
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.faq .faq-list {
  margin-top: 30px;
}
.faq .faq-list > li + li {
  margin-top: 10px;
}
.faq .faq-list .term-name {
  font-size: 18px;
  font-weight: bold;
  background: #f4f4f4;
  border-bottom: 2px solid #3ABFB9;
  padding: 7px 15px 5px;
}
.faq .faq-inner-list > li {
  font-weight: bold;
}
.faq .faq-inner-list > li > a {
  padding: 15px 15px 12px;
  border-bottom: 1px solid #cccccc;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.faq .faq-inner-list > li > a::before, .faq .faq-inner-list > li > a::after {
  top: 50%;
  right: 20px;
  position: absolute;
  content: "";
  background: #3ABFB9;
  width: 2px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq .faq-inner-list > li > a::after {
  top: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq .faq-inner-list > li:last-child > a {
  border-bottom: none;
}
.faq .contents-wrapper.flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  gap: 40px;
}
.faq .contents-wrapper .sidebar {
  background: #f4f4f4;
  padding: 15px;
  width: 250px;
}
.faq .contents-wrapper .sidebar .sidebar-ttl {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.faq .contents-wrapper .sidebar .sidebar-list > li {
  border-top: 1px solid #e0e0e0;
}
.faq .contents-wrapper .sidebar .sidebar-list > li:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.faq .contents-wrapper .sidebar .sidebar-list > li > a {
  display: block;
  padding: 5px 10px;
  position: relative;
}
.faq .contents-wrapper .sidebar .sidebar-list > li > a.is-current {
  color: #3ABFB9;
  padding-left: 30px;
}
.faq .contents-wrapper .sidebar .sidebar-list > li > a.is-current::before {
  border-right: solid 2px #3ABFB9;
  border-top: solid 2px #3ABFB9;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  left: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}
.faq .contents-wrapper > .inn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq .question-ttl,
.faq .answer-area,
.faq .solution-box {
  padding-left: 35px;
  position: relative;
}
.faq .question-ttl .icon,
.faq .answer-area .icon,
.faq .solution-box .icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  background: #3ABFB9;
  border: 2px solid #3ABFB9;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 1px;
  width: 25px;
}
.faq .solution-box {
  padding-left: 0;
}
.faq .question-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.faq .question-ttl .text {
  font-size: 18px;
  font-weight: bold;
}
.faq .answer-area {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 30px;
  padding-bottom: 80px;
}
.faq .answer-area .icon {
  background: #fff;
  color: #3ABFB9;
}
.faq .solution-box {
  margin-top: 40px;
}
.faq .solution-box .action-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq .solution-box .solution-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.faq .solution-box .solution-btn > li {
  cursor: pointer;
  width: 150px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq .solution-box .solution-btn > li > button {
  border: 1px solid #3ABFB9;
  color: #3ABFB9;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  font-weight: bold;
}
.faq .solution-box .solution-btn > li:nth-child(2) > button {
  background: #fff;
  border-color: #7A7A7A;
  color: #7A7A7A;
}
.faq .solution-box .hidden-box {
  margin-top: 50px;
  display: none;
  text-align: center;
}
.faq .solution-box .hidden-box .contact-btn {
  border: 1px solid #3ABFB9;
  border-radius: 150px;
  display: block;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  margin: 50px auto 20px;
  background: #3ABFB9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 7px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
}
.faq .main-faq-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
.faq .main-faq-list > li {
  width: calc((100% - 20px) / 3);
}
.faq .main-faq-list > li > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 40px 10px 20px;
  position: relative;
}
.faq .main-faq-list > li > a::before {
  background: #3ABFB9;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  margin: auto 0;
  right: 10px;
  position: absolute;
  top: 0;
  width: 20px;
}
.faq .main-faq-list > li > a::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  bottom: 2px;
  content: "";
  display: block;
  height: 8px;
  right: 16px;
  margin: auto 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 8px;
}
.faq .main-faq-list > li > a.is-current {
  border-color: #3ABFB9;
}
.faq .answer-area > * {
  margin-bottom: 20px;
}
.faq .answer-area h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 0 5px;
  position: relative;
}
.faq .answer-area h2::before, .faq .answer-area h2::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
}
.faq .answer-area h2::before {
  background: #cccccc;
  width: 100%;
}
.faq .answer-area h2::after {
  background: #3ABFB9;
  width: 15%;
}
.faq .answer-area h3 {
  font-weight: bold;
  margin-top: 50px;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
}
.faq .answer-area h3::before {
  position: absolute;
  content: "";
  background: #3ABFB9;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}
.faq .answer-area img,
.faq .answer-area iframe {
  display: block;
  margin-inline: auto;
}
.faq .answer-area iframe {
  aspect-ratio: 16/9;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.login {
  background: #F7F7F7;
  min-height: 100vh;
}
.login .fv {
  text-align: center;
  margin: 100px auto 0;
}
.login .fv > img {
  width: 300px;
}
.login .login-form {
  margin-top: 50px;
}
.login .input-wrap + .input-wrap {
  margin-top: 40px;
}
.login .input-wrap label, .login .input-wrap input {
  display: inline-block;
  font-size: 16px;
}
.login .input-wrap label {
  font-weight: 500;
  margin-bottom: 5px;
  cursor: auto;
}
.login .input-wrap input {
  padding: 10px 15px 8px;
  width: 100%;
  border: 1px solid #7A7A7A;
  background: #fff;
}
.login .input-wrap .error {
  color: #ff0000;
}
.login .button-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding: 60px 0;
}
.login .button-wrap .btn01 {
  grid-column: 2/3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.login .link {
  margin-top: 30px;
  text-align: right;
}
.login .link > a {
  text-decoration: underline;
}
.login .txt {
  margin-top: 70px;
  text-align: center;
}

.login-password .link {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .staging-label {
    font-size: 14px;
    padding: 10px 20px;
  }
  .c-header .inner-block {
    padding-inline: 10px;
  }
  .c-header .header-contents .c-lang-change {
    max-width: 120px;
    right: 60px;
  }
  .c-header .header-contents .c-lang-change .lang-switch-btn {
    font-size: 11px;
    padding: 10px 6px;
  }
  .c-header .header-contents .c-lang-change .lang-switch-btn:before {
    bottom: 3px;
    height: 6px;
    right: 6px;
    width: 6px;
  }
  .c-header .header-contents .c-lang-change .lang-switch-btn.is-active::before {
    -webkit-transform: translateY(3px) rotate(135deg);
            transform: translateY(3px) rotate(135deg);
  }
  .c-header .header-contents .c-lang-change .lang-switch-btn .ico-circle {
    height: 14px;
    width: 14px;
  }
  .c-header .header-logo {
    width: 120px;
    height: 25px;
  }
  .c-header .c-nav .nav-list > li > a {
    padding: 15px 50px 15px 15px;
  }
  .c-header .c-nav .nav-list > li > a::before, .c-header .c-nav .nav-list > li > a::after {
    right: 20px;
  }
  .c-header .c-nav .bottom-btn {
    padding-bottom: 100px;
  }
  .go-home {
    width: 50px;
    height: 50px;
  }
  .c-ttl01 {
    font-size: 18px;
    padding-left: 14px;
    line-height: 32px;
  }
  .c-ttl01::before {
    width: 7px;
    height: 30px;
  }
  .c-ttl02 {
    font-size: 28px;
    padding: 25px 20px;
  }
  .c-ttl03 {
    font-size: 16px;
    padding-left: 26px;
  }
  .c-ttl03::before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
  .c-breadcrumb {
    margin-bottom: 40px;
  }
  main {
    padding-bottom: 80px;
  }
  .contents-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .updating-mask > .inn {
    padding: 15px;
    width: 90%;
  }
  .updating-mask .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .updating-mask .txt {
    font-size: 16px;
  }
  .pop-up-area {
    max-width: 95%;
    padding: 15px;
  }
  .pop-up-area .top-area .icon {
    width: 40px;
  }
  .pop-up-area .btn-area .btn {
    padding: 8px 15px;
  }
  .c-lang-change {
    margin-left: 0;
  }
  .index-box {
    margin-top: 30px;
    padding: 15px 10px;
    font-size: 12px;
  }
  .index-box .index-ttl {
    font-size: 16px;
  }
  .section-box {
    font-size: 12px;
    margin-top: 50px;
  }
  .section-box h3 {
    margin-top: 35px;
    font-size: 14px;
  }
  .section-box .img-box {
    margin-top: 10px;
  }
  .section-box h4 {
    margin-top: 20px;
  }
  .section-box p + p, .section-box .img-box + p {
    margin-top: 20px;
  }
  .section-box h2 + p {
    margin-top: 10px;
  }
  .section-box table {
    margin-top: 15px;
  }
  .section-box table th, .section-box table td {
    padding: 10px;
  }
  .home .bank {
    margin: 50px 0;
  }
  .home .bank .bank-info {
    padding: 30px 15px;
  }
  .home .bank .bank-info .c-ttl01 > span {
    font-size: 14px;
  }
  .home .bank .bank-info .attention {
    font-size: 16px;
  }
  .home .bank .bank-info .amount {
    font-size: 44px;
  }
  .home .bank .bank-info .payee {
    font-size: 16px;
  }
  .home .top-contents .contents-list {
    gap: 20px 15px;
  }
  .home .top-contents .contents-list > li {
    width: calc((100% - 30px) / 3);
  }
  .contract .contract-list {
    padding: 15px 10px;
  }
  .contract .contract-list > dt {
    font-size: 16px;
  }
  .trash .section-box table:not(.municipalities-table),
  .trash-test .section-box table:not(.municipalities-table),
  .c-article-content .section-box table:not(.municipalities-table) {
    table-layout: auto;
  }
  .trash .section-box table:not(.municipalities-table) .mini-txt,
  .trash-test .section-box table:not(.municipalities-table) .mini-txt,
  .c-article-content .section-box table:not(.municipalities-table) .mini-txt {
    font-size: 10px;
  }
  .trash .section-box table:not(.municipalities-table) th,
  .trash-test .section-box table:not(.municipalities-table) th,
  .c-article-content .section-box table:not(.municipalities-table) th {
    padding: 10px;
    text-align: left;
    font-size: 14px;
  }
  .trash .section-box table:not(.municipalities-table) td,
  .trash-test .section-box table:not(.municipalities-table) td,
  .c-article-content .section-box table:not(.municipalities-table) td {
    display: block;
    margin-left: -1px;
    width: calc(100% + 1px);
    padding: 10px;
    border-top: none;
  }
  .trash .section-box table:not(.municipalities-table) td::before,
  .trash-test .section-box table:not(.municipalities-table) td::before,
  .c-article-content .section-box table:not(.municipalities-table) td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .trash .section-box table:not(.municipalities-table) td p,
  .trash-test .section-box table:not(.municipalities-table) td p,
  .c-article-content .section-box table:not(.municipalities-table) td p {
    text-align: left;
  }
  .trash .section-box table:not(.municipalities-table) td p + img,
  .trash-test .section-box table:not(.municipalities-table) td p + img,
  .c-article-content .section-box table:not(.municipalities-table) td p + img {
    margin-top: 8px;
  }
  .trash .section-box table:not(.municipalities-table) td img,
  .trash-test .section-box table:not(.municipalities-table) td img,
  .c-article-content .section-box table:not(.municipalities-table) td img {
    max-width: 250px;
  }
  .trash .section-box table:not(.municipalities-table) td .cell-ttl,
  .trash-test .section-box table:not(.municipalities-table) td .cell-ttl,
  .c-article-content .section-box table:not(.municipalities-table) td .cell-ttl {
    font-size: 13px;
  }
  .trash .section-box table:not(.municipalities-table) + p,
  .trash-test .section-box table:not(.municipalities-table) + p,
  .c-article-content .section-box table:not(.municipalities-table) + p {
    margin-top: 15px;
  }
  .trash .section-box p + p,
  .trash-test .section-box p + p,
  .c-article-content .section-box p + p {
    margin-top: 0;
  }
  .trash .section-box .list,
  .trash-test .section-box .list,
  .c-article-content .section-box .list {
    margin-top: 15px;
  }
  .trash .section-box .img-box,
  .trash-test .section-box .img-box,
  .c-article-content .section-box .img-box {
    margin-top: 20px;
  }
  .trash .section-box .img-box > img,
  .trash-test .section-box .img-box > img,
  .c-article-content .section-box .img-box > img {
    max-width: 180px;
  }
  .trash .section-box table.municipalities-table th, .trash .section-box table.municipalities-table td,
  .trash-test .section-box table.municipalities-table th,
  .trash-test .section-box table.municipalities-table td,
  .c-article-content .section-box table.municipalities-table th,
  .c-article-content .section-box table.municipalities-table td {
    padding: 7px 10px;
  }
  .trash .section-box table.municipalities-table th:first-child, .trash .section-box table.municipalities-table td:first-child,
  .trash-test .section-box table.municipalities-table th:first-child,
  .trash-test .section-box table.municipalities-table td:first-child,
  .c-article-content .section-box table.municipalities-table th:first-child,
  .c-article-content .section-box table.municipalities-table td:first-child {
    width: 100%;
  }
  .trash .section-box table.municipalities-table th:first-child > p, .trash .section-box table.municipalities-table td:first-child > p,
  .trash-test .section-box table.municipalities-table th:first-child > p,
  .trash-test .section-box table.municipalities-table td:first-child > p,
  .c-article-content .section-box table.municipalities-table th:first-child > p,
  .c-article-content .section-box table.municipalities-table td:first-child > p {
    font-size: 10px;
  }
  .trash .section-box table.municipalities-table th, .trash .section-box table.municipalities-table td,
  .trash-test .section-box table.municipalities-table th,
  .trash-test .section-box table.municipalities-table td,
  .c-article-content .section-box table.municipalities-table th,
  .c-article-content .section-box table.municipalities-table td {
    width: 100%;
    display: block;
  }
  .trash .section-box table.municipalities-table th,
  .trash-test .section-box table.municipalities-table th,
  .c-article-content .section-box table.municipalities-table th {
    background: #3ABFB9;
    color: #fff;
  }
  .trash .section-box table.municipalities-table td,
  .trash-test .section-box table.municipalities-table td,
  .c-article-content .section-box table.municipalities-table td {
    border-top: none;
  }
  .trash .section-box table.municipalities-table td:first-child,
  .trash-test .section-box table.municipalities-table td:first-child,
  .c-article-content .section-box table.municipalities-table td:first-child {
    background: #F7F7F7;
  }
  .rule .rule-video {
    margin: 55px 0;
  }
  .rule .txt-box {
    font-size: 12px;
  }
  .history .history-table {
    table-layout: auto;
    margin-top: 30px;
  }
  .history .history-table thead {
    display: none;
  }
  .history .history-table tbody td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .history .history-table tbody td:not(:first-child) {
    text-align: right;
  }
  .history .history-table tbody td:first-child {
    background: #3ABFB9;
    font-weight: bold;
    color: #fff;
  }
  .history .history-table tbody td::before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 0;
    left: 10px;
    margin: auto;
    font-weight: bold;
    margin-right: 10px;
    max-width: 180px;
    font-size: 12px;
  }
  .history .history-table tbody tr {
    margin-bottom: 10px;
  }
  .trouble .note-box,
  .trouble-test .note-box,
  .c-article-content .note-box {
    padding: 15px;
    margin-top: 15px;
  }
  .trouble .note-box .note-txt,
  .trouble-test .note-box .note-txt,
  .c-article-content .note-box .note-txt {
    font-size: 11px;
  }
  .trouble .section-box .flow + .flow,
  .trouble-test .section-box .flow + .flow,
  .c-article-content .section-box .flow + .flow {
    margin-top: 10px;
  }
  .faq .faq-term-ttl {
    font-size: 22px;
  }
  .faq .faq-term-list {
    gap: 20px 15px;
  }
  .faq .faq-term-list > li {
    width: calc((100% - 30px) / 3);
  }
  .faq .faq-term-list > li .faq-icon {
    max-width: 35px;
    max-height: 35px;
  }
  .faq .faq-term-list > li .faq-name {
    font-size: 15px;
  }
  .faq .faq-list .term-name {
    font-size: 16px;
    padding: 6px 15px 4px;
  }
  .faq .contents-wrapper.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .faq .contents-wrapper .sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .faq .contents-wrapper .sidebar .sidebar-ttl {
    font-size: 15px;
  }
  .faq .contents-wrapper .sidebar .sidebar-list > li > a {
    padding: 10px;
  }
  .faq .contents-wrapper > .inn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .faq .answer-area {
    padding-bottom: 40px;
  }
  .faq .solution-box {
    margin-top: 30px;
  }
  .faq .solution-box .action-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq .solution-box .solution-btn {
    margin-top: 0;
    width: 80%;
  }
  .faq .solution-box .solution-btn > li {
    width: calc((100% - 20px) / 2);
  }
  .faq .solution-box .hidden-box {
    margin-top: 30px;
  }
  .faq .main-faq-list > li {
    width: calc((100% - 10px) / 2);
  }
  .faq .main-faq-list > li > a {
    font-size: 13px;
    padding: 8px 25px 8px 10px;
  }
  .faq .main-faq-list > li > a::before {
    height: 16px;
    right: 5px;
    width: 16px;
  }
  .faq .main-faq-list > li > a::after {
    border-width: 1px;
    bottom: 1px;
    height: 6px;
    right: 10px;
    top: 0;
    width: 6px;
  }
  .faq .answer-area h2 {
    font-size: 16px;
  }
  .faq .answer-area h3 {
    margin-top: 35px;
    font-size: 14px;
  }
  .faq .answer-area img,
  .faq .answer-area iframe {
    width: 100%;
  }
  .faq .answer-area iframe {
    height: auto;
  }
  .login .fv {
    margin-top: 0;
  }
  .login .input-wrap + .input-wrap {
    margin-top: 30px;
  }
  .login .input-wrap input {
    padding: 7px 10px 5px;
  }
  .login .button-wrap {
    padding: 30px;
  }
  .login .link {
    margin-top: 20px;
  }
  .login .txt {
    margin-top: 50px;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .c-nav .nav-list > li > a:hover {
    background: rgba(58, 191, 185, 0.08);
  }
  .c-header .c-nav .nav-list > li > a:hover::before, .c-header .c-nav .nav-list > li > a:hover::after {
    right: 20px;
  }
  .go-home > a:hover {
    opacity: 0.7;
  }
  .c-breadcrumb .c-breadcrumb-list > li > a:hover {
    color: #3ABFB9;
  }
  .btn01:hover {
    background: #fff;
    color: #3ABFB9;
  }
  .index-box .index-list a:hover::before {
    opacity: 1;
    width: 100%;
  }
  .section-box a.link:hover {
    color: #3ABFB9;
  }
  .home .top-contents .contents-list > li > a:hover {
    background: rgba(58, 191, 185, 0.08);
    border-color: #3ABFB9;
  }
  .contract .contract-list > dd .download:hover {
    opacity: 0.7;
  }
  .contract .contract-list > dd a:hover {
    opacity: 0.7;
  }
  .contract .btn-list > a:hover {
    background: #3ABFB9;
    color: #fff;
  }
  .faq .faq-term-list > li > a:hover {
    border-color: #3ABFB9;
    background: rgba(58, 191, 185, 0.08);
  }
  .faq .faq-inner-list > li > a:hover {
    color: #3ABFB9;
  }
  .faq .faq-inner-list > li > a:hover::before, .faq .faq-inner-list > li > a:hover::after {
    right: 15px;
  }
  .faq .contents-wrapper .sidebar .sidebar-list > li > a:hover {
    color: #3ABFB9;
  }
  .faq .solution-box .solution-btn > li > button:hover {
    background: #3ABFB9;
    color: #fff;
  }
  .faq .solution-box .solution-btn > li:nth-child(2) > button:hover {
    background: #7A7A7A;
    color: #fff;
  }
  .faq .solution-box .hidden-box .contact-btn:hover {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #3ABFB9;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .faq .main-faq-list > li > a:hover {
    opacity: 0.7;
  }
  .login .link > a:hover {
    color: #3ABFB9;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .inner-block {
    padding-left: 12px;
    padding-right: 12px;
  }
  .contents-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-ttl02 {
    padding-left: calc(50vw - 600px);
    padding-right: calc(50vw - 600px);
  }
}

@media (any-hover: hover) {
  .pop-up-area .btn-area .btn:hover {
    opacity: 0.6;
  }
  .c-lang-change .lang-switch-btn:not(.is-active):hover::before {
    -webkit-transform: translateY(5px) rotate(135deg);
            transform: translateY(5px) rotate(135deg);
  }
  .c-lang-change .lang-pulldown .lang-btn:hover {
    background: #F7F7F7;
  }
}

@media only screen and (max-width: 767px) and (max-width: 389px) {
  .home .top-contents .contents-list {
    gap: 15px;
  }
  .history .history-table tbody td::before {
    font-size: 11px;
  }
  .faq .faq-term-list {
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 580px) {
  .home .top-contents .contents-list > li {
    width: calc((100% - 15px) / 2);
  }
}

@media only screen and (max-width: 767px) and (max-width: 580px) and (max-width: 389px) {
  .home .top-contents .contents-list > li {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .home .top-contents .contents-list > li > a {
    padding: 20px 10px 15px;
  }
  .rule section + section {
    margin-top: 50px;
  }
  .faq .faq-term-list > li > a {
    padding: 20px 10px 15px;
  }
}

@media only screen and (max-width: 580px) and (max-width: 389px) {
  .home .top-contents .contents-list > li > a {
    padding: 15px 10px 5px;
  }
  .faq .faq-term-list > li > a {
    padding: 15px 10px 5px;
  }
}

@media only screen and (max-width: 389px) {
  .home .top-contents .contents-list > li .list-ttl {
    margin-top: 10px;
  }
  .faq .faq-term-list > li .faq-name {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .contract .btn-list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contract .btn-list > a {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 390px) {
  .rule .txt-box {
    font-size: 10px;
  }
}

@media only screen and (max-width: 900px) {
  .trouble .battery-table td,
  .trouble-test .battery-table td,
  .c-article-content .battery-table td {
    text-align: left;
  }
}

@media only screen and (max-width: 520px) {
  .login .fv > img {
    width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */