@charset "utf-8";
/*@mixin media1199 {
 // 1025以上
 @media only screen and (min-width: $width-1200 - $width-over) {
  @content;
 }
}*/
/*                reset
======================================================= */
/* line 27, ../sass/setting/_site.scss */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

/* line 38, ../sass/setting/_site.scss */
body {
  color: #333333;
  background-color: #ffffff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}

/* line 46, ../sass/setting/_site.scss */
p {
  line-height: 1.5;
}

/* for IE6 */
/* line 50, ../sass/setting/_site.scss */
* html body {
  font-size: 100%;
}

/* line 53, ../sass/setting/_site.scss */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

/* line 57, ../sass/setting/_site.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* line 62, ../sass/setting/_site.scss */
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

/* line 68, ../sass/setting/_site.scss */
input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

/* line 81, ../sass/setting/_site.scss */
* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*                link
======================================================= */
/* line 93, ../sass/setting/_site.scss */
a:link {
  color: #385694;
  text-decoration: none;
}

/* line 97, ../sass/setting/_site.scss */
a:visited {
  color: #385694;
  text-decoration: none;
}

/* line 101, ../sass/setting/_site.scss */
a:hover {
  color: #6dc5f1;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/*                common
======================================================= */
/* line 113, ../sass/setting/_site.scss */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

/* line 119, ../sass/setting/_site.scss */
.clear_both {
  clear: both;
}

/* line 122, ../sass/setting/_site.scss */
.hidden {
  overflow: hidden;
}

/*                leyout
======================================================= */
/* line 8, ../sass/common.scss */
#wrapper {
  overflow: hidden;
}

/* line 11, ../sass/common.scss */
#birdEye {
  background-image: url(/media/images/common/birdEye.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 280px;
}
@media only screen and (max-width: 1800px) {
  /* line 11, ../sass/common.scss */
  #birdEye {
    background-size: 100% auto;
    padding-bottom: 260px;
  }
}
@media only screen and (max-width: 1400px) {
  /* line 11, ../sass/common.scss */
  #birdEye {
    background-size: 100% auto;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 11, ../sass/common.scss */
  #birdEye {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 11, ../sass/common.scss */
  #birdEye {
    padding-bottom: 160px;
  }
}

/* line 30, ../sass/common.scss */
#mainKey {
  margin-bottom: 30px;
  background: url(/media/images/common/secondKeyBG.jpg) repeat-x center top;
  text-align: center;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 30, ../sass/common.scss */
  #mainKey {
    margin-bottom: 1.2em;
    max-width: 640px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 41, ../sass/common.scss */
  #mainKey .key {
    max-width: 640px;
    position: relative;
    left: 50%;
    margin-left: -320px;
  }
}
/* line 50, ../sass/common.scss */
#mainKey img {
  display: block;
  margin: 0 auto;
}

/* line 60, ../sass/common.scss */
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding: 0 40px 0 40px;
}
@media only screen and (max-width: 1100px) {
  /* line 60, ../sass/common.scss */
  .main_width {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 60, ../sass/common.scss */
  .main_width {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 60, ../sass/common.scss */
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 60, ../sass/common.scss */
  .main_width {
    padding: 0 15px;
  }
}

/* line 77, ../sass/common.scss */
.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
/* line 80, ../sass/common.scss */
.cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
/* line 99, ../sass/common.scss */
.text_right {
  text-align: right;
}

/* line 100, ../sass/common.scss */
.text_left {
  text-align: left;
}

/* line 101, ../sass/common.scss */
.text_center {
  text-align: center;
}

/* line 102, ../sass/common.scss */
.underline {
  text-decoration: underline;
}

/* line 103, ../sass/common.scss */
.lato {
  font-family: "Lato", "arial", sans-serif;
}

/* line 106, ../sass/common.scss */
.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*                table
======================================================= */
/* line 112, ../sass/common.scss */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 87.5%;
}

/* line 122, ../sass/common.scss */
table tr td,
table tr th {
  text-align: left;
  padding: 0px;
  border: none;
  vertical-align: middle;
  padding: 10px 15px;
}

/* line 130, ../sass/common.scss */
.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}

/* 擬似テーブル */
/* line 133, ../sass/common.scss */
.table {
  display: table;
  width: 100%;
}
/* line 136, ../sass/common.scss */
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 140, ../sass/common.scss */
  .table.sp_brake {
    display: block;
  }
  /* line 143, ../sass/common.scss */
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

