html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
}

body {
  line-height: 2;
  font-size: 14px;
  color: #333;
  background-color: rgba(251, 253, 255, 0.2);
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#a8sales {
  display: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  height: 200px;
}

input[type=submit] {
  border: none;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.m-kv {
  margin-top: 40px;
}

.m-kv-txt1 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .m-kv-txt1 {
    font-size: 30px;
  }
}

.m-kv-txt2 {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.m-step-list {
  display: flex;
  justify-content: center;
}

.m-step-item {
  margin-left: 30px;
  width: 80px;
}

.m-step-item:first-child {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .m-step-item {
    margin-left: 120px;
  }
}

.m-step-item:not(:first-child) .m-step-img::before {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #F5F5F5;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(0);
}

@media screen and (min-width: 768px) {
  .m-step-item:not(:first-child) .m-step-img::before {
    width: 120px;
    height: 7px;
  }
}

.m-step-img {
  width: 60px;
  height: 60px;
  background-color: #F5F5F5;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.m-step-img svg {
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-width: 768px) {
  .m-step-img {
    width: 80px;
    height: 80px;
  }
}

.m-step-img-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-step-img-date {
  width: 35%;
}

.m-step-img-info {
  width: 30%;
}

.m-step-img-complete {
  width: 35%;
}

.is-step-active .m-step-img {
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
}

.is-step-active .m-step-img::before {
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
}

.m-step-txt {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-step-txt {
    font-size: 14px;
  }
}

.m-step-sec-explanation {
  margin-top: 40px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .m-step-sec-explanation {
    margin-top: 60px;
  }
}

.m-step-sec-explanation-num {
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  color: #fff;
  width: 80px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .m-step-sec-explanation-num {
    padding: 20px;
    width: 100px;
  }
}

.m-step-sec-explanation-txt {
  background-color: #F5F5F5;
  padding: 10px;
  width: calc(100% - 80px);
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 768px) {
  .m-step-sec-explanation-txt {
    padding: 20px;
  }
}

.m-step-sec-attention {
  font-weight: bold;
  color: #ef5350;
  margin-top: 10px;
}

.m-step-sec-step1-txt {
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .m-step-sec-step1-txt {
    padding-left: 120px;
    font-size: 22px;
  }
}

.m-step-sec-step1-txt a {
  color: #2196f3;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.m-step-sec-step1-txt a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.m-btn a,
.m-btn input[type=submit] {
  display: block;
  padding: 20px 10px;
  border-radius: 50px;
  background-color: #444;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  width: 300px;
}

@media screen and (min-width: 768px) {
  .m-btn a,
  .m-btn input[type=submit] {
    width: 350px;
    padding: 25px 10px;
    font-size: 18px;
    transition: 0.3s;
  }

  .m-btn a:hover,
  .m-btn input[type=submit]:hover {
    background-color: #000;
  }
}

.m-btn input[type=submit]:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-ptb-m {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .u-ptb-m {
    padding: 80px 0;
  }
}

.u-wrap-l,
.u-wrap,
.u-wrap-s {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .u-wrap-s {
    width: 760px;
  }
}

@media screen and (min-width: 768px) {
  .u-wrap {
    width: 1080px;
  }
}

@media screen and (min-width: 768px) {
  .u-wrap-l {
    width: 1280px;
  }
}

.footer small {
  color: #fff;
  background: #242424;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 5px 0;
}

.header {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .header {
    margin-top: 80px;
  }
}

.header__logo {
  width: 120px;
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 150px;
  }
}

.step1__calendar {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .step1__calendar {
    margin-top: 40px;
  }
}

.step1__week-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}

.step1__month {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: -8px;
}

@media screen and (min-width: 768px) {
  .step1__month {
    font-size: 20px;
  }
}

.step1__week-btn {
  letter-spacing: 0.2em;
  color: #2196f3;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.step1__week-btn--prev {
  padding-left: 15px;
}

.step1__week-btn--prev::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #2196f3 #2196f3 transparent transparent;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
  .step1__week-btn--prev::after {
    top: 12.5px;
  }
}

.step1__week-btn--next {
  padding-right: 15px;
}

.step1__week-btn--next::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #2196f3 #2196f3 transparent transparent;
  position: absolute;
  top: 10px;
  right: 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .step1__week-btn--next::after {
    top: 12.5px;
  }
}

.step1 .is-application-week-btn-inactive {
  color: #c1c1c1;
  cursor: auto;
}

.step1 .is-application-week-btn-inactive::after {
  border-color: #c1c1c1 #c1c1c1 transparent transparent;
}

.step1__calendar-main {
  margin-top: 10px;
  display: flex;
}

.step1__calendar-row {
  width: 12.5%;
}

@media screen and (min-width: 768px) {
  .step1__calendar-row {
    width: calc((100% - 90px) / 7);
  }

  .step1__calendar-row:first-child {
    width: 90px;
  }
}

.step1__calendar-time,
.step1__calendar-item {
  margin: 2px;
  height: 35px;
}

@media screen and (min-width: 768px) {
  .step1__calendar-time,
  .step1__calendar-item {
    height: 70px;
  }
}

.step1__calendar-time {
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .step1__calendar-time {
    font-size: 16px;
    padding: 20px 10px 20px 0;
  }
}

.step1__calendar-item {
  position: relative;
  border-radius: 3px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.step1__calendar-item:first-child {
  padding: 0;
  position: sticky;
  z-index: 100;
  top: 0;
  background-color: #fff;
  border-radius: 0px;
}

@media screen and (min-width: 768px) {
  .step1__calendar-item {
    border-radius: 5px;
    padding: 20px 10px;
  }
}

.step1__calendar-item--possible {
  background-color: #e2ffde;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .step1__calendar-item--possible {
    transition: 0.3s;
  }

  .step1__calendar-item--possible:hover {
    background-color: #beffb5;
  }
}

