@charset "UTF-8";

#topContent {
  padding:65px 0 7px;
  background:url(../images/bg_top.png) no-repeat center 0;
  background-size:cover;
}
#topContent p {
  color:#fff;
  font-size:14px;
  font-weight:bold;
  line-height:22px;
  text-align: center;
  padding:0 10px;
  margin:0;
}
#topContent .image {
  text-align: center;
}
#topContent .image img {
  margin:0 auto;
}

#about {
  padding:20px 10px;
}
#about p {
  font-size:12px;
  line-height: 17px;
}
#about p.topTxt {
  color:#560b72;
  font-size:14px;
  font-weight:bold;
  letter-spacing: -0.01em;
  line-height:20px;
  padding:12px 10px;
  margin:0 0 20px;
  border:solid 1px #ded6c0;
}
#about .image {
  padding:15px 0 0;
}

#news {
  padding:18px 0;
  background:url(../images/bg_news.png) no-repeat center 0;
  background-size: cover;
}
#news h2 {
  text-align: center;
  margin:0;
  padding:0 7px;
}
#news ul.newsList {
  padding:0 10px 40px;
}
#news ul.newsList li {
  color:#fff;
  font-size:12px;
  line-height:20px;
  margin:15px 0 0;
  padding:0 0 0 95px;
  position: relative;
}
#news ul.newsList li a {
  color:#fff;
  text-decoration: none;
  display:block;
}
#news ul.newsList li .date {
  font-weight:600;
  position: absolute;
  left:0;
}

#news .jp_link {
  width: 95%;
}
#news .jp_link p {
  font-size: 10px;
  margin:20px 0;
  text-align: right;
}
#news .jp_link p a {
  color:#fff;
  text-decoration: none;
}
#news .jp_link a:hover {
   color:#039edf;
}


@media screen and (min-width: 370px) {
  #topContent p {
    font-size:16px;
    line-height:24px;
  }
}

@media screen and (min-width: 480px) {
  #topContent p {
    font-size:19px;
    line-height:28px;
  }
}

/***** PC *****/
@media screen and (min-width: 780px) {
  #topContent {
    height:820px;
    padding:30px 0 131px;
    background:none;
    background:url(../images/bg_top_pc.png) no-repeat center 0;
    background-size:cover;
    box-sizing: border-box;
    position: relative;
  }
  #topContent p {
    width:1100px;
    font-size:42px;
    line-height:54px;
    padding:0 60px 15px;
    margin:0 auto;
    box-sizing: border-box;
  }
  #topContent .image {
    width:1100px;
    text-align: left;
    margin:0 auto;
  }
  #topContent .image img {
    max-width:1179px;
    position: relative;
    left:-76px;
  }

  #about {
    width:1100px;
    padding:60px 0 40px;
    margin:0 auto;
    box-sizing: border-box;
  }
  #about p {
    font-size:19px;
    line-height:30px;
  }
  #about p.topTxt {
    font-size:22px;
    line-height:36px;
    padding:15px 20px 15px;
    margin:0 0 55px;
  }
  #about .image {
    padding:25px 0 0;
  }

  #news {
    height:443px;
    padding:80px 0 50px;
    background:url(../images/bg_news_pc.png) no-repeat center 0;
    background-size: cover;
    box-sizing: border-box;
  }
  #news .newsCon {
    width:1100px;
    margin:0 auto;
    position:relative;
  }
  #news h2 {
    text-align:left;
    margin:0;
    padding:0;
    position: absolute;
    top:0;
    left:-5px;
  }
  #news ul.newsList {
    min-height:260px;
    padding:5px 0 55px 250px;
  }
  #news ul.newsList li {
    font-size:19px;
    line-height:28px;
    margin:0 0 20px;
    padding:0 0 0 158px;
    letter-spacing: 0.1em;
  }
  #news ul.newsList li .date {
    letter-spacing: 0.05em;
  }
  #news ul.newsList li a:hover {
    color:#039edf;
  }
  
  #news .jp_link {
  width: 1100px;
  margin: 0 auto;
  }
  #news .jp_link p a {
  font-size:15px;
  }

}

@media screen and (max-width: 779px) {
#totop.bott a {
  bottom:-66px;
}
}

@media screen and (max-width: 479px) {
#footerLinks ul li {
  margin: 12px 13px 0;
}
}

@media screen and (max-width: 369px) {
#footerLinks ul li {
  margin: 15px 10px 0;
}
}
