@charset "UTF-8";
/* cssスタート */
/* frame */
/* header */
header {
  overflow: hidden;
  margin: 0 0 1em; }
  header h1 {
    margin: .5em 0 0 .5em;
    float: left;
    width: 48%; }
    header h1 img {
      width: 100%;
      margin: 0; }
    header h1 span {
      display: block;
      color: #16387c;
      font-size: 29%;
      font-weight: normal; }
  header .to-home {
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 2em;
    background: url(../images/icon/sub_arrow.png) 10px center no-repeat;
    background-size: 21%;
    color: #1d2088;
    font-size: 80%;
    vertical-align: middle;
    margin: 3.2em 0 0 1em; }
  header #mobile-bar {
    width: 20%;
    float: right;
    height: 100%;
    background: #00a0e9;
    text-align: center;
    border-radius: .3em 0 0 .3em;
    margin: 1em 0 0 0; }
    header #mobile-bar a {
      background: url(../images/icon/menu_btn.png) center 15px no-repeat;
      background-size: 60%;
      padding: 2.8em 0 .5em 0;
      display: block;
      color: #FFF;
      text-decoration: none; }

/* menu */
#build-menu {
  background: #16387c;
  border-left: 4px solid #022366; }
  #build-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #build-menu ul li {
      margin: 0 0 1px 10px;
      border: 1px solid #2a55ab;
      background: #0373c1; }
      #build-menu ul li a {
        color: #FFF;
        text-decoration: none;
        line-height: 1;
        display: block;
        padding: 1.5em 0 1.5em 2em;
        font-weight: bold;
        background: url(../images/icon/navi_arrow.png) 10px center no-repeat;
        background-size: 4%; }
    #build-menu ul li.menu-title {
      border: none;
      background: none;
      padding: 1.3em 0; }
      #build-menu ul li.menu-title h2 {
        display: inline-block;
        margin: 0 0 0 .8em;
        color: #FFF;
        text-shadow: 1px 1px 5px #000; }
      #build-menu ul li.menu-title a.menu-close {
        display: inline-block;
        padding: 0;
        float: right; }
        #build-menu ul li.menu-title a.menu-close img {
          width: 60%; }
  #build-menu ul.mobile-nav-1 li {
    border: 1px solid #011f5c;
    background: #0b2965; }
  #build-menu ul.mobile-nav-1 li.back-home {
    background: none;
    border: none;
    border-bottom: 1px solid #2a55ab; }
    #build-menu ul.mobile-nav-1 li.back-home a {
      text-align: right;
      margin: 0 1em 0 0;
      background: url(../images/back_home.png) 70% center no-repeat;
      background-size: 10%; }

