@charset "UTF-8";
/*ファイルインポート*/
/*変数*/
/*色の変数*/
/*キャッチ・本文テキスト・スマホ開閉メニュー背景*/
/*背景*/
/*強調・リンク*/
/*テキスト（グレー）*/
/*区切り線*/
/*背景*/
/*フッター*/
/*検索背景*/
/*メニュー罫線*/
/*リンク色*/
/*プレスリリース背景*/
/*closeBTN*/
/*下層ボーダー*/
/*下層btnボーダー*/
/*下層btn背景*/
/*下層リンク集背景*/
/*グループトピックスTAG*/
/*フッター*/
/*フッター*/
/*font*/
/*FONTサイズ*/
/*24px　相当*/
/*16px　相当*/
/*8px　相当*/
/*contentsサイズ*/
/*ディスプレイサイズ*/
/*ブレイクポイント*/
/* CSS Document */
/* CSS Document */
/*共通下層パーツ*/
main {
  /*commonmvのSPスタイル*/ }
  main .commonmv {
    width: 100%;
    position: relative; }
    main .commonmv__mvimg {
      width: 100%; }
    main .commonmv .articleheader {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      width: 90%; }
    main .commonmv__slider {
      width: 100%;
      margin-bottom: 0 !important; }
      main .commonmv__slider li {
        position: relative; }
        main .commonmv__slider li .articleheader {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 2; }
    main .commonmv__mv {
      width: 100%;
      position: relative;
      z-index: 1; }
    main .commonmv__mask {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    main .commonmv__title {
      position: absolute;
      font: 400 3.75rem "NotoSansCJKjpBold", sans-serif;
      color: #fff;
      top: 50%;
      left: 12%;
      transform: translate(0, -50%);
      line-height: 1.7em;
      white-space: nowrap;
      z-index: 3; }
  @media screen and (max-width: 768px) {
    main .commonmv__title {
      font: 400 1.5rem "NotoSansCJKjpBold", sans-serif;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media screen and (max-width: 400px) {
    main .commonmv__title {
      font: 400 1.0625rem "NotoSansCJKjpBold", sans-serif;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  main .breadnavi {
    width: 100%;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px; }
    main .breadnavi-items {
      font: 400 0.875rem "NotoSansCJKjpRegular", sans-serif;
      color: #333;
      max-width: calc(100% - 210px); }
    main .breadnavi-print {
      display: block;
      width: 190px;
      height: 36px;
      line-height: 30px;
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 20px;
      border: 2px solid #fff;
      text-align: center;
      font: 400 0.875rem "NotoSansCJKjpRegular", sans-serif;
      color: #333;
      position: relative;
      overflow: hidden;
      z-index: 1; }
      main .breadnavi-print__cursor {
        line-height: 30px;
        z-index: 3;
        position: relative;
        padding-right: 25px; }
      main .breadnavi-print__cursor:after {
        content: "";
        background: url("../img/common-printer.png") no-repeat;
        background-size: 20px 18px;
        width: 20px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%); }
    main .breadnavi-print:after {
      content: "";
      z-index: 2;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -100%;
      background-color: #e5002d;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    main .breadnavi-print:hover {
      color: #fff; }
    main .breadnavi-print:hover:after {
      left: 0; }
  @media screen and (max-width: 1300px) {
    main .breadnavi {
      padding: 10px 20px; } }
  @media screen and (max-width: 768px) {
    main .breadnavi {
      margin-top: 21.3vw;
      width: 100%; }
      main .breadnavi-items {
        width: 100%;
        max-width: none;
        font: 400 0.625rem "NotoSansCJKjpRegular", sans-serif;
        color: #333; } }
  main .commontitle {
    padding: 100px 0; }
  @media screen and (max-width: 768px) {
    main .commontitle {
      padding: 35px 0;
      border-bottom: 1px solid #e0e0e0; } }

main .contentsplit {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  margin-top: 100px; }
  main .contentsplit-main {
    width: calc(100% - 360px);
    margin-right: 40px; }
  main .contentsplit-submenu {
    width: 320px; }
    main .contentsplit-submenu .submenu-btn1 {
      text-align: right;
      margin-top: 30px; }
      main .contentsplit-submenu .submenu-btn1 a {
        font: 400 1rem "SourceHanSansJPBold", sans-serif;
        position: relative;
        padding-left: 21px; }
      main .contentsplit-submenu .submenu-btn1 a:before {
        content: "";
        background: url("../img/common-rarrow.png") no-repeat;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }
    main .contentsplit-submenu .submenu001 {
      width: 100%;
      background-color: #f8f8f8;
      padding: 20px; }
      main .contentsplit-submenu .submenu001__title {
        text-align: center;
        font: 400 1.25rem "NotoSansCJKjpBold", sans-serif;
        color: #333; }
      main .contentsplit-submenu .submenu001__title:after {
        background: none; }
      main .contentsplit-submenu .submenu001__date {
        font: 400 1rem "NotoSansCJKjpRegular", sans-serif;
        color: #333;
        margin-top: 10px;
        margin-bottom: 20px; }
      main .contentsplit-submenu .submenu001-img {
        width: 100%;
        overflow: hidden;
        margin-top: 10px; }
        main .contentsplit-submenu .submenu001-img img {
          width: 305%; }
      main .contentsplit-submenu .submenu001-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        padding: 5px 1px; }
        main .contentsplit-submenu .submenu001-data__title {
          font: 400 1rem "SourceHanSansJPBold", sans-serif;
          color: #333; }
        main .contentsplit-submenu .submenu001-data__item {
          font: 400 2.5rem "OpenSansRegular", sans-serif;
          color: #333;
          text-align: right; }
        main .contentsplit-submenu .submenu001-data__item2 {
          font: 400 1.5625rem "OpenSansRegular", sans-serif;
          color: #333;
          text-align: right; }
          main .contentsplit-submenu .submenu001-data__item2 .small {
            font-size: 1rem; }
    main .contentsplit-submenu .submenu002 {
      margin-top: 30px;
      border: 3px solid #f2f2f2;
      padding: 20px; }
      main .contentsplit-submenu .submenu002-list {
        width: 100%;
        margin-top: 30px; }
        main .contentsplit-submenu .submenu002-list__item {
          border-bottom: 1px solid #e0e0e0;
          padding: 5px 1px; }
          main .contentsplit-submenu .submenu002-list__item--date {
            font: 400 1rem "SourceHanSansJPBold", sans-serif;
            color: #333; }
          main .contentsplit-submenu .submenu002-list__item--date {
            font: 400 1rem "SourceHanSansJPNormal", sans-serif;
            color: #333;
            margin-top: 5px; }
        main .contentsplit-submenu .submenu002-list__item:first-child {
          border-top: 1px solid #e0e0e0; }
    main .contentsplit-submenu .submenu003 {
      margin-top: 30px; }
      main .contentsplit-submenu .submenu003__link {
        width: 100%;
        display: block;
        margin-top: 3px;
        background-color: #f8f8f8;
        padding: 10px;
        position: relative; }
        main .contentsplit-submenu .submenu003__link__cursor {
          padding-left: 21px;
          font: 400 1rem "SourceHanSansJPBold", sans-serif;
          color: #333;
          position: relative; }
        main .contentsplit-submenu .submenu003__link__cursor:before {
          content: "";
          background: url("../img/common-rarrow.png") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%); }
      main .contentsplit-submenu .submenu003__link1:after {
        content: "";
        background: url("../img/common-smenu1.png") no-repeat;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%); }
      main .contentsplit-submenu .submenu003__link2:after {
        content: "";
        background: url("../img/common-smenu2.png") no-repeat;
        background-size: 18px 14px;
        width: 18px;
        height: 14px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%); }
      main .contentsplit-submenu .submenu003__link3:after {
        content: "";
        background: url("../img/common-smenu3.png") no-repeat;
        background-size: 15px 15px;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%); }
    main .contentsplit-submenu .submenu004 {
      margin-top: 30px;
      border: 3px solid #f2f2f2;
      padding: 20px; }
      main .contentsplit-submenu .submenu004-list {
        width: 100%;
        margin-top: 30px; }
        main .contentsplit-submenu .submenu004-list__item {
          border-bottom: 1px solid #e0e0e0;
          padding: 7.5px 1px; }
          main .contentsplit-submenu .submenu004-list__item--link {
            font: 400 1rem "SourceHanSansJPNormal", sans-serif;
            color: #0278c1; }
            main .contentsplit-submenu .submenu004-list__item--link span {
              padding-right: 5px;
              color: #e5002d; }
          main .contentsplit-submenu .submenu004-list__item--link:hover {
            color: #e5002d; }
        main .contentsplit-submenu .submenu004-list__item:first-child {
          border-top: 1px solid #e0e0e0; }
@media screen and (max-width: 768px) {
  main .contentsplit {
    padding-bottom: 30px;
    margin-top: 30px; }
    main .contentsplit-main {
      width: 100%;
      margin-right: 0; } }

main {
  /*trianglelistのSPスタイル*/ }
  main .trianglelist-content {
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    main .trianglelist-content-list {
      width: calc(100% / 3 - 2px);
      margin-right: 3px;
      position: relative; }
      main .trianglelist-content-list a {
        filter: alpha(opacity=100) !important;
        opacity: 1 !important; }
        main .trianglelist-content-list a img {
          filter: alpha(opacity=100) !important;
          opacity: 1 !important; }
      main .trianglelist-content-list img {
        width: 100%; }
      main .trianglelist-content-list__mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5); }
        main .trianglelist-content-list__mask__msg {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          white-space: nowrap;
          text-align: center;
          font: 400 1.25rem "NotoSansCJKjpBold", sans-serif;
          color: #fff; }
      main .trianglelist-content-list__mask:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        background: url("../img/common-triangle.png") no-repeat;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
        transition: all 0.3s cubic-bezier(0, 0, 0, 1); }
      main .trianglelist-content-list__mask:hover {
        /*background-color: rgba(0, 0, 0, 0);*/
        background: rgba(255, 255, 255, 0.6);
        transition: all 0.3s cubic-bezier(0, 0, 0, 1); }
      main .trianglelist-content-list__mask:hover:after {
        transition: all 0.3s cubic-bezier(0, 0, 0, 1);
        background-size: calc(40px * 2) calc(40px * 2);
        width: calc(40px * 2);
        height: calc(40px * 2); }
    main .trianglelist-content-list:last-child {
      margin-right: 0; }
  @media screen and (max-width: 1000px) {
    main .trianglelist-content-list__mask__msg {
      font-size: 0.875rem; } }
  @media screen and (max-width: 768px) {
    main .trianglelist-content {
      width: 100%;
      display: block; }
      main .trianglelist-content-list {
        width: 100%;
        margin-right: 0;
        margin-top: 3px;
        position: relative; }
        main .trianglelist-content-list__mask__msg {
          font: 400 1.25rem "NotoSansCJKjpBold", sans-serif;
          color: #fff; }
        main .trianglelist-content-list__mask:after {
          background-size: 20px 20px;
          width: 20px;
          height: 20px; }
      main .trianglelist-content-list:first-child {
        margin-top: 0; }
    main .trianglelist__btn {
      width: 300px;
      height: 70px;
      margin-top: 30px; }
      main .trianglelist__btn__cursor {
        line-height: 64px; } }

.disc,
.decimal_parentheses li .disc {
  list-style-type: disc !important; }
  .disc li,
  .decimal_parentheses li .disc li {
    list-style-type: disc !important;
    text-indent: 0;
    margin-left: 2.5em;
    margin-bottom: .5em; }
    .disc li:before,
    .decimal_parentheses li .disc li:before {
      display: none; }

.decimal {
  list-style-type: decimal !important; }

.decimal_parentheses > li {
  list-style-type: none !important;
  list-style-position: inside !important;
  counter-increment: cnt !important;
  padding-left: 1.5em;
  text-indent: -1.4em;
  margin-bottom: 1.5em; }
  .decimal_parentheses > li:before {
    display: marker !important;
    content: "(" counter(cnt) ") " !important; }

.decimal-leading-zero {
  list-style-type: decimal-leading-zero !important; }

.lower-alpha {
  list-style-type: lower-alpha !important; }

.circled-decimal li {
  list-style-type: none !important;
  list-style-position: inside !important;
  counter-increment: cnt !important;
  padding-left: 1em;
  text-indent: -1em; }

ul.dash > li {
  list-style-type: none !important;
  text-indent: 0;
  margin-left: 2.5em;
  margin-bottom: .5em;
  position: relative; }
  ul.dash > li:before {
    display: block;
    position: absolute;
    left: -1.5em;
    top: 0.85em;
    content: '';
    width: .8em;
    height: 1px;
    background: #333; }

/*topics専用スタイル*/
main .topics001 {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  main .topics001-btn {
    display: block;
    width: 160px;
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background-color: #fafafa;
    line-height: 28px;
    text-align: center;
    font: 400 0.8125rem "NotoSansCJKjpMedium", sans-serif;
    margin-right: 20px;
    margin-top: 10px; }
    main .topics001-btn span {
      line-height: 28px; }
    main .topics001-btn--w100 {
      width: 100px; }
    main .topics001-btn--active {
      background-color: #e5002d;
      color: #fff; }
@media screen and (max-width: 768px) {
  main .topics001 {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    main .topics001-btn {
      display: block;
      width: 140px;
      height: 27px;
      border: 1px solid #e1e1e1;
      border-radius: 4px;
      background-color: #fafafa;
      line-height: 28px;
      text-align: center;
      font: 400 0.8125rem "NotoSansCJKjpMedium", sans-serif;
      margin-right: 20px;
      margin-top: 10px; }
      main .topics001-btn span {
        line-height: 25px; }
      main .topics001-btn--w100 {
        width: 55px; }
      main .topics001-btn--active {
        background-color: #e5002d;
        color: #fff; } }
main .topics002 {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto; }
  main .topics002-bt {
    border-top: 1px solid #e0e0e0; }
  main .topics002-title {
    font: 400 1.125rem "NotoSansCJKjpMedium", sans-serif;
    margin-top: 40px;
    margin-bottom: 10px; }
  main .topics002-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px; }
    main .topics002-list-item {
      width: calc(25% - 30px);
      margin-right: 40px;
      margin-top: 60px; }
      main .topics002-list-item__link img {
        width: 100%; }
      main .topics002-list-item__link-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px; }
        main .topics002-list-item__link-box__date {
          font: 400 1rem "NotoSansCJKjpRegular", sans-serif;
          color: #999 !important;
          width: calc(100% - 170px); }
        main .topics002-list-item__link-box__tag {
          display: block;
          width: 160px;
          height: 30px;
          border: 1px solid #e1e1e1;
          border-radius: 4px;
          background-color: #fafafa;
          line-height: 28px;
          text-align: center;
          font: 400 0.8125rem "NotoSansCJKjpMedium", sans-serif;
          color: #333; }
          main .topics002-list-item__link-box__tag span {
            line-height: 28px; }
      main .topics002-list-item__link__msg {
        margin-top: 10px;
        font: 400 1rem "NotoSansCJKjpMedium", sans-serif; }
    main .topics002-list-item:nth-child(4n) {
      margin-right: 0; }
@media screen and (max-width: 768px) {
  main .mb100 {
    margin-bottom: 100px !important; }
  main .topics002 {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: auto; }
    main .topics002-title {
      font: 400 1.125rem "NotoSansCJKjpMedium", sans-serif;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 10px; }
    main .topics002-list {
      width: 100%;
      display: block;
      margin-top: 10px; }
      main .topics002-list-item {
        width: 100%;
        margin-right: 0;
        margin-top: 40px; }
        main .topics002-list-item__link img {
          width: 100%; }
        main .topics002-list-item__link-box {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 10px; }
          main .topics002-list-item__link-box__date {
            font: 400 0.8125rem "NotoSansCJKjpRegular", sans-serif;
            color: #999;
            width: calc(100% - 170px); }
          main .topics002-list-item__link-box__tag {
            display: block;
            width: 120px;
            height: 22px;
            border: 1px solid #e1e1e1;
            border-radius: 4px;
            background-color: #fafafa;
            line-height: 28px;
            text-align: center;
            font: 400 0.625rem "NotoSansCJKjpMedium", sans-serif; }
            main .topics002-list-item__link-box__tag span {
              line-height: 20px; }
        main .topics002-list-item__link__msg {
          margin-top: 10px;
          font: 400 0.9375rem "NotoSansCJKjpMedium", sans-serif; }
      main .topics002-list-item:nth-child(4n) {
        margin-right: 0; }
    main .topics002-sliderinner {
      position: relative;
      width: calc(100% + 40px);
      margin-left: -20px; }
      main .topics002-sliderinner__prev {
        width: 40px;
        position: absolute;
        top: 50%;
        left: 80px;
        transform: translate(0, -50%);
        cursor: pointer; }
      main .topics002-sliderinner__next {
        width: 40px;
        position: absolute;
        top: 50%;
        right: 80px;
        transform: translate(0, -50%);
        cursor: pointer; }
      main .topics002-sliderinner .topics002-list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 20px; }
        main .topics002-sliderinner .topics002-list-item {
          width: 100%;
          padding: 0 10px;
          margin-right: 0;
          margin-top: 0; }
          main .topics002-sliderinner .topics002-list-item__link img {
            width: 100%; }
          main .topics002-sliderinner .topics002-list-item__link-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
            flex-wrap: wrap; }
            main .topics002-sliderinner .topics002-list-item__link-box__date {
              width: 100%;
              font: 400 0.8125rem "NotoSansCJKjpRegular", sans-serif;
              color: #999;
              order: 2; }
            main .topics002-sliderinner .topics002-list-item__link-box__tag {
              display: block;
              width: 120px;
              height: 22px;
              border: 1px solid #e1e1e1;
              border-radius: 4px;
              background-color: #fafafa;
              line-height: 20px;
              text-align: center;
              font: 400 0.625rem "NotoSansCJKjpMedium", sans-serif;
              order: 1; }
              main .topics002-sliderinner .topics002-list-item__link-box__tag span {
                line-height: 20px; }
          main .topics002-sliderinner .topics002-list-item__link__msg {
            margin-top: 10px;
            font: 400 0.9375rem "NotoSansCJKjpMedium", sans-serif; }
        main .topics002-sliderinner .topics002-list-item:nth-child(4n) {
          margin-right: 0; } }
main .topics003 {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px; }
  main .topics003-pager {
    display: flex;
    justify-content: center;
    width: auto;
    align-items: center; }
    main .topics003-pager li {
      font: 400 1.25rem "NotoSansCJKjpMedium", sans-serif; }
    main .topics003-pager__prev {
      position: relative;
      margin-right: 10px; }
      main .topics003-pager__prev a {
        line-height: 36px;
        height: 40px;
        padding-left: 25px;
        display: block; }
    main .topics003-pager__prev:before {
      content: "";
      background: url("../img/common-arrow-l.png") no-repeat;
      background-size: 9px 16px;
      width: 9px;
      height: 16px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
    main .topics003-pager__num {
      text-align: center;
      margin-right: 5px; }
      main .topics003-pager__num a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 36px; }
      main .topics003-pager__num--active {
        background-color: #e5002d;
        border-radius: 50%; }
        main .topics003-pager__num--active a {
          color: #fff; }
    main .topics003-pager__num:hover {
      background-color: #e5002d;
      border-radius: 50%; }
      main .topics003-pager__num:hover a {
        color: #fff; }
    main .topics003-pager__next {
      position: relative;
      margin-left: 5px; }
      main .topics003-pager__next a {
        line-height: 36px;
        height: 40px;
        padding-right: 25px;
        display: block; }
    main .topics003-pager__next:before {
      content: "";
      background: url("../img/common-arrow-r.png") no-repeat;
      background-size: 9px 16px;
      width: 9px;
      height: 16px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
@media screen and (max-width: 768px) {
  main .topics003 {
    margin-top: 50px;
    margin-bottom: 50px; }
    main .topics003-pager {
      display: flex;
      justify-content: center;
      width: auto;
      align-items: center; }
      main .topics003-pager li {
        font: 400 1.125rem "NotoSansCJKjpMedium", sans-serif; }
      main .topics003-pager__prev {
        position: relative;
        margin-right: 10px; }
        main .topics003-pager__prev a {
          line-height: 26px;
          height: 30px;
          padding-left: 15px;
          display: block; }
      main .topics003-pager__prev:before {
        content: "";
        background: url("../img/common-arrow-l.png") no-repeat;
        background-size: 9px 16px;
        width: 9px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }
      main .topics003-pager__num {
        text-align: center;
        margin-right: 5px; }
        main .topics003-pager__num a {
          display: block;
          width: 30px;
          height: 30px;
          line-height: 28px;
          text-align: center; }
        main .topics003-pager__num--active {
          background-color: #e5002d;
          border-radius: 50%; }
          main .topics003-pager__num--active a {
            color: #fff; }
      main .topics003-pager__num:hover {
        background-color: #e5002d;
        border-radius: 50%; }
        main .topics003-pager__num:hover a {
          color: #fff; }
      main .topics003-pager__next {
        position: relative;
        margin-left: 5px; }
        main .topics003-pager__next a {
          height: 30px;
          line-height: 26px;
          padding-right: 15px;
          display: block; }
      main .topics003-pager__next:before {
        content: "";
        background: url("../img/common-arrow-r.png") no-repeat;
        background-size: 9px 16px;
        width: 9px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%); } }
main .topics004 {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 50px; }
  main .topics004 img {
    display: inline-block; }
  main .topics004__title {
    font: 400 1.75rem "NotoSansCJKjpMedium", sans-serif; }
  main .topics004__subtitle {
    font: 100 1.375rem "NotoSansCJKjpLight", sans-serif;
    margin: 1em 0;
    padding: 1em;
    /*position: relative;*/
    background: #ededed;
    border-radius: 5px;
    /*&::before {
    	content: '';
    	display: block;
    	width: 1.5em;
    	height: 1px;
    	background: #333;
    	position: absolute;
    	left: -2em;
    	top: .8em;
    }*/ }
  main .topics004__date {
    margin-top: 20px;
    font: 100 1.125rem "NotoSansCJKjpLight", sans-serif;
    text-align: right; }
  main .topics004__img {
    width: 100%;
    margin-top: 50px; }
  main .topics004__msg {
    margin-top: 40px;
    word-wrap: break-word; }
    main .topics004__msg p {
      margin-bottom: .8em;
      font: 100 1.125rem "NotoSansCJKjpLight", sans-serif;
      line-height: 1.8em; }
      main .topics004__msg p a {
        color: #0278c1;
        position: relative;
        padding-right: 15px; }
      main .topics004__msg p a:hover {
        color: #e5002d; }
    main .topics004__msg .video {
      text-align: center;
      margin: 0 auto; }
    main .topics004__msg .pic-box {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      main .topics004__msg .pic-box.col-2 li {
        width: 46%;
        margin: 2em auto; }
      main .topics004__msg .pic-box li img {
        width: 100%;
        height: auto; }
  main .topics004__link {
    margin: 2em 0 .4em; }
  main .topics004__link__pdf {
    margin-bottom: .2em; }
    main .topics004__link__pdf a {
      color: #0278c1;
      position: relative;
      padding-right: 23px; }
    main .topics004__link__pdf a:hover {
      color: #e5002d; }
    main .topics004__link__pdf a:after {
      content: "";
      width: 20px;
      height: 16px;
      background-image: url("../img/common-pdf.png");
      background-repeat: no-repeat;
      background-size: 20px 16px;
      position: absolute;
      bottom: -0.3em;
      right: 0;
      transform: translate(0, -50%); }
  main .topics004__link__url {
    margin-bottom: .2em; }
    main .topics004__link__url a {
      color: #0278c1;
      position: relative;
      padding-right: 15px; }
    main .topics004__link__url a:hover {
      color: #e5002d; }
    main .topics004__link__url a:after {
      content: "";
      width: 12px;
      height: 12px;
      background-image: url("../img/common-blanklink_b.png");
      background-repeat: no-repeat;
      background-size: 12px 12px;
      position: absolute;
      bottom: -0.1em;
      right: 0;
      transform: translate(0, -50%); }
  main .topics004-frame {
    display: flex;
    justify-content: center;
    margin-top: 70px; }
    main .topics004-frame__btn1 {
      position: relative;
      display: block;
      width: 360px;
      height: 70px;
      margin: auto;
      background-color: #e5002d;
      border: 3px solid #e5002d;
      color: #fff;
      font: 400 1.125rem "NotoSansCJKjpBold", sans-serif;
      text-align: center;
      border-radius: 40px;
      overflow: hidden;
      z-index: 1;
      margin-left: 0;
      position: relative; }
      main .topics004-frame__btn1__cursor {
        line-height: 64px;
        padding-left: 21px;
        position: relative;
        z-index: 3; }
      main .topics004-frame__btn1__cursor:before {
        content: "";
        background: url("../img/common-warrow-r.png") no-repeat;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }
    main .topics004-frame__btn1:after {
      content: "";
      z-index: 2;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -100%;
      background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    main .topics004-frame__btn1:hover {
      color: #e5002d; }
      main .topics004-frame__btn1:hover span:before {
        background: url("../img/common-rarrow.png") no-repeat;
        background-size: 16px 16px;
        width: 16px;
        height: 16px; }
    main .topics004-frame__btn1:hover:after {
      left: 0; }
    main .topics004-frame__btn2 {
      position: relative;
      display: block;
      width: 360px;
      height: 70px;
      margin: auto;
      background-color: #e5002d;
      border: 3px solid #e5002d;
      color: #fff;
      font: 400 1.125rem "NotoSansCJKjpBold", sans-serif;
      text-align: center;
      border-radius: 40px;
      overflow: hidden;
      z-index: 1;
      margin-left: auto;
      margin-right: 40px;
      position: relative;
      background-color: #999;
      border-color: #999; }
      main .topics004-frame__btn2__cursor {
        line-height: 64px;
        padding-left: 21px;
        position: relative;
        z-index: 3; }
      main .topics004-frame__btn2__cursor:before {
        content: "";
        background: url("../img/common-warrow-r.png") no-repeat;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }
    main .topics004-frame__btn2:after {
      content: "";
      z-index: 2;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -100%;
      background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    main .topics004-frame__btn2:hover {
      color: #e5002d; }
      main .topics004-frame__btn2:hover span:before {
        background: url("../img/common-rarrow.png") no-repeat;
        background-size: 16px 16px;
        width: 16px;
        height: 16px; }
    main .topics004-frame__btn2:hover:after {
      left: 0; }
@media screen and (max-width: 768px) {
  main .topics004 {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 90px; }
    main .topics004__title {
      font: 400 1.125rem "NotoSansCJKjpMedium", sans-serif; }
    main .topics004__subtitle {
      font: 100 1rem "NotoSansCJKjpLight", sans-serif; }
    main .topics004__date {
      margin-top: 20px;
      font: 100 1rem "NotoSansCJKjpMedium", sans-serif;
      color: #999; }
    main .topics004__img {
      width: 100%;
      margin-top: 25px; }
    main .topics004__msg {
      margin-top: 20px;
      font: 400 0.9375rem "NotoSansCJKjpRegular", sans-serif; }
      main .topics004__msg img {
        width: 100%;
        height: auto; }
      main .topics004__msg .video {
        position: relative;
        height: 0;
        padding: 30px 0 56.25%;
        overflow: hidden; }
        main .topics004__msg .video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      main .topics004__msg .pic-box.col-2 li {
        width: 100%;
        margin: 1em auto 0; }
      main .topics004__msg .pic-box li img {
        width: 100%;
        height: auto; }
    main .topics004-frame {
      display: flex;
      flex-wrap: wrap;
      margin-top: 25px; }
      main .topics004-frame__btn1 {
        position: relative;
        display: block;
        width: 360px;
        height: 70px;
        margin: auto;
        background-color: #e5002d;
        border: 3px solid #e5002d;
        color: #fff;
        font: 400 1.125rem "NotoSansCJKjpBold", sans-serif;
        text-align: center;
        border-radius: 40px;
        overflow: hidden;
        z-index: 1;
        margin-left: auto;
        position: relative;
        order: 1; }
        main .topics004-frame__btn1__cursor {
          line-height: 64px;
          padding-left: 21px;
          position: relative;
          z-index: 3; }
        main .topics004-frame__btn1__cursor:before {
          content: "";
          background: url("../img/common-warrow-r.png") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%); }
      main .topics004-frame__btn1:after {
        content: "";
        z-index: 2;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background-color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      main .topics004-frame__btn1:hover {
        color: #e5002d; }
        main .topics004-frame__btn1:hover span:before {
          background: url("../img/common-rarrow.png") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px; }
      main .topics004-frame__btn1:hover:after {
        left: 0; }
      main .topics004-frame__btn2 {
        position: relative;
        display: block;
        width: 360px;
        height: 70px;
        margin: auto;
        background-color: #e5002d;
        border: 3px solid #e5002d;
        color: #fff;
        font: 400 1.125rem "NotoSansCJKjpBold", sans-serif;
        text-align: center;
        border-radius: 40px;
        overflow: hidden;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        order: 2;
        position: relative;
        background-color: #999;
        border-color: #999; }
        main .topics004-frame__btn2__cursor {
          line-height: 64px;
          padding-left: 21px;
          position: relative;
          z-index: 3; }
        main .topics004-frame__btn2__cursor:before {
          content: "";
          background: url("../img/common-warrow-r.png") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%); }
      main .topics004-frame__btn2:after {
        content: "";
        z-index: 2;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background-color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      main .topics004-frame__btn2:hover {
        color: #e5002d; }
        main .topics004-frame__btn2:hover span:before {
          background: url("../img/common-rarrow.png") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px; }
      main .topics004-frame__btn2:hover:after {
        left: 0; } }

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