@charset "UTF-8";
/* CSS Document */


/**

----------------------------------------

main

----------------------------------------

**/



/**

----------------------------------------

#NEWS

----------------------------------------

**/

#News {
  width: 100%;
  background: url( "../images/PCnewsbg.png" ) top center / 2559px 1011px no-repeat #e1efff ;
  min-height:906px;
  padding-top: 75px;
}

#News h2{
  font-size:50px;
  color: #5496e1;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  padding:  80px 0 35px 0;
}

#News .ttl_lead{
  font-size:14px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding:  0 0 80px 0;
}

#News ul{
  width:640px;
  margin: 0 auto 90px;
}

#News ul li{
  margin:30px auto 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #5496e1;
}

#News ul li dl dt{
  width:100%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom:20px;
}

#News ul li dl dt span{
  display: inline-block;
  padding-left:20px;
}


#News ul li dl dd{
  width:100%;
}

#News ul li dl dd p{
  width:100%;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom:5px;
}

#News ul li dl dd p a {
    color: #000;
    text-decoration: underline;
}

#News ul li dl dd p a:hover {
    text-decoration:none;
    cursor: pointer;
}

@media screen and (max-width:769px){



/**

----------------------------------------

main

----------------------------------------

**/

main {
  height: 16vw;
}

main header{
  position: relative;
  height: 16vw;
  width:100vw;
  background: rgba(255,255,255,1);
  z-index: 1000;
}




/**

----------------------------------------

#NEWS

----------------------------------------

**/



#News {
  width: 100vw;
  background: #e1efff ;
  background-image: none;
  min-height: 200vw;
}

#News h2{
  font-size:7.11vw;
  color: #5496e1;
  line-height:7.11vw;
  text-align: center;
  font-weight: 700;
  padding:  15.5vw 0 6.66vw 0;
}

#News .ttl_lead{
  font-size: 3.55vw;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding:  0 0 6vw 0;
}

#News ul{
  width:90vw;
  margin: 0 auto 20vw;
}

#News ul li{
  margin:5vw auto 0;
  padding-bottom: 4.5vw;
  border-bottom: 1px solid #5496e1;
}

#News ul li dl dt{
  width:100%;
  font-size: 3.8vw;
  font-weight: bold;
  color: #000;
  line-height: 6.2vw;
  letter-spacing: 0.1em;
  margin-bottom:4vw;
}
#News ul li dl dt span{
  display:block;
  padding:0;
}

#News ul li dl dd{
  width:100%;
}

#News ul li dl dd p{
  width:100%;
  font-size: 3.55vw;
  color: #000;
  line-height: 6.2vw;
  letter-spacing: 0.1em;
  margin-bottom:1vw;
}

#News ul li dl dd p a {
    color: #000;
    text-decoration: underline;
}




}
