/* -----

   set module

---------------------------------------------------- */
/*-- 
---------------------------------------------------- */
@media screen and (max-width: 899px) {
  .news__list {
    margin-bottom: 44px; } }
.news__list > li:nth-of-type(n+2) > a {
  border-top: 0; }
.news__list > li > a {
  position: relative;
  padding: 20px 0 20px 38px;
  display: flex;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  line-height: 1.6;
  transition: all 0.2s; }
  @media screen and (max-width: 899px) {
    .news__list > li > a {
      flex-direction: column;
      padding: 20px 15px 20px 30px; } }
  .news__list > li > a::before {
    position: absolute;
    content: "\f105";
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: "FontAwesome";
    color: #ff7d00;
    top: 20px;
    left: 18px;
    transition: all 0.2s; }
    @media screen and (max-width: 899px) {
      .news__list > li > a::before {
        left: 12px; } }
  .news__list > li > a:hover {
    opacity: 0.8; }
    .news__list > li > a:hover::before {
      left: 20px; }
      @media screen and (max-width: 899px) {
        .news__list > li > a:hover::before {
          left: 14px; } }
  .news__list > li > a[href^="http"] > span {
    position: relative; }
    .news__list > li > a[href^="http"] > span::after {
      position: relative;
      display: inline-block;
      content: "\f35d";
      font-size: 14px;
      font-family: "FontAwesome";
      font-weight: 600;
      color: #838383;
      padding: 0 0 0 6px;
      top: -1px; }
  .news__list > li > a[href$=".pdf"] > span::after {
    display: none; }
  .news__list > li > a[href$=".pdf"] > span .capa {
    position: relative;
    padding: 0 0 0 24px;
    display: inline-block;
    font-size: 14px;
    color: #b5b5b5; }
    .news__list > li > a[href$=".pdf"] > span .capa::after {
      position: absolute;
      display: block;
      content: "\f1c1";
      font-size: 14px;
      font-family: "FontAwesome","Noto Sans JP";
      font-weight: 500;
      color: #ec2606;
      padding: 0 0 0 0;
      top: 0px;
      left: 8px; }
  .news__list > li > a > time {
    color: #838383;
    font-weight: 500;
    padding: 0 20px 0 0;
    white-space: nowrap;
    width: 110px; }
    @media screen and (max-width: 899px) {
      .news__list > li > a > time {
        padding: 0 0 8px 0; } }
.news__description .headline__content {
  padding: 10px 0 10px 0px;
  border-top: 0px;
  border-bottom: solid 5px #cdc8c4; }
  @media screen and (max-width: 899px) {
    .news__description .headline__content {
      margin-bottom: 20px; } }
  .news__description .headline__content::before, .news__description .headline__content::after {
    top: auto;
    bottom: -5px; }
  .news__description .headline__content time {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #838383; }
  .news__description .headline__content .ttl {
    font-size: 26px;
    margin: 0 0 0 0;
    font-weight: 500; }
    .news__description .headline__content .ttl::before {
      display: none; }
.news__download {
  background: #f7f7f7;
  margin: 28px 0 46px 0; }
  @media screen and (max-width: 899px) {
    .news__download {
      margin: 22px 0 32px 0; } }
  .news__download > h4 {
    position: relative;
    padding: 16px 16px 16px 19px;
    font-size: 18px;
    font-weight: 500; }
    .news__download > h4::before {
      position: absolute;
      display: block;
      content: '';
      width: 10px;
      height: 3px;
      background: #ff7d00;
      top: 23px;
      left: 0; }
    .news__download > h4::after {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background: #d3d3d3;
      bottom: 0;
      left: 0; }
  .news__download_btn {
    padding: 20px; }
    .news__download_btn > a {
      position: relative;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      display: block;
      margin: 0 auto;
      padding: 16px;
      width: 360px;
      border-radius: 10px;
      border: 2px solid #ff7d00;
      background: #fff;
      transition: background 0.2s ease-out; }
      @media screen and (max-width: 899px) {
        .news__download_btn > a {
          font-size: 16px; } }
      @media screen and (max-width: 424px) {
        .news__download_btn > a {
          width: 100%; } }
      .news__download_btn > a:hover {
        background: #fff5eb; }
      .news__download_btn > a::before {
        position: absolute;
        content: "\f105";
        display: block;
        font-family: "FontAwesome";
        font-weight: 600;
        color: #ff7d00;
        right: 16px;
        top: calc(50% - 8px); }
      .news__download_btn > a::after {
        position: absolute;
        display: block;
        content: ""; }
      .news__download_btn > a .capa {
        position: relative;
        font-size: 14px;
        color: #b5b5b5;
        font-weight: 300;
        padding-left: 28px; }
        @media screen and (max-width: 899px) {
          .news__download_btn > a .capa {
            font-size: 13px; } }
        .news__download_btn > a .capa::before {
          position: absolute;
          display: block;
          content: "\f1c1";
          font-family: "FontAwesome";
          font-weight: 500;
          color: #ec2606;
          left: 14px;
          top: 3px; }
.news__table > table {
  width: 100%; }
  .news__table > table tbody > tr {
    border-top: 1px solid #dddddd; }
    @media screen and (max-width: 899px) {
      .news__table > table tbody > tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: 15px; } }
    .news__table > table tbody > tr:last-of-type {
      border-bottom: 1px solid #dddddd; }
    .news__table > table tbody > tr > th {
      background: #f7f7f7;
      padding: 20px 17px;
      text-align: left;
      line-height: 1.6; }
      @media screen and (max-width: 899px) {
        .news__table > table tbody > tr > th {
          display: block;
          padding: 12px 14px; } }
    .news__table > table tbody > tr > td {
      padding: 20px 17px;
      line-height: 1.6; }
      @media screen and (max-width: 899px) {
        .news__table > table tbody > tr > td {
          display: block;
          padding: 12px 14px; } }
      .news__table > table tbody > tr > td > a {
        position: relative;
        color: #eb7300;
        padding: 0 24px 0 0; }
        @media screen and (max-width: 899px) {
          .news__table > table tbody > tr > td > a {
            display: inline-block; } }
        .news__table > table tbody > tr > td > a::after {
          position: absolute;
          display: block;
          content: "\f35d";
          font-family: "FontAwesome";
          font-weight: 600;
          color: #b5b5b5;
          right: 4px;
          top: 0; }
.news__return {
  margin-top: 64px;
  border-top: 1px solid #dddddd; }
  @media screen and (max-width: 899px) {
    .news__return {
      margin-top: 0;
      border: 0; } }
  .news__return_btn {
    padding-top: 24px; }
    @media screen and (max-width: 899px) {
      .news__return_btn {
        padding: 16px 0 38px 0; } }
    .news__return_btn > a {
      position: relative;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      display: block;
      margin: 0 auto;
      padding: 16px;
      width: 348px;
      border-radius: 10px;
      border: 2px solid #dddddd;
      background: #fff;
      transition: background 0.2s ease-out; }
      @media screen and (max-width: 899px) {
        .news__return_btn > a {
          padding: 22px 16px 22px 16px;
          font-size: 14px; } }
      @media screen and (max-width: 374px) {
        .news__return_btn > a {
          width: 100%; } }
      .news__return_btn > a:hover {
        background: #f9f9f9; }
      .news__return_btn > a::before {
        position: absolute;
        content: "\f104";
        display: block;
        font-family: "FontAwesome";
        font-weight: 600;
        color: #ff7d00;
        left: 16px;
        top: calc(50% - 8px); }

/*# sourceMappingURL=common_news.css.map */
