@charset "UTF-8";

/* Webページ全体に対するfont-familyの設定。必要であれば以下のコードを有効化する */
/* @font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: Verdana, Meiryo, sans-serif; } }
  @media all and (-ms-high-contrast: active) {
    body {
      font-family: Verdana, Meiryo, sans-serif; } } */


/* Material-iconsのカスタマイズ用classの作成 */
.material-icons.blue { color: #3399cc; }
.material-icons.white { color: #fff; }
.material-icons.md-17 { font-size: 17px; }
.material-icons.sub-position { vertical-align: sub; }

body {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px; }
  body .mobile {
    display: none; }
  @media only screen and (max-width: 640px) {
    body .pc {
      display: none !important; }
    body .mobile {
      display: block; }
    body * {
      box-sizing: border-box; }
    body img {
      max-width: 100%;
      height: auto; } }
  body a {
    color: #3399cc;
    text-decoration: none; }
  body a:hover {
    opacity: 0.8;
    cursor: pointer;
    cursor: hand;
    transition: opacity .2s ease-out; }
  
/* header start */
header {
  width: 100%;
  position: fixed;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
  z-index: 1; }
  @media only screen and (max-width: 640px) {
    header {
      height: 54px; } }
    /*チェックボックス等は非表示に*/
    /*アイコンのスペース*/
    /*ハンバーガーアイコンをCSSだけで表現*/
    /*閉じる用の薄黒カバー*/
    /*中身*/
    /*チェックが入ったらもろもろ表示*/
  header .inner {
    width: 100%;
    max-width: 980px;
    height: 82px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 640px) {
      header .inner {
        height: 54px;
        padding: 0 14px; } }
  header .pc {
    width: 100%;
    display: flex; }
    header .pc .nav_item_logo {
      position: relative;
      display: inline-block;
      height: 82px;
      width: 182px;
      box-sizing: border-box;
      padding: 6px 0; }
    header .pc .nav_item_logo:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 44px;
      background-color: #f3f3f3;
      top: 50%;
      right: -1px;
      transform: translate(0, -50%); }
    header .pc .nav_item_logo h1 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 19px;
      color: black; }
    header .pc .nav_item_logo p {
      font-family: 'Roboto', sans-serif;
      font-size: 11px;
      color: #3399cc;
      line-height: 1; }
    header .pc .nav_item_logo p:nth-child(2) {
      letter-spacing: 1.5px;
      padding-bottom: 5px; }
    header .pc .nav_item_logo p:nth-child(3), .nav_item_logo p:nth-child(4) {
      font-weight: 300;
      /* chromeでは最小フォントサイズが10pxのため、強制的にフォントサイズを7.5pxに変更 */
      transform: scale(0.75) translate(-40px);
      width: 240px;
      line-height: 0.8; }
    header .pc .nav_item {
      position: relative;
      display: inline-block;
      height: 82px;
      width: 100%;
      box-sizing: border-box;
      padding: 23px 5px;
      text-align: center;
      line-height: 1.6;
      color: gray; }
    header .pc .nav_item:hover {
      color: #3399cc; }
    header .pc .nav_item:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 44px;
      background-color: #f3f3f3;
      top: 50%;
      right: -1px;
      transform: translate(0, -50%); }
    header .pc .nav_item:after {
      content: "";
      position: absolute;
      width: calc(100% - 4px);
      height: 5px;
      background-color: #f3f3f3;
      bottom: 2px;
      left: 2px; }
    header .pc .nav_item:hover:after {
      background-color: #3399cc; }
      header .pc .nav_item p:nth-child(1) {
        font-family: 'Noto Sans JP', sans-serif; }
      header .pc .nav_item p:nth-child(2) {
        font-family: 'Roboto', sans-serif;
        font-size: 10px; }
    header .pc .nav_item_current {
      color: #3399cc; }
    header .pc .nav_item_current:after {
      background-color: #3399cc; }
  header .mobile {
    padding: 8px 0; }
    header .mobile .nav_item_logo {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      width: 300px; }
    header .mobile .nav_item_logo div {
      width: 130px; }
    header .mobile .nav_item_logo div:first-child:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 24px;
      background-color: #5ca7cc;
      top: 6px;
      left: 117px; }
    header .mobile .nav_item_logo div:last-child {
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 8px 0 4px; }
    header .mobile .nav_item_logo h1 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
      color: black; }
    header .mobile .nav_item_logo p {
      font-family: 'Roboto', sans-serif;
      font-size: 10px;
      letter-spacing: 1.5px;
      /* chromeでは最小フォントサイズが10pxのため、強制的にフォントサイズを7.5pxに変更 */
      transform: scale(0.8) translate(-30px);
      width: 240px;
      line-height: 0.8; }
  header #nav-drawer {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 25px; }
  header .nav-unshown {
    display: none; }
  header #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle; }
  header #nav-open span, header #nav-open span:before, header #nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 22px;
    /*長さ*/
    border-radius: 3px;
    background: #1c404f;
    display: block;
    content: '';
    cursor: pointer; }
  header #nav-open span:before {
    bottom: -8px; }
  header #nav-open span:after {
    bottom: -16px; }
  header #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out; }
  header #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #5ca7cc;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    --transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/ }
    header #nav-content a {
      color: #fff;
      display: block;
      height: 44px;
      line-height: 44px;
      padding-left: 10px; }
    header #nav-content li {
      height: 44px;
      border-bottom: 1px #b6d4e3 solid; }
    header #nav-input:checked ~ #nav-close {
      display: block;
      /*カバーを表示*/
      opacity: .5; }
    header #nav-input:checked ~ #nav-content {
      --transform: translateX(0%);
      transform: translateX(0%);
      /*中身を表示（右へスライド）*/
      box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

