@charset 'UTF-8';

#container *,
#container #campaign_main *{
    font-family: "Noto Sans", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.mb0{margin-bottom: 0 !important;}
.mb12{margin-bottom: 12px !important;}
.mb16{margin-bottom: 16px !important;}
.mb20{margin-bottom: 20px !important;}

.lh180{line-height: 1.8 !important;}

.fwb{font-weight: bold !important;}
.tac{text-align: center !important;}
.tar{text-align: right !important;}

#campaign_main p{
    margin: 0;
    line-height: 1.5;
}

#container .globalHeaderV2 .menu-link{
    top: 50%;
    margin-top: -8px;
}

.footer{margin-bottom: 0 !important;}
.footer *{text-align: center;}

#campaign_main a{
    color: #0956d2;
}

html{
    overflow: auto;
}
body{
    position: relative;
    overflow: hidden;
}
#campaign_main{
    overflow: hidden;
    /* IE Bug Support */
    overflow-x: hidden;
}
#campaign_main .inner{
    max-width: 1210px;
}
.bg_gray{
    background-color: #f0f0f0;
}
.hikaku{
    display: flex;
    justify-content: center;
}
.hikaku.pc{
    margin-bottom: 16px;
}
#campaign_main .hikaku_txt{
  background-color: #fff;
  border-radius: 10px;
  width: 222px;
  padding: 187px 6px 0;
  border: 1px solid #969696;
}
#campaign_main .bg_gray .hikaku_txt{
  border-color: #fff;
}
#campaign_main .hikaku_txt li:nth-child(1){
    margin-bottom: 32px;
}
#campaign_main .hikaku_txt li:nth-child(2){
    margin-bottom: 30px;
}
#campaign_main .hikaku_txt li:nth-child(3){
    margin-bottom: 26px;
}
#campaign_main .hikaku_txt li:nth-child(4){
    margin-bottom: 22px;
}
#campaign_main .hikaku_txt li:nth-child(5){
    margin-bottom: 20px;
}
#campaign_main .hikaku_txt li:nth-child(6){
    margin-bottom: 36px;
}
#campaign_main .hikaku_txt li:nth-child(7){
    margin-bottom: 36px;
}
#campaign_main .hikaku_txt li:nth-child(8){
    margin-bottom: 24px;
}
#campaign_main .hikaku_txt li:nth-child(9){
    margin-bottom: 174px;
}
#campaign_main .hikaku_txt li:nth-child(10){
    margin-bottom: 80px;
}
#campaign_main .hikaku_txt li:nth-child(11){
    margin-bottom: 19px;
}

/* VBTS */
#campaign_main.vbts .hikaku_txt li:nth-child(8) {
  margin-bottom: 35px;
}
#campaign_main.vbts .hikaku_txt li:nth-child(9) {
  margin-bottom: 180px;
}


