@charset "UTF-8";
html {
  font-size: 16px !important;
}

body {
  padding-bottom: 50px !important;
  height: auto !important;
  font-size: 16px !important;
}

img {
  height: auto;
}

ul.disc {
  list-style-type: disc;
  margin: 10px 0;
  padding-left: 20px;
}

ol {
  padding-left: 20px;
}

hr {
  border: none;
  border-top: 1px solid #D2D4FB;
}

*[hidden] {
  display: none;
  opacity: 0;
}

table {
  margin: 20px auto;
  table-layout: fixed;
}
table tr th {
  padding: 5px 5px;
  background: #E9EAFD;
  color: #425064;
}
table tr td {
  padding: 5px 5px;
  color: #425064;
}

input[type="text"],
input[type="password"],
input[type="tel"] {
  padding: 5px 5px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #707070;
  border-radius: 3px;
  color: #425064;
  font-size: 16px;
}
input[type="text"][readonly],
input[type="password"][readonly],
input[type="tel"][readonly] {
  background: #F9F4F4;
  cursor: not-allowed;
}
input[type="text"][readonly]:focus,
input[type="password"][readonly]:focus,
input[type="tel"][readonly]:focus {
  outline: inherit;
}

select,
input[type="date"] {
  padding: 5px 5px;
  max-width: 100%;
  border: 1px solid #707070;
  border-radius: 3px;
  color: #425064;
  font-size: 16px;
}
select[readonly],
input[type="date"][readonly] {
  background: #F9F4F4;
  cursor: not-allowed;
}
select[readonly]:focus,
input[type="date"][readonly]:focus {
  outline: inherit;
}

textarea {
  padding: 5px 5px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #707070;
  color: #425064;
  font-size: 16px;
  vertical-align: bottom;
}
textarea[readonly] {
  background: #F9F4F4;
  cursor: not-allowed;
}
textarea[readonly]:focus {
  outline: inherit;
}
textarea[name="FREE_TEXT_4"] {
  height: 200px;
}

label {
  display: inline-block;
  line-height: 1.2;
  cursor: pointer;
}
label input[type="checkbox"],
label input[type="radio"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  color: #425064;
}
label input[type="checkbox"]:checked + span,
label input[type="radio"]:checked + span {
  color: #FF0046;
}

