@charset "UTF-8";
/* tablet */

.sPhone,
.pc {
	display: none !important;
}

#container {
	width: 980px;
	margin: 0px auto;
	background: #fff;
}

/* main */
section.main_img {
	width: 900px;
  height: auto;
  aspect-ratio: 2 / 1;
	margin: 40px auto 20px;
  position: relative;
  }
  section.main_img h2 {
    width: 900px;
    height: auto;
    aspect-ratio: 2 / 1;
    margin: 0 auto;
    }
    section.main_img h2 img {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 2 / 1;
      /*object-fit: cover;*/ /* custom-slideshow.js内 */
}
/* main end */


/* news */
#news {
	width: calc(900px - 2%);
	height: auto;
	margin: 0px auto;
  }
  h3 {
    width: 100%;
    height: 30px;
    margin: 30px auto 20px !important;
    line-height: 30px;
    font-size: 108%;
    color: #7aa1bc;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #f7f8f8;
    text-indent: -9999em;/*15px*/
    background:url(../img/index/head_news_white.png); 
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
  section.news_feed {
    width: 100%;
    height: auto;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: baseline;
    }
    article.feed {
      width: 32%;
      height: auto;
      }
      #news ul {
        width: 100%;
        height: auto;
        margin: 2.5px;
        background: #fff;
        }
        #news ul li a.img,
        #news ul li img {
          display: block;
          width: 100%;
          height: auto;
          aspect-ratio: 1 / 1;
        }
        #news ul li {
          width: 100%;
          height: auto;
        }
        #news ul li a.title {
          display: block;
          margin-top: 5px;
          margin-bottom: 20px;
          color: #7aa1bc;
          letter-spacing: 0.1em;
          font-size: 100%;
          }
          #news ul li a.title:hover {
            color: #bbb;
}
/* news end */

/* arrow */
a.top {
	display: block;
	width: 60px;
	height: 60px;
	margin: 40px auto 0px;
}
/* arrow end */

/* footer */
footer {
	width: 900px;
  height: auto;
	margin: 0px auto !important;
	border-top: 1px solid #BDDBF3;
	clear: both;
  }
  #ftr {
    width: 900px;
    height: 100px;
    margin: 0px auto;
    clear: both;
    }
    #ftr small {
      display: block;
      width: 330px;
      height: 100px;
      line-height: 100px;
      color: #6FB8E7; /* logo color */
      font-size: 88%;
      letter-spacing: 0.1em;
      float: left;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
  }
  footer p {
    width: 175px;
    height: 50px;
    margin: -75px 0px 0px 0px;
    float: right;
}
