.container-inner .ul-report {
  max-width: 86rem;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .container-inner .ul-report {
      padding: 0 1.5rem; } }
  .container-inner .ul-report li {
    border-radius: 10rem;
    border: 0.4rem solid #00459b;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem 5rem 1.2rem 3rem;
    position: relative;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .container-inner .ul-report li {
        margin-bottom: 1rem;
        padding-left: 2rem;
        padding-right: 4rem; } }
    .container-inner .ul-report li > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .container-inner .ul-report li:hover {
      border-color: #57b52f; }
    .container-inner .ul-report li span {
      font-size: 1.6rem;
      color: #57b52f;
      line-height: 2;
      position: absolute;
      right: 2rem;
      top: 50%;
      margin-top: -1em; }
      @media only screen and (max-width: 767px) {
        .container-inner .ul-report li span {
          right: 1.5rem; } }
    .container-inner .ul-report li p {
      line-height: 1.2;
      color: #00459b;
      font-weight: 700;
      padding-bottom: .3em; }
      @media only screen and (max-width: 767px) {
        .container-inner .ul-report li p {
          font-size: 1rem; } }
      .container-inner .ul-report li p strong {
        font-size: 1.8rem;
        color: #e50065; }
        @media only screen and (max-width: 767px) {
          .container-inner .ul-report li p strong {
            font-size: 1.4rem; } }

.article-report {
  max-width: 80rem;
  background: #fff;
  margin: 0 auto;
  border-radius: 1rem;
  padding-top: .1rem;
  position: relative;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .article-report {
      margin: 0 1.5rem; } }
  .article-report-header {
    background: #e50065;
    padding: 1.5rem 2rem;
    text-align: left;
    color: #fff;
    border-radius: .5rem;
    margin: 2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .article-report-header {
        margin: 1rem;
        padding: 1rem 1.5rem;
        flex-direction: column; } }
    .article-report-header-ttl {
      font-size: 2rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .article-report-header-ttl {
          font-size: 1.6rem;
          text-align: center; } }
    .article-report-header-time {
      font-size: 1.2rem;
      color: #00459b;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .article-report-header-time {
          font-size: 1.1rem; } }
  .article-report-fig {
    text-align: center;
    margin: 4rem 0 2rem 0; }
    @media only screen and (max-width: 767px) {
      .article-report-fig {
        margin: 1.5rem; } }
    .article-report-fig img {
      max-width: 48rem;
      height: auto;
      border: 0.4rem solid #57b52f; }
      @media only screen and (max-width: 767px) {
        .article-report-fig img {
          max-width: 100%; } }
  .article-report-inner {
    font-size: 1.6rem;
    padding: 0 4rem 5rem; }
    @media only screen and (max-width: 767px) {
      .article-report-inner {
        padding: 0 1.5rem 1rem;
        font-size: 1.3rem; } }
  .article-report-footer {
    padding: 2rem;
    background: rgba(0, 69, 155, 0.1); }
    @media only screen and (max-width: 767px) {
      .article-report-footer {
        padding: 1rem; } }
    .article-report-footer ul {
      display: flex;
      justify-content: space-between; }
      .article-report-footer ul li {
        width: 50%;
        padding: 0 1rem; }
        @media only screen and (max-width: 767px) {
          .article-report-footer ul li {
            padding: 0 .5rem; } }
        .article-report-footer ul li > a, .article-report-footer ul li > span {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #e50065;
          text-align: center;
          border-radius: .3rem;
          height: 4.8rem;
          margin: 0 auto;
          background: #fff; }
          @media only screen and (max-width: 767px) {
            .article-report-footer ul li > a, .article-report-footer ul li > span {
              height: 3.6rem;
              font-size: 1.2rem; } }
          .article-report-footer ul li > a span, .article-report-footer ul li > span span {
            color: #00459b;
            font-size: 1.8rem;
            margin: 0 .3rem; }
            @media only screen and (max-width: 767px) {
              .article-report-footer ul li > a span, .article-report-footer ul li > span span {
                font-size: 1.5rem; } }
        .article-report-footer ul li > a:hover {
          background: #e50065;
          color: #fff; }
        .article-report-footer ul li > span {
          opacity: 0.3; }

.section-event {
  position: relative;
  z-index: 100;
  padding: 2rem 5rem; }
  @media only screen and (max-width: 767px) {
    .section-event {
      padding: 2rem 0 0; } }
  .section-event-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .section-event-header-ttl {
      font-size: 3rem;
      flex-shrink: 0;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-event-header-ttl {
          font-size: 2.2rem; } }
    .section-event-header-en {
      font-family: "Fredoka", sans-serif;
      color: #e50065;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .section-event-header-en {
          font-size: 1.3rem; } }
  .section-event-fig {
    text-align: center;
    padding: 4rem 0 2rem 0; }
    @media only screen and (max-width: 767px) {
      .section-event-fig {
        padding: 2rem 1.5rem; } }
    .section-event-fig img {
      max-width: 72rem;
      height: auto;
      border: 0.5rem solid #e50065; }
      @media only screen and (max-width: 767px) {
        .section-event-fig img {
          max-width: 100%; } }
  .section-event-inner {
    font-size: 1.6rem;
    padding: 0 2rem 5rem;
    max-width: 86rem;
    color: #fff;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-event-inner {
        font-size: 1.3rem;
        padding: 0 2rem 2rem; } }
    .section-event-inner h3, .section-event-inner h4, .section-event-inner h5 {
      border-color: #57b52f !important; }
  .section-event-sub {
    text-align: center;
    font-size: 2.8rem;
    color: #e50065;
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .section-event-sub {
        font-size: 2rem;
        padding-bottom: 1.5rem; } }
