
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

:root {
  --con-width: 1000px;
  --mincho: "游明朝", Yu Mincho, YuMincho, "Hiragino Mincho ProN", serif;
  --border: #e0e0e0;
  --gray_back: #f1f1f1;
  --color_1: #b7060d;;
}

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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: Avenir, Helvetica, Arial, Verdana, "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

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

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

/* ===================================
	共通
------------------------------------ */
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

.w100 {
  width: 100%;
}

a.under {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.alph:hover {
  opacity: 0.5;
}

.alph {
  transition: all 0.3s linear;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}


@media screen and (max-width:768px) {
  .sp_none {
    display: none;
  }

  .w100_sp {
		width: 100%;
	}
}

@media screen and (min-width:769px) {
  .pc_none {
    display: none;
  }

  .f_left_pc {
		float: left;
	}

	.f_right_pc {
		float: right;
	}
}

/* ===================================
ヘッダー
------------------------------------*/

h1 {
  float: left;
}

h1 img {
  width: 120px;
}

.pc_nav {
  float: right;
  margin: 20px 0 0;
}

.pc_nav li {
  display: inline-block;
  margin-left: 67px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}

.pc_nav li a {
  color: #b7060d;
}

@media screen and (max-width:768px) {
  header {
    padding: 11px 10px;
  }
  
  h1 img {
    width: 80px;
  }
}

@media screen and (min-width:769px) {
  header {
    margin: auto;
    padding: 12px 10px;
    min-width: 1000px;
    max-width: 1300px;
  }
}

/* SPナビ */
#sp_nav {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  padding: 80px 20px 20px;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  overflow: auto;
  transition:all 0.3s linear;
  z-index: 1100;
}

#sp_nav nav a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  transition: all 0.3s linear;
}

#sp_nav nav a:hover {
  color: #b7060d;
}

#sp_nav li {
  margin-right: -50px;
  opacity: 0;
}

#sp_nav.open li {
  margin-right: 0;
  opacity: 1;
}

#sp_nav.open li.sp_nav01 {
  transition:all 0.5s linear 0.5s;
}

#sp_nav.open li.sp_nav02 {
  transition:all 0.5s linear 1s;
}

#sp_nav.open li.sp_nav03 {
  transition:all 0.5s linear 1.5s;
}

#sp_nav.open li.sp_nav04 {
  transition:all 0.5s linear 2s;
}

#sp_nav.open li.sp_nav05 {
  transition:all 0.5s linear 2.5s;
}

#sp_nav.open li.sp_nav06 {
  transition:all 0.5s linear 3s;
}

#sp_nav.open {
  visibility: visible;
  opacity: 1;
}

/* ナビゲーションアイコン */
#nav_btn {
  position: absolute;
  top: 8px;
  right: 14px;
  display: block;
  width: 44px;
  height: 45px;
  z-index: 1200;
}

#nav_btn div {
  position: relative;
  width: 44px;
  height: 45px;
}

#nav_btn span {
  position: absolute;
  right: 2px;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
}

#nav_btn span:nth-of-type(1) {
  top: 13px;
  width: 33px;
}

#nav_btn span:nth-of-type(2) {
  top: 22px;
  width: 33px;
}

#nav_btn span:nth-of-type(3) {
  bottom: 13px;
  width: 33px;
}

#nav_btn.btn_close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
  background: #fff;
}

#nav_btn.btn_close span:nth-of-type(2) {
  opacity: 0;
  background: #fff;
}

#nav_btn.btn_close span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
  background: #fff;
}

.fixed,
.fixed body {
  height: 100%;
  overflow: hidden;
}


/* ===================================
コンテンツ
------------------------------------*/
.title_01 {
  font-size: 38px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width:768px) {
  .title_01 {
    font-size: 26px;
  }
}


/* ------------------------------------
スライダー
------------------------------------*/
.hero_area {
  position: relative;
  overflow: hidden;
}

.hero_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.slider_wrap {
  position: relative;
}


@media screen and (max-width:768px) {
  .hero_txt {
    width: 90%;
  }
  .hero_txt img {
    width: 100%;
  }
  
  #sp_slider {
    width: 100%;
  }
  
  .slick-slide img {
    width: 100%;
  }

}