input[type="submit"]:disabled {
  background-image: linear-gradient(180deg, #333333, #000000);
  color: #999999;
  cursor: no-drop;
}
input[type="submit"]:disabled:hover {
  background-image: linear-gradient(180deg, #333333, #000000);
}

button {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  width: 60%;
  max-width: 200px;
  border: none;
  border-radius: 5px;
  color: #425064;
  font-weight: 600;
  text-align: center;
  background-image: linear-gradient(180deg, #E9EAFD, #D2D4FB);
  cursor: pointer;
}
button:hover {
  background-image: linear-gradient(180deg, #D2D4FB, #E9EAFD);
}

input[type="button"] {
  display: block;
  margin: 20px auto;
  padding: 10px 0;
  width: 60%;
  max-width: 300px;
  border: 1px solid #333333;
  border-radius: 5px;
  color: #425064;
  font-weight: 600;
  text-align: center;
  background-image: linear-gradient(180deg, #CCCCCC, #999999);
  cursor: pointer;
}
input[type="button"]:hover {
  background-image: linear-gradient(180deg, #999999, #CCCCCC);
}

.kiyaku-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px;
  background: rgba(0, 0, 0, 0.5);
}
.kiyaku-popup-inner {
  margin: 0 auto;
  padding: 20px 20px;
  max-width: 600px;
  height: 100%;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
.kiyaku-popup-scroll {
  height: 100%;
  overflow-y: scroll;
}
.kiyaku-popup pre {
  white-space: pre-wrap;
  font-size: 0.88rem;
}
.kiyaku-popup-button {
  margin-top: 10px;
  height: 30px;
}

.kiyaku-check {
  text-align: center;
}
.kiyaku-check-list {
  display: inline-block;
}
.kiyaku-check-list li {
  text-align: left;
}

#CHECK_KIYAKU_01,
#CHECK_KIYAKU_02,
label[for="CHECK_KIYAKU_01"],
label[for="CHECK_KIYAKU_02"] {
  pointer-events: none;
}

.form-text {
  margin-top: 20px;
}

.figcap-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.figcap-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.figcap-item {
  width: calc((100% - 20px) / 2);
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.flex-1-2 {
  width: calc((100% - 10px) / 2);
}

.flex-text {
  width: 55px;
}

.flex-input {
  width: calc(100% - 65px);
}

#top {
  padding: 10px 0;
  border-bottom: 1px solid #D2D4FB;
}
#top div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1280px;
}
#top h1 {
  float: none;
}
#top h1 img {
  width: 170px;
}
#top p {
  float: none;
  line-height: 55px;
  color: #425064;
}

#status dl {
  color: #425064;
}

form input[type="submit"],
.list_a a {
  margin: 10px auto;
  width: 80%;
  border: none;
  background-image: linear-gradient(180deg, #E9EAFD, #D2D4FB);
  font-size: 1.13rem;
  color: #425064;
  font-weight: 600;
}
form input[type="submit"]:hover,
.list_a a:hover {
  background-image: linear-gradient(180deg, #D2D4FB, #E9EAFD);
}

.k_l_box_index_pause a {
  border: 2px solid #FC7C9F;
  background-image: linear-gradient(180deg, #FFFFFF, #FFF1EF);
  font-size: 1.25rem;
  color: #FC7C9F;
  font-weight: 600;
}
.k_l_box_index_pause a:hover {
  background-image: linear-gradient(180deg, #FFDBD6, #FFF1EF);
}

.list_a + * {
  margin-top: 20px;
}

.red,
.red2 {
  color: #FC7C9F;
}

font[color="red"] {
  font-size: 1.5rem;
  font-weight: 600;
}

#status #condition p {
  color: #D2D4FB;
}

.content_pause .content_pause_image {
  color: #D2D4FB;
}

.pin_notice_item:first-of-type .pin_notice_header {
  border-top-color: #D2D4FB;
  color: #D2D4FB;
}

table.fee_table span {
  color: #D2D4FB;
}

table.fee_table3 td.fee_table3_incentive {
  color: #D2D4FB;
}

.member_table tr {
  border: none;
  background: #D2D4FB;
}
.member_table tr td {
  border-color: #D2D4FB;
}

.content_01 {
  width: calc(100% - 20px);
  max-width: 1000px;
  border: 1px solid #D2D4FB;
  color: #425064;
}
.content_01 p {
  color: #858AF6;
}

.content_02 {
  width: calc(100% - 20px);
  max-width: 1000px;
  border: 1px solid #D2D4FB;
  color: #425064;
}

.content_07 {
  width: calc(100% - 20px);
  max-width: 1000px;
  border: 1px solid #D2D4FB;
  color: #425064;
}

.content_08 {
  margin: 20px auto;
  padding: 10px 20px;
  width: calc(100% - 20px);
  max-width: 1000px;
  border: 1px solid #D2D4FB;
  border-radius: 10px;
  background: #FFFFFF;
  color: #425064;
}

.gest_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #D2D4FB;
}
.gest_list dd {
  float: none;
  text-indent: 0;
  line-height: 40px;
  padding: 0 10px;
  background: #D2D4FB;
  color: #425064;
}
.gest_list dd.is-border {
  border-bottom-color: #D2D4FB;
}
.gest_list dt {
  float: none;
  text-indent: 0;
  padding: 0 10px;
  line-height: 40px;
  border-bottom-color: #D2D4FB;
  border-right: 1px solid #D2D4FB;
}
.gest_list dt:first-of-type {
  line-height: 40px;
  border-top: none;
}

.gest_list dd.is-half {
  width: 120px;
}
.gest_list dt.is-half {
  width: calc(50% - 120px);
}

.gest_list dt.is-full {
  width: 100%;
  border-left: 1px solid #D2D4FB;
}

.gest_list dt.checkbox {
  padding: 5px 10px;
  line-height: 1.75;
}
.gest_list dt.checkbox-text {
  padding: 5px 10px;
  line-height: 1.75;
}
.gest_list dt.checkbox-text span {
  display: inline-block;
  line-height: 1.2;
  font-size: 1rem;
  color: #333333;
  font-weight: 400;
}
.gest_list dt.checkbox-text span:nth-last-of-type(n + 2)::after {
  content: ", ";
}
.gest_list .checkbox-tips {
  line-height: 1.2;
  font-size: 0.75rem;
  color: #333333;
  font-weight: 400;
}

.gest_list dt.checkbox-face {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px 10px;
}
.gest_list dt.checkbox-face label {
  width: calc((100% - 20px) / 3);
  text-align: center;
}

.gest_list dt.textarea {
  padding: 5px 10px;
}
.gest_list .textarea-tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.2;/
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px solid #333333;
}
.gest_list .textarea-tips-link {
  font-size: 0.88rem;
  font-weight: 400;
}
.gest_list .textarea-tips-count {
  font-size: 0.88rem;
  font-weight: 400;
}
.gest_list .textarea-tips-count span {
  color: #333333;
}
.gest_list .textarea-tips-count span.warning-text {
  color: #FF0046;
  font-weight: 900;
}

.gest_list.is-freward dd {
  width: 160px;
}
.gest_list.is-freward dt {
  width: calc(100% - 160px);
}

.ohineri-tips {
  padding-bottom: 5px;
  line-height: 1.2;
  font-size: 0.75rem;
}

.is-secret {
  display: none;
}
.is-secret .gest_list {
  margin-top: 0;
}

.shiftlist-table .gest_list {
  margin: 0 auto;
}

.gest_list dt.gest_list3 {
  border-color: #D2D4FB;
}

.manual-subject {
  margin-top: 40px;
  line-height: 1.75;
  border-radius: 5px;
  background: #D2D4FB;
  color: #FFFFFF;
}

.manual-image {
  margin: 20px auto;
  padding: 20px 20px;
  border: 2px solid #707070;
  border-radius: 3px;
  text-align: center !important;
  overflow: hidden;
}
.manual-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.manual-arrow {
  margin: 20px auto;
  text-align: center !important;
}
.manual-arrow img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.video-container {
  width: 100%;
  overflow: hidden;
}

.main-video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content_ticket_header {
  margin: 40px auto;
  padding: 10px 20px;
  max-width: 1000px;
  width: calc(100% - 20px);
  border: 1px solid #D2D4FB;
  border-radius: 10px;
  color: #425064;
  text-align: center;
  position: relative;
}
.content_ticket_header h3 {
  display: inline-block;
  padding: 2px 20px;
  border-radius: 30px;
  background: #D2D4FB;
  font-size: 0.88rem;
  color: #FFFFFF;
  text-align: center;
}
.content_ticket_header h4 .is-red {
  color: #FF0046;
}
.content_ticket_header_ashirai {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  z-index: -1;
}

.content_ticket_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 45px;
  padding: 10px 0;
  max-width: 1000px;
  width: calc(100% - 20px);
  border: 1px solid #D2D4FB;
  border-radius: 10px;
}
.content_ticket_box.is-arrow::after {
  content: "▼";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  color: #D2D4FB;
}
.content_ticket_box .content_ticket_detail {
  border-left: 1px dotted #BDBDBD;
}

.content_ticket_step {
  width: 120px;
  color: #FF0046;
  font-weight: 600;
  text-align: center;
}
.content_ticket_step_number {
  display: inline-block;
  background: #D2D4FB;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.content_ticket_step_number div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.content_ticket_step_number div span {
  width: 100%;
  line-height: 0.9;
  color: #FFFFFF;
  font-weight: 600;
}
.content_ticket_step_number div span:nth-of-type(1) {
  margin-top: auto;
  font-size: 0.75rem;
}
.content_ticket_step_number div span:nth-of-type(2) {
  margin-bottom: auto;
  font-size: 2rem;
}
.content_ticket_step_title {
  margin-top: 10px;
  font-size: 0.88rem;
  color: #FF0046;
  font-weight: 600;
  text-align: center;
}
.content_ticket_step_icon {
  margin: 0 auto;
  max-width: 65px;
}

.content_ticket_detail {
  padding: 0 20px 10px 10px;
  width: calc(100% - 120px);
}
.content_ticket_detail h4 {
  color: #858AF6;
}
.content_ticket_detail_text {
  padding: 2px 5px;
}
.content_ticket_detail_text p {
  font-size: 0.88rem;
}
.content_ticket_detail_tips {
  padding: 2px 5px;
  background: #E9EAFD;
}
.content_ticket_detail_tips p {
  font-size: 0.88rem;
}

.content_ticket_button {
  margin-left: auto;
  max-width: 400px;
}
.content_ticket_button .list_a {
  width: 100%;
}
.content_ticket_button .list_a a,
.content_ticket_button form input[type="submit"] {
  margin-bottom: 0;
  width: 100%;
}

.content_ticket_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 20px auto 45px;
  padding: 10px 0;
  max-width: 640px;
  border-radius: 10px;
  background: #F9F4F4;
}

