@charset "utf-8";

/* ****************************************************************************************************
   * リセット
**************************************************************************************************** */

table {
  font-size: 1em;
  empty-cells: show;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
  padding: 0.5em 0;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

/* clearfix ハック */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
 *height: 0;
 *font-size: 0;
 *zoom: 1;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {
  
  * {
    text-shadow: none;
    outline: none;
    box-sizing: border-box;
  }
  
}

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

body {
  min-width: 960px;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 75%;
  color: #555;
  line-height: 1.5;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {
  
  body {
    min-width: 0;
    -webkit-text-size-adjust: none;
  }
  
  body > * * {
    max-width: 100%;
  }
  
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * リンク
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

a {
  color: #176a96;
  text-decoration: none;
}

a:hover {
  color: #f60;
  text-decoration: underline;
}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */

div#header_base {
  background: #f0f9fc url(../images/common/bg_1.jpg) center bottom no-repeat;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}

div#header_base * {
  box-sizing: border-box;
}

div#header {
  width: 960px;
  margin: 0 auto;
  padding: 5px 0;
  display: table;
}

div#header a {
  color: inherit;
}

#header div.logo {
	width: 530px;
	padding-right: 40px;
  letter-spacing: -0.4em;
	vertical-align: middle;
	display: table-cell;
}

#header div.logo > * {
  letter-spacing: normal;
}

div#header div.contents {
	vertical-align: middle;
	display: table-cell;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#header_base {
    padding-left: 10px;
    padding-right: 10px;
  }

  div#header {
    width: auto;
    padding: 5px 0;
  }

  #header div.logo {
    width: 100%;
    padding-right: 20px;
  }

  div#header div.contents {
    display: none;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * テキスト
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#header div.logo .text {
  width: 100%;
  padding-left: 160px;
  margin-right: -100%;
	vertical-align: middle;
	display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#header div.logo .text {
    display: none;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ロゴ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#header div.logo div.image {
  line-height: 0;
	vertical-align: middle;
	display: inline-block;
  position: relative;
}

div#header div.logo a {
  text-decoration: none;
}

div#header div.logo div.image img {
  transition: all 0.3s ease-in-out 0.0s;
}

div#header div.logo div.image img[src$='hover.png'] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

div#header div.logo a:hover div.image img {
  opacity: 0;
}

div#header div.logo a:hover div.image img[src$='hover.png'] {
  opacity: 1;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#header div.logo div.image {
    max-width: 120px;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ヘッダーナビ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul#header_navi,
ul#header_navi li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#header_navi {
  margin: 0 0 5px auto;
  display: table;
}

ul#header_navi li {
  padding-left: 50px;
  float: left;
}

ul#header_navi li#header_navi_outsourcing {
  background: url(../images/common/listmark_1.png) 30px 3px no-repeat;
}

ul#header_navi li#header_navi_company {
  background: url(../images/common/listmark_1.png) 30px 3px no-repeat;
}

ul#header_navi li#header_navi_job {
  background: url(../images/common/listmark_2.png) 30px 3px no-repeat;
}

ul#header_navi li#header_navi_sitemap {
  background: url(../images/common/listmark_3.png) 30px 3px no-repeat;
}

/* ****************************************************************************************************
   * ドロワーメニュー
**************************************************************************************************** */

