/* common */
img{
  vertical-align: middle;
}

/* breadcrumb */
#breadcrumb{
  padding: 9px 0;
  background: #f0f4f8;
}
@media screen and (max-width: 750px) {
  #breadcrumb{
    display:none;
  }
}
#breadcrumb ul{
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 960px;
  text-align: left;
}
#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}
#breadcrumb li:after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  content: "";
  vertical-align: 2px;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb li:last-of-type::after{
  display: none;
}
#breadcrumb a {
  color: #06c;
  text-decoration: none;
}

/* footer */
#footer {
  background: #535353;
}
#footer .inner {
  overflow: hidden;
  margin: 0 auto;
  padding: 12px 5px 10px;
  max-width: 970px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

#footer .inner .copy {
  color: #fff;
  font-size: 12px;
}

#footer .inner .links {
  color: #fff;
  display: flex;
}

#footer .inner .links li {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
}

#footer .inner .links li + li {
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid #fff;
}

#footer .inner .links li a {
  color: #fff;
}

@media screen and (max-width: 750px) {
  #footer{
    background: #000;
  }
  #footer .inner {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    justify-content: center;
  }

  #footer .inner .links {
    padding: 10px 0;
    text-align: center;
    justify-content: center;
  }
  #footer .inner .links li + li {
    border-left: none;
  }

  #footer .inner .links li a {
    font-size: 11px;
    padding-left: 8px;
    position: relative;
  }
  #footer .inner .links li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-left: 3px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }

  #footer .inner .copy {
    text-align: center;
    border-top: 1px solid #464646;
    width: 100%;
    font-size: 11px;
    padding: 25px 0;
  }
}

/* #cv_contact */

/* CV Bottom
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}

#cv_contact a {
  text-decoration: none;
}

#cv_contact .fixed_wrapper {
  position: relative;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #2b417c;
}

#cv_contact .fixed_wrapper .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}

#cv_contact .tel_contact {
  flex: 1 1 490px;

  -webkit-box-flex: 1;
}

#cv_contact .tel_contact a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  cursor: default;
}

#cv_contact .tel_contact .svg_wrapper {
  position: relative;
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

#cv_contact .tel_contact .svg_inner {
  position: relative;
  display: inline-block;
  padding-top: 11.5%;
  width: 100%;
}

#cv_contact .svg_tel_contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: normal;
}

#cv_contact .svg_tel_contact .free_dial_logo .logo_mark_bg {
  fill: #00a73c;
}

#cv_contact .svg_tel_contact .free_dial_logo .logo_mark_line {
  fill: #fff;
}

#cv_contact .svg_tel_contact .regulation_mark path,
#cv_contact .svg_tel_contact text {
  fill: #fff;
}

#cv_contact .svg_tel_contact .caption {
  font-size: 14px;
}

#cv_contact .svg_tel_contact .number {
  font-size: 32px;
}

#cv_contact .svg_tel_contact .hour,
#cv_contact .svg_tel_contact .comment {
  font-size: 13px;
}

#cv_contact .buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex: 1 1 465px;

  -webkit-box-flex: 1;
}

#cv_contact .button {
  display: table;
  flex: 1 1 230px;
  margin: 0 0 0 5px;
  width: 230px;
  height: 46px;
  vertical-align: middle;

  -webkit-box-flex: 1;
}

#cv_contact .button:first-child {
  margin: 0;
}

#cv_contact .button a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: none;
}

#cv_contact .button a > i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .button a > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

#cv_contact .button a > span {
  display: inline-block;
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#cv_contact .button.catalog {
  background: #e60012;
}

#cv_contact .button.catalog a span {
  margin-left: -4.8%;
}

#cv_contact .button.catalog a i:before {
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
}

#cv_contact .button.contact {
  background: #41a147;
}

#cv_contact .button.contact a span {
  margin-left: -3.8%;
}

#cv_contact .button.contact a i:before {
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
}

#cv_contact #pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  margin: 0 -590px 0 0;
  width: 50px;
}

#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #2b417c;
  transition: none;
}

#cv_contact #pagetop a:before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

#cv_contact #pagetop a:after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #2b417c;
  content: "";
  transform: rotate(45deg);
}

#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}

#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}

#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}
@media screen and (max-width: 1000px) {
  #cv_contact {
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    height: auto;
  }

  #cv_contact #pagetop {
    right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #cv_contact {
    width: 100%;
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    border: none;
    background: #fff;
    opacity: 1 !important;
  }

  #cv_contact .fixed_wrapper .inner {
    flex-wrap: wrap;
    overflow: visible;
    padding: 0;
    width: auto;
    border-top: 1px solid #ccc;
    background-color: #2b417c;
  }

  #cv_contact .buttons {
    flex: 0 1 345px;
    width: 345px;
  }

  #cv_contact .tel_contact {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }

  #cv_contact .tel_contact a {
    display: block;
    padding: 10px 15px;
  }

  #cv_contact .buttons {
    flex: 1 1 auto;
    width: 100%;

    -webkit-box-flex: 1;
  }

  #cv_contact .button {
    display: table;
    flex: 1 1 50%;
    margin: 0;
    width: 50%;
    height: auto;
  }

  #cv_contact .button a {
    padding: 12px 8px;
    text-align: center;
    font-size: 12px;
  }

  #cv_contact #pagetop {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: auto;
    height: 60px;
    background: none;
  }

  #cv_contact #pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    width: 40px;
    height: 40px;
  }

  #cv_contact #pagetop a:before {
    margin-top: -4px;
    width: 16px;
    height: 16px;
  }

  #cv_contact #pagetop a:after {
    width: 16px;
    height: 16px;
  }

  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }

  #cv_contact.fixed .fixed_wrapper #pagetop a {
    position: fixed;
  }

  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }

  #cv_contact.fixed.hidden .fixed_wrapper #pagetop a {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #cv_contact .button a {
    padding: 10px 5px;
    font-size: 12px;
  }

  #cv_contact .button a > i {
    width: 26px;
    height: 26px;
  }

  #cv_contact .button a > span {
    width: calc(100% - 26px);
  }

  #cv_contact .button.catalog a > i:before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }

  #cv_contact .button.contact a > i:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
}

/* deqwas */
.box_recommend_horizon .Text{
  display: block !important;
  text-align: left !important;
}