/*                pageTop
======================================================= */
/* line 152, ../sass/common.scss */
.pageTop {
  position: fixed;
  bottom: 0px;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  display: none;
}
/* line 159, ../sass/common.scss */
.pageTop a {
  display: block;
  font-size: 200%;
  color: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  /* line 152, ../sass/common.scss */
  .pageTop {
    bottom: 0px;
    right: 0;
  }
  /* line 172, ../sass/common.scss */
  .pageTop img {
    width: 36px;
    height: 36px;
  }
}

/*                カラム
======================================================= */
/* line 183, ../sass/setting/_site.scss */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px;
}
@media only screen and (max-width: 1024px) {
  /* line 183, ../sass/setting/_site.scss */
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 183, ../sass/setting/_site.scss */
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
/* line 186, ../sass/setting/_site.scss */
.row img {
  width: 100%;
}
/* line 190, ../sass/setting/_site.scss */
.row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  /* line 190, ../sass/setting/_site.scss */
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 190, ../sass/setting/_site.scss */
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 196, ../sass/setting/_site.scss */
.row .tab1, .row .tab2, .row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 1024px) {
  /* line 196, ../sass/setting/_site.scss */
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 196, ../sass/setting/_site.scss */
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 202, ../sass/setting/_site.scss */
.square {
  overflow: hidden;
}
/* line 204, ../sass/setting/_site.scss */
.square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

/* line 211, ../sass/setting/_site.scss */
.col12 {
  width: 100%;
}

/* line 214, ../sass/setting/_site.scss */
.col11 {
  width: 91.66666667%;
}

/* line 217, ../sass/setting/_site.scss */
.col10 {
  width: 83.33333333%;
}

/* line 220, ../sass/setting/_site.scss */
.col9 {
  width: 75%;
}

/* line 223, ../sass/setting/_site.scss */
.col8 {
  width: 66.66666667%;
}

/* line 226, ../sass/setting/_site.scss */
.col7 {
  width: 58.33333333%;
}

/* line 229, ../sass/setting/_site.scss */
.col6 {
  width: 50%;
}

/* line 232, ../sass/setting/_site.scss */
.col5 {
  width: 41.66666667%;
}

/* line 235, ../sass/setting/_site.scss */
.col4 {
  width: 33.33333333%;
}

/* line 238, ../sass/setting/_site.scss */
.col3 {
  width: 25%;
}

/* line 241, ../sass/setting/_site.scss */
.col2 {
  width: 16.66666667%;
}

/* line 244, ../sass/setting/_site.scss */
.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  /* line 250, ../sass/setting/_site.scss */
  .pc1024Col12 {
    width: 100%;
  }

  /* line 253, ../sass/setting/_site.scss */
  .pc1024Col6 {
    width: 50%;
  }

  /* line 256, ../sass/setting/_site.scss */
  .pc1024Col3 {
    width: 25%;
  }

  /* line 259, ../sass/setting/_site.scss */
  .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 265, ../sass/setting/_site.scss */
  .tab12 {
    width: 100%;
  }

  /* line 268, ../sass/setting/_site.scss */
  .tab6 {
    width: 50%;
  }

  /* line 271, ../sass/setting/_site.scss */
  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 277, ../sass/setting/_site.scss */
  .sp12 {
    width: 100%;
  }

  /* line 280, ../sass/setting/_site.scss */
  .sp6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 287, ../sass/setting/_site.scss */
  .sps12 {
    width: 100%;
  }

  /* line 290, ../sass/setting/_site.scss */
  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
/* line 186, ../sass/common.scss */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important;
}

