@charset "utf-8";

/* = Table ta-line
-------------------------------------------------------------- */
table.ta-line{
	font-size: 14px;
	line-height: 30px;
	border-top: 1px solid #EEEEEE!important;
	width: 100%;
}
@media (max-width: 100%){
    table.ta-line{
        font-size: 16px;
    }
}

.ta-line tr th,
.ta-line tr td{
	color: #282828!important;	
    border-bottom: 1px solid #EEEEEE!important;
	padding: 15px 0!important;
}


/* table ta-type1
_____________________________________________________________________ */

table.ta-type1 {
  margin : 15px 0 20px 0;
  border-collapse : collapse;
  border : 3px solid #E6E6E6;
  width:99%;
	text-align:left;
}

table.ta-type1 th {
  padding : 15px 10px;
  color:#141414;
  background-color:#eafcd5;
  border : 3px solid #E6E6E6;
  font-weight:bold;
  text-align:left;
	font-size: 16px;
}

table.ta-type1 td {
  padding : 15px 10px;
  border : 3px solid #E6E6E6;
  background-color:#fff;
  color:#141414;
	font-size: 16px;
}

/* table ta-type2
_____________________________________________________________________ */

table.ta-type2 {
  margin : 15px 0 20px 0;
  border-collapse : collapse;
  border : 1px solid #372100;
  width:99%;
	text-align:center;
}

table.ta-type2 th {
  padding : 15px 10px;
  color:#372100;
  background-color:#EAE4E4;
  border : 1px solid #372100;
  font-weight:bold;
  text-align:center;
}

table.ta-type2 td {
  padding : 15px 10px;
  border : 1px solid #372100;
  background-color:#fff;
font-color:#372100;
}


/* list
_____________________________________________________________________ */
ol li {
  padding-top:10px;
  padding-bottom:10px;
	font-size: 16px;
	line-height: 160%;
  }
ul li {
  padding-top:5px;
	font-size: 16px;
	line-height: 160%;
 }




/*=======================================================================
  Listnews
=======================================================================*/

ul.listnews {
margin: 3em 0 3em;
padding: 0;
text-align: left;
 list-style-type:none;
}
ul.listnews li a{
color:#88D159;
padding: 8px 5px;
display: block;
border-bottom: 1px solid #88D159;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

ul.listnews li span {
margin-right: 1.6em;
font-size: 15px;
}

ul.listnews li a,
ul.listnews li a:visited {
color:#88D159;
}
ul.listnews li a:hover {
background-color:#f2f2f2;
color: #88D159;
}




#contents img{
	max-width: 100%;
	height: auto;
}

.row-height {
    display: flex;
    flex-wrap: wrap;
}
.card{
height: 100%;
}

#bloc-20 .col-12.col-sm-6.col-lg-3{
margin-bottom: 30px;
}


/*=======================================================================
  title
=======================================================================*/
#contents article h2{
color: #88D159 !important;
margin:0 0 5%;
border-style: solid;
border-width: 0px 0px 1px 0px;
padding-bottom: 1%;
font-size: 24px;
}




/* リンク */
a.readmore {
	display: block;
	height: 2em;
	line-height: 2;
	text-decoration: none;
	position: relative;
	color: #88D159!important;
    padding: 2px 20px 2px 0;
}
a.readmore::after {
font-family: 'FontAwesome';
content: "\f105";
	position: absolute;
	top:0;
	right: 0;
	width: 14px;
	height: 14px;
}



.post-type-archive-leaders #cat-title{
display: none;
}



