@charset "UTF-8";


/*  box
----------------------------------------------- */
.box {
  border: 1px solid #CCC;
  padding: 1.5em;
}

.frame {
  overflow: scroll;
  height: 20em;
}

div.clearBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

div.clearBox {
  overflow: hidden;
  height: auto;
}
div.clearBox .img-l, div.clearBox .img-r {
  margin-bottom: 10px;
}
div.clearBox .img-l {
  float: left;
  margin-right: 10px !important;
}
div.clearBox .img-r {
  float: right;
  margin-left: 10px !important;
}
div.clearBox .hidden {
  height: auto;
}
div.clearBox .auto {
  overflow: auto;
  height: auto;
}

.clm2, .clm3 {
  width: 100%;
}

.clm2 .clm {
  width: 49%;
  display: inline-block;
}

.clm3 .clm {
  width: 33%;
  display: inline-block;
}
a.btn.gray {
  padding: 1.1em 2em;
}
.icon-form:before {
  color: #cc0000;
  font-size: 110%;
  margin-left: 1em;
}
.icon-form-check:before {
  color: #4ea12c;
  font-size: 150%;
}

@media all and (-ms-high-contrast: none) {
  .icon-form:before {
    font-size: 60%;
    margin-left: .5em;
  }
}
.err-item {
    background: #fff3f3;
    border: 1px solid #c00;
    margin: 0 auto 10px;
    padding: .5rem 1.5% .5rem;
    position: relative;
}
input:-ms-input-placeholder {
  color: #666!important;
}

.label-check {
  display: inline-block;
  margin-bottom: .5rem;
}

.formArea dl.basic {
  align-items: center;
}
.formArea dl.basic:first-child {
  border-top: 1px solid #ccc;
}
