@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, sans-serif;
  font-size: 15px;
  color: #333;
  background: #fff;
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

a:focus {
  background-color: #cce2fc;
  color: #333 !important;
}

a:active {
  _background: #cce2fc;
}

body {
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.container {
  width: 1240px;
}

.col-left {
  float: left;
}

.col-right {
  float: right;
}

.mgl5 {
  margin-left: 5px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.view-mb {
  display: none !important;
}

.view-pc {
  display: block !important;
}

/* style content */
#content {
  margin-left: 220px;
}

.menu-top {
  background: url("../img_common/bg_top_menu.png") repeat scroll left top;
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px 0 10px;
  padding-left: 240px;
  width: 100%;
  z-index: 98;
}
.menu-top ul li {
  float: left;
  padding: 0 14px;
  position: relative;
}
.menu-top ul li:after {
  border-right: 1px solid #aaa7a1;
  position: absolute;
  content: "";
  height: 22px;
  right: 0;
  top: 0;
}
.menu-top ul li a {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  text-decoration: none;
  vertical-align: middle;
}
.menu-top ul li a img {
  vertical-align: middle;
  margin-top: -2px;
}
.menu-top ul li.top-menu1 {
  background: url("../img_common/icon_arrow_menu.png") no-repeat scroll left 5px;
  padding-right: 12px;
}
.menu-top ul li.top-menu4 {
  background: url("../img_common/icon_notice.png") no-repeat scroll 14px 4px;
  padding-left: 32px;
}
.menu-top ul li.top-menu5 {
  background: url("../img_common/icon_arrow_menu.png") no-repeat scroll 14px 5px;
  padding-left: 28px;
}
.menu-top ul li.top-menu6:after {
  border-right: none;
}

.main-content {
  padding: 0 20px;
  margin-top: -140px;
  position: relative;
  z-index: 97;
}
.main-content .bg-main-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.search-bar {
  margin-bottom: 25px;
}
.search-bar .search-left {
  float: left;
  width: 286px;
}
.search-bar .search-left input[type="text"] {
  border: 1px solid #c9c9c9;
  padding: 5px 15px;
  height: 30px;
  width: 240px;
  float: left;
  border-radius: 6px 0 0 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-bar .search-left input[type="submit"] {
  background: url("../img_common/icon_search.png") no-repeat scroll center center;
  background-color: #145089;
  width: 45px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  border: none;
  float: left;
  cursor: pointer;
  text-indent: -9999px;
}
.search-bar .menu-right {
  float: right;
  width: 654px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-bar .menu-right ul li {
  background: #ddf0ff;
  margin-right: 5px;
  line-height: 15px;
  float: left;
  width: 152px;
  padding: 10px 0;
  border-radius: 6px;
  border-right: 2px solid #bfddf5;
  border-bottom: 2px solid #bfddf5;
  text-align: center;
}
.search-bar .menu-right ul li a {
  background: url("../img_common/icon_arrow_cog.png") no-repeat scroll left 6px;
  text-decoration: none;
  color: #333;
  padding-left: 15px;
}

.bg-slider {
  background: #ddf0ff;
  padding: 18px 50px 5px;
  margin-bottom: 25px;
}

.slider-content {
  position: relative;
}
.slider-content #sl-images {
  position: relative;
}
.slider-content #sl-images .owl-item {
  text-align: center;
}
.slider-content #sl-images .owl-buttons div {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  height: 30px;
  z-index: 97;
  text-indent: -9999px;
}
.slider-content #sl-images .owl-buttons div.owl-prev {
  background: url("../img_common/icon_prev_slider.png") no-repeat scroll center center;
  left: -35px;
}
.slider-content #sl-images .owl-buttons div.owl-next {
  background: url("../img_common/icon_next_slider.png") no-repeat scroll center center;
  right: -35px;
}
.slider-content #sl-images .owl-pagination {
  text-align: center;
  margin-top: 5px;
}
.slider-content #sl-images .owl-pagination .owl-page {
  background: #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}
.slider-content #sl-images .owl-pagination .owl-page.active {
  background: #145089;
}

