@charset "utf-8";
/* CSS Document */

/* ==================== */
/* comment */
/* ==================== */

.block__contact--comment {
	width: 100%;
	margin: 50px 0;
	text-align: center;
}

.p__contact--note {
	width: 100%;
	margin-top: 20px;
}

.p__contact--note a {
	color: #1e5a9f;
	text-decoration: underline;
}

.p__contact--note a:hover {
	text-decoration: none;
}

/* ==================== */
/* form */
/* ==================== */

dl.dl__contact--form {
	width: 100%;
	margin: 50px 0;	
}
.dl-block__contact {
	width: 100%;
	margin: 30px 0;
}

.dl-block__contact dt {
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}

.dl-block__contact dd input[type="text"] ,
.dl-block__contact dd input[type="email"] ,
.dl-block__contact dd input[type="tel"] ,
.dl-block__contact dd textarea {
	width: 100%;
	padding: 0.75rem;
	font-size: 1.125rem;
	background-color: #f8f7f6;
	border-radius: 5px;
	border: 1px solid #ebebeb;
}

.dl-block__contact dd input[type="radio"] {
	margin-right: 0.5rem;
	-webkit-appearance: auto;
	appearance: auto;
	border-width: 1px;
	background-color: #fff;
	font-size: 0.9em;
	padding: 0.4em;
	cursor: pointer;
	vertical-align: initial;
}

.dl-block__contact textarea {
	height: 90px;
}

.dd-block__contact--radio {
	width: 100%;
	padding: 0.75rem;
	background-color: #f8f7f6;
	border-radius: 5px;
	border: 1px solid #ebebeb;
}

.p__contact--note-realestate {
	font-size: 0.875rem;
	color: #ff3399;
}

dl.dl__contact--form dd input::placeholder , dl.dl__contact--form dd textarea::placeholder {
	font-size: 0.875rem;
}

.icn__hissu {
	display: inline-block;
	margin-left: 0.625rem;
	padding: 0 0.5rem;
	color: #fffaf0;
/*	color: #fff;*/
	font-size: 0.75rem;
	background: #ff3399;
	border-radius: 3px;
}

.block__submit {
	width: 100%;
	margin: 50px 0 0;
	text-align: center;
}

.block__submit input[type="submit"] {
	display: inline-block;
	margin: 0.5rem 0.25rem;
	padding: 1.25rem 1.875rem;
	font-family: FontAwesome;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 1.0;
	color: #FFFaf0;
/*	color: #FFF;*/
	outline: none;
	background-color: #1e5a9f;
	border-radius: 5px;
}

.block__submit input[type="button"] {
	display: inline-block;
	margin: 0.5rem 0.25rem;
	padding: 1.25rem 1.875rem;
	font-family: FontAwesome;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 1.0;
	color: #FFFaf0;
/*	color: #FFF;*/
	outline: none;
	background-color: #444; 
	border-radius: 5px;
}

.block__submit input[type="submit"]:hover , .block__submit input[type="button"]:hover {
	opacity: 0.7;
}

/* ==================== */
/* error */
/* ==================== */

.block__contact--error {
	width: 100%;
	margin: 30px 0;
	text-align: center;
}

.message__contact--error {
	margin: 30px 0;
}

.error_messe {
	margin: 20px 0;
	color: #ff0000;
	line-height: 1.0;
}

/* ==================== */
/* confirm */
/* ==================== */

.block__contact--confirm {
	width: 100%;
	margin: 30px 0;
}

.block__contact--confirm p {
	text-align: center;
}

.block__contact--confirm p a {
	color: #1e5a9f;
	text-decoration: underline;
}

.block__contact--confirm p a:hover {
	text-decoration: none;
}

table.tbl__contact--confirm {
	width: 100%;
	margin: 50px 0;
}

table.tbl__contact--confirm th , table.tbl__contact--confirm td {
	padding: 0.75rem;
	border: 1px solid #d7d7d7;
}

table.tbl__contact--confirm th {
	width: 30%;
	font-weight: normal;
	background-color: #f7f7f7;
}

table.tbl__contact--confirm td {
	width: 70%;
}

/* ==================== */
/* confirm */
/* ==================== */

.comment__contact--thanks {
	width: 100%;
	margin: 50px 0;
	text-align: center;
}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

}

@media (max-width: 640px) {

.block__contact--comment {
	text-align: left;
}

.p__contact--note {
	text-indent: -1.0rem;
	padding-left: 1.0rem;
}

}
