@charset "UTF-8";
/* Scss Document */
#page_ttl h1 {
  background: url(../images/contact/ico_page_ttl.png) top 1em center no-repeat;
}

#tel {
  text-align: center;
}
#tel .tel {
  margin-bottom: 0;
  color: #009FE0;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
}
#mail .staff {
	background: #FFF;
	padding: 30px;
	color: #E9608D;
	font-size: 1.8rem;
	text-align: center;
}
#mail th {
  width: 30%;
}
#mail .form-area .required span {
  display: block;
  position: relative;
}
#mail .form-area .required span:after {
  content: "必須";
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  background: #E9608D;
  font-size: 1.2rem;
  position: absolute;
  right: -2px;
}
#mail .form-area .ipt-w250 {
  width: 70%;
}
#mail .form-area .ipt-w400,
#mail .form-area .ipt-w350 {
  width: 100%;
}
#mail .form-area .button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}
#mail .form-area .button input {
  padding: .5em 2em;
  color: #FFF;
  font-size: 2rem;
  border: none;
  background: #E9608D;
}
#mail .form-area .button input[type="reset"] {
  background: #00B3EC;
}
#mail .form-area .button input:hover {
  cursor: pointer;
  opacity: .6;
  transition: 0.8s;
}
#mail .form-area .button .b_back input {
  background: #00B3EC;
}
#mail .zipbtn.button {
  display: inline-block;
}
#mail .zipbtn.button a {
  display: block;
  padding: .5em;
  background: #DDD;
  border: #CCC 1px solid;
  border-radius: 3px;
  color: #000;
}
#mail .zipbtn.button a:hover {
  text-decoration: none;
  opacity: .6;
  transition: 0.8s;
}

@media screen and (max-width: 768px) {
  #page_ttl h1 {
    background: none;
  }
	#mail .form-area .ipt-w100 {
		width: 15vw;
	}
	#mail .form-area .ipt-w250 {
		width: 100%;
	}	
}