#campaign_main .hikaku_txt p{
    text-align: right;
    line-height: 1.2;
    letter-spacing: -0.08em;
    font-weight: bold;
    font-size: 14px;
}
#campaign_main .hikaku_txt p>span{
    font-size: 12px;
}
#campaign_main .hikaku_txt p>span.annotation{
    font-size: 10px;
    vertical-align: top;
}
#campaign_main .hikaku_txt p>span.notice{
    font-weight: normal;
    color: gray;
}
#campaign_main .hikaku_table.pc{
    display: flex;
    justify-content: center;
}
#campaign_main .hikaku_table.pc .item{
    width: 222px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #969696;
    margin-left: 15px;
    text-align: center;
    position: relative;
    padding: 20px 17px 42px;
}
#campaign_main .bg_gray .hikaku_table.pc .item{
  border: none;
}
#campaign_main .hikaku_table.pc .item.new:before{
    content: 'NEW';
    display: block;
    width: 102px;
    height: 27px;
    background-color: #cc0001;
    color: #fff;
    font-weight: bold;
    border-radius: 7px 7px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -51px;
    top: -27px;
}
#campaign_main .hikaku_table.pc .item.recommend:before{
  content: 'オススメ';
  display: block;
  width: 102px;
  height: 27px;
  background-color: #cc0001;
  color: #fff;
  font-weight: bold;
  border-radius: 7px 7px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -51px;
  top: -27px;
}
#campaign_main .hikaku_table.pc .item.bdr{
    border: 1px solid #cc0001;
}
#campaign_main .hikaku_table.pc .item .ttl{
    margin-bottom: 20px;
}
#campaign_main .hikaku_table.pc .item .name{
    font-size: 15px;
    height: 4.5em;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: content-box;
    margin-bottom: 18px;
}
#campaign_main .hikaku_table.pc .item .num{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}
#campaign_main .hikaku_table.pc .item .os{
    font-size: 11px;
    margin-bottom: 24px;
}
#campaign_main .hikaku_table.pc .item .ox{
    display: flex;
    height: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
}
#campaign_main .hikaku_table.pc .item label{
    font-weight: bold;
    color: #828282;
    cursor: pointer;
}
#campaign_main .hikaku_table.pc .item label input{
    display: none;
}
#campaign_main .hikaku_table.pc .item label>span{
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#campaign_main .hikaku_table.pc .item label>span:before{
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #828282;
    border-radius: 50%;
    margin-right: 6px;
}
#campaign_main .hikaku_table.pc .item label input:checked+span {
    color: #333333;
    border-color: #333333;
}
#campaign_main .hikaku_table.pc .item label input:checked+span:before{
    border-color: #0071f0;
    border-width: 5px;
}
#campaign_main .hikaku_table.pc .item label+label{
    margin-top: 7px;
    margin-bottom: 14px;
}
#campaign_main .hikaku_table.pc .item .tag{
  font-weight: bold;
  color: #333333;
  margin-bottom: 84px;
}
#campaign_main .hikaku_table.pc .item .tag>span{
  border: 1px solid #333333;
  border-radius: 5px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#campaign_main .hikaku_table.pc .item .cp_img{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#campaign_main .hikaku_table.pc .item .cp_txt{
    margin-top: 4px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.6em;
}
#campaign_main .hikaku_table.pc .item .cp_none{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(2.6em + 54px);
}
#campaign_main .hikaku_table.pc .item .price{
    margin-bottom: 6px;
    font-size: 16px;
}
#campaign_main .hikaku_table.pc .item .price:first-child{
  margin-top: 22px;
}
#campaign_main .hikaku_table.pc .item .price>.tax{
    font-size: 9px;
}
#campaign_main .hikaku_table.pc .item .price_month{
    color: #cd0200;
    margin-bottom: 6px;
}
#campaign_main .hikaku_table.pc .item .price_month>span{
    font-size: 20px;
}
#campaign_main .hikaku_table.pc .item .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: linear-gradient(100deg, #a40000, #cc0000);
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 5px solid #7d0000;
    box-sizing: content-box;
    margin-bottom: 8px;
}
#campaign_main .hikaku_table.pc .item .btn:hover{
    border: 2px solid #cc0000;
    border-bottom-width: 5px;
    background-image: none;
    background-color: #fff;
    color: #cc0000;
    height: 38px;
}
#campaign_main .hikaku_table.pc .item .detail a{
    color: #0856d2;
    font-size: 12px;
    font-weight: bold;
}
#campaign_main .notice{
    font-size: 10px;
    line-height: 1.7;
}
#campaign_main .notice>a{
    font-size: 100%;
}

#campaign_main .slick-slide{
    padding-top: 27px;
}
#campaign_main .slick-slide .item img{
    margin: auto;
}
#campaign_main .hikaku_table .item p,
#campaign_main .hikaku_table .item a{
    display: block;
    text-align: center;
}
#campaign_main .hikaku_table label{
    display: flex;
    justify-content: center;
    align-items: center;
}
#campaign_main .hikaku_table .tag{
  display: flex;
  justify-content: center;
  align-items: center;
}
#campaign_main .hikaku_table.pc .item span.annotation{
    font-size: 10px;
    vertical-align: top;
}

#container .cmn_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: linear-gradient(100deg, #a40000, #cc0000);
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 5px solid #7d0000;
    box-sizing: content-box;
    font-size: 18px;
    text-align: center;
}
#container .cmn_btn:hover{
    border: 2px solid #cc0000;
    border-bottom-width: 5px;
    background-image: none;
    background-color: #fff;
    color: #cc0000;
    height: 48.4px;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md.collapse.in.to-right{
  z-index: 99;
}

