﻿.wapper h2 {
  color: #000;
  font-size: 20px;
  padding-bottom: 8px;
  margin-top: 16px;
  margin-bottom: 20px;
  border-bottom: #fff solid 3px;
  font-family: 'Zen Maru Gothic', serif;
}
article section#entry form {
  background: #ffebf3;
  padding: 20px 10px 30px;
}
article section#entry form dl {
  max-width: 800px;
  margin: 0 auto;
  text-align: left
}
article section#entry form dl dt {
  margin: 0 0 20px;
  padding: 0 0 12px;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  font-weight: bold
}
article section#entry form dl dt span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 7px;
  background: #ff4f70;
  font-size: 75%;
  font-weight: bold;
  color: #fff;
  border-radius: 5px
}
article section#entry form dl dd {
  margin: 0 0 30px
}
article section#entry form dl dd input {
  margin: 0 0 16px
}
article section#entry form dl dd input#vl001 {
  max-width: 420px;
}
article section#entry form dl dd input#vl022 {
  max-width: 100px;
}
article section#entry form dl dd input#vl031 {
  max-width: 100px;
}
article section#entry form dl dd input#vl032 {
  max-width: 100px;
}
article section#entry form dl dd input#vl033 {
  max-width: 100px;
}
article section#entry form dl dd input#vl034 {
  max-width: 100px;
}
article section#entry form dl dd input#vl035 {
  max-width: 100px;
}
.now_stat span {
  width: 200px;
  display: inline-block;
}
.note {
  background: none !important;
  color: #000 !important;
  padding: 0px 0px 0px 10px !important;
  margin: 0px !important;
  font-weight: 100 !important;
  font-size: 15px !important;
}
@media screen and (max-width: 480px) {
  .now_stat span {
    width: 150px;
    display: inline-block;
  }
  .note {
    padding: 10px 0px 0px 0px !important;
  }
}
article section#entry form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 20px 10px;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
  background: #df0615;
  border: 0px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer
}
article section#entry form input[type="submit"]:nth-of-type(n+2) {
  margin-top:20px;
}
article section.thanks {
  padding: 60px 0
}
article section.thanks h3 {
  margin: 0 0 30px;
  font-size: 214.28571%;
  font-weight: bold
}
article section.thanks p {
  line-height: 1.75
}
article section.thanks p span {
  font-size: 80%
}
article section.thanks p a {
  text-decoration: underline
}
article section.thanks p a:hover {
  text-decoration: none
}
article section.thanks > a {
  display: inline-block;
  margin: 20px 0 0;
  padding: 14px 20px;
  background: #000;
  color: #fff;
  font-weight: bold
}
input {
  -webkit-appearance: none
}
input[type="text"], input[type="email"], input[type="num"], input[type="tel"] {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 6px;
  height: 42px;
  width: 100%;
  transition: 0.15s
}
/*input[type="text"]:focus, input[type="email"]:focus, input[type="num"]:focus{
  background: #fafafa;
  border-color: #ccc;
  outline-color: #ccc
}
input[type="text"][disabled], input[type="email"][disabled], input[type="num"][disabled] {
  background-color: #ddd
}*/
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  height: 126px;
  width: 100%;
  transition: 0.15s
}
textarea:focus {
  background: #fafafa;
  border-color: #ccc
}
textarea[disabled] {
  background-color: #ddd
}
select {
  /*  -webkit-appearance: none;*/
  font-size: 16px;
  /*  width: 100%;*/
  height: 42px;
  margin: 0;
  padding: 6px;
  cursor: pointer;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  transition: 0.15s;
  border-radius: 0px
}
@media screen and (min-width: 769px) {
  .wapper h2 {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .wapper h2 {
    margin-top: 60px;
    font-size: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  article section#entry form {
    padding: 40px 10px
  }
  article section#entry form dl dt {
    font-size: 24px;
  }
  article section#entry form dl dt span {
    font-size: 20px;
  }
  select {
    font-size: 20px;
  }
  input[type="text"], input[type="email"], input[type="num"] {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  select {
    font-size: 16px;
    width: calc(100% - 2px);
  }
}

#num {
	width:100px;
}