@charset "UTF-8";
.link-area {
    background: #f6dd42;
    padding: 20px 0;
    color: #000;
}
.link-area ul {
    display: block;
    text-align: center;
}
.link-area li {
    display: inline-block;
}
.link-area li a {
   position: relative;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0 60px 0 40px;
    line-height: 1;
    transform: scale(1.1);
}
.link-area li a:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
    background-image: url(/upload/home/blocks/btn-icon.png);
    background-size: 100% 100%;
}
.link-area li a:hover {
    color: #c51720;
    transition: .3s;
    transform: scale(1.1);
}

@media only screen and (max-width: 1000px) {
    .link-area {
        padding: 20px 0 5px;
    }
    .link-area ul {
        text-align: left;
        padding-left: 10%;
    }
    .link-area li {
        margin-bottom: 20px;
        width: 49%;
    }
    .link-area li a {
        font-size: 1.1rem;
        padding: 0 0 0 40px;
    }
}


/* footer-custom 頁尾-自定義 */

.footer-custom {
	padding: 70px 8%;
	margin:0;
	background: #c51720;
	color: #fff;
}
.footer-custom a {
	color: #fff;
}
.footer-custom a:hover {
	opacity:0.7;
}
.footer-custom .left {
	padding:0 20px 0 0;
	border-right: 1px solid #fff;
}
.footer-custom .right {
	padding:0 0 0 5%;
}

/* LOGO */
.footer-custom .logo {
	height: 150px;
	padding:0;
}
.footer-custom .logo a {
}

/* copyright */
.footer-custom .copyright {
    padding-bottom:40px;
	font-size:1.05rem;
}

/* info */
.footer-custom .info {
    padding-bottom:10px;
}
.footer-custom .info li {
	margin-bottom:10px;
}
.footer-custom .info li:last-child {
	margin-bottom:0;
}
.footer-custom .info li svg {
	width:25px;
	text-align:center;
	margin-right:5px;
}

/* social */
.footer-custom .social {
	margin-bottom:10px;
}
.footer-custom .social ul {
	margin: 0 auto;
	padding: 5px;
}
.footer-custom .social li {
	margin-right: 5px;
	list-style: none;
	display: inline-block;
	line-height:50px;
}
.footer-custom .social a {
	position:relative;
	display: block;
	width: 50px;
	height: 50px;
	text-align:center;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
	border-radius: 50%;
	overflow:hidden;
	padding-top:3px;
}
.footer-custom .social svg {
	font-size: 1.7rem;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

/* link */
.footer-custom .link {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.footer-custom .link a{
	color:#fff;
}
.footer-custom .link li {
	display: block;
	padding-bottom: 10px;
}


@media only screen and (max-width: 991px) {
	.footer-custom {
		padding: 40px 6%;
        text-align: center;
	}
	.footer-custom .logo {
		max-height: 100px;
		padding:0 0 15px;
	}
	.footer-custom .left {
		padding:0 0 10px;
		border-right:none;
	}
	.footer-custom .right {
		padding:0;
	}
	.footer-custom .copyright {
		padding-bottom: 20px;
	}
    .footer-custom .link {
        display: none;
    }
}