/**********************
  メイン
***********************/
#main {
}
.minner {
	padding-top: 20px;
}
.aisatu {
	margin-top: 60px;
	text-align: center;
}
h3 {
	font-size: 100%;
	color: #3f4360;
}
.tel-t {
	margin-top: 60px;
	padding-left: 25px;
	background-image: url("../images/mail.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0 3px;
}
.tel-tbl {
	margin-top: 20px;
	width: 100%;
}
.tel-tbl tr {
	border-bottom: solid 2px white;
}
.tel-tbl th {
	position: relative;
	width: 20%;
	background-color: #3f4360;
	color: white;
	text-align: center;
	padding: 10px 0;
}
.tel-tbl th:after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #3f4360;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.tel-tbl td {
	padding: 10px 0 10px 30px;
	/*background-color: #eee;*/
	background-color: rgba(104,94,85,0.1);
}
.tel-tbl span {
	margin-left: 20px;
}
.mail-t {
	margin-top: 60px;
	margin-bottom: 20px;
	padding-left: 25px;
	background-image: url("../images/tel.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0 3px;
}
.checkform {
	margin-top: 40px;
	/*border:1px solid black;*/
}
.prof-table {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.prof-table th,
.prof-table td {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px;
}
 
.prof-table th {
	padding-left: 50px;
	vertical-align: middle;
	text-align: right;
	width: 220px;
	/*width: 20%;*/
	font-weight: normal;
	line-height: 120%;
}

.prof-table th span{
	display: block;
	font-size: 85%;
	color: #3377ff;
}

.prof-table th span.required,
.prof-table th span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}

.prof-table th span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

.prof-table th span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

/*** 入力エリア ***/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	background: #f8f8f8;
	display: block;
	padding: 12px 15px;
	width: 80%;
	border: 1px solid #a9a9a9;
	border-radius: 0;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #e9f5fb;
}
input::placeholder,
textarea::placeholder {
	color: #ccc;
}
.name,
.addr,
.contact {
	ime-mode: active;
}
.tel,
.email {
	ime-mode: inactive;
}
.alertarea-1,
.alertarea-2,
.alertarea-3,
.alertarea-4,
.alertarea-5,
.alertarea-6 {
	color: red;
}

/*** ボタン ***/
input[type="submit"] {
	/*height: 40px;*/
	padding: 10px 50px;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	background: #5cb85c;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	display: block;
	margin: 20px auto;
}

input[type="submit"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

/*** ロボット ***/
.btnw {
	text-align: center;
	padding-bottom: 40px;
}
.robow {
	/*line-height: 150%;*/
}
.chk {
	/*margin-top: 20px;*/
	display: inline-block;
	transform: scale(1.3);
	accent-color: #3f4360;
}
.lchk {
	/*margin-top: -10px;*/
	margin-left: 10px;
}
.alertarea-6 {
	margin: 0px auto;
	display: block;
}

/*** send.php ***/
.thanks {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.inf {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #6c2463;
	border-bottom: 1px solid #6c2463;
	/*width: 90%;*/
}

/**********************
  レスポンシブ設定
***********************/
/* モニター幅960px以下 */
@media only screen and (max-width:1040px) {
}
@media only screen and (max-width:840px) {
}
/* iPad 縦 */
@media only screen and (max-width:768px) {
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
	.prof-table th,
	.prof-table td {
		display: block;
		border-top: none;
	}
	.prof-table th {
		width: 220px;
		border: none;
		padding-left: 20px;
		padding-bottom: 0px;
		text-align: left;
	}
	.prof-table .th-none {
		padding: 0px;
	}
	.prof-table th span.required,
	.prof-table th span.optional {
		margin-right: 20px;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		width: 100%;
	}
	.aisatu .dan {
		display: block;
	}
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
	.tel-tbl th {
		width: 100px;
	}
	.tel-tbl span {
		margin-left: 0;
		display: block;
		line-height: 100%;
	}
}