/* pc */
@media screen and (min-width: 769px) {
.sp{display: none;}

.bg_gray{
    padding: 94px 500%;
    margin: 0 -500%;
}
#container .cmn_btn._large{
    height: 84px;
    border-radius: 42px;
    border-bottom-width: 8px;
    width: 417px;
    margin: 0 auto;
}
#container .cmn_btn._large:hover{
    height: 82px;
}
}

/* sp */
@media screen and (max-width: 768px) {
.pc{display: none;}

#campaign_main .bg_gray{
    padding-bottom: 30px;
}
#campaign_main .hikaku.sp{
    padding: 30px 0 12px;
}
#campaign_main .hikaku_txt{
    width: 38.81%;
    padding: 148px 2px 0;
    margin-top: 27px;
    box-sizing: border-box;
/*    height: 943.1px;*/
}
#campaign_main .hikaku_txt li:nth-child(1){
    margin-bottom: 13px;
}
#campaign_main .hikaku_txt li:nth-child(2){
    margin-bottom: 34px;
}
#campaign_main .hikaku_txt li:nth-child(3){
    margin-bottom: 22px;
}
#campaign_main .hikaku_txt li:nth-child(4){
    margin-bottom: 14px;
}
#campaign_main .hikaku_txt li:nth-child(5){
    margin-bottom: 24px;
}
#campaign_main .hikaku_txt li:nth-child(6){
    margin-bottom: 26px;
}
#campaign_main .hikaku_txt li:nth-child(7){
    margin-bottom: 22px;
}
#campaign_main .hikaku_txt li:nth-child(8){
    margin-bottom: 18px;
}
#campaign_main .hikaku_txt li:nth-child(9){
    margin-bottom: 158px;
}
#campaign_main .hikaku_txt li:nth-child(10){
    margin-bottom: 85px;
}
#campaign_main .hikaku_txt li:nth-child(11){
    margin-bottom: 23px;
}
/* VBTS */
#campaign_main.vbts .hikaku_txt li:nth-child(8) {
  margin-bottom: 18px;
}

#campaign_main.vbts .hikaku_txt li:nth-child(9) {
  margin-bottom: 155px;
}
#campaign_main .hikaku_txt p{
    line-height: 1.1;
    font-size: 12px;
}
#campaign_main .hikaku_txt p>span{
    font-size: 9px;
    letter-spacing: -0.15em;
}
#campaign_main .sample-slick{
    width: 58.41%;
    margin-left: 2.78%;
}
#campaign_main .hikaku_table.sp .item{
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 20px 20px 16px;
    border: 1px solid #969696;
}
#campaign_main .bg_gray .hikaku_table.sp .item{
    border: none;
}
#campaign_main .hikaku_table.sp .item.new:before{
    content: 'NEW';
    display: block;
    width: 102px;
    height: 27px;
    background-color: #cc0001;
    color: #fff;
    font-weight: bold;
    border-radius: 7px 7px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -51px;
    top: -27px;
}
#campaign_main .hikaku_table.sp .item.bdr{
    border: 1px solid #cc0001;
}
#campaign_main .hikaku_table.sp .item .ttl{
    margin-bottom: 20px;
}
#campaign_main .hikaku_table.sp .item .name{
    height: 3.9em;
    padding-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: content-box;
    margin-bottom: 16px;
    line-height: 1.3;
    letter-spacing: -.04em;
}
#campaign_main .hikaku_table.sp .item .num{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#campaign_main .hikaku_table.sp .item .os{
    font-size: 11px;
    margin-bottom: 26px;
    line-height: 1.2;
}
#campaign_main .hikaku_table.sp .item .ox{
    display: flex;
    height: 14px;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
}
#campaign_main .hikaku_table.sp .item label{
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 50px;
    font-weight: bold;
}
#campaign_main .hikaku_table.sp .item label+label{
    margin-top: 7px;
    margin-bottom: 16px;
}
#campaign_main .hikaku_table.sp .item label input{
  margin: 0 4px 0 0;
}
#campaign_main .hikaku_table.sp .item label span{
    font-size: 12px;
    line-height: 1.3;
}
#campaign_main .hikaku_table.sp .item .tag{
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  height: 50px;
  font-weight: bold;
  margin-bottom: 82px;
}
#campaign_main .hikaku_table.sp .item .tag span{
  font-size: 12px;
  line-height: 1.3;
}
#campaign_main .hikaku_table.sp .item .cp_img{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#campaign_main .hikaku_table.sp .item .cp_txt{
    margin-top: 6px;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.6em;
    letter-spacing: -0.04em;
}
#campaign_main .hikaku_table.sp .item .cp_none{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(2.4em + 56px);
}
#campaign_main .hikaku_table.sp .item .price{
  margin-bottom: 10px;
}
#campaign_main .hikaku_table.sp .item .price:first-child{
  margin-top: 25px;
}
#campaign_main .hikaku_table.sp .item .price_month{
    color: #cd0200;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
}
#campaign_main .hikaku_table.sp .item .price_month>span{
    font-size: 20px;
}
#campaign_main .hikaku_table.sp .item span.annotation {
    font-size: 10px;
    vertical-align: top;
}
#campaign_main .hikaku_table.sp .item .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: linear-gradient(100deg, #a40000, #cc0000);
    border-radius: 23px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 5px solid #7d0000;
    box-sizing: content-box;
    margin-bottom: 12px;
    font-size: 17px;
}
#campaign_main .hikaku_table.sp .item .btn:hover{
    border: 2px solid #cc0000;
    border-bottom-width: 5px;
    background-image: none;
    background-color: #fff;
    color: #cc0000;
    height: 43px;
}
#campaign_main .hikaku_table.sp .item .detail a{
    color: #0856d2;
    font-weight: bold;
}

