body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #00a799;
  font-family: sans-serif;
}
.glCtr {
  width: 100%;
}
.in {
  width: 100%;
  padding: 10px;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
.in.sec {
  background-color: rgba(0, 0, 0, 0.2);
}

.hdr {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
.logo {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #00bcac;
  margin: 0;
}
.logoSub {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  margin-bottom: 10px;
}
.ctr {
  margin-bottom: 80px;
}
.num {
  position: relative;
  border: none;
  background: none;
  border-radius: 0;
  color: #fff;
  border-bottom: 1px solid #50c8be;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 40px 20px 0;
  box-sizing: border-box;
  font-size: 20px;
}
.type {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 50px auto;
}
.typeTsubo {
  background-image: url("../images/ic_tsubo.png");
}
.typeJou {
  background-image: url("../images/ic_jou.png");
}
.typeM2 {
  background-image: url("../images/ic_m2.png");
}
/*for Webkit*/
input::-webkit-input-placeholder {
  color: #fff;
}
/*for Firefox*/
input:-moz-placeholder {
  color: #fff;
}
.h2tl {
  font-size: 22px;
  line-height: 2em;
  margin-bottom: 10px;
  text-align: center;
}
.ftList {
  margin: 5px 0;
  padding-left: 15px;
  font-size: 14px;
}
.ftText {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
}
.tatamiTab {
  display: flex;
  width: 100%;
  margin: 0 auto 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  overflow: hidden;
}
.tatamiTab__btn {
  flex: 1;
  min-width: 0;
  text-align: center;
  height: 32px;
  line-height: 32px;
  padding: 0 2px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background-color: transparent;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.tatamiTab__btn:last-child {
  border-right: none;
}
.tatamiTab__btn.active {
  color: #00bcac;
  background-color: #fff;
  font-weight: bold;
}
.tableWrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tableWrap[hidden] {
  display: none;
}
.ftTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
}
.ftTable th,
.ftTable td {
  padding: 18px 8px;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
}
.ftTable tr:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.ftTable th:first-child,
.ftTable td:first-child {
  text-align: left;
}
.ftTable thead th {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.note {
  margin: 10px 0 0;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
/*::::::::::::: Ad */
.ad320 {
  width: 100%;
  min-height: 50px;
  position: fixed;
  text-align: center;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.scalecal-mobile {
  width: 320px;
  height: 50px;
}
@media (min-width: 500px) {
  .scalecal-mobile {
    width: 468px;
    height: 60px;
  }
}
@media (min-width: 800px) {
  .scalecal-mobile {
    width: 728px;
    height: 90px;
  }
}
