@charset "UTF-8";
.m-wid {
  max-width: 100%;
}
.wid100 {
  width: 100%;
}
.mx-200 {
  max-width: 200px;
}
.b-yellow_b-bold {
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}
.maker_navi {
  overflow: hidden;
}
.maker_navi li {
  float: left;
  margin-right: 15px;
}
.maker_navi li img {
  width: 188px;
  height: 70px;
}
.tab_box_contents {
  border-color: #eee;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
}
p.green_tit {
  background: #e6e6e6;
  border: 2px solid #d4d4d4;
  width: 51%;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  left: 10px;
  font-size: 18px;
}
#error-table th img {
  border: none;
  vertical-align: middle;
}
#error-table td.table-text-top {
  vertical-align: top;
}
.error_img {
  position: relative;
  top: -20px;
  z-index: -999;
}
.error_img .img_box table {
  width: 100%;
  text-align: center;
}
.img_box table, td {
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  padding: 10px;
}
.error_code_sample {
  width: 60%;
}
.hght-align {
  height: 200px;
}
.hght-300 {
  height: 250px;
}
#error-table table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
}
.table_border {
  border: 3px solid #d4d4d4;
}
#error-table td, #error-table th {
  font-size: 16px;
  border: #ccc 1px solid;
  padding: 15px;
}
#error-table th {
  background: #e6e6e6;
}
#error-table .code-txt {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#error-table .code-txt2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.code-txt2 span.space {
  padding: 0 20px;
}
#error-table .code-txt2 img {
  width: 150px;
}
.syojyo-box {
  background: none;
  background-position: 0;
  margin: 50px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.syojyo-box ul {
  margin: 0 auto 30px;
}
.syojyo-box ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
.syojyo-box ul li span {
  background: linear-gradient(transparent 60%, #ffff00 0%);
  display: inline-block;
  font-weight: bold;
  font-size: 26px;
}
.syojyo-box ul li:before {
  content: "\02714";
  width: 20px;
  height: 21px;
  background-size: 100% auto;
  color: #319b03;
  font-weight: bold;
  font-size: 26px;
  position: absolute;
  left: 6px;
  top: 3px;
}
.syojyo-box ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 26px;
  height: 26px;
  border: 3px solid #ccc;
}
.widcalc {
  width: calc(100% - 65%);
}

.un_sharedGastableBreakdown_rankingPanel{
  margin-top:50px;
}
.un_sharedGastableBreakdown_rankingPanel + .el_hdg3{
  margin-top:30px;
}
.un_gastableBreakdownPaloma_btn {
  margin-top: 30px;
}