@charset "UTF-8";
/*
$xs-max:767px;
$sm-min:768px;
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
}

/* ---------------------------------------- */
button::-moz-focus-inner {
  border: 0;
}

/* ---------------------------------------- */
a {
  background: transparent;
}

a:focus {
  outline: none;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

li {
  list-style: none;
}

/* ---------------------------------------- */
img {
  border: 0;
  vertical-align: bottom;
}

/* ---------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
$xs-max:767px;
$sm-min:768px;
*/
/* ---------------------------------------- */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-50 > div {
  padding-right: 25px;
  padding-left: 25px;
}

.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-60 > div {
  padding-right: 30px;
  padding-left: 30px;
}

.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-60 > div {
  padding-right: 30px;
  padding-left: 30px;
}

.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-60 > div {
  padding-right: 30px;
  padding-left: 30px;
}

.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-60 > div {
  padding-right: 30px;
  padding-left: 30px;
}

.row-70 {
  margin-left: -35px;
  margin-right: -35px;
}

.row-70 > div {
  padding-right: 35px;
  padding-left: 35px;
}

.row-80 {
  margin-left: -40px;
  margin-right: -40px;
}

.row-80 > div {
  padding-right: 40px;
  padding-left: 40px;
}

.row-90 {
  margin-left: -45px;
  margin-right: -45px;
}

.row-90 > div {
  padding-right: 45px;
  padding-left: 45px;
}

.row-100 {
  margin-left: -50px;
  margin-right: -50px;
}

.row-100 > div {
  padding-right: 50px;
  padding-left: 50px;
}

/* ---------------------------------------- */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters .col-xs-1-5, .row.no-gutters .col-sm-1-5, .row.no-gutters .col-md-1-5, .row.no-gutters .col-lg-1-5,
.row.no-gutters .col-xs-2-5, .row.no-gutters .col-sm-2-5, .row.no-gutters .col-md-2-5, .row.no-gutters .col-lg-2-5,
.row.no-gutters .col-xs-3-5, .row.no-gutters .col-sm-3-5, .row.no-gutters .col-md-3-5, .row.no-gutters .col-lg-3-5,
.row.no-gutters .col-xs-4-5, .row.no-gutters .col-sm-4-5, .row.no-gutters .col-md-4-5, .row.no-gutters .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 600px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

/* ---------------------------------------- */
.col-xs-1-7, .col-sm-1-7, .col-md-1-7, .col-lg-1-7,
.col-xs-2-7, .col-sm-2-7, .col-md-2-7, .col-lg-2-7,
.col-xs-3-7, .col-sm-3-7, .col-md-3-7, .col-lg-3-7,
.col-xs-4-7, .col-sm-4-7, .col-md-4-7, .col-lg-4-7,
.col-xs-5-7, .col-sm-5-7, .col-md-5-7, .col-lg-5-7,
.col-xs-6-7, .col-sm-6-7, .col-md-6-7, .col-lg-6-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters .col-xs-1-7, .row.no-gutters .col-sm-1-7, .row.no-gutters .col-md-1-7, .row.no-gutters .col-lg-1-7,
.row.no-gutters .col-xs-2-7, .row.no-gutters .col-sm-2-7, .row.no-gutters .col-md-2-7, .row.no-gutters .col-lg-2-7,
.row.no-gutters .col-xs-3-7, .row.no-gutters .col-sm-3-7, .row.no-gutters .col-md-3-7, .row.no-gutters .col-lg-3-7,
.row.no-gutters .col-xs-4-7, .row.no-gutters .col-sm-4-7, .row.no-gutters .col-md-4-7, .row.no-gutters .col-lg-4-7,
.row.no-gutters .col-xs-5-7, .row.no-gutters .col-sm-5-7, .row.no-gutters .col-md-5-7, .row.no-gutters .col-lg-5-7,
.row.no-gutters .col-xs-6-7, .row.no-gutters .col-sm-6-7, .row.no-gutters .col-md-6-7, .row.no-gutters .col-lg-6-7 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1-7 {
  width: 14.28571%;
  float: left;
}

.col-xs-2-7 {
  width: 28.57143%;
  float: left;
}

.col-xs-3-7 {
  width: 42.85714%;
  float: left;
}

.col-xs-4-7 {
  width: 57.14286%;
  float: left;
}

.col-xs-5-7 {
  width: 71.42857%;
  float: left;
}

.col-xs-6-7 {
  width: 85.71429%;
  float: left;
}

@media (min-width: 600px) {
  .col-sm-1-7 {
    width: 14.28571%;
    float: left;
  }
  .col-sm-2-7 {
    width: 28.57143%;
    float: left;
  }
  .col-sm-3-7 {
    width: 42.85714%;
    float: left;
  }
  .col-sm-4-7 {
    width: 57.14286%;
    float: left;
  }
  .col-sm-5-7 {
    width: 71.42857%;
    float: left;
  }
  .col-sm-6-7 {
    width: 85.71429%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-7 {
    width: 14.28571%;
    float: left;
  }
  .col-md-2-7 {
    width: 28.57143%;
    float: left;
  }
  .col-md-3-7 {
    width: 42.85714%;
    float: left;
  }
  .col-md-4-7 {
    width: 57.14286%;
    float: left;
  }
  .col-md-5-7 {
    width: 71.42857%;
    float: left;
  }
  .col-md-6-7 {
    width: 85.71429%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-7 {
    width: 14.28571%;
    float: left;
  }
  .col-lg-2-7 {
    width: 28.57143%;
    float: left;
  }
  .col-lg-3-7 {
    width: 42.85714%;
    float: left;
  }
  .col-lg-4-7 {
    width: 57.14286%;
    float: left;
  }
  .col-lg-5-7 {
    width: 71.42857%;
    float: left;
  }
  .col-lg-6-7 {
    width: 85.71429%;
    float: left;
  }
}

html {
  /*
	@media screen and (max-width:$sm-max){
		font-size: 50%;
	}
	@media screen and (min-width:$md-min) {
		font-size: 54%;
	}
	@media screen and (min-width:$lg-min){
  	font-size: 62.5%;
	}
*/
  font-size: 62.5%;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 54%;
  }
}

body {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.8;
}

.txt-52 {
  font-size: 5.2rem;
}

.txt-42 {
  font-size: 4.2rem;
}

.txt-36 {
  font-size: 3.6rem;
}

.txt-32 {
  font-size: 3.2rem;
}

.txt-30 {
  font-size: 3rem;
}

.txt-28 {
  font-size: 2.8rem;
}

.txt-27 {
  font-size: 2.7rem;
}

.txt-26 {
  font-size: 2.6rem;
}

.txt-24 {
  font-size: 2.4rem;
}

.txt-21 {
  font-size: 2.1rem;
}

.txt-20 {
  font-size: 2.0rem;
}

.txt-18 {
  font-size: 1.8rem;
}

.txt-16 {
  font-size: 1.6rem;
}

.txt-15 {
  font-size: 1.5rem;
}

.txt-14 {
  font-size: 1.4rem;
}

.txt-13 {
  font-size: 1.3rem;
}

.txt-12 {
  font-size: 1.2rem;
}

.txt-11 {
  font-size: 1.1rem;
}

/*
p {
  line-height: 1.65em;
}
*/
table {
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  table {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img.full {
  width: 100%;
  height: auto;
}

img.va-middle {
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .products-cat-image {
    max-width: 320px;
    height: auto;
  }
}

.product-img {
  border: solid 1px #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.product-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

img.float-right {
  float: right;
}

.ratio-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ratio-wrap:before {
  content: "";
  display: block;
}

.ratio-wrap.ratio-1x1:before {
  padding-top: 100%;
}

.ratio-wrap.ratio-2x1:before {
  padding-top: 50%;
}

.ratio-wrap.ratio-3x2:before {
  padding-top: 66.6666%;
}

.ratio-wrap.ratio-4x3:before {
  padding-top: 75%;
}

.ratio-wrap.ratio-16x9:before {
  padding-top: 56.25%;
}

.ratio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ratio.contain {
  background-size: contain;
}

/* ---------------------------------------- */
body {
  font-family: YuGothic, "嗄ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  padding: 0 !important;
  margin: 0 !important;
  color: #111;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "嗄ゴシック", YuGothic, "ヒラギノ叔ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

#wrap {
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  #contents {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 600px) {
  #contents {
    padding-bottom: 80px;
  }
}

/* ---------------------------------------- */
@media (min-width: 600px) {
  .container {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1100px;
  }
}

/* ---------------------------------------- */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.relative {
  position: relative;
}

.strong {
  font-weight: 600;
}

.overflow-hidden {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.justify {
  text-align: justify;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.float-right {
  float: right;
  max-width: 45%;
  padding-top: 0.5em;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .float-right {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: md-min) {
  .float-right {
    margin-left: 60px;
    margin-bottom: 40px;
  }
}

.float-left {
  float: left;
  max-width: 45%;
  padding-top: 0.5em;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .float-left {
    margin-right: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: md-min) {
  .float-left {
    margin-right: 60px;
    margin-bottom: 40px;
  }
}

.nowrap {
  white-space: nowrap;
}

.v-top {
  vertical-align: top;
}

.v-center-outer {
  display: table;
  width: 100%;
}

.v-center-inner {
  display: table-cell;
  vertical-align: middle;
}

video {
  width: 100%;
  height: auto;
}

.cursor-hover {
  cursor: pointer;
}

.ls-1 {
  letter-spacing: 0.1rem;
}

.ls-2 {
  letter-spacing: 0.2rem;
}

.ls-3 {
  letter-spacing: 0.3rem;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.line-top-1 {
  border-top: solid 1px #efefef;
}

.line-top-2 {
  border-top: solid 2px #efefef;
}

.line-bottom-1 {
  border-bottom: solid 1px #e4ebf0;
}

.line-bottom-2 {
  border-bottom: solid 2px #e4ebf0;
}

.line-box-1 {
  border: solid 1px #efefef;
}

ol.default {
  margin-left: 1.3em;
}

ol.default li {
  list-style: decimal;
  padding-left: 10px;
}

.read p {
  margin-bottom: 2em;
}

.read p:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------- */
.sans {
  font-family: -apple-system, BlinkMacSystemFont, "Lato", sans-serif;
}

.serif {
  font-family: Georgia, 嗄苧劾, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS苧劾E, メイリオ, Meiryo, serif;
}

/* ---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------------------- */
.slideInUp {
  position: relative;
  opacity: 0;
}

/* ---------------------------------------- */
a,
a:hover,
a:active,
a:visited {
  color: #111;
  text-decoration: underline;
}

a:hover img,
a:hover div {
  opacity: 0.8;
}

a.cancel-line {
  text-decoration: none !important;
}

a.block-pdf {
  display: block;
  background-color: #fff;
  min-height: 70px;
  text-decoration: none;
  position: relative;
  padding-left: 70px;
  overflow: hidden;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.block-pdf div {
  padding: 15px;
}

a.block-pdf span {
  color: #999;
  margin-left: 1em;
}

a.block-pdf:before {
  background-image: url(/~hqresp/asset/img/ic_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fbe7e7;
  content: "";
  position: absolute;
  width: 70px;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-1,
.btn-blank,
.btn-mail {
  width: 320px;
  height: 60px;
  background-image: url(/~hqresp/asset/img/bg_gnav.svg);
  background-size: cover;
  display: inline-block;
}

.btn-1 a,
.btn-blank a,
.btn-mail a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background-image: url(/~hqresp/asset/img/ic_arrow_3.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.btn-1 a:hover,
.btn-blank a:hover,
.btn-mail a:hover {
  opacity: 0.7;
}

.btn-2 {
  height: 60px;
  line-height: 60px;
  display: block;
  background-color: #fff;
  color: #0DBEE3;
  border: solid 1px #0DBEE3;
  text-decoration: none;
  background-image: url(/~hqresp/asset/img/ic_arrow_4.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.btn-blank a {
  background-image: url(/~hqresp/asset/img/ic_blank.svg);
}

.btn-mail a {
  background-image: url(/~hqresp/asset/img/ic_mail.svg);
}

.clickable {
  cursor: pointer;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  /*和2つで嘘尚を圷のサイズのまま燕幣することができる*/
  width: 100%;
  height: 100%;
}

/* ---------------------------------------- */
.bg-fff {
  background-color: #fff;
}

.bg-1 {
  background-color: #f3fbff;
}

.color-1 {
  color: #00bbe2;
}

.color-2 {
  color: #1a3e82;
}

.ic-top-doc {
  background-image: url(/~hqresp/asset/img/ic_doc.png);
  background-position: center top;
  padding-top: 80px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .ic-top-doc {
    background-image: url(/~hqresp/asset/img/ic_doc@2x.png);
    background-size: 39px 48px;
  }
}

/* ---------------------------------------- */
@media screen and (max-width: 991px) {
  header #spnav-base {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
  }
  header #identity {
    padding: 13px 0 25px 0;
    width: 300px;
    margin-left: -10px;
  }
  header #tw,
  header #pcnav {
    display: none;
  }
  header #spnav {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
  }
  header #spnav #spnav-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 420px;
  }
  header #spnav #spnav-content ul {
    margin-bottom: 30px;
  }
  header #spnav #spnav-content ul li a {
    display: block;
    height: 70px;
    line-height: 70px;
  }
  header #menu {
    position: fixed;
    z-index: 101;
    top: 10px;
    right: 10px;
    width: 41px;
    height: 41px;
  }
  header #menu #Rectangle1,
  header #menu #Rectangle2,
  header #menu #Rectangle3 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  header #menu.close #Rectangle1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu.close #Rectangle2 {
    opacity: 0;
  }
  header #menu.close #Rectangle3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    x: -12;
    y: 12;
  }
}

@media screen and (min-width: 992px) {
  header #identity {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  header #tw {
    position: absolute;
    top: 12px;
    right: -40px;
  }
  header #pcnav {
    width: 100%;
    display: block;
    background-image: url(/~hqresp/asset/img/bg_gnav.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  header #pcnav ul {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }
  header #pcnav ul li {
    display: block;
    float: left;
    width: 33.3333%;
    border-left: solid 1px #9bdbef;
  }
  header #pcnav ul li a {
    text-align: center;
    display: block;
    padding: 12px 0;
  }
  header #pcnav ul li:last-child {
    border-right: solid 1px #9bdbef;
  }
  header #menu {
    display: none;
  }
  header #spnav {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #home #home-identity {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #home #home-identity {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    background-color: #fff;
    padding: 25px;
  }
  #home header #identity {
    display: none;
  }
}

