.intro {
  line-height: 1.5; }

ul.picup_theme {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2ebf0), to(#cfd9df));
  background-image: -webkit-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: -o-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: linear-gradient(180deg, #e2ebf0 0%, #cfd9df 100%);
  padding: 1em 0;
  border-radius: 6px; }
  ul.picup_theme a {
    display: block;
    width: 100%;
    color: #333; }
  ul.picup_theme li {
    width: 150px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  ul.picup_theme p {
    margin-top: 4px;
    font-size: 0.875em;
    text-align: center; }
  ul.picup_theme p.icon {
    margin: 0 auto;
    width: 80px; }
    ul.picup_theme p.icon img {
      width: 100%; }
  @media screen and (max-width: 999px) {
    ul.picup_theme li {
      width: 100px; }
    ul.picup_theme p.icon {
      width: 60px; } }
  @media screen and (max-width: 559px) {
    ul.picup_theme li {
      width: 80px; }
    ul.picup_theme p.icon {
      width: 40px; }
    ul.picup_theme p {
      font-size: 0.75em; }
      ul.picup_theme p br {
        display: none; } }

ul.list_tab {
  margin: 1em 0 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  ul.list_tab li {
    margin: 3px; }
  ul.list_tab li a {
    display: block;
    width: 100%;
    color: #fff;
    background: #00a0e9;
    font-size: 1em;
    border-radius: 4px;
    padding: 0.5em 2em; }
    @media screen and (max-width: 999px) {
      ul.list_tab li a {
        font-size: 1em;
        padding: 0.75em 1.5em; } }
    ul.list_tab li a:hover {
      color: #fff;
      background: rgba(0, 160, 233, 0.5); }

.tab_name {
  margin-top: -90px;
  padding-top: 90px; }
  .tab_name h3 {
    background: #666;
    color: #fff;
    margin: 0 0 0.5em;
    padding: 0.75em;
    font-size: 1em;
    border-radius: 6px;
    font-weight: bold; }

.list_company {
  margin-bottom: 3em; }
  .list_company li {
    border-bottom: 1px solid #ccc; }
  .list_company a {
    color: #333; }
    .list_company a:hover {
      background: #eee; }
  .list_company p {
    line-height: 1.5; }
    .list_company p.name {
      font-weight: bold; }
  @media screen and (min-width: 1000px) {
    .list_company a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.5em 0.5em; }
    .list_company p.name {
      width: 18em;
      margin-right: 1.5em; }
    .list_company p.sum {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 0.9125em; } }
  @media screen and (max-width: 999px) {
    .list_company a {
      display: block;
      padding: 0.5em 0.25em; }
    .list_company p.name {
      width: 100%;
      margin-right: 0; }
    .list_company p.sum {
      font-size: 0.875em; } }

.tab_name h3 {
  background: #00a0e9;
  color: #fff;
  margin: 0 0 0.5em;
  padding: 0.75em;
  font-size: 1em;
  border-radius: 6px;
  font-weight: bold; }

.list_theme_company {
  margin-bottom: 3em; }
  .list_theme_company > li {
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    padding: 0.5em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .list_theme_company > li:last-child {
      border-bottom: 0; }
  .list_theme_company a {
    color: #333; }
  .list_theme_company p.name {
    font-weight: bold;
    width: 22em;
    margin-right: 1.5em; }
  .list_theme_company ul.theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .list_theme_company ul.theme li {
      font-size: 12px;
      padding: 0.25em 0.5em;
      border-radius: 4px;
      border: 1px solid #999;
      margin-right: 0.25em;
      color: #999; }
      .list_theme_company ul.theme li.on {
        border: 1px solid #999;
        background: #999;
        color: #fff; }
  @media screen and (max-width: 1199px) {
    .list_theme_company ul.theme li {
      border-radius: 2px;
      font-size: 11px;
      margin: 0.125em;
      padding: 0.125em 0.25em; } }
  @media screen and (max-width: 999px) {
    .list_theme_company > li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .list_theme_company p.name {
      width: 100%;
      margin: 0 0 0.125em; }
    .list_theme_company ul.theme {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media screen and (max-width: 599px) {
    .list_theme_company p.name {
      font-size: 1.125em; } }

.link_app {
  text-align: center;
  max-width: 600px;
  margin: 5em auto; }
  .link_app a {
    font-size: 1.5em;
    display: block;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8854), to(#f00));
    background-image: -webkit-linear-gradient(top, #ff8854 0%, #f00 100%);
    background-image: -o-linear-gradient(top, #ff8854 0%, #f00 100%);
    background-image: linear-gradient(180deg, #ff8854 0%, #f00 100%);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border: 2px solid #fff;
    padding: 0.75em 1.5em; }
  @media screen and (max-width: 599px) {
    .link_app {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .link_app a {
        width: calc(100% - 0.5em);
        padding: 0.75em 0;
        text-align: center; } }
