aside .breadcrumbs ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  aside .breadcrumbs ul li {
    padding-right: 16px;
    position: relative; }
    aside .breadcrumbs ul li::after {
      content: ">";
      position: absolute;
      top: 55%;
      right: 5px;
      transform: translateY(-50%);
      font-size: 9px; }
    aside .breadcrumbs ul li a {
      color: #383838;
      text-decoration: underline; }
      aside .breadcrumbs ul li a span {
        color: #383838; }
    aside .breadcrumbs ul li:last-child::after {
      display: none; }

main section h1 {
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  padding-left: 30px;
  font-weight: 600; }
  @media only screen and (max-width: 769px) {
    main section h1 {
      margin-bottom: 4vw; } }
  main section h1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 22px;
    height: 18.5px;
    background-image: url(../img/news/icon_news.png); }
main section.sec1 {
  padding-top: 45px; }
  @media only screen and (max-width: 769px) {
    main section.sec1 {
      padding-top: 3vw; } }
  main section.sec1 .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 769px) {
      main section.sec1 .wrap {
        flex-direction: column; } }
    main section.sec1 .wrap .left {
      width: 700px;
      text-align: left; }
      @media only screen and (max-width: 769px) {
        main section.sec1 .wrap .left {
          width: 100%;
          margin-bottom: 8vw; } }
      main section.sec1 .wrap .left .ttlwrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #040000;
        padding-bottom: 5px; }
        @media only screen and (max-width: 769px) {
          main section.sec1 .wrap .left .ttlwrap {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start; } }
        main section.sec1 .wrap .left .ttlwrap h2 {
          width: 60%; }
          @media only screen and (max-width: 769px) {
            main section.sec1 .wrap .left .ttlwrap h2 {
              width: 100%;
              order: 2; } }
        main section.sec1 .wrap .left .ttlwrap .date {
          color: #458BC2; }
          @media only screen and (max-width: 769px) {
            main section.sec1 .wrap .left .ttlwrap .date {
              order: 1; } }
      main section.sec1 .wrap .left .content {
        padding: 55px 0; }
        @media only screen and (max-width: 769px) {
          main section.sec1 .wrap .left .content {
            padding: 6vw 0; } }
        main section.sec1 .wrap .left .content p {
          line-height: 2.2; }
    main section.sec1 .wrap .right {
      width: 260px; }
      @media only screen and (max-width: 769px) {
        main section.sec1 .wrap .right {
          width: 100%; } }
      main section.sec1 .wrap .right .right_box {
        text-align: left;
        margin-bottom: 40px; }
        @media only screen and (max-width: 769px) {
          main section.sec1 .wrap .right .right_box {
            margin-bottom: 6vw; } }
        main section.sec1 .wrap .right .right_box .ttlwrap {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          border-bottom: 1px solid #040000;
          padding-bottom: 5px;
          margin-bottom: 40px; }
          @media only screen and (max-width: 769px) {
            main section.sec1 .wrap .right .right_box .ttlwrap {
              margin-bottom: 4vw; } }
          main section.sec1 .wrap .right .right_box .ttlwrap .more {
            display: block;
            width: 79px; }
        main section.sec1 .wrap .right .right_box .newswrap li {
          margin-bottom: 15px; }
          @media only screen and (max-width: 769px) {
            main section.sec1 .wrap .right .right_box .newswrap li {
              margin-bottom: 2vw; } }
          main section.sec1 .wrap .right .right_box .newswrap li:last-child {
            margin-bottom: 0; }
        main section.sec1 .wrap .right .right_box .newswrap span {
          display: block; }
          main section.sec1 .wrap .right .right_box .newswrap span.date {
            color: #458BC2; }
          main section.sec1 .wrap .right .right_box .newswrap span.ttl {
            color: #383838; }

/*# sourceMappingURL=single.css.map */
