@charset "UTF-8";
/*!
 * Honoka Custom v5.2.3
 * Copyright 2022 Calico-Web
 * Licensed under MIT
 * Based on Honoka v4.4.1 (http://honokak.osaka/)
 * Based on Bootstrap v5.2.3 (https://getbootstrap.com/)
 */

body {
  /* padding-top: 9.5em; */
  counter-reset: processNum;
}

/* @media (min-width: 364px) {
  body {
    padding-top: 7em;
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 8.5em;
  }
}

@media (min-width: 1221px) {
  body {
    padding-top: 9em;
  }
}

@media (min-width: 992px) and (max-width: 1220px) {
  body {
    padding-top: 11em;
  }
} */

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1,
.navbar, .btn {
  font-family: var(--bs-font-sans-serif);
}

dt {
  font-weight: 600;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.h1-title {
  margin-bottom: 1.5rem;
  padding: 0.8rem;
  background: #FE7931;
  border: 2px solid #d71600;
  color: #f9f9fa;
  border-radius: 6px;
}

.h2-title {
  position: relative;
  padding: 0.7rem;
  counter-reset: processNum 0;
}

  .h2-title::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
    bottom: 0;
    border-top: 1px dotted #0061f3;
    border-bottom: 2px solid #0061f3;
  }

.h3-title {
  position: relative;
  padding: 0.1rem 0.3rem 0.1rem 1.8rem;
}

  .h3-title::before, .h3-title::after {
    position: absolute;
    content: "□";
    width: 4px;
    height: 4px;
    color: #ffb647;
  }

  .h3-title::before {
    left: 0;
    top: -5.5px;
  }

  .h3-title::after {
    left: 5.5px;
    top: 0.5px;
  }

h4.process {
  counter-increment: processNum 1;
}

.process {
  position: relative;
  padding: 0.1em 0.3em 0.1em 1.8em;
  border-bottom: 1px solid #FFCC80;
}

.process::before {
  position: absolute;
  content: counter(processNum);
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  top: calc(50% - 0.75em);
  left: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.45em;
  background-color: #ff9800;
  border-radius: 100%;
}


.fukidashi {
  position: relative;
  padding: 8px 15px;
  margin-left: 40px;
  background: #fbc8af;
  border-radius: 20px;
}

  .fukidashi::before {
    font-family: FontAwesome;
    content: "\f111";
    font-weight: 900;
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fbc8af;
  }

  .fukidashi::after {
    font-family: FontAwesome;
    content: "\f111";
    font-weight: 900;
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fbc8af;
  }

.check {
  padding: 0.3rem;
}

  .check::before {
    content: '\002713';
    color: #FF5722;
    margin-right: 5px;
  }


.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 400;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 400;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 400;
  line-height: 1.2;
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 400;
  line-height: 1.2;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 400;
  line-height: 1.2;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

@media (min-width: 768px) {
  .navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 1.5rem;
  }

  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1.5rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
}

@media (max-width: 394px) {
  .navbar-brand,
  .navbar .d-inline-flex p {
    font-size: 1rem;
  }
}

.navbar .nav-item .nav-link {
  position: relative;
  margin-right: 0.5rem;
}

.navbar .nav-item .nav-link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  margin: 0 auto;
  content: "";
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transition: width .2s;
}

.navbar .nav-item .nav-link:hover::before, .navbar .nav-item .nav-link:focus::before {
  width: 100%;
}

.navbar .nav-item.active .nav-link::before {
  width: 100%;
}

.navbar-dark .nav-item .nav-link::before {
  border-color: #fff;
}

.navbar-light .nav-item .nav-link::before {
  border-color: rgba(0, 0, 0, 0.9);
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.alert-link {
  font-weight: 600;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

#price th {
  background-color: #FFE4D6;
}

#profile th,
#transaction th {
  background-color: #bee7fc;
}

#privacy ul {
  list-style-type: square;
}