/* ===========================================
 * office use css
=========================================== */

/*営業所検索*/
#top_search{
	padding: 60px 0;
	background: #004ea2;
	border-top: 1px solid #fff;
}
#top_searchInner{
	background: #f6f6f8;
	padding: 35px;
	box-sizing: border-box;
}
#top_searchInner hr{
	margin: 40px 0;
}
#top_searchInner p{
	line-height: 56px;
}
#top_searchTitle{
	color: #004ea2;
	font-size: 24px;
}
#top_searchTitle_sub{
	color: #004ea2;
	font-size: 18px;
}
#top_searchInnerTop_block{
	display: flex;
	align-items: end;
}
#top_searchInnerTop_block_word{
	margin-right: 30px;
}
#top_searchInnerTop_block_point{
	margin-left: 30px;
}
#common_search_area_bt{
	text-align: right;
	margin-top: 20px;
}
#common_search_area_bt a{
	font-weight: 700;
	font-size: 14px;
}
#top_searchInnerTop_block_word form{
	display: flex;
	align-items: center;
}
.office_s_input{
	background: #fff;
    border: 1px #a2a2a2 solid;
	padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 4px;
	width: 355px;
}
input[type="submit"].office_s_btn1 {
	font-family: FontAwesome;
	font-size: 30px;
	color: #fff;
	width: 70px;
	height: 56px;
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	border: 0;
	cursor: pointer;
	display: block;
    border-radius: 4px;
	margin-left: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
}
input[type="submit"].office_s_btn2{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	width: 260px;
	height: 56px;
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	border: 0;
	cursor: pointer;
	display: block;
    border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
}
p#show_result{
	font-size: 14px;
	color: #a2a2a2;
	line-height: normal;
}
#common_search_contents_ul{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#common_search_contents_ul li a{
	padding: 18px 28px;
	background: #fff;
    border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	display: block;
	font-weight: 700;
}

