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

html {
  scroll-behavior: smooth;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  text-rendering: optimizeSpeed;
  font-weight: 400;
  line-height: 2;
  overflow-x: hidden;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: #000000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

main,
p {
  font-family: "Noto Serif JP", serif;
}

table {
  border-collapse: collapse;
}

textarea {
  font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  font-size: 1rem;
}

input[type=button] {
  display: block;
  border: none;
}

input[type=button]:hover {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

.container {
  margin: 0 30px;
}

.container-inner {
  max-width: 1100px;
  margin: auto;
}

body {
  background: url(../img/bg_02.png);
  background-size: 100%;
  background-repeat: repeat;
}

.header {
  position: relative;
  width: 100%;
  height: 195px;
  background: #f5e7d6;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
}
.header::before {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background: #97444b;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 4px;
  background: #eb7939;
}
.header__inner {
  max-width: 1100px;
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0 8px;
  }
}
.header-contetntTop {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.header-contetntTop__leftLink-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  max-width: 243px;
  margin-top: 20px;
}
.header-contetntTop__leftLink-wrap li {
  margin-bottom: 14px;
}
.header-contetntTop__leftLink {
  font-size: clamp(12px, 1.3vw, 18px);
}
.header-contetntTop__leftLink:last-of-type li:first-of-type {
  display: none;
}
.header-contetntTop__center {
  display: -webkit-box;
  display: flex;
  margin: 0 15px;
}
.header-contetntTop__right {
  max-width: 254px;
  margin-top: 20px;
  font-size: 0.6875rem;
}
.header-contetntTop__rightLink {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 10px;
}
.header-contetntTop__rightLink li {
  min-width: 5.6rem;
}
.header__icon {
  width: 86px;
  margin-right: 14px;
}
.header__title {
  max-width: 405px;
  width: 90%;
}
.header-contetntBottom {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .header {
    height: unset;
    padding-bottom: 8px;
  }
  .header::before {
    height: 8px;
  }
  .header::after {
    height: 2px;
  }
  .header-contetntTop__leftLink-wrap {
    display: none;
  }
  .header-contetntTop__rightLink {
    display: none;
  }
  .header__illust-text {
    display: block;
    width: 55px;
  }
  .header-contetntTop__center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    margin: unset;
  }
  .header__title {
    max-width: 150px;
    margin-right: 8px;
  }
  .header__icon {
    width: 36px;
  }
}

.footer {
  background: #97444b;
  padding: 20px 15px 12px;
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.03rem;
}
.footer a {
  color: #ffffff;
}
.footer__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}
.footer__left-bottom br {
  display: none;
}
.footer__left-above {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.footer__left-above li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  margin: 0 16px;
  background: #ffffff;
  font-size: 0.6875rem;
}
.footer__right small {
  font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  font-size: 0.6875rem;
}
.footer__imgwrap {
  max-width: 137px;
  margin: 0 0 0 auto;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .footer {
    padding: 5px 5px 30px;
  }
  .footer__left-bottom br {
    display: block;
  }
  .footer__left {
    font-size: 10px;
  }
  .footer__right {
    width: 25%;
    margin-top: 30px;
  }
  .footer__right span {
    display: block;
    white-space: nowrap;
  }
  .footer__right p {
    position: relative;
  }
  .footer .small01 {
    position: absolute;
    right: 0;
  }
  .footer .small02 {
    position: absolute;
    right: 0;
    top: 20px;
  }
}

.c-button {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .c-button {
    display: block;
  }
}

.p-hamburger {
  position: absolute;
  top: 4px;
  right: 20px;
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 3px;
  background-color: #97444b;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line::before {
  top: -8px;
}

.p-hamburger__line::after {
  top: 8px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #97444b;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.sp-nav {
  position: relative;
}
.sp-nav__lists {
  display: none;
  position: absolute;
  top: 8px;
  width: 100%;
  z-index: 10;
}
.sp-nav__lists li {
  background: #97444b;
  display: block;
}
.sp-nav__lists li:not(:last-of-type) a {
  border-bottom: solid 1px #fff;
}
.sp-nav__lists li a {
  display: block;
  padding: 1rem 1.2rem;
  color: #ffffff;
}

