.news__txt{
  
}
.news__ttl1{
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin: 1rem 0;
}
.news__txt--bgg{
  display:block;
  background:#eee;
  padding:20px;
  border-radius:20px;
}
.news__txt--b{font-size:110%;}
.news__txt--red{color:#f00;}
.news__txt--bdr{
    border: 3px solid #ccc;
    padding: 20px;
    font-size: 110%;
    margin: 20px 0;
}
.news__txt--link{
    color: #5595c9;
    text-decoration: underline;
}
.news__3wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
}
.news__3li {
    width: calc(100% / 3 - 10px);
    background: linear-gradient(
45deg
, #daefff 0%, #daefff 50%, #d0eaff 50%, #d0eaff 100%);
    padding: 20px;
    box-sizing: border-box;
}
/* .news__3li:last-of-type{margin-right:auto;margin-left:10px;} */
.news__3i {
    font-size: 400%;
    text-align: center;
    color: #2686d4;
    display: block;
    margin-bottom: 10px;
}
.news__3li--b{
    display: block;
    font-weight: bold;
    font-size: 120%;
    margin: 0 auto;
    text-align: center;
    height: 3rem;
}

.news__table{
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.news__table--th {
    border: 1px solid #eee;
    background: #4977bf;
    color: #fff;
    padding: 15px 0;
}
.news__table--bgg {
    border: 1px solid #CCC;
    background: #f5f5f5;
    padding: 10px;
    line-height: 160%;
}
.news__table--td {
    border: 1px solid #CCC;
    padding: 10px;
    line-height: 160%;
    vertical-align: middle;
}

@media screen and (max-width: 767px){
.news__3li--b{text-align:left;}
.news__3li {
    align-items: center;
    display: flex;
    width: 100%;
    margin: 10px 0;
}
.news__3li:last-of-type{margin-right:inherit;margin-left:inherit;}
.news_3li--pdl25{
  font-size:90%;
    padding: 0 0 0 25px;
}
}

.column2-wrap .column2-main{margin:0 auto;}

.news_arr{
  border: 2px solid #e3522e;
  padding: 1rem;
  margin-bottom:1rem;
}
.news_arr h2 {
    font-weight: bold;
    color: #e3522e;
    border-left: 4px solid #e3522e;
    padding-left: 8px;
}
.news_arr p{font-size:90%;}

.newsSingle table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ccc;
}
.newsSingle tr{
}
.newsSingle th {
    text-align: left;
    background: #eee;
    padding: 10px;
    width: 15rem;
    border-bottom: 1px solid #ccc;
}
.newsSingle td {
  border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

.news__ttlWrap{
  margin-bottom: 24px;
}
.news__ttlWrap h2{
  font-size: 24px;
  font-weight: bold;
}
.nexs__txt{
  line-height: 180%;
}
.nexs__txt + h3{
    margin-top:32px
}
.news__box h3{
    font-size:20px;
    font-weight:800;
    border-bottom:1px solid #cecece;
    line-height:180%;
    margin-bottom:16px
}
.nexs__txt-sub{
    margin:16px 0;
    background:#eeeeee;
    padding:16px;
    border-radius:4px;
    line-height:180%;
}
.nexs__txt-sub + .nexs__txt-sub{
    background:#fff;
    border:2px solid #ececec;
}
.nexs__txt-sub b{
    display:block;
}



@media screen and (max-width: 767px){
  .news_arr {width: 95%;font-size: 90%;}
  .newsSingle th{width:8rem;}
}
