@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --gothic:
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"YuGothic",
  	"Yu Gothic",
  	"游ゴシック体",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --zen_gothic:
  	"Zen Kaku Gothic New",
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"YuGothic",
  	"Yu Gothic",
  	"游ゴシック体",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --stick:
  	"Stick",
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"YuGothic",
  	"Yu Gothic",
  	"游ゴシック体",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --black: #222;
  --blue: #0071BB;
  --light_blue: #d4eef9;
  --red: #d00;
  --green: #12ae79;
  --green_text: #0c9868;
  --orange: #d0621a;
  --navy: #44475c;
  --gray: #f6f6f6;
  --border_gray: #999;
  --yellow: #FBED21;
  --brown: #42210b;
  --sky_blue: #29abe2;
  --yellow_green: #39b54a;
}
@media screen and (max-width: 768px) {
  :root {
    --green_text: #076B48;
  }
}

/************************************************

	基本

*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--gothic);
  line-height: 1.75;
  font-size: 1.6em;
  color: var(--black);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

button,
a　 {
  font-size: 1.6rem;
}
button:focus-visible,
a　:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input {
  font-size: 1.6rem;
}
input:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

textarea {
  font-size: 1.6rem;
  width: 100%;
}

select {
  max-width: 100%;
  font-size: 1.6rem;
}

ul {
  list-style: none;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
}

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

/************************************************

	block

*************************************************/
.b-unit_2col01 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col01 > .b-unit_2col01__unit {
  width: 49%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(odd) {
  margin-right: 2%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(n+3) {
  margin-top: 2%;
}

.b-unit_2col02 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col02 > .b-unit_2col02__unit {
  width: 100%;
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
    margin-right: 0;
  }
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+3) {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+2) {
    margin-top: 2%;
  }
}

.b-flex {
  display: -webkit-flex;
  display: flex;
}
.b-flex.b-flex--ai_c {
  align-items: center;
}

