/*-------------------------------------------
    Terms Common
--------------------------------------------*/
body {
  background: #f2f5f5;
}

section.other-first {
  padding: 20px 0 35px;
}

main.rental {
  background: #f2f5f5;
}

main.rental div.content-container section.other-first {
  background: #f2f5f5;
  padding: 20px 0 35px;
  margin-top: 5px;
}

section.other-second {
  padding: 60px 0 40px;
  background-color: #E3E3E3;
}

section p {
  font-size: 1.6rem;
  line-height: 2em;
}

#recharge section p {
  font-size: 1.3rem;
}

section div.inner h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin: auto;
}

section div.inner .terms-content-box h2 {
  padding: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

section div.inner h2+p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto 40px;
  color: #000000;
}

.recharge-terms-container ul.List {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section:not(.kv) {
    padding: 25px 0;
  }

  section p {
    font-size: 1.4rem;
    line-height: 1.7em;
  }

  section div.inner h2 {
    width: 100%;
    font-size: 2.4rem;
    padding: 0.5em 0;
  }

  section div.inner h2+p {
    font-size: 1.6rem;
    margin: 10px auto 30px;
  }
}

/*-------------------------------------------
    Terms
-------------------------------------------*/
.terms-content-box .style-reset {
  margin: 0;
}

.terms-content-title-flex {
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
  border-bottom: 3px solid #037e82;
  width: fit-content;
  line-height: 1.2;
}

.terms-content-title-flex .terms-title {
  text-align: left;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 0;
}

div.content-box-inner div.terms-content-box {
  padding: 45px 70px;
  border-radius: 30px;
  border: 3px solid #037e82;
  box-sizing: border-box;
  max-width: 750px;
  width: 750px;
  background-color: #fff;
}

span.terms-attention {
  font-size: 1.5rem;
  text-align: left;
  margin-left: 10px;
  display: inline-block;
}

.terms-wrap span.terms-attention {
  font-size: 1.5rem;
  margin: auto auto 15px;
  text-align: left;
  color: #00bfbf;
}

div.content-container section.other-second .terms-content-box {
  max-width: 610px;
  width: 610px;
}

.terms div.content-container section.other-second {
  background-image: none;
  padding-top: 60px;
}

div.terms-btn {
  border-radius: 10px;
}

div.content-container section.other-second div.terms-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  line-height: 1.4;
  text-indent: 0;
  color: #000;
  outline: 1px solid #037e82;
  background-color: #FFF;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  opacity: unset;
}

div.content-container section.other-second .terms-btn::after,
div.content-container section.other-second .terms-btn.show::after {
  margin-left: 0;
}

div.content-container section.other-second div.terms-btn:hover,
div.content-container section.other-second div.terms-btn.show {
  background-color: #68d8d5;
}

div.content-container section.other-second div.terms-btn:focus-visible {
  box-shadow: 0 0 0 2px #000;
  background-color: #68d8d5;
}

.terms-btn.show::after {
  content: "▲";
}

.terms-day-flex {
  display: flex;
}

div.content-container section.other-second .terms-body {
  width: 95%;
  margin: 35px auto 55px;
  position: relative;
}

div.content-container section.other-second .terms-body ul.terms-list:first-child {
  width: 30%;
  margin: 0;
}

section.other-second .terms-body ul.terms-list:first-child li.terms-year-select {
  background-color: #68d8d5;
}

.terms-year-select::after {
  content: "▶";
  position: absolute;
  right: 10px;
  font-size: 10px;
}

div.content-container section.other-second .terms-body ul.terms-list:not(:first-child) {
  width: 65%;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 5px;
  margin: 0 0 0 auto;
  height: fit-content;
}

ul.terms-list.terms-hidden {
  display: none;
}

section.other-second .terms-body ul.terms-list:first-child li {
  justify-content: center;
  background-color: #FFF;
  border-radius: 5px;
  align-items: center;
  height: 33.5px;
  position: relative;
}

