@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-all;
}

/* --reset-- */
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}
html#top {
  margin-top: 0 !important;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: "" "";
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

a:active,
a:focus {
  outline: 0;
}

a img {
  border: 0;
  transition: 0.5s;
}

/* --reset_end-- */
/* --common-- */
html {
  overflow: auto;
}

body {
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  background-color: #fff !important;
  font-family: "Noto Sans JP", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  color: #262626;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}

.sp {
  display: none;
}

.sm {
  display: none;
}

h1,
h2,
h3 {
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2;
}

.mb-m {
  margin-bottom: 40px;
}

.txt-center {
  text-align: center;
}

.header {
  width: 100%;
  border-top: 5px solid #ff7201;
  background: #fff;
  text-align: center;
}

.logo {
  display: inline-block;
  max-width: 400px;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
}

.question-list {
  position: relative;
  display: flex;
  margin: 0 -10px;
  caret-color: transparent;
  flex-wrap: wrap;
  justify-content: center;
}

.question-list input:not(.contact-input) {
  position: absolute;
  z-index: -1;
}

.mwform-checkbox-field {
  width: 50%;
}
.mwform-checkbox-field-text {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px 5px 33px;
  position: relative !important;
  width: auto;
}
.mwform-checkbox-field-text::before {
  background: #fff;
  border: 1px solid #ff6600;
  content: '';
  display: block;
  height: 25px;
  left: 0px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .mwform-checkbox-field-text::before {
    height: 20px;
    margin-top: -10px;
    width: 20px;
  }
}
.mwform-checkbox-field-text::after {
  border-right: 7px solid #ff6600;
  border-bottom: 7px solid #ff6600;
  content: '';
  display: block;
  height: 25px;
  left: 9px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 15px;
}
@media screen and (max-width: 768px) {
  .mwform-checkbox-field-text::after {
    border-right: 5px solid #ff6600;
    border-bottom: 5px solid #ff6600;
    height: 20px;
    margin-top: -16px;
    width: 10px;
  }
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}



.mwform-radio-field-text,
.btn-not-permitted {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 3px solid #ff7201;
  border-radius: 10px;
  background: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff7201;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.mwform-checkbox-field-text {
  font-size: 1.8rem;
}
.q4 .mwform-radio-field {
  margin: 20px 0 0;
}
.q4 .mwform-radio-field-text {
  font-size: 1.4em;
}

.mwform-radio-field-text:hover,
.mwform-checkbox-field-text:hober,
input[type="checkbox"]:checked,
.btn-not-permitted:hover {
  background: #ff7201;
  color: #fff;
}

.caution {
  display: none;
}

.caution-text {
  display: block;
  margin: 60px 0;
  font-size: 3em;
  text-align: center;
}

.contact {
  display: none;
}

.required {
  display: flex;
  width: 70px;
  height: 34px;
  margin: -2px 10px -2px 0;
  border-radius: 5px;
  background-color: #da3d46;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.contact-input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #c5c5c5;
  border-radius: 18px;
  outline: none;
  background-color: #fff;
  box-shadow: none;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  transition: border-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.contact-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-textarea {
  resize: none;
}

label.error {
  font-size: 2.1rem;
  color: #da3d46;
}

.contact-submit {
  margin: 50px 0 0px;
}

.btn-return,
.btn-submit {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px;
  border: none;
  border-radius: 12px;
  background: #ff7201;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-indent: 0.3rem;
  letter-spacing: 0.3rem;
  cursor: pointer;
  transition: 0.5s;
}

.btn-return:hover,
.btn-submit:hover {
  opacity: 0.8;
}

.btn-submit-last {
  -webkit-appearance: none;
  /* safari */
}

.btn-return {
  display: none;
}

.btn-return span {
  display: inline-block;
  cursor: pointer;
}

.btn-back {
  display: none;
  text-align: center;
}

.btn-back span {
  display: inline-block;
  margin-top: 20px;
  padding: 15px;
  border-radius: 12px;
  background: #c5c5c5;
  font-size: 1.7rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  caret-color: transparent;
}

.btn-back span:hover {
  opacity: 0.8;
}

.btn-back-last {
  display: inline-block;
  margin-top: 20px;
  padding: 15px;
  border: none;
  border-radius: 12px;
  background: #c5c5c5;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  /* safari */
}

.btn-back-last:hover {
  opacity: 0.8;
}

.footer {
  width: 100%;
  padding: 20px 15px;
  background: #ff7201;
  color: #fff;
  text-align: center;
}

.copy {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

.corp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}
.corp a {
  font-size: 1.4rem;
  font-weight: 400;
}
.corp li:not(:last-of-type):after {
  content: '|';
  margin: 0 5px;
}

/* office,fee,privacy.html */
/* office,fee,privacy.html */
/* mail.php */
.result h2 {
  margin-bottom: 40px;
  font-size: 3rem;
  color: #ff7201;
  text-align: center;
}

.result .inner {
  background: #fff;
}

.error-message {
  font-size: 1.7rem;
  color: #da3d46;
  text-align: center;
}

.table-data {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.table-data th,
.table-data td {
  padding: 15px 7px 15px 10px;
  border: 1px solid #ccc;
  font-size: 1.7rem;
}

.table-data th {
  width: 160px;
  border-bottom: 1px solid #ccc;
}

.table-data td {
  padding-left: 15px;
  border-top: 1px solid #ccc;
}

/* mail.php_end */
/* csshack for IE11 & Edge*/
:-ms-input-placeholder {
  color: #ddd;
}

input::-ms-input-placeholder {
  color: #ddd;
}

/* csshack for IE11 & Edge*/

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .mb-m {
    margin-bottom: 30px;
  }
  .header {
/*    padding-right: 20px;
    padding-left: 20px;*/
    border-top: 20px solid #ff7201;
  }
  .logo {
    max-width: 250px;
    padding: 10px;
  }
  .main-visual-catch {
    font-size: calc(12px + 5vw);
  }
  .main-visual-catch span {
    font-size: 4vw;
  }
  .main {
    padding: 20px;
  }
  .inner {
    padding: 40px 20px;
  }
  .indicator li {
    width: 14px;
    height: 14px;
    margin: 0 6px;
  }
  .question-list .mwform-radio-field,
  .question-list .mwform-checkbox-field {
    padding: 0 7.5px;
  }
  .mwform-radio-field-text,
  .mwform-checkbox-field-text,
  .btn-not-permitted {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 2rem;
  }
  @media screen and (max-width: 768px) {
    .mwform-checkbox-field-text {
      padding: 0 0 0 27px;
    }
  }

  .caution-text {
    margin: 30px 0;
    font-size: 2.4rem;
  }
  .contact-message {
    font-size: 1.7rem;
  }
  .contact-item label {
    font-size: 2rem;
  }
  .required {
    width: 40px;
    height: 25px;
    margin-right: 7px;
    font-size: 1.3rem;
  }
  .contact-input {
    border-radius: 10px;
    font-size: 2rem;
  }
  .btn-return,
  .btn-submit {
    padding: 20px;
    font-size: 2.1rem;
  }
  .btn-back span {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .btn-back-last {
    font-size: 1.5rem;
  }
  .copy {
    font-size: 1.2rem;
  }
  .result h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .table-data th,
  .table-data td {
    padding: 12px 7px;
    font-size: 1.5rem;
  }
  .table-data th {
    width: 120px;
  }
  .table-data td {
    padding-left: 7px;
  }
}

@media screen and (max-width: 480px) {
  .sm {
    display: block;
  }
  .main-visual-catch {
    font-size: 7.5vw;
  }
  .main {
    padding: 15px;
  }
  .inner {
    padding: 30px 15px;
  }
  .question-list {
    margin: 0;
  }
  .question-list .mwform-radio-field,
  .question-list .mwform-checkbox-field {
    width: 100%;
    padding: 0;
  }
  .mwform-radio-field-text,
  .mwform-checkbox-field-text,
  .btn-not-permitted {
    font-size: 1.6rem;
  }
  .contact-item label {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .contact-item label.txt-s {
    font-size: 1.5rem;
  }
  .contact-input {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .contact-submit {
    margin-bottom: 0;
  }
  .btn-return,
  .btn-submit {
    font-size: 1.8rem;
  }
}

.wpcf7-list-item-label {
  display: none;
}

.link .mwform-radio-field-text, .btn-not-permitted {
  margin-top: 23px;
}

.q_finish .question {
  display: none !important;
}
