@charset "UTF-8";
/*==============================================================================
和Produce contents CSS contact
==============================================================================*/


form#mailformpro {
    margin-top: 40px;
    width: 732px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 40px;
}

#contents{
  padding: 100px 0px;
}

span.need {
    font-size: 12px;
    color: #fff;
    background: #C3402F;
    padding: 2px 5px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

tr {
    display: flex;
    border: 1px solid #E3E3E3;
}

tr:nth-child(n+2){
  border-top: 0px solid #E3E3E3;
}

.att{
  width: 238px;
  display: block;
  text-align: left;
  padding: 15px 0px 15px 60px;
  background: #F4F5F7;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}

td{
  width: 494px;
  display: block;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
    box-sizing: border-box;
}

input[type="text" i] {
  width: 414px;
  height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

input[type="email" i]{
  width: 414px;
  height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

input[type="tel" i]{
  width: 414px;
  height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

textarea.note{
  width: 414px;
  height: 150px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

select {
  width: 414px;
  height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type="number" i] {
  width: 414px;
  height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

input[type="number" i].year {
  width: 174px;
  height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

input[type="number" i].month {
  width: 86px;
  height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

input[type="number" i].date {
  width: 86px;
  height: 34px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

span.date_unit {
  width: 16px;
}

.form_text{
  font-size: 14px;
  line-height: 1;
  color: #9B9B9B;
     margin-left: 17px;
}

form .zip{
  width: 101px;
}

.costume_start{
   justify-content: start;
   padding-left: 60px;
}

.costume_start {
    justify-content: start;
    padding-left: 39px;
}
button {
    width: 324px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #7E7E7E;
    border: 0px solid;
    border-radius: 8px;
    margin: 40px auto;
    display: block;
}

.text_center{
  text-align: center;
}

.contact_text{
  padding: 10px 0px;
}

.desc {
  margin: 50px 0 20px;
  font-size: .8em;
  text-align: center;
}

.btn2 {
  width: 736px;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  background: #F4F5F7;
  cursor: pointer;
}

.toggle_table {
  display: none;
}


/* ～767px For SP
================================ */
@media screen and (max-width: 767px) {

  form#mailformpro {
      margin-top: 40px;
      width: 100%;
      margin: 0 auto;
      box-sizing: border-box;
      margin-top: 20px;
  }

  table {
    width: 100%;
}

.att {
    width: 100%;
    display: block;
    text-align: left;
    padding: 7px 0px 7px 50px;
    background: #F4F5F7;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}

span.need {
    font-size: 12px;
    color: #fff;
    background: #C3402F;
    padding: 2px 5px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
}

td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 10px;
}

input[type="text" i] {
    width: 90%;
    height: 48px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #9B9B9B;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="email" i] {
    width: 90%;
    height: 48px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #9B9B9B;
    border-radius: 4px;
}

select {
  width: 90%;
  height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

input[type="number" i].year {
  width: calc(45% - 16px);
  height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

input[type="number" i].month {
  width: calc(22.5% - 26px);
  height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

input[type="number" i].date {
  width: calc(22.5% - 26px);
  height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
}

span.date_unit {
  width: 16px;
}

.form_text {
    font-size: 14px;
    line-height: 1;
    color: #9B9B9B;
    margin-left: 17px;
    display: none;
}

.costume_start{
    width: 100%;
    display: block;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0;
}

.costume_start {
    justify-content: center;
}

tr {
    display: block;
    border: 1px solid #E3E3E3;
}

input[type="tel" i] {
    width: 90%;
    height: 44px;
    border: 1px solid #9B9B9B;
    border-radius: 4px;
}

.costume_start .gray {
    width: 90%;
}

textarea.note {
    width: 90%;
    height: 146px;
    border: 1px solid #9B9B9B;
    border-radius: 4px;
}

tr {
    display: block;
    border: 0px solid #E3E3E3;
}

#contents {
    padding: 60px 0px 120px 0px;
}

.btn2 {
  width: 100%;
}

}