@media screen and (min-width:769px) {
  .hero_area {
    min-width: 1000px;
  }
  
  #pc_slider {
    width: 100%;
    min-width: 1000px;
    height: calc(100vh - 130px);
    overflow: hidden;
  }

  .slick-slide div {
    height: calc(100vh - 130px);
    min-height: 500px;
  }
  
  .pc_slide01 {
    background: url(../img/slider_pc/slider_01.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .pc_slide02 {
    background: url(../img/slider_pc/slider_02.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .pc_slide03 {
    background: url(../img/slider_pc/slider_03.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .pc_slide04 {
    background: url(../img/slider_pc/slider_04.jpg) center center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------------
メッセージ
------------------------------------*/
#message {
  position: relative;
  color: #fff;
}

.scroll {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
}

#message p {
  margin: 26px 0 0;
  line-height: 2;
}


@media screen and (max-width:768px) {
  #message {
    background: url(../img/message_back_sp.jpg) left top no-repeat;
    background-size: cover;
  }

  .message_inner {
    padding: 100px 24px 55px;
  }
  
  #message h2 {
    text-align: center;
  }
  
}

@media screen and (min-width:769px) {
  #message {
    background: url(../img/message_back_pc.jpg) left top no-repeat;
    background-size: cover;
  }
  
  .message_inner {
    width: 1000px;
    margin: auto;
    padding: 260px 0 220px 324px;
  }
  
  .scroll {
    width: 100px;
  }
  
  #message p {
     margin: 35px 0 0;
  }
}

/* ------------------------------------
サービス
------------------------------------*/
#service h2 {
  color: #b7060d;
  text-align: center;
}

#service h3 {
  color: #b7060d;
  font-weight: normal;
}

#service h3 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#service p {
  line-height: 2;
}

@media screen and (max-width:768px) {
  #service h2 {
    margin: 80px 0 20px;
  }
  
  .service_detail {
    display: none;
  }
  
  #service h3 {
    position: relative;
  }

	.ac_btn {
	  position: absolute;
	  top: 50%;
	  right:12px;
	  display: block;
	  width: 23px;
	  transition: all 0.3s ease-out;
    -webkit-transform: translateY(-50%) rotateZ(0deg);
    transform: translateY(-50%) rotateZ(0deg);
  }

  #service h3.open .ac_btn {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    transform: translateY(-50%) rotateZ(180deg);
  }
  
  .ad_inner h3 {
    padding: 42% 0 0;
    background: url(../img/ad_title.jpg) left top no-repeat;
    background-size: 100% auto;
  }
  
  .design_inner h3 {
    padding: 42% 0 0;
    background: url(../img/design_title.jpg) left top no-repeat;
    background-size: 100% auto;
    border-top: 1px solid #ccc;
  }
  
  .system_inner h3 {
    padding: 42% 0 0;
    background: url(../img/system_title.jpg) left top no-repeat;
    background-size: 100% auto;
    border-top: 1px solid #ccc;
  }
  
  
  #service h3 div {
    padding: 18px 20px;
    background: url(../img/service_title_back.jpg) left top repeat-y;
    background-size: 100% auto;
  }
  
  #service h3 span {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  
  .service_detail {
    padding: 30px 20px;
    background: #f8f8f8;
  }
  
  #service h4 {
    padding: 20px 0 10px;
    color: #b7060d;
  }
  
  .service_other {
    padding: 10px;
    text-align: center;
    /* background: url(../img/servise_other_back_sp.jpg) left center no-repeat;
    background-size: cover; */
    border-top: 1px solid #ccc;
  }
  
  .service_other li + li {
    margin-top: 10px;
  }
}

