@charset "UTF-8";

/* top
-------------------------------------------------------------*/

#home main {
  margin-top: 85px;
}

#home #contents { margin: 0; }
#content_topic { margin: 0 15px; }
#wrapper { border-top: 4px solid #f00 ; }

#content_topic {
  padding-top: 30px;
}
#list_chart .box_detail > p:first-child {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}
#list_chart .box_detail {
  border-right: none;
}
#list_chart .box_detail {
  width: 100%;
  margin: 0;
  padding: 0;
}
#list_chart .box_detail:first-child {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#list_chart .box_detail:nth-of-type(2) > p:first-child {
  margin-bottom: 5px;
}
.box_hiden {
  margin-top: 0;
  font-size: 14px;
}
.title_01 img {
  width: 30%;
  height: auto;
}
#list_chart .box_detail:nth-of-type(2) .box_hiden {
  margin-top: 20px;
}
#list_chart .box_detail p span {
  margin-top: 0;
  font-size: 15px;
}

#list_chart .box_detail:nth-of-type(2) p span {
  margin-top: 20px;
}
#content_index {
  margin-top: 20px;
  padding-top: 20px;
  background-size: 260px;
  background-position: top right;
}
#home .h3_title {
  padding-top: 10px;
}
#list_01 {
  display: block;
  margin: 0 15px 30px;
}
#list_01 li {
  width: 100%;
  margin-top: 20px;
}
#list_01 li:first-of-type {
  margin-top: 0;
}
#list_01 li:nth-child(even) {
  padding-top: 0;
}
#list_01 a >img {
  width: 100%;
  height: auto;
}

#list_01 li .txt {
  font-size: 14px;
  line-height: 20px;
}

#list_01 li p > span {
  margin-bottom: 30px;
}

a.more_btn img, span.more_btn img {
  margin-left: 10px;
}
