@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%;
}

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: #fff6ac;
  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;
}

.container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #f8ab82;
}

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

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

/*.sorry .logo {
  margin-bottom: 40px;
}*/

.finished .main-visual {
  background: #fff url(../images/bg4.jpg) center 0 no-repeat;
  background-size: contain;
}
.finished.complete .main-visual {
  background: #ffffff url(../images/bg8.jpg) no-repeat;
  background-size: 100%;
}
.main-visual .check_1,
.main-visual .check_2,
.main-visual .check_3,
.main-visual .check_4 {
  display: none;
}
.main-visual.bg3 .check_1,
.main-visual.bg3 .check_2,
.main-visual.bg3 .check_3,
.main-visual.bg3 .check_4 {
  position: absolute;
  top: 190px;
  left: 10px;
  background: #cc0000;
  border-radius: 5px;
  display: block;
  padding: 5px;
  color: #f9f605;
  width: 100px;
  font-weight: bold;
  animation: flash 1s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .main-visual.bg3 .check_1,
  .main-visual.bg3 .check_2,
  .main-visual.bg3 .check_3,
  .main-visual.bg3 .check_4 {
    display: none;
  }
}
.main-visual.bg3 .check_2 {
  top: 200px;
  left: initial;
  right: 250px;
}
.main-visual.bg3 .check_3 {
  top: initial;
  bottom: 180px;
  left: 25px;
}
.main-visual.bg3 .check_4 {
  top: initial;
  left: initial;
  right: 10px;
  bottom: 115px;
}
.sorry .main-visual {
  background: url(../images/bg0.jpg) no-repeat;
  background-position: center 100%;
  background-size: 100%;
}
/*.sorry .main-visual-catch {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sorry .main-visual-catch {
    top: -15px;
    font-size: 2.5rem !important;
  }
}*/
.lead {
  background: #fff;
  color: #595959;
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
}
.lead span {
  font-size: 4rem;
}
.sorry .lead {
  font-size: 2.5rem;
  line-height: 1.6;
}

.main-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: calc(100% - 320px);
  background: #fff url(../images/bg.jpg) no-repeat;
  background-position: center bottom;
  /*background-size: contain;*/
  background-size: 65%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding-top: 63% !important;
  }
}
.sorry .main-visual {
  background: #fff url(../images/bg0.png) no-repeat;
  background-position: center bottom;
  background-size: 25%;
}
@media screen and (max-width: 768px) {
  .sorry .main-visual {
    background-size: 25%;
  }
}

.main-visual-catch {
/*  position: absolute;
  top: 0;
  left: 50%;
  display: block;*/
  padding: 15px 0;
  width: 100%;
  font-size: 3rem !important;
  line-height: 1.2;
  color: #ff6600;
  letter-spacing: 0.2rem;
  /*transform: translateX(-50%);*/
}

.main-visual-catch span {
  display: block;
  font-size: 2.6rem;
  line-height: 1.8;
}

.sorry .main-visual-catch,
.sorry .main-visual-catch span {
  font-size: 2rem;
}

.thanks h2 {
  margin: 0 0 10px;
  text-align: center;
}
.thanks .main-visual {
  background: #fff url(../images/bg8.jpg) center 0 no-repeat;
  background-size: 80%;
}

.main {
  padding: 30px;
}

.inner {
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}

.question {
  overflow: hidden;
}

.question-container {
  display: block;
  margin-left: 0 !important;
  width: 100%;
  /*align-items: flex-start;*/
}

.question-unit {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}

.indicator {
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
}

.indicator li {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #c3c3c3;
}

.indicator li.current {
  background-color: #262626;
}

.question-title {
  position: relative;
  display: block;
  /*margin-bottom: 40px;*/
  margin: 0 0 15px;
  padding-left: 30px;
  font-size: 2.4rem;
}
.question-title em {
  background-image: linear-gradient(transparent 50%, #f9f605 50%);
  padding-bottom: .25rem;
  color: #eb0014;
  font-weight: bold;
}
.question-title span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #ff7201;
}

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

.question-list li {
  width: 50%;
  padding: 0 10px;
}

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