.step1__calendar-item--little {
  background-color: #fffdc6;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .step1__calendar-item--little {
    transition: 0.3s;
  }

  .step1__calendar-item--little:hover {
    background-color: #fffb9a;
  }
}

.step1__calendar-item--inpossible {
  background-color: #eee;
  opacity: 0.7;
}

.step1__calendar-item--tel {
  background-color: #d1ebff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .step1__calendar-item--tel {
    transition: 0.3s;
  }

  .step1__calendar-item--tel:hover {
    background-color: #b2dbfb;
  }
}

.step1__figure {
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .step1__figure {
    width: 20px;
  }
}

.step1__tel {
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .step1__tel {
    font-size: 18px;
  }
}

.step1__calendar-date {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .step1__calendar-date {
    width: auto;
    font-size: 18px;
  }
}

.step1__calendar-week {
  color: #666;
  font-size: 10px;
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .step1__calendar-week {
    width: auto;
    line-height: inherit;
    font-size: 12px;
    margin-left: 5px;
  }
}

.step1__calendar-visit {
  line-height: 1.2;
  font-size: 10px;
  position: absolute;
  right: 2px;
  top: 2px;
  text-align: center;
  padding: 0 2px;
  display: block;
  color: #ef5350;
}

@media screen and (min-width: 768px) {
  .step1__calendar-visit {
    font-weight: bold;
    color: #666;
    width: 100%;
    left: 0;
    right: auto;
    top: auto;
    bottom: 8px;
  }
}

.step1__calendar-tel {
  line-height: 1.2;
  font-size: 12px;
  position: absolute;
  right: 2px;
  top: 2px;
  text-align: center;
  padding: 0 2px;
  display: block;
  color: #ef5350;
}

@media screen and (min-width: 768px) {
  .step1__calendar-tel {
    font-weight: bold;
    color: #666;
    width: 100%;
    left: 0;
    right: auto;
    top: auto;
    bottom: 8px;
  }
}

.step1__definition {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.step1__definition li {
  font-size: 14px;
  margin-left: 20px;
}

.step1__definition li:first-child {
  margin-left: 0;
}

.step1__attention {
  font-size: 12px;
  text-align: center;
  color: #ef5350;
}

.step2__form {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .step2__form {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .step2__form-item-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
  }
}

.step2__form-item {
  margin-top: 20px;
}

.step2__form-item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .step2__form-item {
    width: 48%;
    margin-left: 4%;
  }

  .step2__form-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .step2__form-item:nth-child(2) {
    margin-top: 0;
  }
}

.step2__form-item-name {
  font-weight: bold;
}

.step2__form-item-input {
  margin-top: 5px;
}

.step2__form-item-input label {
  display: block;
  margin-top: 5px;
}

.step2__form-item-input label:first-child {
  margin-top: 0;
}

.step2__form-item-input label span {
  display: inline-block;
}

.step2__form-item-input--radio input {
  display: none;
}

.step2__form-item-input--radio input + span {
  padding-left: 25px;
  position: relative;
}

.step2__form-item-input--radio input + span::before {
  content: "";
  background-image: url(/assets/images/radio.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  width: 18px;
  height: 18px;
}

.step2__form-item-input--radio input:checked + span {
  color: #ff9158;
  font-weight: bold;
}

.step2__form-item-input--radio input:checked + span::after {
  content: "";
  background-image: url(/assets/images/radio-checked.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  width: 18px;
  height: 18px;
}

.step2__form-item-input--check input {
  display: none;
}

.step2__form-item-input--check input + span {
  padding-left: 25px;
  position: relative;
}

.step2__form-item-input--check input + span::before {
  content: "";
  background-image: url(/assets/images/check.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  width: 18px;
  height: 18px;
}

.step2__form-item-input--check input:checked + span {
  color: #ff9158;
  font-weight: bold;
}

.step2__form-item-input--check input:checked + span::after {
  content: "";
  background-image: url(/assets/images/check-checked.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  width: 18px;
  height: 18px;
}

.step2__form-item-error {
  color: #ef5350;
  font-weight: bold;
  margin-top: 5px;
}

.step2__form-btn {
  margin-top: 40px;
}

.step2__form-back {
  text-align: center;
  margin-top: 10px;
}

.step2__form-back a {
  color: #2196f3;
  text-decoration: underline;
  display: inline-block;
}

.step2__form-back a:hover {
  text-decoration: none;
}

.error__inner {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .error__inner {
    margin-bottom: 80px;
  }
}

.error__msg {
  margin-top: 40px;
  text-align: center;
}

.error__msg1 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #ef5350;
}

@media screen and (min-width: 768px) {
  .error__msg1 {
    font-size: 22px;
  }
}

.error__msg2 a {
  color: #2196f3;
  text-decoration: underline;
}

.error__back {
  margin-top: 40px;
}

.thanks__msg {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .thanks__msg {
    margin-top: 60px;
  }
}

.thanks__msg p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #ef5350;
}

@media screen and (min-width: 768px) {
  .thanks__msg p {
    font-size: 22px;
  }
}

.thanks__link {
  margin-top: 40px;
}

.thanks__link p {
  text-align: center;
  height: 200px;
  line-height: 200px;
  font-weight: bold;
  background: #eee;
}

.thanks__back {
  margin-top: 40px;
}

