@charset "utf-8";

.table-topics {
	border: 2px solid #eb7000;
}

.table-topics-title {
	background-color: #eb7000;
	color: #FFF;
}

.table-topics-text {
	padding: 10px 10px 9px 10px;
	font-weight: bold;
}

.topics-pd {
	padding: 20px 10px 20px 10px!important;
}

.topics-title {
	display: inline-block;
	border: 2px solid #eb7000;
	color: #eb7000;
	padding: 2px;
	font-weight: bold;
}

.c-voice-01 > .c-column-group{
  margin-top: 0;
}
.c-voice-01 > .c-column-group .col-unit-1\/2{
  margin-top: 3em;
}
.c-voice-01 > .c-column-group .col-unit-1\/2:nth-child(odd){
  margin-left: 0;
}
@media only screen and (max-width: 640px){
  .c-voice-01 > .c-column-group .col-unit-1\/2{
    margin-top: 1.5em;
  }
}

.c-table-01.c-table-bn th,
.c-table-01.c-table-bn td{
  border: none;
  padding: 0;
  background-color: #fff;
}
.c-table-01.c-table-bn td:before{
  content: "：";
}
.c-table-01.c-table-bn td{
  padding-left: 1em;
  text-indent: -1em;
}
.c-table-01.trend tr.text-center th{
  color: #fff;
  font-weight: bold;
}
.c-table-01.trend tr.text-center th:nth-child(1){
  background-color: #eb7000;
}
.c-table-01.trend tr.text-center th:nth-child(2){
  background-color: #0895e6;
}
.border-gray {
	border: 1px solid #d4d5d5;
}