@charset "UTF-8";
html {
  --mainGreen: #2B9C57;
  --blue: #3e8cb9;
  --lightblue: #d2efff;
  --red: #cc0000;
  --lightpink: #f9e0e0;
  --lineGray: #b3b3b3;
  --brown: #998675;
  --lightbrown: #c7b299;
  --radioboxBg: #e0f4f5;
  --radioboxIcon: #3388cb;
  --width: 980px;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
header nav ul {
  display: none;
}
main {
  max-width: 980px;
  margin: 0 auto;
  line-height: 1.5;
}
main a,
main a:visited {
  color: #156dbd;
}
main img {
  width: auto;
  height: auto;
  max-width: 100%;
}
footer {
  border-top: 1px solid var(--mainGreen);
  margin-top: 60px;
}
footer .ftNav {
	border-top: none;
}
:is([type="text"], [type="email"], [type="tel"], [type="number"]) {
  background-color: #fff;
  border: 1px solid var(--lineGray);
  border-radius: 7px;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: normal;
  color: inherit;
}
select {
  appearance: none;
  border: 1px solid var(--lineGray);
  border-radius: 7px;
  background: #fff url(../img/arrow-down.svg) no-repeat right 10px center / 15px auto;
  width: 100%;
  height: 40px;
  padding: 0 35px 0 14px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: normal;
  color: inherit;
  cursor: pointer;
}
:is(.radiobox, .checkbox) {
  --iconSize: 20px;
  display: flex;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
:is(.radiobox, .checkbox) :where([type="radio"], [type="checkbox"]) {
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
:is(.radiobox, .checkbox) .label {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  gap: 0 10px;
  border: 1px solid var(--lineGray);
  border-radius: 7px;
  background-color: #fff;
  padding: 8px 8px 8px calc(16px + var(--iconSize));
  cursor: pointer;
}
:is(.radiobox, .checkbox) .label::before,
:is(.radiobox, .checkbox) .label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  width: var(--iconSize);
  height: var(--iconSize);
  border-radius: 50%;
  background-color: #ccc;
  transition-duration: 0.3s;
}
:is(.radiobox, .checkbox) .label::after {
  scale: 0.55 0.55;
}
:is(.radiobox, .checkbox):has(:checked) .label {
  background-color: var(--radioboxBg);
}
:is(.radiobox, .checkbox):has(:checked) .label::before {
  background-color: var(--radioboxIcon);
}
:is(.radiobox, .checkbox):has(:checked) .label::after {
  background-color: #fff;
}
button {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.3s;
}
.input_ss {
  width: 100px;
}
.input_s {
  width: 130px;
}
.input_m {
  width: 165px;
}
:is(.radioList, .checkList) {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
:is(.radioList, .checkList) > li {
  flex: 1 0 0%;
}
.hidden {
  display: none !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
h1 {
  background-color: var(--blue);
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}
.formbox > div {
  display: flex;
  min-width: 0;
  overflow-wrap: break-word;
  position: relative;
}
.formbox > div:nth-child(n+2) {
  border-top: 1px solid var(--blue);
}
.formLabel {
  flex: 0 0 350px;
  background-color: var(--lightblue);
  padding: 15px 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.formLabel .hissu {
  display: inline-block;
  background-color: var(--red);
  margin-right: 8px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.7rem;
}
.formBody {
  flex: 1 0 0%;
  max-width: 630px;
  padding: 15px 20px;
}
.formBody .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0.5em;
}
.formBody .row > input + input {
  margin-left: 12px;
}
.subFormbox > div {
  display: flex;
  flex-wrap: wrap;
}
.subFormbox > div:nth-child(n+2) {
  border-top: 1px dashed var(--lineGray);
  padding-top: 20px;
  margin-top: 20px;
}
.subFormbox > div > .caution {
  flex: 0 0 100%;
  margin-left: 220px;
}
.subLabel {
  flex: 0 0 220px;
  background: url(../img/icon01.svg) no-repeat 0 4px / 15px auto;
  padding-left: 20px;
  color: var(--blue);
  font-size: 1.7rem;
}
.subBody {
  flex: 1 0 0%;
  max-width: 370px;
}
.example {
  font-size: 1.6rem;
  margin-top: 10px;
}
.caution {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.attention {
  color: var(--red);
}
.formBody .radioList:nth-child(n+2) {
  margin-top: 25px;
}
.address .formBody > .caution:first-child {
  position: absolute;
  left: 20px;
  top: calc(19px + 1.7rem * 1.5);
  width: 310px;
  margin-top: 15px;
}
.btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin: 90px auto 40px;
}
.btnbox > li {
  flex: 0 0 auto;
}
.btnbox button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: var(--blue);
  border: none;
  border-radius: 0;
  width: 440px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}
.btnbox button::before {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 50%;
  translate: 0 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
  pointer-events: none;
}
.btnbox .back button {
  background-color: #808080;
}
.btnbox .back button::before {
  right: auto;
  left: 16px;
  rotate: 135deg;
}
@media (any-hover: hover) {
  main a:hover {
    color: #3b79bc;
  }
  .btnbox button:hover {
    opacity: 0.6;
  }
}
@media (any-hover: none) {
  main a:active {
    color: #3b79bc;
  }
  .btnbox button:active {
    opacity: 0.6;
  }
}
@media screen and (width <= 700px) {
  html {
    --width: 89.3333%;
  }
  .headerbox {
    padding-right: 0;
  }
  .headerbox .member::before {
    display: none;
  }
  .headerbox button {
    display: none;
  }
  header nav {
    display: none;
  }
  footer {
		padding-bottom: 0;
	}
  :is([type="text"], [type="email"], [type="tel"], [type="number"]) {
    padding: 0 8px;
  }
  select {
    padding-left: 8px;
  }
  h1 {
    padding: 12px 8px;
    font-size: 1.8rem;
  }
  .formbox > div {
    display: block;
  }
  .formLabel {
    border-bottom: 1px dashed var(--blue);
    padding: 8px 14px;
  }
  .formBody {
    padding: 14px 14px 28px;
    max-width: none;
  }
  .subFormbox > div:nth-child(n) {
    margin-top: 0;
    padding: 0 0 15px;
    border-bottom: 1px dashed var(--lineGray);
    border-top: none;
  }
  .subFormbox > div:nth-child(n+2) {
    padding-top: 15px;
  }
  .formbox > div:last-child .subFormbox > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .subFormbox > div > .caution {
    margin-left: 0;
  }
  .subLabel {
    margin-top: 0.5em;
    flex-basis: 6em;
  }
  .subFormbox .subLong {
    display: block;
  }
  .subLong .subLabel {
    margin-bottom: 5px;
  }
  .row .input_ss {
    width: calc((100% - 3.5em) / 3);
  }
  .row .input_m {
    width: calc((100% - 0.5em - 12px) / 2);
  }
  .address .formBody > .caution:first-child {
    position: static;
    width: auto;
    margin: 0 auto 15px;
  }
  .btnbox {
    flex-direction: column;
    margin-top: 60px;
  }
  .btnbox > li {
    width: 100%;
  }
  .btnbox button {
    width: var(--width);
    font-size: 1.7rem;
  }
}
/* ================================
  error style
=================================== */
.error {
  background-color: var(--lightpink);
  border: 1px solid var(--red);
  margin: 30px auto 20px;
  padding: 20px 50px 30px;
}
.error .midashi {
  background: url(../img/icon-exclamation.svg) no-repeat 0 0 / 50px auto;
  padding-left: 70px;
  color: var(--red);
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.33;
}
.error ul {
  margin-top: 25px;
  margin-left: 70px;
  font-size: 1.8rem;
}
@media screen and (width <= 700px) {
  .error {
    padding-inline: 14px;
  }
  .error .midashi {
    background-size: 25px auto;
    padding-left: 35px;
    font-size: 1.8rem;
  }
  .error ul {
    margin-left: 0;
    font-size: 100%;
  }
}
/* ================================
  confirm style
=================================== */
.confirm h2 {
  background-color: var(--lightblue);
  padding: 12px 10px;
  text-align: center;
}
.confirm .lead {
  margin: 20px 30px 40px;
  font-size: 1.7rem;
}
.confirm .lead .caution {
  font-size: 100%;
}
.confirm .formbox > div {
  border-top: 1px dashed var(--lineGray);
  padding: 20px;
}
.confirm .formbox > div:nth-child(n+2) {
  margin-top: 0;
}
.confirm .formLabel {
  background-color: transparent;
  flex-basis: 330px;
  padding: 0 0 0 20px;
  background: url(../img/icon01.svg) no-repeat 0 4px / 15px auto;
  color: var(--blue);
  font-weight: normal;
  font-size: 1.7rem;
}
.confirm .formBody {
  max-width: none;
  padding: 0;
  font-size: 2.1rem;
}
.confirm .subFormbox > div {
  display: block;
}
.confirm .subFormbox > div:nth-child(n+2) {
  border-top: none;
  padding-top: 0;
}
.confirm .subLabel {
  background-image: none;
  padding-left: 0;
  margin-left: -0.5em;
}
.confirm .subLabel::before {
  content: "【";
  display: inline;
}
.confirm .subLabel::after {
  content: "】";
  display: inline;
}
.confirm .btnbox {
  display: block;
  text-align: center;
}
.confirm .btnbox > li:nth-child(n+2) {
  margin-top: 50px;
}
.confirm .btnbox p {
  margin-bottom: 5px;
}
.confirm .btnbox .send {
  padding: 40px 0;
  background-color: #e0f1fb;
}
@media screen and (width <= 700px) {
  .confirm h2 {
    font-size: 1.8rem;
  }
  .confirm .lead {
    margin: 15px auto 30px;
    width: var(--width);
    font-size: 1.6rem;
  }
  .confirm .formbox {
    width: var(--width);
    margin: 0 auto;
  }
  .confirm .formbox > div {
    padding: 20px 0;
  }
  .confirm .formLabel {
    border-bottom: none;
    margin-bottom: 5px;
  }
  .confirm .formBody {
    padding-left: 20px;
  }
  .confirm .subFormbox > div:nth-child(n) {
    border-bottom: none;
    padding: 0;
  }
  .confirm .subFormbox > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .confirm .subLabel {
    margin-top: 0;
  }
  .confirm .btnbox p {
    width: var(--width);
    margin-inline: auto;
    text-align: left;
    font-size: 1.3rem;
  }
  .confirm .btnbox .send {
    padding: 20px 0 30px;
    text-align: left;
  }
}
/* ================================
  complete style
=================================== */
.complete h2 {
  background-color: var(--lightblue);
  padding: 12px 10px;
  text-align: center;
}
.complete .lead {
  margin: 20px 30px 40px;
  font-size: 1.7rem;
}
.complete .lead .caution {
  text-indent: 0;
  padding-left: 0;
  margin-top: 30px;
  display: flex;
  align-items: start;
  gap: 0 5px;
  font-size: 2.6rem;
  font-weight: bold;
}
.complete .lead .caution .icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  width: 1.2em;
  background-color: var(--red);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}
.complete .uketsukeNo {
  margin: 0 30px 0 calc(30px - 0.5em);
  font-size: 2rem;
}
.complete .uketsukeNo span {
  display: block;
  margin-left: 0.5em;
}
.complete > .caution {
  margin: 50px 30px;
  font-size: 1.7rem;
}
.complete > .caution > li:nth-child(n+2) {
  margin-top: 10px;
}
.complete a {
  color: #156dbd;
}
@media (any-hover: hover) {
  .complete a:hover {
    color: #3b79bc;
  }
}
@media (any-hover: none) {
  .complete a:active {
    color: #3b79bc;
  }
}
@media screen and (width <= 700px) {
  .complete h2 {
    font-size: 1.8rem;
  }
  .complete .lead {
    margin: 15px auto 30px;
    width: 91.2%;
    font-size: 1.6rem;
  }
  .complete .lead .caution {
    font-size: 2.0rem;
  }
  .complete .uketsukeNo {
    margin-inline: calc(4.399% - 0.5em) 4.399%;
    overflow-wrap: break-word;
    font-size: 1.8rem;
  }
  .complete > .caution {
    width: 91.2%;
    margin-inline: auto;
  }
}
/* ================================
  errorPage style
=================================== */
.errorPage h2 {
  background-color: var(--lightpink);
  margin: 40px auto;
  padding: 40px 0;
  text-align: center;
  color: var(--red);
  font-size: 3.0rem;
  font-weight: normal;
}
.errorPage h2 .icon {
  display: block;
  width: 65px;
  margin: 0 auto 25px;
}
.errorPage h3 {
  text-align: center;
  color: var(--red);
  font-weight: bold;
  font-size: 2.8rem;
}
.errorPage .caution {
  width: fit-content;
  margin: 20px auto 0;
  font-size: 1.6rem;
}
.errorPage h4 {
  background-color: var(--lightblue);
  margin: 55px auto 22px;
  padding: 12px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
.errorPage table {
  width: 100%;
  border: 1px solid var(--lineGray);
}
.errorPage :is(th, td) {
  border: 1px solid var(--lineGray);
  vertical-align: middle;
  padding: 15px 20px;
  font-size: 1.6rem;
  line-height: 1.7333;
}
.errorPage th {
  width: 45%;
  padding: 8px 20px;
  background: #f2f2f2;
  text-align: center;
  white-space: nowrap;
}
.errorPage th:first-child {
  width: 10%;
}
.errorPage td:first-child {
  text-align: center;
}
@media screen and (width <= 700px) {
  .errorPage h2 {
    width: 88.6667%;
    margin-bottom: 25px;
    padding: 25px 0;
    font-size: 2.3rem;
  }
  .errorPage h2 .icon {
    margin-bottom: 18px;
  }
  .errorPage h3 {
    font-size: 2.2rem;
  }
  .errorPage .caution {
    width: var(--width);
  }
  .errorPage h4 {
    font-size: 1.7rem;
  }
  .errorPage .table {
    width: 88.6667%;
    margin: 0 auto;
  }
  .errorPage :is(th, td) {
    padding: 15px 10px;
    font-size: 1.5rem;
  }
  .errorPage th {
    padding: 5px 10px;
  }
}
/* ================================
  privacy01 style
=================================== */
.privacy h1 br {
  display: none;
}
.privacy > h2 {
  background-color: var(--lightblue);
  margin-bottom: 15px;
  padding: 12px 10px;
  text-align: center;
}
.privacy > h2:nth-of-type(n+2) {
  margin-top: 75px;
}
.privacy > h2 br {
  display: none;
}
.privacy .lead {
  margin: 20px 10px 25px;
  font-size: 1.4rem;
}
.privacy ol {
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  font-size: 1.7rem;
}
.privacy ol > li {
  border-radius: 8px;
  flex: 0 0 156px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--blue);
  position: relative;
  text-align: center;
}
.privacy ol > li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  right: calc(100% + 16px);
  bottom: 50%;
  translate: 0 50%;
  width: 15px;
  height: 55px;
  background-color: var(--blue);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.privacy ol .step {
  --bgColor: var(--blue);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 5px 0 10px;
  border-radius: 7px 7px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
}
.privacy ol .step::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 50%;
  bottom: 0;
  translate: 50% 0;
  width: 173px;
  height: 92px;
  border-radius: 50%;
  background-color: var(--bgColor);
}
.privacy ol .text {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 5px;
}
.privacy ol .text .caution02 {
  width: 100%;
  margin-top: 8px;
  text-align: left;
}
.privacy .caution02 > li {
  background: url(../img/icon-exclamation02.svg) no-repeat 0 2px / auto 1em;
  padding-left: calc(1.1247em + 5px);
  font-size: 1.3rem;
}
.privacy ol .external {
  border: 5px solid var(--brown);
}
.privacy .external .step {
  --bgColor: var(--lightbrown);
  border-radius: 3px 3px 0 0;
}
.privacy .external .tag {
  position: absolute;
  right: -5px;
  bottom: 100%;
  background-color: var(--brown);
  padding: 8px 1em 4px;
  width: calc(100% + 10px);
  -webkit-mask: url(../img/mask01.svg) no-repeat 0 0 / 100% auto;
  mask: url(../img/mask01.svg) no-repeat 0 0 / 100% auto;
  color: #fff;
  font-size: 1.5rem;
}
.noticeList {
  margin: 0 10px;
  font-size: 1.5rem;
  line-height: 1.7333;
}
.noticeList > li {
  background: url(../img/icon01.svg) no-repeat 0 4px / 13px auto;
  padding-left: 20px;
}
.noticeList > li:nth-child(n+2) {
  margin-top: 1.73em;
}
.noticeList > li li {
  text-indent: -1em;
  padding-left: 1em;
}
.financials {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.financials li {
  flex: 0 0 9em;
}
.privacy h3 {
  background-color: var(--blue);
  margin: 34px auto 12px;
  padding: 8px 10px;
  border-radius: calc(1.6em + 16px);
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.privacy p:has(+ h3),
.privacy h3 + p {
  margin: 0 10px;
  font-size: 1.5rem;
  line-height: 1.7333;
}
.privacy h3 + ul {
  margin: 0 10px;
  font-size: 1.5rem;
  line-height: 1.7333;
}
.privacy h3 + ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.yakujo {
  background-color: #f5f5f5;
  margin: 65px auto 0;
  padding: 30px 30px 40px;
}
.yakujo:has(+ .fixed) {
  margin-bottom: 96px;
}
.yakujo h2 {
  margin-bottom: 25px;
  text-align: center;
}
.yakujo .contents {
  background-color: #fff;
  border: 1px solid var(--lineGray);
  padding: 20px 25px;
  font-size: 1.5rem;
  line-height: 1.7333;
}
.yakujo li {
  display: flex;
  gap: 0 0.5em;
}
.yakujo li:nth-child(n+2) {
  margin-top: 1.73em;
}
.yakujo .num {
  flex: 0 0 auto;
}
.yakujo .text {
  flex: 1 0 0%;
}
.fxdBtn {
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  width: 100%;
  padding: 28px 0;
}
.fxdBtn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  background-color: var(--red);
  width: var(--width);
  height: 65px;
  margin: 0 auto;
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
}
.fxdBtn .caution {
  margin-top: 16px;
  text-align: center;
}
.fxdBtn.fixed {
  position: fixed;
  border-top: 1px solid var(--blue);
}
.fxdBtn.fixed .btn {
  background-color: #ccc;
  pointer-events: none;
}
@media (any-hover: hover) {
  .fxdBtn .btn:hover {
    opacity: 0.6;
  }
}
@media (any-hover: none) {
  .fxdBtn .btn:active {
    opacity: 0.6;
  }
}
@media screen and (width <= 700px) {
  .privacy h1 br {
    display: inline;
  }
  .privacy > h2 {
    font-size: 1.8rem;
  }
  .privacy > h2 br {
    display: inline;
  }
  .privacy .lead {
    margin-inline: auto;
    width: var(--width);
  }
  .privacy ol {
    display: block;
    width: var(--width);
    margin-top: 24px;
  }
  .privacy ol > li {
    flex-direction: row;
    text-align: left;
  }
  .privacy ol > li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 40px;
  }
  .privacy ol > li:nth-child(n+2)::before {
    width: 52px;
    height: 15px;
    right: 50%;
    bottom: calc(100% + 15px);
    translate: 50% 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .privacy ol .step {
    flex: 0 0 auto;
    border-radius: 7px 0 0 7px;
    padding: 0 24px 0 8px;
  }
  .privacy ol .step::before {
    width: 113.4831%;
    height: 227.1605%;
    translate: 0 50%;
    right: 0;
    bottom: 50%;
  }
  .privacy li:nth-child(3) .step::before {
    width: 122.4719%;
    height: 152.3316%;
  }
  .privacy ol .text {
    flex: 1 0 0%;
    display: block;
    padding: 10px 5px;
  }
  .privacy ol .text br {
    display: none;
  }
  .privacy ol .text p:first-child {
    margin-left: 10px;
  }
  .privacy ol .text .caution02 {
    margin-top: 5px;
  }
  .privacy ol .external {
    border-width: 6px;
  }
  .privacy .external .tag {
    width: auto;
    border-radius: 6px 6px 0 0;
    right: 6px;
    padding: 6px 1em;
    -webkit-mask: none;
    mask: none;
  }
  .privacy .external::after {
    content: "";
    width: calc(1.5rem * 7 + 12px);
    height: 6px;
    background-color: var(--brown);
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: calc(100% + 5px);
  }
  .privacy .external .tag::before,
  .privacy .external .tag::after {
    content: "";
    width: 20px;
    height: 10px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    right: 100%;
    bottom: 6px;
  }
  .privacy .external .tag::after {
    right: auto;
    left: 100%;
  }
  .noticeList {
    margin: 0 auto;
    width: 92%;
  }
  .privacy h3 {
    width: 86%;
    margin-inline: auto;
  }
  .privacy p:has(+ h3),
  .privacy h3 + p,
  .privacy h3 + ul {
    margin-inline: auto;
    width: 86%;
  }
  .financials {
    gap: 0;
  }
  .financials > li {
    flex-basis: 50%;
  }
  .yakujo {
    padding: 20px 0 28px;
  }
  .yakujo h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .yakujo .contents {
    width: var(--width);
    margin: 0 auto;
    padding: 8px 12px 18px;
  }
  .yakujo .caution {
    width: var(--width);
    margin-inline: auto
  }
  .privacy .fxdBtn {
    padding: 28px 0;
  }
  .privacy .fxdBtn .caution {
    text-align: left;
    width: var(--width);
    margin-inline: auto;
  }
}
/* ================================
  privacy02 style
=================================== */
.outside {
  border-bottom: 1px solid var(--lineGray);
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.outside h2 {
  flex: 0 0 100%;
  background-color: var(--lightpink);
  margin: 40px auto 0;
  padding: 23px 0 24px;
  text-align: center;
  color: var(--red);
  font-weight: normal;
  font-size: 2.5rem;
}
.outside h2 .icon {
  display: block;
  width: 58px;
  margin: 0 auto 18px;
}
.outside .table {
  width: 500px;
  margin: 30px auto 15px;
}
.outside table {
  border: 1px solid var(--lineGray);
  width: 100%;
}
.outside :where(th, td) {
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
}
.outside th {
  background-color: #f2f2f2;
  padding: 8px 10px;
  border-bottom: 1px solid var(--lineGray);
}
.outside td {
  padding: 12px 20px;
  border: 1px solid var(--lineGray);
  width: 50%;
  height: calc(3.2em + 24px);
}
.outside .caution {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5rem;
}
.outside .caution li:nth-child(n+2) {
  margin-top: 3px;
}
@media screen and (width <= 700px) {
  .outside {
    display: block;
    width: 88.6667%;
    margin-inline: auto;
  }
  .outside h2 {
    margin: 20px auto;
    padding: 15px 0;
    font-size: 2.8rem;
  }
  .outside h2 .icon {
    width: 65px;
    margin-bottom: 15px;
  }
  .outside .table {
    width: 100%;
    margin: 0 auto;
  }
  .outside :where(th, td) {
    font-size: 1.5rem;
  }
  .outside th {
    padding: 5px;
  }
  .outside td {
    padding: 5px;
    width: auto;
    height: calc(3.2em + 10px);
  }
  .outside td:first-child {
    width: 8em;
  }
  .outside .caution {
    margin: 15px 5px 0;
  }
  .outside .caution li:nth-child(n+2) {
    margin-top: 0;
  }
}
/* ================================
  submit error style
=================================== */
.submitError h2 {
  background-color: var(--lightblue);
  margin-bottom: 15px;
  padding: 12px 10px;
  text-align: center;
}
.submitError p {
  margin-top: 130px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7778;
}
.submitError .btn {
  margin: 100px auto 160px;
}
.submitError .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin: 0 auto;
  padding: 28px 34px;
  border-radius: 10px;
  background-color: var(--blue);
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.submitError .btn a::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 50%;
  translate: 0 50%;
  width: 15px;
  aspect-ratio: 1 / 1;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  rotate: -45deg;
}
@media (any-hover: hover) {
  .submitError .btn a:hover {
    opacity: 0.6;
  }
}
@media (any-hover: none) {
  .submitError .btn a:active {
    opacity: 0.6;
  }
}
@media screen and (width <= 700px) {
  .submitError h2 {
    font-size: 1.8rem;
  }
  .submitError p {
    margin: 70px auto 0;
    width: 91.2%;
    text-align: left;
    font-size: 1.8rem;
  }
  .submitError p br {
    display: none;
  }
  .submitError .btn {
    width: 89.3333%;
    margin: 50px auto 100px;
  }
  .submitError .btn a {
    width: 100%;
    padding: 18px 24px 18px 14px;
    font-size: 2rem;
  }
  .submitError .btn a::after {
    right: 15px;
    width: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
