@charset "UTF-8";
#case_goals {
  margin: 0 10px 50px; }

a[href$=".xlsx"]:after {
  display: none; }

.lead span {
  color: #666; }

.goallist {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  overflow: hidden; }
  .goallist .inner:first-child {
    background: #fff;
    padding: 15px 15px 20px; }
  .goallist .japan_c {
    float: right;
    margin-right: 105px; }
    .goallist .japan_c img {
      width: 160px; }
  .goallist li {
    float: left;
    line-height: 1.0;
    margin: 0 10px 10px 0;
    padding: 0; }
    .goallist li:nth-child(6n) {
      margin-right: 0; }
    .goallist li:nth-child(6n + 1) {
      clear: both; }
    .goallist li img {
      width: 148px; }

@media screen and (max-width: 950px) {
  .goallist {
    width: 100%; }
    .goallist li {
      width: 32%; }
      .goallist li img {
        width: 100%; }
      .goallist li:nth-child(n) {
        margin: 0 1% 2%; }
      .goallist li:nth-child(3n) {
        margin-right: 0; }
      .goallist li:nth-child(3n + 1) {
        clear: both;
        margin-left: 0; }
    .goallist .japan_c {
      text-align: center;
      float: none;
      margin: 10px 0 0; }
      .goallist .japan_c img {
        width: 150px; } }

.contact {
  margin: 30px 0 70px;
  overflow: hidden;
  font-size: 87.5%;
  line-height: 1.28571; }
  .contact .contact_box {
    margin: 0;
    float: right;
    text-align: left; }
  .contact h4 {
    margin: 0 0 5px; }
  .contact dl {
    margin-top: 0;
    padding: 10px;
    border: 1px solid;
    line-height: 1.5; }
  .contact dt span {
    display: block; }
    .contact dt span:nth-child(2) {
      text-align: right; }
  .contact dd {
    margin-left: 0;
    padding-left: 0; }

/* case detail
---------------------------------------------- */
.en {
  color: #666; }

.list_download {
  margin: 12px 0 70px;
  text-align: right; }

.download_button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  padding: 8px 8px 8px 16px;
  font-size: 87.5%;
  line-height: 1.28571;
  background: #e7f8ff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left; }
  @media (hover: hover) {
    .download_button:hover {
      opacity: .65; } }
  .download_button .icon {
    margin-right: 12px; }

.goal_about {
  margin: 30px 0; }
  .goal_about:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0; }
  * html .goal_about {
    height: 1px; }
  .goal_about_thumb {
    float: left;
    width: 153px; }
    .goal_about_thumb img {
      width: 100%;
      height: auto; }
  .goal_about_heading {
    overflow: hidden;
    padding-left: 35px;
    font-size: 112.5%; }
  .goal_about .lead,
  .goal_about .lead_en {
    padding: 1.25em 0 1.25em;
    margin: 0; }
  .goal_about .lead {
    border-bottom: 1px solid #cccccc; }
  .goal_about .lead_en {
    padding-bottom: 0; }
  @media screen and (max-width: 950px) {
    .goal_about .lead,
    .goal_about .lead_en {
      padding: .75em 0 .5em;
      margin: 0; }
    .goal_about .lead {
      padding-top: 0; } }
  @media screen and (max-width: 640px) {
    .goal_about_thumb {
      width: 60px; }
    .goal_about_heading {
      padding-left: 15px;
      font-size: 87.5%; } }

.case_detail #main_contents h1 {
  margin-bottom: 10px; }

.case_detail #main_contents h2 {
  border-left: none;
  padding-left: 0;
  border-bottom-width: 3px; }

#statistics_goal1 h2 {
  border-bottom-color: #e5243b; }

#statistics_goal2 h2 {
  border-bottom-color: #d6a600; }

#statistics_goal3 h2 {
  border-bottom-color: #4c9f38; }

#statistics_goal4 h2 {
  border-bottom-color: #c50e28; }

#statistics_goal5 h2 {
  border-bottom-color: #e83418; }

#statistics_goal6 h2 {
  border-bottom-color: #00a6d9; }

#statistics_goal7 h2 {
  border-bottom-color: #fabd00; }

#statistics_goal8 h2 {
  border-bottom-color: #970a31; }

#statistics_goal9 h2 {
  border-bottom-color: #ec6a06; }

#statistics_goal10 h2 {
  border-bottom-color: #dc097b; }

#statistics_goal11 h2 {
  border-bottom-color: #f5a20b; }

#statistics_goal12 h2 {
  border-bottom-color: #dba737; }

#statistics_goal13 h2 {
  border-bottom-color: #407936; }

#statistics_goal14 h2 {
  border-bottom-color: #0075ba; }

#statistics_goal15 h2 {
  border-bottom-color: #28a838; }

#statistics_goal16 h2 {
  border-bottom-color: #004c88; }

#statistics_goal17 h2 {
  border-bottom-color: #023067; }

