@charset "UTF-8";
.ChangeElem_Panel {
  display: none; }

.ChangeElem_Btn:hover {
  cursor: pointer; }

@media (min-width: 768px) {
  .pc-inline-on {
    display: inline; }

  /* ---------- event-content ---------- */
  .key {
    position: relative;
    padding-bottom: 60px; }
    .key--report-detail {
      padding-bottom: 0; }
    .key__cont {
      text-align: center;
      margin: 110px auto 0; }
      .key__cont__copy {
        position: relative; }
        .key__cont__copy:after {
          content: '';
          display: block;
          width: 80px;
          height: 2px;
          background-color: #000;
          text-align: center;
          margin: 34px auto; }
      .key__cont__text {
        font-size: 14px; }

  .report {
    margin-bottom: 100px; }
    .report__content {
      margin-top: 30px; }
      .report__content:not(:last-child) {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px; }
      .report__content__img {
        float: left;
        width: 260px;
        border-radius: 4px;
        overflow: hidden; }
        .report__content__img img {
          width: auto; }
      .report__content__text {
        float: left;
        width: calc(100% - 260px);
        padding-left: 50px;
        box-sizing: border-box; }
        .report__content__text h3 {
          font-size: 24px;
          letter-spacing: 0.05em;
          font-weight: bold;
          border-bottom: 1px dashed #ddd;
          padding-bottom: 10px;
          margin-bottom: 10px; }
        .report__content__text p {
          font-size: 14px;
          line-height: 1.78;
          font-weight: bold;
          margin-bottom: 10px; }
        .report__content__text .report__link {
          margin: 0; }
          .report__content__text .report__link:not(:last-child) {
            margin-bottom: 5px; }
          .report__content__text .report__link a {
            color: #3399cc;
            text-decoration: underline;
            padding-left: 25px;
            position: relative; }
            .report__content__text .report__link a:hover {
              text-decoration: none; }
            .report__content__text .report__link a::before {
              content: "";
              position: absolute;
              width: 15px;
              height: 15px;
              background-color: #ffff00;
              border-radius: 50%;
              left: 0px;
              top: 1px; }
    .report__detail .link-text a {
      display: inline-block;
      text-indent: -1em;
      padding-left: 2em;
      font-size: 16px;
      font-weight: bold;
      line-height: 2;
      color: #3399CC;
      text-decoration: underline; }
      .report__detail .link-text a.icon-pdf::after {
        margin-left: 8px;
        content: url(../img/common/icon_pdf.png); }
      .report__detail .link-text a::before {
        display: inline-block;
        content: "●";
        color: #ffff00;
        margin-right: 10px;
        text-decoration: none; }
    .report__detail .link-text--2 a {
      font-size: 14px;
      font-weight: normal; }
    .report__detail .report__list li {
      position: relative;
      padding-left: 1.5em; }
      .report__detail .report__list li::before {
        content: "●";
        position: absolute;
        width: 15px;
        height: 15px;
        color: #ffff00;
        border-radius: 50%;
        left: 0px;
        top: 2px; }
    .report__detail .intro__title {
      position: relative;
      margin-bottom: 28px;
      padding: 28px;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      background: #FFFF00;
      background: -webkit-linear-gradient(45deg, transparent 10px, #FFFF00 10px), -webkit-linear-gradient(135deg, transparent 10px, #FFFF00 10px), -webkit-linear-gradient(225deg, transparent 10px, #FFFF00 10px), -webkit-linear-gradient(315deg, transparent 10px, #FFFF00 10px);
      background: -moz-linear-gradient(45deg, transparent 10px, #FFFF00 10px), -moz-linear-gradient(135deg, transparent 10px, #FFFF00 10px), -moz-linear-gradient(225deg, transparent 10px, #FFFF00 10px), -moz-linear-gradient(315deg, transparent 10px, #FFFF00 10px);
      background: -o-linear-gradient(45deg, transparent 10px, #FFFF00 10px), -o-linear-gradient(135deg, transparent 10px, #FFFF00 10px), -o-linear-gradient(225deg, transparent 10px, #FFFF00 10px), -o-linear-gradient(315deg, transparent 10px, #FFFF00 10px);
      background: -ms-linear-gradient(45deg, transparent 10px, #FFFF00 10px), -ms-linear-gradient(135deg, transparent 10px, #FFFF00 10px), -ms-linear-gradient(225deg, transparent 10px, #FFFF00 10px), -ms-linear-gradient(315deg, transparent 10px, #FFFF00 10px);
      background-position: bottom left, bottom right, top right, top left;
      background-size: 50% 50%;
      background-repeat: no-repeat;
      letter-spacing: 0.05em; }
      .report__detail .intro__title::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #FFFF00 transparent transparent transparent; }
    .report__detail .intro__text {
      margin-bottom: 1.7em;
      font-size: 14px;
      line-height: 1.7; }
      .report__detail .intro__text .fw-bold {
        font-weight: bold !important; }
      .report__detail .intro__text .fc-red {
        color: #CC0000 !important; }
      .report__detail .intro__text:last-child {
        margin-bottom: 60px; }
      .report__detail .intro__text a {
        color: #3399CC;
        text-decoration: underline; }
    .report__detail .intro__list li {
      position: relative;
      padding-left: 1.5em;
      font-size: 14px;
      line-height: 1.7; }
      .report__detail .intro__list li:before {
        content: "●";
        position: absolute;
        width: 15px;
        height: 15px;
        color: #ffff00;
        border-radius: 50%;
        left: 0px;
        top: 2px; }
    .report__detail .intro__photo {
      overflow: hidden;
      margin: 80px 0; }
      .report__detail .intro__photo--left {
        width: 48%;
        float: left;
        margin-right: 4%;
        text-align: center; }
        .report__detail .intro__photo--left .teamName {
          font-size: 18px;
          font-weight: bold;
          margin-top: 10px; }
      .report__detail .intro__photo--right {
        width: 48%;
        float: right;
        text-align: center; }
        .report__detail .intro__photo--right .teamName {
          font-size: 18px;
          font-weight: bold;
          margin-top: 10px; }
      .report__detail .intro__photo--link {
        margin-top: 16px; }
        .report__detail .intro__photo--link a {
          color: #3399CC;
          text-decoration: underline; }
        .report__detail .intro__photo--link img {
          margin-left: 5px;
          width: 12px; }
    .report__detail .detail__content {
      margin-bottom: 50px;
      /*アイコン*/ }
      .report__detail .detail__content--big {
        margin-bottom: 100px; }
      .report__detail .detail__content .content__title {
        margin-bottom: 16px;
        padding: 20px;
        font-size: 18px;
        font-weight: bold;
        background: #F5F5F5; }
      .report__detail .detail__content .content__text {
        margin-bottom: 50px;
        font-size: 14px;
        line-height: 1.7;
        padding: 0 8px; }
        .report__detail .detail__content .content__text:last-child {
          margin-bottom: 0; }
        .report__detail .detail__content .content__text .fs-big {
          font-size: 16px; }
        .report__detail .detail__content .content__text .fw-bold {
          font-weight: bold !important; }
        .report__detail .detail__content .content__text .fc-red {
          color: #CC0000 !important; }
        .report__detail .detail__content .content__text--xsmall {
          margin-bottom: 10px; }
        .report__detail .detail__content .content__text--small {
          margin-bottom: 20px; }
        .report__detail .detail__content .content__text .inner-title {
          line-height: 1.7; }
        .report__detail .detail__content .content__text .inner-note {
          font-size: 12px;
          line-height: 1.9; }
        .report__detail .detail__content .content__text--indent {
          text-indent: -0.5em; }
        .report__detail .detail__content .content__text a {
          color: #3399CC;
          text-decoration: underline; }
        .report__detail .detail__content .content__text--img .inner-text {
          width: 700px;
          float: left; }
        .report__detail .detail__content .content__text--img .inner-img {
          width: 283px;
          float: right; }
          .report__detail .detail__content .content__text--img .inner-img img {
            width: 100%; }
      .report__detail .detail__content .content__list {
        height: 130px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        flex-direction: column; }
        .report__detail .detail__content .content__list.link-text a {
          font-weight: normal; }
      .report__detail .detail__content .content__dl dt, .report__detail .detail__content .content__dl dd {
        display: inline-block;
        line-height: 1.7; }
      .report__detail .detail__content .content__dl dt {
        margin-right: 2em; }
        .report__detail .detail__content .content__dl dt::before {
          content: "・"; }
      .report__detail .detail__content .content__dl a {
        color: #3399CC;
        text-decoration: underline; }
      .report__detail .detail__content .content__imgarea {
        font-size: 0;
        letter-spacing: 0; }
        .report__detail .detail__content .content__imgarea img {
          display: inline-block;
          margin-right: 19px;
          vertical-align: top; }
          .report__detail .detail__content .content__imgarea img:last-child {
            margin-right: 0; }
      .report__detail .detail__content .table-title {
        line-height: 1.7;
        margin-bottom: 12px;
        padding: 0 8px;
        font-size: 14px; }
      .report__detail .detail__content .select-table {
        display: none; }
      .report__detail .detail__content .content__table {
        width: 100%;
        margin-bottom: 75px; }
        .report__detail .detail__content .content__table th, .report__detail .detail__content .content__table td {
          padding: 8px;
          font-size: 14px; }
        .report__detail .detail__content .content__table th {
          background: #FFFF00; }
          .report__detail .detail__content .content__table th:first-child {
            width: 18%; }
          .report__detail .detail__content .content__table th:nth-child(2) {
            width: 15%; }
        .report__detail .detail__content .content__table td {
          border-bottom: solid 1px #ccc; }
          .report__detail .detail__content .content__table td.bg-blue {
            background: #D6EEF2; }
        .report__detail .detail__content .content__table a {
          color: #3399CC;
          text-decoration: underline; }
        .report__detail .detail__content .content__table--2 {
          margin-bottom: 60px; }
          .report__detail .detail__content .content__table--2 th {
            border-top: solid 1px #ccc;
            border-bottom: solid 1px #ccc; }
            .report__detail .detail__content .content__table--2 th:first-child {
              width: 13%; }
            .report__detail .detail__content .content__table--2 th:nth-child(2) {
              width: 23%; }
          .report__detail .detail__content .content__table--2 th, .report__detail .detail__content .content__table--2 td {
            vertical-align: middle;
            text-align: center;
            border-right: solid 1px #333; }
            .report__detail .detail__content .content__table--2 th:last-child, .report__detail .detail__content .content__table--2 td:last-child {
              border-right: 0; }
        .report__detail .detail__content .content__table--3 {
          margin-bottom: 70px; }
          .report__detail .detail__content .content__table--3 th {
            border-top: solid 1px #ccc;
            border-bottom: solid 1px #ccc; }
            .report__detail .detail__content .content__table--3 th:first-child {
              width: 50%; }
            .report__detail .detail__content .content__table--3 th:nth-child(2) {
              width: 50%; }
          .report__detail .detail__content .content__table--3 th, .report__detail .detail__content .content__table--3 td {
            vertical-align: middle;
            text-align: center;
            border-right: solid 1px #333; }
            .report__detail .detail__content .content__table--3 th:last-child, .report__detail .detail__content .content__table--3 td:last-child {
              border-right: 0; }
      .report__detail .detail__content .table-area {
        overflow: hidden; }
        .report__detail .detail__content .table-area:first-of-type {
          margin-top: 50px; }
        .report__detail .detail__content .table-area:nth-of-type(2) .content__table {
          margin-bottom: 40px; }
        .report__detail .detail__content .table-area__title {
          float: left;
          padding: 0 8px;
          font-size: 16px;
          font-weight: bold; }
        .report__detail .detail__content .table-area .content__table {
          width: 765px;
          float: right; }
      .report__detail .detail__content .ideathon__question {
        margin: 100px 0 16px 0;
        padding: 20px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        background-image: linear-gradient(-45deg, #fff 25%, #dddddd 25%, #dddddd 50%, #fff 50%, #fff 75%, #dddddd 75%, #dddddd);
        background-size: 6px 6px; }
      .report__detail .detail__content .balloon p {
        margin: 0;
        padding: 0; }
      .report__detail .detail__content .balloon {
        margin-bottom: 20px;
        position: relative; }
      .report__detail .detail__content .balloon.left-box {
        padding-left: 140px; }
      .report__detail .detail__content .balloon .balloonbox {
        width: auto; }
      .report__detail .detail__content .balloon .balloonbox .txt {
        font-size: 14px;
        line-height: 1.8em;
        padding: 18px 0; }
      .report__detail .detail__content .balloon .balloonbox #balloon-left {
        position: relative;
        display: inline-block;
        padding: 0 15px;
        width: 100%;
        color: #000;
        text-align: center;
        background: #fff;
        z-index: 0;
        border: 1px solid #D8D8D8;
        text-align: left;
        border-radius: 10px;
        min-height: 50px; }
      .report__detail .detail__content .balloon .balloonbox #balloon-left {
        width: auto;
        margin-top: 30px; }
      .report__detail .detail__content .balloon .balloonbox #balloon-left:before {
        content: "";
        position: absolute;
        top: 30px;
        left: -15px;
        margin-top: -9px;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 8px 15px 8px 0px;
        border-color: transparent #fff transparent transparent;
        z-index: 0; }
      .report__detail .detail__content .balloon .balloonbox #balloon-left:after {
        content: "";
        position: absolute;
        top: 30px;
        left: -16px;
        margin-top: -10px;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 9px 15px 9px 0px;
        border-color: transparent #D8D8D8 transparent transparent;
        z-index: -1; }
      .report__detail .detail__content .balloon.left-box .img {
        width: 110px;
        top: 20px;
        left: 0;
        text-align: center;
        position: absolute; }
      .report__detail .detail__content .balloon .img img {
        border-radius: 50%;
        border: 1px solid #D8D8D8;
        width: 60%; }
    .report__ministry--wrap {
      overflow: hidden;
      margin-top: 80px; }
    .report__ministry--list {
      width: 100%;
      margin-bottom: 30px;
      overflow: hidden; }
    .report__ministry--item {
      width: 31.5%;
      text-align: center;
      float: left;
      margin-right: 2.75%;
      height: 480px;
      border: 2px solid #cccccc;
      box-sizing: border-box; }
      .report__ministry--item img {
        padding: 30px 0 30px 0;
        width: 80px; }
      .report__ministry--item .gensiryoku {
        padding-bottom: 22px; }
      .report__ministry--item .gensiryoku_ttl {
        margin-bottom: 15px; }
      .report__ministry--item:last-child {
        margin-right: 0; }
    .report__ministry--ttl {
      margin-bottom: 30px; }
      .report__ministry--ttl a {
        color: #3399CC;
        text-decoration: underline;
        font-size: 18px; }
    .report__ministry--content {
      text-align: left;
      padding: 20px 25px 25px 20px;
      line-height: 23px;
      font-size: 14px;
      border-top: 2px dotted #cccccc; }
    .report__ministry--footerText {
      margin-bottom: 150px; }
      .report__ministry--footerText a {
        color: #3399CC;
        text-decoration: underline; } }
@media (max-width: 767px) {
  .pc-inline-on {
    display: none; }

  /* ---------- event-content ---------- */
  .key {
    position: relative; }
    .key__cont {
      text-align: center;
      margin: 55px auto 0; }
      .key__cont__copy {
        position: relative; }
        .key__cont__copy img {
          height: 20px; }
        .key__cont__copy:after {
          content: '';
          display: block;
          width: 40px;
          height: 1px;
          background-color: #000;
          text-align: center;
          margin: 20px auto; }

  .report {
    margin-bottom: 60px; }
    .report .sec-wrap {
      width: 90%; }
      .report .sec-wrap--detail {
        width: 80%;
        margin: 30px auto 0; }
    .report__content {
      margin-top: 20px; }
      .report__content:not(:last-child) {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px; }
      .report__content__text {
        width: 100%;
        box-sizing: border-box; }
        .report__content__text h3 {
          font-size: 14px;
          letter-spacing: 0.05em;
          font-weight: bold;
          border-bottom: 1px dashed #ddd;
          padding-bottom: 10px;
          margin-bottom: 10px;
          line-height: 1.25;
          display: flex;
          align-items: center; }
          .report__content__text h3 img {
            margin-right: 10px;
            max-width: 30%; }
          .report__content__text h3::after {
            content: "";
            display: block;
            clear: both; }
        .report__content__text p {
          line-height: 1.78;
          font-weight: bold;
          margin-bottom: 10px; }
        .report__content__text .report__link {
          margin: 0; }
          .report__content__text .report__link:not(:last-child) {
            margin-bottom: 5px; }
          .report__content__text .report__link a {
            color: #3399cc;
            text-decoration: underline;
            padding-left: 25px;
            position: relative; }
            .report__content__text .report__link a:hover {
              text-decoration: none; }
            .report__content__text .report__link a::before {
              content: "●";
              position: absolute;
              width: 15px;
              height: 15px;
              color: #ffff00;
              border-radius: 50%;
              left: 0px;
              top: 1px; }
    .report__detail .link-text a {
      display: inline-block;
      text-indent: -0.75em;
      padding-left: 1.5em;
      font-size: 10px;
      font-weight: bold;
      line-height: 2;
      color: #3399CC;
      text-decoration: underline; }
      .report__detail .link-text a.icon-pdf::after {
        margin-left: 8px;
        content: url(../img/common/icon_pdf.png);
        vertical-align: sub; }
      .report__detail .link-text a::before {
        display: inline-block;
        content: "●";
        color: #ffff00;
        margin-right: 0.5em;
        text-decoration: none; }
    .report__detail .link-text--2 a {
      font-size: 100%;
      font-weight: normal; }
    .report__detail .report__list li {
      position: relative;
      padding-left: 1.5em; }
      .report__detail .report__list li::before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        background-color: #ffff00;
        border-radius: 50%;
        left: 0px;
        top: 3px; }
    .report__detail .intro__title {
      position: relative;
      margin-bottom: 20px;
      padding: 15px;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      background: #FFFF00;
      background: -webkit-linear-gradient(45deg, transparent 5px, #FFFF00 5px), -webkit-linear-gradient(135deg, transparent 5px, #FFFF00 5px), -webkit-linear-gradient(225deg, transparent 5px, #FFFF00 5px), -webkit-linear-gradient(315deg, transparent 5px, #FFFF00 5px);
      background: -moz-linear-gradient(45deg, transparent 5px, #FFFF00 5px), -moz-linear-gradient(135deg, transparent 5px, #FFFF00 5px), -moz-linear-gradient(225deg, transparent 5px, #FFFF00 5px), -moz-linear-gradient(315deg, transparent 5px, #FFFF00 5px);
      background: -o-linear-gradient(45deg, transparent 5px, #FFFF00 5px), -o-linear-gradient(135deg, transparent 5px, #FFFF00 5px), -o-linear-gradient(225deg, transparent 5px, #FFFF00 5px), -o-linear-gradient(315deg, transparent 5px, #FFFF00 5px);
      background: -ms-linear-gradient(45deg, transparent 5px, #FFFF00 5px), -ms-linear-gradient(135deg, transparent 5px, #FFFF00 5px), -ms-linear-gradient(225deg, transparent 5px, #FFFF00 5px), -ms-linear-gradient(315deg, transparent 5px, #FFFF00 5px);
      background-position: bottom left, bottom right, top right, top left;
      background-size: 50% 50%;
      background-repeat: no-repeat;
      letter-spacing: 0.05em; }
      .report__detail .intro__title::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #FFFF00 transparent transparent transparent; }
    .report__detail .intro__text {
      margin-bottom: 1.7em;
      line-height: 1.7; }
      .report__detail .intro__text .fw-bold {
        font-weight: bold !important; }
      .report__detail .intro__text .fc-red {
        color: #CC0000 !important; }
      .report__detail .intro__text:last-child {
        margin-bottom: 35px; }
      .report__detail .intro__text a {
        color: #3399CC;
        text-decoration: underline; }
    .report__detail .intro__list li {
      position: relative;
      padding-left: 1.5em; }
      .report__detail .intro__list li:before {
        content: "●";
        position: absolute;
        width: 9px;
        height: 9px;
        color: #ffff00;
        border-radius: 50%;
        left: 0px;
        top: 3px; }
    .report__detail .intro__photo {
      overflow: hidden;
      margin: 40px 0; }
      .report__detail .intro__photo--left {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
        text-align: center; }
        .report__detail .intro__photo--left .teamName {
          font-size: 15px;
          font-weight: bold;
          margin-top: 10px; }
      .report__detail .intro__photo--right {
        width: 100%;
        float: none;
        text-align: center; }
        .report__detail .intro__photo--right .teamName {
          font-size: 15px;
          font-weight: bold;
          margin-top: 10px; }
      .report__detail .intro__photo--link {
        margin-top: 14px; }
        .report__detail .intro__photo--link a {
          color: #3399CC;
          text-decoration: underline; }
        .report__detail .intro__photo--link img {
          margin-left: 5px;
          width: 12px; }
    .report__detail .detail__content {
      margin-bottom: 30px;
      /*アイコン*/ }
      .report__detail .detail__content--big {
        margin-bottom: 50px; }
      .report__detail .detail__content .content__title {
        margin-bottom: 8px;
        padding: 10px;
        font-size: 12px;
        font-weight: bold;
        background: #F5F5F5; }
      .report__detail .detail__content .content__text {
        margin-bottom: 30px;
        line-height: 1.7;
        padding: 0 4px; }
        .report__detail .detail__content .content__text:last-child {
          margin-bottom: 0; }
        .report__detail .detail__content .content__text .fs-big {
          font-size: 10px; }
        .report__detail .detail__content .content__text .fw-bold {
          font-weight: bold; }
        .report__detail .detail__content .content__text .fc-red {
          color: #CC0000; }
        .report__detail .detail__content .content__text--xsmall {
          margin-bottom: 6px; }
        .report__detail .detail__content .content__text--small {
          margin-bottom: 12px; }
        .report__detail .detail__content .content__text .inner-title {
          line-height: 1.7; }
        .report__detail .detail__content .content__text .inner-note {
          font-size: 100%;
          line-height: 1.9; }
        .report__detail .detail__content .content__text--indent {
          text-indent: -0.5em; }
        .report__detail .detail__content .content__text a {
          color: #3399CC;
          text-decoration: underline; }
        .report__detail .detail__content .content__text--img .inner-img {
          margin-top: 25px;
          width: 135px; }
          .report__detail .detail__content .content__text--img .inner-img--2 {
            width: auto; }
      .report__detail .detail__content .content__list {
        height: 16em;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        flex-direction: column; }
        .report__detail .detail__content .content__list.link-text a {
          font-weight: normal;
          font-size: 100%; }
      .report__detail .detail__content .content__dl dt, .report__detail .detail__content .content__dl dd {
        display: inline-block;
        line-height: 1.7; }
      .report__detail .detail__content .content__dl dt {
        margin-right: 2em; }
        .report__detail .detail__content .content__dl dt::before {
          content: "・"; }
      .report__detail .detail__content .content__dl a {
        color: #3399CC;
        text-decoration: underline; }
      .report__detail .detail__content .content__imgarea {
        font-size: 0;
        letter-spacing: 0; }
        .report__detail .detail__content .content__imgarea img {
          width: 48%;
          display: inline-block;
          margin: 0 4% 4% 0;
          vertical-align: top; }
          .report__detail .detail__content .content__imgarea img:nth-child(even) {
            margin-right: 0; }
      .report__detail .detail__content .table-title {
        line-height: 1.7;
        margin-bottom: 12px;
        padding: 0; }
      .report__detail .detail__content .select-table {
        position: relative;
        width: 200px;
        border-radius: 0;
        font-size: 100%;
        border: solid 1px #ccc;
        background: #fff;
        text-align: center;
        position: relative;
        box-sizing: border-box; }
        .report__detail .detail__content .select-table .select-label {
          position: absolute;
          width: 100%;
          height: 100%;
          padding: 7px 10px;
          z-index: 1;
          box-sizing: border-box; }
          .report__detail .detail__content .select-table .select-label::before {
            position: absolute;
            top: 10px;
            right: 8px;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 3px 4px 3px;
            border-color: transparent transparent #333 transparent; }
          .report__detail .detail__content .select-table .select-label::after {
            position: absolute;
            bottom: 10px;
            right: 8px;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 3px 0 3px;
            border-color: #333 transparent transparent transparent; }
        .report__detail .detail__content .select-table select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          display: block;
          cursor: pointer;
          width: 100%;
          border: none;
          padding: 7px 10px;
          opacity: 0;
          position: relative;
          z-index: 2; }
        .report__detail .detail__content .select-table select::-ms-expand {
          display: none; }
        .report__detail .detail__content .select-table select:focus {
          z-index: -1;
          opacity: 1;
          outline: none; }
      .report__detail .detail__content .content__table {
        width: 100%;
        margin: 25px 0 30px; }
        .report__detail .detail__content .content__table th, .report__detail .detail__content .content__table td {
          padding: 4px; }
        .report__detail .detail__content .content__table th {
          background: #FFFF00; }
          .report__detail .detail__content .content__table th:first-child {
            width: 24%; }
          .report__detail .detail__content .content__table th:nth-child(2) {
            width: 22%; }
        .report__detail .detail__content .content__table td {
          border-bottom: solid 1px #ccc; }
        .report__detail .detail__content .content__table a {
          color: #3399CC;
          text-decoration: underline; }
        .report__detail .detail__content .content__table--2 {
          margin-top: 6px;
          margin-bottom: 60px; }
          .report__detail .detail__content .content__table--2 th {
            border-top: solid 1px #ccc;
            border-bottom: solid 1px #ccc; }
            .report__detail .detail__content .content__table--2 th:first-child {
              width: 25%; }
            .report__detail .detail__content .content__table--2 th:nth-child(2) {
              width: auto; }
            .report__detail .detail__content .content__table--2 th:last-child {
              width: 25%; }
          .report__detail .detail__content .content__table--2 th, .report__detail .detail__content .content__table--2 td {
            vertical-align: middle;
            text-align: center;
            border-right: solid 1px #333; }
            .report__detail .detail__content .content__table--2 th.date2, .report__detail .detail__content .content__table--2 th.date3, .report__detail .detail__content .content__table--2 th.date5, .report__detail .detail__content .content__table--2 th.date6, .report__detail .detail__content .content__table--2 td.date2, .report__detail .detail__content .content__table--2 td.date3, .report__detail .detail__content .content__table--2 td.date5, .report__detail .detail__content .content__table--2 td.date6 {
              display: none; }
            .report__detail .detail__content .content__table--2 th:last-child, .report__detail .detail__content .content__table--2 td:last-child {
              border-right: 0; }
        .report__detail .detail__content .content__table--3 {
          margin: 10px 0 30px; }
          .report__detail .detail__content .content__table--3 th {
            border-top: solid 1px #ccc;
            border-bottom: solid 1px #ccc; }
            .report__detail .detail__content .content__table--3 th:first-child {
              width: 50%; }
            .report__detail .detail__content .content__table--3 th:nth-child(2) {
              width: 50%; }
          .report__detail .detail__content .content__table--3 th, .report__detail .detail__content .content__table--3 td {
            vertical-align: middle;
            text-align: center;
            border-right: solid 1px #333; }
            .report__detail .detail__content .content__table--3 th:last-child, .report__detail .detail__content .content__table--3 td:last-child {
              border-right: 0; }
      .report__detail .detail__content .ideathon__question {
        margin: 50px 0 16px 0;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        background-image: linear-gradient(-45deg, #fff 25%, #dddddd 25%, #dddddd 50%, #fff 50%, #fff 75%, #dddddd 75%, #dddddd);
        background-size: 6px 6px;
        overflow: hidden; }
      .report__detail .detail__content .balloon p {
        margin: 0;
        padding: 0; }
      .report__detail .detail__content .balloon {
        margin-bottom: 20px;
        position: relative; }
      .report__detail .detail__content .balloon.left-box {
        padding-left: 35%; }
      .report__detail .detail__content .balloon .balloonbox {
        width: auto; }
      .report__detail .detail__content .balloon .balloonbox .txt {
        font-size: 10px;
        line-height: 1.4em;
        padding: 16px 0; }
      .report__detail .detail__content .balloon .balloonbox #balloon-left {
        position: relative;
        display: inline-block;
        padding: 0 15px;
        width: 100%;
        color: #000;
        text-align: center;
        background: #fff;
        z-index: 0;
        border: 1px solid #D8D8D8;
        text-align: left;
        border-radius: 10px;
        min-height: 50px; }
      .report__detail .detail__content .balloon .balloonbox #balloon-left {
        width: auto;
        margin-top: 20px; }
      .report__detail .detail__content .balloon .balloonbox #balloon-left:before {
        content: "";
        position: absolute;
        top: 30px;
        left: -9px;
        margin-top: -9px;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 6px 12px 6px 0px;
        border-color: transparent #fff transparent transparent;
        z-index: 0; }
      .report__detail .detail__content .balloon .balloonbox #balloon-left:after {
        content: "";
        position: absolute;
        top: 30px;
        left: -10px;
        margin-top: -9px;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 6px 10px 6px 0px;
        border-color: transparent #D8D8D8 transparent transparent;
        z-index: -1; }
      .report__detail .detail__content .balloon.left-box .img {
        width: 30%;
        top: 20px;
        left: 0;
        text-align: center;
        position: absolute; }
      .report__detail .detail__content .balloon .img img {
        border-radius: 50%;
        border: 1px solid #D8D8D8;
        width: 60%; }
    .report__ministry--wrap {
      overflow: hidden;
      margin-top: 0; }
    .report__ministry--list {
      width: 100%;
      margin-bottom: 20px;
      overflow: hidden; }
    .report__ministry--item {
      width: 100%;
      text-align: center;
      float: none;
      margin-bottom: 20px;
      height: auto;
      border: 2px solid #cccccc;
      box-sizing: border-box; }
      .report__ministry--item img {
        padding: 15px 0 15px 0;
        width: 80px; }
      .report__ministry--item .gensiryoku {
        padding-bottom: 22px; }
      .report__ministry--item .gensiryoku_ttl {
        margin-bottom: 15px; }
      .report__ministry--item:last-child {
        margin-bottom: 0; }
    .report__ministry--ttl {
      margin-bottom: 20px; }
      .report__ministry--ttl a {
        color: #3399CC;
        text-decoration: underline;
        font-size: 16px; }
    .report__ministry--content {
      text-align: left;
      padding: 20px;
      line-height: 23px;
      font-size: 14px;
      border-top: 2px dotted #cccccc; }
    .report__ministry--footerText {
      margin-bottom: 120px; }
      .report__ministry--footerText a {
        color: #3399CC;
        text-decoration: underline; } }

/*# sourceMappingURL=report-style.css.map */