.btn_decision {
  width: 100%;
  text-align: center;
}
.btn_decision > span {
  display: block;
  width: 50%;
  margin: 30px auto 0;
  padding: 10px;
  border: 3px solid #666;
  border-radius: 10px;
  background: #666;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.btn_decision > span:hover {
  border-color: #666;
  background: #fff;
  color: #666;
}
.btn_judge {
  width: 50%;
}
.btn_judge {
  margin: 30px auto 0;
}

.btn-select,
.btn-not-permitted,
.question-list select {
  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;
}
.question-list.list_1 select {
  margin: 0 10px 20px;
  width: 46%;
}
.question-list.list_1 select option {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .question-list.list_1 select,
  .list_1 .link {
    margin: 0 0 15px;    font-size: 1.6rem;
    width: 100%;
  }
}
.list_1 > .link {
  margin: 0;
  padding: 0;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .list_1 > .link {
    width: 100%;
  }
}

.btn-select:hover,
.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: block !important;*/
}

#calc {
  margin-bottom: 20px;
  padding: 25px;
  border: #c3c3c3 10px solid;
  background: #59d208;
  text-align: center;
  caret-color: transparent;
}

#calc span.finish {
  display: none;
}

.finished #calc {
  background: #da3d46;
}
.finished #calc.finish {
  background: #59d208;
}

#calc.finish span.still {
  display: none;
}

#calc.finish span.finish {
  display: block;
}

#calc span {
  font-size: 2rem;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}

.contact-message {
  margin-bottom: 30px;
  font-size: 2rem;
}

.contact-item {
  margin-bottom: 30px;
}

.contact-item label {
  display: flex;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  align-items: center;
}

.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;
}

.question-list .mwform-radio-field,
.question-list .link {
  padding: 0 10px;
  width: 50%;
}
.question-list .link {
  margin-top: -23px;
}
@media screen and (max-width: 768px) {
  .question-list .link {
    padding: 0;
    width: 100%;
  }
}

.btn-return,
.btn-submit,
.mfp_buttons button {
  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;
}
@media screen and (max-width: 768px) {
  .btn-return,
  .btn-submit,
  .mfp_buttons button {
    padding: 15px 0 25px;
  }
}
/*.mfp_buttons button {
  background: url(../images/btn.png) center 0 no-repeat;
  margin: 0;
  padding: 0;
  height: 100px;
  text-indent: -999px;
}
.mfp_buttons .click {
  margin-left: 75%;
}
.mfp_buttons .click img {
  position: relative;
  display: inline-block;
  width: 80px;
  height: auto;
  animation: click 2s infinite;
}
@keyframes click {
  0%, 50%, 100% {
    bottom: 0;
  }
  25% {
    bottom: 2rem;
  }
  75% {
    bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  @keyframes click {
    0%, 50%, 100% {
      bottom: 0;
    }
    25% {
      bottom: 5rem;
    }
    75% {
      bottom: 8rem;
    }
  }
}*/

.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation: kiran 1.7s linear infinite;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.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-title {
    /*margin-bottom: 30px;*/
    font-size: 2rem;
  }
  .question-list {
    margin: 0 -7.5px;
  }
  .question-list li {
    padding: 0 7.5px;
  }
  .btn-select,
  .btn-not-permitted {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 2rem;
  }
  .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-title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .question-list {
    margin: 0;
  }
  .question-list li {
    width: 100%;
    padding: 0;
  }
  .btn-select,
  .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 .btn-select, .btn-not-permitted {
  margin-top: 23px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/* log page */
.test {
  border: 1px solid #666;
  margin: 0 0 10px;
  width: 100%;
}
.test tr:nth-child(odd){
  background: #ececec;
}
.test th,
.test td {
  padding: 2px;
}

.list_4 .hide_item,
.list_4 .mwform-radio-field,
.list_5 .hide_item,
.list_5 .mwform-radio-field {
  display: none;
}
.slide_link {
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .slide_link {
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
}
.list_4 .slide_link > span {
  margin: 0;
}
.list_5 .slide_link > span {
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .list_5 .slide_link > span {
    margin: 0;
  }
}