/* section */
/* search-block */
.search-block {
  background: #00a0e9;
  padding: .3em 0; }
  .search-block form {
    width: 96%;
    margin: 0 auto; }
    .search-block form .keywords {
      line-height: 1.5;
      border: none;
      border-radius: .3em;
      width: 74%;
      padding: .3em; }
    .search-block form .searchBtn {
      background: #1d2088;
      border: none;
      line-height: 2;
      border-radius: .3em;
      width: 18%;
      color: #FFF; }

/* top-link-list */
.top-link-list {
  background: #16459b;
  margin: 0 0 15px;
  padding: 2% 2%; }
  .top-link-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%; }
    .top-link-list ul li {
      background: #FFF;
      display: inline-block;
      margin: 0 0 3px;
      position: relative;
      width: 48.8%; }
      .top-link-list ul li:after {
        background: url(../images/icon/icon_top_link_list.png) no-repeat;
        background-size: 100%;
        content: "";
        display: block;
        height: 16px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 10px; }
      .top-link-list ul li a {
        display: block;
        padding: 0 0 0 6%;
        text-decoration: none;
        line-height: 45px;
        font-size: 13px;
        font-weight: bold; }
        .top-link-list ul li a span {
          color: #16387c; }

/* carevision sp */
.specialStyle_1 .carevision-date{
  text-align:right;
  padding-right:10px;
}
.specialStyle_1 div.box{
  overflow:hidden;}

  div.box div.photo{
  float:left;
  padding-right:15px;}

  div.box div.carevision-photo{
  float:left;
  padding-right:15px;
  width:30%}

    div.box div.carevision-photo a.carevision-img{
      display:block;
      padding: .4em;
      background:#e2f2fe;}
    div.box div.carevision-photo img{
    width:100%}

  div.box p.des{
    overflow:hidden;
    margin-top:0px;
  }

section.content img.carevision-main{
  width:100%;
  height:auto;
}

/* list-block */
.list-block {
  width: 94%;
  margin: 0 auto; }
  .list-block h2 {
    background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: linear-gradient(top, #ffffff, #e8e8e8);
    border: 1px solid #ccc;
    border-radius: .15em;
    color: #1d2088;
    font-size: 120%;
    line-height: 1.2;
    padding: .5em; }
/* carevision sp */
    .list-block h2.carevision {
      background:#8DC21F;
    }
      .list-block h2.carevision a{
        color:#FFFFFF;
        text-decoration:none;
      }
/* feature sp */
    .list-block h2.feature {
      background:#1d2088;
      color: #FFFFFF;
    }
    .list-block h2.feature a{
      color:#FFFFFF;
      text-decoration:none;
    }
  .list-block h3 {
    color: #0699df; }
  .list-block .social-box {
    margin: 0 0 2em; }
    .list-block .social-box .ninja_onebutton {
      text-align: right; }
      .list-block .social-box .ninja_onebutton .ninja_onebutton_output_horizontal div {
        display: inline-block;
        float: none;
        padding: 0 0 0 5px; }
      .list-block .social-box .ninja_onebutton .google_plusone_m {
        width: 57px; }
      .list-block .social-box .ninja_onebutton .ninja_onebutton_clear {
        display: none !important; }
  .list-block .read {
    margin: 0 0 2em; }
    .list-block .read p {
      font-size: 90%;
      line-height: 1.3; }
/* 2018/01 prime_innovation SP image */
    .list-block .read .rich-content .cap-i img{
      width: 100%;
      padding: 6%;
      box-sizing: border-box;
      background: #f0f0f0;
      margin: 0 0 1.5em; }

  .list-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .list-block ul li {
      margin: 0 0 1em;
      padding: 0 0 1em;
      border-bottom: 2px dotted #CCC;
      overflow: hidden; }
      .list-block ul li .list-img-box {
        float: left;
        width: 30%; }
        .list-block ul li .list-img-box a {
          display: block;
          padding: .4em;
          background: #e2f2fe; }
          .list-block ul li .list-img-box a img {
            width: 100%; }
      .list-block ul li .detail {
        float: left;
        width: 67%;
        margin: 0 0 0 3%; }
        .list-block ul li .detail .date {
          display: block;
          font-size: 80%;
          margin: 0 0 .3em; }
        .list-block ul li .detail a {
          color: #16387c;
          text-decoration: none;
          line-height: 1.3; }
        .list-block ul li .detail a:hover {
          text-decoration: underline; }
      .list-block ul li .non-img {
        width: 100%;
        margin: 0; }
/* slides sp */
      .list-block ul.slides li{
        margin:0px;
        padding:0px;
        border-bottom:none;
      }
/* carevision sp */
.des a.carevision {
  color: #16387c;
  text-decoration: none;
  line-height: 1.3;
}
/* sub-nav */
.sub-nav, .sideNav {
  background: #eff4f9;
  margin: 0 0 15px;
  padding: 1em .5em; }
  .sub-nav h2, .sideNav h2 {
    background: #1d2088;
    color: #FFF;
    margin: 0;
    padding: .5em;
    line-height: 1.2;
    font-size: 110%; }
  .sub-nav ul, .sideNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .sub-nav ul li, .sideNav ul li {
      background: #FFF;
      border-bottom: 1px solid #d9ecfe;
      font-size: 90%; }
      .sub-nav ul li a, .sideNav ul li a {
        text-decoration: none;
        padding: 1.5em 0 1.5em 3em;
        display: block;
        background: url(../images/icon/sub_arrow.png) 10px center no-repeat;
        background-size: 5%;
        color: #1d2088; }
    .sub-nav ul li:first-child, .sideNav ul li:first-child {
      border-top: 1px solid #d9ecfe; }
  .sub-nav .top-sub li a, .sideNav .top-sub li a {
    position: relative; }
    .sub-nav .top-sub li a span, .sideNav .top-sub li a span {
      color: #16387c; }
      .sub-nav .top-sub li a span:after, .sideNav .top-sub li a span:after {
        /*background: url(../images/icon/icon_top_sub_menu.png) no-repeat;*/
        background-size: 100%;
        content: "";
        display: inline-block;
        height: 14px;
        margin: 0 0 0 15px;
        width: 14px;
        vertical-align: middle; }

/* banner-block */
.banner-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .banner-block ul li {
    margin: 0 0 .5em; }
    .banner-block ul li a img {
      width: 100%; }

.feeArea {
  margin: 0 0 15px; }

/* footer */
footer {
  background: #00a0e9;
  border-top: 3px solid #007fb9;
  color: #FFF;
  padding: 1.5em .5em .5em; }
  footer ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 68%; }
    footer ul li {
      border-right: 1px solid #FFF;
      display: inline-block;
      font-size: 70%;
      margin: 0 .5em .3em 0;
      padding: 0 .5em 0 0; }
      footer ul li a {
        color: #FFF;
        text-decoration: none; }
      footer ul li a:active {
        text-decoration: underline; }
    footer ul li:first-child {
      display: table; }
  footer .switch {
    background: #eff4f9;
    border: 2px solid #007fb9;
    box-sizing: border-box;
    float: right;
    padding: .8em .3em;
    width: 30%; }
    footer .switch a {
      text-decoration: none; }
      footer .switch a span {
        display: inline-block;
        line-height: 1.2;
        font-size: 45%; }
      footer .switch a img {
        margin: 0;
        width: 50%; }
  footer h2 {
    clear: both;
    text-align: center;
    margin: 3.5em 0 .5em; }
    footer h2 img {
      width: 35%; }
  footer span {
    display: block;
    font-size: 75%;
    text-align: center; }

/* article-block */
.article-block {
  width: 94%;
  margin: 0 auto; }
  .article-block h2 {
    background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: linear-gradient(top, #ffffff, #e8e8e8);
    border: 1px solid #ccc;
    border-radius: .15em;
    color: #1d2088;
    font-size: 120%;
    line-height: 1.2;
    padding: .5em; }
  .article-block .social-box {
    margin: 0 0 2em; }
    .article-block .social-box .ninja_onebutton {
      text-align: right; }
      .article-block .social-box .ninja_onebutton .ninja_onebutton_output_horizontal div {
        display: inline-block;
        float: none;
        padding: 0 0 0 5px; }
      .article-block .social-box .ninja_onebutton .google_plusone_m {
        width: 57px; }
      .article-block .social-box .ninja_onebutton .ninja_onebutton_clear {
        display: none !important; }

/* content rich-content */
.content {
  width: 94%;
  margin: 0 auto; }
  .content .rich-content ul {
    margin: 0 0 1.5em 1.5em;
    padding: 0; }
  .content .rich-content .date {
    text-align: right; }
  .content .rich-content .item-date {
    text-align: right;
    margin: 0 0 .5em; }
  .content .rich-content .cap-o {
    width: 100%; }
    .content .rich-content .cap-o img {
      width: 100%;
      height: auto; }
    .content .rich-content .cap-o p {
      text-align: center;
      font-size: 80%; }
  .content .rich-content .cap-i {
    width: 100%;
    padding: 6%;
    box-sizing: border-box;
    background: #f0f0f0;
    margin: 0 0 1.5em; }
    .content .rich-content .cap-i img {
      width: 100%;
      height: auto; }
    .content .rich-content .cap-i p {
      text-align: center;
      font-size: 75%;
      margin: 1em 0 0; }
  .content .rich-content p {
    line-height: 1.5;
    margin: 0 0 1.5em; }
    .content .rich-content p b {
      font-size: 95%; }
  .content .rich-content table.default td {
    vertical-align: top; }
  .content .rich-content table.text-table {
    font-size: 80%;
    border: 1px solid #ccc;
    margin: 0 0 2em; }
    .content .rich-content table.text-table tr.bglight {
      background: #f0f0f0; }
      .content .rich-content table.text-table tr.bglight td {
        border: 1px solid #ccc; }
    .content .rich-content table.text-table tr.bgdark td {
      border: 1px solid #ccc; }
    .content .rich-content table.text-table td {
      padding: .5em; }
  .content .rich-content h2 {
    color: #0599df;
    font-size: 120%;
    margin: 0 0 1.5em; }
  .content .rich-content .moreInfo {
    font-size: 90%;
    background: #f0f0f0;
    padding: 0.5em;
    margin: 0 0 1.5em; }
    .content .rich-content .moreInfo p {
      margin: 0; }
/* carevision */
    .content .rich-content h4 {
      font-weight: bold;
      color:#1D2088;
      font-size:108%;
      margin-bottom:1em;}

.item-rsna h3 {
  color: #00a0e9;
  background: url(../images/dot_under.png) bottom repeat-x;
  padding: 0 0 10px;
  background-size: 6px;
  font-size: 100%; }
  .item-rsna h3 span {
    margin: 0 0 0 1em; }
.item-rsna ul {
  list-style-type: none;
  margin: 0 0 1.5em;
  padding: 0; }
  .item-rsna ul li h4 {
    margin: 0;
    border: 1px solid #d9ecfe; }
    .item-rsna ul li h4 span {
      color: #FFF;
      font-weight: bold;
      display: block;
      line-height: 2.5;
      text-indent: 1em;
      position: relative; }
      .item-rsna ul li h4 span:after {
        content: "";
        background: url(../images/icon/plus.png) no-repeat;
        background-size: 12px;
        display: inline-block;
        width: 13px;
        height: 13px;
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -6.5px; }
    .item-rsna ul li h4 span.open:after {
      height: 5px;
      background: url(../images/icon/minus.png) no-repeat;
      margin-top: -3px; }
  .item-rsna ul li ul {
    background: #eff4f9;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .item-rsna ul li ul li {
      padding: .7em;
      margin: 0;
      border-bottom: solid 2px #FFF; }
      .item-rsna ul li ul li h4 {
        color: #16387c;
        margin: 0 0 .5em;
        font-size: 90%; }
      .item-rsna ul li ul li a {
        background: -moz-linear-gradient(top, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, white), color-stop(50%, #eeeeee), color-stop(100%, #eeeeee));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
        /* W3C */
        width: 31%;
        display: inline-block;
        color: #00a0e9;
        border: 1px solid #dcdcdc;
        text-align: center;
        border-radius: .5em;
        text-decoration: none;
        font-size: 65%;
        line-height: 2;
        font-weight: bold; }
.item-rsna ul.item li h4 {
  background: -moz-linear-gradient(top, #289a1e 0%, #79d77d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #289a1e), color-stop(100%, #79d77d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #289a1e 0%, #79d77d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #289a1e 0%, #79d77d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #289a1e 0%, #79d77d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #289a1e 0%, #79d77d 100%);
  /* W3C */ }
.item-rsna ul.item li ul li h4 {
  background: none;
  border: none; }
.item-rsna ul.rsna li h4 {
  background: -moz-linear-gradient(top, #ca0474 0%, #e669b0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ca0474), color-stop(100%, #e669b0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ca0474 0%, #e669b0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ca0474 0%, #e669b0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ca0474 0%, #e669b0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ca0474 0%, #e669b0 100%);
  /* W3C */ }
.item-rsna ul.rsna li ul {
  background: none;
  margin: 0 0 .5em; }
  .item-rsna ul.rsna li ul li {
    padding: 0;
    margin: .5em 0 0 0;
    border: 1px solid #cad1d7; }
    .item-rsna ul.rsna li ul li .img-box {
      width: 25%;
      border-right: 1px solid #cad1d7;
      padding: .5em;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top; }
      .item-rsna ul.rsna li ul li .img-box img {
        width: 100%; }
    .item-rsna ul.rsna li ul li .txt-box {
      display: inline-block;
      width: 73%;
      padding: .5em;
      box-sizing: border-box;
      vertical-align: top;
      border-left: 1px solid #cad1d7;
      margin: 0 0 0 -6px; }
      .item-rsna ul.rsna li ul li .txt-box p {
        color: #16387c;
        font-size: 80%;
        margin: 0;
        padding: 0;
        line-height: 1.2; }
        .item-rsna ul.rsna li ul li .txt-box p a {
          background: none;
          width: 100%;
          display: inline;
          font-size: 100%;
          font-weight: normal;
          border: none;
          color: #16387c;
          line-height: 1.2;
          border-radius: 0; }

.item-link-list {
  list-style-type: none;
  overflow: hidden;
  margin: 0 0 1.5em;
  padding: 0; }
  .item-link-list li {
    float: left;
    width: 30%;
    margin: 0 1.5% 0; }
    .item-link-list li a {
      background: -moz-linear-gradient(top, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, white), color-stop(50%, #eeeeee), color-stop(100%, #eeeeee));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, white 0%, white 50%, #eeeeee 50%, #eeeeee 100%);
      /* W3C */
      width: 100%;
      display: inline-block;
      color: #00a0e9;
      border: 1px solid #dcdcdc;
      text-align: center;
      border-radius: .5em;
      text-decoration: none;
      font-size: 70%;
      line-height: 2.5;
      font-weight: bold; }
    .item-link-list li a.active {
      color: #FFF;
      background: #1d208b; }

.relativeStyle_1 {
  padding: 0.5em;
  box-sizing: border-box;
  border: 2px solid #0599df;
  margin: 0 0 2em; }
  .relativeStyle_1 dl {
    margin: 0; }
    .relativeStyle_1 dl dt {
      font-size: 95%;
      margin: 0 0 0.5em; }
    .relativeStyle_1 dl dd {
      margin: 0;
      padding: 0; }
      .relativeStyle_1 dl dd ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .relativeStyle_1 dl dd ul li a {
          font-size: 80%;
          text-decoration: none;
          padding: .5em 0 .5em 2em;
          display: block;
          background: url(../images/icon/sub_arrow.png) 5px 7px no-repeat;
          background-size: 4%;
          color: #1d2088;
          line-height: 1.2; }

/* select-block */
.select-block {
  border-bottom: 2px dotted #CCC;
  padding: 0 0 .5em; }
  .select-block form h3 {
    color: #000;
    border-bottom: 2px dotted #CCC;
    padding: 0 0 .5em; }
  .select-block form h4 {
    font-weight: normal;
    margin: 0 0 0.5em; }
  .select-block form select {
    width: 100%;
    background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: linear-gradient(top, #ffffff, #e8e8e8);
    border: 1px solid #ccc;
    border-radius: .3em;
    padding: 0.5em;
    font-size: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select_arrow.png) no-repeat right;
    background-size: 15%;
    margin: 0 0 1em; }

#back-top {
  position: fixed;
  bottom: 10px;
  right: .5em; }
  #back-top a {
    width: 56px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    #back-top a span {
      width: 56px;
      height: 56px;
      display: block;
      margin-bottom: 7px;
      background: url(../images/icon/up-arrow.png) no-repeat center center;
      background-size: 100%;
      /* rounded corners */
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      /* transition */
      -webkit-transition: 1s;
      -moz-transition: 1s;
      transition: 1s; }

.paging {
  width: 100%;
  margin: 0 0 20px;
  text-align: center; }
  .paging span {
    display: inline-block;
    width: 2em;
    vertical-align: middle;
    line-height: 2;
    text-align: center;
    border: 1px solid #DDD; }
    .paging span a {
      text-decoration: none; }
  .paging span.stands {
    border: none;
    width: auto;
    vertical-align: bottom;
    line-height: 1; }
  .paging span.current {
    background: #e1e8ee; }

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 50px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #94d4e9;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #00b0ec; }

.flex-control-paging li a.flex-active {
  background: #00b0ec;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav {
    display: none; }

  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }



.section{
  padding: 2% 2%;
  margin-bottom: 60px;
}

.section h2{
  line-height: 22px;
  font-size: 120%;
  color: #16387c;
  border-bottom:1px solid #b2e2f8;
  padding:0 0 10px 36px;
  background: url(../images/icon/icon_title.png) no-repeat 14px 0;
  background-size: auto 22px;
  margin:0 0 16px 0;
}

.section a.btn{
  font-size: 100%;
  color: #16387c;
  text-align: center;
  display: block;
  border:1px solid #cad1d7;
  text-decoration: none;
  padding:2%;
  position: relative;
}

.section a.btn:after{
  content: ">";
  position: absolute;
  margin-top: -2px;
  right: 3%;
}

#news .pickup{
  background:#eff4f8;
  padding: 3%;
  margin-bottom: 30px;
  overflow:hidden;
}

#news .pickup .photo{
  width: 35%;
  float: left;
  padding-right: 3%;
}

#news .pickup .photo img{
  width: 100%;
  height: auto;
}

#news .pickup p{
  overflow: hidden;
  margin:0;
  line-height: 1.1em;
}

#news .pickup p a{
  color: #16387c;
  font-size: 90%;
  text-decoration: none;
}

/*ここから0210変更部分*/
#news dl{
  padding: 0 3% 0 36px;
  margin-bottom: 1em;
  background: url(../images/icon/sub_arrow.png) 10px 0 no-repeat;
  background-size: 5%;
}
/*ここまで0210変更部分*/

#news dl dt{
  color:#333;
  font-size: 77%;
  margin-bottom: .3em;
}

#news dl dd{
  position: relative;
  left: -40px;
  margin-right: 3%;
  width: 100%;
  line-height: 1.3em;
  font-size: 90%;
}

#news dl dd a{
  text-decoration: none;
  color: #16387c;
}

#news dl.pr{
  background-position: 10px 4px;
}

#news dl.pr dt{
  font-size: 90%;
  margin-bottom: 0;
}

#news dl.pr dt a{
  color: #16387c;
  text-decoration: none;
}

#news dl.pr dd{
  color: #666;
  font-size: 77%;
}

#report ul{
  padding: 0;
}
/*ここから0210変更部分*/
#report ul li{
  list-style: none;
  padding: 0 3% 0 36px;
  background: url(../images/icon/sub_arrow.png) 10px 0 no-repeat;
  background-size: 5%;
  margin-bottom:1em;
  line-height: 1.3em;
  font-size: 90%;
}
/*ここまで0210変更部分*/

#report ul li a{
  text-decoration: none;
  color: #16387c;
  font-size: 100%;
}

#report ul li.pr span{
  display: block;
  color: #666;
    font-size: 77%;
}

.top-link-list{
  margin-bottom: 60px;
}

.top-link-list ul li{
  float:left;
  display: table;
}

.top-link-list ul li:nth-child(odd){
  margin-right: 5px;
}

.top-link-list ul li a{
  padding: 15px 20% 15px 6%;
  line-height: 1.3em;
    vertical-align: middle;
    display: table-cell;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}