@media screen and (min-width:769px) {
  #service h2 {
    margin: 186px 0 74px;
  }
  
  #service h3 {
    margin: 0 0 64px;
    font-size: 17px;
    pointer-events: none;
  }
  
  #service h3 span {
    display: inline-block;
    margin-right: 30px;
    font-size: 22px;
    letter-spacing: 0.2em;
  }
  
  .ac_btn {
    display: none;
  }
  
  .ad_wrap {
    background: url(../img/ad_back.jpg) right center no-repeat;
  }
  
  .ad_inner {
    width: 1000px;
    height: 725px;
    margin: auto;
    padding: 116px 474px 0 0;
    background: #fff url(../img/ad_img.jpg) right center no-repeat;
  }
  
  .design_wrap {
    background: url(../img/design_back.jpg) left center no-repeat;
  }
  
  .design_inner {
    width: 1000px;
    height: 668px;
    margin: auto;
    padding: 116px 0 0 470px;
    background: #fff url(../img/design_img.jpg) left center no-repeat;
  }
  
  #service h4 {
    margin: 32px 0 18px;
  }

  
  .system_wrap {
    background: url(../img/system_back.jpg) right center no-repeat;
  }
  
  .system_inner {
    width: 1000px;
    height: 596px;
    margin: auto;
    padding: 116px 474px 0 0;
    background: #fff url(../img/system_img.jpg) right center no-repeat;
  }
  
  .service_other {
    padding: 30px 0;
    text-align: center;
    /* background: url(../img/servise_other_back_pc.jpg) left center no-repeat;
    background-size: cover; */
    font-size: 0;
  }
  
  .service_other li {
    display: inline-block;
    margin: 0 10px;
    background: #fff;
  }
  
  .service_other li img {
    transition: all 0.3s linear;
  }
  
  .service_other li img:hover {
    opacity: 0.6;
  }
}

.w_btn {
  display: block;
  position: relative;
  width: 60%;
  margin: 2em auto 0;
  padding: 1em;
  border: 1px solid var(--color_1);
  color: var(--color_1);
  text-align: center;
  transition: all 0.3s linear;
  &:hover {
    background: var(--color_1);
    color: #fff;
  }
  &::before {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 10px;
    height: 10px;
    content: '';
    margin-top: -5px;
    border-top: solid 1px var(--color_1);
    border-right: solid 1px var(--color_1);
    transform: rotate(45deg);
  }
  &:hover::before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}


/* ------------------------------------
会社情報
------------------------------------*/
#company h2 {
  color: #b7060d;
  text-align: center;
}

#company table {
  text-align: left;
  line-height: 1.6;
}

.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}


@media screen and (max-width:768px) {
  #company h2 {
    margin: 80px 0 20px;
  }
  
  #company table {
    margin: 20px;
  }
  
  #company table th,
  #company table td {
     padding: 10px 0;
  }
  
  #company table th {
    width: 28%;
  }
  
  iframe {
    width: 100%;
    height: 400px;
  }
}

@media screen and (min-width:769px) {
  #company h2 {
    margin: 186px 0 74px;
  }
  
  #company table {
    width: 680px;
    margin: auto;
  }
  
  #company table th,
  #company table td {
     padding: 16px 0;
  }
  
  #company table th {
    width: 138px;
  }
  
  iframe {
    margin: 50px 0;
    width: 100%;
    height: 460px;
  }
}

.t_work {
  display: block;
  width: 90%;
  max-width: 560px;
  margin: 0 auto 8%;
  padding: 3% 0;
  text-align: center;
  border: 1px solid #005ea6;
  background: #005ea6;
  color: #fff;
  line-height: 1.2;
  transition: all 0.3s linear;
}
.t_work span {
  display: block;
  margin-bottom: 4px;
  font-size: 120%;
  font-weight: bold;
}
.t_work:hover {
  background: #fff;
  color: #005ea6;
}
@media screen and (min-width:769px) {
  .t_work {
    margin: 30px auto 60px;
    padding: 20px 0;
  }
}


/* ------------------------------------
コンタクト
------------------------------------*/
#contact h2 {
  color: #b7060d;
  text-align: center;
}

.form_inner dt span {
  color: #b7060d;
}

input,
textarea {
  padding: 17px 20px;
  background: #ededed;
  font-size: 16px;
}

input.form_btn {
  display: block;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #b7060d;
  color: #b7060d;
  font-size: 15px;
  transition: all 0.3s linear;
  cursor: pointer;
}

input.form_btn:hover {
  background: #b7060d;
  color: #fff;
}

.form_back_btn {
  display: block;
  padding: 15px 0;
  background: #e1e1e1;
  color: #000;
  font-size: 15px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.form_back_btn:hover {
  background: #eee;
}

#contact h3 {
  margin: 60px 0 0;
  text-align: center;
}

.thanks_txt {
  margin: 40px 0 150px;
  line-height: 2;
}

