@charset "UTF-8";
/*project*/
.top_mv {
  position: relative;
  padding-bottom: 0px;
 }
 .top_mv .cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
 }
 .top_mv picture {
 }
  @media (min-width: 768px) {
    .top_mv_img {
      width: 1000px;
      height: auto;
      position: relative; } }
  .top_mv_slider {
    width: 440px;
    position: absolute;
    left: 15px;
    bottom: 0; }
    @media (max-width: 767px) {
  .top_mv {
    padding-bottom: 20px;
  }
      .top_mv_slider {
        margin-top: 20px;
        position: static;
        max-width: 440px;
            margin-left: auto;
    margin-right: auto;
        width: 100%; }
        .top_mv_slider img {
          width: 100%;
          height: auto; } }
    .top_mv_slider .slick-dots {
      text-align: left;
      bottom: -22px; }
      @media (max-width: 767px) {
        .top_mv_slider .slick-dots {
          width: 100%;
          text-align: center;
          position: static; } }
      @media (min-width: 768px) {
        .top_mv_slider .slick-dots li {
          margin-left: 0; } }


  .c_infobar_content {
    padding: 10px 18px;
    background: #fff;
    letter-spacing: 0.06em;
    overflow-x: hidden; }
    .c_infobar_content_animated p {
      width: auto;
      max-width: 100%;
      overflow: hidden;
      margin: 0 auto;
      white-space: nowrap;
      overflow: hidden;
      box-sizing: border-box;
      position: relative; }
      .c_infobar_content_animated p span {
        display: inline-block;
        /* show the marquee just outside the paragraph */
        position: relative;
        left: 100px; }
        @media (min-width: 768px) {
          .c_infobar_content_animated p span:hover {
            animation-play-state: paused; } }

@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }





.top_news .c_grid_container {
  margin-left: -8px;
  margin-right: -8px; }

.top_news .c_grid_item {
  padding-top: 5px;
  padding-bottom: 5px; }

.top_news_item {
  background-color: #fff;
  box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.26);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.top_news_link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #000;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
  .top_news_link:hover {
    color: #0C1A49; }
    .top_news_link:hover .top_news_img {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.top_news_img {
  width: 100%;
  height: auto;
  padding-bottom: 66.6667%;
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  transition: opacity 300ms ease; }
  .top_news_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    font-family: "object-fit: cover"; }

.top_news_new {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: #ff2c2c;
  padding: 0 8px; }

.top_news_content {
  padding: 15px 20px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
/*  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;*/ }
  @media (max-width: 767px) {
    .top_news_content {
      padding: 10px 18px; } }
  @media (max-width: 374px) {
    .top_news_content {
      padding: 10px 10px; } }

.top_news_volnumber {
  width: 3em;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #000;
 }
  @media (max-width: 767px) {
    .top_news_volnumber {
      font-size: 11px; } }
  @media (max-width: 374px) {
    .top_news_volnumber {
      font-size: 10px; } }

.outbound_note {
  width: 100%;
  font-size: 10px; margin-top: 10px; text-align: right!important; padding-bottom: 5px;
 }


.top_news_date {
  width: 6em;
  font-size: 13px; }
  @media (max-width: 767px) {
    .top_news_date {
      font-size: 11px; } }
  @media (max-width: 374px) {
    .top_news_date {
      font-size: 10px; } }

.top_news_title {
  font-weight: bold;
  font-size: 15px;
  margin-top: 11px; }
  @media (max-width: 767px) {
    .top_news_title {
      font-size: 12px;
      margin-top: 9px; } }
  @media (max-width: 374px) {
    .top_news_title {
      font-size: 10px; } }

.top_news_tags {
  color: #969696;
  padding-top: 11px;
  margin-top: auto; }
  @media (max-width: 374px) {
    .top_news_tags {
      font-size: 10px; } }

.top_news_social {
  background-color: #F2F2F2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 19px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  @media (max-width: 767px) {
    .top_news_social {
      padding: 6px 16px; } }
  @media (max-width: 374px) {
    .top_news_social {
      padding: 6px 10px; } }

.top_news_stats {
  color: #0C1A49; }
  @media (max-width: 767px) {
    .top_news_stats {
      font-size: 10px; } }
  .top_news_stats:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px; }
    @media (max-width: 767px) {
      .top_news_stats:before {
        width: 10px;
        height: 10px; } }
  .top_news_stats_likes:before {
    content: '';
    background-image: url(../img/common/heart.svg); }
  .top_news_stats_views {
    margin-left: 7px; }
    .top_news_stats_views:before {
      content: '';
      width: 20px;
      height: 12px;
      background-image: url(../img/common/eye.svg); }
      @media (max-width: 767px) {
        .top_news_stats_views:before {
          width: 17px;
          height: 10px; } }

.top_news_share {
  color: #0C1A49;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #0C1A49;
  line-height: 1;
  padding: 2.5px 7.5px;
  font-size: 13px;
  margin-left: auto; }
  @media (max-width: 767px) {
    .top_news_share {
      font-size: 11px;
      padding: 3px 4px; } }


  #conference_slide {
    overflow: visible;
  }
  @media (max-width: 767px) {
  #conference_slide {
      box-sizing: border-box;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  #conference_slide .c_grid_container .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    height: 38px; }
    #conference_slide .c_grid_container .slick-arrow:hover {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    @media (max-width: 767px) {
      #conference_slide .c_grid_container .slick-arrow {
        width: 12px;
        height: 21px; } }
    #conference_slide .c_grid_container .slick-arrow:before {
      content: '';
      width: 26px;
      height: 38px;
      background: url(../img/common/arrow.svg) no-repeat center/contain;
      display: block; }
      @media (max-width: 767px) {
        #conference_slide .c_grid_container .slick-arrow:before {
          width: 12px;
          height: 21px; } }
  #conference_slide .c_grid_container .slick-prev {
    left: -44px;
    transform: rotate(180deg);
    margin-top: -13px; }
    @media (max-width: 767px) {
      #conference_slide .c_grid_container .slick-prev {
        left: -25px;
        margin-top: -10px; } }
  #conference_slide .c_grid_container .slick-next {
    right: -44px; }
    @media (max-width: 767px) {
      #conference_slide .c_grid_container .slick-next {
        right: -25px; } }

        

