@charset "utf-8";
/*
Theme Name: ALG Koutsujiko SEO 201905
Description: 弁護士法人ALG&amp;Associates 交通事故サイト用
Author: 株式会社プラスステージ
Version: 1.0
*/

/* .clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;} */




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

フッター　事務所情報

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer_office_wrapper {
	background: url(image/index/footer_office_bg.jpg) center / cover no-repeat;
	padding: 90px 0 30px;
}
#footer_office_wrapper h2 {
	color: #fff;
	font-size: 34px;
	line-height: 1.6;
}
#footer_office_wrapper .container {
	background: url(image/index/office_map.png) center right / auto no-repeat;
	padding-bottom: 65px;
}
#footer_office_wrapper ul.footer_office_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 700px;
}
#footer_office_wrapper ul.footer_office_list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32%;
	height: 60px;
	margin: 0 2% 15px 0;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
}
#footer_office_wrapper ul.footer_office_list li:nth-child(3),
#footer_office_wrapper ul.footer_office_list li:nth-child(6),
#footer_office_wrapper ul.footer_office_list li:nth-child(9) {
	margin-right: 0;
}
#footer_office_wrapper ul.footer_office_list li:nth-child(n+9) {
	margin-bottom: 0;
}
#footer_office_wrapper ul.footer_office_list li.grayout {
	background-color: #cbcbcb;
}
#footer_office_wrapper ul.footer_office_list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#footer_office_wrapper ul.footer_office_list li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 5px;
	border-bottom: solid 2px #195e81;
	border-right: solid 3.5px #195e81;
	transform: translateY(-50%) skew(55deg);
	transition: all .2s ease;
}

/*パンくず*/
#paz_wrapper {
	margin: 0;
}
nav#breadcrumb_paz a {
	color: #907f53;
	border: 0;
}

@media screen and (max-width:1200px){
	#footer_office_wrapper .container {
		background-size: 45%;
	}
}
@media screen and (max-width:1024px){
	#footer_office_wrapper {
		padding: 50px 0;
	}
	#footer_office_wrapper .container {
		background: none;
		padding-bottom: 0;
	}
	#footer_office_wrapper h2 {
		font-size: 3.6vw;
	}
	#footer_office_wrapper ul.footer_office_list {
		width: 100%;
	}
}
@media screen and (max-width:768px){
	#footer_office_wrapper ul.footer_office_list li {
		font-size: 14px;
	}
	#footer_office_wrapper ul.footer_office_list li a::after {
		right: 13px;
	}
}
@media screen and (max-width:650px){
	#footer_office_wrapper ul.footer_office_list li {
		width: 48%;
	}
	#footer_office_wrapper ul.footer_office_list li:nth-child(odd) {
		margin-right: 4%;
	}
	#footer_office_wrapper ul.footer_office_list li:nth-child(even) {
		margin-right: 0;
	}
	#footer_office_wrapper ul.footer_office_list li:nth-child(n+9) {
		margin-bottom: 15px;
	}
	#footer_office_wrapper ul.footer_office_list li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width:600px){
	#footer_office_wrapper h2 {
		font-size: 4vw;
	}
}
@media screen and (max-width:480px){
	#footer_office_wrapper ul.footer_office_list li {
		height: 50px;
	}
	#footer_office_wrapper ul.footer_office_list li {
    font-size: 12px;
	}
	#footer_office_wrapper ul.footer_office_list li a::after {
		display: none;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

フッター

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
footer {
	background: #0a1723;
	padding: 85px 0;
}

#footer_wrapper .footer_logo {
	display: block;
	padding: 0 0 25px;
	text-align: center;
}
ul.footer_nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	padding: 0;
	margin-bottom: 15px;
}
ul.footer_nav li {
	padding: 0;
}
ul.footer_nav li a {
	display: block;
	padding: 15px 5px;
	font-size: 14px;
}
ul.footer_nav li a::before {
	display: none;
}
ul.footer_nav_second li {
	padding: 0;
}
ul.footer_nav_second li a {
	padding: 0 12px 0 10px;
}
ul.footer_nav_second li a::before {
	content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
		top: 50%; left: 0;
    margin: -3px auto 0;
}
@media screen and (max-width:1200px){
	ul.footer_nav {
		flex-wrap: wrap;
	}
	ul.footer_nav li {
		width: 33%;
	}
}
@media screen and (max-width:1100px){
	ul.footer_nav_second {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 0 35px;
	}
}
@media screen and (max-width:768px){
	#footer_wrapper {
		padding-bottom: 100px;
	}
}
@media screen and (max-width:600px){
	ul.footer_nav li {
		width: 50%;
		text-align: left;
	}
	ul.footer_nav li a {
		padding: 8px 5px;
	}
}
@media screen and (max-width:400px){
	ul.footer_nav li {
		width: 100%;
	}
	a.footer_nav_link {
		font-size: 12px;
	}
}