.b-sec_ttile {
  font-family: var(--zen_gothic);
  font-size: 3.5rem;
  color: var(--brown);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-sec_ttile {
    font-size: 2.4rem;
  }
}
.b-sec_ttile span {
  position: relative;
}
.b-sec_ttile::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .b-sec_ttile::before {
    bottom: 2px;
  }
}
.b-sec_ttile.b-sec_ttile--news::before {
  content: "";
  background-image: url("/experience_genkai/images/deco_news_ttl.png");
  width: 172px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .b-sec_ttile.b-sec_ttile--news::before {
    width: 137px;
    height: 16px;
  }
}
.b-sec_ttile.b-sec_ttile--summary::before {
  content: "";
  background-image: url("/experience_genkai/images/deco_summary_ttl.png");
  width: 272px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .b-sec_ttile.b-sec_ttile--summary::before {
    width: 217px;
    height: 16px;
  }
}
.b-sec_ttile.b-sec_ttile--program::before {
  content: "";
  background-image: url("/experience_genkai/images/deco_summary_ttl.png");
  width: 282px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .b-sec_ttile.b-sec_ttile--program::before {
    width: 225px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .b-sec_ttile.b-sec_ttile--faq {
    font-size: 2.1rem;
    font-size: min(6.8vw, 2.4rem);
  }
}
.b-sec_ttile.b-sec_ttile--faq::before {
  content: "";
  background-image: url("/experience_genkai/images/deco_faq_ttl.png");
  width: 346px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .b-sec_ttile.b-sec_ttile--faq::before {
    width: 276px;
    height: 16px;
  }
}

/************************************************

	content

*************************************************/
.b-containter {
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .b-containter {
    margin-top: 70px;
  }
}

.b-content01 {
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .b-content01 {
    padding: 0 15px;
  }
}

/************************************************

	link

*************************************************/
a.b-link01 {
  color: var(--blue);
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  a.b-link01:hover {
    opacity: 0.7;
  }
}
a.b-link01.b-link01--url {
  word-break: break-all;
}
a.b-link01.b-link01--yellow {
  color: var(--yellow);
}

/************************************************

	icon

*************************************************/
/************************************************

	form

*************************************************/
.b-form {
  background: #f2f2f2;
  border: 4px solid var(--navy);
  border-radius: 5px;
  padding: 15px 20px 50px;
  margin-top: 40px;
  box-shadow: 5px 5px 0px 0px var(--navy);
  color: var(--navy);
}
@media screen and (max-width: 768px) {
  .b-form {
    margin-top: 20px;
    padding: 10px 15px 25px;
    border-width: 3px;
    box-shadow: 3px 3px 0px 0px var(--navy);
  }
}
.b-form .b-form__section + .b-form__section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--navy);
}
@media screen and (max-width: 768px) {
  .b-form .b-form__section + .b-form__section {
    margin-top: 25px;
    padding-top: 20px;
  }
}
.b-form .b-form__section.b-form__section--b .b-form__box.b-form__box--2col .b-form__box--2col__col_l {
  min-width: 9em;
}
.b-form .b-form__ttl {
  font-size: 2.4rem;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__ttl {
    font-size: 2rem;
    padding-left: 22px;
  }
}
.b-form .b-form__ttl::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0.45em;
  left: 0;
  transform: rotate(45deg);
  background: var(--navy);
}
@media screen and (max-width: 768px) {
  .b-form .b-form__ttl::before {
    width: 14px;
    height: 14px;
    top: 0.5em;
  }
}
.b-form .b-form__txt {
  margin-top: 20px;
}
.b-form .b-form__box {
  margin-top: 20px;
}
.b-form .b-form__box .b-form__box__inner {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.b-form .b-form__box.b-form__box--2col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__box.b-form__box--2col {
    display: block;
  }
}
.b-form .b-form__box.b-form__box--2col .b-form__box--2col__col_l {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 7em;
}
.b-form .b-form__box.b-form__box--2col .b-form__box--2col__col_r {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__box.b-form__box--2col .b-form__box--2col__col_r {
    margin-top: 5px;
  }
}
.b-form .b-form__label {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__label {
    font-size: 1.6rem;
  }
}
.b-form .b-form__label .b-small {
  display: inline-block;
  font-feature-settings: "palt";
  font-weight: normal;
}
.b-form .b-form__label02 {
  font-size: 1.6rem;
}
.b-form .b-form__notes {
  font-size: 1.4rem;
  margin-top: 3px;
}
.b-form .b-form__notes02 {
  font-size: 1.4rem;
  margin-top: 3px;
  margin-left: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__notes02 {
    margin-left: 0;
    margin-top: 10px;
  }
}
.b-form .b-form__input_box.b-form__input_box--fit {
  width: fit-content !important;
}
.b-form .b-form__input_box.b-form__input_box--interaction {
  padding-right: 30px;
  position: relative;
}
.b-form .b-form__input_box.b-form__input_box--interaction .b-form__input_box--interaction__ico {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
}
.b-form .b-form__input_box.b-form__input_box--interaction .b-form__input_box--interaction__ico::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid green;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.b-form .b-form__input_box.b-form__input_box--interaction .b-form__input_box--interaction__ico::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-left: 2px solid green;
  border-bottom: 2px solid green;
  position: absolute;
  top: calc(50% - 2px);
  right: 6px;
  transform: translateY(-50%) rotateZ(-45deg);
}
.b-form .b-form__input_box.b-form__input_box--interaction .b-form__input:valid + .b-form__input_box--interaction__ico {
  transform: translateY(-50%) rotate(0deg);
  opacity: 1;
}
.b-form .b-form__input_box.b-form__input_box--interaction .b-form__input:placeholder-shown + .b-form__input_box--interaction__ico {
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
.b-form .b-form__input {
  width: 100%;
  padding: 10px;
  border: 1px solid #666;
  border-radius: 5px;
  border: 2px solid var(--navy);
}
.b-form .b-form__input.b-form__input--tel {
  width: calc(24px + 11ch);
}
.b-form .b-form__input.b-form__input--postal_code {
  width: calc(24px + 7ch);
}
.b-form .b-form__input.b-form__input--address_level1 {
  width: calc(24px + 6em);
}
.b-form .b-form__input.b-form__input--cc {
  width: calc(24px + 16ch);
}
.b-form .b-form__input.b-form__input--csc {
  width: calc(24px + 4ch);
}
.b-form .b-form__select {
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #666;
  border-radius: 5px;
  border: 2px solid var(--navy);
  width: 100%;
}
.b-form .b-form__select.b-form__select--full {
  width: 100%;
}
.b-form .b-form__select02 {
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #666;
  border-radius: 5px;
  border: 2px solid var(--navy);
  width: fit-content;
}
.b-form .b-form__select02.b-form__select02--full {
  width: 100%;
}
.b-form .b-form__button_confirm {
  margin-top: 30px;
  text-align: center;
}
.b-form .b-form__button_confirm button,
.b-form .b-form__button_confirm a {
  background: var(--orange);
  border-radius: 100vh;
  text-align: center;
  padding: 15px 20px 17px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 270px;
  position: relative;
  font-size: 1.8rem;
  border: 2px solid var(--orange);
  /*&[aria-disabled="false"] {
  	background: var(--navy);
  	color: #fff;
  	cursor: pointer;

  	@include hover {
  		opacity: .7;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .b-form .b-form__button_confirm button,
  .b-form .b-form__button_confirm a {
    font-size: 1.6rem;
    padding: 12px 20px 14px;
    max-width: 200px;
  }
}
.b-form .b-form__button_confirm button:not(.is-disabled),
.b-form .b-form__button_confirm a:not(.is-disabled) {
  transition: color 0.3s, background 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-form .b-form__button_confirm button:not(.is-disabled):hover,
  .b-form .b-form__button_confirm a:not(.is-disabled):hover {
    color: var(--orange);
    background: #fff;
  }
}
.b-form .b-form__button_confirm button.is-disabled,
.b-form .b-form__button_confirm a.is-disabled {
  background: #666;
  color: #ccc;
  cursor: auto;
  border-color: #666;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-form .b-form__button_confirm button.is-disabled:hover,
  .b-form .b-form__button_confirm a.is-disabled:hover {
    opacity: 1;
  }
}
.b-form .b-form__button_confirm button::after,
.b-form .b-form__button_confirm a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.b-form .b-form__button_edit {
  margin-top: 20px;
  text-align: center;
}
.b-form .b-form__button_edit button,
.b-form .b-form__button_edit a {
  background: var(--navy);
  border-radius: 100vh;
  text-align: center;
  padding: 12px 10px 14px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 270px;
  position: relative;
  font-size: 1.6rem;
  border: 2px solid var(--navy);
}
@media screen and (max-width: 768px) {
  .b-form .b-form__button_edit button,
  .b-form .b-form__button_edit a {
    font-size: 1.6rem;
    padding: 10px 10px 12px;
    max-width: 200px;
  }
}
.b-form .b-form__button_edit button::after,
.b-form .b-form__button_edit a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-left: 2px solid;
  border-top: 2px solid;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.b-form .b-form__button_auto_address {
  margin-left: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.b-form .b-form__button_auto_address button {
  background: var(--navy);
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-form .b-form__button_auto_address button:hover {
    opacity: 0.7;
  }
}
.b-form ::placeholder {
  color: #bbb;
}
.b-form .b-form__list_row {
  display: flex;
  flex-wrap: wrap;
}
.b-form .b-form__list_row li {
  margin-right: 20px;
  margin-top: 5px;
}
.b-form .b-form__list_row li:last-of-type {
  margin-right: 0;
}
.b-form .b-form__checkbox {
  cursor: pointer;
}
.b-form .b-form__checkbox input {
  opacity: 0;
  position: absolute;
}
.b-form .b-form__checkbox input:checked {
  color: #d00;
}
.b-form .b-form__checkbox input:checked + .b-form__checkbox__ico::before {
  background: var(--navy);
  border-color: var(--navy);
}
.b-form .b-form__checkbox input:checked + .b-form__checkbox__ico::after {
  opacity: 1;
}
.b-form .b-form__checkbox input:focus-visible + .b-form__checkbox__ico::before {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px var(--navy);
}
.b-form .b-form__checkbox .b-form__checkbox__ico {
  position: relative;
  padding-left: calc(0.9em + 8px);
  display: inline-block;
  line-height: 1.3;
}
.b-form .b-form__checkbox .b-form__checkbox__ico::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid;
  border-radius: 3px;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.b-form .b-form__checkbox .b-form__checkbox__ico::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.2em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 0.4em;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.b-form .b-form__checkbox .b-form__checkbox__txt {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-form .b-form__checkbox .b-form__checkbox__txt:hover {
    opacity: 0.7;
  }
}
.b-form .b-form__radio_col {
  display: -webkit-flex;
  display: flex;
}
.b-form .b-form__radio_col > * {
  margin-right: 1em;
}
.b-form .b-form__radio_col > *:last-child {
  margin-right: 0;
}
.b-form .b-form__radio {
  cursor: pointer;
}
.b-form .b-form__radio input {
  opacity: 0;
  position: absolute;
}
.b-form .b-form__radio input:checked + .b-form__radio__ico::before {
  opacity: 0;
}
.b-form .b-form__radio input:checked + .b-form__radio__ico::after {
  opacity: 1;
}
.b-form .b-form__radio input:focus-visible + .b-form__radio__ico::before {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px var(--navy);
}
.b-form .b-form__radio input:focus-visible + .b-form__radio__ico::after {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px var(--navy);
}
.b-form .b-form__radio input:disabled + .b-form__radio__ico::before {
  opacity: 0;
}
.b-form .b-form__radio input:disabled + .b-form__radio__ico .b-form__radio__txt {
  color: var(--red);
}
@media (any-hover: hover) and (pointer: fine) {
  .b-form .b-form__radio input:disabled + .b-form__radio__ico .b-form__radio__txt:hover {
    opacity: 1;
  }
}
.b-form .b-form__radio input:disabled + .b-form__radio__ico .b-form__radio__txt::after {
  content: "満員御礼";
  margin-left: 10px;
  font-weight: bold;
}
.b-form .b-form__radio .b-form__radio__ico {
  position: relative;
  padding-left: calc(0.9em + 8px);
  display: inline-block;
  line-height: 1.3;
}
.b-form .b-form__radio .b-form__radio__ico::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  top: -0.9em;
  left: 0;
}
.b-form .b-form__radio .b-form__radio__ico::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid var(--navy);
  border-radius: 50%;
  background: var(--navy);
  box-shadow: inset 0px 0px 0px 1px var(--navy), inset 0px 0px 0px 3px #fff;
  position: absolute;
  top: -0.9em;
  left: 0;
  opacity: 0;
}
.b-form .b-form__radio .b-form__radio__txt {
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-form .b-form__radio .b-form__radio__txt:hover {
    opacity: 0.7;
  }
}
.b-form .b-textarea {
  border-radius: 5px;
  border: 2px solid var(--navy);
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .b-form .b-textarea {
    min-height: 7em;
  }
}
.b-form .b-form__link {
  color: var(--blue);
  text-decoration: underline;
  font-weight: bold;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-form .b-form__link:hover {
    opacity: 0.7;
  }
}
.b-form .b-form__check_policy {
  margin-top: 10px;
}
.b-form :focus {
  scroll-margin-top: 50px;
}
.b-form .b-form__table {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__table > thead {
    display: none;
  }
}
.b-form .b-form__table > thead > tr > th {
  text-align: left;
  font-feature-settings: "palt";
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__table > thead > tr > th {
    line-height: 1.3;
    vertical-align: bottom;
  }
}
.b-form .b-form__table > thead > tr > th:not(:first-child) {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__table > tbody > tr {
    display: block;
  }
  .b-form .b-form__table > tbody > tr + tr {
    margin-top: 1.5em;
    border-top: 1px dashed;
    padding-top: 1em;
  }
}
.b-form .b-form__table > tbody > tr > td {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__table > tbody > tr > td {
    display: block;
  }
}
.b-form .b-form__table > tbody > tr > td:first-child {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__table > tbody > tr > td:first-child {
    padding-left: 20px;
  }
}
.b-form .b-form__table > tbody > tr > td:not(:first-child) {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .b-form .b-form__table > tbody > tr > td:not(:first-child) {
    padding-left: 1.3em;
  }
}
.b-form .b-form__table .b-form__table__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
.b-form .b-form__table .b-form__table__num {
  font-size: 2rem;
  margin-right: 10px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateY(5px);
}
@media screen and (max-width: 768px) {
  .b-form .b-form__table .b-form__table__num {
    font-size: 1.6rem;
    margin-right: 0;
    transform: translateY(-1.65em);
  }
}
.b-form .b-form__about_scs {
  font-size: 2rem;
  width: 28px;
  height: 28px;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #808080;
  color: #fff;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-form .b-form__about_scs:hover {
    opacity: 0.7;
  }
}
.b-form .b-form__about_scs_text {
  margin-top: 10px;
  width: 100%;
  background: #fff;
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px solid var(--border_gray);
  display: none;
}
.b-form .b-form__text {
  margin-top: 15px;
  color: var(--red);
  font-weight: bold;
}
.b-form .form_poricy {
  margin-top: 40px;
  background: #f2f2f2;
  text-align: center;
  padding: 15px;
}
.b-form .form_poricy + .form_poricy {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .b-form .form_poricy + .form_poricy {
    margin-top: 10px;
  }
}
.b-form .form_poricy > p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .b-form .form_poricy > p {
    font-size: 15px;
    font-size: 4vw;
  }
}
.b-form .b-form_total {
  margin-top: 20px;
  font-size: 1.8rem;
  color: #d0621a;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .b-form .b-form_total {
    font-size: 1.6rem;
  }
}

/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

.b-d_ib {
  display: inline-block;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_br {
    display: inline;
  }
}

.b-sp_display {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_display {
    display: block;
  }
}

.b-marker {
  background: linear-gradient(transparent 60%, #AFA295 60%);
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-small {
  font-size: 0.8em;
}

.b-big {
  font-size: 1.2em;
}

.b-bold {
  font-weight: bold;
}

.b-red {
  color: var(--red);
}

.b-orange {
  color: #f15a24;
}

.b-sup {
  display: inline-block;
  font-size: 0.7em;
  transform: translateY(-0.3em);
}

.b-notes01 {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.b-header {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
}
@media screen and (max-width: 950px) {
  .b-header {
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .b-header {
    background-color: #fff;
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
  }
}
.b-header .b-header__logo {
  width: 180px;
}
@media screen and (max-width: 950px) {
  .b-header .b-header__logo {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .b-header .b-header__logo {
    width: 120px;
    margin: 0 auto;
  }
}
.b-header .b-header__logo a {
  display: block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-header .b-header__logo a:hover {
    opacity: 0.7;
  }
}

.b-footer {
  background: url("../images/bg_footer.png") repeat-y left top/100%;
}
.b-footer .b-footer_inner {
  padding: 75px 0 65px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_inner {
    padding: 45px 0 35px;
  }
}
.b-footer .b-footer_wrap {
  text-align: center;
  color: #fff;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_wrap {
    padding: 0 15px;
  }
}
.b-footer .b-footer_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_ttl {
    margin-bottom: 20px;
  }
}
.b-footer .b-footer_ttl .b-footer_ttl--main {
  font-size: 4.6rem;
  font-family: var(--zen_gothic);
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_ttl .b-footer_ttl--main {
    font-size: 2.3rem;
  }
}
.b-footer .b-footer_ttl .b-footer_ttl--sub {
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_ttl .b-footer_ttl--sub {
    font-size: 2rem;
  }
}
.b-footer .b-footer_2col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_2col {
    display: block;
  }
}
.b-footer .b-footer_tel {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_tel {
    font-size: 1.8rem;
  }
}
.b-footer .b-footer_tel .b-footer_tel__ico {
  display: inline-block;
  position: relative;
  padding-left: 1.6em;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_tel .b-footer_tel__ico {
    padding-left: 1.4em;
  }
}
.b-footer .b-footer_tel .b-footer_tel__ico::before {
  content: "";
  display: block;
  background: url("../images/ico_tel.png") no-repeat left center/contain;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_tel .b-footer_tel__ico::before {
    width: 1.2em;
    height: 1.2em;
  }
}
.b-footer .b-footer_time {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_time {
    font-size: 1.6rem;
  }
}
.b-footer .b-footer_link {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_link {
    margin-top: 35px;
  }
}
.b-footer .b-footer_link a {
  text-decoration: underline;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-footer .b-footer_link a:hover {
    text-decoration: none;
  }
}
.b-footer .b-footer_copyright {
  background: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 25px 0 30px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_copyright {
    padding: 10px 0;
  }
}

.p-top .information,
.p-confirm .information,
.p-complete .information {
  background: linear-gradient(to bottom right, rgba(57, 181, 74, 0.7), rgba(41, 171, 226, 0.7));
  position: relative;
  padding: 120px 20px 80px;
}
@media screen and (max-width: 768px) {
  .p-top .information,
  .p-confirm .information,
  .p-complete .information {
    padding: 15px 10px 80px;
  }
}
.p-top .information::after,
.p-confirm .information::after,
.p-complete .information::after {
  content: "";
  background-image: url(../../images/deco_info02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 26vw;
  height: 676px;
  position: absolute;
  bottom: 30px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .information::after,
  .p-confirm .information::after,
  .p-complete .information::after {
    width: 212px;
    height: 338px;
    bottom: 10px;
    right: 10px;
  }
}
.p-top .nav,
.p-confirm .nav,
.p-complete .nav {
  width: 100%;
  max-width: 960px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .nav,
  .p-confirm .nav,
  .p-complete .nav {
    position: relative;
    top: 0;
    padding: 0 15px;
  }
}
.p-top .nav .nav__list,
.p-confirm .nav .nav__list,
.p-complete .nav .nav__list {
  background-color: #f7931e;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .p-top .nav .nav__list,
  .p-confirm .nav .nav__list,
  .p-complete .nav .nav__list {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.p-top .nav li,
.p-confirm .nav li,
.p-complete .nav li {
  width: 33.333%;
  width: 33.3333333333%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .nav li,
  .p-confirm .nav li,
  .p-complete .nav li {
    width: 100%;
    background-color: #f7931e;
    border-radius: 35px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top .nav li:nth-of-type(n+2),
  .p-confirm .nav li:nth-of-type(n+2),
  .p-complete .nav li:nth-of-type(n+2) {
    width: 48%;
    margin-top: 10px;
  }
}
.p-top .nav li:nth-of-type(n+2)::before,
.p-confirm .nav li:nth-of-type(n+2)::before,
.p-complete .nav li:nth-of-type(n+2)::before {
  content: "";
  height: 85%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .nav li:nth-of-type(n+2)::before,
  .p-confirm .nav li:nth-of-type(n+2)::before,
  .p-complete .nav li:nth-of-type(n+2)::before {
    content: none;
  }
}
.p-top .nav li a,
.p-confirm .nav li a,
.p-complete .nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  width: 100%;
  height: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .nav li a,
  .p-confirm .nav li a,
  .p-complete .nav li a {
    font-size: 1.3rem;
    height: 30px;
  }
}
.p-top .nav li a::before,
.p-confirm .nav li a::before,
.p-complete .nav li a::before {
  content: "";
  background-color: #f7931e;
  width: 25px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s, bottom 0.2s;
}
@media screen and (max-width: 768px) {
  .p-top .nav li a::before,
  .p-confirm .nav li a::before,
  .p-complete .nav li a::before {
    width: 15px;
    height: 10px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .nav li a:hover::before,
  .p-confirm .nav li a:hover::before,
  .p-complete .nav li a:hover::before {
    opacity: 1;
    bottom: -20px;
  }
}
@media screen and (any-hover: hover) and (pointer: fine) and (max-width: 768px) {
  .p-top .nav li a:hover::before,
  .p-confirm .nav li a:hover::before,
  .p-complete .nav li a:hover::before {
    bottom: -15px;
  }
}
.p-top .news,
.p-confirm .news,
.p-complete .news {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .news,
  .p-confirm .news,
  .p-complete .news {
    margin-top: 40px;
  }
}
.p-top .news::before,
.p-confirm .news::before,
.p-complete .news::before {
  content: "";
  background-image: url(../../images/deco_info01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32vw;
  height: 316px;
  position: absolute;
  bottom: -280px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .news::before,
  .p-confirm .news::before,
  .p-complete .news::before {
    width: 260px;
    height: 130px;
    bottom: -120px;
    left: -20px;
  }
}
.p-top .news .news__content,
.p-confirm .news .news__content,
.p-complete .news .news__content {
  margin: 30px auto 0;
  background-color: #fff;
  border: 6px solid #40210d;
  border-radius: 20px;
  max-width: 1000px;
  padding: 40px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .news .news__content,
  .p-confirm .news .news__content,
  .p-complete .news .news__content {
    border-width: 3px;
    border-radius: 10px;
    margin-top: 10px;
  }
}
.p-top .news .news__list li,
.p-confirm .news .news__list li,
.p-complete .news .news__list li {
  display: flex;
}
.p-top .news .news__list li time,
.p-confirm .news .news__list li time,
.p-complete .news .news__list li time {
  width: 140px;
  flex-shrink: 0;
  font-weight: bold;
  padding-bottom: 20px;
}
.p-top .news .news__list li + li,
.p-confirm .news .news__list li + li,
.p-complete .news .news__list li + li {
  border-top: 1px solid var(--border_gray);
  padding-top: 20px;
}
.p-top .what,
.p-confirm .what,
.p-complete .what {
  margin: 120px auto 0;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .what,
  .p-confirm .what,
  .p-complete .what {
    margin-top: 40px;
  }
}
.p-top .what .what__box,
.p-confirm .what .what__box,
.p-complete .what .what__box {
  max-width: 865px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top .what .what__box,
  .p-confirm .what .what__box,
  .p-complete .what .what__box {
    margin-top: 10px;
  }
}
.p-top .what .what__text,
.p-confirm .what .what__text,
.p-complete .what .what__text {
  line-height: 2;
  color: var(--brown);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .what .what__text,
  .p-confirm .what .what__text,
  .p-complete .what .what__text {
    font-size: 1.6rem;
  }
}
.p-top .what .what__notes,
.p-confirm .what .what__notes,
.p-complete .what .what__notes {
  margin-top: 10px;
  font-size: 1.28rem;
}
@media screen and (max-width: 768px) {
  .p-top .what .what__notes,
  .p-confirm .what .what__notes,
  .p-complete .what .what__notes {
    font-size: 1.2rem;
  }
}
.p-top .award,
.p-confirm .award,
.p-complete .award {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-top .award,
  .p-confirm .award,
  .p-complete .award {
    margin-top: 40px;
  }
}
.p-top .award .award__title,
.p-confirm .award .award__title,
.p-complete .award .award__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .award .award__title,
  .p-confirm .award .award__title,
  .p-complete .award .award__title {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.p-top .award .award__read,
.p-confirm .award .award__read,
.p-complete .award .award__read {
  margin-top: 20px;
  text-align: center;
  line-height: 2.5;
  color: var(--brown);
}
@media screen and (max-width: 768px) {
  .p-top .award .award__read,
  .p-confirm .award .award__read,
  .p-complete .award .award__read {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-top .award .award__box,
.p-confirm .award .award__box,
.p-complete .award .award__box {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 30px;
  display: flex;
  position: relative;
  padding: 60px 70px 60px 140px;
}
@media screen and (max-width: 768px) {
  .p-top .award .award__box,
  .p-confirm .award .award__box,
  .p-complete .award .award__box {
    margin-top: 20px;
    display: block;
    padding: 30px 20px 20px 90px;
  }
}
.p-top .award .award__box + .award__box,
.p-confirm .award .award__box + .award__box,
.p-complete .award .award__box + .award__box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top .award .award__box + .award__box,
  .p-confirm .award .award__box + .award__box,
  .p-complete .award .award__box + .award__box {
    margin-top: 30px;
  }
}
.p-top .award .award__box .award__name,
.p-confirm .award .award__box .award__name,
.p-complete .award .award__box .award__name {
  position: absolute;
  top: -60px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .award .award__box .award__name,
  .p-confirm .award .award__box .award__name,
  .p-complete .award .award__box .award__name {
    top: -25px;
    left: 10px;
    width: 80px;
  }
}
.p-top .award .award__box .award__point,
.p-confirm .award .award__box .award__point,
.p-complete .award .award__box .award__point {
  width: 172px;
  flex-shrink: 0;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .p-top .award .award__box .award__point,
  .p-confirm .award .award__box .award__point,
  .p-complete .award .award__box .award__point {
    width: 120px;
    margin: 0 auto;
  }
}
.p-top .award .award__box .award__text,
.p-confirm .award .award__box .award__text,
.p-complete .award .award__box .award__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .award .award__box .award__text,
  .p-confirm .award .award__box .award__text,
  .p-complete .award .award__box .award__text {
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.p-top .summary,
.p-confirm .summary,
.p-complete .summary {
  margin: 120px auto 0;
  max-width: 1000px;
  padding: 50px 20px 60px;
  background-color: #fff;
  border-radius: 25px;
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top .summary,
  .p-confirm .summary,
  .p-complete .summary {
    margin-top: 40px;
    padding: 20px 10px;
    border-radius: 10px;
  }
}
.p-top .summary .summary__list,
.p-confirm .summary .summary__list,
.p-complete .summary .summary__list {
  margin: 40px auto 0;
  max-width: 860px;
  background-image: url("../../images/parts_line.svg");
  background-repeat: repeat-x;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  .p-top .summary .summary__list,
  .p-confirm .summary .summary__list,
  .p-complete .summary .summary__list {
    margin-top: 20px;
  }
}
.p-top .summary .summary__list_box,
.p-confirm .summary .summary__list_box,
.p-complete .summary .summary__list_box {
  display: flex;
  padding: 20px 0 20px 20px;
  background-image: url("../../images/parts_line.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
}
@media screen and (max-width: 768px) {
  .p-top .summary .summary__list_box,
  .p-confirm .summary .summary__list_box,
  .p-complete .summary .summary__list_box {
    display: block;
    padding: 15px 0;
  }
}
.p-top .summary .summary__list_box > dt,
.p-confirm .summary .summary__list_box > dt,
.p-complete .summary .summary__list_box > dt {
  width: 100px;
  flex-shrink: 0;
  font-size: 2.4rem;
  font-family: var(--stick);
  color: #f7931e;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-top .summary .summary__list_box > dt,
  .p-confirm .summary .summary__list_box > dt,
  .p-complete .summary .summary__list_box > dt {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
}
.p-top .summary .summary__list_box > dt span,
.p-confirm .summary .summary__list_box > dt span,
.p-complete .summary .summary__list_box > dt span {
  font-size: 0.8em;
}
.p-top .summary .summary__list_box > dd,
.p-confirm .summary .summary__list_box > dd,
.p-complete .summary .summary__list_box > dd {
  margin-left: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .summary .summary__list_box > dd,
  .p-confirm .summary .summary__list_box > dd,
  .p-complete .summary .summary__list_box > dd {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 10px;
  }
}
.p-top .summary .summary__label,
.p-confirm .summary .summary__label,
.p-complete .summary .summary__label {
  font-size: 1.2em;
  font-weight: bold;
}
.p-top .summary .summary__label.summary__label--green,
.p-confirm .summary .summary__label.summary__label--green,
.p-complete .summary .summary__label.summary__label--green {
  color: var(--yellow_green);
}
.p-top .summary .summary__label.summary__label--blue,
.p-confirm .summary .summary__label.summary__label--blue,
.p-complete .summary .summary__label.summary__label--blue {
  color: var(--sky_blue);
}
.p-top .summary .summary__list_notes,
.p-confirm .summary .summary__list_notes,
.p-complete .summary .summary__list_notes {
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-top .summary .summary__list_notes,
  .p-confirm .summary .summary__list_notes,
  .p-complete .summary .summary__list_notes {
    font-size: 1.2rem;
  }
}
.p-top .summary .summary__list_notes2,
.p-confirm .summary .summary__list_notes2,
.p-complete .summary .summary__list_notes2 {
  margin-top: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .summary .summary__list_notes2,
  .p-confirm .summary .summary__list_notes2,
  .p-complete .summary .summary__list_notes2 {
    font-size: 1.2rem;
  }
}
.p-top .summary .summary__2col,
.p-confirm .summary .summary__2col,
.p-complete .summary .summary__2col {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.p-top .summary .summary__sublist > li + li,
.p-confirm .summary .summary__sublist > li + li,
.p-complete .summary .summary__sublist > li + li {
  margin-top: 10px;
}
.p-top .summary .summary__sublist_text,
.p-confirm .summary .summary__sublist_text,
.p-complete .summary .summary__sublist_text {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}
@media screen and (max-width: 629px) {
  .p-top .summary .summary__table_wrapper,
  .p-confirm .summary .summary__table_wrapper,
  .p-complete .summary .summary__table_wrapper {
    overflow-x: scroll;
  }
}
.p-top .summary .summary__table_notes,
.p-confirm .summary .summary__table_notes,
.p-complete .summary .summary__table_notes {
  display: none;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 5px;
}
@media screen and (max-width: 629px) {
  .p-top .summary .summary__table_notes,
  .p-confirm .summary .summary__table_notes,
  .p-complete .summary .summary__table_notes {
    display: block;
  }
}
.p-top .summary .summary__table,
.p-confirm .summary .summary__table,
.p-complete .summary .summary__table {
  margin-top: 20px;
  border: solid var(--border_gray);
  border-width: 1px 1px 0 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .summary .summary__table,
  .p-confirm .summary .summary__table,
  .p-complete .summary .summary__table {
    width: 590px;
  }
}
.p-top .summary .summary__table caption,
.p-confirm .summary .summary__table caption,
.p-complete .summary .summary__table caption {
  text-align: left;
}
.p-top .summary .summary__table th,
.p-confirm .summary .summary__table th,
.p-complete .summary .summary__table th {
  background-color: #ccc;
  border: solid var(--border_gray);
  border-width: 0 0 1px 1px;
  font-weight: normal;
  padding: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .summary .summary__table th,
  .p-confirm .summary .summary__table th,
  .p-complete .summary .summary__table th {
    font-size: 1.3rem;
  }
}
.p-top .summary .summary__table td,
.p-confirm .summary .summary__table td,
.p-complete .summary .summary__table td {
  border: solid var(--border_gray);
  border-width: 0 0 1px 1px;
  padding: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .summary .summary__table td,
  .p-confirm .summary .summary__table td,
  .p-complete .summary .summary__table td {
    font-size: 1.3rem;
  }
}
.p-top .program,
.p-confirm .program,
.p-complete .program {
  padding: 80px 20px 30px;
  background-image: url("../../images/bg_program.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .p-top .program,
  .p-confirm .program,
  .p-complete .program {
    padding: 40px 10px 10px;
  }
}
.p-top .program .program__map,
.p-confirm .program .program__map,
.p-complete .program .program__map {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .program .program__map,
  .p-confirm .program .program__map,
  .p-complete .program .program__map {
    margin-top: 30px;
  }
}
.p-top .program .program__notes,
.p-confirm .program .program__notes,
.p-complete .program .program__notes {
  margin-top: 100px;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top .program .program__notes,
  .p-confirm .program .program__notes,
  .p-complete .program .program__notes {
    margin-top: 40px;
  }
  .p-top .program .program__notes img,
  .p-confirm .program .program__notes img,
  .p-complete .program .program__notes img {
    width: 200px;
  }
}
.p-top .tour,
.p-confirm .tour,
.p-complete .tour {
  max-width: 1200px;
  margin: 140px auto 0;
  border-style: solid;
  border-width: 25px 5px 5px;
  border-radius: 10px;
  position: relative;
  border-color: var(--sec_color);
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top .tour,
  .p-confirm .tour,
  .p-complete .tour {
    margin-top: 70px;
    border-top-width: 15px;
  }
}
.p-top .tour + .tour,
.p-confirm .tour + .tour,
.p-complete .tour + .tour {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-top .tour + .tour,
  .p-confirm .tour + .tour,
  .p-complete .tour + .tour {
    margin-top: 60px;
  }
}
.p-top .tour:nth-child(odd),
.p-confirm .tour:nth-child(odd),
.p-complete .tour:nth-child(odd) {
  --sec_color: var(--yellow_green);
}
.p-top .tour:nth-child(odd) .schedule__list_box + .schedule__list_box,
.p-confirm .tour:nth-child(odd) .schedule__list_box + .schedule__list_box,
.p-complete .tour:nth-child(odd) .schedule__list_box + .schedule__list_box {
  background-image: url("../../images/parts_line_green.svg");
}
.p-top .tour:nth-child(even),
.p-confirm .tour:nth-child(even),
.p-complete .tour:nth-child(even) {
  --sec_color: var(--sky_blue);
}
.p-top .tour:nth-child(even) .schedule__list_box + .schedule__list_box,
.p-confirm .tour:nth-child(even) .schedule__list_box + .schedule__list_box,
.p-complete .tour:nth-child(even) .schedule__list_box + .schedule__list_box {
  background-image: url("../../images/parts_line_blue.svg");
}
.p-top .tour .tour__num,
.p-confirm .tour .tour__num,
.p-complete .tour .tour__num {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  left: -20px;
  font-family: var(--zen_gothic);
  color: #fff;
  font-weight: bold;
  line-height: 0.9;
  background-color: var(--sec_color);
}
@media screen and (max-width: 768px) {
  .p-top .tour .tour__num,
  .p-confirm .tour .tour__num,
  .p-complete .tour .tour__num {
    width: 50px;
    height: 50px;
    font-size: 1rem;
    line-height: 1;
    top: -30px;
    left: -10px;
  }
}
.p-top .tour .tour__num span,
.p-confirm .tour .tour__num span,
.p-complete .tour .tour__num span {
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .tour .tour__num span,
  .p-confirm .tour .tour__num span,
  .p-complete .tour .tour__num span {
    font-size: 2rem;
  }
}
.p-top .tour .tour__title,
.p-confirm .tour .tour__title,
.p-complete .tour .tour__title {
  font-family: var(--zen_gothic);
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--brown);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-top .tour .tour__title,
  .p-confirm .tour .tour__title,
  .p-complete .tour .tour__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-top .tour .tour__2col,
.p-confirm .tour .tour__2col,
.p-complete .tour .tour__2col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-top .tour .tour__2col,
  .p-confirm .tour .tour__2col,
  .p-complete .tour .tour__2col {
    display: block;
  }
}
.p-top .tour .tour__read,
.p-confirm .tour .tour__read,
.p-complete .tour .tour__read {
  width: 47.549%;
}
@media screen and (max-width: 1000px) {
  .p-top .tour .tour__read,
  .p-confirm .tour .tour__read,
  .p-complete .tour .tour__read {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .tour .tour__read,
  .p-confirm .tour .tour__read,
  .p-complete .tour .tour__read {
    font-size: 1.4rem;
  }
}
.p-top .tour .tour__slider,
.p-confirm .tour .tour__slider,
.p-complete .tour .tour__slider {
  width: 46.642%;
}
@media screen and (max-width: 1000px) {
  .p-top .tour .tour__slider,
  .p-confirm .tour .tour__slider,
  .p-complete .tour .tour__slider {
    width: 100%;
  }
}
.p-top .tour .tour__btn,
.p-confirm .tour .tour__btn,
.p-complete .tour .tour__btn {
  max-width: 618px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top .tour .tour__btn,
  .p-confirm .tour .tour__btn,
  .p-complete .tour .tour__btn {
    max-width: 280px;
    margin-top: 20px;
  }
}
.p-top .tour .tour__btn a,
.p-confirm .tour .tour__btn a,
.p-complete .tour .tour__btn a {
  display: block;
  background-color: var(--brown);
  border: 2px solid var(--brown);
  border-radius: 40px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
  transition: background-color 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .tour .tour__btn a:hover,
  .p-confirm .tour .tour__btn a:hover,
  .p-complete .tour .tour__btn a:hover {
    background-color: #fff;
    color: var(--brown);
  }
}
@media screen and (max-width: 768px) {
  .p-top .tour .tour__btn a,
  .p-confirm .tour .tour__btn a,
  .p-complete .tour .tour__btn a {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
.p-top .tour_acc .tour_acc__head,
.p-confirm .tour_acc .tour_acc__head,
.p-complete .tour_acc .tour_acc__head {
  position: relative;
  cursor: pointer;
  padding: 60px 120px 60px 80px;
}
@media screen and (max-width: 768px) {
  .p-top .tour_acc .tour_acc__head,
  .p-confirm .tour_acc .tour_acc__head,
  .p-complete .tour_acc .tour_acc__head {
    padding: 30px 60px 30px 20px;
  }
}
.p-top .tour_acc .tour_acc__head.is-opend .acc__btn::after,
.p-confirm .tour_acc .tour_acc__head.is-opend .acc__btn::after,
.p-complete .tour_acc .tour_acc__head.is-opend .acc__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-top .tour_acc .tour_acc__btn,
.p-confirm .tour_acc .tour_acc__btn,
.p-complete .tour_acc .tour_acc__btn {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  right: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--sec_color);
}
@media screen and (max-width: 768px) {
  .p-top .tour_acc .tour_acc__btn,
  .p-confirm .tour_acc .tour_acc__btn,
  .p-complete .tour_acc .tour_acc__btn {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.p-top .tour_acc .tour_acc__btn::before, .p-top .tour_acc .tour_acc__btn::after,
.p-confirm .tour_acc .tour_acc__btn::before,
.p-confirm .tour_acc .tour_acc__btn::after,
.p-complete .tour_acc .tour_acc__btn::before,
.p-complete .tour_acc .tour_acc__btn::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top .tour_acc .tour_acc__btn::before,
.p-confirm .tour_acc .tour_acc__btn::before,
.p-complete .tour_acc .tour_acc__btn::before {
  width: 38%;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .p-top .tour_acc .tour_acc__btn::before,
  .p-confirm .tour_acc .tour_acc__btn::before,
  .p-complete .tour_acc .tour_acc__btn::before {
    height: 2px;
  }
}
.p-top .tour_acc .tour_acc__btn::after,
.p-confirm .tour_acc .tour_acc__btn::after,
.p-complete .tour_acc .tour_acc__btn::after {
  width: 3px;
  height: 38%;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .tour_acc .tour_acc__btn::after,
  .p-confirm .tour_acc .tour_acc__btn::after,
  .p-complete .tour_acc .tour_acc__btn::after {
    width: 2px;
  }
}
.p-top .tour_acc .tour_acc__content,
.p-confirm .tour_acc .tour_acc__content,
.p-complete .tour_acc .tour_acc__content {
  display: none;
  padding: 0 50px 80px;
}
@media screen and (max-width: 768px) {
  .p-top .tour_acc .tour_acc__content,
  .p-confirm .tour_acc .tour_acc__content,
  .p-complete .tour_acc .tour_acc__content {
    padding: 0 10px 30px;
  }
}
.p-top .slick,
.p-confirm .slick,
.p-complete .slick {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .p-top .slick,
  .p-confirm .slick,
  .p-complete .slick {
    margin: 40px auto 0;
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .slick,
  .p-confirm .slick,
  .p-complete .slick {
    padding: 0 30px;
  }
}
.p-top .slick li,
.p-confirm .slick li,
.p-complete .slick li {
  cursor: grab;
}
.p-top .slick .slick__arrow,
.p-confirm .slick .slick__arrow,
.p-complete .slick .slick__arrow {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  border: 2px solid var(--border_gray);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top .slick .slick__arrow,
  .p-confirm .slick .slick__arrow,
  .p-complete .slick .slick__arrow {
    width: 15px;
    height: 15px;
  }
}
.p-top .slick .slick__arrow.slick__arrow--prev,
.p-confirm .slick .slick__arrow.slick__arrow--prev,
.p-complete .slick .slick__arrow.slick__arrow--prev {
  left: 5px;
  border-width: 0 0 2px 2px;
  transform: translateY(-50%) rotate(45deg);
}
.p-top .slick .slick__arrow.slick__arrow--next,
.p-confirm .slick .slick__arrow.slick__arrow--next,
.p-complete .slick .slick__arrow.slick__arrow--next {
  right: 5px;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
}
.p-top .slick .slick__dots,
.p-confirm .slick .slick__dots,
.p-complete .slick .slick__dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .slick .slick__dots,
  .p-confirm .slick .slick__dots,
  .p-complete .slick .slick__dots {
    margin-top: 10px;
  }
}
.p-top .slick .slick__dots li,
.p-confirm .slick .slick__dots li,
.p-complete .slick .slick__dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #e6e6e6;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top .slick .slick__dots li,
  .p-confirm .slick .slick__dots li,
  .p-complete .slick .slick__dots li {
    width: 8px;
    height: 8px;
  }
}
.p-top .slick .slick__dots li.slick-active,
.p-confirm .slick .slick__dots li.slick-active,
.p-complete .slick .slick__dots li.slick-active {
  background: #808080;
}
.p-top .slick .slick__dots li button,
.p-confirm .slick .slick__dots li button,
.p-complete .slick .slick__dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-top .tour_summary_list__wrapper,
.p-confirm .tour_summary_list__wrapper,
.p-complete .tour_summary_list__wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .tour_summary_list__wrapper,
  .p-confirm .tour_summary_list__wrapper,
  .p-complete .tour_summary_list__wrapper {
    margin-top: 30px;
  }
}
.p-top .tour_summary_list,
.p-confirm .tour_summary_list,
.p-complete .tour_summary_list {
  width: 47.549%;
  background-image: url("../../images/parts_line.svg");
  background-repeat: repeat-x;
  background-position: top left;
}
@media screen and (max-width: 1000px) {
  .p-top .tour_summary_list,
  .p-confirm .tour_summary_list,
  .p-complete .tour_summary_list {
    width: 100%;
  }
}
.p-top .tour_summary_list .tour_summary_list__box,
.p-confirm .tour_summary_list .tour_summary_list__box,
.p-complete .tour_summary_list .tour_summary_list__box {
  background-image: url("../../images/parts_line.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 20px 0 20px 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top .tour_summary_list .tour_summary_list__box,
  .p-confirm .tour_summary_list .tour_summary_list__box,
  .p-complete .tour_summary_list .tour_summary_list__box {
    padding: 15px 0;
    display: block;
  }
}
.p-top .tour_summary_list .tour_summary_list__box dt,
.p-confirm .tour_summary_list .tour_summary_list__box dt,
.p-complete .tour_summary_list .tour_summary_list__box dt {
  font-family: var(--stick);
  font-size: 2.4rem;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1;
  color: var(--sec_color);
}
@media screen and (max-width: 768px) {
  .p-top .tour_summary_list .tour_summary_list__box dt,
  .p-confirm .tour_summary_list .tour_summary_list__box dt,
  .p-complete .tour_summary_list .tour_summary_list__box dt {
    font-size: 2rem;
    text-align: center;
  }
}
.p-top .tour_summary_list .tour_summary_list__box dd,
.p-confirm .tour_summary_list .tour_summary_list__box dd,
.p-complete .tour_summary_list .tour_summary_list__box dd {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .tour_summary_list .tour_summary_list__box dd,
  .p-confirm .tour_summary_list .tour_summary_list__box dd,
  .p-complete .tour_summary_list .tour_summary_list__box dd {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.p-top .tour_summary_list .tour_summary_list__box .tour_summary_list__notes,
.p-confirm .tour_summary_list .tour_summary_list__box .tour_summary_list__notes,
.p-complete .tour_summary_list .tour_summary_list__box .tour_summary_list__notes {
  font-size: 1.4rem;
}
.p-top .tour_summary_list.tour_summary_list--left dt,
.p-confirm .tour_summary_list.tour_summary_list--left dt,
.p-complete .tour_summary_list.tour_summary_list--left dt {
  width: 90px;
}
@media screen and (max-width: 1000px) {
  .p-top .tour_summary_list.tour_summary_list--left dt,
  .p-confirm .tour_summary_list.tour_summary_list--left dt,
  .p-complete .tour_summary_list.tour_summary_list--left dt {
    width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .tour_summary_list.tour_summary_list--left dt,
  .p-confirm .tour_summary_list.tour_summary_list--left dt,
  .p-complete .tour_summary_list.tour_summary_list--left dt {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-top .tour_summary_list.tour_summary_list--right,
  .p-confirm .tour_summary_list.tour_summary_list--right,
  .p-complete .tour_summary_list.tour_summary_list--right {
    background: none;
  }
}
.p-top .tour_summary_list.tour_summary_list--right dt,
.p-confirm .tour_summary_list.tour_summary_list--right dt,
.p-complete .tour_summary_list.tour_summary_list--right dt {
  width: 115px;
}
@media screen and (max-width: 768px) {
  .p-top .tour_summary_list.tour_summary_list--right dt,
  .p-confirm .tour_summary_list.tour_summary_list--right dt,
  .p-complete .tour_summary_list.tour_summary_list--right dt {
    width: 100%;
  }
}
.p-top .schedule,
.p-confirm .schedule,
.p-complete .schedule {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .schedule,
  .p-confirm .schedule,
  .p-complete .schedule {
    margin-top: 30px;
  }
}
.p-top .schedule .schedule__title,
.p-confirm .schedule .schedule__title,
.p-complete .schedule .schedule__title {
  font-size: 2.8rem;
  text-align: center;
  font-family: var(--stick);
  margin-bottom: 30px;
  color: var(--sec_color);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top .schedule .schedule__title,
  .p-confirm .schedule .schedule__title,
  .p-complete .schedule .schedule__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.p-top .schedule .schedule__box,
.p-confirm .schedule .schedule__box,
.p-complete .schedule .schedule__box {
  width: 48.185%;
}
@media screen and (max-width: 1000px) {
  .p-top .schedule .schedule__box,
  .p-confirm .schedule .schedule__box,
  .p-complete .schedule .schedule__box {
    width: 100%;
  }
  .p-top .schedule .schedule__box + .schedule__box,
  .p-confirm .schedule .schedule__box + .schedule__box,
  .p-complete .schedule .schedule__box + .schedule__box {
    margin-top: 40px;
  }
}
.p-top .schedule .schedule__inner,
.p-confirm .schedule .schedule__inner,
.p-complete .schedule .schedule__inner {
  border: 2px solid var(--sec_color);
  padding: 25px 25px 35px;
}
@media screen and (max-width: 768px) {
  .p-top .schedule .schedule__inner,
  .p-confirm .schedule .schedule__inner,
  .p-complete .schedule .schedule__inner {
    padding: 20px 10px;
  }
}
.p-top .schedule .schedule__name,
.p-confirm .schedule .schedule__name,
.p-complete .schedule .schedule__name {
  border-radius: 10px 10px 0 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  background-color: var(--sec_color);
}
@media screen and (max-width: 768px) {
  .p-top .schedule .schedule__name,
  .p-confirm .schedule .schedule__name,
  .p-complete .schedule .schedule__name {
    font-size: 1.6rem;
  }
}
.p-top .schedule .schedule__list:first-child,
.p-confirm .schedule .schedule__list:first-child,
.p-complete .schedule .schedule__list:first-child {
  border-bottom: 1px solid var(--sec_color);
}
.p-top .schedule .schedule__list:nth-child(2),
.p-confirm .schedule .schedule__list:nth-child(2),
.p-complete .schedule .schedule__list:nth-child(2) {
  padding-top: 25px;
}
.p-top .schedule .schedule__list_box,
.p-confirm .schedule .schedule__list_box,
.p-complete .schedule .schedule__list_box {
  display: flex;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .schedule .schedule__list_box,
  .p-confirm .schedule .schedule__list_box,
  .p-complete .schedule .schedule__list_box {
    display: block;
  }
}
.p-top .schedule .schedule__list_box dt,
.p-confirm .schedule .schedule__list_box dt,
.p-complete .schedule .schedule__list_box dt {
  width: 135px;
  flex-shrink: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .schedule .schedule__list_box dt,
  .p-confirm .schedule .schedule__list_box dt,
  .p-complete .schedule .schedule__list_box dt {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.p-top .schedule .schedule__list_box dd,
.p-confirm .schedule .schedule__list_box dd,
.p-complete .schedule .schedule__list_box dd {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .schedule .schedule__list_box dd,
  .p-confirm .schedule .schedule__list_box dd,
  .p-complete .schedule .schedule__list_box dd {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.p-top .schedule .schedule__list_box + .schedule__list_box,
.p-confirm .schedule .schedule__list_box + .schedule__list_box,
.p-complete .schedule .schedule__list_box + .schedule__list_box {
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 15px;
}
.p-top .schedule .schedule__list_box span,
.p-confirm .schedule .schedule__list_box span,
.p-complete .schedule .schedule__list_box span {
  color: var(--sec_color);
}
.p-top .schedule .schedule__sublist li + li,
.p-confirm .schedule .schedule__sublist li + li,
.p-complete .schedule .schedule__sublist li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .schedule .schedule__sublist li + li,
  .p-confirm .schedule .schedule__sublist li + li,
  .p-complete .schedule .schedule__sublist li + li {
    margin-top: 15px;
  }
}
.p-top .notes,
.p-confirm .notes,
.p-complete .notes {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .notes,
  .p-confirm .notes,
  .p-complete .notes {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .notes .notes__title,
  .p-confirm .notes .notes__title,
  .p-complete .notes .notes__title {
    font-size: 1.4rem;
  }
}
.p-top .notes .notes__list li,
.p-confirm .notes .notes__list li,
.p-complete .notes .notes__list li {
  line-height: 1.5;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-top .notes .notes__list li,
  .p-confirm .notes .notes__list li,
  .p-complete .notes .notes__list li {
    font-size: 1.4rem;
  }
}
.p-top .rest,
.p-confirm .rest,
.p-complete .rest {
  margin-top: 20px;
  background-color: #f2f2f2;
  padding: 10px 20px;
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 768px) {
  .p-top .rest,
  .p-confirm .rest,
  .p-complete .rest {
    flex-direction: column;
    padding: 5px 10px;
  }
}
.p-top .rest .rest__text,
.p-confirm .rest .rest__text,
.p-complete .rest .rest__text {
  color: #44475c;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .rest .rest__text,
  .p-confirm .rest .rest__text,
  .p-complete .rest .rest__text {
    font-size: 1.4rem;
  }
}
.p-top .faq,
.p-confirm .faq,
.p-complete .faq {
  background-color: #d7f0db;
  padding: 160px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .faq,
  .p-confirm .faq,
  .p-complete .faq {
    padding: 40px 10px 80px;
  }
}
.p-top .faq::before,
.p-confirm .faq::before,
.p-complete .faq::before {
  content: "";
  background-image: url("../../images/deco_faq01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 492px;
  height: 356px;
  position: absolute;
  top: 120px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .faq::before,
  .p-confirm .faq::before,
  .p-complete .faq::before {
    width: 200px;
    top: 30px;
    left: -15px;
  }
}
.p-top .faq::after,
.p-confirm .faq::after,
.p-complete .faq::after {
  content: "";
  background-image: url("../../images/deco_faq02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 314px;
  height: 258px;
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .faq::after,
  .p-confirm .faq::after,
  .p-complete .faq::after {
    width: 150px;
    background-position: bottom;
    right: 10px;
    bottom: 5px;
  }
}
.p-top .faq .faq__box,
.p-confirm .faq .faq__box,
.p-complete .faq .faq__box {
  background: linear-gradient(to bottom right, rgba(57, 181, 74, 0.7), rgba(41, 171, 226, 0.7));
  max-width: 1200px;
  margin: 80px auto 0;
  border-radius: 40px;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__box,
  .p-confirm .faq .faq__box,
  .p-complete .faq .faq__box {
    margin-top: 40px;
    border-radius: 20px;
  }
}
.p-top .faq .faq__box + .faq__box,
.p-confirm .faq .faq__box + .faq__box,
.p-complete .faq .faq__box + .faq__box {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__box + .faq__box,
  .p-confirm .faq .faq__box + .faq__box,
  .p-complete .faq .faq__box + .faq__box {
    margin-top: 20px;
  }
}
.p-top .faq .faq__head,
.p-confirm .faq .faq__head,
.p-complete .faq .faq__head {
  position: relative;
  cursor: pointer;
  padding: 60px 0;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__head,
  .p-confirm .faq .faq__head,
  .p-complete .faq .faq__head {
    background-repeat: 20px;
    padding: 20px 0;
  }
}
.p-top .faq .faq__head.is-opend .acc__btn::after,
.p-confirm .faq .faq__head.is-opend .acc__btn::after,
.p-complete .faq .faq__head.is-opend .acc__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-top .faq .faq__acc_title,
.p-confirm .faq .faq__acc_title,
.p-complete .faq .faq__acc_title {
  font-family: var(--zen_gothic);
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-right: 70px;
  padding-left: 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_title,
  .p-confirm .faq .faq__acc_title,
  .p-complete .faq .faq__acc_title {
    font-size: 1.6rem;
    padding-right: 40px;
  }
}
.p-top .faq .faq__acc_title::before,
.p-confirm .faq .faq__acc_title::before,
.p-complete .faq .faq__acc_title::before {
  content: "";
  background-color: #fff;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 0.35em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_title::before,
  .p-confirm .faq .faq__acc_title::before,
  .p-complete .faq .faq__acc_title::before {
    width: 0.8em;
    height: 0.8em;
    top: 0.35em;
  }
}
.p-top .faq .faq__acc_btn,
.p-confirm .faq .faq__acc_btn,
.p-complete .faq .faq__acc_btn {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #ffff00;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_btn,
  .p-confirm .faq .faq__acc_btn,
  .p-complete .faq .faq__acc_btn {
    width: 30px;
    height: 30px;
  }
}
.p-top .faq .faq__acc_btn::before, .p-top .faq .faq__acc_btn::after,
.p-confirm .faq .faq__acc_btn::before,
.p-confirm .faq .faq__acc_btn::after,
.p-complete .faq .faq__acc_btn::before,
.p-complete .faq .faq__acc_btn::after {
  content: "";
  background-color: var(--yellow_green);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top .faq .faq__acc_btn::before,
.p-confirm .faq .faq__acc_btn::before,
.p-complete .faq .faq__acc_btn::before {
  width: 38%;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_btn::before,
  .p-confirm .faq .faq__acc_btn::before,
  .p-complete .faq .faq__acc_btn::before {
    height: 2px;
  }
}
.p-top .faq .faq__acc_btn::after,
.p-confirm .faq .faq__acc_btn::after,
.p-complete .faq .faq__acc_btn::after {
  width: 3px;
  height: 38%;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_btn::after,
  .p-confirm .faq .faq__acc_btn::after,
  .p-complete .faq .faq__acc_btn::after {
    width: 2px;
  }
}
.p-top .faq .faq__acc_content,
.p-confirm .faq .faq__acc_content,
.p-complete .faq .faq__acc_content {
  display: none;
  padding-bottom: 120px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_content,
  .p-confirm .faq .faq__acc_content,
  .p-complete .faq .faq__acc_content {
    padding-bottom: 40px;
  }
}
.p-top .faq .faq__acc2,
.p-confirm .faq .faq__acc2,
.p-complete .faq .faq__acc2 {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 40px;
  cursor: pointer;
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc2,
  .p-confirm .faq .faq__acc2,
  .p-complete .faq .faq__acc2 {
    border-radius: 20px;
    padding: 20px;
  }
}
.p-top .faq .faq__acc2 + .faq__acc2,
.p-confirm .faq .faq__acc2 + .faq__acc2,
.p-complete .faq .faq__acc2 + .faq__acc2 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc2 + .faq__acc2,
  .p-confirm .faq .faq__acc2 + .faq__acc2,
  .p-complete .faq .faq__acc2 + .faq__acc2 {
    margin-top: 15px;
  }
}
.p-top .faq .faq__acc2.is-opend .acc__btn2::after,
.p-confirm .faq .faq__acc2.is-opend .acc__btn2::after,
.p-complete .faq .faq__acc2.is-opend .acc__btn2::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-top .faq .faq__head2,
.p-confirm .faq .faq__head2,
.p-complete .faq .faq__head2 {
  position: relative;
}
.p-top .faq .faq__acc_btn2,
.p-confirm .faq .faq__acc_btn2,
.p-complete .faq .faq__acc_btn2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--sky_blue);
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_btn2,
  .p-confirm .faq .faq__acc_btn2,
  .p-complete .faq .faq__acc_btn2 {
    width: 20px;
    height: 20px;
  }
}
.p-top .faq .faq__acc_btn2::before, .p-top .faq .faq__acc_btn2::after,
.p-confirm .faq .faq__acc_btn2::before,
.p-confirm .faq .faq__acc_btn2::after,
.p-complete .faq .faq__acc_btn2::before,
.p-complete .faq .faq__acc_btn2::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top .faq .faq__acc_btn2::before,
.p-confirm .faq .faq__acc_btn2::before,
.p-complete .faq .faq__acc_btn2::before {
  width: 57%;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_btn2::before,
  .p-confirm .faq .faq__acc_btn2::before,
  .p-complete .faq .faq__acc_btn2::before {
    height: 2px;
  }
}
.p-top .faq .faq__acc_btn2::after,
.p-confirm .faq .faq__acc_btn2::after,
.p-complete .faq .faq__acc_btn2::after {
  width: 3px;
  height: 57%;
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_btn2::after,
  .p-confirm .faq .faq__acc_btn2::after,
  .p-complete .faq .faq__acc_btn2::after {
    width: 2px;
  }
}
.p-top .faq .faq__acc_content2,
.p-confirm .faq .faq__acc_content2,
.p-complete .faq .faq__acc_content2 {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_content2,
  .p-confirm .faq .faq__acc_content2,
  .p-complete .faq .faq__acc_content2 {
    margin-top: 10px;
  }
}
.p-top .faq .faq__acc_q,
.p-confirm .faq .faq__acc_q,
.p-complete .faq .faq__acc_q {
  font-size: 1.8rem;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_q,
  .p-confirm .faq .faq__acc_q,
  .p-complete .faq .faq__acc_q {
    font-size: 1.4rem;
    padding-right: 25px;
  }
}
.p-top .faq .faq__acc_a,
.p-confirm .faq .faq__acc_a,
.p-complete .faq .faq__acc_a {
  display: flex;
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-top .faq .faq__acc_a,
  .p-confirm .faq .faq__acc_a,
  .p-complete .faq .faq__acc_a {
    font-size: 1.4rem;
  }
}
.p-top .profile,
.p-confirm .profile,
.p-complete .profile {
  max-width: 865px;
  margin: 0 auto;
  padding: 130px 20px;
}
@media screen and (max-width: 768px) {
  .p-top .profile,
  .p-confirm .profile,
  .p-complete .profile {
    padding: 60px 10px;
  }
}
.p-top .profile .profile__box + .profile__box,
.p-confirm .profile .profile__box + .profile__box,
.p-complete .profile .profile__box + .profile__box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .profile .profile__box + .profile__box,
  .p-confirm .profile .profile__box + .profile__box,
  .p-complete .profile .profile__box + .profile__box {
    margin-top: 20px;
  }
}
.p-top .profile .profile__title,
.p-confirm .profile .profile__title,
.p-complete .profile .profile__title {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .profile .profile__title,
  .p-confirm .profile .profile__title,
  .p-complete .profile .profile__title {
    font-size: 1.4rem;
  }
}
.p-top .profile .profile__name,
.p-confirm .profile .profile__name,
.p-complete .profile .profile__name {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .profile .profile__name,
  .p-confirm .profile .profile__name,
  .p-complete .profile .profile__name {
    font-size: 1.6rem;
  }
}
.p-top .profile .profile__text,
.p-confirm .profile .profile__text,
.p-complete .profile .profile__text {
  margin-top: 24px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .profile .profile__text,
  .p-confirm .profile .profile__text,
  .p-complete .profile .profile__text {
    font-size: 1.2rem;
  }
}
.p-top .profile .profile__copy,
.p-confirm .profile .profile__copy,
.p-complete .profile .profile__copy {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .profile .profile__copy,
  .p-confirm .profile .profile__copy,
  .p-complete .profile .profile__copy {
    font-size: 1.4rem;
  }
}
.p-top .profile .profile__img,
.p-confirm .profile .profile__img,
.p-complete .profile .profile__img {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .profile .profile__img,
  .p-confirm .profile .profile__img,
  .p-complete .profile .profile__img {
    margin-top: 30px;
  }
}
.p-top .sec_form,
.p-confirm .sec_form,
.p-complete .sec_form {
  background: var(--light_blue);
  position: relative;
  padding: 125px 0 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form,
  .p-confirm .sec_form,
  .p-complete .sec_form {
    padding: 65px 0 70px 0;
  }
}
.p-top .sec_form::before, .p-top .sec_form::after,
.p-confirm .sec_form::before,
.p-confirm .sec_form::after,
.p-complete .sec_form::before,
.p-complete .sec_form::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top .sec_form::before,
.p-confirm .sec_form::before,
.p-complete .sec_form::before {
  background: url("../../images/bg_form01.png") no-repeat left top/contain;
  top: 0;
  left: 45px;
  left: 2.34vw;
  width: 620px;
  height: 635px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form::before,
  .p-confirm .sec_form::before,
  .p-complete .sec_form::before {
    left: -20px;
    width: 310px;
    height: 317px;
  }
}
.p-top .sec_form::after,
.p-confirm .sec_form::after,
.p-complete .sec_form::after {
  background: url("../../images/bg_form02.png") no-repeat left top/contain;
  bottom: 120px;
  right: 100px;
  right: 5.208vw;
  width: 336px;
  height: 447px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form::after,
  .p-confirm .sec_form::after,
  .p-complete .sec_form::after {
    bottom: 20px;
    right: 20px;
    width: 168px;
    height: 223px;
  }
}
.p-top .sec_form .form_inner,
.p-confirm .sec_form .form_inner,
.p-complete .sec_form .form_inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-top .sec_form .form_ttl,
.p-confirm .sec_form .form_ttl,
.p-complete .sec_form .form_ttl {
  text-align: center;
}
.p-top .sec_form .form_programs,
.p-confirm .sec_form .form_programs,
.p-complete .sec_form .form_programs {
  margin-top: 10px;
}
.p-top .sec_form .form_programs .form_programs_radio,
.p-confirm .sec_form .form_programs .form_programs_radio,
.p-complete .sec_form .form_programs .form_programs_radio {
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
.p-top .sec_form .form_programs .form_programs_radio li + li,
.p-confirm .sec_form .form_programs .form_programs_radio li + li,
.p-complete .sec_form .form_programs .form_programs_radio li + li {
  margin-left: 1em;
}
.p-top .sec_form .form_programs .form_programs__box,
.p-confirm .sec_form .form_programs .form_programs__box,
.p-complete .sec_form .form_programs .form_programs__box {
  padding-bottom: 25px;
  border-bottom: 2px solid var(--navy);
  position: relative;
  /*&::after {
  	content: '';
  	display: block;
  	width: 100%;
  	height: 1px;
  	background: var(--border_gray);
  	position: absolute;
  	bottom: 5px;
  	left: 0;
  }*/
}
.p-top .sec_form .form_programs .form_programs__box + .form_programs__box,
.p-confirm .sec_form .form_programs .form_programs__box + .form_programs__box,
.p-complete .sec_form .form_programs .form_programs__box + .form_programs__box {
  margin-top: 20px;
  display: none;
}
.p-top .sec_form .form_programs .form_programs__box:last-child,
.p-confirm .sec_form .form_programs .form_programs__box:last-child,
.p-complete .sec_form .form_programs .form_programs__box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-top .sec_form .form_programs .form_programs__date,
.p-confirm .sec_form .form_programs .form_programs__date,
.p-complete .sec_form .form_programs .form_programs__date {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_programs .form_programs__date,
  .p-confirm .sec_form .form_programs .form_programs__date,
  .p-complete .sec_form .form_programs .form_programs__date {
    margin-top: 10px;
  }
}
.p-top .sec_form .form_programs .form_programs__2col01,
.p-confirm .sec_form .form_programs .form_programs__2col01,
.p-complete .sec_form .form_programs .form_programs__2col01 {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_programs .form_programs__2col01,
  .p-confirm .sec_form .form_programs .form_programs__2col01,
  .p-complete .sec_form .form_programs .form_programs__2col01 {
    display: block;
  }
}
.p-top .sec_form .form_programs .form_programs__2col01 .b-form__label,
.p-confirm .sec_form .form_programs .form_programs__2col01 .b-form__label,
.p-complete .sec_form .form_programs .form_programs__2col01 .b-form__label {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_programs .form_programs__list,
  .p-confirm .sec_form .form_programs .form_programs__list,
  .p-complete .sec_form .form_programs .form_programs__list {
    margin-top: 5px;
  }
}
.p-top .sec_form .form_programs .form_programs__list > li + li,
.p-confirm .sec_form .form_programs .form_programs__list > li + li,
.p-complete .sec_form .form_programs .form_programs__list > li + li {
  margin-top: 5px;
}
.p-top .sec_form .form_seat,
.p-confirm .sec_form .form_seat,
.p-complete .sec_form .form_seat {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 4px dotted #44475c;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_seat,
  .p-confirm .sec_form .form_seat,
  .p-complete .sec_form .form_seat {
    border-top-width: 2px;
  }
}
.p-top .sec_form .form_seat .form_seat__list,
.p-confirm .sec_form .form_seat .form_seat__list,
.p-complete .sec_form .form_seat .form_seat__list {
  border: 2px solid #44475c;
  margin-top: 10px;
}
.p-top .sec_form .form_seat .form_seat__list > li,
.p-confirm .sec_form .form_seat .form_seat__list > li,
.p-complete .sec_form .form_seat .form_seat__list > li {
  display: flex;
  border-bottom: 2px solid #44475c;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_seat .form_seat__list > li,
  .p-confirm .sec_form .form_seat .form_seat__list > li,
  .p-complete .sec_form .form_seat .form_seat__list > li {
    display: block;
  }
}
.p-top .sec_form .form_seat .form_seat__list > li:last-child,
.p-confirm .sec_form .form_seat .form_seat__list > li:last-child,
.p-complete .sec_form .form_seat .form_seat__list > li:last-child {
  border-bottom: none;
}
.p-top .sec_form .form_seat .form_seat__event,
.p-confirm .sec_form .form_seat .form_seat__event,
.p-complete .sec_form .form_seat .form_seat__event {
  width: 55%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_seat .form_seat__event,
  .p-confirm .sec_form .form_seat .form_seat__event,
  .p-complete .sec_form .form_seat .form_seat__event {
    width: 100%;
  }
}
.p-top .sec_form .form_seat .form_seat__group_list,
.p-confirm .sec_form .form_seat .form_seat__group_list,
.p-complete .sec_form .form_seat .form_seat__group_list {
  width: 45%;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_seat .form_seat__group_list,
  .p-confirm .sec_form .form_seat .form_seat__group_list,
  .p-complete .sec_form .form_seat .form_seat__group_list {
    width: 100%;
    border-top: 1px solid #44475c;
  }
}
.p-top .sec_form .form_seat .form_seat__group_list > li,
.p-confirm .sec_form .form_seat .form_seat__group_list > li,
.p-complete .sec_form .form_seat .form_seat__group_list > li {
  display: flex;
  height: 100%;
}
.p-top .sec_form .form_seat .form_seat__group_list > li:first-child,
.p-confirm .sec_form .form_seat .form_seat__group_list > li:first-child,
.p-complete .sec_form .form_seat .form_seat__group_list > li:first-child {
  border-bottom: 1px solid #44475c;
}
.p-top .sec_form .form_seat .form_seat__symbol,
.p-confirm .sec_form .form_seat .form_seat__symbol,
.p-complete .sec_form .form_seat .form_seat__symbol {
  font-size: 2rem;
  font-weight: bold;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_seat .form_seat__symbol,
  .p-confirm .sec_form .form_seat .form_seat__symbol,
  .p-complete .sec_form .form_seat .form_seat__symbol {
    font-size: 1.6rem;
    width: 36px;
  }
}
.p-top .sec_form .form_seat .form_seat__name,
.p-confirm .sec_form .form_seat .form_seat__name,
.p-complete .sec_form .form_seat .form_seat__name {
  font-weight: bold;
  padding-right: 10px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_seat .form_seat__name,
  .p-confirm .sec_form .form_seat .form_seat__name,
  .p-complete .sec_form .form_seat .form_seat__name {
    font-size: 1.2rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.p-top .sec_form .form_seat .form_seat__group,
.p-confirm .sec_form .form_seat .form_seat__group,
.p-complete .sec_form .form_seat .form_seat__group {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #44475c;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_seat .form_seat__group,
  .p-confirm .sec_form .form_seat .form_seat__group,
  .p-complete .sec_form .form_seat .form_seat__group {
    font-size: 1.4rem;
    border-left: none;
    width: 55px;
  }
}
.p-top .sec_form .form_seat .form_seat__rest,
.p-confirm .sec_form .form_seat .form_seat__rest,
.p-complete .sec_form .form_seat .form_seat__rest {
  border-left: 1px solid #44475c;
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 20px;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_seat .form_seat__rest,
  .p-confirm .sec_form .form_seat .form_seat__rest,
  .p-complete .sec_form .form_seat .form_seat__rest {
    font-size: 1.4rem;
    width: auto;
  }
}
.p-top .sec_form .form_seat .form_seat__rest02,
.p-confirm .sec_form .form_seat .form_seat__rest02,
.p-complete .sec_form .form_seat .form_seat__rest02 {
  border-left: 1px solid #44475c;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .p-top .sec_form .form_seat .form_seat__rest02,
  .p-confirm .sec_form .form_seat .form_seat__rest02,
  .p-complete .sec_form .form_seat .form_seat__rest02 {
    font-size: 1.4rem;
  }
}
.p-top .section_form,
.p-confirm .section_form,
.p-complete .section_form {
  position: relative;
  background: #29b1e1;
  overflow: hidden;
  padding: 90px 10px 110px;
}
@media screen and (max-width: 768px) {
  .p-top .section_form,
  .p-confirm .section_form,
  .p-complete .section_form {
    padding: 50px 10px 60px;
    margin-top: 70px;
  }
}
.p-top .section_form::before, .p-top .section_form::after,
.p-confirm .section_form::before,
.p-confirm .section_form::after,
.p-complete .section_form::before,
.p-complete .section_form::after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
.p-top .section_form::before,
.p-confirm .section_form::before,
.p-complete .section_form::before {
  background: url("../../images/bg_dotted.png") repeat left top/13px;
  opacity: 0.15;
  width: 400%;
  height: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}
@media screen and (max-width: 768px) {
  .p-top .section_form::before,
  .p-confirm .section_form::before,
  .p-complete .section_form::before {
    background-size: 8px;
  }
}
.p-top .section_form::after,
.p-confirm .section_form::after,
.p-complete .section_form::after {
  background: url("../../images/section_top03.png") repeat-x left top/1280px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .section_form::after,
  .p-confirm .section_form::after,
  .p-complete .section_form::after {
    background-size: 640px;
  }
}
.p-top .section_form .section_form__bg,
.p-confirm .section_form .section_form__bg,
.p-complete .section_form .section_form__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/bg_texture.jpg") repeat left top/128px;
  mix-blend-mode: multiply;
  opacity: 0.07;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-top .section_form .section_form__bg,
  .p-confirm .section_form .section_form__bg,
  .p-complete .section_form .section_form__bg {
    background-size: 64px;
  }
}
.p-top .section_form .section_form__inner,
.p-confirm .section_form .section_form__inner,
.p-complete .section_form .section_form__inner {
  max-width: 820px;
  padding: 0 5px;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
.p-top .section_form .section_form__title,
.p-confirm .section_form .section_form__title,
.p-complete .section_form .section_form__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .section_form .section_form__title img,
  .p-confirm .section_form .section_form__title img,
  .p-complete .section_form .section_form__title img {
    max-width: 243.3333333333px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .form_table__wrap,
  .p-confirm .form_table__wrap,
  .p-complete .form_table__wrap {
    overflow-x: scroll;
  }
  .p-top .form_table__wrap .b-form__table,
  .p-confirm .form_table__wrap .b-form__table,
  .p-complete .form_table__wrap .b-form__table {
    min-width: 530px;
  }
}
.p-top .form_programs_add_btn,
.p-confirm .form_programs_add_btn,
.p-complete .form_programs_add_btn {
  margin-top: 20px;
}
.p-top .form_programs_add_btn > button,
.p-confirm .form_programs_add_btn > button,
.p-complete .form_programs_add_btn > button {
  max-width: 270px;
  border-radius: 100vh;
  background: var(--navy);
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 13px 38px;
  display: block;
  width: 100%;
  margin-inline: auto;
  position: relative;
  border: 2px solid var(--navy);
  transition: color 0.3s, background 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .form_programs_add_btn > button:hover,
  .p-confirm .form_programs_add_btn > button:hover,
  .p-complete .form_programs_add_btn > button:hover {
    background: #fff;
    color: var(--navy);
  }
  .p-top .form_programs_add_btn > button:hover::before, .p-top .form_programs_add_btn > button:hover::after,
  .p-confirm .form_programs_add_btn > button:hover::before,
  .p-confirm .form_programs_add_btn > button:hover::after,
  .p-complete .form_programs_add_btn > button:hover::before,
  .p-complete .form_programs_add_btn > button:hover::after {
    background: var(--navy);
  }
}
.p-top .form_programs_add_btn > button::before, .p-top .form_programs_add_btn > button::after,
.p-confirm .form_programs_add_btn > button::before,
.p-confirm .form_programs_add_btn > button::after,
.p-complete .form_programs_add_btn > button::before,
.p-complete .form_programs_add_btn > button::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.p-top .form_programs_add_btn > button::after,
.p-confirm .form_programs_add_btn > button::after,
.p-complete .form_programs_add_btn > button::after {
  transform: translateY(-50%) rotate(-90deg);
}
.p-top .form_poricy,
.p-confirm .form_poricy,
.p-complete .form_poricy {
  margin-top: 40px;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.p-top .form_err_box,
.p-confirm .form_err_box,
.p-complete .form_err_box {
  margin-top: 40px;
  background: #fff;
  border: 3px solid;
  padding: 10px;
  box-shadow: 0px 0px 0px 2px #fff;
  color: var(--red);
}
.p-top .fix_btns,
.p-confirm .fix_btns,
.p-complete .fix_btns {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .p-top .fix_btns,
  .p-confirm .fix_btns,
  .p-complete .fix_btns {
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-top .fix_btns .fix_btn,
  .p-confirm .fix_btns .fix_btn,
  .p-complete .fix_btns .fix_btn {
    width: 50%;
  }
}
.p-top .fix_btns .fix_btn + .fix_btn,
.p-confirm .fix_btns .fix_btn + .fix_btn,
.p-complete .fix_btns .fix_btn + .fix_btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .fix_btns .fix_btn + .fix_btn,
  .p-confirm .fix_btns .fix_btn + .fix_btn,
  .p-complete .fix_btns .fix_btn + .fix_btn {
    margin-top: 0;
    border-left: 1px solid #fff;
  }
}
.p-top .fix_btns .fix_btn a,
.p-confirm .fix_btns .fix_btn a,
.p-complete .fix_btns .fix_btn a {
  display: block;
  background: var(--navy);
  color: #fff;
  border: 2px solid;
  border-right: none;
  border-radius: 10px 0 0 10px;
  padding: 20px 15px;
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  transition: color 0.3s, background 0.3s;
  font-weight: bold;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .fix_btns .fix_btn a:hover,
  .p-confirm .fix_btns .fix_btn a:hover,
  .p-complete .fix_btns .fix_btn a:hover {
    color: var(--navy);
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-top .fix_btns .fix_btn a,
  .p-confirm .fix_btns .fix_btn a,
  .p-complete .fix_btns .fix_btn a {
    writing-mode: inherit;
    border-radius: 0;
    border: none;
    border-top: 1px solid;
    text-align: center;
    padding: 10px;
    line-height: 1.5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-confirm .section_form,
.p-complete .section_form {
  padding-top: 45px;
}
.p-confirm .section_form::after,
.p-complete .section_form::after {
  display: none;
}
.p-confirm .confirm_text,
.p-complete .confirm_text {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-confirm .confirm_text,
  .p-complete .confirm_text {
    margin-bottom: 20px;
  }
}
.p-confirm .form_programs .form_programs__box + .form_programs__box,
.p-complete .form_programs .form_programs__box + .form_programs__box {
  display: block;
}
.p-confirm .form_programs .form_programs__box:last-child,
.p-complete .form_programs .form_programs__box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-confirm .form_programs .form_programs__box:last-child::after,
.p-complete .form_programs .form_programs__box:last-child::after {
  display: none;
}
.p-confirm .b-form .b-form__table > thead > tr > th,
.p-complete .b-form .b-form__table > thead > tr > th {
  padding-right: 10px;
}
.p-confirm .b-form .b-form__table > thead > tr > th:first-child,
.p-complete .b-form .b-form__table > thead > tr > th:first-child {
  width: auto;
}

.p-complete .section_form {
  min-height: calc(100vh - 40px);
}
.p-complete .thanks {
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */
