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

/*==================================
         regulation_page
==================================*/
section {
	width:1100px;
}
section h3 {
    margin: 50px 10px 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #006834;
    border-bottom: #006834 solid 1px;
    line-height: 1.2em;
}
.h3_english {
    line-height: 1em;
    font-size: 22px;
}
.h3_english::after {
    content: "\A";
    white-space: pre;
}
.regulation_ul li {
    font-size: 18px;
    text-align: left;
    margin: 20px;
}
.regulation_ul li a {
    color: #1d3994;
    text-decoration: none;
}
.regulation_ul li a:hover {
	text-decoration:underline;
}
.regulation_ul li a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    margin-right: 5px;
    font-weight:bold;
	color:#006834;
}