﻿@charset "UTF-8";
#entryform h2 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 45px 0;
}

.back {
  text-align: center;
}

.back a {
  color: #C8B59E;
  font-size: 18px;
}

input[type="submit"] {
  outline: none;
  border: none;
}

input[type=radio], input[type=checkbox] {
  /*display: none;*/
  opacity: 1;
margin: 0 5px 0 0 !important;
}

.radio, .checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 0 0 0 25px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  left: -20px;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #000;
}

.radio:after, .checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 10px;
  content: '';
}

.radio:before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  content: '';
  opacity: 0;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

#entryform {
  max-width: 880px;
  margin: auto;
}

#entryform table {
  width: 100%;
  margin: auto;
}

#entryform table th {
  font-weight: normal;
  width: 30%;
  text-align: left;
  padding-bottom: 40px;
  font-size: 13px;
  vertical-align: top;
}

#entryform table th div {
  font-size: 12px;
  margin-top: 10px;
}

#entryform table td {
  padding-bottom: 40px;
  font-size: 13px;
}

#entryform table td a {
  color: #C8B59E;
}

#entryform table td .file {
  color: #C8B59E;
}

#entryform .confirm input {
  width: 400px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 80px auto;
  color: #fff;
  background: #C8B59E;
  font-size: 30px;
  border-radius: 50px;
  cursor: pointer;
}

#entryform .submit input {
  width: 400px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 10px auto;
  color: #fff;
  background: #C8B59E;
  font-size: 30px;
  border-radius: 50px;
  cursor: pointer;
}

#entryform .submit .back {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 80px auto;
  color: #fff;
  background: #999;
  font-size: 30px;
  border-radius: 50px;
}

#entryform .toppage a {
  width: 400px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 10px auto;
  color: #fff;
  background: #C8B59E;
  font-size: 30px;
  border-radius: 50px;
}

#entryform .confirm_text {
  font-size: 13px;
  background: #f5f5f5;
  padding: 35px;
  margin-bottom: 60px;
}

#form {
  margin-bottom: 80px;
}

#policy {
  margin-bottom: 80px;
}

#policy .inner {
  text-align: center;
}

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

h4 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-weight: 200;
}

@media (max-width: 1600px) {
  h4 {
    font-size: 3.1vw;
  }
}

input[type="text"] {
  border: none;
  border-bottom: 1px solid;
  font-size: 13px;
  padding: 6px;
}

input[type="text"].w50 {
  width: 47%;
}

input[type="text"].w100 {
  width: 98%;
}

textarea {
  width: 100%;
  height: 250px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.pt20 {
  padding-top: 20px;
}

.inverse {
  background: #000;
  padding: 20px 0;
  color: #fff;
}

.select-wrap {
  position: relative;
}

.select-wrap:before {
  z-index: 1;
  position: absolute;
  content: "▼";
  line-height: 43px;
  color: #7F878C;
  pointer-events: none;
}

.pref_name:before {
  left: 165px;
  top: 0;
}

.pref_name select {
  width: 30%;
}

.year:before {
  left: 90px;
  top: 0;
}

.year select {
  width: 100px;
}

.month:before, .day:before,
.month2:before, .day2:before, .time:before,
.month3:before, .day3:before {
  left: 50px;
  top: 0;
}

.month select, .day select,
.month2 select, .day2 select, .time select,
.month3 select, .day3 select {
  width: 65px;
}

select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: none;
  border-bottom: 1px solid #000;
  color: #828c9a;
  border-radius: 0;
}

select option {
  background-color: #fff;
  color: #333;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-wrap.select-primary:before {
  color: #fff;
}

.select-wrap.select-primary > select {
  background: #0084B4;
  color: #fff;
  border-color: #0084B4;
}

.select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before {
  color: #fff;
}

.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.seinen .form-group {
  display: inline-block;
}

@media (min-width: 1025px) {
  header {
    background: url(../images/entryform/mainvisual.jpg) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
    display: block;
    font-size: 65px;
    height: 115px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 1025px) {
  header h1 div {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

@media (min-width: 1025px) {
  #cosmetics h2 {
    font-size: 65px;
    font-weight: 400;
    color: #C8B59E;
    line-height: 1;
    margin-bottom: 100px;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  #cosmetics h2 {
    font-size: 4vw;
  }
}

@media (min-width: 1025px) {
  #cosmetics .inner {
    max-width: 1200px;
    margin: auto;
    padding: 45px 20px 0 20px;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  header {
    background: url(../images/entryform/mainvisual.jpg) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
    display: block;
    font-size: 65px;
    height: 115px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  header h1 div {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  h4 {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-weight: 200;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  h4 {
    font-size: 3.1vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  #entryform table td a {
    display: block;
    margin-top: 10px;
  }
  .pc {
    display: none;
  }
}

@media (max-width: 640px) {
  header {
    background: url(../images/entryform/mainvisual.jpg) no-repeat;
    background-size: cover;
    height: 300px;
  }
  header h1 {
    display: block;
    font-size: 20px;
    height: 115px;
    font-weight: 200;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
  header h1 div {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
}

@media (max-width: 640px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  h4 {
    font-size: 27px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 45px;
    font-weight: 200;
  }
  #entryform #form,
  #entryform #policy {
    padding: 0 10px;
  }
  #entryform table th {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }
  #entryform table td {
    display: block;
    width: 100%;
  }
  #entryform .pref_name select {
    width: 100%;
  }
  #entryform .pref_name:before {
    left: auto;
    right: 10px;
  }
  textarea {
    height: 100px;
  }
  #entryform .confirm input,
  #entryform .submit input {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    color: #fff;
    background: #C8B59E;
    font-size: 18px;
    border-radius: 50px;
  }
  #entryform .submit .back {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
  }
  #entryform .yubin .text {
    width: 90px;
  }
  input[type="text"] {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  #entryform .toppage a {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    color: #fff;
    background: #C8B59E;
    font-size: 18px;
    border-radius: 50px;
  }
  #entryform .confirm_text {
    padding: 15px;
  }
}
