@charset "utf-8";
/*----------共通設定・パーツ---------*/
.kv-s{
  background: url(../images/pc-kv.jpg) no-repeat center center;
  background-size: cover;
}
.icon-pdf{
  margin: 0 0 10px 6px;
  vertical-align: -webkit-baseline-middle;
}
/*------------表示・非表示-----------*/
.main-title br,
.sp-br{
  display: none;
}
.message .content .text br{
  display: block;
}
/*------------.section-------------*/
.chart{
  width: 100%;
  margin: 10px auto 0;
  transition: 0.5s;
}
.pdf-link a{
  color: #164a84;
}
.pdf-link a:hover{
  text-decoration: underline;
}
/*----------------------------------------------------------------------------*/





/*-------------------------PCレイアウト(0～930px)------------------------------*/
@media screen and (max-width:930px){
/*------------.section-------------*/
.chart{
  width: 90%;
}
/*----------------------------------------------------------------------------*/
}
/*----------------------------------------------------------------------------*/




/*-------------------------SPレイアウト(0～640px)------------------------------*/
@media screen and (max-width:640px){
/*----------共通設定・パーツ---------*/
.kv-s{
  background: url(../images/sp-kv.jpg) no-repeat center center;
  background-size: cover;
}
.main-title{
  top: 51%;
}
/*------------表示・非表示-----------*/
.main-title br{
  display: block;
}
/*------------.section-------------*/
.pdf-link a{
  font-size: 14px;
}
.chart{
  width: 100%;
}
/*----------------------------------------------------------------------------*/
}
/*----------------------------------------------------------------------------*/



/*-------------------------SPレイアウト(0～400px)------------------------------*/
@media screen and (max-width:400px){
/*------------.section-------------*/
.pdf-link a{
  font-size: 12px;
}
/*----------------------------------------------------------------------------*/
}
/*----------------------------------------------------------------------------*/