.drawermenu {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0.0s;
  position: absolute;
  top: 100%;
  left: 0;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  .drawermenu {
    opacity: 0;
    visibility: hidden;
  }

  .drawermenu.active {
    opacity: 1;
    visibility: visible;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メニューアイコン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.drawermenu-trigger {
  width: 40px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  display: none;
}

.drawermenu-trigger .title {
  color: #fff;
  display: none;
}

.drawermenu-trigger .title + * {
  margin-top: 0;
}

.drawermenu-trigger i.icon {
  padding: 7px 10px;
  border-radius: 5px;
  background: linear-gradient(
    to bottom,
    #5ba1cc,
    #4488b3
  );
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
}

.drawermenu-trigger i.icon span {
  width: 20px;
  height: 0;
  margin: 5px auto;
  display: block;
  border-bottom: 2px solid #fff;
  transition:
    all 0.3s ease-out 0.0s,
    left 0.0s ease-out 0.0s;
  position: relative;
  left: 0;
}

.drawermenu-trigger.active i.icon span {
  left: 4px;
}

.drawermenu-trigger.active i.icon span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.drawermenu-trigger i.icon span:nth-of-type(2) {
  transition: left 0.3s ease-out 0.0s;
}

.drawermenu-trigger.active i.icon span:nth-of-type(2) {
  left: 200%;
}

.drawermenu-trigger.active i.icon span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  .drawermenu-trigger {
    vertical-align: middle;
    display: table-cell;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * リスト
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.drawermenu ul,
.drawermenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawermenu ul.list {
  border-top: 1px solid #4589b4;
  border-bottom: 1px solid #4589b4;
  background-color: #4d92bd;
}

.drawermenu ul.list a {
  padding: 0.75em 1em 0.75em 1em;
  color: #fff;
  display: block;
  text-decoration: none;
}

/* 現在表示中のページ */

.drawermenu ul.list > li.current > a {
  background-color: rgba( 0, 0, 0, 0.2 );
}

.drawermenu ul.list ul li.current > a {
  padding-left: 4.755%;
  background-image: url(../images/common/icon-arrow-1-right.png);
  background-position: left center;
  background-repeat: no-repeat;
}

/* スライドボタン */

.drawermenu ul.list li a.slide-button {
  padding-right: 9.511%;
  background-image: url(../images/common/icon-arrow-1-down.png);
  background-position: 96% center;
  background-repeat: no-repeat;
}

.drawermenu ul.list li a.active {
  background-image: url(../images/common/icon-arrow-1-up.png);
}

/* 1階層目 */

.drawermenu ul.list > li {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* 2階層目～ */

.drawermenu ul.list ul {
  margin-left: 0;
  padding-left: 2em;
}

.drawermenu ul.list ul li {
  list-style: none;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  .drawermenu ul.list {
    display: none;
  }

  .drawermenu.active ul.list {
    display: block;
  }

}

/* ****************************************************************************************************
   * グローバルナビ
**************************************************************************************************** */

div#navi-base {
  background: url(../images/global_navi/bg_1.jpg) repeat-x;
}

div#navi {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#navi-base {
    display: none;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ul common
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#navi ul,
div#navi ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#navi ul {
  letter-spacing: -0.4em;
}

div#navi ul li {
  letter-spacing: normal;
  position: relative;
}

div#navi ul li.dropdown_active > ul {
  visibility: visible;
}

div#navi ul li a {
  display: block;
  text-decoration: none;
}

div#navi ul ul {
  min-width: 100%;
  border: solid 1px #999;
  background: #fff;
  white-space: nowrap;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

div#navi ul ul li ~ li {
  border-top: dotted 1px #ccc;
}

div#navi ul ul li a {
  padding: 0.5em 1em;
  color: inherit;
}

div#navi ul ul li.dropdown_active,
div#navi ul ul li a:hover {
  background: #f7f7f7;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * lv.1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#navi > ul > li {
  height: 51px;
  vertical-align: top;
  display: inline-block;
  position: relative;
}

div#navi > ul > li > a {
  height: 100%;
  overflow: hidden;
}

div#navi > ul > li > a:hover img {
  opacity: 1.0;
  filter: none;
}

div#navi > ul > li.dropdown_active > a img,
div#navi > ul > li > a:hover img,
div#navi > ul > li.on > a img {
  margin-top: -51px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * lv.2
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#navi > ul > li > ul {
  top: 100%;
  left: 1px;
  z-index: -1;
}

/* ビジュアル
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body#layout_index div#visual {
  padding: 20px 0 0;
}

body#layout_low div#visual {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 0;
}

body#layout_low div#visual img {
  padding: 2px;
  border: solid 1px #84bbce;
  background: #fff;
}

/* ****************************************************************************************************
   * メイン
**************************************************************************************************** */

div#container_1 {
  background: #f0f0f0 url(../images/common/bg_2.jpg) repeat-x;
}

div#container_2 {
  background: url(../images/common/bg_3.jpg) center top no-repeat;
}

div#main_container {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#container_2 {
    padding-left: 10px;
    padding-right: 10px;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * パンくず
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body#layout_low p#topicpath {
  margin: 1em 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#main_contents {
  width: 680px;
  float: left;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#main_contents {
    width: 100%;
    float: none;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サイドコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#side_contents {
  width: 240px;
  margin-top: -20px;
  float: right;
}

