@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

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

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

.xxxxxxxxx:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.svg-inline--fa {
  margin-right: 0.2em;
}

/* 「募集は終了いたしました」告知 */
.end {
  background: #ee0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#ee0000));
  background: linear-gradient(to bottom, #ff3333 0%, #ee0000 100%);
  color: #fff;
  text-align: center;
  padding: 1.5em 0;
  font-size: 18px;
}

body {
  color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f9ff), to(#e0effb));
  background-image: linear-gradient(to bottom, #f2f9ff 0%, #e0effb 100%);
  background-attachment: fixed;
  font-size: 16px;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  color: #12a1e1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: baseline;
  background: transparent;
}

strong {
  font-weight: bold;
}

.wide_set_contents {
  background: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 0px;
}

.sec_area {
  padding: 0 0 3.5em;
}
.sec_area h2 {
  background: #0099ff;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  padding: 0.75em 0;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 599px) {
  .sec_area h2 {
    font-size: 24px;
  }
}
.sec_area p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 1em 0.75em;
}

header.courage_luca_logo {
  text-align: center;
  padding: 8px 0 10px;
}
header.courage_luca_logo img {
  width: 80%;
  max-width: 450px;
}

@media only screen and (min-width: 600px) {
  .pc600 {
    width: 100%;
    display: block;
  }
  .smp599 {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .pc600 {
    display: none;
  }
  .smp599 {
    width: 100%;
    display: block;
  }
}
.summary {
  text-align: center;
}
.summary .main {
  background: #0099ff;
}
.summary .main img {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .summary .main img {
    max-width: 720px;
  }
}
.summary .tri img {
  width: 100%;
  display: block;
}

.audition_info {
  background: #0099ff;
  color: #fff;
}
.audition_info .entry_b.in_blue {
  padding: 20px 0 0;
}
.audition_info .marco_mag {
  margin: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 600px) {
  .audition_info .marco_mag img {
    max-width: 630px;
  }
}
@media only screen and (max-width: 599px) {
  .audition_info .marco_mag img {
    width: 90%;
  }
}
.audition_info .guide {
  padding: 0 2em 2em;
}
@media only screen and (max-width: 599px) {
  .audition_info .guide {
    padding: 1em;
  }
}
.audition_info .title {
  border: 2px solid #fff;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
}
.audition_info .title p.sub {
  font-size: 1.25em;
  line-height: 1;
  margin: 0;
}
.audition_info .title p.sub .num {
  font-size: 150%;
  padding: 0 0.1em;
}
.audition_info .title p.sub .smp {
  display: inline;
}
@media screen and (max-width: 559px) {
  .audition_info .title p.sub .smp {
    display: block;
    line-height: 1.5;
    font-size: 1.125em;
  }
}
.audition_info .title h2 {
  font-size: 2em;
  line-height: 1;
  margin-top: 0.25em;
}
@media only screen and (max-width: 599px) {
  .audition_info .title p.sub {
    font-size: 1.125em;
  }
  .audition_info .title h2 {
    margin: 0;
    font-size: 1.25em;
    margin-top: 0.75em;
  }
}
.audition_info .txt p {
  font-size: 1.125em;
  line-height: 1.675;
  margin: 0.5em 0;
}
@media only screen and (max-width: 599px) {
  .audition_info .txt p {
    font-size: 1em;
  }
}

.voices .voices_wrap {
  margin: 2em 1em;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 599px) {
  .voices .voices_wrap {
    display: block;
  }
}
.voices .chd {
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .voices .chd {
    width: 100%;
  }
}
.voices img {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  p.remote_note_pc {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 1em;
    margin: 2em 2em;
    display: block;
    color: #333;
    font-size: 1em;
    line-height: 1.675;
  }
  p.remote_note_pc span {
    color: #e00;
    font-weight: bold;
  }
  p.remote_note_smp {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  p.remote_note_pc {
    display: none;
  }
  p.remote_note_smp {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0.75em;
    margin: 1em 0 0;
    display: block;
    color: #333;
    font-size: 0.9125em;
    line-height: 1.5;
  }
  p.remote_note_smp span {
    color: #e00;
    font-weight: bold;
  }
}
.city_wrap {
  margin: 0 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  .city_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 2em;
    width: calc(100% - 30px);
    max-width: 30em;
  }
}
@media only screen and (max-width: 599px) {
  .city_wrap {
    margin: 0 auto 10px;
  }
}

.city {
  width: calc((100% - 30px) / 3);
}
@media only screen and (max-width: 999px) {
  .city {
    width: 100%;
    margin-bottom: 1em;
  }
}
.city h3 {
  background: #e3e3e3;
  border-radius: 4px;
  font-size: 1em;
  text-align: center;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
}
@media only screen and (max-width: 559px) {
  .city h3 {
    font-size: 1em;
    margin-bottom: 0.25em;
  }
}
.city ul li {
  border-bottom: 1px dotted #ccc;
  padding: 0.75em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.city ul li:last-child {
  border-bottom: 0;
}
.city ul li span {
  display: block;
}
.city ul li.off {
  opacity: 0.5;
}
.city ul .day {
  font-size: 12px;
}
@media only screen and (max-width: 559px) {
  .city ul .day {
    font-size: 14px;
  }
}
.city ul em {
  font-size: 1.5em;
  font-style: normal;
}
.city ul .ddl {
  font-size: 11px;
}
@media only screen and (max-width: 999px) {
  .city ul .ddl {
    font-size: 13px;
  }
}

.city_wrap.remote_plus .city {
  width: calc((100% - 20px) / 4);
}
@media only screen and (max-width: 999px) {
  .city_wrap.remote_plus .city {
    width: 100%;
    margin-bottom: 1em;
  }
}

.requirements ul {
  margin: 0 3em 2em;
}
@media only screen and (max-width: 599px) {
  .requirements ul {
    margin: -0.25em 1.5em 2em;
  }
}
.requirements li {
  font-size: 1.125em;
  line-height: 1.75;
  margin: 0 0 0.5em;
}
.requirements li .num {
  font-size: 175%;
}
.requirements li:before {
  font-size: 1.5em;
  color: red;
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  padding-right: 4px;
}
@media only screen and (max-width: 599px) {
  .requirements li {
    font-size: 1em;
    line-height: 1.675;
  }
}

.flow ul {
  margin: 0 1.5em 2em;
}
@media only screen and (max-width: 599px) {
  .flow ul {
    margin: 0 1em 2em;
  }
}
.flow li h3 {
  background: #e3e3e3;
  border-radius: 6px;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.5em;
  padding: 0.325em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 599px) {
  .flow li h3 {
    font-size: 1.125em;
  }
}
.flow li h3 .num {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0.25em 1em;
  margin-right: 0.5em;
  line-height: 1;
}
.flow li p {
  font-size: 1em;
  line-height: 1.75;
  margin: 0 0.5em;
}
@media only screen and (max-width: 599px) {
  .flow li p {
    font-size: 1em;
    line-height: 1.675;
  }
}
.flow .arrow {
  font-size: 42px;
  line-height: 1;
  text-align: center;
  color: #ccc;
  margin: 0.5em 0;
}
@media only screen and (max-width: 599px) {
  .flow .arrow {
    font-size: 32px;
  }
}
.flow .arrow:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ab";
  font-weight: 900;
  padding-right: 4px;
}
.flow .notice {
  border-radius: 6px;
  background: #eef8ff;
  margin: 2em;
  padding: 1em;
  border: 1px solid #0099ff;
}
@media only screen and (max-width: 599px) {
  .flow .notice {
    margin: 1em 0.5em;
    padding: 0.5em;
  }
}
.flow .notice p {
  font-size: 0.875em;
  line-height: 1.675;
  margin: 0.5em;
}
.flow .notice p:before {
  color: red;
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  padding-right: 4px;
}

.entry_b {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry_b a {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  border-radius: 100vmax;
  display: block;
  background: #ee0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#ee0000));
  background: linear-gradient(to bottom, #ff3333 0%, #ee0000 100%);
  padding: 0.675em 1.25em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1.25em;
}
.entry_b a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 900;
  padding-right: 4px;
}
.entry_b a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 599px) {
  .entry_b a {
    font-size: 1.125em;
  }
}
.entry_b.closing a {
  pointer-events: none;
  opacity: 0.5;
}

footer {
  background: #333333;
  color: #fff;
  text-align: center;
}
footer p.copyright {
  margin: 0;
  font-size: 14px;
  padding: 4em 0;
}
@media only screen and (max-width: 468px) {
  footer p.copyright {
    font-size: 11px;
  }
}

/*-----------------------------------------------------
formset_area
--------------------empa---------------------------------*/
body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f9ff), to(#e0effb));
  background-image: linear-gradient(to bottom, #f2f9ff 0%, #e0effb 100%);
}
body .test {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}

@media screen and (min-width: 900px) {
  a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 899px) {
  .wide_set_contents {
    border-width: 0;
  }
}
header .collabo-group {
  background: #fff;
  text-align: center;
  padding: 10px 0;
}
header .collabo-group img {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 468px) {
  header .collabo-group img {
    width: 90%;
  }
}
header .entry_title {
  background: #0099ff;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 0px;
  text-align: center;
  font-size: clamp(0.875em, 4.5vw, 1.125em);
  line-height: 1.5;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}

.formset_area {
  margin: 0px auto;
  padding: 40px;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .formset_area {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 399px) {
  .formset_area {
    padding: 30px 15px;
  }
}
.formset_area h1 {
  color: #0099ff;
  font-size: clamp(1.25em, 6vw, 2.25em);
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #0099ff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.formset_area h1 .min {
  padding-right: 0.1em;
  font-size: 75%;
}
.formset_area .required_comment {
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .formset_area .required_comment {
    font-size: 0.875em;
  }
}
.formset_area .required_comment.emp {
  color: #e00;
  padding-left: 1em;
  text-indent: -1em;
}
.formset_area .required_comment.emp:before {
  content: "※";
}

.form_using p {
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 0.25em;
}

p.error_msg {
  border: 2px solid #e00;
  border-radius: 4px;
  color: #e00;
  padding: 0.5em 0.5em;
  text-align: center;
}

.required {
  background: #e00;
  color: #fff;
  padding: 3px 8px;
  border-radius: 100vmax;
  margin: 0 0.325em;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.formset_area table {
  width: 100%;
  margin-top: 2em;
}
.formset_area table th,
.formset_area table td {
  background: #fff;
  font-size: 1em;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 0.75em;
}
.formset_area table th {
  background: rgba(0, 153, 255, 0.05);
  width: auto;
  text-align: right;
}
@media only screen and (min-width: 900px) {
  .formset_area table th {
    width: 16em;
  }
}
.formset_area table th label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.formset_area table td p {
  margin: 0;
}

td input,
textarea {
  background: #f9f9f9;
  font-size: 1em;
  padding: 0.75em;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

td input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.birthday-field input[type=text] {
  display: inline-block;
  width: 3.5em;
  margin-left: 1em;
  margin-right: 0.25em;
}
.birthday-field input[type=text]:first-child {
  width: 5em;
  margin-left: 0em;
}
@media only screen and (max-width: 499px) {
  .birthday-field input[type=text] {
    width: 3em;
    margin-left: 0.5em;
    margin-right: 0.25em;
  }
}

select#age {
  font-size: 1.125em;
  color: #666;
  position: relative;
  width: 100%;
  padding: 10px 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
}

select::-ms-expand {
  display: none;
}

.zipcode-field input[type=text] {
  display: inline-block;
  width: 5em;
  margin: 0 3px;
}

.telnumber-field input[type=text] {
  display: inline-block;
  width: 5em;
  margin: 0 3px;
}

td.reason_tA textarea {
  height: 8em;
}

td.radiobutton-field input[type=radio] {
  display: none;
}

td.radiobutton-field span.mwform-radio-field-text {
  padding-left: 24px;
  position: relative;
  margin-right: 1em;
}

td.radiobutton-field span.mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
}

td.radiobutton-field input:checked + span.mwform-radio-field-text {
  color: #e33;
}

td.radiobutton-field input:checked + span.mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #e33;
  border-radius: 50%;
}

.place_days .vertical-item,
.survey_how label {
  display: block;
  margin: 0.325em 0;
}

.place_days .mwform-radio-field:nth-child(1),
.place_days .mwform-radio-field:nth-child(2) {
  margin-bottom: 0.75em;
}

.place_days .mwform-radio-field:nth-child(4) {
  margin-top: 2em;
}

td.checbox-field input[type=checkbox] {
  display: none;
}

td.checbox-field .mwform-checkbox-field-text {
  padding-left: 24px;
  position: relative;
  margin-right: 1em;
}

td.checbox-field .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}

td.checbox-field input:checked + .mwform-checkbox-field-text {
  color: #e33;
}

td.checbox-field input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 7px;
  width: 9px;
  height: 18px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #e33;
  border-right: 3px solid #e33;
}