/* ---------------------------------------- */
#title {
  text-align: center;
  padding: 40px 0;
  background-color: #caf4fb;
}

@media screen and (min-width: 600px) {
  #title {
    padding: 50px 0;
  }
}

@media screen and (max-width: 599px) {
  #title img {
    height: 21px;
  }
}

@media screen and (min-width: 600px) {
  #title img {
    height: 24px;
  }
}

@media screen and (min-width: 992px) {
  #title img {
    height: auto;
  }
}

#path {
  font-size: 1.3rem;
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  #path {
    margin-bottom: 90px;
  }
}

#path ul li {
  float: left;
}

#path ul li a {
  background-image: url(/~hqresp/asset/img/ic_path.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 26px;
  margin-right: 20px;
}

.h2 {
  position: relative;
  padding-left: 42px;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .h2 {
    margin-bottom: 30px;
  }
}

.h2:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 25px;
  height: 3px;
  margin-top: -1.5px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2ab6e4), to(#52dcf1));
  background-image: linear-gradient(-90deg, #2ab6e4 0%, #52dcf1 100%);
}

.h2-center {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .h2-center img {
    height: 21px;
  }
}

.h2-center:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #1a3e82;
  border-radius: 2px;
  margin-left: -15px;
}

.h3 {
  font-size: 1.9rem;
  color: #00bbe2;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .h3 {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------- */
footer {
  padding-bottom: 33px;
}

@media screen and (min-width: 600px) {
  footer {
    padding-bottom: 60px;
  }
}

footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 27px;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
}

