@charset "utf-8";

/* フッタースタイル
----------------------------------------------------------- */

/*----- #footer_nav01 -----*/

#footer_nav01 {
	padding: 50px 0;
	background: #f0f0f0;
}

#footer_nav01 h2 {
	position: relative;
	width: 960px;
	margin: 50px auto 0;
	padding: 0 0 0 25px;
	border-bottom: 2px solid #c8ccd0;
	box-sizing: border-box;
	color: #222;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

#footer_nav01 h2:first-child {
	margin-top: 0;
}

#footer_nav01 h2 .icon {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 18px;
	height: 13px;
	margin: -6px 0 0;
}

#footer_nav01 h2 .icon::before {
	display: block;
	width: 100%;
	height: 100%;
	content: url(/shared/svg/ttl_icon.svg);
	line-height: 0;
}

#footer_nav01 > ul {
	width: 960px;
	margin: 0 auto;
	line-height: 1.6;
}

#footer_nav01 > ul > li {
	float: left;
	width: 300px;
	margin: 30px 30px 0 0;
}

#footer_nav01 > ul > li:nth-child(3n) {
	margin-right: 0;
}

#footer_nav01 > ul > li > span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

#footer_nav01 > ul > li > span a {
	position: relative;
	padding: 0 0 0 25px;
}

#footer_nav01 > ul > li > span a::before,
#footer_nav01 > ul > li > span a::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
}

#footer_nav01 > ul > li > span a::before {
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	background: #326eb4;
	border-radius: 10px;
}

#footer_nav01 > ul > li > span a::after {
	left: 8px;
	margin: -4px 0 0;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
}

#footer_nav01 ul li ul {
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid #c8ccd0;
}

#footer_nav01 ul li ul li {
	margin: 8px 0 0;
}


/*----- #footer_inner01 -----*/

#footer_inner01 {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
}

#footer_inner01 p {
	text-align: right;
}

#footer_inner01 p i {
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
	color: #55acee;
	font-size: 20px;
	font-size: 2rem;
}

#footer_inner01 p:last-child a {
	position: relative;
	padding: 0 0 0 12px;
}

#footer_inner01 p:last-child a::before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: "";
	border: 4px solid transparent;
	border-left: 5px solid #666;
}

@media only screen and (orientation : portrait) {
	html.mobile #footer_inner01 p:last-child a::before,
	html.tablet #footer_inner01 p:last-child a::before {
		top: 2px;
	}
}


/*----- #footer_nav02 -----*/

#footer_nav02 {
	float: left;
	width: 670px;
}

#footer_nav02 ul li {
	float: left;
	margin: 0 25px 5px 0;
}

#footer_nav02 ul li a {
	position: relative;
	padding: 0 0 0 12px;
}

#footer_nav02 ul li a::before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: "";
	border: 4px solid transparent;
	border-left: 5px solid #666;
}

@media only screen and (orientation : portrait) {
	html.mobile #footer_nav02 ul li a::before,
	html.tablet #footer_nav02 ul li a::before {
		top: 2px;
	}
}


/*----- #footer_inner02 -----*/

#footer_inner02 {
	padding: 25px 0;
	border-top: 1px solid #dce0e4;
}

#footer_inner02 div {
	width: 960px;
	margin: 0 auto;
}

#footer_inner02 address {
	float: left;
}

#footer_inner02 address a {
	padding: 0 0 0 5px;
}

#footer_inner02 address a::before {
	position: relative;
	top: -1px;
	display: inline-block;
	content: "";
	border: 4px solid transparent;
	border-left: 5px solid #666;
}

#footer_inner02 div p {
	font-size: 10px;
	font-size: 1.0rem;
	text-align: right;
}

#footer_inner02 small {
	color: #222;
}


/* フォーム用フッタースタイル
----------------------------------------------------------- */
.form footer {
	border-top: 1px solid #dce0e4;
}

.form #footer_nav01 {
	display: none;
}

.form #footer_inner01 {
	padding-bottom: 0;
}

.form #footer_inner02 {
	padding: 0 0 35px;
	border-top: none;
}

.form #footer_inner02 address {
	float: none;
	margin: 0 0 30px;
}

.form #footer_inner02 address br {
	display: none;
}

.form #footer_inner02 div p {
	text-align: center;
}


/* fontawsome 色を変える

#footer_inner01 p i.fa-xxxx-color {
	color: #xxxxx;
}
----------------------------------------------------------- */
#footer_inner01 p i.fa-twitter-color {
	color: #55acee;
}

#footer_inner01 p i.fa-facebook-color {
	color: #3b5998;
}