.consent_check {
  margin-top: 0.5em;
  font-weight: bold;
}

.sns_followers .vertical-item {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.5em 0.25em;
}
.sns_followers .vertical-item:last-child {
  border-bottom: none;
}
.sns_followers .vertical-item .sns_name {
  font-size: 1em;
  width: 6em;
  font-weight: bold;
}
.sns_followers .vertical-item .user {
  font-size: 0.8125em;
  margin-left: auto;
}
.sns_followers .vertical-item .follower {
  font-size: 0.8125em;
}
.sns_followers .vertical-item input {
  font-size: 0.875em;
  padding: 0.5em;
  margin-left: 0.5em;
}
.sns_followers .vertical-item .user + input {
  width: 9em;
  margin-right: 1em;
}
.sns_followers .vertical-item .follower + input {
  width: 6em;
}
@media screen and (max-width: 559px) {
  .sns_followers .vertical-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.75em 0;
  }
  .sns_followers .vertical-item .sns_name {
    width: 100%;
  }
  .sns_followers .vertical-item .user + input,
  .sns_followers .vertical-item .follower + input {
    width: 100%;
    margin: 0;
  }
  .sns_followers .vertical-item .user,
  .sns_followers .vertical-item .follower {
    width: 100%;
    margin-top: 0.25em;
  }
  .sns_followers .vertical-item .user {
    margin-left: inherit;
  }
}