@media screen and (min-width: 600px) {
  footer .pagetop {
    width: 60px;
    height: 60px;
  }
}

footer .copyright {
  font-size: 1.2rem;
  text-align: center;
}

/* ---------------------------------------- */
.date {
  color: #00bbe2;
  font-size: 1.4rem;
}

#news-index ul {
  border-top: solid 1px #e4ebf0;
}

#news-index ul li {
  border-bottom: solid 1px #e4ebf0;
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  #news-index ul li {
    padding: 20px 0;
  }
}

#news-index ul li .date {
  position: absolute;
  top: 2px;
  left: 20px;
}

@media screen and (max-width: 991px) {
  #news-index ul li .date {
    left: 10px;
  }
}

#news-index ul li .title {
  margin-left: 130px;
}

@media screen and (max-width: 991px) {
  #news-index ul li .title {
    margin-left: 100px;
    margin-right: 50px;
  }
}

#news-index ul li .title a {
  text-decoration: none;
}

#news-single p,
#news-single ul,
#news-single ol {
  margin-bottom: 2em;
}

#news-single ul li {
  position: relative;
  margin-left: 1em;
}

#news-single ul li:before {
  position: absolute;
  content: "?";
  left: -1em;
}

#news-single ol li {
  list-style: decimal;
  margin-left: 1em;
}

