/*main-image
-----------------------------------------*/
.m-page-title--contact {
  background-image: url(/assets/img/contact/main_ttl_bg.jpg);
}
@media screen and (max-width: 767px) {
  .m-page-title--contact {
    background-image: url(/assets/img/contact/main_ttl_bg_sp.jpg);
  }
}

/* form
-----------------------------------------*/
fieldset {
  border: none;
}
.form {
  width: 950px;
  margin: auto;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .form {
    width: 100%;
  }
}

section.form {
}
section.form h2 {
  margin-top: 10px;
  position: relative;
}
section.form dl dt,
section.form dl dd {
  margin: 0;
}
section.form dl dt {
  background-color: #efefef;
  padding: 12px 10px;
  border-top: 1px solid #d3d3d3;
  position: relative;
}
section.form dl dd {
  padding: 12px 10px;
}
section.form dl dd.trial {
  margin-bottom: 10px;
}

section.form span.required {
  font-size: 12px;
  font-weight: bold;
  color: #e60010;
  display: inline-block;
}
section.form span.optional {
  font-size: 12px;
  font-weight: bold;
  color: #00439b;
  display: inline-block;
}
section.form h2 span.required,
section.form dl dt span.required,
section.form h2 span.optional,
section.form dl dt span.optional {
  position: absolute;
  right: 5px;
}

input[type="text"] {
  property: value;
}
input[type="checkbox"] {
  vertical-align:middle;
}
input,
textarea {
  outline: none;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  padding: 5px 3px;
  margin: 0 0 5px 0;
  color: #333;
  font-size:16px;
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}
@media screen and (max-width: 767px) {
	input[type="radio"] {
      border-radius: 30px;
	}
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../img/icon_dropdown.png) right 50% no-repeat;
  outline: none;
  padding: 5px 3px 5px 10px;
  margin: 0 0 5px 0;
  color: #333;
  width: 278px;
  height: 33px;
  display: block;
  border:1px solid #c1c1c1;
  font-size:16px;
}
@media screen and (max-width: 767px) {
  select {
    width: 272px;
    //height: 22px;
	padding-top:0;
	padding-bottom:0;
  }
}

textarea.address,
input[type="email"].email {
  width: 930px;
}
@media screen and (max-width: 767px) {
  textarea.address,
  input[type="email"].email {
    width: 272px;
  }
}

input[type="tel"].email {
  width: 278px;
}
@media screen and (max-width: 767px) {
  input[type="tel"].email {
    width: 272px;
  }
}

input.time {
  width: 65px;
}
.name_box {
  overflow: hidden;
}
.name_box span.name_txt {
  float: left;
  padding-top: 5px;
  width: 2em;
}
.name_box input[type="text"].name {
  width: 241px;
  float: right;
}
div.date_box span {
  vertical-align: middle;
}

input[type="radio"] {
  margin-left: 10px;
  margin-right:5px;
}
input[type="submit"],
.btn_back {
  background-color: #eb5461;
  width: 290px;
  padding: 10px 0;
  margin: 15px auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  border: none;
}
.btn_back {
  background-color: #4c87f8;
}
a.btn_gray {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #333;
  width: 290px;
  display: block;
  position: relative;
}
a.btn_gray::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.75em;
  vertical-align: middle;
  color: #999;
}
section.form dl dd.btn {
  padding: 0;
}
.bd-top {
  margin-top: 1em;
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
.f-bold {
  font-weight: bold;
}
.m-tb15 {
  margin: 15px auto;
}
.m-t15 {
  margin-top: 15px;
}
.m-b15 {
  margin-bottom: 15px;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-b30 {
  margin-bottom: 30px;
}
.center {
  text-align: center;
}
.big {
  font-size: 17px;
  color: #eb5461;
}
.f-10 {
  font-size: 10px;
}
.f-11 {
  font-size: 11px;
}
.f-12 {
  font-size: 12px;
}
p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
p.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
hr.dot {
  border-top: 1px dotted #d2d2d2;
}
p.error {
  color: #c4261b;
}
input.error,
select.error,
textarea.error,
fieldset.error {
  background-color: #fbefef;
}
dd.backBtn {
  text-align: center;
}
a.btn_gray {
  margin: 15px auto;
}
input[type="submit"] {
  display: block;
}
.contact a {
  margin: 0 auto;
  display: block;
  text-align: center;
}

section.form h2 {
  margin-top: 10px;
  position: relative;
}

section h2 {
  position: relative;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 10px 0 10px 15px;
  font-size: 17px;
  color: #eb5461;
  font-weight: bold;
  line-height: 1.4;
}

section h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0px;
  background-color: #eb5461;
  margin: 10px 0;
  width: 4px;
}

section h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eaeaea;
  width: 100%;
  height: 1px;
}

/* etc
-----------------------------------------*/
.m-text02{padding:0 15px;}
.info{margin-top:65px;}
@media screen and (max-width: 767px) {
.info{margin-top:41px;}
}

.visit_date{width:50px;}
.name_box input[type="text"].name {
  float: none;
  margin-left: 5px;
}
.btn a,
.btn input[type="submit"] {
  margin: 15px auto;
  display: block;
}

.contact {
  text-align: center;
}
a.btn_gray {
  margin: 15px auto;
  display: block;
}

::-webkit-input-placeholder{
  color:#ccc
}
:-ms-input-placeholder{
  color:#ccc
}
::-ms-input-placeholder{
  color:#ccc
}
::placeholder{
  color:#ccc
}
