@charset "utf-8";

/*
 * 1カラムPC用スタイルCSS
 */

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
}
body {
  background-image: none;
  color: #000;
}

#wrapper { background: none transparent; }

#outer_block { background: none transparent; padding: 50px 0 0;}
#page_6 #outer_block, #page_15 #outer_block{ padding: 0; }

a:link, a:visited, a:hover, a:active { color: #000;}




/* ===================================================================================================================
   ■ ヘッダー&メイン画像
------------------------------------------------------------------------------------------------------------------- */
#main_teaser, #jquery_slider_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
#branding_box {
  height: 500px;
  padding: 0;
  z-index: 500;
  position: relative;
  background-image: none;
}
#header_information { height:400px; }



/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
#site-description a {
  display: inline;
  color: #777;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  padding: 0 0 0;
}
.main_header img, .header_class img {
  width: 280px;
  height: 100px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access{
	width: 100%;
	z-index: 590;
}
#access.fixed .menu-header {
  width: 960px;
  margin: 0 auto;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access.fixed .menu-item a, div#access.fixed .menu-item a:hover {
  /*background-image: url(/files/topnavi2.png);*/
  height: 55px;
  line-height: 55px;
}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 55px;
  width: px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width: px;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: px;
  color: #333;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #666;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
  color: #666;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  background-image: url(/files/widget_title_bg.png);
}
.widget-title, .widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #000000;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/files/widget_list_bg.png);
  padding: 0 40px 0 20px;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #666;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(/files/footer_bg.jpg) center bottom repeat-x;
  height: 388px;
}
#footer_box {
  background-image: url(/files/footer_box_bg.png);
  height: 348px;
}
#footer_box, #footer-widget-area, .footer_infomation{
  width: 1100px;
  margin: 0 auto;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 50px 0 0;
  width: 400px;
  margin: 0;
  float: left;
}
#footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #fff;
  font-weight: normal;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer-widget-area .widget-area .menu-item{ float: none; }
#footer-widget-area{ text-align: left; font-size: 15px; }
#footer-widget-area .widget-area{ text-align: left; }


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  color: #fff;
}
#footer_information{
	width: 500px;
	float: right;
	margin: 230px 10px 0 0;
}
#footer_information .entry-post {
  margin: 0;
  width: 500px;
  text-align: right;
}

/*  フッターボタン
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data p.f_tel {
  font-size: 25px;
}
.f_info dt,
.f_info dd {
  font-size: 13px;
  line-height: 1.7;
}
.f_info dt {
  float: left;
  clear: left;
  width: 6em;
}
.f_info dd { float: left; }

#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 999;
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 900;
}
.fixed_btn div, .fixed_btn div a {
    height: 60px;
    margin-bottom: 10px;
    right: 0;
    width: 63px;
}
.fixed_btn div#fixed_btn_gaten, .fixed_btn div#fixed_btn_gaten a{ height: 150px; }
.fixed_btn div a {
    display: block;
    position: absolute;
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright { color: #000; }




/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#page_6 #container_top, #page_9 #container_top, #page_81 #container_top { padding: 0; }

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {/*h2*/
  color: #000;
  background-image: url(/files/top_entry_title.png);
  height: 100px;
  line-height: 100px;
}
/*h3 フルサイズ*/
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  text-align: left;
  padding: 0 0 0 20px;
  width: 940px;
  background-image: url(/files/entry_title_bg.png);
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
h3.entry_title, .entry_title, .entry-title ,
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #000;
}
.entry_title h3{ width: 820px; }
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
/* h3写真横の見出し用 */
.mid_entry_title{
  width: 530px;
  padding: 0 0 0 40px;
  color: #000;
  background-image: url(/files/entry_title_bg_w570.png);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
.half_entry_title, .faq-title {
  background: url(/files/half_entry_title_bg.png) center top no-repeat;
  color: #000;
}
/* h3 3列表示タイトル用 */
.inline_title {
  color: #000;
  background-image: url(/files/column3_title_bg.jpg);
}

/* h4 フルサイズ */
* .sub_entry_title {
  padding: 0 0 0 40px;
  width: 920px;
  background-image: url(/files/sub_entry_title_bg.png);
}
* .sub_entry_title, * .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #000;
}
.sub_entry_title h4{ width: 800px; }
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}
/* h4写真横の見出し用 */
.mid_sub_entry_title{
  padding: 0 0 0 40px;
  width: 530px;
  color: #000;
  background-image: url(/files/sub_entry_title_bg_w570.png);
}
/* h3半分ブロックの見出し用 */
.half_sub_entry_title, .faq-title {
  color: #000;
  background-image: url(/files/half_sub_entry_title_bg.png);
}
.faq-title{
  width: 460px;
  text-align: center;
  padding: 10px 0;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #666;
  width: 685px;
}

