/* �e�L�X�g���X�g CSS*/

@media print, screen and (min-width: 985px) {

    .textlist-container {
        clear: both;
        background-color: none;
        border-bottom-width: 0px;
        display: flex;
		margin: 0 auto;
		margin-right: 40px;
		justify-content: center;
		
	}
	
    .textlistitem {
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #ccc;
        float: unset;
        padding: 0 10px 0 10px;
	}
	
	.textlistitem:first-child {
        border-style: solid;
        border-width: 0;
        border-color: #ccc;
        float: unset;
        padding: 0 10px 0 10px;
	}
	
	.textlistitem:last-child {
        border-style: solid;
        border-width: 0 0 0 1px;
        border-color: #ccc;
        float: unset;
        padding: 0 10px 0 10px;
    }

    .textlist-comment {
        margin: 0;
    }
}

.textlist_a{
	text-decoration: none;
    transition: background-color .5s, color .5s;
}
.textlist_a:hover {
    color: #000099;
}

.menu-textlist-container{
    clear: both;
    background-color: none;
    border-bottom-width: 0px;
    margin: 0;
}
.menu-textlistitem{
    padding:0 0 5px 0;
}
.menu-textlistitem-container{}
.menu-textlist_a{}
.menu-textlist-comment{ margin:0;}


textlist {
	margin-top: 0px;	
}

.textlist__links {
	margin-bottom: 20px;
	padding: 66px 0;
	background: #f6f6f6;
	font-size: 100%;
}

.textlist-links__items {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.textlist-links__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	margin-bottom: 70px;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 3px solid #000099;
}

.textlist-links__item:nth-last-child(-n+1) {
	margin-bottom: 0;
}

.textlist-links__item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.textlist-links__item li {
	margin-bottom: 5px;
}

.textlist-links__title {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.textlistmenu__items {
    width: 100%;
    text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media print, screen and (max-width: 991px) {
}

@media print, screen and (min-width: 992px) {
	.textlist-links__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
			flex: 0 1 30%;
	}
	
}

@media print, screen and (max-width: 425px) {
    .textlist-menu__items {
	padding: 0;
	margin:0;
    list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.textlist-menu__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		    flex: 0 1 50%;
		margin-bottom: 10px;
	}
.textlist-menu {
    width:100%;
    text-align: center; 
}
.textlist__menu{
	margin-bottom: 30px;
}
}

@media print, screen and (min-width: 426px) {    
	.textlist-menu__items {
        width: 100%;
		text-align: center;
	}
    
	.textlist-menu__item {
		display: inline-block;
		line-height: 1;
		border-left: 1px solid #888;
		padding: 0 10px 0 14px;
	}
	.textlist-menu__item:last-of-type {
		border-right: 1px solid #888;
	}
.textlist-menu {
    width:100%;
    text-align: center; 
	margin-bottom: 30px;
}
}

/* for header */
@media print, screen and (max-width: 989px) {
	.header-textlist-container  {
        display: none;
	}
}

@media print, screen and (min-width: 990px) {
    .header-textlist-container {
        clear: both;
        background-color: none;
        border-bottom-width: 0px;
        display: flex;
		margin: 0 auto;		
		justify-content: center;
	}
	
    .header-textlistitem {
        float: unset;
	}
	
	.header-textlistitem:first-child {
        float: unset;		
    }

	.header-textlistitem:last-child {
        float: unset;
	
    }

    .header-textlist-comment {
		margin: 0;
		font-size: 1.0em;
		border-left: solid 1px #ccc; 		
		padding: 6px 15px 0px 20px;
		margin-left: 15px;		
    }
}

.header-textlist_a{	
	
}

.header-textlist_a:hover{
	
}
.header-textlist-comment:hover {
	
	transition: background-color .5s, color .5s;
	text-decoration: none;
}

textlist {
	margin-top: 0px;
}

.header-textlist__links {
	margin-bottom: 20px;
	padding: 66px 0;
	background: #f6f6f6;
	font-size: 100%;
}

.header-textlist-links__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.header-textlist-links__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	margin-bottom: 70px;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #004ca0;
}

.header-textlist-links__item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.header-textlist-links__item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-textlist-links__item li {
	margin-bottom: 5px;
}

.header-textlist-links__title {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.header-textlistmenu__items {
    width: 100%;
    text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media print, screen and (max-width: 991px) {
}

@media print, screen and (min-width: 992px) {
	.header-textlist-links__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		    flex: 0 1 100%;
	}
}

@media print, screen and (max-width: 425px) {
    .header-textlist-menu__items {
	padding: 0;
	margin:0;
    list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header-textlist-menu__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		    flex: 0 1 50%;
		margin-bottom: 10px;
	}
.header-textlist-menu {
    width:100%;
    text-align: center; 
}
.header-textlist__menu{
	margin-bottom: 30px;
}
}

@media print, screen and (min-width: 426px) {    
	.header-textlist-menu__items {
        width: 100%;
		text-align: center;
	}
    
	.header-textlist-menu__item {
		display: inline-block;
		line-height: 1;
		border-left: 1px solid #888;
		padding: 0 10px 0 14px;
	}
	.header-textlist-menu__item:last-of-type {
		border-right: 1px solid #888;
	}
.header-textlist-menu {
    width:100%;
    text-align: center; 
	margin-bottom: 30px;
}
}

/* for bilingual */

@media print, screen and (min-width: 985px) {

    .bilingual-textlist-container {
        clear: both;
        background-color: none;
        border-bottom-width: 0px;
        display: flex;
		margin: 0 auto;		
		justify-content: flex-end;
	}
	
    .bilingual-textlistitem {
		border: solid 1px #ccc;
		background: #eee;
        float: unset;
		margin-right: 5px;
	}

    .bilingual-textlist-comment {		
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 52px;
			flex: 0 1 52px;		
		text-align: center;		
		color: #333;	
		padding: 5px 10px;
    }
}
.bilingual-textlist_a:hover{
	text-decoration: none !important;
}
.bilingual-textlist-comment_a{
	text-decoration: none;    
}

.bilingual-textlist-comment:hover {	
	background-color: #888;
	transition: background-color .5s, color .5s;
	text-decoration: none;
}

textlist {
	margin-top: 0px;
}

@media print, screen and (max-width: 991px) {
}

@media print, screen and (min-width: 992px) {
	.bilingual-textlist-links__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		    flex: 0 1 100%;
	}
}

