@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
         sitemap_page
==================================*/
.link_page .en_copy h3 {
    color: #fff;
}
#page_image {
	background-image:url(/img/top_page/slider01-2025.webp);
}
.link ul {
	width:1000px;
	margin:50px auto;
    text-align: left;
}
.link ul li {
    margin-left: 20px;
    padding: 10px 0px;
    font-size: 18px;
}
.link ul li a::before {
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: relative;
    color: #9eb4db;
}