/* ブログページのタイトル背景 */
#blog_main .entry-title{
  background-image: url(/files/blog_title.jpg);
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 40px;
  font-size: 20px;
  width: 660px;
}
#blog_main .entry-title ,#blog_main .entry-title a:link, #blog_main .entry-title a:visited,
#blog_main .entry-title a:hover, #blog_main .entry-title a:active{ color: #000; }

/* 大きな地図で見る */
small { border-color: #000; }
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #000 !important;
}

small a:hover {
  background-color: #000;
  color: #fff !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td /* お問合せ */ {
  border-color: #4e4e4e;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none transparent;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none transparent;
}
.easys_content_inner td, .easys_content_inner th{
	border-right: none !important;
	border-left: none !important;
}
/* 必須項目 */
.iqfm-req_color { color: #000; }

.table_area, .field_3col .table_area td.td_name, .field_3col .table_area td.td_value{ font-size: 15px;}
.table_area td.td_value, .table_area td.td_name, 
.table_area table tr td, .iqfm-table th, .iqfm-table td{ padding: 15px !important;}
/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #000;
  color: #000 !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: 1px solid #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #000;
  border-color: #000;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none #000;
  border-style: solid;
  border-color: #000;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.z_d1 .blog_post,
.list_block .list_box {
  border-color: #666;
}


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.c_04 { margin: 0 0 20px; }


/* Dブロック */
.menu-list table {
  border-collapse:separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a { text-decoration: underline; }
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover { text-decoration: none; }


/* Kブロック */
.k_03 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 {  }


/* Z-E リンクバナー */
.banner_box { text-align: center; }
.banner_box img {
  max-width: 100%;
  width: auto;
  _width: 100%;
}



/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }




/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .post_data { margin: 0 0 30px; }



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
body.coupon {
}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: #ccc;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #666;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

/* Aブロック画像背景 */
.eyecatch.display_line_bg {
    background-image: url(/files/recommend_b_top.jpg),
    				  url(/files/recommend_b_bottom.jpg),
    				  url(/files/recommend_b_bg.jpg);
}
.field_3col .display_line_bg {
    background-image: url(/files/recommend_s_top.jpg),
    				  url(/files/recommend_s_bottom.jpg),
    				  url(/files/recommend_s_bg.jpg);
}


/*  全頁共通
---------------------------------------------------------------------------------------------------- */
#page_6 .o_01, #page_6 .o_02, #page_6 .o_03, #page_6 .o_04{ margin-bottom: 0; }

/*　非表示　*/
#hsem8jmm34tjiyhlqktg .eyecatch, #z5j8va29v8v1ifo83g23 .eyecatch,
#p6qqx0tkovsdz21ujgr0 .eyecatch, #sy5qdnjk53ptqndtvel7 .eyecatch,
#ge1wygyzfuj4o7b2tbml h3, #myqqhpaf7b1lbg0nfldc h3,
#xxgyz8zhu4ggjoxeujxv img, #dlqmywys9k1kjzg3wrge .eyecatch, #dlqmywys9k1kjzg3wrge h2,
#yxrbvheqfrv1rsayaq80 img, #ebeaqdajqmnxg880hy4i h3, #ebeaqdajqmnxg880hy4i .eyecatch{ display: none; }

/*　アニメーション　*/
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*  navi
---------------------------------------------------------------------------------------------------- */
div#access .menu-item a , #access ul.menu ul.sub-menu {
  margin:0;
  padding: 0;  
}
div#access a, div#access a:hover {
    -webkit-background-size: 100%;
    background-color: transparent;
    background-size: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}
div#access .gnavi11 a{ background-image: url(/files/navi_off_01.png); background-position: center 0;}
div#access .gnavi12 a{ background-image: url(/files/navi_off_02.png); background-position: center 0;}
div#access .gnavi13 a{ background-image: url(/files/navi_off_04.png); background-position: center 0;}
div#access .gnavi14 a{ background-image: url(/files/navi_off_05.png); background-position: center 0;}
div#access .gnavi15 a{ background-image: url(/files/navi_off_06.png); background-position: center 0;}
div#access .gnavi16 a{ background-image: url(/files/navi_off_07.png); background-position: center 0;}
div#access .gnavi17 a{ background-image: url(/files/navi_off_08.png); background-position: center 0;}

div#access .gnavi11 a:hover{ background-image: url(/files/navi_on_01.png); background-position: center 0;}
div#access .gnavi12 a:hover{ background-image: url(/files/navi_on_02.png); background-position: center 0;}
div#access .gnavi13 a:hover{ background-image: url(/files/navi_on_04.png); background-position: center 0;}
div#access .gnavi14 a:hover{ background-image: url(/files/navi_on_05.png); background-position: center 0;}
div#access .gnavi15 a:hover{ background-image: url(/files/navi_on_06.png); background-position: center 0;}
div#access .gnavi16 a:hover{ background-image: url(/files/navi_on_07.png); background-position: center 0;}
div#access .gnavi17 a:hover{ background-image: url(/files/navi_on_08.png); background-position: center 0;}

