@charset "UTF-8";
#cnts {
  max-width: 1170px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
#cnts .toiawase {
  background: #faf9f7;
  padding: 40px;
	 margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 5px;
  box-sizing: border-box;
}
#cnts h3 {
  color: #f00;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 2.2rem;
}
#cnts h3 span {
  padding-right: 15px;
  vertical-align: -8px;
}
#tel {
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 2px;
}
#tel a {
  color: #000;
  text-decoration: none;
}
#mailformpro dl dd ol {
  margin: 0px;
  padding: 0px;
}
#mailformpro dl dd ol li {
  list-style: url(none) none inside;
  margin: 0px 0px 10px;
  padding: 0px;
}
#mailformpro span.hissu {
  color: #F00;
}
button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
input[type=text] {
  border: #a9a9a9 1px solid;
  height: 30px;
  padding: 0 3px;
  font-size: 16px;
  margin-right: 0.5em;
}
input[type=text]:focus {
  border: 1px solid #FF0000;
}
input[type=text], select {
  outline: none;
}
input[type=email] {
  border: #a9a9a9 1px solid;
  height: 30px;
  padding: 0 3px;
  font-size: 16px;
}
input[type=email]:focus {
  border: 1px solid #FF0000;
}
input[type=email], select {
  outline: none;
}
textarea {
  border: #a9a9a9 1px solid;
  height: 250px;
  padding: 0 3px;
  font-size: 16px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus {
  border: 1px solid #FF0000;
}
textarea, select {
  outline: none;
}
input[type=button] {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  width: 150px;
  padding: 15 3px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  background: #f5f5f5;
  text-shadow: 1px 1px 0px #fff;
  vertical-align: middle;
}
/* Chrome */ ::-webkit-input-placeholder {
  color: #ccc;
}
/* Firefox */ ::-moz-placeholder {
  color: #ccc;
}
/* IE */ :-ms-input-placeholder {
  color: #ccc;
}
/* セレクトボタン */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.5em;
  background: #EEE url(../img/sita.png) no-repeat;
  background-size: 15px 15px;
  background-position: right 10px center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  vertical-align: middle;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  width: 200px;
}
select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() { /* for firefox */
  select {
    background: none;
    background-color: #FFF;
  }
}
label {
  margin-right: 1.5em;
}
.btn {
  border-radius: 2px;
  background-color: #000;
  padding: 25px;
  text-align: center;
  color: white;
  font-size: 2rem;
  width: 30%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.btn:hover {
  background-color: #f00;
}
@media (max-width: 1135px) {
  #cnts {
    margin-top: 60px;
  }
}
@media screen and (max-width: 559px) {
  /* 559pxまでの幅の場合に適応される */
  #cnts {
    margin-bottom: 0px;
  }
  .midashi_jpn2 {
    text-align: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #cnts .toiawase {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  #cnts h3 {
    line-height: 0.5;
    text-indent: -55px;
    margin-left: 55px;
    margin-bottom: 20px;
  }
  #cnts h3 span {
    padding-right: 15px;
    vertical-align: -12px;
  }
 .btn {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .long {
    width: 100%;
    box-sizing: border-box;
  }
  .short {
    width: 40%;
    box-sizing: border-box;
  }
}