@charset "utf-8";
/* CSS Document */

/* ==================================================
		
		共通CSS PC

================================================== */

.page-top-area.for_fixed .icon-arrow-page-top {
    width: 55px;
    height: 54px;
    background-image: url("../image/pagetop.gif");
    background-size: 55px 54px;
    display: block;
}

.page-top-area.for_fixed.on {
    bottom: 90px;
    opacity: 1;
}

.page-top-area.for_fixed.on {
    bottom: 90px;
    position: fixed;
    opacity: 0.8;
    transition: .3s;
}

.page-top-area.for_fixed {
    right: auto;
    left: 50%;
    bottom: 90px;
    margin-left: 570px;
}

.page-top-area.for_fixed .icon {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.page-top-area.for_fixed {
    right: auto;
    left: 50%;
    bottom: 90px;
    margin-left: 570px;
    transition: .3s;
}

.page-top-area.for_fixed {
    transition: opacity 0.2s linear;
    right: auto;
    bottom: 90px;
    padding-bottom: 0px;
    position: fixed;
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
}


@media screen and (min-width:781px) {
/* --------------------------------------------------
		.spDisp
-------------------------------------------------- */
.spDisp { display: none !important; }

}

/* --------------------------------------------------
		footer
-------------------------------------------------- */
.footer {
	border-top: 5px solid #adadad;
	padding-bottom: 16px;
	position: relative;
    font: inherit;
}

#sub .footer {
    margin-top: 10%;
}

.footer:before {
	background-color: #ff0000;
	content: "";
	display: inline-block;
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 30px;
}
.footer-link {
	margin-bottom: 10px;
}
footer-link-list {
	margin: 0;
	padding: 0;
}
.footer-link-list-item {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif !important;
	background-color: #d8d8d8;
	border-bottom: 1px solid #adadad;
}
.footer-link-list-item-link {
	color: inherit;
	display: block;
	padding: 25px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
.footer-link-list-item-link:before {
	border: 0;
	content: "";
	display: inline-block;
	height: 8px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	border-right: solid 1px #dd0000;
	border-top: solid 1px #dd0000;
}
.footer-link-list-item-link:before {
	position: absolute;
	right: 20px;
	top: 45%;
}
.footer-copyright {
	margin-bottom: 25px;
	text-align: center;
}
.footer-pageTop {
	text-align: center;
}
.footer-pageTop-button {
	display: block;
}
.footer-pageTop-button:before {
	border: 0;
	content: "";
	display: inline-block;
	height: 22px;
	position: relative;
	width: 22px;
	border-right: solid 1px #111111;
	border-top: solid 1px #111111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.footer {
	background-color: #ebebeb;
	padding:12px 0 13px;
}
.footer .container {
	position: relative;
	margin: 0 auto;
	max-width: 1040px;
	line-height: 0;
}
.footer-link {
	margin-bottom: 0;
}

.footer-link ul {
    list-style-type: none;
    font: inherit;
}

.footer-link-list-item {
	background-color: transparent;
	border-bottom: none;
	display: inline-block;
	font-size: 13px!important;
    font: inherit;
}
.footer-link-list-item-link {
	border-right: 1px solid #111111;
	color: #004ecc!important;
	display: inline-block;
	line-height: 1;
	padding: 0 15px 0 16px;
	font-size: 13px!important;
}
.footer-link-list-item:first-of-type .footer-link-list-item-link {
	padding: 0 15px 0 15px;
}
.footer-link-list-item:last-of-type .footer-link-list-item-link {
	padding: 0 15px 0 16.4px;
}
.footer-link-list li:nth-type-child(2) .footer-link-list-item-link {
	padding: 0 10px;
}
.footer-link-list-item-link:hover {
	text-decoration: underline;
}
.footer-link-list-item-link:before {
	content: none;
}
.footer-link-list-item:first-child .footer-link-list-item-link {
	border-left: 1px solid #111111;
}
.footer-copyright {
	float: right;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.footer-copyright img {
	width: 383px;
	height: 13px;
	vertical-align: middle;
}
.footer-pageTop {
	display: none;
}
.footer .container .footer-link .footer-link-list li a:link, 
.footer .container .footer-link .footer-link-list li a:visited { 
 text-decoration: none;
}
.footer .container .footer-link .footer-link-list li a:hover { 
 text-decoration: underline;
}


@media screen and (max-width:780px) {


.footer {
	border-top: 5px solid #adadad;
	padding-bottom: 35px;
	position: relative;
	padding-top: 0px;
	background-color: #ffffff !important;
}
.footer:before {
	background-color: #ff0000;
	content: "";
	display: inline-block;
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 30px;
}
.footer-link {
	margin-bottom: 13px;
}

.footer-link-list-item {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif !important;
	background-color: #d8d8d8;
	border-bottom: 1px solid #adadad;
	display: block;
}
.footer-link-list-item-link {
	color: inherit;
	display: block;
	padding: 28px 20px !important;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
.footer-link-list-item-link:before {
	border: 0;
	content: "";
	display: inline-block;
	height: 8px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	border-right: solid 1px #dd0000;
	border-top: solid 1px #dd0000;
}
.footer-link-list-item-link:before {
	position: absolute;
	right: 20px;
	top: 45%;
}
.footer-copyright {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
}
.footer-copyright img {
	height: auto;
	width: 280px;
	display: inline;
}
.footer .container .footer-link .footer-link-list li a:link, 
.footer .container .footer-link .footer-link-list li a:visited, 
.footer .container .footer-link .footer-link-list li a:hover { 
 text-decoration: none;
 color: #5d5d5d !important;
}

.pagetop-sp {
    width: 32px;
    margin: 0 auto;
}

.footer-link-list-item:first-child .footer-link-list-item-link {
    border-left: none !important;
    border-right: none !important;
}

.footer-link-list-item-link {
    border-right: none !important;
}

}