/*固定*/
#access.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
div#access.fixed a, div#access.fixed a:hover {
    -webkit-background-size: auto;
    background-size: auto;
}
div#access.fixed .menu-item a , #access.fixed ul.menu ul.sub-menu {
  width: 137px;
  margin:0;
  padding: 0;
}
div#access.fixed .gnavi11 a, div#access.fixed .gnavi11 a:hover{ background-position: center 4px;}
div#access.fixed .gnavi12 a, div#access.fixed .gnavi12 a:hover{ background-position: center 5px;}
div#access.fixed .gnavi13 a, div#access.fixed .gnavi13 a:hover{ background-position: center 9px;}
div#access.fixed .gnavi14 a, div#access.fixed .gnavi14 a:hover{ background-position: center 11px;}
div#access.fixed .gnavi15 a, div#access.fixed .gnavi15 a:hover{ background-position: center 13px;}
div#access.fixed .gnavi16 a, div#access.fixed .gnavi16 a:hover{ background-position: center 15px;}
div#access.fixed .gnavi17 a, div#access.fixed .gnavi17 a:hover{ background-position: center 7px;}


/*  top
---------------------------------------------------------------------------------------------------- */
/*会社概要*/
#gqi7xsqeq0zvmydv6qjm .easys_content_inner, #hsem8jmm34tjiyhlqktg .easys_content_inner{ width: 100%; }
#hsem8jmm34tjiyhlqktg .entry_title{
	background: url(/files/top_bg_title01.png) center top no-repeat;
	height: 0;
	width: 400px;
	padding: 100px 0 0;
	display: block;
	overflow: hidden;
	margin: 0;
}
#hsem8jmm34tjiyhlqktg .entry_post, #hsem8jmm34tjiyhlqktg .text_size_small{ width: 400px; }
#hsem8jmm34tjiyhlqktg .text_size_small{ text-align: center; color: #fff; }

#hsem8jmm34tjiyhlqktg .o_main_btn a, #z5j8va29v8v1ifo83g23 .o_main_btn a,
#p6qqx0tkovsdz21ujgr0 .o_main_btn a, #sy5qdnjk53ptqndtvel7 .o_main_btn a{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: transparent;
	width: 200px;
	border-radius: 0;
	height: 50px;
	background: url(/files/link_text_bg01.jpg) left top no-repeat;
	padding: 0;
	margin: 0;
}
#hsem8jmm34tjiyhlqktg .o_main_btn a:hover, #z5j8va29v8v1ifo83g23 .o_main_btn a:hover,
#p6qqx0tkovsdz21ujgr0 .o_main_btn a:hover, #sy5qdnjk53ptqndtvel7 .o_main_btn a:hover{ background-position: right top; }

/*事業について*/
#z5j8va29v8v1ifo83g23{
	background: url(/files/top_bg_2.jpg) center 0 no-repeat;
	height: 818px;
	padding-top: 150px;
}
#z5j8va29v8v1ifo83g23 .easys_content_inner{ width: 800px; }
#z5j8va29v8v1ifo83g23 .entry_title{
	background: url(/files/top_bg_title02.png) center top no-repeat;
	height: 0;
	width: 400px;
	padding: 100px 0 0;
	display: block;
	overflow: hidden;
	margin: 0;
}
#z5j8va29v8v1ifo83g23 .text_size_small{ text-align: center; width: 400px; }
#z5j8va29v8v1ifo83g23 .o_main_btn{ padding-top: 50px; }
#z5j8va29v8v1ifo83g23 .o_main_btn a{ background-image: url(/files/link_text_bg02.jpg); }

/*動くトラック*/
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#fdamlsjiyrpfk6fhm4m9{ margin-top: -500px; }
#fdamlsjiyrpfk6fhm4m9 .easys_content_inner{ width: 100%; }
#fdamlsjiyrpfk6fhm4m9 #track{
	background: url(/files/car.png) center 0 no-repeat;
	height: 400px;
}

/*採用情報*/
#p6qqx0tkovsdz21ujgr0{
	background: url(/files/top_bg_3.jpg) center top no-repeat;
	height: 388px;
	padding-top: 300px;
}
#p6qqx0tkovsdz21ujgr0 .entry_title{
	background: url(/files/top_bg_title03.png) center top no-repeat;
	height: 0;
	width: 500px;
	padding: 100px 0 0;
	display: block;
	overflow: hidden;
	margin: 0;
}
#p6qqx0tkovsdz21ujgr0 .entry_post, #p6qqx0tkovsdz21ujgr0 .text_size_small{ width: 500px; }
#p6qqx0tkovsdz21ujgr0 .entry_post{ margin-left: 500px; }
#p6qqx0tkovsdz21ujgr0 .text_size_small{ text-align: center; }
#p6qqx0tkovsdz21ujgr0 .o_main_btn a{ background-image: url(/files/link_text_bg03.jpg); }