@media screen and (min-width: 992px) {
  .news-border-right {
    border-right: solid 1px #efefef;
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  #news-archive {
    margin-top: 60px;
  }
}

#news-archive ul li {
  background-image: url(/~hqresp/asset/img/ic_arrow_1.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-bottom: 0.7em;
}

/* ---------------------------------------- */
table th {
  font-weight: 600;
}

table.style1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
}

table.style1 th,
table.style1 td {
  padding: 10px;
  width: 25%;
}

table.style1 th {
  background-color: #e7f4fb;
}

table.style1 td {
  background-color: #f3f6f8;
}

table.style1 td.strong {
  background-color: #ffe4e8;
  color: #d0021b;
}

table.style2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  background-color: #e5e5e5;
}

table.style2 th,
table.style2 td {
  padding: 10px;
}

table.style2 th {
  background-color: #e7f4fb;
}

table.style2 td {
  background-color: #fff;
}

table.style2 td.strong {
  background-color: #ffe4e8;
  color: #d0021b;
}

table.style3 th,
table.style3 td {
  text-align: left;
  vertical-align: top;
}

table.style3 th {
  white-space: nowrap;
  padding-right: 1em;
  font-weight: normal;
}

/* ---------------------------------------- */
.interview .title {
  position: relative;
  padding-right: 40px;
}

