.font-title{
  margin: 0 auto;
  width: 95%;
  max-width: 500px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 2;
  margin-top: 10px;
  display: flex;
}
.font-info-xs{
  font-size: 0.9em;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 500px;
}
.font-td-xs{
  font-size: 14px;
}
.contents{
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.font-title-d{
  text-align: center;
  font-size: 1.0em;
  line-height: 2;
}
.font-info-ds{
  text-align: center;
  font-size: 0.7em;
  line-height: 1.2;
}
.td-r{
  text-align: right;
  height: 40px;
}
.div-tbl{
  margin: 0 auto;
  width: 95%;
  max-width: 500px;
}
table{
  font-size: 14px;
}
table tbody tr{
  height: 30px;
}
td{
  padding: 6px 0;
}
.div-crowd{
  display: flex;
}
div h3{
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin-left: 4px;
  position: relative;
}
h3::before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -1px;
}
h3{
  padding: 36px 0 0 50px;
}
#div_crowd1 h3::before{
  background: url("../../assets_new/images/cmn_chr_icn_default.png") no-repeat;
  background-size: 30px 30px;
}
#div_crowd2 h3::before{
  background: url("../../assets_new/images/cmn_chr_icn_rush.png") no-repeat;
  background-size: 30px 30px;
}
#div_crowd3 h3::before{
  background: url("../../assets_new/images/cmn_chr_icn_rush.png") no-repeat;
  background-size: 30px 30px;
}
h3 label{
  margin-left: 35px;
}
#btn_Z0E01_3:hover{
  color: red;
}
/* ==============================================
footer
============================================== */
footer {
  bottom: 0;
  left: 0;
  width: 100%;
}
footer div {
  height: 44px;
  text-align: center;
}
footer div ul {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
footer div ul li {
  display: inline-block;
  margin: 0 10px 0 10px;
  border: 2px solid #28c8ff;
  border-radius: 100px;
  width: 120px;
  cursor: pointer;
}
footer div ul li a {
  display: block;
  height: 30px;
  background: #FFF;
  border-radius: 100px;
  padding: 9px 12px 0 12px;
  font-size: 12px;
  line-height: 12px;
}
div,ul,li,a{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}