/* charset */
@charset "utf-8";

/********************************************************* ポストメール **/
body {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#contact {
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0;
}

#contact ul {
  clear: both;
  margin: 0 auto 10px auto;
  width: 98%;
  border: 1px solid #c9c4c4;
}

#contact li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 2;
  background: #eceaea;
  padding: 0.2rem 0 0.2rem 1rem;
}

#contact li:last-child {
  background: #fcfcfc;
  height: 55px;
  padding-top: 0.8rem;
}

/**************************** responsive ***/
@media only screen and (min-width: 600px) {

  #contact li:last-child {
    height: 45px;
    padding-top: 0.2rem;
  }
}


#contact li.jidou {
  background: #fff0f5;
}

#contact li.other {
  background: #e7e4e4;
}

.red {
  color: #C00;
}

.submit {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 2;
}


input,
select,
textarea {
  border: 1px solid #c9c4c4;
  border-radius: 5px;
  color: #333;
  font-size: 100%;
  padding: 1.8rem 0;
  vertical-align: middle;
}

textarea {
  padding: 0.5rem;
  line-height: 1.4;
}

/**************************** responsive ***/
@media only screen and (min-width: 768px) {

  input,
  select,
  textarea {
    padding: 0;
  }
}


input[type="text"],
textarea {
  width: 95%;
  height: 30px;
  padding-left: 0.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

textarea {
  height: auto;
  height: 8rem;
}

input[type="text"].number {
  width: auto;
}

.contact-head {
  width: 98%;
  margin: 10px auto;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 5px solid #f1f1f1;
  border-radius: 10px;
}

.contact-head ul {
  background: #fff;
}

.contact-head ul li {
  float: none;
  padding: 0.3em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.contact-head ul li:first-child {
  font-size: 140%;
  line-height: 1.8;
  font-family: 'Shin Go Medium';
  font-family: 'mywebfont';
  color: #f69;
}

#contact li.area {
  height: auto;
  padding: 1rem;
}

input[type="submit"],
input[type="reset"] {
  background: #fff;
  border: 2px solid #c9c4c4;
  padding: 0.3em 1em;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #f1f1f1;
}

select {
  height: 34px;
}

.nenrei {
  padding: 0 1rem;
  text-align: center;
}

#contact li.heigh,
#contact li:last-child.heigh {
  height: auto;
  line-height: 2;
}

.calbox {
  margin-top: 20px;
}

/**************************** responsive ***/
@media only screen and (min-width: 768px) {
  #contact {
    width: 95%;
  }

  #contact ul {
    clear: both;
    border-right: none;
    border-bottom: none;
    overflow: hidden;
  }

  #contact li {
    width: 25%;
    height: 45px;
    line-height: 2.5;
    float: left;
    border-right: 1px solid #c9c4c4;
    border-bottom: 1px solid #c9c4c4;
  }

  #contact li.area {
    height: 98px;
  }

  #contact li:last-child {
    float: right;
    width: 75%;
  }

  input[type="text"] {
    width: auto;
  }

  textarea {
    height: 87px;
  }

  .contact-head {
    width: 93%;
  }

  .contact-head ul li {
    float: left;
    width: 70%;
    padding: 0.3em;
  }

  .contact-head ul li:first-child {
    width: 30%;
    font-size: 200%;
    line-height: 250%;
  }

  #side_blog {
    margin-top: 25px;
  }
}

/**************************** responsive ***/
@media only screen and (min-width: 992px) {
  #contact {
    width: 85%;
  }

  .contact-head {
    width: 84%;
  }

}

.privacy {
  border: 1px solid #c9c4c4;
  border-radius: 5px;
  width: 98%;
  margin: 2rem auto;
  padding: 1rem;
}

.privacy dl {
  margin: 1rem 0;
}

.pricacy dl dd {
  text-align: justify;
  text-justify: inter-ideograph;
}

/**************************** responsive ***/
@media only screen and (min-width: 600px) {
  .privacy {
    width: 85%;
  }
}