.formarea th,
.formarea td {
  padding: 20px 0;
  line-height: 1.4;
}

.formarea th {
  text-align: left;
}

.form_note {
  margin: 40px 0;
  line-height: 2;
}

@media screen and (max-width:768px) {
  #contact h2 {
    margin: 80px 0 20px;
  }
  
  .form_inner {
    margin: 0 20px;
  }
  
  .form_inner dt {
    padding: 17px 0 8px;
  }
  
  input.form_btn {
    width: 80%;
    margin: 36px auto;
  }
  
  input.form_back_btn {
    width: 60%;
    margin: 36px auto;
  }
  
  .thanks_txt,
  .form_note {
    padding: 0 20px;
  }
  
  .formarea {
    width: 90%;
    margin: auto;
  }
  
  .formarea th,
  .formarea td {
    display: block;
    width: 100%;
  }
  
  .formarea td {
    padding: 0 0 20px;
  }
}

@media screen and (min-width:769px) {
  #contact h2 {
    margin: 186px 0 74px;
  }
  
  .form_inner {
    width: 680px;
    margin: auto;
  }
  
  .form_inner dt {
    float: left;
    clear: left;
    width: 140px;
    margin: 15px 0;
    padding: 22px 0 0;
    line-height: 1.2;
  }
  
  .form_inner dd {
    float: left;
    margin: 15px 0;
    width: 540px;
  }
  
  .form_inner dt span {
    display: block;
    font-size: 13px;
  }
  
  input.form_btn {
    margin: 47px auto;
    width: 300px;
  }
  
  input.form_back_btn {
    width: 240px;
    margin: 36px auto;
  }
  
  .thanks_txt,
  .form_note {
    text-align: center;
  }
  
  .formarea {
    width: 500px;
    margin: auto;
  }
  
  .formarea th {
    width: 200px;
  }
}

/* ------------------------------------
プライバシーポリシー
------------------------------------*/

#privacy {
  max-width: 1000px;
  margin: auto;
  padding: 0 4%;
  line-height: 1.8;
  h2 {
    margin: 3em 0 2em;
    color: #b7060d;
    text-align: center;
  }
  h3 {
    margin: 2em 0 1em;
    color: #b7060d;
  }
}

/* ------------------------------------
お知らせ
------------------------------------*/

.news_list {
  max-width: var(--con-width);
  margin: auto;
  h2 {
    margin: 3em 0 2em;
    color: #b7060d;
    text-align: center;
  }
  .page {
    display: flex;
    justify-content: center;
    a {
      display: block;
      padding: 0.8em 1.2em;
      border: 1px solid var(--border);
      font-size: 90%;
      color: #888;
    }
    a:hover {
      background: #f8f8f8;
    }
    li + li {
      margin-left: 3em;
    }
  }
}
.news_btn {
  display: block;
  width: 130px;
  margin: min(-4%, -30px) min(4%, 30px) min(4%, 30px) auto;
  padding: 0.6em;
  border: 1px solid var(--color_1);
  color: var(--color_1);
  text-align: center;
  font-size: 85%;
}
#new {
  margin-bottom: min(10%, 50px);
  border-top: 1px solid var(--border);
  li {
    border-bottom: 1px solid var(--border);
  }
  a {
    display: block;
    padding: 2em 1em;
    transition: all 0.3s linear;
    color: #000;
  }
  a:hover {
    background: #f8f8f8;
    p {
      color: var(--color_1);
    }
  }
  div {
    font-size: 90%;
    color: #c0c0c0;
  }
  p {
    padding-top: 0.5em;
    line-height: 1.6;
  }
  @media screen and (min-width:769px) {
    a {
      display: flex;
      align-items: center;
    }
    div {
      width: 100px;
    }
    p {
      padding-top: 0;
      margin-left: 2em;
    }
  }
}
.news_detail {
  max-width: var(--con-width);
  margin: auto;
  padding: 0 min(4%, 30px);
  h2 {
    margin: 3em 0 2em;
    color: #b7060d;
    text-align: center;
  }
  #info_title {
    font-size: 120%;
    line-height: 1.4;
  }
  #info_date {
    margin: 1em 0;
    font-size: 90%;
    color: #c0c0c0;
  }
  #info_image {
    max-width: 100%;
  }
  #info_contents {
    margin: 3em 0;
    line-height: 1.8;
  }
}