/* box common
---------------------------------------------- */
.box {
  line-height: 1.5;
  border: 2px solid #cccccc;
  border-width: 0 2px 2px; }
  .box dl, .box dt, .box dd, .box p {
    margin: 0; }
  .box_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 30px;
    margin: 0;
    color: #000;
    font-size: 100%;
    line-height: 1.5;
    background-color: #cccccc;
    font-weight: normal; }
  .box .box {
    border: none; }
    .box .box:not(:first-child) {
      margin-top: 30px; }
    .box .box_body {
      border: 1px solid #eeeeee; }
  .box .box_head + .box {
    margin-top: 0; }
  .box_head ~ .box.is-collapse,
  .box_head ~ .box.is-itemnone {
    margin-top: 2px; }
  .box_body {
    padding: 30px; }
  .box.is-collapse .box_head {
    position: relative;
    background-color: #eeeeee;
    padding-right: 60px; }
    .box.is-collapse .box_head:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      content: '';
      width: 25px;
      height: 15px;
      background: url(../img/icon_allow_top.png) center no-repeat;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100%;
      background-size: 100%;
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transition: all .25s;
      -moz-transition: all .25s;
      transition: all .25s;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .box.is-collapse .box_head.is-active:after {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .box.is-itemnone .box_head {
    position: relative;
    background-color: #eeeeee;
    padding-right: 60px; }
  .box.is-collapse .box.is-collapse {
    border-bottom: 2px solid #eeeeee; }
    .box.is-collapse .box.is-collapse .box_head {
      background-color: #fff;
      padding: 0 30px 10px 0; }
      .box.is-collapse .box.is-collapse .box_head:after {
        right: 0; }
    .box.is-collapse .box.is-collapse .box_body {
      border: none;
      padding: 15px 0; }
  .box.is-collapse .box.is-collapse:last-child {
    border-bottom: 0; }
  .box.is-collapse .box.is-collapse + .is-collapse {
    margin-top: 0; }
    .box.is-collapse .box.is-collapse + .is-collapse .box_head {
      padding-top: 15px; }
  .box dl.box_head {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .box dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: -moz-calc(100%);
    max-width: calc(100%); }
    .box dl dt {
      margin-right: 30px; }
  .box .definition {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.5; }
    .box .definition * {
      word-break: break-word;
      word-wrap: break-word;
      overflow-wrap: break-word; }
    .box .definition .text {
      max-width: 99.99%;
      /* IE折り返しhack */ }
    .box .definition dl {
      display: block; }
      .box .definition dl:after {
        visibility: hidden;
        display: block;
        content: " ";
        clear: both;
        height: 0; }
      * html .box .definition dl {
        height: 1px; }
    .box .definition dt {
      float: left; }
    .box .definition dd {
      overflow: hidden; }
    .box .definition .download {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0 0 15px;
      padding: 0; }
      .box .definition .download li {
        margin-left: 15px; }
      .box .definition .download a {
        display: block;
        width: 60px;
        background: #e7f8ff;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 8px 8px 4px; }
        .box .definition .download a:after {
          display: none; }
        @media (hover: hover) {
          .box .definition .download a:hover {
            opacity: .65; } }
        .box .definition .download a span {
          display: block;
          line-height: 1.2;
          text-align: center;
          font-size: 75%; }
        .box .definition .download a span + span {
          margin-top: 8px; }
  .box .definition .note {
    margin-top: 10px;
    font-size: 75%; }
  .box .definition_tbl_wrap {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap; }
    .box .definition_tbl_wrap table {
      width: 100%;
      border-collapse: collapse;
      font-size: 75%;
      line-height: 1.5; }
    .box .definition_tbl_wrap th, .box .definition_tbl_wrap td {
      border: 1px solid #ccc;
      text-align: center;
      vertical-align: top;
      padding: 15px; }
    .box .definition_tbl_wrap thead th {
      background-color: #e7f8ff; }
    .box .definition_tbl_wrap td:first-child {
      max-width: 300px;
      white-space: normal; }
    .box .definition_tbl_wrap tbody td:nth-child(n+3) {
      width: 60px; }
  .box .definition_note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 0;
    font-weight: normal;
    font-size: 75%; }
    .box .definition_note h5 {
      margin: 0 45px 0 0;
      font-size: 100%; }
    .box .definition_note p {
      font-size: 100%; }
  .box .box_notavilable {
    padding: 0 120px; }
  @media screen and (max-width: 640px) {
    .box {
      font-size: 0.875rem; }
      .box_head {
        padding: 8px 15px; }
      .box .box:not(:first-child) {
        margin-top: 15px; }
      .box .box_head + .box {
        margin-top: 0; }
      .box_head ~ .box.is-collapse {
        margin-top: 2px; }
      .box_body {
        padding: 15px; }
      .box.is-collapse .box_head {
        padding-right: 45px; }
        .box.is-collapse .box_head:after {
          right: 15px;
          width: 15px;
          height: 10px; }
      .box dl dt {
        margin-right: 15px; }
      .box .definition {
        display: block; }
        .box .definition dl {
          display: block; }
        .box .definition .download {
          margin-top: 10px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
      .box .definition_note h5 {
        margin-right: 15px; }
      .box .box_notavilable {
        padding: 0 0; } }

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