@charset "UTF-8";
@import url(animate.css);
/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);*/
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700|Roboto+Condensed);
/*========================================================
                      Main Styles
=========================================================*/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color:#333;
  background-color: #fff;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,'MS Ｐゴシック','MS PGothic', sans-serif;
  font-size: 16px; font-size: 1.6rem;
  font-weight: 500;
  line-height:1.8; /* 1.42857143 */
/*
  color: #959494;
  font: 400 13px/21px "Droid Serif", serif;
 */
  -webkit-text-size-adjust: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body {
    font-size: 16px;
  }
}

.font_go {
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,'MS Ｐゴシック','MS PGothic', sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 0px #333;
}
.font_mi {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  text-shadow: 0px 0px 0px #333;
}
.font_go02{
  font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,'MS Ｐゴシック','MS PGothic', sans-serif;
  font-weight: normal;
  text-shadow: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #28bbf8;
}

::-moz-selection {
  color: #ffffff;
  background: #28bbf8;
}

::selection {
  color: #ffffff;
  background: #28bbf8;
}


img { /* 無条件に全画像レスポンシブ対応 */
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

img.ccm-file-manager-list-thumbnail {
  max-width: none;
}

h1, h2, h3, h4, h5, h6, .terms-list dt {
  font-weight: 400;
  color: #171717;
}

h1 {
  color:#000;
  margin-top:6px;
  margin-bottom:10px;
  font-size: 12px; font-size: 1.2rem;
  line-height: 1.4;
/*
-webkit-text-stroke: 0px #fff;
   text-shadow:
     -1px -1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
*/
}

h2 {
  font-size: 22px;
  line-height: 1.8;
}

h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

h6, .terms-list dt {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
h6 span, .terms-list dt span {
  font-size: 14px;
  line-height: 1.8;
}

p a:hover, .terms-list dd a:hover, .marked-list a:hover, .list a:hover {
  color: #008c00;
  text-decoration: none;
}
p .fa, .terms-list dd .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: #265AFF;
  text-decoration: none;
/*
-moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  */
}
.ccm-page a {
-moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #008c00;
  outline: none;
}
a:focus {
  color: #008c00;
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.center {
  text-align: center;
}

.primary-color {
  color: #ffea00;
}

.secondary-color {
  color: #171717;
}

.big {
  font-size: 16px;
  line-height: 30px;
}

.fa {
  line-height: inherit;
}

.img-add {
  margin-top: 5px;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
/*  border-top: 8px solid #C30E22; */
}
.lt-ie9 .page {
  min-width: 1200px;
}

@media (max-width: 479px) {
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
}


/*=======================================================
                       Main Layout
=========================================================*/
* + h6, .terms-list * + dt {
  margin-top: 28px;
}

* + p, .terms-list * + dd {
/*  margin-top: 17px;*/
}

* + p.offset, .terms-list * + dd.offset {
  margin-top: 26px;
}

* + .btn {
  margin-top: 26px;
}

* + .index-list {
  margin-top: 48px;
}

* + .marked-list {
  margin-top: 31px;
}

* + .big {
  margin-top: 24px;
}

* + .box {
  margin-top: 33px;
}

* + .map {
  margin-top: 35px;
}

* + .terms-list {
  margin-top: 28px;
}

.offset {
  margin-top: 27px;
}

h4 + .owl-carousel {
  margin-top: 12px;
}

h3 + .row,
.row + .row {
  margin-top: 0;
}

h3 + .offset2 {
  margin-top: 7px;
}

h4 + .row {
  margin-top: 5px;
}

h3 + .index-list_mod1 {
  margin-top: 8px;
}

.marked-list + p, .terms-list .marked-list + dd {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .index-list + .btn {
    margin-top: 60px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 26px;
}
.brand_img {
  height: 64px;
  width: 64px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.brand_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.brand_name {
/*  overflow: hidden; */
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand_slogan {
  font-size: 12px;
  line-height: 12px;
}

@media (max-width: 979px) {
  .camera_container + .wrap .brand .brand_img {
  }
}
/*==================  Backgrounds  ======================*/



/*==================     Wrapper     ======================*/



/*==================    Buttons    ======================*/

/*
.btn {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  background: #171717;
  color: #fff;
  padding: 13px 32px;
  text-transform: lowercase;
}
.btn:hover {
  background: #ffea00;
  color: #171717;
}
.btn:active {
  background: #ccbb00;
}
*/
/*==================      Box      ======================*/
.box {
  position: relative;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 6px;
}
.box_aside .price {
  font-size: 24px;
  line-height: 30px;
  color: #171717;
  padding: 0;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-right: 130px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.7px;
  border-left:1px dashed #bfbfbf;
  margin: 3px 0px 3px 0px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  border-right:1px dashed #bfbfbf;
}

.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu a {
  display: block;
  padding: 13px 16px 11px 16px;
}
.sf-menu a:before {
/*
  color:#D90000;
  padding: 0px 6px 0px 0px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content:"\f138";
*/
}

@media (max-width: 992px) {
  .sf-menu a {
  padding: 13px 10px 11px 10px;
  }
  .sf-menu li + li {
    margin-left: 0;
  }
}
.sf-menu > li > a {
  color: #fff;
  font-weight: normal;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #1d2088;
  background: #fff;
}
.sf-menu > li.active > a {
  color: #1d2088;
  background: #fff;
}

.isStuck .nav ul.sf-menu li a:hover {
  background: #ffc;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 140px;
  padding: 26px 0px 25px 14px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #07090d;
  font-size: 13px;
  line-height: 34px;
  text-align: left;
  font-family: "Arial";
  margin-top: 2px;
}
.sf-menu ul a {
  padding: 0;
}

.sf-menu ul > li > a {
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffea00;
}

.sf-menu ul ul {
  position: absolute;
  left: 113px;
  top: 48px;
  width: 107px;
  padding: 10px 0 10px 14px;
  z-index: 4;
  background: #ffea00;
}

.sf-menu ul ul > li > a {
  color: #171717;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "\f0d7";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
nav ul.sf-menu li a {
  font-size: 14px; font-size:1.4rem;
  padding: 13px 8px 11px 8px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
nav ul.sf-menu li a {
  font-size: 16px; font-size:1.6rem;
  padding: 13px 16px 11px 16px;
}
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #ffea00;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 2px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
.rd-mobilepanel_title {
}
.rd-mobilepanel_toggle {
}



}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #006;

  position: relative;
  z-index: 1;
  margin-top:30px;;
  border-top: 4px solid #f33;
  border-bottom: 4px solid #f33;
}
.lt-ie9 .stuck_container {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#70000000', endColorstr='#70000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70000000', endColorstr='#70000000');
  zoom: 1;
}

.isStuck {
  background: rgba(37, 123, 199, 0.90);
  z-index: 999;
}
.lt-ie9 .isStuck {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD000000', endColorstr='#BD000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD000000', endColorstr='#BD000000');
  zoom: 1;
}
.isStuck .sf-menu > li > a {
  color:#fff;
}
.isStuck .sf-menu > li.active > a {
  color:#1d2088;
}
.isStuck .sf-menu > li > a:hover {
  color:#1d2088;
}




@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

@media (max-width: 767px) {
.stuck_container {
  border-top: none;
  border-bottom: none;
}
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px !important; font-size: 2.4rem !important;
  line-height: 46px !important;
  color: #171717;
  background: #ffea00;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;

  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toTop:hover {
  color: #ffea00;
  background: #171717;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}


/*========================================================
                     HEADER  Section
=========================================================*/
#header {
  background-color: #fff;
}

@media (max-width: 767px) {
#header {

}
}

#header h1, #header h2 {
}
#header .camera_container + .wrap {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}
#header * + .stuck_container {
  margin-top: 0px;
}
#header * + p, #header .terms-list * + dd, .terms-list #header * + dd {
  margin-top: 0;
}
#header .nav {
  /* margin-right: 123px; */
}

@media (max-width: 1250px) {
  #header .camera_container + .wrap {
/*    top: -22px; */
  }
}
@media (max-width: 767px) {
  #header .camera_container + .wrap {
    top: 40px;
  }
}


