@media (max-width:812px){
  body{
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'Osaka', helvetica, sans-serif;
    background-color: #fff;
  }
  .sp-menu{
    display: none;
  }
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block !important;
  }
  .footer-logo img {
    display: block;
  }
  #news .sp-header-inner{
    display: block;
  }
  #news .titleArea{
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 20vw 0 4vw 0;
    background-color: #fff;
    border-bottom: 1px solid #0DA593;
  }
  #news .titleArea .inner{
    padding: 0 30px;
  }
  #news .titleArea .inner img{
    width: 22%;
  }
  #news .mainInner{
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    display: flex;
    flex-direction: column;
  }
  #news .mainInner .leftArea{
    width: 100%;
  }
  #news .mainInner .rightArea{
    width: 100%;
  }
  .newsList{
    padding: 20px;
    margin-bottom: 0;
  }
  .newsList li{
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  .newsList li:last-child{
    border: 1px solid #e3e3e3;
    padding-bottom: 20px;
  }
  .newsList li span{
    width: auto;
    font-size: 13px;
    color: #969696;
    line-height: 1;
  }
  .newsList li a{
    width: auto;
    margin-bottom: 15px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  .bl_accordionArea{
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
  }
  .bl_accordion{
    position: absolute;
    width: 100%;
    padding: 30px 20px;
    top: 40px;
    left: 0;
    background-color: #fff;
    z-index: 2;
  }
  .bl_accordion li{
    text-align: center;
  }
  .bl_accordion li:not(:first-of-type){
    margin-top: 20px;
  }
  .el_btn_subMenu{
    padding: 10px 20px 10px 0;
    border: 0;
    background-color: #fff;
    font-size: 13px;
    font-weight: bold;
    appearance: none;
    outline: 0;
    position: relative;
  }
  .el_btn_subMenu::after{
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg) translateY(-45%);
  }
  .el_btn_subMenu.open::after{
    transform: rotate(225deg) translateX(-40%) translateY(0);
  }

}