.documents-head-level2-container {
  margin: 30px 0;
}

.documents {
  margin-bottom: 50px;
}
.documents-head-level2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.documents-head-level3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.documents__lists li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.8rem;
}
.documents__lists li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
}
.documents__underlayer li::before {
  content: "";
  width: 5px;
  height: 5px;
  top: 14px;
}

.specifiedCommercialTransaction .documents {
  border-bottom: 1px solid #b4b4b4;
}

.termsOfService .documents ul {
  counter-reset: lists;
  margin-left: 1rem;
}

.termsOfService .documents__lists li::before {
  top: 0;
  background: unset;
  content: counter(lists) ".";
  counter-increment: lists;
}

.net-wrapper {
  margin: 0 30px;
}
@media (max-width: 767px) {
  .net-wrapper {
    margin: 0 15px;
  }
}

.net {
  margin-top: 10px;
  background: url(../img/bg_01.png);
  background-color: rgba(255, 255, 255, 0.98);
  background-blend-mode: lighten;
}
.net-container {
  max-width: 960px;
  margin: auto;
}
.net-header-wrapper {
  max-width: 520px;
  margin: 32px auto;
}
.net-inquiry-box {
  max-width: 380px;
  margin: auto;
  padding-bottom: 70px;
}
.net-inquiry-box__announce {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.net-inquiry-box__announce::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 23px;
  background: url(../svg/down_arrow.svg);
  left: calc(50% - 9px);
  bottom: -25px;
}
.net-inquiry-box__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .net-inquiry-box__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .net-inquiry-box__link a:first-of-type {
    margin-bottom: 20px;
  }
}
.net-inquiry-box__link a {
  color: #3030fb;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.net-footer {
  padding: 5px 15px;
  background: #97444b;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
.net-footer__inner {
  max-width: 1050px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.net-footer__imgwrap {
  width: 100px;
}
.net-footer__imgwrap img {
  opacity: 0.7;
}
.net-footer p {
  font-family: "Noto Sans JP";
  font-size: 0.6875rem;
}
.net-footer p a {
  color: #ffffff;
}

.top-border {
  position: relative;
  top: -10px;
  width: 100%;
  height: 10px;
  margin-bottom: 32px;
  background: #97444b;
}

.summary {
  margin-bottom: 82px;
}
.summary__image-container {
  position: relative;
  max-width: 70%;
  margin: 32px auto 10px;
}
@media (max-width: 767px) {
  .summary__image-container {
    max-width: 100%;
  }
}
.summary__image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.summary__image-container::before, .summary__image-container::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 10px 10px #ffffff;
}
.summary__image-container::after {
  box-shadow: 0 0 10px 10px #ffffff;
}
.summary__source {
  width: 70%;
  margin: 0 auto 20px;
  text-align: right;
  font-size: 10px;
}
@media (max-width: 767px) {
  .summary__source {
    width: 100%;
  }
}
.summary__infomation {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .summary__infomation {
    font-size: 1rem;
  }
}
.summary__infomation span {
  color: #97444b;
}

.example {
  display: none;
  margin-bottom: 70px;
  text-align: center;
  font-weight: 700;
}
.example-head {
  margin-bottom: 28px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .example-head {
    font-size: 1rem;
  }
}
.example__name {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 1;
}
.example__name span {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .example__name span {
    display: block;
    margin-top: 16px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kinds {
  text-align: center;
}
.kinds-head__wrap {
  margin-bottom: 30px;
}
.kinds-head {
  display: inline-block;
  padding: 0 0.8rem;
  font-weight: 700;
  color: #ffffff;
  background: #000;
}
.kinds__item {
  margin: 40px 0;
}
.kinds__item-head {
  font-weight: 700;
}
.kinds__item-content {
  font-size: 0.875rem;
}/*# sourceMappingURL=style.css.map */