ul.white-content-box-terms {
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

ul.white-content-box-terms li {
  list-style: none;
  padding: 4px 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ul.white-content-box-terms li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  background-image: url(/assets/img/pdf-icon2.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

ul.white-content-box-terms .two_line:before{
  position: relative;
  bottom: 20px;
}

ul.white-content-box-terms a {
  text-decoration: underline;
  line-height: 2rem;
  color: #04C;
  display: inline-block;
  padding-left: 20px;
}

ul.white-content-box-terms a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #000;
}

.left-align {
  display: block;
  margin: 0;
}

ul.terms-list li {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  margin-bottom: 1em;
  list-style: none;
  text-align: justify;
  text-justify: inter-character;
}

ul.terms-list li:last-child {
  margin-bottom: 0;
}

ul.terms-list {
  padding: 0;
  margin: 0 20px;
}

.terms-body ul.terms-list:first-child li,
.terms-body ul.terms-list:not(:first-child) {
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  cursor: pointer;
}

.terms-body ul.terms-list:first-child li {
  height: 33.5px;
  position: relative;
  margin-bottom: 10px;
}

div.content-container section.other-second ul.terms-list:not(:first-child) li {
  margin-bottom: 0;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}

div.content-container section.other-second ul.terms-list a {
  text-align: center;
  text-decoration: unset;
  width: 100%;
  padding: 4px 0;
}

div.content-container section.other-second ul.terms-list:not(:first-child) li:before {
  content: '';
  width: 13px;
  height: 15px;
  background-image: url(/assets/img/pdf-icon2.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 13px;
  pointer-events: none;
  margin: 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

div.content-container section.other-second ul.terms-list:not(:first-child) li:last-child {
  border-bottom: none;
}

div.content-container section.other-second ul.terms-list a span {
  display: inline-block;
  width: 65px;
}

div.content-container section.other-second ul.terms-list a span.re-revised {
  width: 100%;
  text-align: center;
}

section.other-second .terms-content-box h2 {
  text-align: left;
  border-bottom: 3px solid #037e82;
  width: fit-content;
  line-height: 1.2;
  margin: 0 auto 45px 0;
  font-size: 3.2rem;
}

.terms-content-box {
  max-width: 620px;
  margin: 70px auto 0;
}

div.terms-wrap {
  margin: 20px auto;
}

div.terms-btn,
div.close-btn {
  cursor: pointer;
}

div.terms-btn {
  text-align: left;
  position: relative;
  outline: 1px solid #00bfbf;
  background-color: #ffffff;
  color: #00bfbf;
  padding: 15px 0;
  text-indent: 15px;
  font-size: 1.5rem;
}

.terms-btn::after,
.terms-btn.show::after {
  margin-left: 15px;
  color: #000;
  font-size: 15px;
}

.terms-btn::after {
  content: "\25BC";
}

.terms-btn.show::after {
  content: "▲";
}

div.terms-btn:hover {
  background-color: #d9f4f3;
}

.terms-btn.show {
  background-color: #d9f4f3;
  color: #00bfbf;
}

.terms-body {
  display: none;
  margin: 35px 0 20px;
}

div.content-container section.other-second-wimax div.terms-wrap {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .terms-content-box:first-of-type {
    margin: 20px auto 30px;
  }

  .terms-btn.show:hover,
  div.close-btn:hover {
    opacity: 0.5;
  }

  .terms-body ul.terms-list li a {
    line-height: 2rem;
  }

  .terms-day {
    position: absolute;
    top: 0;
    left: 35%;
  }
}

@media screen and (max-width: 767px) {
  .terms-content-box {
    width: 100%;
    margin: 20px auto 35px;
  }

  span.terms-attention {
    font-size: 1.2rem;
    margin: 1em auto;
  }

  div.terms-wrap {
    width: 100%;
    margin: 35px auto 0;
  }

  .terms-body {
    margin: 0;
  }

  div.terms-btn {
    font-size: 13px;
    padding: 13px 0;
  }

  .terms-wrap span.terms-attention {
    margin: auto auto 10px;
    font-size: 1.4rem;
    line-height: 1.3em;
  }

  .terms-body ul.terms-list {
    margin-top: 20px;
    width: 95%;
  }

  ul.terms-list {
    width: 100%;
    margin: 20px auto 0px;
  }

  ul.terms-list li:before {
    margin-right: 8px;
    width: 17px;
    height: 17px;
  }

  ul.terms-list li {
    padding: 0;
    font-size: 1.2rem;
    text-align-last: unset;
  }

  .terms-wrap ul.terms-list li {
    margin-bottom: 10px;
  }

  .terms-wrap ul.terms-list li:last-of-type {
    margin: 0;
  }

  .terms-body ul.terms-list li:before {
    width: 17px;
    height: 17px;
  }

  ul.terms-list li a {
    line-height: 1.7rem;
    letter-spacing: 0.03em;
  }

  div.close-btn {
    width: 25%;
  }

  section.other-first {
    padding: 20px 8%;
  }

  main.rental div.content-container section.other-first {
    padding: 20px 5%;
  }

  div.content-box-inner div.terms-content-box {
    width: 100%;
    padding: 20px 5%;
  }

  .terms-content-title-flex {
    width: 100%;
    margin-bottom: 15px;
  }

  .terms-content-title-flex .terms-title {
    font-size: 2.4rem;
  }

  .terms-content-title-flex .terms-title .terms-attention {
    margin: 0 auto;
  }

  section.other-second .terms-content-box h2 {
    font-size: 2.6rem;
  }

  div.content-container section.other-second .terms-content-box {
    width: 100%;
    margin-top: 0;
  }

  div.terms-wrap {
    margin: 20px auto 0;
  }

  div.content-container section.other-second div.terms-btn {
    padding: 15px;
    line-height: 1.2;
    font-size: 13px;
  }

  section.other-second {
    padding: 60px 0 15px;
  }

  div.content-container section.other-second .terms-body {
    margin: 20px auto 45px;
  }

  .terms-day-flex {
    display: block;
    margin-bottom: 20px;
  }

  div.content-container section.other-second .terms-body ul.terms-list:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  div.content-container section.other-second .terms-body ul.terms-list .terms-year {
    width: 100%;
  }

  div.content-container section.other-second .terms-body ul.terms-list:not(:first-child) {
    width: 100%;
  }

  div.content-container section.other-second ul.terms-list a {
    padding: 10px 16px 10px 0;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .terms-year-select::after {
    content: "▼";
  }

  div.content-container section.other-second ul.terms-list a span {
    width: 50px;
    word-break: keep-all;
  }

  div.content-container section.other-second ul.terms-list:not(:first-child) li:before {
    right: 5px;
  }

  ul.white-content-box-terms .two_line:before {
    bottom: 0;
  }

  ul.white-content-box-terms a {
    display: inline;
    padding: 0;
  }

  .left-align{
    padding-left: 18px;
  }
}

.terms-rental-wrap .terms-content-title-flex .terms-title .terms-attention {
  font-weight: bold;
}
div.content-container.terms-rental-wrap section.other-second ul.terms-list a span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  
  
}