@media print, screen and (max-width: 425px) {
    .bilingual-textlist-menu__items {
	padding: 0;
	margin:0;
    list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bilingual-textlist-menu__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		    flex: 0 1 50%;
		margin-bottom: 10px;
	}
.bilingual-textlist-menu {
    width:100%;
    text-align: center; 
}
.bilingual-textlist__menu{
	margin-bottom: 30px;
}
}

@media print, screen and (min-width: 426px) {    
	.bilingual-textlist-menu__items {
        width: 100%;
		text-align: center;
	}
    
	.bilingual-textlist-menu__item {
		display: inline-block;
		line-height: 1;
		border-left: 1px solid #888;
		padding: 0 10px 0 14px;
	}
	.bilingual-textlist-menu__item:last-of-type {
		border-right: 1px solid #888;
	}
.bilingual-textlist-menu {
    width:100%;
    text-align: center; 
	margin-bottom: 30px;
}
}

/* for emg */
@media print, screen and (min-width: 985px) {
    .emg-textlist-container {
        clear: both;
        background-color: none;
        border-bottom-width: 0px;
        display: inline-block;
		margin: 0 auto;
		margin-right: 0px;
		justify-content: center;

	}
	
    .emg-textlistitem {
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #ccc;
        float: unset;
        padding: 0 10px 0 10px;
	}
	
	.emg-textlistitem:first-child {
        border-style: solid;
        border-width: 0;
        border-color: #ccc;
        float: unset;
        padding: 0 10px 0 10px;
	}
	
	.emg-textlistitem:last-child {
        border-style: solid;
        border-width: 0 0 0 1px;
        border-color: #ccc;
        float: unset;
        padding: 0 10px 0 10px;
    }

    .emg-textlist-comment {
		margin: 0;
		font-size: 1.1em;
		
    }
}


.emg-textlist_a{
	text-decoration: none;
    transition: background-color .5s, color .5s;
}
.emg-textlist_a:hover {    
}


.emg-textlist {
	margin-top: 0px;	
}

.emg-textlist__links {
	margin-bottom: 20px;
	padding: 66px 0;
	background: #f6f6f6;
	font-size: 100%;
}

.emg-textlist-links__items {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.emg-textlist-links__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	margin-bottom: 70px;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 3px solid #b11d3d;
}

.emg-textlist-links__item:nth-last-child(-n+1) {
	margin-bottom: 0;
}

.emg-textlist-links__item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.emg-textlist-links__item li {
	margin-bottom: 5px;
}

.emg-textlist-links__title {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.emg-textlistmenu__items {
    width: 100%;
    text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media print, screen and (max-width: 991px) {
}

@media print, screen and (min-width: 992px) {
	.emg-textlist-links__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
			flex: 0 1 30%;
	}
	
}

@media print, screen and (max-width: 425px) {
    .emg-textlist-menu__items {
	padding: 0;
	margin:0;
    list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.emg-textlist-menu__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		    flex: 0 1 50%;
		margin-bottom: 10px;
	}
.emg-textlist-menu {
    width:100%;
    text-align: center; 
}
.emg-textlist__menu{
	margin-bottom: 30px;
}
}

@media print, screen and (min-width: 426px) {    
	.emg-textlist-menu__items {
        width: 100%;
		text-align: center;
	}
    
	.emg-textlist-menu__item {
		display: inline-block;
		line-height: 1;
		border-left: 1px solid #888;
		padding: 0 10px 0 14px;
	}
	.emg-textlist-menu__item:last-of-type {
		border-right: 1px solid #888;
	}
.emg-textlist-menu {
    width:100%;
    text-align: center; 
	margin-bottom: 30px;
}
}

/* for ftrmn */
.ftrmn-textlist-container {
	clear: both;
	background-color: none;
	border-bottom-width: 0px;
	display: inline-block;
	margin: 0 auto;
	margin-right: 0px;
	justify-content: center;
	vertical-align: top;

}

.ftrmn-textlistitem {
	border-left: solid 1px #fff;
	float: unset;
	padding: 0 20px 10px 20px;
}

.ftrmn-textlist-comment {
	margin: 0;
	font-size: 1.1em;		
}

.ftrmn-textlist_a{
	color: #fff;
	text-decoration: underline;
}
.ftrmn-textlist_a:hover {    
	text-decoration: none;
}

.ftrmn-textlistmenu__items {
    width: 100%;
    text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

