@charset "UTF-8";
article {
  padding-top: 50px;
  padding-bottom: 100px;
}
article h3 {
  margin: 30px 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
article ul {
  margin-left: 20px;
}
@media only screen and (max-width:767px) {
  article ul {
    margin-left: 0;
  }
}
article ul li {
  padding-left: 20px;
  display: block;
  position: relative;
  text-align: left;
}
article ul li:before {
  content: "※";
  position: absolute;
  left: 0;
}
article ul li span {
  color: #ff0000;
}
article .service {
  padding-top: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  article .service {
    padding-top: 40px;
    width: 100%;
  }
}
article .service .tabs {
  display: flex;
  justify-content: space-between;
}
article .service .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 10px;
  padding: 10px;
  color: #fff;
  background-color: #03346B;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  article .service .tab {
    margin: 1px;
    padding: 3px;
  }
}
article .service .tab.active {
  color: #03346B;
  border: 1px solid #03346B;
  background-color: #fff;
  font-weight: bold;
}
article .service .tab-content.active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
article .service .tab-content {
  display: none;
  padding: 20px;
  animation: fade-in 0.5s ease-in;
}
article .service .tab-content .overview {
  width: 100%;
  padding-bottom: 50px;
}
@media only screen and (max-width:767px) {
  article .service .tab-content .overview {
    width: 100%;
  }
}
article .service .tab-content .overview dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #03346B;
}
article .service .tab-content .overview dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  background: #03346B;
  color: #fff;
  padding: 10px;
  border-right: 1px solid #03346B;
  border-bottom: 1px solid #fff;
}
article .service .tab-content .overview dl dt:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width:767px) {
  article .service .tab-content .overview dl dt {
    width: 100%;
  }
}
article .service .tab-content .overview dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #03346B;
}
article .service .tab-content .overview dl dd span {
  color: #ff0000;
  font-weight: bold;
  display: inline-flex;
  flex-wrap: nowrap;
}
article .service .tab-content .overview dl dd p {
  margin: 0;
}
article .service .tab-content .overview dl dd:last-child {
  border-bottom: none;
}
article .service .tab-content .overview dl dd ul {
  margin-left: 0;
}
@media only screen and (max-width:767px) {
  article .service .tab-content .overview dl dd {
    width: 100%;
  }
}
article .service .tab-content .overview dl ul li {
  padding-left: 20px;
  display: block;
  position: relative;
  text-align: left;
}
article .service .tab-content .overview dl ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
article .service .tab-content .overview .overview-step {
  padding-bottom: 10px;
}
article .service .tab-content .overview .overview-payment {
  display: grid;
  grid-template-columns: 25% 40% 35%;
}
article .service .tab-content .overview .overview-payment dt {
  width: 100%;
  border-right: 1px solid #fff;
  border-bottom: none;
}
article .service .tab-content .overview .overview-payment dt:last-of-type {
  border-right: none;
}
article .service .tab-content .overview .overview-payment dd {
  width: 100%;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #03346B;
}
article .service .tab-content .overview .overview-payment dd:nth-of-type(4), article .service .tab-content .overview .overview-payment dd:nth-of-type(5) {
  border-bottom: none;
}
article .service .tab-content .overview .overview-payment dd:nth-of-type(3), article .service .tab-content .overview .overview-payment dd:nth-of-type(5) {
  border-right: none;
}
article .service .tab-content .overview .overview-payment .span-2 {
  grid-column: span 2;
}
article .service .tab-content .overview .overview-side {
  display: flex;
  margin: 1em 0;
  padding: 0;
}
@media only screen and (max-width:767px) {
  article .service .tab-content .overview .overview-side {
    display: block;
  }
}
article .service .tab-content .overview .overview-side > div {
  flex: 1;
}
article .service .tab-content .overview .overview-side dt {
  width: 100%;
  border-right: 1px solid #fff;
}
@media only screen and (max-width:767px) {
  article .service .tab-content .overview .overview-side dt {
    border-right: none;
  }
}
article .service .tab-content .overview .overview-side dd {
  width: 100%;
  justify-content: center;
  border-right: 1px solid #03346B;
}
@media only screen and (max-width:767px) {
  article .service .tab-content .overview .overview-side dd {
    border-right: none;
  }
}
article .service .tab-content .overview .overview-side .border-none {
  border-right: none;
}
article .service .tab-content .overview p {
  margin-left: 20px;
}
@media only screen and (max-width:767px) {
  article .service .tab-content .overview p {
    margin-left: 0;
  }
}
article .service .tab-content .cancel {
  width: 100%;
  padding-bottom: 50px;
}
article .service .tab-content .cancel ul {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
article .service .tab-content .cancel dl {
  counter-reset: item;
  list-style-type: none;
}
article .service .tab-content .cancel dl dt {
  padding-bottom: 20px;
}
article .service .tab-content .cancel dl dt::before {
  margin-left: 0;
  content: "（" counter(item) "）";
  counter-increment: item;
}
article .service .tab-content .cancel dl dd {
  padding-bottom: 50px;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
article .faq {
  display: flex;
  width: 80%;
  padding: 50px 0;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  article .faq {
    width: 100%;
  }
}
article .faq p {
  margin: 1em;
  text-align: left;
}
article .faq p a {
  text-decoration: underline;
}
article .faq .faq-section {
  margin: 15px 0;
}
article .faq .faq-section details {
  margin-top: 10px;
  border: 1px solid #ddd;
}
article .faq .faq-section details summary {
  position: relative;
  display: block;
  padding: 16px 42px;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
}
article .faq .faq-section details summary::-webkit-details-marker {
  display: none;
}
article .faq .faq-section details summary::before {
  content: "Q";
  position: absolute;
  top: 11px;
  left: 15px;
  color: #ccc;
  font-family: "Jost", sans-serif;
  font-size: 21px;
  font-weight: 500;
}
article .faq .faq-section details summary::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 18px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: translateY(-50%) rotate(45deg) skew(-7deg, -7deg);
}
article .faq .faq-section details > div {
  position: relative;
  padding: 16px;
}
article .faq .faq-section details > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 32px);
  height: 1px;
  background: #ddd;
  transform: translateX(-50%);
}
article .faq .faq-section details > div p {
  margin: 1em;
  line-height: 1.8;
}
article .faq .faq-section details > div .list {
  margin-bottom: 1em;
}
article .faq .faq-section details > div .list li {
  position: relative;
  padding-left: 1em;
}
article .faq .faq-section details > div .list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
article .faq .faq-section details > div dl {
  margin: 1em;
  line-height: 1.8;
}
article .faq .faq-section details > div dl dt {
  display: block;
  position: relative;
  text-align: left;
  font-weight: bold;
}
article .faq .faq-section details > div dl dt:before {
  content: "・";
  position: relative;
}
article .faq .faq-section details > div dl dd {
  margin-bottom: 1em;
  padding-left: 1em;
}
article .faq .faq-section details > div ul li {
  position: relative;
  padding-left: 1em;
}
article .faq .faq-section details > div ul li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
article .faq .faq-section details > div hr {
  border-top: 2px dashed;
}
article .faq .faq-section details > div a {
  text-decoration: underline;
}
article .faq .faq-section details > div .note {
  margin-top: 0.5em;
  margin-left: 1em;
  font-size: 11px;
}
article .faq .faq-section details > div .note[data-type=number] {
  margin-left: 2.65em;
  counter-reset: number;
}
article .faq .faq-section details > div .note[data-type=number] li {
  padding-left: 2em;
}
article .faq .faq-section details > div .note[data-type=number] li:before {
  counter-increment: number;
  content: "※" counter(number);
  position: absolute;
  top: 0;
  left: 0;
}
article .faq .faq-section details > div .note + .note {
  margin-top: 0;
}
article .faq .faq-section details > div .arrow {
  margin-left: 2em;
}
article .faq .faq-section details > div .arrow li {
  padding-left: 1em;
}
article .faq .faq-section details > div .arrow li:before {
  content: "⇒";
  position: absolute;
  top: 0;
  left: 0;
}
article .faq .faq-section details > div .number {
  margin-left: 2em;
  counter-reset: number;
}
article .faq .faq-section details > div .number li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
}
article .faq .faq-section details > div .number_dl {
  margin-left: 1em;
  counter-reset: number;
}
@media only screen and (max-width:767px) {
  article .faq .faq-section details > div .number_dl {
    margin-left: 0;
  }
}
article .faq .faq-section details > div .number_dl > dt {
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
article .faq .faq-section details > div .number_dl > dt:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
article .faq .faq-section details > div .number_dl dd {
  padding-left: 2em;
}
@media only screen and (max-width:767px) {
  article .faq .faq-section details > div .number_dl dd {
    padding-left: 1em;
  }
}
article .faq .faq-section details > div .number_dl .content_none li:before {
  content: none;
}
@media only screen and (max-width:767px) {
  article .faq .faq-section details > div .number_dl .content_none li {
    padding-left: 0;
  }
}/*# sourceMappingURL=uniq.css.map */