#table {
  border-bottom: 1px solid #b1b1b1;
}
.table_group {
  display: table;
  width: 100%;
}
.c1 {
  width: 108px;
  display: table-cell;
  vertical-align:middle;
  text-align:center;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  background-color: #b1b1b1;
  border-top: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
}
#thead .c1 {
  background-color: #e7e7e7;
}
#thead .table_row > div {
  background-color: #e7e7e7;
}
#mantion .c1 {
  border-top: 1px solid white;
}
.table_tds {
  display: table-cell;
}

.table_row {
  display: table;
  width: 100%;
}
.c2 {
  display: table-cell;
  vertical-align:middle;
  background-color: white;
  color: black;
  font-weight:bold;
  font-size: 1.3em;
  text-align:center;
  width: 18.6%;/*170px;*/
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.c2 span {
  display: inline-block;
}

.c3 {
  display: table-cell;
  vertical-align:middle;
  padding-left: 23px;
  width: 40.7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  font-size: 0.95em;
  padding-top: 11px;
  padding-bottom:11px;
}
.c3 cite,
.c3 span {
  display: block;
}
#thead .table_row div#good {
  background-color: #fddb00;
}
#thead .c3 {
  height: 84px;
  text-align:center;
}
#thead .c3 img {
  height: 29px;
}
.good {
  background-color: #fffae1;
}
/**** Column ****/
#column > div {
  background-image:url(contents_image.png);
  background-position: 43px center;
  background-repeat:no-repeat;
  background-size: auto 290px;
  padding: 17px 0;
}
#column > div > p {
  font-size: 0.95em;
  padding-left: 374px;
}
#column > div > p small {
  background-color: #ffe600;
}
#column ul {
  padding-top: 35px;
}
#column ul li {
  font-weight: bold;
  padding-left: 26px;
  padding-bottom: 4px;
}
#column ul li:before {
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 48.70%,rgba(255,230,0,1.00) 49.22%);
  background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 48.70%,rgba(255,230,0,1.00) 49.22%);
  margin-left: -26px;
  position: absolute;
}
#colum1:before {
  content: "※1";
}
#colum2:before {
  content: "※2";
}
#colum3:before {
  content: "※3";
}
@media only screen and (max-width: 768px) {
#column > div  {
  background-size: 210px auto;
}
#column > div > p {
  padding-left: 300px;
}
}
@media only screen and (max-width: 550px) {
#thead {
  display: none;
}
.table_group {
  border-left: 1px solid #b1b1b1;
}
.c1 {
  display: table-header-group;
  width: 100%;
}
.c1:before {
  content: "";
  height: 15px;
  display: block;
}
.c1:after {
  content: "";
  display: block;
  height: 15px;
}

.table_tds {
  display: table-footer-group;
}

.c2 {
  display: block;
  width: auto;
  text-align:left;
  padding: 12px 0 12px 24px;
  background-color: #f0f0f0;
}
.c3 {
  display: block;
  width: 100%;
  padding-top: 45px;
}
.good {
  background-image:url(good.png);
  background-size: auto 20px;
  background-repeat:no-repeat;
  background-position: 24px 13px;
}
.bad {
  background-image:url(bad.png);
  background-size: auto 20px;
  background-repeat:no-repeat;
  background-position:24px 13px;
}

#column > div {
  background-position: center top;
  padding-top: 290px;
}
#column > div p {
  padding-left: 0;
}