.interview .title .ic {
  position: absolute;
  width: 34px;
  height: 34px;
  background-image: url(/~hqresp/asset/img/ic_plus.svg);
  top: 50%;
  right: 0;
  margin-top: -17px;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .interview .title .ic {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}

.interview .content {
  display: none;
}

.interview.active .title .ic {
  background-image: url(/~hqresp/asset/img/ic_munus.svg);
}

/* ---------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pd0 {
  padding-top: 0;
}

.pd10 {
  padding: 10px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd70 {
  padding: 70px !important;
}

.pd80 {
  padding: 80px !important;
}

.pd90 {
  padding: 90px !important;
}

.pd100 {
  padding: 100px !important;
}

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr0 {
  padding-right: 0;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl0 {
  padding-left: 0;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.per10 {
  width: 10%;
}

.per20 {
  width: 20%;
}

.per30 {
  width: 30%;
}

.per40 {
  width: 40%;
}

.per50 {
  width: 50%;
}

.per60 {
  width: 60%;
}

.per70 {
  width: 70%;
}

.per80 {
  width: 80%;
}

.per90 {
  width: 90%;
}

.per100 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .mb0 {
    margin-bottom: 0px !important;
  }
  .mb10 {
    margin-bottom: 7px !important;
  }
  .mb20 {
    margin-bottom: 14px !important;
  }
  .mb30 {
    margin-bottom: 21px !important;
  }
  .mb40 {
    margin-bottom: 28px !important;
  }
  .mb50 {
    margin-bottom: 35px !important;
  }
  .mb60 {
    margin-bottom: 42px !important;
  }
  .mb70 {
    margin-bottom: 49px !important;
  }
  .mb80 {
    margin-bottom: 56px !important;
  }
  .mb90 {
    margin-bottom: 63px !important;
  }
  .mb100 {
    margin-bottom: 70px !important;
  }
  .mb110 {
    margin-bottom: 77px !important;
  }
  .mb120 {
    margin-bottom: 84px !important;
  }
  .mb130 {
    margin-bottom: 91px !important;
  }
  .mb140 {
    margin-bottom: 98px !important;
  }
  .mb150 {
    margin-bottom: 105px !important;
  }
  .mb160 {
    margin-bottom: 112px !important;
  }
  .mb170 {
    margin-bottom: 119px !important;
  }
  .mb180 {
    margin-bottom: 126px !important;
  }
  .mb190 {
    margin-bottom: 133px !important;
  }
  .mb200 {
    margin-bottom: 140px !important;
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .mt10 {
    margin-top: 7px !important;
  }
  .mt20 {
    margin-top: 14px !important;
  }
  .mt30 {
    margin-top: 21px !important;
  }
  .mt40 {
    margin-top: 28px !important;
  }
  .mt50 {
    margin-top: 35px !important;
  }
  .mt60 {
    margin-top: 42px !important;
  }
  .mt70 {
    margin-top: 49px !important;
  }
  .mt80 {
    margin-top: 56px !important;
  }
  .mt90 {
    margin-top: 63px !important;
  }
  .mt100 {
    margin-top: 70px !important;
  }
  .mt110 {
    margin-top: 77px !important;
  }
  .mt120 {
    margin-top: 84px !important;
  }
  .mt130 {
    margin-top: 91px !important;
  }
  .mt140 {
    margin-top: 98px !important;
  }
  .mt150 {
    margin-top: 105px !important;
  }
  .mt160 {
    margin-top: 112px !important;
  }
  .mt170 {
    margin-top: 119px !important;
  }
  .mt180 {
    margin-top: 126px !important;
  }
  .mt190 {
    margin-top: 133px !important;
  }
  .mt200 {
    margin-top: 140px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mr10 {
    margin-right: 7px !important;
  }
  .mr20 {
    margin-right: 14px !important;
  }
  .mr30 {
    margin-right: 21px !important;
  }
  .mr40 {
    margin-right: 28px !important;
  }
  .mr50 {
    margin-right: 35px !important;
  }
  .mr60 {
    margin-right: 42px !important;
  }
  .mr70 {
    margin-right: 49px !important;
  }
  .mr80 {
    margin-right: 56px !important;
  }
  .mr90 {
    margin-right: 63px !important;
  }
  .mr100 {
    margin-right: 70px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .ml10 {
    margin-left: 7px !important;
  }
  .ml20 {
    margin-left: 14px !important;
  }
  .ml30 {
    margin-left: 21px !important;
  }
  .ml40 {
    margin-left: 28px !important;
  }
  .ml50 {
    margin-left: 35px !important;
  }
  .ml60 {
    margin-left: 42px !important;
  }
  .ml70 {
    margin-left: 49px !important;
  }
  .ml80 {
    margin-left: 56px !important;
  }
  .ml90 {
    margin-left: 63px !important;
  }
  .ml100 {
    margin-left: 70px !important;
  }
  .pd0 {
    padding-top: 0;
  }
  .pd10 {
    padding: 7px !important;
  }
  .pd20 {
    padding: 14px !important;
  }
  .pd30 {
    padding: 21px !important;
  }
  .pd40 {
    padding: 28px !important;
  }
  .pd50 {
    padding: 35px !important;
  }
  .pd60 {
    padding: 42px !important;
  }
  .pd70 {
    padding: 49px !important;
  }
  .pd80 {
    padding: 56px !important;
  }
  .pd90 {
    padding: 63px !important;
  }
  .pd100 {
    padding: 70px !important;
  }
  .pt0 {
    padding-top: 0;
  }
  .pt10 {
    padding-top: 7px !important;
  }
  .pt20 {
    padding-top: 14px !important;
  }
  .pt30 {
    padding-top: 21px !important;
  }
  .pt40 {
    padding-top: 28px !important;
  }
  .pt50 {
    padding-top: 35px !important;
  }
  .pt60 {
    padding-top: 42px !important;
  }
  .pt70 {
    padding-top: 49px !important;
  }
  .pt80 {
    padding-top: 56px !important;
  }
  .pt90 {
    padding-top: 63px !important;
  }
  .pt100 {
    padding-top: 70px !important;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .pb10 {
    padding-bottom: 7px !important;
  }
  .pb20 {
    padding-bottom: 14px !important;
  }
  .pb30 {
    padding-bottom: 21px !important;
  }
  .pb40 {
    padding-bottom: 28px !important;
  }
  .pb50 {
    padding-bottom: 35px !important;
  }
  .pb60 {
    padding-bottom: 42px !important;
  }
  .pb70 {
    padding-bottom: 49px !important;
  }
  .pb80 {
    padding-bottom: 56px !important;
  }
  .pb90 {
    padding-bottom: 63px !important;
  }
  .pb100 {
    padding-bottom: 70px !important;
  }
  .pr0 {
    padding-right: 0;
  }
  .pr10 {
    padding-right: 7px !important;
  }
  .pr20 {
    padding-right: 14px !important;
  }
  .pr30 {
    padding-right: 21px !important;
  }
  .pr40 {
    padding-right: 28px !important;
  }
  .pr50 {
    padding-right: 35px !important;
  }
  .pr60 {
    padding-right: 42px !important;
  }
  .pr70 {
    padding-right: 49px !important;
  }
  .pr80 {
    padding-right: 56px !important;
  }
  .pr90 {
    padding-right: 63px !important;
  }
  .pr100 {
    padding-right: 70px !important;
  }
  .pl0 {
    padding-left: 0;
  }
  .pl10 {
    padding-left: 7px !important;
  }
  .pl20 {
    padding-left: 14px !important;
  }
  .pl30 {
    padding-left: 21px !important;
  }
  .pl40 {
    padding-left: 28px !important;
  }
  .pl50 {
    padding-left: 35px !important;
  }
  .pl60 {
    padding-left: 42px !important;
  }
  .pl70 {
    padding-left: 49px !important;
  }
  .pl80 {
    padding-left: 56px !important;
  }
  .pl90 {
    padding-left: 63px !important;
  }
  .pl100 {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 599px) {
  .xs-mb0 {
    margin-bottom: 0px !important;
  }
  .xs-mb10 {
    margin-bottom: 10px !important;
  }
  .xs-mb20 {
    margin-bottom: 20px !important;
  }
  .xs-mb30 {
    margin-bottom: 30px !important;
  }
  .xs-mb40 {
    margin-bottom: 40px !important;
  }
  .xs-mb50 {
    margin-bottom: 50px !important;
  }
  .xs-mb60 {
    margin-bottom: 60px !important;
  }
  .xs-mb70 {
    margin-bottom: 70px !important;
  }
  .xs-mb80 {
    margin-bottom: 80px !important;
  }
  .xs-mb90 {
    margin-bottom: 90px !important;
  }
  .xs-mb100 {
    margin-bottom: 100px !important;
  }
  .xs-mt0 {
    margin-top: 0px !important;
  }
  .xs-mt5 {
    margin-top: 5px !important;
  }
  .xs-mt10 {
    margin-top: 10px !important;
  }
  .xs-mt20 {
    margin-top: 20px !important;
  }
  .xs-mt30 {
    margin-top: 30px !important;
  }
  .xs-mt40 {
    margin-top: 40px !important;
  }
  .xs-mt50 {
    margin-top: 50px !important;
  }
  .xs-mt60 {
    margin-top: 60px !important;
  }
  .xs-mt70 {
    margin-top: 70px !important;
  }
  .xs-mt80 {
    margin-top: 80px !important;
  }
  .xs-mt90 {
    margin-top: 90px !important;
  }
  .xs-mt100 {
    margin-top: 100px !important;
  }
  .xs-pb0 {
    padding-bottom: 0px !important;
  }
  .xs-pb10 {
    padding-bottom: 10px !important;
  }
  .xs-pb20 {
    padding-bottom: 20px !important;
  }
  .xs-pb30 {
    padding-bottom: 30px !important;
  }
  .xs-pb40 {
    padding-bottom: 40px !important;
  }
  .xs-pb50 {
    padding-bottom: 50px !important;
  }
  .xs-pb60 {
    padding-bottom: 60px !important;
  }
  .xs-pb70 {
    padding-bottom: 70px !important;
  }
  .xs-pb80 {
    padding-bottom: 80px !important;
  }
  .xs-pb90 {
    padding-bottom: 90px !important;
  }
  .xs-pb100 {
    padding-bottom: 100px !important;
  }
  .xs-pt0 {
    padding-top: 0px !important;
  }
  .xs-pt10 {
    padding-top: 10px !important;
  }
  .xs-pt20 {
    padding-top: 20px !important;
  }
  .xs-pt30 {
    padding-top: 30px !important;
  }
  .xs-pt40 {
    padding-top: 40px !important;
  }
  .xs-pt50 {
    padding-top: 50px !important;
  }
  .xs-pt60 {
    padding-top: 60px !important;
  }
  .xs-pt70 {
    padding-top: 70px !important;
  }
  .xs-pt80 {
    padding-top: 80px !important;
  }
  .xs-pt90 {
    padding-top: 90px !important;
  }
  .xs-pt100 {
    padding-top: 100px !important;
  }
  .xs-center {
    text-align: center;
  }
  .xs-left {
    text-align: left;
  }
  .xs-right {
    text-align: right;
  }
  .xs-per10 {
    width: 10%;
  }
  .xs-per20 {
    width: 20%;
  }
  .xs-per30 {
    width: 30%;
  }
  .xs-per40 {
    width: 40%;
  }
  .xs-per50 {
    width: 50%;
  }
  .xs-per60 {
    width: 60%;
  }
  .xs-per70 {
    width: 70%;
  }
  .xs-per80 {
    width: 80%;
  }
  .xs-per90 {
    width: 90%;
  }
  .xs-per100 {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  .sm-mb0 {
    margin-bottom: 0px !important;
  }
  .sm-mb10 {
    margin-bottom: 10px !important;
  }
  .sm-mb20 {
    margin-bottom: 20px !important;
  }
  .sm-mb30 {
    margin-bottom: 30px !important;
  }
  .sm-mb40 {
    margin-bottom: 40px !important;
  }
  .sm-mb50 {
    margin-bottom: 50px !important;
  }
  .sm-mb60 {
    margin-bottom: 60px !important;
  }
  .sm-mb70 {
    margin-bottom: 70px !important;
  }
  .sm-mb80 {
    margin-bottom: 80px !important;
  }
  .sm-mb90 {
    margin-bottom: 90px !important;
  }
  .sm-mb100 {
    margin-bottom: 100px !important;
  }
  .sm-mt0 {
    margin-top: 0px !important;
  }
  .sm-mt10 {
    margin-top: 10px !important;
  }
  .sm-mt20 {
    margin-top: 20px !important;
  }
  .sm-mt30 {
    margin-top: 30px !important;
  }
  .sm-mt40 {
    margin-top: 40px !important;
  }
  .sm-mt50 {
    margin-top: 50px !important;
  }
  .sm-mt60 {
    margin-top: 60px !important;
  }
  .sm-mt70 {
    margin-top: 70px !important;
  }
  .sm-mt80 {
    margin-top: 80px !important;
  }
  .sm-mt90 {
    margin-top: 90px !important;
  }
  .sm-mt100 {
    margin-top: 100px !important;
  }
  .sm-center {
    text-align: center;
  }
  .sm-left {
    text-align: left;
  }
  .sm-right {
    text-align: right;
  }
}

@media screen and (min-width: 992px) and (max-width: 992px) {
  .md-mb0 {
    margin-bottom: 0px !important;
  }
  .md-mb10 {
    margin-bottom: 10px !important;
  }
  .md-mb20 {
    margin-bottom: 20px !important;
  }
  .md-mb30 {
    margin-bottom: 30px !important;
  }
  .md-mb40 {
    margin-bottom: 40px !important;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb60 {
    margin-bottom: 60px !important;
  }
  .md-mb70 {
    margin-bottom: 70px !important;
  }
  .md-mb80 {
    margin-bottom: 80px !important;
  }
  .md-mb90 {
    margin-bottom: 90px !important;
  }
  .md-mb100 {
    margin-bottom: 100px !important;
  }
  .md-mt0 {
    margin-top: 0px !important;
  }
  .md-mt10 {
    margin-top: 10px !important;
  }
  .md-mt20 {
    margin-top: 20px !important;
  }
  .md-mt30 {
    margin-top: 30px !important;
  }
  .md-mt40 {
    margin-top: 40px !important;
  }
  .md-mt50 {
    margin-top: 50px !important;
  }
  .md-mt60 {
    margin-top: 60px !important;
  }
  .md-mt70 {
    margin-top: 70px !important;
  }
  .md-mt80 {
    margin-top: 80px !important;
  }
  .md-mt90 {
    margin-top: 90px !important;
  }
  .md-mt100 {
    margin-top: 100px !important;
  }
  .md-center {
    text-align: center;
  }
  .md-left {
    text-align: left;
  }
  .md-right {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .lg-mb0 {
    margin-bottom: 0px !important;
  }
  .lg-mb10 {
    margin-bottom: 10px !important;
  }
  .lg-mb20 {
    margin-bottom: 20px !important;
  }
  .lg-mb30 {
    margin-bottom: 30px !important;
  }
  .lg-mb40 {
    margin-bottom: 40px !important;
  }
  .lg-mb50 {
    margin-bottom: 50px !important;
  }
  .lg-mb60 {
    margin-bottom: 60px !important;
  }
  .lg-mb70 {
    margin-bottom: 70px !important;
  }
  .lg-mb80 {
    margin-bottom: 80px !important;
  }
  .lg-mb90 {
    margin-bottom: 90px !important;
  }
  .lg-mb100 {
    margin-bottom: 100px !important;
  }
  .lg-mt0 {
    margin-top: 0px !important;
  }
  .lg-mt10 {
    margin-top: 10px !important;
  }
  .lg-mt20 {
    margin-top: 20px !important;
  }
  .lg-mt30 {
    margin-top: 30px !important;
  }
  .lg-mt40 {
    margin-top: 40px !important;
  }
  .lg-mt50 {
    margin-top: 50px !important;
  }
  .lg-mt60 {
    margin-top: 60px !important;
  }
  .lg-mt70 {
    margin-top: 70px !important;
  }
  .lg-mt80 {
    margin-top: 80px !important;
  }
  .lg-mt90 {
    margin-top: 90px !important;
  }
  .lg-mt100 {
    margin-top: 100px !important;
  }
  .lg-center {
    text-align: center;
  }
  .lg-left {
    text-align: left;
  }
  .lg-right {
    text-align: right;
  }
}

/* ---------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}
/*# sourceMappingURL=common.css.map */