.mw_wp_form .sns_followers .vertical-item + .vertical-item {
  margin: 0;
}

.mw_wp_form_confirm .sns_followers .vertical-item,
.mw_wp_form_preview .sns_followers .vertical-item {
  border-bottom: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.675em 0;
  word-break: break-all;
}
.mw_wp_form_confirm .sns_followers .vertical-item .sns_name,
.mw_wp_form_preview .sns_followers .vertical-item .sns_name {
  width: 100%;
  font-weight: bold;
  color: #666;
  background: #eee;
  padding-left: 0.25em;
}
.mw_wp_form_confirm .sns_followers .vertical-item .user + input,
.mw_wp_form_confirm .sns_followers .vertical-item .follower + input,
.mw_wp_form_preview .sns_followers .vertical-item .user + input,
.mw_wp_form_preview .sns_followers .vertical-item .follower + input {
  width: 100%;
  margin: 0;
}
.mw_wp_form_confirm .sns_followers .vertical-item .user,
.mw_wp_form_confirm .sns_followers .vertical-item .follower,
.mw_wp_form_preview .sns_followers .vertical-item .user,
.mw_wp_form_preview .sns_followers .vertical-item .follower {
  width: 100%;
  margin-top: 0.75em;
  font-weight: normal;
}
.mw_wp_form_confirm .sns_followers .vertical-item .user,
.mw_wp_form_preview .sns_followers .vertical-item .user {
  margin-left: inherit;
}

