@charset "utf-8";
#image h1 {
	background-image: url(img/h1.jpg);
	height: 150px;
	width: 910px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 150px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
}
table#tb_company {
	width: 600px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 13px !important;
	line-height: 140%;
}
table#tb_company th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
table#tb_company td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
table#tb_company a {
	text-decoration: underline;
	background-image: url(img/arr_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#tb_company a:link {
	color: #36C;
}
.post ul.ul_list01 {
	font-size: 13px !important;
	line-height: 140%;
	padding-right: 30px;
	padding-left: 30px;
	list-style-type: none;
	margin-bottom: 30px;
}
.post ul.ul_list01 li {
	background-image: url(img/arr_gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 10px;
}

#tb_company a:hover {
	color: #F60;
	text-decoration: underline;
}
#googlemap {
	width: 500px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
}
p#p_access {
	font-size: 13px;
	width: 500px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.tb_sample {
	font-size: 80%;
}
.tb_sample input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: 10px;
}
table#tb_inquiry {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-collapse:collapse;
	font-size: 95%;
	line-height: 150%;
}
table#tb_inquiry input,select {
	height: 2em;
}
#tb_inquiry th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #F2F2E6;
}
#tb_inquiry td {
	background-color: #F7F7F7;
	padding: 5px;
	border: 1px solid #CCC;
}

/* 固定ページにお問い合わせバナーを置く（東内） */
#ban_inquiry {
	background-image: url(img/inquiry_bg2.jpg);
	height: 100px;
	width: 670px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	margin-top: 70px;
	padding: 0.5em;
	box-sizing: border-box;
}
#ban_inquiry p:first-child {
	font-size: 14px;
	text-shadow: 1px 1px 2px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 9px #FFFFFF;
	color: #333;
}
#ban_inquiry p.bn-company {
	position: absolute;
	left: 300px;
	top: 40px;
}
#ban_inquiry p.tel {
	font-size: 24px;
	font-weight: 800;
	text-shadow: 1px 1px 2px #FFFFFF, 0px 0px 15px #FFFFFF, 0px 0px 19px #FFFFFF;
	position: absolute;
	top: 55px;
	left: 300px;
	color: #333;
}
#ban_inquiry p.tel span {
	font-size: 16px;
	text-shadow: none;
	padding: 0.4em;
	color: #ffffff;
	background-color: #333;
	margin-right: 8px;
	padding: 5px 5px 5px 5px;
	position: relative;
	top: -3px;
}
#accordion #ban_inquiry {
	display: none;
}

/*
#ban_inquiry {
	background-image: url(img/inquiry_bg.jpg);
	height: 100px;
	width: 670px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
#ban_inquiry_form {
	height: 35px;
	width: 220px;
	position: absolute;
	top: 50px;
	left: 47px;
	text-indent: -9999px;
	overflow: hidden;
}
#ban_inquiry_form a {
	background-image: url(img/btn_inquiry.jpg);
	background-position: 0px 0px;
	display: block;
	height: 35px;
	width: 320px;
}
#ban_inquiry_form a:hover {
	background-position: 0px -35px;
}
*/

table#reform_flow {
	font-size: 13px;
	line-height: 150%;
	width: 630px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-collapse:collapse;
}
table#reform_flow td{
	padding: 5px;
	vertical-align: middle;
}
table#reform_flow td.ref_line {
	background-image: url(img/ref_line.png);
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
table.example_pht {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
table.example_pht td img {
	padding: 10px;
	border: 1px solid #CCC;
}

#ban_inquiry_form {
	height: 35px;
	width: 220px;
	position: absolute;
	top: 50px;
	left: 37px;
	text-indent: -9999px;
	overflow: hidden;
}
#ban_inquiry_form a {
	background-image: url(img/btn_inquiry.jpg);
	background-position: 0px 0px;
	display: block;
	height: 35px;
/*	width: 320px; */
}
#ban_inquiry_form a:hover {
	background-position: 0px -35px;
}



/*============================================================================

	↓↓↓　ここから　レスポンシブ設定　↓↓↓

============================================================================*/
@media screen and (max-width:640px) {
/*==========================================================================*/

#image h1 {
	width: 100%;
	box-sizing:border-box;
}
table#tb_company {
	width: 100%;
}
#googlemap {
	width: 100%;
}
p#p_access {
	width: 90%;
}
table#tb_inquiry {
	width: 100%;
}
#ban_inquiry {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background-image: none;
	background-color: #f2eee5;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#ban_inquiry_form {
	position: relative;
	top: 0px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ban_inquiry_form a {
	background-image: url(img/btn_inquiry.jpg);
	background-repeat: no-repeat;
	display: block;
	width: auto;
	background-size: auto;
	height: 35px;
}
#ban_inquiry_form a:hover {
	background-position: 0px 0px;
}
table#reform_flow {
	width: 100%;
}
table.example_pht {
	position:relative;
	left:-10px;
}
table.example_pht tr:last-of-type td:last-of-type {
	padding-left:30px;
}
table#tb_inquiry {
	width: 100%;
}
#ban_inquiry {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background-image: none;
	background-color: #f2eee5;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#ban_inquiry_form {
	position: relative;
	top: 0px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ban_inquiry_form a {
	background-image: url(img/btn_inquiry.jpg);
	background-repeat: no-repeat;
	display: block;
	width: auto;
	background-size: auto;
	height: 35px;
}
#ban_inquiry_form a:hover {
	background-position: 0px 0px;
}
#ban_inquiry p.bn-company {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 24px;
}
#ban_inquiry p.tel {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
}
table#reform_flow {
	width: 100%;
}
table.example_pht {
	position:relative;
	left:-10px;
}
table.example_pht tr:last-of-type td:last-of-type {
	padding-left:30px;
}

/* サンプル請求のフォーム画面を整形（東内） */
	#estimate_form table#tb_inquiry th {
		width: 40%;
		box-sizing: border-box;
		border-right: 1px dashed #888; 
	}
	#estimate_form table#tb_inquiry td {
		width: 60%;
		box-sizing: border-box;
		border-left: none;
	}
/*==========================================================================*/
}
/*============================================================================

	↑↑↑　ここまで　レスポンシブ設定　↑↑↑

============================================================================*/