.mb {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mb {
    margin-top: 20px;
  }
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}
.flex ol {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .flex ol {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flex ol:first-child {
    margin-bottom: 10px;
  }
}

.indList.lftInd {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .indList.lftInd {
    margin: 0 auto;
  }
}
.indList > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.linkFw {
  margin: 0 0 30px 20px;
}
.linkFw a {
  font-size: 18px;
  color: #e60012;
  text-decoration: underline;
}
.linkFw a:hover {
  text-decoration: none;
}
.linkFw a:before {
  /* @include transition;
    position: absolute;*/
  display: inline-block;
  top: 50%;
  margin-top: -3px;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
}

a.doc {
  color: #e60012;
  text-decoration: underline;
}
a.doc:hover {
  text-decoration: none;
}

/*
a{
&.pdf{
&:after{
content: "";
width: 16px;
height: 16px;
display: inline-block;
margin-left: 10px;
background: url("/common_n/images/icn_pdf.gif") no-repeat center center;
}
}
&.next{
color: #cc0000;
text-decoration: underline;
&:after{
content: "";
width: 25px;
height: 25px;
display: inline-block;
background-image: url("../common/img/icn_fw.png");
background-repeat:  no-repeat;
background-position:  center center;
background-size: 23px 23px;
vertical-align: middle;
margin-left: 10px;

}
}
}
}*/
#contact .bdTtlm {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contact .bdTtlm {
    margin-bottom: 20px;
  }
}
#contact h3 {
  max-width: 700px;
  text-align: left;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contact h3 {
    width: 90%;
    font-size: 15px;
  }
}

.appTbl {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
  border-top: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  border-left: #dddddd 1px solid;
}
@media screen and (max-width: 768px) {
  .appTbl {
    width: 90%;
    margin: 0 5% 30px;
  }
}
.appTbl tr {
  border-bottom: #dddddd 1px solid;
}
.appTbl th {
  width: 170px;
  background-color: #eeeeee;
  padding: 20px 10px 15px 30px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .appTbl th {
    padding: 10px 10px;
    width: 100%;
    display: block;
  }
}
.appTbl td {
  border-left: #dddddd 1px solid;
  padding: 20px 10px 15px 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .appTbl td {
    border-left: none;
    /*border-top: #dddddd 1px solid;*/
    width: 100%;
    display: block;
    padding: 15px 15px;
  }
}
.appTbl td ul li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .appTbl td ul li {
    text-indent: 0em;
    padding-left: 0em;
  }
}
.appTbl td a {
  color: #000000;
  text-decoration: none;
}

.btn {
  min-width: 250px;
  height: 60px;
  display: table;
  margin: 0 auto 50px;
}
.btn a {
  position: relative;
  background-color: #e60012;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 50px 10px 30px;
  transition: all 0.3s;
}
.btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn a:after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url("/iq/img/icn_fw.png") no-repeat center center/100% auto;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=license.css.map */