main.child {
  padding-top: 120px;
  margin: 0 auto;
  max-width: 980px;
  width: 100%; }
  @media only screen and (max-width: 640px) {
    main.child {
      width: 100%;
      padding: 70px 10px 10px; } }
  main.child h2 {
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    background: #5ca7cc;
    line-height: 40px; }
    main.child h2:before {
      content: '';
      border-left: 2px solid #fff;
      margin-right: 5px; }
  main.child h3 {
    position: relative;
    border-bottom: solid 2px #f3f3f3;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 20px 0; }
    main.child h3:after {
      position: absolute;
      content: "";
      display: block;
      border-bottom: solid 2px #5ca7cc;
      bottom: -2px;
      width: 20%; }
  main.child h4 {
    position: relative;
    margin: 60px 0 20px;
    font-size: 18px;
    font-weight: bold;
    border-top: solid 2px #5ca7cc;
    border-bottom: solid 1px #f3f3f3;
    padding: 10px 15px 12px; }
    main.child h4:after {
      position: absolute;
      content: "";
      display: block;
      max-width: 980px;
      width: 100%;
      height: 1.5px;
      bottom: 2px;
      left: 0;
      background-color: #f3f3f3; }
  main.child .subNav {
    border: #5ca7cc;
    margin-bottom: 20px;
    background: #d6e9f2;
    padding: 15px 20px; }
    main.child .subNav ul {
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
    }
    main.child .subNav ul li {
      padding-left: 14px;
      margin-right: 25px;
      line-height: 30px;
      background: url("../img/bg/arrow_blue.png") no-repeat 0 center; }

footer {
  width: 100%;
  margin: 60px auto 0;
  background: #5ca7cc;
  color: #fff;
  text-align: center;
  padding: 20px 0; }
  @media only screen and (max-width: 640px) {
    footer {
      margin-top: 40px; } }
  footer a {
    color: #fff; }
  footer .inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 640px) {
      footer .inner {
        width: 100%;
        font-size: 11px; } }
    footer .inner ul {
      display: -ms-flex;
      display: flex;
      justify-content: center;
      margin: 0 auto 10px; }
      footer .inner ul li {
        line-height: 1;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #fff; }
        footer .inner ul li:last-child {
          border: none;
          padding: 0;
          margin: 0; }

/* -- index start -- */
main#index {
  padding-top: 120px;
  margin: 0 auto;
  width: 980px; }
  @media only screen and (max-width: 640px) {
    main#index {
      padding-top: 70px;
      padding-left: 10px;
      padding-right: 10px;
      width: 100%; } }
  main#index #introduce {
    min-height: 520px;
    background: url("../img/bg/top.jpg") no-repeat; }
    @media only screen and (max-width: 640px) {
      main#index #introduce {
        min-height: 100px;
        background-position: top left;
        background-size: contain; } }
    main#index #introduce .content {
      width: 510px;
      padding: 30px;
      left: 20px;
      top: 180px;
      position: relative;
      background-color: rgba(255, 255, 255, 0.9); }
      @media only screen and (max-width: 640px) {
        main#index #introduce .content {
          width: 100%;
          left: 0;
          top: 100px;
          padding: 30px 10px 20px 10px;
          border-bottom: 1px solid #ccc; } }
      main#index #introduce .content h2 {
        display: block;
        padding: 8px 15px;
        width: 480px;
        background-color: #5ca7cc;
        color: #fff;
        margin-bottom: 15px;
        font-size: 18px; }
        @media only screen and (max-width: 640px) {
          main#index #introduce .content h2 {
            width: 100%; } }
  @media only screen and (max-width: 640px) {
    main#index #news {
      margin-top: 140px; } }
  main#index #news h2 {
    font-size: 18px;
    border-bottom: 1px solid #5ca7cc;
    color: #3399cc;
    padding: 0 20px 5px;
    margin-bottom: 20px; }
  main#index #news article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #f3f3f3 solid; }
    main#index #news article .title {
      display: --flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin-bottom: 10px;
      height: 24px; }
      @media only screen and (max-width: 640px) {
        main#index #news article .title {
          display: block;
          height: auto; } }
      main#index #news article .title span {
        font-size: 12px;
        color: #3399cc;
        border: 1px solid #5ca7cc;
        min-width: 100px;
        display: block;
        text-align: center;
        margin-right: 10px;
        height: 22px; }
        @media only screen and (max-width: 640px) {
          main#index #news article .title span {
            display: inline-block;
            padding: 0 3px; } }
      main#index #news article .title h3 {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px; }
        @media only screen and (max-width: 640px) {
          main#index #news article .title h3 {
            display: inline;
            line-height: 32px; } }
      main#index #news article .title p.date {
        font-size: 12px;
        border-left: 1px solid #ccc;
        margin: 0 15px;
        padding-left: 15px;
        line-height: 24px; }
        @media only screen and (max-width: 640px) {
          main#index #news article .title p.date {
            display: inline; } }
    main#index #news article .content {
      display: -ms-flex;
      display: flex; }
      @media only screen and (max-width: 640px) {
        main#index #news article .content {
          display: block; } }
      main#index #news article .content .img {
        padding: 5px 10px 0 0; }
    main#index #news article .link {
      text-align: right;
      margin-top: 10px; }
      main#index #news article .link a {
        box-sizing: border-box;
        --box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        display: inline-block;
        background: #5ca7cc url("../img/bg/arrow.png") no-repeat 160px center;
        height: 30px;
        line-height: 30px;
        width: 200px;
        color: #fff;
        text-align: center; }
  main#index .bnr {
    display: flex;
    width: 100%;
    max-width: 686px;
    margin: 60px auto 0;
    border: 1.5px solid #f3f3f3 }
    @media only screen and (max-width: 640px) {
      main#index .bnr {
        margin-top: 20px; } }
  main#index a .bnr_image {
    width: 45%; }
    @media only screen and (max-width:640px) {
      main#index a .bnr_image {
        width: 35%; } }
  main#index a .bnr_content {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding: 10px }
    @media only screen and (max-width:640px) {
      main#index a .bnr_content {
        width: 65%;
        padding: 4px; }
    }
    main#index a .bnr_content p:nth-child(1) {
      font-size: 18px; }
      @media only screen and (max-width: 640px) {
        main#index a .bnr_content p:nth-child(1) {
          /* font-size: 14px; */
          font-size: 3vw;
          line-height: 1.5; }
      }
    main#index a .bnr_content p:nth-child(2) {
      color: black;
      font-size: 12px; }
      @media only screen and (max-width: 640px) {
        main#index a .bnr_content p:nth-child(2) {
          /* font-size: 10px; */
          font-size: 2vw;
          line-height: 1.3; }
      }
    main#index a .bnr_content p:nth-child(3) {
      color: white;
      font-size: 12px;
      padding: 4px;
      margin-top: auto;
      background-color: #3399cc;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        main#index a .bnr_content p:nth-child(3) {
          font-size: 10px;
          line-height: 1.3; }
      }

