@font-face {
  font-family: 'fontello';
  src: url("../../brand_common/font/fontello.eot?78752234");
  src: url("../../brand_common/font/fontello.eot?78752234#iefix") format("embedded-opentype"), url("../../brand_common/font/fontello.woff?78752234") format("woff"), url("../../brand_common/font/fontello.ttf?78752234") format("truetype"), url("../../brand_common/font/fontello.svg?78752234#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
main section .container {
  position: relative; }
  @media only screen and (max-width: 1299px) {
    main section .container {
      padding: 40px 0 80px; } }
  main section .container .controller {
    position: relative;
    text-align: left; }
    main section .container .controller h1, main section .container .controller .list_tags {
      display: inline-block;
      vertical-align: middle; }
    main section .container .controller .list_tags {
      font-size: 0;
      margin: 0 0 0 30px; }
      @media only screen and (max-width: 834px) {
        main section .container .controller .list_tags {
          margin: 15px 0 0; } }
      main section .container .controller .list_tags li {
        display: inline-block;
        vertical-align: middle; }
        main section .container .controller .list_tags li a {
          display: block;
          width: 100px;
          font-size: 1.1rem;
          line-height: 22px;
          text-align: center;
          border: solid #999 1px;
          border-radius: 11px;
          transform: translateY(-2px); }
          main section .container .controller .list_tags li a:hover {
            background: #eee; }
          main section .container .controller .list_tags li a.active {
            color: #fff;
            background: #999; }
            main section .container .controller .list_tags li a.active:hover {
              cursor: inherit;
              background: #999; }
      main section .container .controller .list_tags li + li {
        margin: 0 0 0 5px; }
    main section .container .controller .btn_about {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      @media only screen and (max-width: 834px) {
        main section .container .controller .btn_about {
          position: static;
          transform: translateY(0%);
          margin: 15px 0 0; } }
      main section .container .controller .btn_about a {
        display: block;
        font-size: 1.2rem;
        line-height: 36px;
        color: #fff;
        background: #000;
        padding: 0 20px; }
        main section .container .controller .btn_about a:after {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          width: auto;
          text-align: center;
          content: "\E824";
          margin-left: 6px; }
        main section .container .controller .btn_about a:hover {
          background: #e2231a; }
  main section .container .loading {
    display: block;
    margin: 45px auto 0; }
  main section .container .newpress {
    text-align: left;
    margin-top: 45px; }
    @media only screen and (max-width: 834px) {
      main section .container .newpress {
        margin-top: 30px; } }
    main section .container .newpress .flex_press {
      display: flex;
      align-items: start;
      width: 100%;
      font-size: 1.3rem;
      line-height: 1.5;
      letter-spacing: 0.05em;
      border-bottom: solid #ccc 1px;
      padding-bottom: 16px; }
      @media only screen and (max-width: 834px) {
        main section .container .newpress .flex_press {
          display: block; } }
      main section .container .newpress .flex_press .item_date {
        width: 125px;
        font-weight: bold; }
        @media only screen and (max-width: 834px) {
          main section .container .newpress .flex_press .item_date {
            display: inline-block;
            vertical-align: middle; } }
      main section .container .newpress .flex_press .item_tag {
        width: 125px; }
        @media only screen and (max-width: 834px) {
          main section .container .newpress .flex_press .item_tag {
            display: inline-block;
            vertical-align: middle; } }
        main section .container .newpress .flex_press .item_tag span {
          display: block;
          width: 100px;
          font-size: 1.1rem;
          line-height: 22px;
          text-align: center;
          border: solid #999 1px;
          border-radius: 11px;
          transform: translateY(-2px); }
      main section .container .newpress .flex_press .item_text {
        width: calc(100% - 250px); }
        @media only screen and (max-width: 834px) {
          main section .container .newpress .flex_press .item_text {
            width: 100%;
            margin: 5px 0 0; } }
        main section .container .newpress .flex_press .item_text .heading {
          display: inline-block;
          margin: 0 6px 0 0; }
        main section .container .newpress .flex_press .item_text a {
          display: inline-block;
          color: #05b; }
          main section .container .newpress .flex_press .item_text a:hover {
            color: #e2231a; }
        main section .container .newpress .flex_press .item_text a + a {
          margin: 0 0 0 10px; }
    main section .container .newpress .flex_press + .flex_press {
      margin: 18px 0 0; }
  main section .container .flex_pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px 0 0; }
    main section .container .flex_pagenation .btn_pg {
      position: relative;
      display: none;
      font-size: 1.4rem;
      line-height: 26px;
      color: #999; }
      main section .container .flex_pagenation .btn_pg:hover {
        color: #e2231a; }
      main section .container .flex_pagenation .btn_pg.prev {
        margin: 0 30px 0 0; }
        main section .container .flex_pagenation .btn_pg.prev:before {
          position: absolute;
          top: 50%;
          left: -11px;
          transform: translateY(-50%);
          font-family: "fontello";
          content: "\E834";
          font-size: 1.8rem; }
          main section .container .flex_pagenation .btn_pg.prev:before:hover {
            color: #e2231a; }
      main section .container .flex_pagenation .btn_pg.next {
        margin: 0 0 0 30px; }
        main section .container .flex_pagenation .btn_pg.next:before {
          position: absolute;
          top: 50%;
          right: -11px;
          transform: translateY(-50%);
          font-family: "fontello";
          content: "\E820";
          font-size: 1.8rem; }
          main section .container .flex_pagenation .btn_pg.next:before:hover {
            color: #e2231a; }
    main section .container .flex_pagenation .list_pages {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      main section .container .flex_pagenation .list_pages li {
        margin: 0 1px; }
        main section .container .flex_pagenation .list_pages li a {
          display: block;
          width: 32px;
          font-size: 1.4rem;
          line-height: 26px;
          text-align: center;
          color: #999; }
          @media only screen and (max-width: 834px) {
            main section .container .flex_pagenation .list_pages li a {
              width: 30px; } }
          main section .container .flex_pagenation .list_pages li a:hover {
            color: #e2231a; }
          main section .container .flex_pagenation .list_pages li a.active {
            font-weight: bold;
            color: #000; }
            main section .container .flex_pagenation .list_pages li a.active:hover {
              cursor: inherit; }
        main section .container .flex_pagenation .list_pages li span {
          display: block;
          width: 20px;
          font-size: 1.4rem;
          line-height: 26px;
          text-align: center;
          color: #999; }
  main section .container .about {
    display: inline-block;
    background: #f8f8f8;
    font-size: 1.3rem;
    text-align: left;
    margin: 45px auto 0;
    padding: 25px 60px; }
    @media only screen and (max-width: 834px) {
      main section .container .about {
        margin: 30px auto 0;
        padding: 10px 15px; } }
    main section .container .about dt {
      font-weight: bold;
      padding-bottom: 4px; }
    main section .container .about dd p {
      font-size: 1.2rem;
      line-height: 1.8; }
      @media only screen and (max-width: 834px) {
        main section .container .about dd p {
          line-height: 1.6; } }
      main section .container .about dd p a:hover {
        color: #e2231a; }
    main section .container .about dd p + p {
      margin-top: 10px; }
