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

  ブレイクポイント

------------------------*/


/*------------------------

  main-visual

------------------------*/
.top #mainVisual{
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width:767px){
.top #mainVisual{
  padding-left: 0;
  padding-right: 0;
}
}


/*------------------------

  NEWS-LIST

------------------------*/
.top .topics-wrap{
  padding-left: 15px;
  padding-right: 15px;
}
.top a{
  text-decoration: none;
  color: #000;
}
.top h1{
	font-weight: bold;
	font-size: 18px;
}
.top h1.ttl{
  width: 100%;
  display: block;
  border-bottom: 4px solid #175A8F;
  padding-bottom: 7px;
}
.top .topics.row {
  padding-left: 0;
  padding-right: 0;
}
.top .topics dl dt {
  font-weight: normal;
}
.top .topics dl.topics-box {
  width: 100%;
  display: block;
  border-bottom: 1px dotted #CCCCCC;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (min-width:768px){
.top .topics dt {
  display: inline;
  margin-right: 15px;
}
.top .topics dd {
  display: inline-block;
}
}

@media screen and (max-width:767px){
.top .topics-wrap{
  padding-left: 0;
  padding-right: 0;
}
}