/* ===================================
制作実績
------------------------------------*/
.work_list {
  h2 {
    margin: 3em 0 2em;
    color: #b7060d;
    text-align: center;
  }
  ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 4%;
  }
  li {
    width: 46%;
    margin: 2%;
  }
  a {
    display: block;
    padding: 8% 0;
    background: var(--gray_back);
    overflow: hidden;
    img {
      width: 80%;
      display: block;
      margin: auto;
      transition: all 0.3s linear;
    }
    &:hover img {
      scale: 1.05;
      opacity: 0.8;
    }
  }
  p {
    margin-top: 1em;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    span {
      display: block;
      margin-bottom: 0.5em;
      font-size: 12px;
    }
  }
  @media screen and (min-width:769px) {
    li {
      width: 23%;
      margin: 1%;
    }
    p {
      font-size: 19px;
      span {
        font-size: 14px;
      }
    }
  }
}
.works_wrap {
  h2 {
    margin: 3em 0 2em;
    color: #b7060d;
    text-align: center;
  }
  .box {
    margin-top: 2em;
    padding: min(8%, 80px) min(6%, 100px) min(14%, 150px);
    background: var(--gray_back);
    text-align: center;
    img {
      display: block;
      width: min(100%, 1000px);
      margin: auto;
    }
    .bra {
      border-radius: 15px;
      box-shadow: 0 0 20px 3px rgba(0,0,0,0.1);
    }
    h4 {
      display: inline-block;
      margin: 5em auto 2em;
      padding: 0.5em 2em;
      border-radius: 5px;
      background: #000;
      color: #fff;
      font-weight: normal;
    }
  }
}
.works_ph {
  display: block;
  width: min(92%, 1000px);
  margin: auto;
}
.works_title {
  h3 {
    .comp {
      display: block;
      margin-bottom: 0.5em;
      font-size: 17px;
    }
    .link_t {
      display: block;
      font-weight: normal;
      font-family: 'Open Sans', sans-serif;
    }
  }
  @media screen and (min-width:769px) {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1000px;
    margin: auto;  
    h3 {
      font-size: 30px;
      line-height: 1.2;
      .link_t {
        font-size: 15px;
      }
    }
  }
  @media screen and (max-width:768px) {
    padding: 0 4%;
    dl {
      margin-top: 2em;
    }
  }
  h3 {
    font-size: 28px;
    line-height: 1.2;
    .link_t {
      font-size: 14px;
    }
  }
  dl {
    display: flex;
    font-size: 14px;
  }
  dt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
  }
  dd {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid var(--border);
  }
}

/* ===================================
フッター
------------------------------------*/
footer {
  background: #000;
}

.footer_inner {
  position: relative;
}

#topback {
  background: #b7060d;
  transition: all 0.3s linear;
}

#topback:hover {
  background: #850106;
}

footer li {
  float: left;
  font-family: 'Open Sans', sans-serif;
}

footer li a {
  color: #fff;
  letter-spacing: 0.1em;
}

small {
  display: block;
  padding: 10px 0;
  color: #a4a4a4;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width:768px) {
  footer {
    margin: 130px 0 0;
    text-align: center;
  }
  
  #topback {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 50px;
  }
  
  footer ul {
    margin: 0 0 43px;
  }
  
  footer li {
    width: 50%;
    border-bottom: 1px solid #868686;
  }
  
  footer li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 25px 20px;
  }
  
	footer li a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    content: '';
    margin-top: -4px;
    border-top: solid 1px #868686;
    border-right: solid 1px #868686;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
  
  footer li:nth-child(2n) {
    border-left: 1px solid #868686;
  }
  footer .privacy {
    color: #fff;
    font-size: 90%;
  }
}

@media screen and (min-width:769px) {
  footer {
    margin: 150px 0 0;
    text-align: center;
  }

  .footer_inner {
    width: 1000px;
    margin: auto;
  }
  
  #topback {
    width: 40px;
    margin: 0 0 0 auto;
  }
  
  footer ul {
    margin: 0 0 75px;
  }
  
  footer li {
    margin: 0 78px 0 0;
    font-size: 12px;
  }
  footer .privacy {
    color: #fff;
    font-size: 90%;
  }
}
