/* ------------------------------
 共通
 ------------------------------ */
html, body, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dt, dd, p, td, th {
  margin: 0;
  padding: 0;
}
html, body, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dt, dd, p, td, th, span, a, input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
ul, li {
  list-style-type: disc;
  list-style-image: none;
  text-align: left;
}
ul {
  padding-left: 20px;
}
html {
  height: 100%;
  width: 100%;
}
body {
    color: #333;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    text-align: center;
    background-color: #FEFDF8;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
img {
  max-width: 100%;
  height: auto;
  font-size: medium;
}
input.text, textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
}
label {
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sp {
    display: none;
}
.select-box {
  overflow: hidden;
  width: 90%;
  text-align: center;
  max-width: 80px;
  margin-bottom: 10px;
  display: inline-block;
}
.select-box select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.select-box select::-ms-expand {
  display: none;
}
.select-box {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.select-box::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.select-box select {
  padding: 10px 38px 10px 8px;
  color: #666666;
}
.radio-box {
  width: auto;
  padding: 15px;
  display: inline-block;
}
/* ------------------------------
 構造
 ------------------------------ */
#container {
    background-repeat: no-repeat;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 10px auto 50px;
    width: 800px;
}
.inner {
  padding: 40px 20px;
}
#form_body h2 {
  padding: 5px;
  font-size: 18px;
  margin-bottom: 20px;
}
#form_body .limit {
    background-color: #181818;
    color: #fff;
}
#form_body .required {
    border: 2px solid #F40810;
    color: #F40810;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
}
#form_body .price {
  margin: 20px 0 40px;
  border: 1px solid #EAC632;
  background-color: #FFFCCB;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  display: inline-block;
}
#form_body .attention {
  text-align: left;
  padding: 20px;
  border: 1px solid #C6C6C6;
  background-color: #F0F0F0;
  margin: 20px 0;
}
#form_body .attention h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
#form_body .attention ul {
  margin: 10px 0;
  padding-left: 15px;
}
#form_body .attention li {
  text-align: left;
  text-indent: -13px;
  /* [disabled]padding-left: 10px; */
  list-style-type: none;
}
#form_body .lead {
  font-weight: bold;
  padding: 20px 0;
}
#form_body dl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#form_body dl {
  /* [disabled]height: 1%; */
  display: table;
  width: 100%;
}
#form_body dt {
  font-weight: bold;
  /* [disabled]float: left; */
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  padding: 10px;
  background-color: #F0F0F0;
  border-bottom: 1px solid #C6C6C6;
}
#form_body dt span {
  color: #FFF;
  background-color: #F40A0F;
  font-size: 10px;
  padding: 5px;
  margin: 0 5px;
  font-weight: normal;
}
#form_body dd {
  padding: 10px 5px;
  text-align: left;
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  border-bottom: 1px solid #C6C6C6;
}
#form_body dd .caption {
  padding: 5px 0 0 13px;
  font-size: 13px;
  text-indent: -13px;
  color: #F62D31;
}
#form_body .radio dt {
  float: none;
  padding-bottom: 10px;
  text-align: center;
  width: auto;
}
#form_body .radio dd {
  margin-left: 0;
  text-align: center;
}
#form_body input.tel {
  width: 200px;
}
#form_body input.price-text {
  width: 150px;
  margin-top: -10px;
}
#form_body textarea {
  height: 150px;
}
#form_body .button {
  padding-top: 50px;
  text-align: center;
}
#form_body .button a {
  background-color: #E92F3B;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 120%;
  line-height: 50px;
  margin: 0 10px;
  text-align: center;
  width: 80%;
}
#form_body .button2 a {
  line-height: 40px;
  margin: 0 5px;
  width: 40%;
}
#form_body .button a:hover {
  background-color: #EE7A83;
}
#form_body .button a.edit {
  background: #999;
}
#form_body .button a.edit:hover {
  background: #b3b3b3;
}
.error {
  color: #f30;
  font-size: 86%;
}
#form_body div.error {
  padding-top: 5px;
}
#form_body .form_confirm dt {
  padding-top: 0;
}
.form_confirm textarea {
  display: none;
}
#form2 {
  display: none;
}
.select_box {
  overflow: hidden;
  width: 90%;
  margin: 10px 0;
  text-align: center;
  position: relative;
  border: 1px solid #C6C6C6;
  border-radius: 2px;
  background: #ffffff;
  max-width: 300px;
}
.select_box select {
  width: 100%;
  padding: 8px 38px 8px 8px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.select_box select::-ms-expand {
  display: none;
}
.select_box::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
#form .privacy {
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px;
  border: 1px solid #C6C6C6;
  margin-bottom: 30px;
}
#form .privacy dl {
  display: block;
}
#form .privacy dl dt {
  width: auto;
  display: block;
  border-bottom-width: 0;
  padding: 0;
  background-color: transparent;
}
#form .privacy dl dd {
    padding: 0;
    border-bottom-width: 0;
    margin-bottom: 10px;
    display: block;
    width: auto;
}
footer {
    background-color: #F0F0F0;
}
footer .sponser {
    display: flex;
    margin: 0 auto 10px;
    max-width: 800px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
}
footer .sponser dt {
    width: 19%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #D3D2D2;
}
footer .sponser dd {
    width: 80%;
    text-align: left;
}

input::placeholder {
  font-size: 0.8em;
}
/* ------------------------------
 SP
 ------------------------------ */
@media screen and (max-width: 768px) {
  body {
    background-size: contain;
  }
.sp {
    display: block;
}
  #container {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: auto;
  }
  #form_body dl {
    display: block;
  }
#form_body h1 {
    font-size: 1.4rem;
}
  #form_body .radio dt, #form_body dt {
    padding-bottom: 5px;
    text-align: left;
    width: 100%;
    display: block;
    border-bottom-width: 0;
  }
  #form_body .radio dd, #form_body dd {
    margin-left: 0;
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
    display: block;
    border-bottom-width: 0;
    margin-bottom: 20px;
  }
  #form_body input.price-text {
    width: 190px;
    margin-top: 0px;
  }
  .select-box {
    overflow: hidden;
    width: 90%;
    text-align: center;
    max-width: 200px;
    margin-bottom: 10px;
    display: inline-block;
  }
footer .sponser dt {
    width: 100%;
    text-align: center;
    align-items: center;
    display: block;
    padding: 3px;
    justify-content: center;
    margin-bottom: 5px;
}
footer .sponser dd {
    width: 100%;
}
#form_body .attention {
    padding: 10px;
}
}
