@charset "UTF-8";


/* -- detail -- */

#news .mainarea h1{
  border-bottom: 1px solid #ccc;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: left;
}
#news .contents{
  text-align: left;
}
#news .contents h2{
  color: #0e214e;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.4em;
  margin-bottom: 20px;
}
#news .contents h3{
  border-left: 2px solid #0e214e;
  color: #0e214e;
  font-size: 2.0rem;
  letter-spacing: 0;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding: 2px 0 2px 15px;
}
#news .contents p{
  font-size: 1.6rem;
  line-height: 2.0em;
  margin-bottom: 1.5em;
}
#news .contents a{
  color: #0e214e;
  font-weight: bold;
  outline: none;
  text-decoration:underline;
  transition: .3s;
}
#news .contents a:hover{
  color: #0e214e;
  outline: none;
  text-decoration:none;
}
#news .contents figure{
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
}
#news .contents figure img{
  height: 100%;
  max-width: 100%;
}
#news .contents figure figcaption{
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 15px 0 0;
}
#news .contents ul,
#news .contents ol{
  margin: 0 0 2em 1.7em;
  padding: 0;
}
#news .contents ul li,
#news .contents ol li{
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 0 0 10px 0;
  padding: 0;
}
#news .contents ul li:last-child,
#news .contents ol li:last-child{
  margin: 0;
}
@media screen and (max-width:767px) { 
  #news h1{
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  #news .contents h2{
    font-size: 2.2rem;
  }
  #news .contents h3{
    color: #0e214e;
  }  
  #news .contents figure{
    max-width: 100%;
  }
}

/*組み合わせ*/
#news .contents p+ul,
#news .contents p+ol,
#news .contents p+h2,
#news .contents p+h3,
#news .contents figure+h2,
#news .contents figure+p,
#news .contents figure+ul,
#news .contents figure+ol,
#news .contents ul+h2,
#news .contents ol+h2,
#news .contents h2+ul,
#news .contents h2+ol{
  margin-top: 2.0em;
}
#news .contents p+h3,
#news .contents figure+h3,
#news .contents ul+h3,
#news .contents ol+h3,
#news .contents h3+ul,
#news .contents h3+ol{
  margin-top: 1.5em;
}