/* -- index end -- */
/* -- research start -- */
#research .inner {
  display: flex--;
  display: flex-moz-;
  display: flex-ms-;
  display: flex-o-;
  display: flex;
  margin-bottom: 80px; }
  @media only screen and (max-width: 640px) {
    #research .inner {
      display: block; } }
  #research .inner .img {
    width: 340px;
    position: relative; }
    /* #research .inner .img img:nth-child(2) {
      position: absolute;
      top: 140px;
      right: 0; } */
    @media only screen and (max-width: 640px) {
      #research .inner .img {
        width: 100%;
        margin-bottom: 60px; } }
  #research .inner .txt {
    width: 600px;
    padding-left: 40px; }
    @media only screen and (max-width: 640px) {
      #research .inner .txt {
        width: 100%;
        padding: 0; } }
    #research .inner .txt p {
      font-size: 16px;
      margin-bottom: 20px; }
    #research .inner .txt p.publications {
      display: block;
      border-left: 2px #f3f3f3 solid;
      padding-left: 3em;
      text-indent: -2em;
      margin-bottom: 10px;
      font-size: 14px;
      color: #666; }
      #research .inner .txt p.publications span {
        background: --linear-gradient(transparent 60%, #cee4f0 60%);
        background: -o-linear-gradient(transparent 60%, #cee4f0 60%);
        background: linear-gradient(transparent 60%, #cee4f0 60%); }

#research p {
  margin-bottom: 40px; }

/* -- research end -- */
/* -- publications start -- */
#publications .rg {
  text-align: right; }

#publications ul.titleList li {
  margin: 10px auto;
  padding-left: 15px;
  border-left: 2px #f3f3f3 solid; }
  #publications ul.titleList li p {
    padding-left: 2em;
    text-indent: -2em; }
  #publications ul.titleList li span {
    background: --linear-gradient(transparent 60%, #cee4f0 60%);
    background: -o-linear-gradient(transparent 60%, #cee4f0 60%);
    background: linear-gradient(transparent 60%, #cee4f0 60%); }

/* -- publications end -- */
/* -- people start -- */
#people h3 {
  margin-bottom: 10px; }

#people .peopleList {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#people .peopleList .inner {
  box-sizing: border-box;
  width: 50%; }
  @media only screen and (max-width: 640px) {
    #people .peopleList .inner {
      width: 100%; } }
  #people .peopleList .inner:first-child {
    padding-right: 20px; }
    @media only screen and (max-width: 640px) {
      #people .peopleList .inner:first-child {
        padding: 0; } }
  #people .peopleList .inner:last-child {
    padding-left: 20px; }
    @media only screen and (max-width: 640px) {
      #people .peopleList .inner:last-child {
        padding: 0; } }

