@import "base.css";
/*-------------------------------------------------
	++ DEFINE
-------------------------------------------------*/
/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .fit {
    width: 100%;
    height: auto;
  }
}
body {
  background-color: #fdfdf1;
  color: #333;
  font-size: min(18px, 4vw);
}

#wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#content {
  padding: min(70px, 5vw) 0;
}

.colRed {
  color: #e60000;
}

.sizeXL {
  font-size: min(22px, 5vw);
}

.sizeL {
  font-size: min(20px, 4.4vw);
}

.sizeM {
  font-size: min(18px, 4vw);
}

.sizeN {
  font-size: min(16px, 3.8vw);
}

.sizeS {
  font-size: min(14px, 3.4vw);
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
  background-color: #09060d;
  color: #FFF;
  padding: min(10px, 3vw);
}
#header h1 {
  font-size: min(25px, 4.6vw);
}

/*-------------------------------------------------
	++ CONTENT
-------------------------------------------------*/
.section__inner {
  display: block;
  clear: both;
  width: 100%;
  max-width: 1000px;
  padding: 0 min(20px, 5vw);
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.attention__box {
  background-color: #f2f2f2;
  padding: min(15px, 3vw);
  margin-top: min(15px, 5vw);
  margin-bottom: min(15px, 5vw);
}
.attention__text {
  font-size: min(16px, 3.8vw);
}

.listCaution > li {
  position: relative;
  padding-left: 3.2em;
  line-height: 1.6;
  font-size: min(16px, 3.8vw);
}
.listCaution > li .listCaution_firstLetter {
  position: absolute;
  left: 0;
  top: 0.03em;
}

.info__box {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  padding: min(15px, 5vw) 0;
}

/*-------------------------------------------------
	++ ENTRY FORM
-------------------------------------------------*/
.form__wrap {
  text-align: left;
}
.form__wrap h2 {
  background: #666666;
  font-size: min(18px, 4vw);
  color: #fff;
  padding: min(5px, 1vw);
  margin-bottom: min(15px, 3vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__wrap h2 {
    padding: 2vw;
  }
}
.form__wrap .text.thanks {
  text-align: center;
  padding: min(70px, 5vw) 0;
}
.form__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 2px;
}
.form__table tr th,
.form__table tr td {
  font-weight: normal;
  padding: min(15px, 3vw) min(10px, 2vw);
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form__table tr th,
  .form__table tr td {
    display: block;
  }
}
.form__table tr th {
  text-align: right;
  width: 30%;
  color: #555;
}
@media screen and (min-width: 768px) {
  .form__table tr th.vaT {
    padding-top: 30px;
  }
  #entry-form.confirm .form__table tr th.vaT {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .form__table tr th {
    width: 100%;
    text-align: left;
    padding: 3vw 0 1vw 0;
  }
}
.form__table tr td {
  text-align: left;
  width: 70%;
  color: #000;
}
.form__table tr td img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .form__table tr td {
    width: 100%;
    padding: 1vw 0 3vw 3vw;
    border-bottom: 1px dotted #CCC;
  }
}
.form__table tr td table tr th, .form__table tr td table tr td {
  display: table-cell;
  padding: min(10px, 2vw) min(10px, 2vw);
}
.form__table tr td table tr th {
  width: 36%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .form__table tr td table tr th {
    padding: 2vw 1vw 2vw 0;
  }
}
.form__table tr td table tr td {
  width: 64%;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__table tr td table tr td {
    padding: 2vw 0 2vw 1vw;
  }
}
.form__footer .kiyaku {
  width: 100%;
  border: 1px solid #ccc;
  padding: min(10px, 3vw);
  margin-bottom: min(15px, 5vw);
}
.form__footer .kiyaku h3 {
  margin-bottom: min(10px, 3vw);
  font-size: min(20px, 3.8vw);
}
.form__footer .kiyaku .indentlist {
  margin-bottom: min(20px, 3vw);
  padding-left: min(25px, 4vw);
}
.form__footer .kiyaku .indentlist li {
  list-style-type: disc;
}
.form__footer a {
  text-decoration: underline;
}
.form__button {
  margin: min(20px, 5vw) auto;
  text-align: center;
}

/*-------------------------------------------------
	++ FORM
-------------------------------------------------*/
input[type=text],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  padding: min(10px, 2vw) min(15px, 4vw);
  font-size: 16px;
  background: #fff;
  width: auto;
  border: 1px solid #d0d0d0;
  outline: none;
  vertical-align: middle;
}
input[type=text]:focus,
textarea:focus,
button:focus {
  border: 1px solid #999999;
}
input[type=text].full,
textarea.full,
button.full {
  width: 100%;
}
input[type=text].fullHalf,
textarea.fullHalf,
button.fullHalf {
  width: 80%;
}
input[type=text].half,
textarea.half,
button.half {
  width: 50%;
}
input[type=text].quarter,
textarea.quarter,
button.quarter {
  width: 25%;
}
input[type=text].quarterHalf,
textarea.quarterHalf,
button.quarterHalf {
  width: 15%;
}

input[type=radio],
input[type=checkbox] {
  width: 1.4em;
  height: 1.4em;
  margin: 0 0.5em 0.2em 0;
  vertical-align: middle;
}

label {
  cursor: pointer;
}
label + label {
  margin-left: min(20px, 5vw);
}

button {
  border: 0;
  background-color: #999;
  color: #fff;
  padding: min(10px, 2vw) min(30px, 5vw);
  border-radius: 5px;
  font-size: min(18px, 4vw);
  cursor: pointer;
  height: auto;
  font-weight: bold;
  border-bottom: 5px solid #666;
}
button:hover {
  opacity: 0.8;
}
button.submit {
  background-color: #005ab4;
  border-bottom: 5px solid #044485;
}