@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
.hedImg_in::after {
  content: '';
  display: inline-block;
  width: 70%;
  height: 180px;
  background: url("../images/news/hed_img.jpg")  center center no-repeat;
  background-size: cover;
  margin-top: 20px;
}

/* index
--------------------------------------------*/
.newsList {

}
.newsList ul  {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.newsList li {
-ms-flex-preferred-size: 48%;
flex-basis: 48%;
max-width: 48%;
margin-right: 4%;
}
.newsList li:nth-child(2n) {
margin-right: 0;
}
.newsList li:nth-child(n+3) {
margin-top: 30px;
}
.newsList li a {
height: 100%;
background-color: #fff;
display: block;
box-sizing: border-box;
padding: 20px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
box-shadow: 0 0 15px rgba(0,0,0,.1);
position: relative;
}
.newsList li a::before {
position: absolute;
top: 0;
left: 0;
content: "";
display: block;
width: 0;
height: 0;
border-color:#0081cf transparent transparent;
border-style: solid;
border-width: 15px 15px 0 0;
}
.newsList li a:hover {
box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.newsList_img {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.newsList_txt {
-ms-flex-preferred-size: 65%;
flex-basis: 65%;
}
.newsList_txt-day {
opacity: 0.8;
text-align: right;
margin-bottom: 10px;
}
.newsList_txt-ttl {
font-size: 1.6rem;
font-weight: 500;
margin-bottom: 5px;
color: #0ECC8A;
}
p.newsList_txt-txt  {
line-height: 1.6!important;
}

.comBtn04 {
    margin-top: 60px;
}

/* 01
--------------------------------------------*/
.newsBox {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.newsBox_img {
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
text-align: center;
}

.newsBox_txt {
-ms-flex-preferred-size: 55%;
flex-basis: 55%;
}

.newsBox_txt .day {
color: #4F4F4F;
}
.newsBox_txt h4 {
font-size: 1.9rem;
font-weight: 500;
position: relative;
padding-bottom: .5em;
margin-bottom: 30px;
}
.newsBox_txt h4::before,
.newsBox_txt h4::after {
position: absolute;
bottom: -4px;
left: 0;
content: '';
height: 4px;
}
.newsBox_txt h4::before {
z-index: 2;
width: 15%;
background-color: #1e73be;
}
.newsBox_txt h4::after {
width: 100%;
background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #93c0e8 2px, #93c0e8 4px);
background: repeating-linear-gradient(45deg, #fff, #fff 2px, #93c0e8 2px, #93c0e8 4px);
}


}




/*----------------------------------------------------*/




/*sp*/
@media only screen and (max-width: 768px) {
.hedImg_in::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100px;
  background: url("../images/news/hed_img.jpg")  center center no-repeat;
  background-size: cover;
  margin-top: 10px;
}

/* index
--------------------------------------------*/
.newsList {
/*height: 220px;
overflow-y: scroll;*/
}
.newsList ul  {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.newsList li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
/*margin-right: 4%;*/
}
/*.newsList li:nth-child(2n) {
margin-right: 0;
}*/
.newsList li:nth-child(n+2) {
margin-top: 20px;
}
.newsList li a {
height: 100%;
background-color: #fff;
display: block;
box-sizing: border-box;
padding: 20px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
box-shadow: 0 0 15px rgba(0,0,0,.1);
position: relative;
}
.newsList li a::before {
position: absolute;
top: 0;
left: 0;
content: "";
display: block;
width: 0;
height: 0;
border-color:#0081cf transparent transparent;
border-style: solid;
border-width: 15px 15px 0 0;
}
.newsList li a:hover {
box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.newsList_img {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.newsList_txt {
-ms-flex-preferred-size: 65%;
flex-basis: 65%;
}
.newsList_txt-day {
opacity: 0.8;
text-align: right;
}
.newsList_txt-ttl {
font-weight: 500;
margin-bottom: 5px;
color: #0ECC8A;
}
p.newsList_txt-txt  {
line-height: 1.6!important;
}

.comBtn04 {
    margin-top: 40px;
}

/* 01
--------------------------------------------*/
.newsBox {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.newsBox_img {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
text-align: center;
margin-bottom: 20px;
}

.newsBox_txt {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}

.newsBox_txt .day {
color: #4F4F4F;
}
.newsBox_txt h4 {
font-size: 1.7rem;
font-weight: 500;
position: relative;
padding-bottom: .5em;
margin-bottom: 30px;
}
.newsBox_txt h4::before,
.newsBox_txt h4::after {
position: absolute;
bottom: -4px;
left: 0;
content: '';
height: 4px;
}
.newsBox_txt h4::before {
z-index: 2;
width: 15%;
background-color: #1e73be;
}
.newsBox_txt h4::after {
width: 100%;
background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #93c0e8 2px, #93c0e8 4px);
background: repeating-linear-gradient(45deg, #fff, #fff 2px, #93c0e8 2px, #93c0e8 4px);
}





}
