/*********************************************************************
  common
 *********************************************************************/
img {
  max-width: 100%;
  height: auto;
}

.btn {
  display: block;
  background-color: #aabf00;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5em;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.pc-tbl {
  display: table;
  margin: 0 auto;
}
.pc-tbl div.pc-tblcell {
  display: table-cell;
  vertical-align: top;
}
.pc-tbl div.pc-tblrow {
  display: table-row;
}
.pc-tbl div.pc-tblrow div.pc-tblcell {
  display: table-cell;
  vertical-align: top;
}

form.keyword-search input[type="text"] {
  box-sizing: border-box;
  width: 80%;
  border: solid 1px #CCC;
  line-height: 1.9em;
  height: 30px;
  vertical-align: middle;
  padding: 0 3px;
}
form.keyword-search input[type="submit"] {
  box-sizing: border-box;
  width: 20%;
  border: solid 1px #000;
  background-color: #000;
  color: #FFF;
  line-height: 1.9em;
  height: 30px;
  font-family: FontAwesome;
  vertical-align: middle;
}

.bld {
  font-weight: bold;
}

.big {
  font-size: 124%;
}

/* ------ PC ------*/
.tbl {
  display: table;
  margin: 0 auto;
}
.tbl div.tblcell {
  display: table-cell;
  vertical-align: top;
}
.tbl div.tblrow {
  display: table-row;
}
.tbl div.tblrow div.tblcell {
  display: table-cell;
  vertical-align: top;
}

.pc-fl-r {
  float: right;
}

.pc-fl-l {
  float: left;
}

.pc-50pr_sp-100pr {
  width: 50%;
}

.pcmgnr-50_spmgnr-0 {
  margin-right: 50px;
}

.pcpdgr-50_sppdgr-0 {
  padding-right: 50px !important;
}

.pc-view {
  display: block !important;
}

.sp-view {
  display: none;
}

.bdr-dashed {
  border: none;
  border-top: 1px dashed #000;
  margin: 0;
}

.right {
  text-align: right;
  width: 100%;
}

strong {
  font-weight: bold;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lbl {
  background-color: #333;
  padding: 3px;
  margin: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  font-size: 1.2rem;
  min-width: 115px;
  display: inline-block;
  line-height: 1.2em;
}
.lbl.g {
  background-color: #118a45;
}

/* ------ SP ------*/
@media screen and (max-width: 768px) {
  .tbl {
    display: block;
  }
  .tbl div.tblcell {
    display: block;
  }
  .tbl div.tblrow {
    display: block;
  }
  .tbl div.tblrow div.tblcell {
    display: block;
  }

  .pc-fl-r, .pc-fl-l {
    float: none;
  }

  .pc-50pr_sp-100pr {
    width: 100%;
  }

  .pcmgnr-50_spmgnr-0 {
    margin-right: 0;
  }

  .pcpdgr-50_sppdgr-0 {
    padding-right: 0 !important;
  }

  .pc-view {
    display: none !important;
  }

  .sp-view {
    display: block;
  }
}