.top_conf_item {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .top_conf_item {
      margin-bottom: 20px; } }

.top_conf_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.top_conf_content {
  text-align: center; }

.top_conf_name {
  font-weight: bold;
  font-size: 22px;
  margin-top: 24px; }
  @media (max-width: 1030px) {
    .top_conf_name {
      font-size: calc(16.6px + 0.52427vw) ; } }
  @media (max-width: 767px) {
    .top_conf_name {
      margin-top: 7px; } }

.top_conf_inc {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .top_conf_inc {
      margin-top: 2px; } }

.top_high_grid {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .top_high_grid {
      margin-top: 45px; } }
  .top_high_grid .c_grid_container {
    margin-left: 0;
    margin-right: 0; }
  .top_high_grid .c_grid_item {
    padding: 0 2px 2px 0; }
  .top_high_grid_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px; }
    @media (min-width: 768px) {
      .top_high_grid_content {
        min-height: 200px; } }
    @media (max-width: 767px) {
      .top_high_grid_content {
        padding: 5px; } }
    .top_high_grid_content:hover {
      background:  linear-gradient(135deg, #09346d 20%, #0c1a49 80%); }
      .top_high_grid_content:hover .top_high_grid_icon {
        fill: #83d9d6; }
      .top_high_grid_content:hover .top_high_grid_txt {
        color: #fff; }
  .top_high_grid_txt {
    color: #0C1A49;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.1; }
    @media (max-width: 1030px) {
      .top_high_grid_txt {
        font-size: calc(16.4px + 0.34951vw) ; } }
    @media (max-width: 767px) {
      .top_high_grid_txt {
        font-size: 13px;
        margin-top: 5px; }
        .top_high_grid_txt_smallsp {
          font-size: 10px;
          letter-spacing: 0; } }
  .top_high_grid_icon {
    width: 80px;
    height: 65px;
    object-fit: contain;
    font-family: "object-fit: contain";
    margin-top: 20px;
    fill: #1eaba6; }
    @media (max-width: 767px) {
      .top_high_grid_icon {
        margin-top: 5px;
        width: 51px;
        height: 41px; } }
    .top_high_grid_icon_tall {
      width: 65px;
      height: 80px; }
      @media (max-width: 767px) {
        .top_high_grid_icon_tall {
          width: 41px;
          height: 51px; } }
    .top_high_grid_icon_big {
      width: 80px;
      height: 80px; }
      @media (max-width: 767px) {
        .top_high_grid_icon_big {
          width: 51px;
          height: 51px; } }

.top_linkbanner a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

@media (max-width: 767px) {
  .top_linkbanner img {
    display: block;
    max-width: 316px;
    margin: 0 auto;
    padding: 10px 0 0px; } }



.top_linkbanner_app a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

@media (max-width: 767px) {
  .top_linkbanner_app img {
    display: block;
    max-width: 316px;
    margin: 0 auto;
    padding: 10px 0 0px; } }


.top_map {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1200px;
  display: block; }
  .top_map img {
    width: 100%;
    height: auto; }

.top_info {
  background: url(../img/top/infobg1.png) no-repeat left 349px / 322px 609px, url(../img/top/infobg2.png) no-repeat right 1px / 222px 1041px, linear-gradient(135deg, #bdc50d 15%, #25b9c2 85%); }
  @media (max-width: 767px) {
    .top_info {
      padding-bottom: 25px;
      background: url(../img/top/infobg1.png) no-repeat left 355px / 150px 262px, url(../img/top/infobg2.png) no-repeat right 81px / 77px 364px, linear-gradient(135deg, #bdc50d 15%, #25b9c2 85%); } }
  .top_info .c_title_section {
    color: #fff; }
  @media (max-width: 767px) {
    .top_info .l_container, .top_info .l_header_container {
      padding-left: 0;
      padding-right: 0; } }
  .top_info_social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767px) {
      .top_info_social {
        display: block; } }
    .top_info_social_section {
      text-align: center;
      padding: 0 25px;
      width: 500px; }
      @media (max-width: 767px) {
        .top_info_social_section {
          width: 100%;
          max-width: 350px;
          margin: 0 auto; } }
    .top_info_social .c_title_section_eng {
      font-size: 28px;
      margin-bottom: 28px; }
      @media (max-width: 1030px) {
        .top_info_social .c_title_section_eng {
          font-size: calc(17.2px + 1.04854vw) ; } }
      @media (max-width: 767px) {
        .top_info_social .c_title_section_eng {
          margin-bottom: 19px; } }
      .top_info_social .c_title_section_eng .fab {
        font-size: 0.9em;
        margin-left: 5px; }
    @media (min-width: 768px) {
      .top_info_social #twitter-widget-0 {
        display: block !important; } }
    @media (max-width: 767px) {
      .top_info_social #twitter-widget-0 {
        margin-bottom: 30px !important; } }
    .top_info_social .fb-page {
      margin-right: auto;
      display: block; }
  .top_info_news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .top_info_news {
        display: block;
        margin-top: 25px; } }
    .top_info_news_section {
      position: relative; }
      @media (min-width: 768px) {
        .top_info_news_section {
          width: 50%;
          padding-right: 40px;
          padding-bottom: 70px; } }
      @media (max-width: 767px) {
        .top_info_news_section {
          border-top: 1px solid #fff;
          margin-top: 25px;
          padding: 18px 25px 0 25px; } }
      @media (min-width: 768px) {
        .top_info_news_section + .top_info_news_section {
          padding-left: 40px;
          padding-right: 0;
          border-left: 1px solid #fff; } }
      .top_info_news_section .c_section_content {
        margin-top: 12px; }
      @media (min-width: 768px) {
        .top_info_news_section .c_btn_ichiran {
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -85px; } }
  .top_info_list li {
    position: relative;
    padding-left: 106px;
    line-height: 2; }
    @media (max-width: 767px) {
      .top_info_list li {
        padding-left: 90px; } }
    .top_info_list li + li {
      margin-top: 17px; }
  .top_info_list a {
    transition: opacity 200ms ease; }
    .top_info_list a:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .top_info_date {
    position: absolute;
    left: 0;
   }
    @media (max-width: 767px) {
      .top_info_date {
        font-size: 11px; } }

.top_special a {
  display: block;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.26);
  text-decoration: none;
  margin: 0 10px;
  height: inherit !important;
  transition: all 400ms ease; }
  @media (max-width: 767px) {
    .top_special a {
      margin: 0 5px; } }
  .top_special a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    transform: scale(1.02); }

.top_special .c_btn_ichiran:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1); }

@media (min-width: 768px) {
  .top_special .c_btn_ichiran {
    padding: 5px 40px 5px 20px;
    min-width: 170px; } }

@media (max-width: 767px) {
  .top_special .c_btn_ichiran {
    margin: 45px 0 0 -70px;
    width: 140px;
    padding: 6px 30px 6px 20px;
    display: inline-block;
    position: relative;
    left: 50%; } }

.top_special_slides .slick-list {
  padding-top: 10px;
  padding-bottom: 10px; }

.top_special_slides .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch;
      align-items: stretch; }

.top_special_img {
  width: 100%;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.382979%; }
  .top_special_img img {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 0;
/*    bottom: 0;*/
    left: 0;
    right: 0;
/*    object-fit: cover;
    font-family: "object-fit: cover";*/ }

.top_special_content {
  padding: 15px 20px; }
  @media (max-width: 767px) {
    .top_special_content {
      padding: 10px 15px; } }

.top_special_title {
  color: #000;
  font-weight: bold;
  font-size: 16px; }
  @media (max-width: 767px) {
    .top_special_title {
      font-size: 12px; } }

.top_special_detail {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .top_special_detail {
      font-size: 10px; } }

.top_partner {
  background-color: #F2F2F2;
  padding: 29px 0;
  position: relative; }
.top_partner .top_partner_slides a{
  display: flex;
  align-items: center;
   justify-content: center;
  height: 50px;
  background-color: #FFF;
}
.top_partner .top_partner_slides.prime a{
  height: 60px;
}
.top_partner .mp_slider a img{
  max-width: 100%;
  max-height: 40px;
}
.top_partner .primemp_slider a img{
  max-width: 100%;
  max-height: 40px;
}
  @media (max-width: 767px) {
    .top_partner {
      padding: 20px 0; } }
  .top_partner + .top_partner {
    margin-top: 10px; }
  .top_partner .c_title_section_eng {
    font-size: 30px; }
    @media (max-width: 1030px) {
      .top_partner .c_title_section_eng {
        font-size: calc(17.4px + 1.2233vw) ; } }
    @media (max-width: 767px) {
      .top_partner .c_title_section_eng {
        font-size: 24px; } }
  @media (min-width: 768px) {
    .top_partner .c_btn_ichiran {
      right: 15px; } }
  @media (min-width: 768px) {
    .top_partner .c_btn_ichiran.c_btn_centered {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .top_partner_slides {
      box-sizing: border-box;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .top_partner .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .top_partner .slick-slide {
    margin: 0 10px; }
    @media (max-width: 767px) {
      .top_partner .slick-slide {
        margin: 0 5px; } }
  .top_partner .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 16px;
    height: 28px; }
    .top_partner .slick-arrow:hover {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    @media (max-width: 767px) {
      .top_partner .slick-arrow {
        width: 12px;
        height: 21px; } }
    .top_partner .slick-arrow:before {
      content: '';
      width: 16px;
      height: 28px;
      background: url(../img/common/arrow.svg) no-repeat center/contain;
      display: block; }
      @media (max-width: 767px) {
        .top_partner .slick-arrow:before {
          width: 12px;
          height: 21px; } }
  .top_partner .slick-prev {
    left: -44px;
    transform: rotate(180deg);
    margin-top: -13px; }
    @media (max-width: 767px) {
      .top_partner .slick-prev {
        left: -25px;
        margin-top: -10px; } }
  .top_partner .slick-next {
    right: -44px; }
    @media (max-width: 767px) {
      .top_partner .slick-next {
        right: -25px; } }

.top_highlight {
  color: #fff; }
  @media (min-width: 768px) {
    .top_highlight {
      min-height: 350px; } }
  .top_highlight p {
    color: #fff; }
  @media (min-width: 768px) {
    .top_highlight .c_section_content {
      margin-top: 27px; } }
  .top_highlight .c_btn_section, .top_highlight .c_btn_ichiran {
    color: #fff;
    font-size: 16px;
    min-width: initial;
    padding: 8px 40px 8px 30px; }
    @media (max-width: 767px) {
      .top_highlight .c_btn_section, .top_highlight .c_btn_ichiran {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        font-size: 13px;
        padding: 6px 30px 6px 30px;
        min-width: 260px; } }
  .top_highlight .c_btn_next:after {
    font-size: 16px;
    right: 18px; }
    @media (max-width: 767px) {
      .top_highlight .c_btn_next:after {
        font-size: 13px;
        right: 14px; } }
  @media (min-width: 768px) {
    .top_highlight .c_highlight_wrap {
      min-height: 350px; } }


.top_net {
  position: absolute; }
  .top_net1 {
    width: 484px;
    height: 1041px;
    background: url(../img/top/net01.png) no-repeat left center/contain;
    left: 0;
    top: 1091px; }
    @media (max-width: 767px) {
      .top_net1 {
        width: 250px;
        height: 364px; } }
  .top_net2 {
    width: 235px;
    height: 624px;
    background: url(../img/top/net02.png) no-repeat left center/contain;
    right: 0;
    top: 1682px; }
    @media (max-width: 767px) {
      .top_net2 {
        width: 146px;
        height: 393px; } }

/* futures
  ======================================== */
#FSArea {
  width: 100%;
  max-width: 1000px;
  margin: 49px auto 40px; }
  @media (max-width: 767px) {
    #FSArea {
      margin-top: 30px; } }

#FSArea .inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 15px; }
  @media (max-width: 767px) {
    #FSArea .inner {
      display: block;
      -ms-flex-direction: column;
          flex-direction: column; } }
  #FSArea .inner .logo {
    width: 24%;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #FSArea .inner .logo {
        width: 100%;
        max-width: 220px; }
        #FSArea .inner .logo a {
          margin: 0 auto; } }
    #FSArea .inner .logo img {
      width: 100%; }
  #FSArea .inner a {
    color: #000; }
  #FSArea .inner dl {
    width: 72%;
    -ms-flex: 0 1 72%;
        flex: 0 1 72%; }
    @media (max-width: 767px) {
      #FSArea .inner dl {
        width: 100%;
        margin-top: 20px; } }
    #FSArea .inner dl dt {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      width: 100%; }
    #FSArea .inner dl .data {
      font-size: 17.6px;
      font-size: 1.1rem;
    white-space: nowrap; }
      @media (max-width: 767px) {
        #FSArea .inner dl .data {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px; } }
      #FSArea .inner dl .data p {
        display: inline-block;
        padding: 2px 10px;
        text-align: center;
        color: #ffffff;
        line-height: 1.4;
        background-color: #0c1a49;
        font-family: "Oswald", sans-serif;
        margin-left: 13px; }
        @media (max-width: 767px) {
          #FSArea .inner dl .data p {
            margin-left: 0;
            font-size: 10px;
            line-height: 3;
            margin-top: 11px; } }
      #FSArea .inner dl .data span {
        font-size: 13px; }
        @media (max-width: 767px) {
          #FSArea .inner dl .data span {
            font-size: 11px;
            text-align: center; } }
    #FSArea .inner dl .cont {
      font-size: 16px;
      line-height: 1.4;
      margin-left: 9px;
      font-weight: bold;
      /*width: 70%;*/ }
      @media (max-width: 767px) {
        #FSArea .inner dl .cont {
          padding-top: 26px;
          font-size: 13px; } }
    #FSArea .inner dl dd {
      padding-top: 15px; }
      #FSArea .inner dl dd p {
        font-size: 15px; }
        @media (max-width: 767px) {
          #FSArea .inner dl dd p {
            font-size: 13px; } }
    #FSArea .inner dl .btn {
      display: inline-block;
      width: 100%;
      margin: 10px auto 0; }
      #FSArea .inner dl .btn a:before {
        content: "\2192"; }