span.age_notice {
  display: block;
  margin-top: 0.5em;
}

.formset_area table td .image1,
.formset_area table td .image2 {
  width: 85%;
}

.mwform-file-delete {
  font-size: 1em;
  padding-left: 0.5em;
}

.w_media {
  display: block;
  margin-bottom: 0.5em;
}

.w_media2 {
  display: block;
  margin: 1em 0 0.25em;
}

.w_media3 input[type=text] {
  display: inline-block;
  width: 50%;
}

.remote_guide {
  display: block;
  color: #333;
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: bold;
}
.remote_guide span {
  color: #e00;
  font-weight: bold;
}

.mw_wp_form_confirm .privacy_tr,
.mw_wp_form_confirm .w_media,
.mw_wp_form_confirm .w_media2,
.mw_wp_form_confirm .age_notice {
  display: none;
}

.mw_wp_form_confirm table td {
  font-weight: bold;
}

.mw_wp_form_confirm .required {
  display: none;
}

.mw_wp_form .error {
  margin-top: 5px;
}

.mw_wp_form_confirm .w_media3:before {
  content: "";
  padding-left: 1em;
}

.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

.mw_wp_form_confirm .remote_guide {
  display: none;
}

.submit_box {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formset_area input[type=submit] {
  margin: 0 5px;
  display: block;
  width: 10em;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 1px #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#999999));
  background: linear-gradient(to bottom, #bbbbbb 0%, #999999 100%);
}
.formset_area input[type=submit]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.mw_wp_form_complete {
  min-height: 600px;
}

.mw_wp_form_complete p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 899px) {
  .formset_area table th,
  .formset_area table td {
    text-align: left;
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
  }
  .formset_area table th {
    padding: 0.5em 0.75em;
    font-weight: bold;
    background: rgba(0, 153, 255, 0.1);
    border-radius: 6px;
    margin-bottom: 0.75em;
  }
  .formset_area table th br {
    display: none;
  }
  .formset_area table th label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .formset_area table th label br {
    display: none;
  }
  .formset_area table td {
    padding: 0 10px;
    margin-bottom: 2.5em;
  }
  .formset_area table td input {
    padding: 10px 2%;
  }
  .formset_area .mw_wp_form_confirm table th {
    border-bottom: 0;
    font-size: 1em;
    font-weight: bold;
  }
  .formset_area .mw_wp_form_confirm table th br {
    display: none;
  }
  .formset_area .mw_wp_form_confirm table td {
    font-size: 1.2em;
  }
  .mw_wp_form_complete {
    min-height: 1em;
  }
}
/*=======================================
2023.05.13
=======================================*/
/* 写真が選択されている時、テキスト（ファイル名）の代わりに画像アイコンを表示する */
.mw-wp-form_image {
  color: #fff;
  font-size: 0;
  text-indent: 100%;
  width: 240px;
  height: 75px;
  background-image: url("../images/form_image_icon.jpg?v2025");
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-country-name {
  display: none;
}

.mw_wp_form .error {
  color: #ff0000;
}

.place_days .error {
  margin: 1em 0 1em;
}

.w_confirm_kaigyo {
  display: block;
}

.place_days .mwform-radio-field:nth-child(5) {
  margin-top: 2em;
}

.privacypolicy_area {
  margin: 0px auto;
  padding: 40px;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .privacypolicy_area {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 399px) {
  .privacypolicy_area {
    padding: 30px 15px;
  }
}
.privacypolicy_area h1 {
  color: #0099ff;
  font-size: 2em;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #0099ff;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area h1 {
    font-size: 1.75em;
  }
}
.privacypolicy_area p {
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area p {
    font-size: 14px;
  }
}
.privacypolicy_area h2 {
  font-size: 1.5em;
  line-height: 1;
  color: #0099ff;
  margin: 2em 0 0.75em;
  background: rgba(0, 153, 255, 0.2);
  padding: 0.25em 0.5em;
  border-radius: 1em;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area h2 {
    font-size: 1.125em;
  }
}
.privacypolicy_area .pplist_area li {
  line-height: 1.6;
  margin: 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area .pplist_area li {
    font-size: 14px;
  }
}
.privacypolicy_area .pplist_area .num {
  background: rgba(0, 153, 255, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  margin-top: 0.1em;
  margin-right: 0.5em;
  padding: 0 1.5em;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .privacypolicy_area .pplist_area .num {
    padding: 0 1em;
  }
}
.privacypolicy_area .contact_add p {
  line-height: 1.6;
  margin: 0.5em 0.5em;
}
.privacypolicy_area .contact_add p br.show599 {
  display: none;
}
@media screen and (max-width: 499px) {
  .privacypolicy_area .contact_add p br.show599 {
    display: block;
  }
}