.notify {
  margin-bottom: 25px;
  border: 2px solid #d65a5a;
}
.notify .nof-left {
  float: left;
  width: 145px;
  border-right: 2px solid #d65a5a;
  text-align: center;
  padding: 22px 0;
}
.notify .nof-left h4 {
  background: url("../img_common/icon_notify.png") no-repeat scroll left 4px;
  color: #c92121;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  padding-left: 26px;
}
.notify .main-nof {
  padding: 23px 20px;
  float: left;
}
.notify .main-nof a {
  background: url("../img_common/icon_arrow_red.png") no-repeat scroll left 5px;
  padding-left: 10px;
}

.main-col {
  width: 460px;
}

.three-box {
  margin-bottom: 25px;
}
.three-box ul li {
  float: left;
  margin-right: 10px;
}

.list-cont {
  margin-bottom: 5px;
}
.list-cont ul li {
  float: left;
  width: 225px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.tabs-content {
  margin-bottom: 25px;
}
.tabs-content ul.clicktabs li {
  font-size: 18px;
  line-height: 18px;
  float: left;
  width: 111px;
  text-align: center;
  padding: 0 5px 0 0;
  border-bottom: 5px solid #145089;
  cursor: pointer;
}
.tabs-content ul.clicktabs li span {
  background: #ebebeb;
  border-radius: 6px 6px 0 0;
  padding: 15px 0 7px;
  display: block;
}
.tabs-content ul.clicktabs li.active span {
  background: #145089;
  color: #fff;
}
.tabs-content ul.clicktabs li.w112 {
  width: 112px;
}
.tabs-content .tabs-cont {
  border: 1px solid #cccccc;
  border-top: none;
  padding: 16px 16px 0;
}
.tabs-content .tabs-cont ul {
  overflow-y: scroll;
  height: 280px;
}
.tabs-content .tabs-cont ul li {
  background: url("../img_common/icon_arrow_left.png") no-repeat scroll left 7px;
  padding: 3px 0;
  padding-left: 15px;
}
.tabs-content .tabs-cont ul li a {
  float: left;
  margin-left: 10px;
  width: 250px;
}
.tabs-content .tabs-cont ul li span.date-post {
  float: left;
  width: 125px;
}
.tabs-content .tabs-cont .read-more {
  text-align: center;
  background: #ddf0ff;
  padding: 8px 0;
  margin: 15px -16px 0 -16px;
}
.tabs-content .tabs-cont .read-more a {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  text-decoration: none;
}
.tabs-content .tabs-cont .read-more a img {
  margin-left: 7px;
  vertical-align: middle;
}

.other-post {
  border: 1px solid #cccccc;
  padding: 14px 16px;
}
.other-post h2.title-post-r {
  background: url("../img_common/bd_title.png") no-repeat scroll left 2px;
  font-size: 18px;
  font-weight: normal;
  padding-left: 15px;
  margin-bottom: 10px;
}
.other-post ul {
  margin: 0 -8px;
}
.other-post ul li {
  background: url("../img_common/icon_arrow_left.png") no-repeat scroll left 7px;
  width: 185px;
  padding: 3px 0;
  float: left;
  padding-left: 15px;
  margin-right: 16px;
}

.life-search {
  background: #f5f5f5;
  padding: 10px 15px 0;
  margin-bottom: 25px;
}
.life-search .tit-life {
  background: #145089;
  margin-bottom: 20px;
}
.life-search .tit-life h2 {
  background: url("../img_common/bg_search_title.png") no-repeat scroll left 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 7px 0 6px 15px;
}
.life-search .tit-life h2 span {
  background: url("../img_common/icon-search-title.png") no-repeat scroll left 5px;
  padding-left: 25px;
}
.life-search .main-life-sh {
  margin: 0 -5px;
}
.life-search .main-life-sh li {
  float: left;
  width: 100px;
  height: 100px;
  padding: 0 5px;
  margin-bottom: 10px;
  text-align: center;
}
.life-search .main-life-sh li a {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.social {
  margin-bottom: 25px;
}
.social ul {
  margin: 0 -5px;
}
.social ul li {
  font-size: 18px;
  line-height: 18px;
  float: left;
  width: 225px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
}
.social ul li span {
  background: #ebebeb;
  border-radius: 6px 6px 0 0;
  padding: 15px 0 12px;
  display: block;
  position: relative;
}
.social ul li span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url("../img_common/bg_border_gray.png") repeat scroll left 0;
  height: 5px;
  width: 100%;
}
.social ul li.active {
  color: #fff;
}
.social ul li.active span {
  background: #145089;
}
.social ul li.active span:before {
  background: url("../img_common/bg_border_blue.png") repeat scroll left 0;
}
.social .tabs-social {
  margin-top: -1px;
  padding: 17px 16px;
  border: 1px solid #cccccc;
}

.post-right {
  margin-bottom: 25px;
}

.title-qc-bot .title-post-r {
  float: left;
}
.title-qc-bot a {
  background: url("../img_common/icon_arrow_left.png") no-repeat scroll left 5px;
  float: right;
  padding-left: 15px;
  margin-top: 2px;
}

.bn-qc-bot ul {
  margin: 0 -3px;
}
.bn-qc-bot ul li {
  background: none;
  padding-left: 0;
  padding: 0 3px;
  margin-right: 0;
  width: 138px;
  margin-bottom: 6px;
}

#header.header-fx {
  background: #fff;
  position: fixed;
  left: auto;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 99;
  width: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header.header-fx .in-header {
  background: #fff;
  border-right: 1px solid #cccccc;
  min-height: 1000px;
}
#header.header-fx .logo-pc {
  padding: 15px 20px 0;
  text-align: center;
}
#header.header-fx .logo-pc h1 {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 30px;
}
#header.header-fx .logo-pc h1 a {
  display: inline-block;
}
#header.header-fx .nav-bar {
  margin: 30px 0 15px;
  padding-bottom: 5px;
}
#header.header-fx .nav-bar ul li {
  margin-bottom: 10px;
}
#header.header-fx .nav-bar ul li a {
  text-decoration: none;
  display: block;
  position: relative;
}
#header.header-fx .nav-bar ul li a:hover:before {
  background: url("../img_common/bg_before.png") no-repeat scroll left 0;
  position: absolute;
  right: -10px;
  width: 10px;
  height: 40px;
  top: 0;
  content: "";
}
#header.header-fx .nav-bar ul li .slidemenu {
  background: #fff;
  width: 380px;
  position: absolute;
  top: 45px;
  left: -162px;
  padding: 35px 20px;
  z-index: -1;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header.header-fx .nav-bar ul li .slidemenu h2.title-sub-menu {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#header.header-fx .nav-bar ul li .slidemenu .thumb-sub {
  margin-bottom: 20px;
}
#header.header-fx .nav-bar ul li .slidemenu .list-sub-menu {
  border: none;
  padding: 0;
}
#header.header-fx .nav-bar ul li .slidemenu .list-sub-menu ul {
  margin: 0;
}
#header.header-fx .nav-bar ul li .slidemenu .list-sub-menu ul li {
  float: none;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}