#people .peopleList ul {
  padding-left: 5px;
  margin-bottom: 30px; }
  #people .peopleList ul li {
    margin-bottom: 5px; }
    #people .peopleList ul li span.university {
      font-size: 12px;
      color: #3399cc;
      border: 1px solid #5ca7cc;
      padding: 0 10px;
      display: inline-block;
      text-align: center;
      margin-left: 10px;
      height: 20px; }

#people .info {
  display: --flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 20px auto; }
  @media only screen and (max-width: 640px) {
    #people .info {
      display: block; } }
  #people .info .img {
    padding-left: 20px;
    max-width: 480px; }
    @media only screen and (max-width: 640px) {
      #people .info .img {
        padding: 0;
        width: 70%;
        text-align: center;
        margin: 30px auto 0; } }
  #people .info .img img {
    width: 100%;
    height: auto;
  }
  #people .info .txt {
    padding-left: 15px; }
    #people .info .txt span {
      font-weight: bold; }

#people dl {
  margin-top: 40px; }
  #people dl dt {
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid #5ca7cc;
    padding-left: 10px;
    margin-bottom: 10px; }

/* -- people end -- */
/* -- participants start -- */
#participants .summary {
  margin-top: 20px;
  display: --flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media only screen and (max-width: 640px) {
    #participants .summary {
      display: block; } }
  #participants .summary .info {
    width: 350px; }
    @media only screen and (max-width: 640px) {
      #participants .summary .info {
        width: 100%;
        margin-bottom: 20px; } }
  #participants .summary .img {
    padding-left: 20px;
    max-width: 295px; }
    @media only screen and (max-width: 640px) {
      #participants .summary .img {
        padding: 0; } }
  #participants .summary .img img {
    width: 100%;
    height: auto;
  }

#participants .attention {
  margin: -10px 0 10px }