@media (min-width: 768px) {
.c_highlight_content {
    padding-top: 0px;
}
}
       .slick-list a {
         text-decoration: none;
       }




       .summit_section {
         position: relative;
         z-index: 100;
       }
       .summit_section a {
         text-decoration: none;
       }
       .summit_section dl{
                display: flex;
                margin-bottom: 30px;
                justify-content: space-between;
       }
              .summit_section dt {
                width: 200px;
                text-align: center;
              }
              .summit_section dt span {
                display: block;
                background-color: #0c1a49;
                color: #FFF;
                padding: 5px;
                margin-bottom: 10px;
              }
              .summit_section .summit_ms dt span {
                background-color: #ac0008;
              }
              .summit_section dd {
                width: 750px;
              }
      @media (max-width: 767px) {
       .summit_section dl{
         flex-wrap: wrap;
       }
              .summit_section dt {
                width: 100%;
              }
              .summit_section dd {
                width: 100%;
              }
        }
              .summit_section dd h4 {
                margin-left: 2%;
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 10px;
              }
              .summit_section ul {
                display: flex;
                flex-wrap: wrap;
                }
              .summit_section ul li {
                width: 18%;
                margin-left: 2%;
                font-size: 12px;
                }
      @media (max-width: 579px) {
              .summit_section ul li {
                width: 31%;
                margin-left: 2%;
                }
        }
              .summit_section ul li img {
                width: 100%;
                margin-bottom: 10px;
                }