#header.header-fx .nav-bar ul li .slidemenu .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#header.header-fx .post-sb {
  padding: 0 20px 35px 20px;
}
#header.header-fx .post-sb ul {
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  padding-top: 30px;
  padding-bottom: 30px;
}
#header.header-fx .post-sb ul li {
  background: url("../img_common/icon_arrow_left.png") no-repeat scroll left 6px;
  padding-left: 15px;
}

footer {
  padding-left: 220px;
  margin-top: 20px;
}
footer .back-to-top {
  border-bottom: 1px solid #145089;
  text-align: center;
}
footer .back-to-top .scroll {
  display: inline-block !important;
}
footer .cont-ft {
  padding: 30px 45px;
}
footer .cont-ft .ft-left, footer .cont-ft .ft-right {
  width: 455px;
}
footer .copyright {
  background: #145089;
  text-align: center;
  padding: 19px 0;
}
footer .copyright p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .view-mb {
    display: block !important;
  }

  .view-pc {
    display: none !important;
  }

  .mask {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .hide-mn {
    display: none;
  }

  .pluse-post {
    margin-bottom: 25px;
  }

  .header-mb {
    position: relative;
  }
  .header-mb .logo-mb {
    width: 75%;
    padding: 15px 0 15px 25px;
  }
  .header-mb .logo-mb a {
    display: block;
  }
  .header-mb .logo-mb a img {
    width: 100%;
  }
  .header-mb .click-menu {
    width: 12%;
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 101;
  }
  .header-mb .click-menu span {
    cursor: pointer;
  }
  .header-mb .click-menu span img {
    width: 100%;
  }
  .header-mb .click-menu span.view1 {
    display: block;
  }
  .header-mb .click-menu span.view2 {
    display: none;
  }
  .header-mb .click-menu.close-mn span.view1 {
    display: none;
  }
  .header-mb .click-menu.close-mn span.view2 {
    display: block;
  }
  .header-mb .menu-mb {
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 101;
    padding-top: 20px;
    display: none;
  }
  .header-mb .menu-mb .main-nav-mb {
    background: #fff;
    position: relative;
  }
  .header-mb .menu-mb .main-nav-mb:before {
    background: url("../img_mobile/icon_arrow_mb.png") no-repeat scroll 0 0;
    position: absolute;
    height: 25px;
    width: 40px;
    content: "";
    top: -25px;
    right: 4.2%;
  }
  .header-mb .close-up {
    padding: 15px 0;
    text-align: center;
  }
  .header-mb .close-up span {
    cursor: pointer;
    background: #cbe9eb;
    border-radius: 10px;
    width: 130px;
    height: 30px;
    color: #002b33;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    line-height: 30px;
  }

  .main-nav-mb ul li {
    padding: 15px 15px 15px 45px;
    border-bottom: 1px solid #cccccc;
  }
  .main-nav-mb ul li a {
    background: url("../img_common/icon_arrow_small.png") no-repeat scroll right 9px;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    display: block;
  }
  .main-nav-mb ul li a:hover {
    color: #2d5f92;
  }
  .main-nav-mb ul li.nav1 {
    background: url("../img_common/icon_list.png") no-repeat scroll 17px 15px;
  }
  .main-nav-mb ul li.nav2 {
    background: url("../img_common/icon_people.png") no-repeat scroll 17px 15px;
  }
  .main-nav-mb ul li.nav3 {
    background: url("../img_common/icon_heart.png") no-repeat scroll 15px 15px;
  }
  .main-nav-mb ul li.nav4 {
    background: url("../img_common/icon_briefcase.png") no-repeat scroll 15px 15px;
  }
  .main-nav-mb ul li.nav5 {
    background: url("../img_common/icon_home.png") no-repeat scroll 18px 15px;
  }

  .container {
    width: 100%;
  }

  .header-fx, .menu-top {
    display: none;
  }

  #content {
    margin-left: 0;
  }

  .main-banner img {
    width: 100%;
  }

  .main-content {
    margin-top: -32px;
    padding: 0 10px;
  }
  .main-content .bg-main-content {
    padding: 13px 10px 10px 10px;
  }

  .search-bar {
    margin-bottom: 15px;
  }
  .search-bar .search-left {
    margin-bottom: 15px;
    float: none;
    width: 100%;
  }
  .search-bar .search-left input[type="text"] {
    width: 85%;
    height: 35px;
    font-size: 15px;
    line-height: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
  }
  .search-bar .search-left input[type="submit"] {
    width: 15%;
    height: 35px;
  }
  .search-bar .menu-right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .search-bar .menu-right ul {
    margin: 0 -5px;
  }
  .search-bar .menu-right ul li {
    width: 48%;
    margin: 0 1% 10px !important;
    text-align: left;
    padding-left: 25px;
  }

  .bg-slider {
    padding: 18px 45px 5px;
    margin-bottom: 25px;
  }

  .slider-content #sl-images li {
    padding: 0 5px;
  }
  .slider-content #sl-images li img {
    width: 100%;
  }
  .slider-content #sl-images .owl-buttons div.owl-prev {
    background: url("../img_mobile/icon_prev_slider.png") no-repeat scroll center center;
    background-size: 30px 30px;
    left: -35px;
  }
  .slider-content #sl-images .owl-buttons div.owl-next {
    background: url("../img_mobile/icon_next_slider.png") no-repeat scroll center center;
    right: -35px;
    background-size: 30px 30px;
  }

  .notify .nof-left {
    background: #d65a5a;
    width: 100%;
    border-right: none;
    text-align: left;
    padding: 10px 0 10px 15px;
  }
  .notify .nof-left h4 {
    background: url("../img_mobile/icon_notify_mb.png") no-repeat scroll left 3px;
    background-size: 25px 26px;
    font-size: 22px;
    padding-left: 35px;
    color: #fff;
  }

  .main-col {
    width: 100%;
  }

  .three-box {
    margin-bottom: 25px;
  }
  .three-box ul {
    margin: 0 -5px;
  }
  .three-box ul li {
    float: left;
    padding: 0 5px;
    margin-right: 0;
  }
  .three-box ul li:first-child {
    width: 31.8%;
  }
  .three-box ul li:nth-child(2) {
    width: 32.89%;
  }
  .three-box ul li:last-child {
    width: 35.1%;
  }
  .three-box ul li a img {
    width: 100%;
  }

  .list-cont {
    margin: 0 -5px;
    margin-bottom: 15px;
  }
  .list-cont ul li {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px !important;
    padding: 0 5px;
  }
  .list-cont ul li a img {
    width: 100%;
  }

  .tabs-content ul.clicktabs li {
    width: 25% !important;
  }
  .tabs-content .tabs-cont ul {
    margin-right: 8px;
  }

  .other-post ul {
    margin: 0;
  }
  .other-post ul li {
    width: 45%;
    padding: 3px 0;
    padding-left: 15px;
    margin-right: 5%;
  }

  .social ul li {
    width: 50%;
  }
  .social .tabs-social img {
    width: 100%;
  }

  .bn-qc-bot ul {
    margin: 0 -5px;
  }
  .bn-qc-bot ul li {
    background: none;
    padding-left: 0;
    padding: 0 5px;
    margin-right: 0;
    width: 50%;
    margin-bottom: 10px;
  }
  .bn-qc-bot ul li img {
    width: 100%;
  }

  .life-search {
    padding: 10px 10px 0;
  }
  .life-search .tit-life {
    margin-bottom: 15px;
  }
  .life-search .main-life-sh {
    margin: 0 -5px;
  }
  .life-search .main-life-sh li {
    width: 25%;
    height: auto;
    display: block;
  }
  .life-search .main-life-sh li a {
    width: 100%;
  }
  .life-search .main-life-sh li a img {
    width: 100%;
  }

  .to-top-mb {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 101;
  }
  .to-top-mb img {
    width: 40px;
    height: 40px;
  }
  .to-top-mb.hidden-im {
    display: none !important;
  }

  footer {
    padding-left: 0;
  }
  footer .cont-ft {
    padding: 30px;
  }
  footer .cont-ft .ft-left, footer .cont-ft .ft-right {
    width: 100%;
  }
  footer .cont-ft .ft-left p a, footer .cont-ft .ft-right p a {
    color: #333 !important;
    text-decoration: none !important;
  }
  footer .back-to-top {
    position: relative;
  }
  footer .back-to-top .scroll {
    display: none !important;
  }
  footer .back-to-top span {
    position: absolute;
    bottom: -20px;
    right: 20px;
  }
  footer .back-to-top span .btn-top-rlt {
    display: none;
  }
  footer .back-to-top span .btn-top-rlt img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .tabs-content ul.clicktabs li {
    font-size: 14px;
    line-height: 14px;
  }
  .tabs-content .tabs-cont ul li a, .tabs-content .tabs-cont ul li span {
    width: 100%;
    margin-left: 0;
  }

  .header-mb .menu-mb {
    padding-top: 14px;
  }
  .header-mb .menu-mb .main-nav-mb:before {
    background: url("../img_mobile/icon_arrow_mb_sm.png") no-repeat scroll 0 0;
    position: absolute;
    height: 19px;
    width: 30px;
    content: "";
    top: -19px;
    right: 4.2%;
  }
}
@media screen and (max-width: 375px) {
  .tabs-content ul.clicktabs li {
    font-size: 12px;
    line-height: 12px;
  }
  .tabs-content ul.clicktabs li span {
    padding: 15px 0 10px;
  }

  .header-mb .logo-mb {
    padding: 15px 0 10px 10px;
  }
  .header-mb .click-menu {
    right: 10px;
  }
  .header-mb .menu-mb {
    left: 10px;
    right: 10px;
  }
  .header-mb .menu-mb .main-nav-mb:before {
    right: 5px;
  }

  .search-bar .menu-right ul li {
    padding-left: 13px;
  }
}
@media screen and (max-width: 320px) {
  .life-search .main-life-sh {
    margin: 0 -3px;
    padding-bottom: 4px;
  }
  .life-search .main-life-sh li {
    margin-bottom: 6px;
    padding: 0 3px;
  }
}