/* line 188, ../sass/common.scss */
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 196, ../sass/common.scss */
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
/* line 4, ../sass/_frame.scss */
#header {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 13, ../sass/_frame.scss */
#header #spMenuButton {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (min-width: 641px) {
  /* line 13, ../sass/_frame.scss */
  #header #spMenuButton {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 13, ../sass/_frame.scss */
  #header #spMenuButton {
    right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 13, ../sass/_frame.scss */
  #header #spMenuButton {
    right: 10px;
    top: 15px;
  }
}
/* line 30, ../sass/_frame.scss */
#header #spMenuButton p {
  overflow: hidden;
  width: 1px;
  height: 1px;
}
/* line 35, ../sass/_frame.scss */
#header #spMenuButton:before {
  content: "\f0ca";
  font-size: 250%;
}
@media only screen and (max-width: 600px) {
  /* line 35, ../sass/_frame.scss */
  #header #spMenuButton:before {
    font-size: 225%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 35, ../sass/_frame.scss */
  #header #spMenuButton:before {
    font-size: 200%;
  }
}
/* line 46, ../sass/_frame.scss */
#header #sp_navi {
  display: none;
  position: absolute;
  background-color: #333333;
  z-index: 5;
}
@media only screen and (min-width: 641px) {
  /* line 46, ../sass/_frame.scss */
  #header #sp_navi {
    display: none!important;
  }
}
/* line 56, ../sass/_frame.scss */
#header #sp_navi ul {
  display: table;
  left: 0%;
}
/* line 60, ../sass/_frame.scss */
#header #sp_navi ul li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  padding: 1em;
  border-bottom: 1px #ffffff dotted;
}
/* line 69, ../sass/_frame.scss */
#header #sp_navi ul li.borderB {
  border: none;
}
/* line 72, ../sass/_frame.scss */
#header #sp_navi ul li.borderL {
  border-left: 1px #ffffff dotted;
}
/* line 76, ../sass/_frame.scss */
#header #sp_navi ul li a {
  color: #ffffff;
}
/* line 83, ../sass/_frame.scss */
#header ul {
  overflow: hidden;
}
/* line 85, ../sass/_frame.scss */
#header ul li {
  float: left;
}
/* line 89, ../sass/_frame.scss */
#header .block {
  overflow: hidden;
  padding: 22px 0 20px;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 89, ../sass/_frame.scss */
  #header .block {
    margin: 0;
    width: 100%;
    padding: 22px 1.5em 15px;
  }
}
@media only screen and (max-width: 950px) {
  /* line 89, ../sass/_frame.scss */
  #header .block {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 89, ../sass/_frame.scss */
  #header .block {
    padding: 22px 4em 15px 1.5em;
  }
}
@media only screen and (max-width: 400px) {
  /* line 89, ../sass/_frame.scss */
  #header .block {
    padding: 22px 1em 15px;
  }
}
@media only screen and (max-width: 350px) {
  /* line 89, ../sass/_frame.scss */
  #header .block {
    padding: 22px 0.5em 15px;
  }
}
/* line 111, ../sass/_frame.scss */
#header .block .blockL {
  float: left;
  width: 510px;
}
@media only screen and (max-width: 1024px) {
  /* line 111, ../sass/_frame.scss */
  #header .block .blockL {
    width: 450px;
  }
}
@media only screen and (max-width: 950px) {
  /* line 111, ../sass/_frame.scss */
  #header .block .blockL {
    width: 410px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 111, ../sass/_frame.scss */
  #header .block .blockL {
    width: 100%;
    padding-right: 3em;
  }
}
@media only screen and (max-width: 640px) {
  /* line 111, ../sass/_frame.scss */
  #header .block .blockL {
    padding-right: 0;
  }
}
@media only screen and (max-width: 400px) {
  /* line 111, ../sass/_frame.scss */
  #header .block .blockL {
    padding-right: 2.5em;
  }
}
/* line 131, ../sass/_frame.scss */
#header .block .blockR {
  float: right;
  text-align: right;
  width: 440px;
}
@media only screen and (max-width: 1024px) {
  /* line 131, ../sass/_frame.scss */
  #header .block .blockR {
    width: 422px;
    text-align: left;
  }
}
@media only screen and (max-width: 900px) {
  /* line 131, ../sass/_frame.scss */
  #header .block .blockR {
    float: left;
    width: 396px;
  }
}
/* line 143, ../sass/_frame.scss */
#header .block .blockR p {
  line-height: normal;
  font-weight: bold;
  padding-top: 17px;
  font-size: 16px;
}
@media only screen and (max-width: 950px) {
  /* line 143, ../sass/_frame.scss */
  #header .block .blockR p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 143, ../sass/_frame.scss */
  #header .block .blockR p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 143, ../sass/_frame.scss */
  #header .block .blockR p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 350px) {
  /* line 143, ../sass/_frame.scss */
  #header .block .blockR p {
    font-size: 12px;
  }
}
/* line 166, ../sass/_frame.scss */
#header #nvGlobal {
  background-color: #333333;
  padding: 1em 0px 1.1em;
}
@media only screen and (max-width: 850px) {
  /* line 166, ../sass/_frame.scss */
  #header #nvGlobal {
    padding: 1.4em 0px 6px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 166, ../sass/_frame.scss */
  #header #nvGlobal {
    display: none;
  }
}
/* line 175, ../sass/_frame.scss */
#header #nvGlobal ul {
  margin: 0 auto;
  padding-left: 2px;
  display: table;
}
/* line 179, ../sass/_frame.scss */
#header #nvGlobal ul li {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFF;
  line-height: 12px;
  padding-top: 2px;
  padding-bottom: 0px;
  display: table-cell;
  vertical-align: middle;
  font-size: 90%;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  /* line 179, ../sass/_frame.scss */
  #header #nvGlobal ul li {
    border: none;
    display: block;
    width: 25%;
    margin-bottom: 1em;
  }
}
/* line 196, ../sass/_frame.scss */
#header #nvGlobal ul li a {
  color: #FFF;
  padding-right: 1em;
  padding-left: 0.95em;
}
@media only screen and (max-width: 850px) {
  /* line 196, ../sass/_frame.scss */
  #header #nvGlobal ul li a {
    padding: 0;
    display: block;
  }
}
/* line 206, ../sass/_frame.scss */
#header #nvGlobal ul li:first-child a {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
}
@media only screen and (max-width: 850px) {
  /* line 206, ../sass/_frame.scss */
  #header #nvGlobal ul li:first-child a {
    border: none;
  }
}