div#side_contents div.section {
  margin-bottom: 20px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#side_contents {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * バナー
/* ------------------------------------------------------------------------------------------------- */

div#side_contents div.banner {
  margin-bottom: 10px;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * お問い合せ
/* ------------------------------------------------------------------------------------------------- */

div#side_contact {
  padding: 0 0 14px;
  background: url(../images/common/side_frame_1_bottom.png) center bottom no-repeat;
}

div#side_contact div.article {
  padding: 0 1em 1em;
  background: url(../images/common/side_frame_1_body.jpg) repeat-y;
}

div#side_contact div.container {
  background: url(../images/common/bg_5.jpg) right 110px no-repeat;
}

div#side_contact h2 {
  margin-bottom: 1em;
  font-size: 108.3%;
  font-weight: bold;
  color: #156d93;
}

div#side_contact h3 {
  font-size: 100%;
  font-weight: bold;
}

div#side_contact ul.area_list {
  margin: 0;
  padding: 0;
  padding: 0 0 1em;
  list-style: none;
}

div#side_contact ul.area_list li {
  margin: 0;
  padding: 0;
  display: inline;
}

div#side_contact ul.area_list li:after {
  content: "／";
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 共用 お問い合せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#common_contact {
  position: absolute;
  bottom: -290px;
  right: 0;
}

div#common_contact p {
  margin: 0;
  padding: 0;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#common_contact {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

div#footer {
  background: #e2e2e2;
  box-sizing: border-box;
}

div#footer * {
  box-sizing: border-box;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページトップ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#pagetop_base {
  height: 40px;
  background: url(../images/common/bg_4.png) repeat-x;
}

div#pagetop {
  width: 960px;
  margin: 0 auto;
}

div#pagetop p {
  width: 680px;
  padding: 0;
  text-align: right;
}

div#pagetop a {
  padding-right: 15px;
  color: inherit;
  line-height: 34px;
  background: url(../images/common/listmark_4.png) right 12px no-repeat;
  vertical-align: top;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#pagetop p {
    text-align: center;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページトップ スマホ用
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#pagetop_sp_base {
  display: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#pagetop_sp_base {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }

  div#pagetop_sp p {
    padding: 0;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * フッターナビ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#footer_navi_base {
  padding: 20px 0;
  background: #e2e2e2;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#footer_navi_base {
    margin-top: -8px;
    padding: 0;
    border-bottom: solid 1px #fff;
    position: relative;
    z-index: 2;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

div#footer_navi_base .nav-title {
  display: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#footer_navi_base .nav-title {
    line-height: 1;
    text-align: center;
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(
      to bottom,
      #fafafa,
      #fafafa 20%,
      #eee 70%,
      #ebebeb
    );
  }

  div#footer_navi_base .nav-title a {
    padding: 0.25em;
    color: inherit;
    text-decoration: none;
    display: block;
    background-image: url(../images/common/icon-arrow-2-down.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 10px auto;
  }

  div#footer_navi_base .nav-title a.active {
    background-image: url(../images/common/icon-arrow-2-up.png);
  }

}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

div#footer_navi {
  width: 960px;
  margin: 0 auto;
  padding-right: 240px;
  display: table;
}

div#footer_navi div.item {
  width: 33.333%;
  padding: 0 2em;
  vertical-align: top;
  display: table-cell;
}

div#footer_navi div.item:nth-of-type(1) {
  width: 32%;
  padding-left: 0;
  border-right: 1px solid #aaa;
}

div#footer_navi div.item:nth-of-type(2) {
  width: 33%;
  border-left: 1px solid #fff;
  border-right: 1px solid #aaa;
}

div#footer_navi div.item:nth-of-type(3) {
  width: 35%;
  border-left: 1px solid #fff;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#footer_navi {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  div#footer_navi div.item {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    display: block;
  }

}