.contents_ticket_title {
  margin: 20px auto;
  max-width: 640px;
  border-bottom: 1px solid #D2D4FB;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
.contents_ticket_title i {
  color: #FC7C9F;
}

.contents_ticket_text1 {
  font-size: 1.25rem;
  color: #FC7C9F;
  font-weight: 600;
  text-align: center;
}

.contents_ticket_text2 {
  margin-bottom: 40px;
  font-size: 1rem;
  text-align: center;
}

.contents_ticket_form_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}
.contents_ticket_form_row:nth-of-type(n + 2) {
  border-top: 1px dotted #707070;
}
.contents_ticket_form_icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
}
.contents_ticket_form_icon span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 25px;
  background: #D2D4FB;
}
.contents_ticket_form_icon i {
  font-size: 1.5rem;
  color: #FFFFFF;
}
.contents_ticket_form_title {
  width: calc(40% - 60px);
}
.contents_ticket_form_title h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  text-align: left;
}
.contents_ticket_form_title p {
  font-size: 1rem;
  color: #425064;
  font-weight: 300;
  text-align: left;
}
.contents_ticket_form_input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
}
.contents_ticket_form_input input[type="text"],
.contents_ticket_form_input input[type="password"] {
  padding: 10px 5px;
}

.is-accordion {
  margin: 10px auto;
}
.is-accordion-trigger {
  position: relative;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  background-image: linear-gradient(180deg, #E9EAFD, #D2D4FB);
  font-size: 1.13rem;
  color: #425064;
  font-weight: 600;
  cursor: pointer;
}
.is-accordion-trigger:hover {
  background-image: linear-gradient(180deg, #D2D4FB, #E9EAFD);
}
.is-accordion-trigger::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3.0em;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  content: "\f107";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
.is-accordion-trigger.is-active {
  border-bottom: 1px dotted #E9EAFD;
  border-radius: 5px 5px 0 0;
}
.is-accordion-trigger.is-active::after {
  content: "\f106";
}
.is-accordion-box {
  display: none;
  padding: 10px 20px;
  border: 1px solid #E9EAFD;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background: #FFFFFF;
}
.is-accordion.is-search-level-a .is-accordion-box {
  background: #FFFBEA;
}
.is-accordion .search-hit {
  color: #FF0046;
  font-weight: 700;
}

.site-text-search {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 100%;
  max-width: 640px;
  height: 40px;
}
.site-text-search input[type="text"] {
  padding: 5px 90px 5px 5px;
  height: 40px;
  line-height: 40px;
  border-color: #D2D4FB;
}
.site-text-search button {
  margin: 0 0;
  padding: 0 0;
  width: 40px;
  height: 40px;
}
.site-text-search-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
}
.site-text-search-run {
  border-radius: 0 0;
  background: #D2D4FB;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.site-text-search-run:hover {
  background: #A3A7F7;
}
.site-text-search-clear {
  border-radius: 0 3px 3px 0;
  border-color: #D2D4FB;
  background: #E6E6E6;
  color: #707070;
}
.site-text-search-clear:hover {
  background: #CCCCCC;
  color: #636363;
}

.faq-launcher {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  z-index: 1000;
}
.faq-launcher.is-open .faq-panel {
  width: 100%;
  transform: scale(1);
  opacity: 1.0;
  visibility: visible;
  pointer-events: auto;
}
.faq-panel {
  width: 0;
  transform-origin: calc(100% + 80px) 100%;
  transform: scale(0);
  opacity: 0.0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease, visibility 0.4s;
}
.faq-panel-inner {
  padding: 20px 20px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(133, 138, 246, 0.3);
}
.faq-panel-title {
  font-size: 1.13rem;
  font-weight: 700;
}
.faq-panel-list {
  margin-top: 10px;
}
.faq-panel-item {
  font-size: 1rem;
  color: #858AF6;
  font-weight: 600;
  cursor: pointer;
}
.faq-panel-item::before {
  content: "⇒ ";
}
.faq-panel-item:hover, .faq-panel-item:focus-visible {
  text-decoration: underline;
}
.faq-panel-search {
  position: relative;
  margin-top: 10px;
  width: 100%;
}
.faq-panel-search input[type="text"] {
  padding: 5px 30px 5px 5px;
  border-color: #D2D4FB;
}
.faq-panel-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 30px;
  border-radius: 0 3px 3px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #D2D4FB;
  cursor: pointer;
}
.faq-panel-search-icon i {
  color: #FFF1EF;
}
.faq-panel-search-icon:hover {
  background: #A3A7F7;
}
.faq-toggle {
  margin: 0 0;
  padding: 0 0;
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #D2D4FB;
  border-radius: 50%;
  cursor: pointer;
}
.faq-toggle img {
  width: 100%;
  height: 100%;
}
.faq-toggle:hover {
  border: 1px solid #858AF6;
  opacity: 1.0;
}
.faq-toggle:hover img {
  opacity: 1.0;
}

