/* BLUE
-----------------------*/
/* GRAY
-----------------------*/
/* #section-feature
-----------------------------*/
#section-feature .list {
  overflow: hidden; }

#section-feature .item {
  float: left;
  width: 33.333%; }
  @media screen and (max-width: 740px) {
    #section-feature .item {
      float: none;
      width: 100%;
      margin-bottom: 10px; } }
  #section-feature .item .title {
    background: #ebedf1;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #173064;
    line-height: 66px;
    border-left: 1px solid #fff; }
    @media screen and (max-width: 740px) {
      #section-feature .item .title {
        border-left: none;
        font-size: 14px;
        line-height: 45px; } }
  #section-feature .item:first-child .title {
    border-left: none; }
  #section-feature .item:first-child .text {
    border-left: 1px solid #ddd; }
  #section-feature .item .text {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px;
    position: relative; }
    @media screen and (max-width: 740px) {
      #section-feature .item .text {
        height: auto !important;
        padding: 10px;
        border: 1px solid #ddd;
        border-top: none; } }
    #section-feature .item .text .edge {
      line-height: 1;
      display: block;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0; }
    #section-feature .item .text .edge img {
      vertical-align: top; }
    #section-feature .item .text li {
      font-size: 15px;
      margin-bottom: 10px;
      text-indent: -1em;
      margin-left: 1em; }
      @media screen and (max-width: 740px) {
        #section-feature .item .text li {
          font-size: 12px; } }

/* #section-department
-----------------------------*/
#section-department .list {
  overflow: hidden; }
  @media screen and (max-width: 740px) {
    #section-department .list {
      height: auto !important; } }

#section-department .item {
  width: 50%;
  float: left; }
  @media screen and (max-width: 740px) {
    #section-department .item {
      width: 49%;
      padding-right: 1%; } }
  #section-department .item .sub-title {
    font-weight: bold;
    font-size: 18px; }
    @media screen and (max-width: 740px) {
      #section-department .item .sub-title {
        font-size: 12px; } }
  #section-department .item .sub-list {
    margin-bottom: 20px; }
    #section-department .item .sub-list li {
      margin-top: 10px;
      text-indent: -1em;
      margin-left: 1em; }

/* #section-message
-----------------------------*/
#section-message .text-nav {
  text-align: center;
  padding-top: 15px; }

#section-message .text-wrap .text {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s; }

#section-message .text-wrap .text.is-active {
  position: static;
  opacity: 1; }
