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

.toiawase {
	text-align: left;
}
.toiawase h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	clear: both;
}
.toiawase h4 {
	border-bottom: 1px solid #E73278;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.toiawase h4 span {
	color: #E73278;
	font-weight: bold;
	padding-right: 20px;
}
.toiawase dl {
	margin-bottom: 50px;
}
.toiawase dl dt {
	font-weight: bold;
	padding: 5px 5px 5px 0px;
}
.toiawase dl dt .hissu {
	font-size: 0.8em;
	color: #FFF;
	background-color: #F00;
	padding: 0 10px;
	border-radius: 10px;
}
.toiawase dl dd {
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}
.toiawase .err {
	font-size: 0.9em;
	color: #F00;
}
.toiawase .submit {
	text-align: center;
}
.toiawase .submit input {
	width: 200px;
	padding: 10px;
	margin: 10px;
}
.toiawase .telCom {
	text-align: center;
	border: 2px solid #E73278;
	background-color: #FEF1F7;
	padding: 30px 10px;
	margin: 50px 20px;
	line-height: 1.4;
	border-radius: 10px;
}
.toiawase .telCom .fc {
	font-size: 1.6em;
	font-weight: bold;
	color: #E73278;
}
.toiawase .telCom .fc span {
	font-size: 1.7em;
	font-weight: bold;
}
@media (min-width: 768px) {
.toiawase dl dt {
	width: 170px;
	float: left;
	text-align: right;
}
.toiawase dl dd {
	padding-left: 200px;
}
}
@media (max-width: 767px) {
.toiawase h3 {
	font-size: 1.2em;
}
.toiawase h4 span:after {
	content: "\A" ;
	white-space: pre ;
}
}

/* -------------------------------------
 フォームの装飾
-------------------------------------- */
.f_parts {
  padding: 8px;
  margin-bottom: 5px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.f_parts:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.f_parts::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.f_parts:-ms-input-placeholder {
  color: #999;
}
.f_parts::-webkit-input-placeholder {
  color: #999;
}
.f_parts[disabled],
.f_parts[readonly],
fieldset[disabled] .f_parts {
  background-color: #eee;
  opacity: 1;
}
.f_parts[disabled],
fieldset[disabled] .f_parts {
  cursor: not-allowed;
}
textarea.f_parts {
  height: auto;
}

@media (min-width: 768px) {
.f_detail input.w30 {
	width: 30%;
}
.f_detail input.w50 {
	width: 50%;
}
.f_detail input.w80 {
	width: 80%;
}
.f_detail input.w100 {
	width: 95%;
}
.f_detail textarea {
	width: 95%;
}
}
@media (max-width: 767px) {
.f_detail input.w30,
.f_detail input.w50,
.f_detail input.w80,
.f_detail input.w100 {
	width: 95%;
}
.f_detail textarea {
	width: 95%;
}
}
