/* ========================================
>>> Normalize
======================================== */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
pre {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  vertical-align: baseline;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

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

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

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  vertical-align: top;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
  vertical-align: top;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

ol,
ul {
  list-style: none;
}

.l-contact {
  margin: 100px 0 210px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .l-contact {
    margin: 0 0 80px;
    padding: 0 6.666vw;
  }
}

.page-ttl {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}

@media (max-width: 960px) {
  .page-ttl {
    font-size: 2.4rem;
  }
}

.progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 560px;
  margin: 90px auto;
}

@media (max-width: 960px) {
  .progress {
    width: 72vw;
    margin: 30px auto 50px;
  }
}

.progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #141414;
}

.progress li {
  width: 120px;
  line-height: 120px;
  text-align: center;
  background: #fff;
  border: 1px solid #141414;
  border-radius: 100%;
}

@media (max-width: 960px) {
  .progress li {
    width: 80px;
    font-size: 1.2rem;
    line-height: 80px;
  }
}

.progress li.current {
  color: #fff;
  background: #141414;
}

form dl::after {
  content: "";
  clear: both;
  display: block;
}

form dt {
  float: left;
  width: 180px;
  line-height: 60px;
}

@media (max-width: 960px) {
  form dt {
    float: none;
    width: 100%;
    font-size: 1.4;
    line-height: 1;
  }
}

form dd {
  width: 780px;
  margin-bottom: 35px;
  padding-left: 180px;
}

@media (max-width: 960px) {
  form dd {
    width: 100%;
    margin: 15px 0 20px;
    padding-left: 0;
  }
}

form dd input {
  width: 780px;
  height: 60px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #c8c8c8;
}

@media (max-width: 960px) {
  form dd input {
    width: 100%;
    height: 30px;
  }
}

form dd textarea {
  width: 780px;
  height: 300px;
  padding: 10px;
  background: #fff;
  border: 1px solid #c8c8c8;
}

@media (max-width: 960px) {
  form dd textarea {
    width: 100%;
    height: 195px;
  }
}

form .note {
  margin-top: 65px;
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 960px) {
  form .note {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
  }
}

form button {
  display: block;
  width: 400px;
  margin: 90px auto 0;
  background: #141414;
  color: #fff;
  font-size: 1.8rem;
  line-height: 70px;
  text-align: center;
}

@media (max-width: 960px) {
  form button {
    width: 230px;
    margin: 40px auto 0;
    font-size: 1.2rem;
    line-height: 40px;
  }
}

.message {
  margin: 70px auto 0;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: normal;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 960px) {
  .message {
    margin: 45px auto 0;
    font-size: 2.6rem;
    line-height: 34px;
  }
}

.txt {
  margin: 50px auto 0;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

@media (max-width: 960px) {
  .txt {
    margin: 25px auto 0;
    font-size: 1.2rem;
    line-height: 2;
  }
  .txt br.pc {
    display: none;
  }
}

.btn {
  display: block;
  width: 400px;
  margin: 70px auto 0;
  background: #141414;
  color: #fff;
  font-size: 1.8rem;
  line-height: 70px;
  text-align: center;
}

@media (max-width: 960px) {
  .btn {
    width: 230px;
    margin: 40px auto 0;
    font-size: 1.2rem;
    line-height: 40px;
  }
}

.mfp_ok {
  display: none !important;
}

#mfp_warning {
  text-align: center;
  margin-bottom: 50px;
}

#mfp_hidden {
  display: none;
}

#mfp_phase_confirm_inner h4 {
  text-align: center;
  margin-bottom: 50px;
}

#mfp_confirm_table {
  display: block;
  width: 100%;
}

#mfp_confirm_table tbody,
#mfp_confirm_table tr {
  display: block;
  width: 100%;
}

#mfp_confirm_table th {
  width: 180px;
  line-height: 60px;
  text-align: left;
  font-weight: normal;
}

@media (max-width: 960px) {
  #mfp_confirm_table th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.4;
    line-height: 1;
  }
}

#mfp_confirm_table td {
  width: 780px;
  vertical-align: middle;
  padding: 0 10px;
}

@media (max-width: 960px) {
  #mfp_confirm_table td {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
    border-bottom: 1px solid #c8c8c8;
  }
}

.mfp_buttons {
  display: flex;
  justify-content: space-around;
}

.mfp_buttons #mfp_button_send,
.mfp_buttons #mfp_button_cancel {
  width: 400px;
  margin: 90px auto 0;
  border: 1px solid #141414;
  font-size: 1.8rem;
  line-height: 70px;
  text-align: center;
}

@media (max-width: 960px) {
  .mfp_buttons #mfp_button_send,
  .mfp_buttons #mfp_button_cancel {
    width: 230px;
    margin: 40px auto 0;
    font-size: 1.2rem;
    line-height: 40px;
  }
}

.mfp_buttons #mfp_button_send {
  background: #141414;
  color: #fff;
}