.office{
	padding: 60px 0;
}
.office_sub1_contents{
	background: #f6f6f8;
}
.office_sub2_contents{}
.officeInner h2{
	text-align: center;
	font-size: 28px;
	color: #004ea2;
}
.officeInner .block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.officeInner .block .box{
	width: 540px;
	background: #fff;
	border: 1px solid #a2a2a2;
	border-radius: 4px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 30px 40px;
}
.officeInner .block .box .title{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.officeInner .block .box .title h3{
	font-size: 22px;
	color: #004ea2;
	position: relative;
	padding-left: 20px;
	line-height: 47px;
}
.officeInner .block .box .title h3::before{
	position: absolute;
	top: 20px;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
}
.officeInner .block .box .title img{
	width: 209px;
	height: 47px;
	object-fit: cover;
	margin-left: 20px;
}
.officeInner .block .box hr{
	margin: 10px 0 25px;
	border: none;
	height: 1px;
	background: #a2a2a2;
}
.officeInner .block .box p{
	letter-spacing: normal;
}
.officeInner .block .box .address{
	margin-bottom: 40px;
}
.officeBtn{
	width: 153px;
    height: 40px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
    text-align: center;
    margin: 25px 0 0;
}
.officeBtn a{
	display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
#office_main{
	padding: 60px 0;
}
#office_mainInner .title{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
#office_mainInner .title h2{
	font-size: 28px;
	color: #004ea2;
	line-height: 47px;
}
#office_mainInner .title img{
	width: 209px;
	height: 47px;
	object-fit: cover;
	margin-left: 20px;
}
#office_mainInner .map{
	margin: 40px 0;
	width: 1100px;
	height: 550px;
}
#office_mainInner .block{
	display: flex;
	justify-content: space-between;
}
#office_mainInner .block .box{
	width: 540px;
	height: 360px;
}
#office_mainInner .block .box:nth-child(2){
	width: 500px;
}
#office_mainInner .block .box img{
	width: 540px;
	height: 360px;
	object-fit: cover;
}
#office_mainInner .block .box table{
	border-collapse: collapse;
	width: 500px;
}
#office_mainInner .block .box table tr{
	border-bottom: 1px solid #a2a2a2;
}
#office_mainInner .block .box table th{
	font-weight: 700;
	text-align: left;
	padding: 28px 0;
	width: 140px;
}
#office_mainInner .block .box table td{
	padding: 20px 0;
	width: 400px;
}
#office_mainInner .btn{
	width: 460px;
    height: 80px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
    text-align: center;
    margin: 40px auto 0;
}
#office_mainInner .btn a{
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
}
@media screen and (max-width:640px){
	
	
	/*営業所検索*/
	#top_search{
		padding: 60px 0;
		background: #004ea2;
	}
	#top_searchInner{
		background: #f6f6f8;
		padding: 35px;
		box-sizing: border-box;
	}
	#top_searchInner hr{
		margin: 40px 0;
	}
	#top_searchInner p{
		line-height: 56px;
	}
	#top_searchTitle{
		color: #004ea2;
		font-size: 30px;
	}
	#top_searchTitle_sub{
		color: #004ea2;
		font-size: 24px;
	}
	#top_searchInnerTop_block{
		display: block;
		align-items: end;
	}
	#top_searchInnerTop_block_word{
		margin-right: 0;
	}
	#top_searchInnerTop_block_point{
		margin-left: 0;
	}
	#common_search_area_bt{
		text-align: right;
		margin-top: 20px;
	}
	#common_search_area_bt a{
		font-weight: 700;
		font-size: 20px;
	}
	#top_searchInnerTop_block_word form{
		display: flex;
		align-items: center;
	}
	.office_s_input{
		background: #fff;
		border: 1px #a2a2a2 solid;
		padding: 15px;
		font-size: 22px;
		box-sizing: border-box;
		border-radius: 4px;
		width: 430px;
	}
	input[type="submit"].office_s_btn1 {
		font-family: FontAwesome;
		font-size: 30px;
		color: #fff;
		width: 70px;
		height: 60px;
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		border: 0;
		cursor: pointer;
		display: block;
		border-radius: 4px;
		margin-left: 10px;
		box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	}
	input[type="submit"].office_s_btn2{
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		width: 510px;
		height: 60px;
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		border: 0;
		cursor: pointer;
		display: block;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	}
	p#show_result{
		font-size: 20px;
		color: #a2a2a2;
		line-height: normal;
	}
	#common_search_contents_ul{
		display: flex;
		flex-wrap: wrap;
		justify-content:left;
		margin-top: 20px;
		gap: 6px;
	}
	#common_search_contents_ul li a{
		padding: 18px 28px;
		background: #fff;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0,0,0,.25);
		display: block;
		font-weight: 700;
	}
	
	.office{
		padding: 60px 0;
	}
	.office_sub1_contents{
		background: #f6f6f8;
	}
	.office_sub2_contents{}
	.officeInner h2{
		text-align: center;
		font-size: 32px;
		color: #004ea2;
	}
	.officeInner .block{
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}
	.officeInner .block .box{
		width: 580px;
		background: #fff;
		border: 1px solid #a2a2a2;
		border-radius: 4px;
		margin-bottom: 20px;
		box-sizing: border-box;
		padding: 30px 40px;
	}
	.officeInner .block .box .title{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.officeInner .block .box .title h3{
		font-size: 22px;
		color: #004ea2;
		position: relative;
		padding-left: 20px;
		line-height: 47px;
	}
	.officeInner .block .box .title h3::before{
		position: absolute;
		top: 20px;
		left: 0;
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	}
	.officeInner .block .box .title img{
		width: 209px;
		height: 47px;
		object-fit: cover;
		margin-left: 20px;
	}
	.officeInner .block .box hr{
		margin: 10px 0 20px;
		border: none;
		height: 1px;
		background: #a2a2a2;
	}
	.officeInner .block .box p{
		letter-spacing: normal;
	}
	.officeInner .block .box .address{
		margin-bottom: 20px;
	}
	.officeBtn{
		width: 300px;
		height: 60px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		margin: 25px 0 0;
	}
	.officeBtn a{
		display: block;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 60px;
	}
	#office_main{
		padding: 60px 0;
	}
	#office_mainInner .title{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	#office_mainInner .title h2{
		font-size: 32px;
		color: #004ea2;
		line-height: 47px;
	}
	#office_mainInner .title img{
		width: 209px;
		height: 47px;
		object-fit: cover;
		margin-left: 20px;
	}
	#office_mainInner .map{
		margin: 40px 0;
		width: 580px;
		height: 550px;
	}
	#office_mainInner .block{
		display: block;
		justify-content: space-between;
	}
	#office_mainInner .block .box{
		width: 580px;
		height: 360px;
	}
	#office_mainInner .block .box:nth-child(2){
		width: 580px;
		height: auto;
	}
	#office_mainInner .block .box img{
		width: 580px;
		height: 360px;
		object-fit: cover;
	}
	#office_mainInner .block .box table{
		border-collapse: collapse;
		width: 580px;
	}
	#office_mainInner .block .box table tr{
		border-bottom: 1px solid #a2a2a2;
	}
	#office_mainInner .block .box table th{
		font-weight: 700;
		text-align: left;
		padding: 28px 0;
		width: 140px;
	}
	#office_mainInner .block .box table td{
		padding: 20px 0;
		width: 440px;
	}
	#office_mainInner .btn{
		width: 460px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		margin: 60px auto 0;
	}
	#office_mainInner .btn a{
		display: block;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 80px;
	}

	
}

