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

.pcOnly {
display: block;
}
.spOnly {
display: none;
}

.news {
background-color: #f7f7f7
}
.news .inner {
max-width: 960px;
margin: 0 auto;
padding: 34px 10px 0;
}
.news .read {
display: block;
text-align: center;
margin: 0 auto 1.5em;
background-color: #fff;
border-radius: 10px;
padding: 1em 1em;
font-size: 20px;
line-height: 1.4em;
font-family: "wfbd";
}
.news .read span {
font-size: 16px;
line-height: 1.4em;
font-family: "wfbd";
}
.news_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.news_wrap h2 {
font-size: 20px;
margin: 0 73px 0 0;
}
.news_wrap ul, .news_wrap .news_list {
width: calc(100% - 200px);
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 40px;
}
.news_wrap li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 18px;
margin-bottom: 13px;
}
.news_wrap li:last-child {
margin-bottom: 0;
}
.news_wrap li span {
font-size: 16px;
line-height: 1.5em;
margin-right: 20px;
}
.news_wrap h2.news_ttl {
border-right: 4px dotted #c2c2c2;
width: 200px;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 0;
}
.news_top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
height: auto;
}
.news_post {
margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .pcOnly {
  display: none;
  }
  .spOnly {
  display: block;
  }

  .news .read {
    text-align: left;
    margin: 0;
    padding: 1em 1em;
    font-size: 18px;
    line-height: 1.3em
  }
  .news .read span {
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    padding-top: .5em
  }
  .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .news_wrap h2 {
    font-size: 24px;
    margin: 0 0 13px 0
  }
  .news_wrap li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    margin-bottom: 13px
  }
  .news_wrap li div {
    width: 100%;
    overflow: hidden
  }
  .news_wrap li span {
    display: block;
    font-size: 16px;
    margin: 0 0 1px 0
  }
  .news_wrap h2.news_ttl, .news_post .news_ttlsub {
    width: 100%;
    border-right: none;
    border-bottom: 4px dotted #c2c2c2
  }
  .news_wrap ul, .news_wrap .news_list {
    width: 100%;
    padding: 0
  }
  .news_wrap .news_link {
    padding: 15px 20px;
    margin-top: 5px
  }
}