.webtalk-container {
  position: relative;
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 600px;
  height: calc(100vh - 180px);
}
.webtalk-image {
  text-align: center !important;
}
.webtalk-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.webtalk-name {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.webtalk-status {
  margin-top: 40px;
  font-size: 1.13rem;
  font-weight: 700;
  text-align: center;
}
.webtalk-buttons {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.webtalk-buttons[data-talk="true"] .is-join {
  display: none;
}
.webtalk-buttons[data-talk="false"] .is-end {
  display: none;
}
.webtalk-button {
  width: calc((100% - 40px) / 2);
  text-align: center;
}
.webtalk-button button {
  padding: 0 0;
  background: transparent;
}
.webtalk-button button img {
  width: 80px;
}
.webtalk-button button span {
  margin-top: 5px;
  display: block;
}

#remote-media-area {
  display: none;
  opacity: 0.0;
}

.webtalk-test-popup {
  padding: 10px 10px;
}
.webtalk-test-popup-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.webtalk-test-popup-flex + p {
  margin-top: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}
.webtalk-test-popup-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 60px;
  font-size: 2.5rem;
  color: #858AF6;
  text-align: center;
}
.webtalk-test-popup-text {
  width: calc(100% - 70px);
}
.webtalk-test-popup-text p {
  font-size: 0.88rem;
  font-weight: 500;
}