/*DP・EGR*/
#sy5qdnjk53ptqndtvel7{
	background: url(/files/top_bg_4.jpg) center top no-repeat;
	height: 657px;
	padding-top: 600px;
}
#sy5qdnjk53ptqndtvel7 .easys_content_inner{ width: 1100px; }
#sy5qdnjk53ptqndtvel7 .entry_title{
	background: url(/files/top_bg_title04.png) center top no-repeat;
	height: 0;
	width: 400px;
	padding: 100px 0 0;
	display: block;
	overflow: hidden;
	margin: 0;
}
#sy5qdnjk53ptqndtvel7 .text_size_small{ width: 400px; }
#sy5qdnjk53ptqndtvel7 .text_size_small{ text-align: center; color: #fff; }
#sy5qdnjk53ptqndtvel7 .o_main_btn a{ background-image: url(/files/link_text_bg04.jpg); }

/*ブログ見出し*/
#ge1wygyzfuj4o7b2tbml .entry_title, #myqqhpaf7b1lbg0nfldc .entry_title{
	background: url(/files/top_blog_title.png) center top no-repeat;
	height: 200px;
	padding: 0;
	width: 960px;
}
#ge1wygyzfuj4o7b2tbml .entry_title span.read_more_btn, #myqqhpaf7b1lbg0nfldc .entry_title span.read_more_btn{
	float: none;
    margin: 110px auto 0;
    display: block;
    height: 50px;
    width: 200px;
}
#ge1wygyzfuj4o7b2tbml .entry_title span.read_more_btn a, #myqqhpaf7b1lbg0nfldc .entry_title span.read_more_btn a{
	width: 100%;
	height: 100%;
}
#ge1wygyzfuj4o7b2tbml .entry_title span.read_more_btn a, #ge1wygyzfuj4o7b2tbml .entry_title span.read_more_btn a:hover,
#myqqhpaf7b1lbg0nfldc .entry_title span.read_more_btn a, #myqqhpaf7b1lbg0nfldc .entry_title span.read_more_btn a:hover{
	background-image: none;
}

/*固定背景*/
#xig2u1mxrq5tt2s79r1z{
	background: url(/files/top_bg_5.jpg) center top no-repeat;
	height: 800px;
	background-attachment: fixed;
}

#sbbi621bf4rrpmwts3e0{ margin-bottom: 50px; }

/*会社概要*/
#gf6mgjetqzvnh3be8dlx{
	background: url(/files/top_bg_6.jpg) center top repeat;
	padding-top: 295px;
	margin-top: -295px;
}
#myqqhpaf7b1lbg0nfldc .entry_title{
	background-image: url(/files/top_company_title.png);
	position: relative;
	z-index: 50;
}
#myqqhpaf7b1lbg0nfldc .entry_title span.read_more_btn{ margin-top: 115px; }

/*  中ページ
---------------------------------------------------------------------------------------------------- */
/*お問い合わせバナー*/
#xxgyz8zhu4ggjoxeujxv, #yxrbvheqfrv1rsayaq80{
	background: url(/files/p5_bg_2.jpg) center 0 no-repeat;
	height: 431px;
	padding-top: 400px;
}
#xxgyz8zhu4ggjoxeujxv a, #yxrbvheqfrv1rsayaq80 a{
	display: block;
	height: 50px;
	background: url(/files/link_text_bg05.jpg) left top no-repeat;
	width: 200px;
	margin: 0 auto;
}
#xxgyz8zhu4ggjoxeujxv a:hover, #yxrbvheqfrv1rsayaq80 a:hover{ background-position: right top; }

/*採用情報ページ*/
#dlqmywys9k1kjzg3wrge{
	background: url(/files/p5_bg_1.jpg) center 0 no-repeat;
	height: 696px;
	padding-top: 220px;
	margin-bottom: 50px;
}
#dlqmywys9k1kjzg3wrge .text_size_small{
	width: 100%;
	text-align: center;
	color: #fff;
}

/*会社概要ページ*/
#ebeaqdajqmnxg880hy4i{
	background: url(/files/p6_bg_1.jpg) center 0 no-repeat;
	height: 334px;
	padding-top: 350px;
	margin-bottom: 50px;
}
#ebeaqdajqmnxg880hy4i .text_size_small{
	width: 100%;
	text-align: center;
}