@charset "UTF-8";
/**
 * 活動成果
 *
 */
/* ==========================================================================
   研究成果トップ
   ========================================================================== */
.new-wrap {
  margin-bottom: 80px;
  height: 360px;
  position: relative; }
  .new-wrap a {
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .new-wrap a .new-title {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      position: absolute;
      left: 0;
      bottom: 30px;
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.8);
      max-width: 55%; }
  .new-wrap a:hover {
    opacity: .8; }

@media screen and (max-width: 767px) {
  .new-wrap a .new-title {
    font-size: 15px;
    font-size: 1.5rem;
    max-width: 100%;
    bottom: 0; } }
/* ==========================================================================
   研究成果
   ========================================================================== */
.main-ttl-wrap {
  position: relative; }

.select-year {
  /*border: 1px solid #eee;*/
  /*padding: 20px 30px;*/
  margin: -20px 0 45px; }

.achv-box {
  margin-bottom: 40px; }
  .achv-box:last-child {
    margin-bottom: 0; }
  .achv-box .box-img {
    float: left;
    width: 23.3333333333%; }
  .achv-box .box-txt-wrap {
    float: right;
    width: 73.3333333333%; }
  .achv-box .box-ttl.sttl02 {
    margin-top: 0; }
  .achv-box .box-txt {
    margin-bottom: 34px; }

@media screen and (max-width: 767px) {
  .select-year {
    /*padding: 15px 20px;*/
    margin: 0 0 40px; }

  .select-year-ttl {
    font-size: 13px;
    font-size: 1.3rem; }

  .select-year select,
  .select-year .select-wrap {
    width: 100px; }

  .achv-box {
    margin-bottom: 40px; }
    .achv-box:last-child {
      margin-bottom: 0; }
    .achv-box .box-img {
      float: none;
      width: 100%; }
    .achv-box .box-txt-wrap {
      float: none;
      width: 100%; }
    .achv-box .box-ttl.sttl02 {
      margin-bottom: 15px; }
    .achv-box .box-txt {
      margin-bottom: 15px; } }
/* ==========================================================================
   研究成果詳細
   ========================================================================== */
.achv-detail .detail-cont {
  float: right;
  width: 65%; }
.achv-detail .detail-img {
  float: left;
  width: 30.8333333333%; }
  .achv-detail .detail-img .img-wrap a {
    display: block;
    outline: none;
    position: relative; }
    .achv-detail .detail-img .img-wrap a:after {
      background-color: rgba(192, 45, 47, 0.8);
      box-sizing: border-box;
      color: #fff;
      content: "\e900";
      font-family: "icomoon";
      display: block;
      position: absolute;
      right: 1px;
      bottom: 1px;
      height: 32px;
      width: 32px;
      padding: 1px 0 0 8px;
      font-size: 20px;
      font-size: 2rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
.achv-detail .detail-img-list li {
  margin-bottom: 20px; }
  .achv-detail .detail-img-list li:last-child {
    margin-bottom: 0; }
.achv-detail .detail-img-list img {
  height: auto;
  width: 100%; }
.achv-detail .detail-img-list .img-caption {
  color: #6d6d6d;
  line-height: 1.4;
  padding-top: 5px;
  font-size: 12px;
  font-size: 1.2rem; }
.achv-detail .achv-links .list-arr {
  margin-left: 19px; }
  .achv-detail .achv-links .list-arr li {
    margin-bottom: 13px; }
.achv-detail .achv-links a {
  color: #6d6d6d;
  text-decoration: underline; }
  .achv-detail .achv-links a:hover {
    text-decoration: none; }
.achv-detail .icon-research {
  display: inline-block;
  padding-left: 10px;
  position: relative; }
  .achv-detail .icon-research:before {
    content: "\e904";
    display: inline-block;
    font-family: "icomoon";
    padding-right: 12px;
    position: absolute;
    left: -20px;
    top: -5px;
    font-size: 20px;
    font-size: 2rem; }

@media screen and (max-width: 767px) {
  .achv-detail .detail-cont {
    float: none;
    width: 100%;
    margin-bottom: 30px; }
  .achv-detail .detail-img {
    float: none;
    width: 100%; } }
