@charset "utf-8";

/* ----------------------------

File Name: global_footer.css
Last Update:2018-06-04
トップ・サブトップ用フッター

---------------------------- */

/* グローバルフッター---------------------------------------------------------------*/

footer { 
	width: 100%;
	min-width: 768px;
	margin:0px;
	padding: 40px 0;
	background: #828282;
	color: #ffffff;
}

@media (max-width: 767px) {/*フッターガッチャンコ（非表示）*/
footer { 
	min-width: 768px;
}
}

.hbc-back{display: none;}

/*フッターリンク集*/
.footer_linkbox{
	width: 100%;
	max-width: 1280px;
	min-width: 768px;
	margin:0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.6;
}

/*リンク装飾*/
.footer_linkbox a:link{color: #ffffff;}
.footer_linkbox a:hover{ text-decoration: underline;}
.footer_linkbox a:visited{ color: #ffffff; }

/*見出し*/
.footer_linkbox h2{
	position: relative;
	padding: 5px 10px 5px 10px;
	border-bottom: solid 1px #ffffff ;
}

.footer_linkbox h2::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	border-left: solid 7px #fff;
	border-bottom: solid 7px #828282;
}

/*リスト並び*/
.footer_linkbox {
	list-style: none;
	display: table;
}

.footer_linkbox > li{
	display: table-cell;
	vertical-align: top;
	width: 25%;
	max-width: 300px;
	margin: 20px 0;
	padding:0 0 0 30px;
	box-sizing: border-box;
}

/*フッター左大箱*/
.footer_linkbox > li:first-child{
	width: 50%;
	padding:0;
}

@media (max-width: 768px) {/*フッターガッチャンコ（非表示）*/
.footer_linkbox > li{width: 33%;}
.footer_linkbox > li:first-child{width: 66%;}
.footer_linkbox > li:last-child { display: none;}
}

ul.footer_link_list {
	list-style: none;
	padding: 10px 5px 30px 5px;
	box-sizing: border-box;
}

.footer_links_large {
	width: 50%;
	float: left;
}

.footer_link_list li{
	position: relative;
	display: block;
	padding:2px 0 2px 15px;
}

.footer_link_list li::before{
	position: absolute;
    content: "・";
	left: 0;
}

/*外部サイト用*/
.link_outside a::after{
    content: " ";
	padding: 10px;
	background: url(../image/icon_footer_link.svg)no-repeat center;
	background-size: 10px;
	left: 0;
}

/*ガッチャンコ*/
.info_gacchanko{
	margin: 0 0 30px 0;
	padding: 15px;
	box-sizing: border-box;
	background: #959595;
	border-radius: 5px;
	font-size: 12px;
}

.info_gacchanko dl{
    padding: 10px 0;
}

.info_gacchanko h3{
	position: relative;
	padding: 0 0 0 10px;
}

.info_gacchanko h3::before{
	content: "";
	position: absolute;
	display: block;
	height: 0;
	width: 0;
	top:3px;
	left: 0;
	border: solid 5px transparent;
    border-left-color: #fff;
	box-sizing: border-box;
}

.info_gacchanko img{
    padding: 10px 0;
	width: 100%;
	box-sizing: border-box;
}

/*コピーライト*/
address {
	padding:0;
    font-style: normal;
	text-align:center;
}
