@charset "UTF-8";
/**********************************************************************
	パソコン - className : none
***********************************************************************/
.press-release.container_liquid {
  padding-top: 60px;
}

.press-release.container_liquid a {
  text-decoration: underline;
}

.press-release.container_liquid a:hover {
  color: inherit;
  text-decoration: none;
}

.press-release .m-table.table-style01 tbody td.headline {
  text-align: left !important;
  padding: 20px 15px 20px 40px;
}

.press-release .m-table.table-style01 tbody td.headline a {
  position: relative;
  color: #3d3e40;
}

.press-release .m-table.table-style01 tbody td.headline a:before {
  content: '▶';
  position: absolute;
  top: 0;
  left: -25px;
  color: #ff2d1e;
}

.press-release .m-table.table-style01 tbody td.pdf {
  width: 75px !important;
}

.press-release .year-list .year {
  margin-bottom: 30px;
}

.press-release .year-list a {
  color: #071b33;
}

.m-box.box-sideScroll > * {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .m-box.box-sideScroll > * {
    width: 960px !important;
  }
}

@media only screen and (max-width: 767px) {
    .press-release .m-table.table-style01 thead th {
        width:100% !important;
        display:none;
        height:auto;
    }
    .press-release .m-table.table-style01 tbody td {
        width:100%;
        display:block;
        text-align: left !important;
        padding-bottom: 0;
        border-bottom: none;
        border-top:none;
    }
    .press-release .m-table.table-style01 tbody td.headline {
        width:100%;
        display:block;
        text-align: left !important;
        border-top:none;
        padding: 10px 5px 20px 30px;
        border-bottom: 1px solid #e6e9ec;
    }
}