@charset "utf-8";
/* CSS Document */

.contactContainer {
	background-color: #F8F6F3;
	padding: 50px 0 80px;
	margin-top: 0;
	position: relative;
	top: -1px;
}
.contactH2 {
	margin: 0 0 50px;
}

.contactPBox {
	border-bottom: dotted 2px #689bca;
	border-top: dotted 2px #689bca;
	margin: 25px auto;
	width: 70%;
}

.contactBoxW {
	background-color: #FFFFFF;
	border: solid 1px #666666;
	width: 80%;
	margin: 50px auto 0;
	padding: 15px;
}
@media screen and (max-width: 750px) {
	.contactBoxW {
		width: 95%;
	}
}
.contactTelBox {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.contactTitleBox {
	background-color: #689bca;
	width: 280px;
	padding: 5px;
	color: #FFFFFF;
	/*margin-right: 15px;*/
}
@media screen and (max-width: 660px) {
	.contactTitleBox {
		padding: 1px;
	}
}

.contactFlexBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contactTelWrapper1 {
	padding-top: 0;
	padding-bottom: 0;
	/*height: 40px;*/
}
.contactTel1 {
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
}
.contactTel2 {
	font-size: 32px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 20px;
}
.contactTelWrapper2 {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	padding: auto;
	/*height: 36px;*/
}
@media screen and (max-width: 660px) {
	.contactTelWrapper1 {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		/*height: 40px;*/
	}
	.contactTel1 {
		font-size: 18px;
	}
	.contactTel2 {
		font-size: 24px;
		
	}
	.contactTelWrapper2 p {
		padding-top: 0;
		font-size: 17px;
		/*line-height: 1em;*/
		margin-top: 20px;
		/*height: 40px;*/
	}
}

@media screen and (max-width: 420px) {
	.contactTel1 {
		font-size: 17px;
	}
	.contactTel2 {
		font-size: 20px;;
	}
	.contactTelWrapper2 {
		font-size: 16px;
	}
}

.contactRequired {
	background-color: #e85a24;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0 0 0 3px;
	padding: 1px 3px;
	width: 2.5em;
}
.contactFormNote {
	color: #689bca;
	font-size: 0.8em;
}

/*********************************************
	フォーム
*********************************************/
.formRow {
	/*border: 1px solid #ccc;*/
	border-bottom: 1px dotted #689bca;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 15px;
}
.formTitle {
	width: 25%;
	min-width: 160px;
	font-weight: normal;
	/*background: #efefef;*/
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.formTitle p {
	margin: 0;
}
.formRequired {
	width: 7%;
	min-width: 50px;
	padding: 3px 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
}
.formTd {
	/*width: 68%;*/
	padding: 0 10px 0 20px;
	/*min-width: 315px;*/
	min-width: 250px;
}
@media screen and (max-width:680px) {
	.formTd {
		width: 100%;
		padding: 0 10px 0 10px;
	}
}
/**/
#formWrap {
	/*width: 700px;*/
	width: 88%;
	margin: 10px 0 auto;
	color: #555;
	line-height: 180%;
}

table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable tr {
	border-bottom: 1px dotted #689bca;
}
table.formTable td, table.formTable th {
	padding: 10px;
}
table.formTable th {
	width: 30%;
	font-weight: normal;
	/*background: #efefef;*/
	text-align: left;
}
textarea.contactInquiry {
	width: 100%;
	min-height: 100px;
	/*
	min-width: 150px;
	min-height: 50px;
	max-width: 200px;
	max-height: 150px;
	*/
}
input[type="submit"], input[type="reset"], input[type="button"] {
	/*display: block;*/
	width: 140px;
	height: 40px;
	border: solid 1px #919191;
	padding: 10px 25px;
	color: #717171;
	text-decoration: none;
	background-color: #ededed;
}
.inputBox {
	text-align: center;
	margin-top: 25px;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
	#formWrap {
		width: 95%;
		margin: 0 auto;
	}
	table.formTable th, table.formTable td {
		width: auto;
		display: block;
	}
	table.formTable th {
		margin-top: 5px;
		border-bottom: 0;
		padding-bottom: 0;
	}
	table.formTable td {
		padding-left: 1.5em;
	}
	input[type="text"], textarea {
		width: 80%;
		/*padding: 5px;*/
		font-size: 110%;
		display: block;
	}
	input[type="submit"], input[type="reset"], input[type="button"] {
		display: block;
		width: 80%;
		height: 40px;
		border: solid 1px #919191;
		padding: 10px 25px;
		margin: 0 auto 10px;
		color: #919191;
		text-decoration: none;
		background-color: #ededed;
	}
}

.buttonGoToTop {
	border: solid 1px #919191;
	padding: 10px 25px;
	margin: 0 auto 10px;
	color: #919191;
	text-decoration: none;
	background-color: #ededed;
}