.font-title{
  margin: 0 auto;
  /*width: 95%;*/
  max-width: 500px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 2;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px; 
}
.font-info-xs{
  text-align: left;
  font-size: 0.9em;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 500px;
  /*padding-left: 40px;*/
}
.font-td-xs{
  font-size: 14px;
  /*line-height: 1.2;*/
}
.contents{
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.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;
}
.font-btn-l{
  text-align: center;
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: 2px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.btn-l{
  width: 250px;
  height: 58px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.btn-font-1{
  color: white;
  padding-top: 1.5em;
}
select{
  width: 100%;
  height: 35px;
}
textarea{
  width: calc(100% - 16px);
  font-size: 14px;
  overflow-y: hidden;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 8px;
}
.td-r{
  text-align: right;
  /*height: 30px;*/
}
.div-tbl{
  margin: 0 auto;
  width: 95%;
  max-width: 500px;
}
table tbody tr{
  height: 30px;
}
td{
  padding: 6px 0;
}
.div-no-title{
  font-size: 1.2em !important;
  line-height: 2;
  text-align: center;
}
.font-no{
  font-size: 3.0em;
  line-height: 2;
  font-weight: 600;
}
.div-no{
  margin: 0 auto;
  width: 260px;
  text-align: center;
  border: 1px solid #aaa;
}
.div-tbl td{
  vertical-align: top;
}
/* ==============================================
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;
}