@charset "utf-8";
/**************************************/
/* CSS file For miyata-jyuusou.co     */
/* FileName: contact.css              */
/* date: 2023.05.08                   */
/**************************************/





/*-----------------------------------------------------
	contact
------------------------------------------------------*/

.p05-deco {
	clear: left ;
	margin-top: 5%;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 {
	width: 100%;
	margin: 1% auto;
	padding: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 2px solid #aabf0b;
	line-height: 1.6;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 0 0 26px 26px;
}

body#page05 #wrapper div#contents article .innerBox table.common-format03 caption {
	color: #fff;
	background-color: #f3780e;
	padding: 1% 0;
	text-align: center;
	font-size: 30px;
	border-radius: 26px 26px 0 0;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 tr {
	width: 100%;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 th.p05-th {
	width: 37%;
	color: #666633;
	font-weight: bold;
	font-size: 23px;
	border: none;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 3%;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 th.p05-th-address {
	width: 37%;
	color: #666633;
	font-weight: bold;
	font-size: 23px;
	border: none;
	text-align: left;
	padding-top: 0em;
	margin-bottom: 0em;
	padding-left: 3%;
	vertical-align: middle;
}


body#page05 #wrapper div#contents article .innerBox table.common-format03 td.p05-td {
	font-weight: bold;
	width: 60%;
	margin-left: 3%;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 td.p05-td-ptn1 {
	font-weight: bold;
	width: 60%;
	margin-left: 3%;
	padding-left: 3%;
	font-size: 23px;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 td input ,
body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea {
	background-color: #bfcb50;
	border-radius: 12px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #fff;
	border: 7px solid #bfcb50;
	font-size: 23px;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-long ,
body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea.input-long {
	width: 80%;
	margin: 1em 3%;
	padding: 1% 2.5%;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short1 {
	width: 40%;
	margin-left: 3%;
	padding: 1% 2.5%;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short2 {
	width: 50%;
	margin-left: 3%;
	padding: 1% 2.5%;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short3 {
	width: 60%;
	margin-left: 3%;
	padding: 1% 2.5%;
}
body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea.input-huge {
	width: 86%;
	margin: 1em 3%;
	padding: 1% 2.5%;
}



body#page05 #wrapper div#contents article .innerBox .verification-section {
	text-align: center;
	margin: 2% auto 6%;
}
body#page05 #wrapper div#contents article .innerBox input.verification {
	background-color: #f3780c;
	color: #fff;
	padding: 1%;
	border-radius: 5px;
	font-size: 30px;
}
.hissu {
	color: red;
	font-size: 16px;
}


/** 以下レスポンシブのCSS */


/** 701px以上1024px以下場合のCSS(タブレット用) */
@media screen and (min-width: 701px) and (max-width: 1024px){

	
	
}

/** 568px以上700px以下の場合のCSS(スマホ用) */
@media screen and  (min-width: 568px) and  (max-width: 700px) {
	body#page05 #wrapper div#contents article .innerBox table.common-format03 th ,
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td {
		display: block;
	}
	
	body#page05 #wrapper div#contents article .innerBox table.common-format03 {
		width: 100%;
		border-radius: 0 0 16px 16px;
	}
		
	body#page05 #wrapper div#contents article .innerBox table.common-format03 caption {
		font-size: 16px;
		border-radius: 16px 16px 0 0;
	}
	body #wrapper div#contents article .innerBox table.common-format03 tr {
		width: 100%;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 th.p05-th {
		width: 100%;
		margin-top: 1em;
		margin-bottom: 0.1em;
		font-size: 14px;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 th.p05-th-address {
		width: 100%;
		font-size: 16px;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td.p05-td {
		width: 90%;
		margin-top: 0.1em;
		margin-bottom: 0.4em;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td.p05-td-ptn1 {
		width: 94%;
		font-size: 16px;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input ,
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea {
		border-radius: 12px;
		margin-top: 0.1em;
		margin-bottom: 0.4em;
		font-size: 16px;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-long ,
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea.input-long {
		width: 90%;
		margin-top: 0.1em;
		margin-bottom: 0.4em;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short1 {
		width: 60%;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short2 {
		width: 70%;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short3 {
		width: 70%;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea.input-huge {
		width: 90%;
		margin-top: 0.1em;
		margin-bottom: 0.2em;
	}
	body#page05 #wrapper div#contents article .innerBox .verification-section {
		text-align: center;
		margin: 2% auto 6%;
	}
	body#page05 #wrapper div#contents article .innerBox input.verification {
		border-radius: 5px;
		font-size: 16px;
	}
	@media screen and  (max-width: 639px) {
		
		body#page05 #wrapper div#contents article .innerBox table.common-format03 {
			width: 100%;
			border-radius: 0 0 16px 16px;
		}
		
		body#page05 #wrapper div#contents article .innerBox table.common-format03 caption {
			font-size: 16px;
			border-radius: 16px 16px 0 0;
		}
		body #wrapper div#contents article .innerBox table.common-format03 tr {
			width: 100%;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 th.p05-th {
			width: 100%;
			font-size: 14px;
			margin-top: 1em;
			margin-bottom: 0.1em;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 th.p05-th-address {
			width: 100%;
			font-size: 16px;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td.p05-td {
			width: 90%;
			margin-top: 0.1em;
			margin-bottom: 0.4em;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td.p05-td-ptn1 {
			width: 94%;
			font-size: 16px;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td input ,
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea {
			border-radius: 12px;
			margin-top: 0.1em;
			margin-bottom: 0.4em;
			font-size: 14px;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-long ,
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea.input-long {
			width: 90%;
			margin-top: 0.1em;
			margin-bottom: 0.4em;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short1 {
			width: 60%;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short2 {
			width: 70%;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short3 {
			width: 70%;
		}
		body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea.input-huge {
			width: 90%;
			margin-top: 0.1em;
			margin-bottom: 0.2em;
		}
		body#page05 #wrapper div#contents article .innerBox .verification-section {
			text-align: center;
			margin: 2% auto 6%;
		}
		body#page05 #wrapper div#contents article .innerBox input.verification {
			border-radius: 5px;
			font-size: 16px;
		}
	}
}
/** 567px以上700px以下の場合のCSS(スマホ用) */
@media screen and  (min-width: 0px) and  (max-width: 567px) {
	body#page05 #wrapper div#contents article .innerBox table.common-format03 {
		width: 100%;
		border-radius: 0 0 16px 16px;
	}	
	body#page05 #wrapper div#contents article .innerBox table.common-format03 caption {
		font-size: 16px;
		border-radius: 16px 16px 0 0;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 tr {
		width: 100%;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 th ,
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td {
		display: block;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 th.p05-th {
		width: 100%;
		font-size: 14px;
		margin-top: 1em;
		margin-bottom: 0.1em;
		display: block;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 th.p05-th-address {
		width: 100%;
		font-size: 16px;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td.p05-td {
		width: 90%;
		margin-top: 0.1em;
		margin-bottom: 0.4em;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td.p05-td-ptn1 {
		width: 94%;
		font-size: 16px;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input ,
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea {
		border-radius: 12px;
		margin-top: 0.1em;
		margin-bottom: 0.4em;
		font-size: 12px;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-long ,
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea.input-long {
		width: 90%;
		margin-top: 0.1em;
		margin-bottom: 0.4em;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short1 {
		width: 60%;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short2 {
		width: 70%;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td input.input-short3 {
		width: 70%;
	}
	body#page05 #wrapper div#contents article .innerBox table.common-format03 td textarea.input-huge {
		width: 90%;
		margin-top: 0.1em;
		margin-bottom: 0.2em;
	}
	body#page05 #wrapper div#contents article .innerBox .verification-section {
		text-align: center;
		margin: 2% auto 6%;
	}
	body#page05 #wrapper div#contents article .innerBox input.verification {
		border-radius: 5px;
		font-size: 16px;
	}
	@media screen and (max-width: 319px) {
		body#page05 #wrapper div#contents article .innerBox table.common-format03 {
			width: 100%;
			max-width: 319px;
			border-radius: 0 0 10px 10px;
			padding: 0;
		}	
		body#page05 #wrapper div#contents article .innerBox table.common-format03 caption {
			font-size: 16px;
			border-radius: 10px 10px 0 0;
		}
	}
}