@charset "UTF-8";
/*pc*/
@media all and (min-width:600px) {
  html {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .085rem;
    color: #292e38;
    font-weight: 500;
    font-family: Roboto, "YakuHanJP", 'Zen Kaku Gothic New', Meiryo, sans-serif;
    margin: 30px 0 0;
  }
  .news__w {}
  .newsbox {
    width: 100%;
    border-bottom: 1px dotted #cac8bc;
    padding: 0 0 30px 0;
    margin: 0 0 30px;
  }
  .news0 {
    width: 100%;
    font-size: 1.4rem;
    color: #9697A6;
    margin: 0 0 0 0;
  }
  .news1 {
    width: 100%;
    font-size: 1.4rem;
    color: #f29600;
    margin: 0 0 0 0;
  }
  .news2 {
    display: inline-block;
  }
  .news2 span {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    padding: 0 0;
    font-size: 1.3rem;
    width: 100px;
  }
  .news2 span.category01 {
    background: #497fb9;
    color: #fff;
  }
  .news2 span.category02 {
    background: #d23e3e;
    color: #fff;
  }
  .news3 {
    width: 100%;
    font-size: 2rem;
    color: #414141;
    margin: 0 0 5px 0;
  }
  /*.news4{
width: 100%;
font-size: 1.6rem;
}*/
  .news4 p {
    width: 100%;
    color: #414141;
  }
}
/*PC*/
/*sp*/
@media all and (max-width:599px) {
  /*html{
width: 100%;
overflow-x: hidden;
overflow-y: auto; 
}    */
  html, body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
  }
  *, *::before, *::after {
    box-sizing: border-box; /* paddingやborderで幅が膨らまない */
  }
  img, iframe {
    max-width: 100%;
    height: auto;
    display: block; /* はみ出し防止 */
  }
  body {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #292e38;
    font-weight: 500;
    font-family: Roboto, "YakuHanJP", 'Zen Kaku Gothic New', Meiryo, sans-serif;
    margin: 2rem 0 0;
  }
  .news__w {}
  .newsbox {
        margin: 0 auto 4vw;
        border-bottom: 1px solid #cac8bc;
        padding: 0 0 4vw 0;
  }
  .news0 {
    width: 100%;
    font-size: 1.2rem;
    color: #9697A6;
    margin: 0 0 0 0;
  }
  .news1 {
         width: 100%;
        font-size: 1.2rem;
        color: #f29600;
        margin: 0 0 0 0;
  }
  .news2 {
    display: inline-block;
  }
  .news2 span {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    padding: 0 2vw;
    font-size: 1.3rem;
  }
  .news2 span.category01 {
    background: #497fb9;
    color: #fff;
  }
  .news2 span.category02 {
    background: #d23e3e;
    color: #fff;
  }
  .news3 {
    width: 100%;
        font-size: 1.5rem;
        margin: 0 0 1vw 0;
        line-height: 1.4;
      color: #414141;
  }
  /*.news4{
width: 100%;
font-size: 1.4rem;
}*/
  .news4 p {
    width: 100%;
        line-height: 1.4;
        font-size: 1.3rem;
      color: #414141;
  }
}
/* sp*/