#participants .recruitList {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#participants .recruitList .experiment {
  align-self: -ms-grid-row-align;
  align-self: flex-start;
  box-sizing: border-box;
  width: 49%;
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #5ca7cc; }
  @media only screen and (max-width: 640px) {
    #participants .recruitList .experiment {
      width: 100%; } }
  #participants .recruitList .experiment h5 {
    color: #3399cc;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  #participants .recruitList .experiment .content {
    margin-bottom: 10px; }
    #participants .recruitList .experiment .content p {
      margin-bottom: 5px;
      display: inline-block;
      background: --linear-gradient(transparent 65%, #cee4f0 65%);
      background: -o-linear-gradient(transparent 65%, #cee4f0 65%);
      background: linear-gradient(transparent 65%, #cee4f0 65%); }
    #participants .recruitList .experiment .content li {
      margin:0 auto 5px;
      padding-left: 5px; }
    #participants .recruitList .experiment .content li:before {
      content: '';
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 100%;
        background: #3399cc;
        position: relative;
        top: -2px;
        left: 0;
        margin-right: 5px; }
  #participants .recruitList .experiment a.btn {
    box-sizing: border-box;
    --box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    background: #5ca7cc;
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #fff;
    text-align: center;
    --box-shadow: 0px 2px 0px 2px #5092b2;
    -moz-box-shadow: 0px 2px 0px 2px #5092b2;
    box-shadow: 0px 2px 0px 2px #5092b2; }

/* -- participants end -- */
/* -- access start -- */
#access p {
  margin-bottom: 40px; }

#access #map-canvas {
  width: 100%;
  height: 200px;
  margin-bottom: 20px; }

#access .location {
  display: flex--;
  display: flex-moz-;
  display: flex-ms-;
  display: flex-o-;
  display: flex; }
  @media only screen and (max-width: 640px) {
    #access .location {
      display: block; } }
  #access .location .info {
    width: 348px; }
    @media only screen and (max-width: 640px) {
      #access .location .info {
        width: 100%; } }
  #access .location .img {
    flex-grow: 1;
    max-width: 296px;
    padding-left: 20px; }
    @media only screen and (max-width: 640px) {
    #access .location .img {
      width: 100%;
      padding: 0; } }
    #access .location .img .img_space {
      position: relative;
      width: 100%; }
    #access .location .img .img_space:before {
      content: "";
      display: block;
      padding-top: 65% }
    #access .location .img img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

#access span {
  font-size: 12px;
  color: #3399cc;
  border: 1px solid #5ca7cc;
  max-width: 200px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin: 0 10px 5px 0;
  height: 22px;
  padding: 5px 24px; }
  @media only screen and (max-width: 640px) {
    #access span {
      display: block;
      max-width: none;
      height: 32px;
      margin-bottom: 10px; } }

/* -- access end -- */
/* -- profile start -- */
#profile .summary {
  margin-top: 20px;
  display: --flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media only screen and (max-width: 640px) {
    #profile .summary {
      display: block; } }
  @media only screen and (max-width: 640px) {
    #profile .summary .info {
      margin-top: 20px; } }
  @media only screen and (min-width: 641px) {
    #profile .summary .info {
      padding-left: 40px; } }
  #profile .summary .info span {
    font-size: 18px;
    background: --linear-gradient(transparent 60%, #cee4f0 60%);
    background: -o-linear-gradient(transparent 60%, #cee4f0 60%);
    background: linear-gradient(transparent 60%, #cee4f0 60%); }
  #profile .summary .info h3 {
    border: none;
    font-size: 20px;
    color: #3399cc;
    font-weight: bold;
    margin: 0; }
    #profile .summary .info h3:after {
      border: none; }

#profile .subNav {
  background: none;
  padding-left: 0;
  margin: 0; }

#profile .listBox {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  #profile .listBox > div {
    width: 50%; }
    @media only screen and (max-width: 640px) {
      #profile .listBox > div {
        width: 100%;
      }
    }

#profile h5 {
  display: inline-block;
  border: 1px solid #5092b2;
  color: #5092b2;
  font-weight: bold;
  padding: 0 10px;
  margin: 0 0 10px 0; }

#profile ul.titleList li {
  margin: 0 auto; }
  #profile ul.titleList li p {
    margin-bottom: 14px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
  }

/* -- profile end -- */