#container .cmn_btn{
    line-height: 1.2;
}
#container .cmn_btn._large{
    height: 60px;
    border-radius: 30px;
    border-bottom-width: 6px;
    width: 100%;
}
}

@font-face {
    font-family: 'jw-custom-icons';
    src: url("clientlibs/fonts/jwplayer/jw-custom-icons.eot");
    src: url("clientlibs/fonts/jwplayer/jw-custom-icons.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/jwplayer/jw-custom-icons.ttf") format("truetype"), url("clientlibs/fonts/jwplayer/jw-custom-icons.woff") format("woff"), url("clientlibs/fonts/jwplayer/jw-custom-icons.svg#jw-custom-icons") format("svg");
    font-weight: normal;
    font-style: normal
  }
  @font-face {
    font-family: "Interstate";
    src: url("clientlibs/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-2.eot");
    src: url("clientlibs/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-2.eot?") format("embedded-opentype"), url("clientlibs/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-3.woff") format("woff"), url("clientlibs/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
  }

  @font-face {
    font-family: "InterstateLight";
    src: url("clientlibs/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-2.eot");
    src: url("clientlibs/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-2.eot?") format("embedded-opentype"), url("clientlibs/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-3.woff") format("woff"), url("clientlibs/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
  }

  @font-face {
    font-family: "InterstateExtraLight";
    src: url("clientlibs/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-2.eot");
    src: url("clientlibs/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-2.eot?") format("embedded-opentype"), url("clientlibs/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-3.woff") format("woff"), url("clientlibs/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
  }

  @font-face {
    font-family: 'icomoon';
    src: url("clientlibs/fonts/icomoon.eot");
    src: url("clientlibs/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/icomoon.ttf") format("truetype"), url("clientlibs/fonts/icomoon.woff") format("woff"), url("clientlibs/fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
  }

  @font-face {
    font-family: 'icomoon';
    src: url("clientlibs/fonts/icomoon.eot");
    src: url("clientlibs/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/icomoon.ttf") format("truetype"), url("clientlibs/fonts/icomoon.woff") format("woff"), url("clientlibs/fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
  }

/* AEM_footer */
.container-fluid--hybrid>.footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: none
  }

  .container-fluid--hybrid>.footer .inner-container {
    padding-left: 15px;
    padding-right: 15px
  }

  .container-fluid--hybrid>.footer .inner-container:before,
  .container-fluid--hybrid>.footer .inner-container:after {
    content: " ";
    display: table
  }

  .container-fluid--hybrid>.footer .inner-container:after {
    clear: both
  }

  @media screen and (min-width:42.6666666667em) {
    .container-fluid--hybrid>.footer .inner-container {
      margin-left: auto;
      margin-right: auto;
      max-width: 750px
    }
  }

  @media screen and (min-width:56.8888888889em) {
    .container-fluid--hybrid>.footer .inner-container {
      max-width: 1000px
    }
  }

  @media screen and (min-width:66.6666666667em) {
    .container-fluid--hybrid>.footer .inner-container {
      max-width: 1170px
    }
  }

  .container-fluid--hybrid>.footer {
    width: 100%;
    max-width: none
  }

  .footer .links-row {
    padding: 10px 0;
    padding: .5555555556rem 0;
    background-color: #bcbdc0;
    font-size: 12px;
    font-size: .6666666667rem;
    text-align: center
  }

  @media screen and (min-width:42.6666666667em) {
    .footer .links-row {
      font-size: 18px;
      font-size: 1rem;
      text-align: left
    }
  }

  @media screen and (min-width:56.8888888889em) {
    .footer .links-row {
      padding: 20px 0;
      padding: 1.1111111111rem 0
    }
  }

  @media screen and (min-width:56.8888888889em) {
    .footer .links-row li {
      float: left
    }
  }

  @media screen and (min-width:56.8888888889em) {
    .footer .links-col {
      width: auto
    }
  }

  @media screen and (min-width:42.6666666667em) {
    .footer .links-col--left {
      margin-left: 16.6667%
    }
  }

  @media screen and (min-width:56.8888888889em) {
    .footer .links-col--left {
      margin-left: 0;
      padding-right: 0
    }
  }

  @media screen and (min-width:56.8888888889em) {
    .footer .links-col--right {
      padding-left: 0
    }
  }

  .footer .social-copyright-row {
    padding: 20px 0 10px;
    padding: 1.1111111111rem 0 .5555555556rem;
    background-color: #333;
    color: #fff;
    text-align: center
  }

  @media screen and (min-width:42.6666666667em) {
    .footer .social-copyright-row {
      padding: 20px 0;
      padding: 1.1111111111rem 0
    }
  }

  @media screen and (min-width:56.8888888889em) {
    .footer .social-copyright-row {
      padding: 15px 0;
      padding: .8333333333rem 0
    }
  }

  .footer a {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    padding: .2777777778rem .5555555556rem;
  }

  .footer .inner-container .row .links-col a {
    color: #333;
    font-weight: 600;
  }
  .footer .inner-container .row .links-col a:hover{
    text-decoration: underline;
  }

  .footer .inner-container .row .social-media-links a {
    color: #fff;
  }

  @media screen and (min-width:42.6666666667em) {
    .footer a {
      padding: 10px 20px;
      padding: .5555555556rem 1.1111111111rem
    }
  }

  .footer .social-media-links {
    margin-bottom: -1em;
    padding-bottom: 10px;
    padding-bottom: .5555555556rem;
    font-size: 20px;
    font-size: 1.1111111111rem;
    line-height: 1;
    text-align: justify
  }

  @media screen and (min-width:42.6666666667em) {
    .footer .social-media-links {
      margin-bottom: 0;
      padding-bottom: 0;
      font-size: 30px;
      font-size: 1.6666666667rem;
      text-align: center
    }
  }

  @media screen and (min-width:56.8888888889em) {
    .footer .social-media-links {
      text-align: left
    }
  }

  .footer .social-media-links:after {
    content: " ";
    display: inline-block;
    width: 100%
  }

  @media screen and (min-width:42.6666666667em) {
    .footer .social-media-links:after {
      display: none
    }
  }

  .footer .social-media-links li {
    display: inline-block
  }

  .footer .social-media-links a {
    text-decoration: none
  }

  @media screen and (min-width:42.6666666667em) {
    .footer .social-media-links a {
      padding: 10px 20px;
      padding: .5555555556rem 1.1111111111rem
    }
  }

  .footer .copyright {
    font-size: 8px;
    font-size: .4444444444rem
  }

  @media screen and (min-width:42.6666666667em) {
    .footer .copyright {
      font-size: 14px;
      font-size: .7777777778rem
    }
  }

  @media screen and (min-width:56.8888888889em) {
    .footer .copyright {
      display: inline-block;
      width: 100%;
      padding: 10px 30px 0 0;
      padding: .5555555556rem 1.6666666667rem 0 0;
      line-height: 30px;
      line-height: 1.6666666667rem;
      text-align: right
    }
  }

  .container-fluid--hybrid .footer {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer .social-media-links li:nth-child(3)>a{
    background: url(../img/instagram.png) center center no-repeat;
    background-size: 30px auto;
  }