.webtalk-test-container {
  padding: 20px 10px;
}
.webtalk-test-container .mt10 {
  margin-top: 10px;
}
.webtalk-test-container .fs90 {
  font-size: 0.75rem;
}
.webtalk-test-container .fs100b {
  font-size: 0.88rem;
  font-weight: 600;
}
.webtalk-test-container .is-red {
  color: #FF0046;
}
.webtalk-test-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #D2D4FB;
  background: #E9EAFD;
  color: #000000;
}
.webtalk-test-header-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 1.75rem;
  color: #858AF6;
  text-align: center;
}
.webtalk-test-header-text {
  padding-right: 10px;
  width: calc(100% - 60px);
}
.webtalk-test-header-text dl dt {
  color: #858AF6;
}
.webtalk-test-header-text dl dt::before {
  display: none;
}
.webtalk-test-header-text dl dd {
  font-size: 0.75rem;
  color: #425064;
  font-weight: 500;
}
.webtalk-test-box {
  margin-top: 20px;
  padding: 10px 10px;
  border: 1px solid #D2D4FB;
  border-radius: 10px;
  color: #425064;
}
.webtalk-test-box h3 {
  margin-bottom: 0;
  text-align: center;
}
.webtalk-test-box p:not([class]) {
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 500;
}
.webtalk-test-h3p {
  margin-top: 0;
  font-size: 0.75rem;
  font-weight: 300;
  text-align: center;
}
.webtalk-test-main {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #D2D4FB;
  background: #E9EAFD;
}
.webtalk-test-main-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  width: 60px;
  font-size: 2.63rem;
  color: #858AF6;
  text-align: center;
}
.webtalk-test-main-text {
  padding: 10px 10px 10px 0;
  width: calc(100% - 70px);
}
.webtalk-test-main-text p:not([class]) {
  margin-top: 0;
}
.webtalk-test-table {
  margin: 0 auto;
  border: none;
  width: 100%;
}
.webtalk-test-table tr {
  border: none;
}
.webtalk-test-table tr td {
  border: none;
  vertical-align: bottom;
  padding: 10px 5px;
  width: 50%;
  text-align: center;
}
.webtalk-test-table-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.webtalk-test-table-icon i {
  font-size: 2rem;
  color: #858AF6;
  text-align: center;
}
.webtalk-test-table-icon img {
  width: 60px;
}
.webtalk-test-table-text {
  margin-top: 10px;
  padding: 3px 5px;
  border-radius: 3px;
  background: #FFFFFF;
  font-size: 0.57rem;
  color: #858AF6;
  font-weight: 600;
  text-align: center;
}
.webtalk-test-detail {
  margin-top: 20px;
}
.webtalk-test-detail-icon {
  font-size: 3.5rem;
  color: #858AF6;
  text-align: center;
}
.webtalk-test-detail-circle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.webtalk-test-detail-circle i {
  font-size: 2.63rem;
  color: #858AF6;
}
.webtalk-test-detail-circle i:nth-of-type(2) {
  font-size: 1.32rem;
}
.webtalk-test-status {
  margin-top: 10px;
  font-size: 1rem;
  color: #425064;
  font-weight: 700;
  text-align: center;
}
.webtalk-test-audio {
  min-height: 50px;
}
.webtalk-test-audio audio {
  width: 100%;
}
.webtalk-test-footer {
  margin-top: 20px;
}
.webtalk-test-footer p {
  font-size: 0.75rem;
  color: #FF0046;
  font-weight: 500;
  text-align: center;
}
.webtalk-test-footer-icon {
  font-size: 1.75rem;
  color: #858AF6;
  text-align: center;
}
.webtalk-test-button {
  margin: 10px auto 0;
  max-width: 240px;
}

