
.tbb_3raw .cell_block p{
  border: none;
  padding: 0;
  margin: 0;
}
.link-img img{
  margin-top: 10px;
}

.table_scroll th img{ 
  max-height: 100px;
  margin-bottom: 10px;
}

body > #container{
  background: url(../img/bkg_body.png) no-repeat 0 0;
  padding-top: 0;
}
body > #container > .wrap_in{
  background-color: #fff;
  padding: 80px 50px;
}
h2.ttl_h2{
  margin-left: 0;
  margin-right: 0;
}
.cell_block__point{
  margin-bottom: 10px;
}
.point{
  border-radius:20px;
  background: linear-gradient(to left, #0064b1, #68b6e5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.point .num{
  display: inline-flex;
  font-size: 20px;
}
.def-list__ttl{
  padding: 15px 0;
  border-bottom: 2px solid #bfbfbf;
  font-weight: 700;
}
.def-list__txt{
  flex: 1;
  padding: 15px 0;
  border-bottom: 2px solid #bfbfbf;
}
.def-list__row:first-child .def-list__ttl{
  border-top: 2px solid #7d7d7f;
}
.warning{
  margin: 50px 0 30px;
}
.box.box-warning{
  border-width: 2px;
  border-color: red;
}
.box-warning h3{
  padding: 0;
}
.def-list .table_scroll{
  white-space: normal;
}
.def-list .table_scroll table{
  min-width: 800px;
}
.def-list .table_scroll th:first-child, .def-list .table_scroll td:first-child{
  max-width: 200px;
  min-width: 150px;
}
.hidden-sp{
  display: none;
}
.panaplate-cell .cell_block{
  background-color: #bcd2e0;
  margin-top: 30px;
}
.panaplate-cell .cell_block .img{
  margin: 0;
}
.panaplate-cell .cell_block .img img{
  width: 100%;
}
.cell_block__txt{
  padding: 15px;
  flex: 1;
}
.cell_block__txt .ttl_h3{
  padding: 0;
  margin-bottom: 10px;
}