@charset "utf-8";
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
span.require {
  color: white;
  background-color: #bc0125;
  width: 32px;
  font-size: 12px;
  height: 18px;
  margin-left: 12px;
  padding: 2px 6px;
  font-size: 14px;
}
select {
  font-size: 18px;
}

label {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
form {
  width: 320px;
  margin: 0 auto;
}
input, textarea {
  font-size: 16px;
}
#entry-form {
  width: 100%;
  margin-bottom: 72px;
  padding-top: 60px;
}
#entry-form section {
  margin: 26px auto;
}
#entry-form h2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
#select2, #select6 {
  height: 44px;
  padding-left: 4px;
}

.input,.form-item{
  margin-top: 24px;
}

.form-parts {
  border-radius: 4px;
  border: 2px solid;
  border-color: #a3a3a3;
  width: 100%;
  height: 40px;
  padding-left: 4px;
  font-size: 18px;
}
.submit {
  text-align: center;
  margin: 40px 0;
}
.submit input {
  padding: 10px;
  background: #978049;
  border: none;
  border-radius: 3px;
  color: #fff;
  width: 64%;
  height: 56px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.submit input:hover {
  background: #626261;
}
.confirm-parts {
  margin: 16px;
  font-weight: bold;
  display: flex;
  font-size: 14px;
  border-bottom: 1px dashed #f5f5f5;
}
.confirm-parts:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  margin-right: 6px;
  background: #a8013f;
  vertical-align: middle;
}
.form-confirm-item {
  font-weight: normal;
  margin-left: 14px;
}
.form-confirm-img {
  max-width: 100%;
  width: 400px;
}
#confirm a {
  display: none;
}
button#send {
  background: rgb(168,1,63);
}
button#send:before {
  content: "確認して送信する";
}
button.back-btn {
  background: #d3d3d3;
}
#confirm h2 {
  color: #a8013f;
  margin-bottom: 40px;
}
#confirm button {
  padding: 10px;
  border: none;
  border-radius: 3px;
  color: #fff;
  width: 80%;
  height: 60px;
  font-size: 1.4em;
  font-weight: bold;
  margin: 24px auto;
  display: block;
}
#confirm #sendto {
  background: #a8013f;
}
.tmp-img-title {
  display: none;
}
#textarea5 {
  min-height: 160px;
  padding: 4px 0 4px 4px;
}


.logo img{
  width: 200px;
  margin-left: 16px;
}

#entry .container{
  min-height: 200px;
  text-align: center;
  padding: 0 14px;
  margin: 160px auto;
}

#entry .container h2{
  color: #978049;
}

#entry .container p{
  font-size: 14px;
  margin: 0 0 30px;
}

#entry .container a{
  color: #978049;
}

.stb{
  width: 100%;
  text-align: center;
}

.stb img{
  margin-top: 16px;
  width: 340px;
}




/* Small devices (tablet, 768px and up) */
@media only screen and (min-width : 768px) {
form {
  width: 400px;
}

.form-parts {
  height: 40px;
}

#select2, #select6 {
  height: 45px;
}

#entry .container{
  min-height: 400px;
}

}

@media only screen and (min-width : 992px) {
form {
  width: 520px;
}
.form-item > p {
  font-size: 0.9em;
  margin-top: 8px;
}
.submit input {
  height: 88px;
  margin: 40px 0;
}
.notes {
  margin-bottom: 80px;
}
.notes p {
  font-size: 18px;
}
#confirm form {
  width: 800px;
  margin: 0 auto;
}
#confirm button {
  width: 400px;
}

.stb img{
  margin-top: 16px;
  width: 480px;
}
}
