@charset "utf-8";

footer {
  border-top: 1px solid #f4f4f4;
}

/*ボタン*/

#confirm .link li,
#form .link li {
  margin: 0 auto;
  width: 350px;
  border-bottom: 0;
}

#confirm .link li::after,
#form .link li::after {
  display: none;
}

.formBtn li {
  position: relative;
}

.link li input {
  display: block;
  line-height: inherit;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #0a6973;
  position: relative;
}

.formBtn li::before {
  position: absolute;
  display: block;
  content: '\f105';
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  top: 40%;
  right: 20px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {

  #confirm .link li,
  #form .link li {
    width: 90%;
  }

  #confirm .link li:nth-of-type(n+2),
  #form .link li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}


/*============================
form
============================*/

.min {
  color: #999;
  font-weight: 500;
}

form {
  margin: 0px;
  text-align: left;
  margin-top: 30px;
}

fieldset {
  padding: 0px;
  border: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* shadow none */
}

input,
textarea,
select {
  line-height: 130%;
  padding: 10px;
  font-weight: normal;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
}

select {
  height: 40px;
  background: #fff;
  padding: 0 10px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto !important;
  margin-left: 2px;
  margin-right: 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  background: #fff;
}

:placeholder-shown {
  color: #565656;
}

::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

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

label.error {
  font-size: 12px;
  color: #df2500;
  display: inline-block;
  line-height: 1.2;
  padding-top: 6px;
}

.required {
  background: #da3333;
  color: #fff;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {

  input,
  textarea,
  select {
    line-height: 90%;
  }
}

/*============================
entry
============================*/

#entry section:nth-of-type(n+2) {
  padding-top: 120px;
}

#entry .inner > p {
  text-align: center;
}

/*.select*/
#entry .inner > ul.select {
  margin-top: 50px;
  padding-bottom: 80px;
}

#entry ul.select li a {
  display: block;
  padding: 30px 0;
  background-color: #f4f4f4;
  width: 330px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}

#entry ul.select li a::after {
  position: absolute;
  display: block;
  content: '\f107';
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #0a6973;
  top: 45%;
  right: 20px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {

  #entry section:nth-of-type(n+2) {
    padding-top: 60px;
  }

  #entry .inner > p {
    text-align: left;
  }

  #entry section:nth-of-type(3) h2 {
    line-height: 1.7;
  }

  #entry .inner > ul.select {
    margin-top: 30px;
    padding-bottom: 60px;
  }

  #entry ul.select li {
    width: 100%;
  }

  #entry ul.select li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  #entry ul.select li a {
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
  }

  #entry ul.select li a::after {
    top: 35%;
    right: 10px;
  }
}


/*#entry .box*/
#entry .box {
  background-color: #f4f4f4;
  border-radius: 3px;
  padding: 50px 50px 50px 155px;
  position: relative;
}

#entry .box::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/tel.png) no-repeat center center;
  background-size: 100%;
  width: 66px;
  height: 75px;
  top: 50px;
  left: 50px;
}

#entry #line .box::before {
  background-image: url(../images/line.png);
}

#entry .box p {
  width: 405px;
}

#entry .box .link {
  width: 390px;
  margin: 0;
}

#entry .box .link a {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #0a6973;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 3px;
  position: relative;
}

#entry .box .link a::after {
  position: absolute;
  display: block;
  content: '\f105';
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  top: 38%;
  right: 20px;
}

#entry #tel .box .link a {
  font-size: 24px;
}

#entry #tel .box .link a i {
  font-size: 18px;
}


@media only screen and (max-width: 768px) {
  #entry .box {
    padding: 30px 7% 30px 25%;
  }

  #entry .box::before {
    width: 46px;
    height: 55px;
    top: 30px;
    left: 20px;
  }

  #entry .box p {
    width: 100%;
    font-size: 15px;
  }

  #entry .box .link {
    width: 100%;
    margin: 0;
  }

  #entry .box .link a {
    margin-top: 20px;
    padding: 15px 0;
    font-size: 15px;
  }

  #entry .box .link a::after {
    font-size: 14px;
    right: 10px;
  }

  #entry #tel .box .link a {
    font-size: 18px;
  }

  #entry #tel .box .link a i {
    font-size: 14px;
  }
}


#entry p span a {
  display: block;
  padding-top: 10px;
  color: #006fc3;
}

.formTable {
  width: 100%;
}

.formTable tr:first-child {
  border-top: 1px solid #e5e5e5;
}

.formTable tr {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}

.formTable th {
  width: 220px;
  padding-left: 25px;
  vertical-align: middle;
  background: #f4f4f4;
  font-weight: 600;
}

.formTable td {
  padding: 20px 0 20px 20px;
  width: 660px;
}

#entry .formTable td p {
  padding-bottom: 5px;
}

#entry p.add {
  padding-top: 10px;
}

input#zip {
  width: 200px !important;
}

.formTable td p:first-child {
  padding-top: 0;
}

.formTable input,
.formTable textarea {
  width: 100%;
}

#form .radio-tr li {
  display: block;
}

.formBtn li {
  position: relative;
}

/* privacy */

#privacy {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#privacy a {
  color: #0a6973;
  font-weight: 700;
  border-bottom: 1px solid #0a6973;
}

@media only screen and (max-width: 768px) {
  form {
    margin-top: 10px;
  }

  .formTable {
    width: 100%;
  }

  .formTable tr:first-child {
    border-top: none;
  }

  .formTable tr {
    padding: 10px 0 18px;
  }

  .formTable tr:last-child {
    border: none;
  }

  .formTable th {
    width: 100%;
    padding: 0;
    vertical-align: inherit;
    background: none;
    display: block;
    padding-bottom: 5px;
    position: relative;
  }

  .formTable th:before {
    content: "■ ";
    color: #dd5d2d;
  }

  .formTable td {
    padding: 0;
    width: 100%;
    display: block;
  }

  input#zip {
    width: 200px !important;
  }

  .formTable td p:first-child {
    padding-top: 0;
  }

  .formTable input,
  .formTable textarea {
    width: 100%;
  }

  .formBtn li input {
    font-weight: bold;
  }

  /* privacy */
  #privacy {
    margin-top: 20px;
    font-size: 15px;
  }
}

/*============================
confirm
============================*/

#confirm #entry .inner > p {
  text-align: left;
}

#confirm .formTable th {
  padding: 15px;
}

.formBtn .btn01::before {
  color: #0a6973;
}

#confirm .formBtn li.editBtn input {
  color: #0a6973;
  border: 1px solid #0a6973;
  background-color: #fff;
  background-size: 7px auto;
}

.add_custom_confirm li {
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  #confirm .notice {
    line-height: 1.7;
    padding-top: 4px;
  }

  #confirm .formTable tr {
    padding: 12px 0;
  }

  #confirm .formTable th {
    padding: 0;
  }
}

/*============================
complete
============================*/

#complete #entry .inner > p {
  text-align: left;
}

#complete .link li {
  width: 260px;
}