.form-password {
  width: 100%;
}
.form-password-input {
  position: relative;
  width: 100%;
}
.form-password-input button {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  padding: 0 0;
  display: block;
  width: 30px;
  max-width: 100%;
  height: 30px;
  line-height: 28px;
  border: 1px solid #707070;
  border-radius: 0px;
  background: #707070;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0 3px 3px 0;
}
.form-password-input button span,
.form-password-input button i {
  line-height: 28px;
}
.form-password-input button:disabled {
  cursor: not-allowed;
}
.form-password-input button i {
  margin-right: 2px;
}
.form-password-input button:hover, .form-password-input button.is-active {
  border-color: #707070;
  background: #4A4A4A;
  color: #FFFFFF;
  opacity: 1;
}
.form-password .is-show {
  display: none;
}
.form-password .is-hide {
  display: inline;
}
.form-password.is-active .is-show {
  display: inline;
}
.form-password.is-active .is-hide {
  display: none;
}

.is-popup-box-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.is-popup-box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.is-popup-box {
  margin: 0 auto;
  padding: 20px 20px;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  border-radius: 10px;
  background: #FFFFFF;
  overflow-y: auto;
}
.is-popup-tips {
  font-size: 0.75rem;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 14px !important;
  }

  body {
    font-size: 14px !important;
  }

  .figcap-container {
    margin: 20px 0;
    gap: 0;
  }
  .figcap-container .figcap-item {
    width: calc(100% / 1);
  }
  .figcap-container .figcap-item:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .kiyaku-popup {
    padding: 20px 20px;
  }
  .kiyaku-popup-inner {
    padding: 10px 10px;
    border-radius: 10px;
  }
  .kiyaku-popup pre {
    font-size: 0.86rem;
  }

  .kiyaku-check {
    text-align: left;
  }
  .kiyaku-check-list {
    display: block;
  }

  #top {
    padding: 5px 0;
  }
  #top div {
    padding: 0 10px;
  }
  #top h1 img {
    width: 100px;
  }
  #top p {
    line-height: 30px;
    font-size: 1.15rem;
  }

  .list_a {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
    max-width: 300px;
  }
  .list_a a {
    width: 100%;
  }

  .content_01 {
    padding: 10px 10px;
  }
  .content_01 p {
    font-size: 1rem;
  }

  .content_02 {
    padding: 10px 10px;
  }
  .content_02 p {
    font-size: 1rem;
  }

  .content_07 {
    padding: 10px 10px;
  }
  .content_07 p {
    font-size: 1rem;
  }

  .content_08 {
    padding: 10px 10px;
  }
  .content_08 p {
    font-size: 1rem;
  }

  .gest_list dd {
    padding: 5px 10px;
    width: 100%;
    min-height: inherit;
    line-height: inherit;
  }
  .gest_list dt {
    padding: 5px 10px;
    width: 100%;
    min-height: inherit;
    line-height: inherit;
    border-left: 1px solid #D2D4FB;
  }
  .gest_list dt:first-of-type {
    min-height: inherit;
    line-height: inherit;
  }

  .gest_list dd.is-half {
    width: 100%;
  }
  .gest_list dt.is-half {
    width: 100%;
  }

  .gest_list dt.checkbox-face label {
    width: calc((100% - 10px) / 2);
  }

  .gest_list .textarea-tips-link {
    font-size: 0.86rem;
  }
  .gest_list .textarea-tips-count {
    font-size: 0.86rem;
  }

  .gest_list.is-freward dd {
    width: 100%;
  }
  .gest_list.is-freward dt {
    width: 100%;
  }

  .is-accordion {
    margin: 5px auto;
  }
  .is-accordion-trigger {
    padding: 5px 30px 5px 10px;
    line-height: 1.4;
    font-size: 1rem;
  }
  .is-accordion-trigger::after {
    width: 2.0em;
  }
  .is-accordion-box {
    padding: 5px 10px;
    line-height: 1.4;
  }

  .faq-launcher {
    right: 5px;
    bottom: 10px;
    gap: 5px;
  }
  .faq-launcher.is-open {
    left: 15px;
  }
  .faq-panel-inner {
    padding: 10px 10px;
  }
  .faq-panel-title {
    font-size: 1.15rem;
  }

  .content_ticket_header {
    margin: 20px auto;
    padding: 10px 10px;
  }
  .content_ticket_header p {
    font-size: 1rem;
    text-align: left;
  }
  .content_ticket_header_ashirai {
    display: none;
    opacity: 0.0;
  }

  .content_ticket_box:not(.content_ticket_box.is-arrow) {
    margin-bottom: 20px;
  }

  .content_ticket_step {
    width: 100px;
  }
  .content_ticket_step_number div span:nth-of-type(1) {
    font-size: 0.72rem;
  }
  .content_ticket_step_number div span:nth-of-type(2) {
    font-size: 2rem;
  }
  .content_ticket_step_title {
    margin-top: 5px;
    font-size: 0.72rem;
  }
  .content_ticket_step_icon {
    max-width: 50px;
  }

  .content_ticket_detail {
    padding: 0 10px;
    width: calc(100% - 100px);
  }
  .content_ticket_detail h4 {
    margin-bottom: 0;
    line-height: 1.2;
  }
  .content_ticket_detail_text p {
    font-size: 1rem;
  }
  .content_ticket_detail_tips p {
    font-size: 1rem;
  }

  .content_ticket_button {
    margin: 0 auto;
  }

  .content_ticket_footer {
    margin: 20px auto;
    width: calc(100% - 20px);
  }

  .contents_ticket_title {
    width: calc(100% - 20px);
    font-size: 1.72rem;
  }

  .contents_ticket_text1 {
    padding: 0 10px;
    font-size: 1.15rem;
    text-align: left;
  }

  .contents_ticket_text2 {
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: left;
  }

  .contents_ticket_form_title {
    width: calc(100% - 60px);
  }
  .contents_ticket_form_title h3 {
    font-size: 1.43rem;
  }
  .contents_ticket_form_title p {
    font-size: 1rem;
  }
  .contents_ticket_form_title p br {
    display: none;
  }
  .contents_ticket_form_input {
    margin-top: 5px;
    width: 100%;
  }
  .contents_ticket_form_input input[type="text"],
  .contents_ticket_form_input input[type="password"] {
    padding: 5px 5px;
  }
}
