/* CSS Document */
/** footer
---------------------------------------------------------------------------------*/
footer {
	width:100%;
	padding:0;
}
a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}
.ttl a {
	text-decoration: none;
	color: #0070b8;
	font-weight: normal;
}
/*-----------------------------サイトマップ設定-------------------------------------*/
#footer-wrap{
	background: #ebf4fb;
	height: 650px;
	padding-top: 20px;
}

/* サイトマップタイトル*/
#footer-wrap .f-nav p.ttl {
	margin-bottom: 0px;
	border-bottom: 1px solid #999;
	color: #0070b8;
	text-align: center;
}

/*サイトマップ一列の幅と高さ*/
#footer-wrap .f-nav {
	width: 23%;
	margin-right: 2%;
}

/*サイトマップ詳細設定*/
.full{
	height: 190px;
	margin-bottom: 10px;
}

.half{
	height: 90px;
	margin-bottom: 10px;
}

.one_third{
	height: 80px;
	margin-bottom: 10px;
}

.quarter{
	height: 40px;
	margin-bottom: 10px;
}

ul.link {
	margin-top: 10px;
	position: relative;
	padding-left: 15px;
	
	text-align: left;
}

ul.link li {
	line-height: 1.5;
	padding-left: 15px;
	list-style-type: none!important;
	background:url("../img/arrow.webp") left center no-repeat;
	background-size:6px;	
}

ul.link li a{
	text-decoration: none;
	color: #333;
}

/**/
div.flex-sp img.iso_img{
	margin-top: 20px;
	margin-right: 20px;
	height: 70px;
	width: auto;
	display:inline-flex;
}

div.flex-sp img.company{
	margin-top: 20px;
	width: auto;
	height: 70px;
	border: none;
}