/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-top: 0px;
  padding-bottom: 33px;
}

.well2 {
  padding-top: 25px;
  padding-bottom: 73px;
}

.well3 {
  padding-top: 9px;
  padding-bottom: 45px;
}

.well4 {
  padding-top: 0;
  padding-bottom: 50px;
}

.well5 {
  padding-top: 80px;
  padding-bottom: 70px;
}

.well6 {
  padding-top: 5px;
  padding-bottom: 70px;
}

.well7 {
  padding-top: 53px;
  padding-bottom: 73px;
}


/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  color:#fff;
  background: #006;
  margin-top:40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px; font-size: 1.6rem;
  font-weight:normal;
  line-height: 1.4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .txt01 {
    font-size: 13px; font-size: 1.3rem;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  footer {
    font-size: 13px; font-size: 1.3rem;
  }
}


footer a {
  color:#fff;
}

footer h5, footer h1 {
  color: #fff;
}
footer .terms-list dd, .terms-list footer dd, footer a {
  display: inline-block;
}
footer .copyright *,
footer address,
footer dl {
  font-size: 12px;
  line-height: 30px;
  font-family: "Arial";
}
footer dl {
  display: inline-block;
}
footer dl dt {
  float: left;
}
footer dl dd {
  float: right;
}
footer .copyright {
}

footer .marked-list ul {
  margin-bottom: 30px;
}
footer .marked-list li {
  list-style-type:disc;
  padding: 6px 0px 6px 0px;
  font-size: 13px;
  line-height: 1.8;
}
footer .marked-list li:before {
  height: 4px;
  width: 4px;
  top: 45%;
  left: 20px;
  background: #636363;
}
footer .marked-list a:hover {
  color: #ffea00;
}
footer .marked-list li + li {
  margin-top: 0px;
}
footer .inline-list li a {
  font-size: 24px;
  line-height: 30px;
}
footer .inline-list li + li {
  margin-left: 14px;
}

footer li {
  padding: 6px 0px 6px 0px;
}

footer a:hover {
  color: #ffff00;
}
footer .border_wr {
  display: block;
  position: relative;
}
footer .border_wr:before {
  content: '';
  position: absolute;
  top: 100px;
  right: -98px;
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  height: 1px;
  width: 227px;
  background: #343434;
}
footer .link_wr {
  display: block;
}
footer * + p, footer .terms-list * + dd, .terms-list footer * + dd {
  margin-top: 0;
}
footer * + .marked-list {
  margin-top: 5px;
}
footer * + .copyright,
footer * + h1 {
  margin-top: -10px;
}
footer * + .inline-list {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .inline-list li + li {
    margin-left: 8px;
  }

  footer .border_wr:before {
    right: -110px;
  }
}
@media (max-width: 767px) {
  .border_wr:before {
    display: none;
  }
  footer .tel_footer a {
    display:inline-block;
    margin: 20px 0px 20px 0px;
    padding: 10px 10px 10px 10px;
    font-size: 22px; font-size: 2.2rem;
    border:1px solid #fff;
  }


  footer li a {
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  footer .border_wr:before {
    display: none;
  }
}