/*                sidebar
======================================================= */
/*                footer
======================================================= */
/* line 227, ../sass/_frame.scss */
#footer {
  background-color: #333333;
  font-size: 86%;
  color: #ffffff;
}
/* line 232, ../sass/_frame.scss */
#footer p li, #footer ul li {
  color: #ffffff;
}
/* line 234, ../sass/_frame.scss */
#footer p li a, #footer ul li a {
  color: #ffffff;
}
/* line 239, ../sass/_frame.scss */
#footer .footerTop {
  overflow: hidden;
  border-bottom: 1px #252525 solid;
  padding: 20px 1.5em 13px;
}
@media only screen and (max-width: 640px) {
  /* line 239, ../sass/_frame.scss */
  #footer .footerTop {
    display: none;
  }
}
/* line 246, ../sass/_frame.scss */
#footer .footerTop .footerTopL {
  display: block;
  float: left;
  width: 35%;
}
@media only screen and (max-width: 850px) {
  /* line 246, ../sass/_frame.scss */
  #footer .footerTop .footerTopL {
    width: 100%;
  }
}
/* line 254, ../sass/_frame.scss */
#footer .footerTop .footerTopL p {
  margin-bottom: 5px;
}
/* line 258, ../sass/_frame.scss */
#footer .footerTop .footerTopR {
  width: 45%;
  display: block;
  float: right;
}
@media only screen and (max-width: 850px) {
  /* line 258, ../sass/_frame.scss */
  #footer .footerTop .footerTopR {
    float: none;
    clear: both;
    width: 70%;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 258, ../sass/_frame.scss */
  #footer .footerTop .footerTopR {
    width: 80%;
  }
}
/* line 273, ../sass/_frame.scss */
#footer .footerTop .footerTopR ul {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
/* line 277, ../sass/_frame.scss */
#footer .footerTop .footerTopR ul li {
  float: left;
  margin-bottom: 4px;
  display: inline-block;
  width: 45%;
}
/* line 283, ../sass/_frame.scss */
#footer .footerTop .footerTopR ul li.w6em {
  width: 30%;
}
/* line 286, ../sass/_frame.scss */
#footer .footerTop .footerTopR ul li.w9em {
  width: 25%;
}
/* line 293, ../sass/_frame.scss */
#footer .footerBtm {
  border-top: 1px #4a4a4a solid;
  text-align: center;
  padding: 23px 0 21px;
}
/* line 297, ../sass/_frame.scss */
#footer .footerBtm .copy {
  margin: 0;
  padding: 0 1em;
}
/* line 302, ../sass/_frame.scss */
#footer .footerArea {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