/* * リスト
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

div#footer_navi ul,
div#footer_navi ul li {
  margin: 0;
  padding: 0;
}

div#footer_navi ul.list ~ ul.list {
  margin-top: 2em;
}

div#footer_navi ul.list a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}

div#footer_navi ul.list a[href]:hover {
  text-decoration: underline;
}

div#footer_navi ul.list li ~ li {
  margin-top: 0.5em;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#footer_navi ul.list ~ ul.list {
    margin-top: 0;
  }

  div#footer_navi ul.list a {
    padding: 0.75em 1em;
    display: block;
  }

  div#footer_navi ul.list a[href]:hover {
    text-decoration: none;
  }

  div#footer_navi ul.list li ~ li {
    margin-top: 0;
  }

  /* 現在表示中のページ */

  div#footer_navi ul.list li.current > a {
    background-color: rgba( 0, 0, 0, 0.05 );
  }

  /* スライドボタン */

  div#footer_navi ul.list li a.slide-button {
    padding-right: 9.511%;
    background-image: url(../images/common/icon-arrow-2-down.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 10px auto;
  }

  div#footer_navi ul.list li a.active {
    background-image: url(../images/common/icon-arrow-2-up.png);
  }

}

/* 1階層目 :::::::::::::::::::::::::::::::::::::::::::::::::: */

div#footer_navi ul.list > li {
  list-style: none;
}

div#footer_navi ul.list > li.parent > a {
  font-weight: bold;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#footer_navi ul.list > li {
    border-bottom: 1px solid #ccc;
  }

  div#footer_navi ul.list > li > a {
    padding-left: 1em;
    font-weight: normal;
    background: none;
  }

  div#footer_navi ul.list > li.parent > a {
    font-weight: normal;
  }

  div#footer_navi ul.list > li ~ li > a {
    padding-left: 1em;
  }

}

/* 2階層目～ :::::::::::::::::::::::::::::::::::::::::::::::::: */

div#footer_navi ul.list ul li {
  margin-top: 0.5em;
  list-style: none;
}

div#footer_navi ul.list ul ul {
  font-size: 0;
  visibility: hidden;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#footer_navi ul.list ul {
    margin-left: 0;
    padding-left: 1.75em;
  }

  div#footer_navi ul.list ul li {
    margin-top: 0;
    border-top: 1px dotted #ccc;
  }

  div#footer_navi ul.list ul ul {
    font-size: inherit;
    visibility: visible;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * フッター コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#footer_info_base {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #e0e0e0;
  background: #f0f0f0;
}

div#footer_info {
  width: 960px;
  margin: 0 auto -20px;
  padding: 20px 0;
  letter-spacing: -0.4em;
}

div#footer_info > * {
  letter-spacing: normal;
}

div#footer_info div.item {
  margin-bottom: 20px;
}

div#footer_info a {
  color: inherit;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#footer_info {
    padding: 20px 10px;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 会社情報
/* ------------------------------------------------------------------------------------------------- */

div#footer_info_company {
  width: 50%;
  padding-right: 20px;
  vertical-align: top;
  display: inline-block;
}

div#footer_info_company h2 {
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: normal;
  background: url(../images/common/logo_2_hover.png) left center no-repeat;
}

div#footer_info_company h2 span {
  font-size: 83.3%;
}

div#footer_info_company h2 a {
  min-height: 28px;
  padding: 0 0 0 130px;
  display: inline-block;
  background: url(../images/common/logo_2.png) left center no-repeat;
}

div#footer_info_company h2 a:hover {
  color: #666;
  text-decoration: none;
  background: none;
}

div#footer_info_company p {
  margin: 0;
  padding: 0;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#footer_info_company {
    width: 100%;
    padding-right: 0;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * SNS（トップページ）
/* ------------------------------------------------------------------------------------------------- */

div#footer_info_sns {
  width: 50%;
  padding-left: 20px;
  vertical-align: top;
  display: inline-block;
}

div#footer_info_sns ul.list,
div#footer_info_sns ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#footer_info_sns ul.list {
  max-width: none;
  margin-left: -10px;
  margin-bottom: -20px;
  letter-spacing: -0.4em;
}

div#footer_info_sns ul.list li {
  margin-left: 10px;
  margin-bottom: 20px;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

div#footer_info_sns ul.list li#facebook_like3 {
  width: 72px !important;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#footer_info_sns {
    width: 100%;
    padding-left: 0;
  }

  div#footer_info_sns ul.list {
    margin-left: -4px;
  }

  div#footer_info_sns ul.list li {
    margin-left: 4px;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コピーライト
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#copyright {
  padding: 10px 0;
  border-top: solid 1px #fff;
  background: #f0f0f0;
}

div#copyright p {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

  div#copyright {
    padding: 5px 0;
  }

  div#copyright p {
    text-align: center;
  }

}
