@charset "utf-8";

/*
 * PC用スタイルCSS
 */
/* ==================================================
   ■ 全体
-------------------------------------------------- */

html {
  background: none #fff;
}
body {
  background: none transparent;
  color:#333333;
}
#wrapper {
  background: url("/files/wrapper_bg.jpg") no-repeat scroll center top transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block,
#page_15 #outer_block,
#page_12 #outer_block,
#page_9 #outer_block { padding:0; }

#inner_block{
  background: none transparent;
  padding: 0 0;
}

#main {
  width: px;
  margin:0 auto;
}

#secondary { padding: 0; }
#thirdly { padding: 0 0 50px; }

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

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

#branding_box {
  background: none transparent;
  height: 755px;
  padding:0;
  position: relative;
  z-index:500;
}

#site-description {
  text-align:right;
  padding: 0 3vw;
}

#site-description a {
  display: inline;
  color: #333;
}


.main_header img {
    width: 21.3vw;
    height: 5.2vw;
    position: absolute;
    bottom: 0;
    right: calc(50% + 2vw );
}


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

#access { 
  float: none;
  width: 100%;
  height: 100px;
  background: url("/files/access_bg.jpg") repeat-x scroll center top transparent;
}

#access .menu-header, div.menu {
  width: 960px;
  margin: 0 auto;
}


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

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#access.fixed {
  background: url("/files/access_bg.jpg") repeat-x scroll center top transparent;
  filter: alpha(opacity=70); /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
}

/* ==================================================
   ■ メインイメージ
-------------------------------------------------- */

#main_teaser, #jquery_slider_pc {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#main_teaser { top: 0; }
#jquery_slider_pc { top: 0; }

/* ==================================================
   ■ サイド
-------------------------------------------------- */

.widget-title, .widget-title2 a {
  background-image: url('/files/widget_title_bg.png');
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

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

/*  ブログ
----------------------------------------------------- */

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
  /*background: none repeat scroll 0 0 #EDEDED;*/
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #333333;
  line-height: 2;
  padding: 5px;

  /*
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid #fff;
  */
}

#wp-calendar tbody td a { 
  text-decoration: underline;
}
#wp-calendar tbody td a:hover { 
  text-decoration: none; 
}

#today {
  background: none #c5f9ff !important;
}

#nav-below div {
}
#nav-below .nav-next { padding: 0 0 0 10px; }

/* ==================================================
   ■ フッター
-------------------------------------------------- */

#footer_block {
  background: url("/files/footer_bg.png") repeat-x scroll center bottom transparent;
}

#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat scroll center top transparent;
  height: 615px;
  width: 100%;
}

#footer_sitemap_block {
  padding: 100px 0 0;
  width: 1020px;
  margin:0 auto;
}

#footer-widget-area {
}

#footer-widget-area .widget-area ul.menu {
  border-color: #333;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #333;
  color: #333;
}

.footer_infomation {
  display: block;
  width: 1000px;
  margin:0 auto;
}

#footer_information .entry-post {
  color:#333;
  width: 100%;
  margin: 170px 0 0;
  text-align: center;
}

#copyright {
  color: #fff;
  height: 40px;
  line-height: 40px;
}

/* うにょ */
#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 9999;
}

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

/* ==================================================
   ■ コンテンツ内
-------------------------------------------------- */

/*  見出し
----------------------------------------------------- */
.headline_title {
  background-image: url('/files/top_entry_title.png');
  color: #fff;
}

h3.entry_title, .entry_title, .entry-title { 
  /* カラー、サイズ、背景、余白 */
  background-image: url('/files/entry_title_bg.png');
  padding: 0 0 0 65px;
  width: 895px;
  color: #fff;
}
.entry_title h3 { width: 770px; }
h3.entry_title, .entry_title, .entry_title h3, .entry-title { 
  font-size: 23px;
}
.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: #fff;
}
.entry_title span.read_more_btn,
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  /* 
  background-image: url('/files/read_more_btn.jpg');
  height: 50px;
  line-height: 50px;
  */
}

/* 小見出し */
.sub_entry_title {
  background-image: url('/files/sub_entry_title_bg.png');
  padding: 0 0 0 40px;
  width: 920px;
  color: #333;
  font-size: 23px;
}
.sub_entry_title a:link, .sub_entry_title a:visited,
.sub_entry_title a:hover, .sub_entry_title a:active {
  color: #333;
}
.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.jpg');
  height: 50px;
  line-height: 50px;
  */
}

/* 3列表示見出し */
.inline_title {
  background: url("/files/column3_title_bg-17.png") no-repeat 0 0 transparent;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inline_title a { color:#fff; }

/* 固定幅じゃないインラインタイトル用 */
.coupon_data h5.inline_title,
.c_04 h5.inline_title,
.i_01 .inline_title,
.j_01 h5.inline_title {
  background: none #fff;
  border: 1px solid #4fd0ef;
  border-radius: 0;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  color:#333;
}

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

/* 半分ブロック見出し */
.half_entry_title {
  background-image: url('/files/half_entry_title_bg.jpg');
  color:#000;
}

.short_sub_entry_title {
    background: url(/files/sub_entry_title_bg_w456.png) no-repeat 0 0 transparent;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 0;
    width: 456px;
}

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  width: 635px;
}

/* ==================================================
   ■ その他装飾
-------------------------------------------------- */
/* 大きな地図で見る */
small {
  border: none;
  width: 98%;
}

small a {
  border: 4px double #333;
  color: #333 !important;
  text-align: center !important;
}
small a:hover {
  border: 4px double #5edff3;
  color: #5edff3 !important;
}

/* テーブル */
.iqfm-table th,
.table_area td.td_name {
  background-color: #5edff3 !important;
  border: 1px solid #555555 !important;
  color: #fff !important;
}

.iqfm-table td,
.table_area td.td_value {
  border: 1px solid #555555 !important;
  background-color: #ffffff !important;
  color: #555555 !important;
}

.iqfm-req_color { /* メールフォーム必須色 */
  color:#fffc00;
}

/*  ページ遷移
----------------------------------------------------- */
.tablenav { padding: 1em 0; }

/* ページ上部へ */
.page_up a {
  background: none transparent;
  border: 4px double #333;
  color: #333;
  }

.page_up a:hover, 
.page_up a:active {
  background: none transparent;
  border: 4px double #5edff3;
  color: #333;
} 


/* 詳細を見る/一覧に戻る */
.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
  background: none transparent;
  border: 4px double #333;
  color: #333;
}
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active {
  background: none transparent;
  border: 4px double #5edff3;
  color: #333;
}

/* ページ送り */
a.page-numbers, .tablenav .current {
  background: none transparent;
  border: 1px solid #666;
  color: #fff;
}

.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  background: none transparent;
  border: 1px solid #fff;
  color: #fff;
}

.tablenav .current, a.page-numbers:hover,
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background: none #666;
  border: 1px solid #666;
  color: #fff;
}


/*  ボーダー
----------------------------------------------------- */

.td_cell,
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.z_d1 .blog_post,
.list_block .list_box {
  border-color: #333333;
}


/* ==================================================
   ■ 各ブロック個別調整
-------------------------------------------------- */
/* 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; }


/* Z-D ブログRSS */
.z_d1 { margin: 0 0 20px; }


/* 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; }

/* メール投稿ブロックの画像とコメントの間余白挿入 */
.cu_mail_block .img_size_thumb {
  padding-left: 10px;
}

/* 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; }


/* ==================================================
   ■ 各ページ個別調整
-------------------------------------------------- */

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

/* Oボタン */
.o_main_btn a, .o_btn a {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    border-radius: 0;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
}

.o_main_btn a { background: none #1c5a96; }
.o_btn a { background: none #4dcbf5; }



/*  事業内容
----------------------------------------------------- */
#x8tdjn2kr4e4yu1xzxsu {
    background: url(/files/business_bg_01.jpg) no-repeat center top transparent;
    height: 2050px;
    overflow: hidden;
    margin: 0;
    margin-bottom: -80px;
    padding: 80px 0 0;
}
#x8tdjn2kr4e4yu1xzxsu .img_box { text-align: center; }
#x8tdjn2kr4e4yu1xzxsu .img_box img { border: 7px solid #fff; width: calc(100% - 14px ); }
#x8tdjn2kr4e4yu1xzxsu .post_data {
    font-size: 20px;
    letter-spacing: 0.05em;
}
#x8tdjn2kr4e4yu1xzxsu .post_data p {
    margin-bottom: 35px;
}
#x8tdjn2kr4e4yu1xzxsu .entry_post {
    margin: 0;
    overflow: hidden;
}
#x8tdjn2kr4e4yu1xzxsu .entry_post:nth-of-type(1) {
    height: 700px;
}
#x8tdjn2kr4e4yu1xzxsu .entry_post:nth-of-type(2) {
    height: 642px;
    padding: 40px 0;
}
#x8tdjn2kr4e4yu1xzxsu .entry_post:nth-of-type(3) {
    height: 580px;
    padding: 170px 0 0;
}
#x8tdjn2kr4e4yu1xzxsu .entry_post:nth-of-type(3) .entry_title {
    display:none;
}

/*  会社概要
----------------------------------------------------- */
/* 理念 */
div#lbme2lswsdj2vxnsl0ab {
    background: url(/files/company_bg_01.jpg) no-repeat center top transparent;
    height: 900px;
    margin: 0;
    overflow: hidden;
}
div#lbme2lswsdj2vxnsl0ab .easys_content_inner {
    display: none;
}
/* あいさつ */
div#x2i4wj31p3traca52emo {
    background: url(/files/company_bg_02.jpg) no-repeat center top transparent;
    height: 800px;
    overflow: hidden;
    margin: 0 0 100px;
}
#x2i4wj31p3traca52emo .entry_title {
    display: none;
}
div#x2i4wj31p3traca52emo .post_data.text_size_full {
    width: 505px;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin: 230px 0 0;
}
div#x2i4wj31p3traca52emo .post_data.text_size_full p {
    margin-bottom: 15px;
}


/*  採用情報
----------------------------------------------------- */

#wnfv5hiv5d90ndm78f2g {
    background: url(/files/recruit_bg_01.jpg) no-repeat center top transparent;
    height: 500px;
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 80px 0 0;
}
#wnfv5hiv5d90ndm78f2g .img_box { text-align: center; }
#wnfv5hiv5d90ndm78f2g .img_box img { border: 7px solid #fff; width: calc(100% - 14px ); }
#wnfv5hiv5d90ndm78f2g .post_data {
    font-size: 20px;
    letter-spacing: 0.05em;
}
#wnfv5hiv5d90ndm78f2g .post_data p {
    margin-bottom: 35px;
}
#wnfv5hiv5d90ndm78f2g .entry_post {
    margin: 0;
    overflow: hidden;
    height: 820px;
}

/* バナー：お問い合わせ */
#cynwo3fassudom8qlybr .banner_box a img { display: none; }
#cynwo3fassudom8qlybr .banner_box a {
    background: url(/files/form_banner.png) no-repeat center top transparent;
    display: block;
    width: 960px;
    height: 360px;
    overflow: hidden;
}
#cynwo3fassudom8qlybr .banner_box a:hover {
    background-position:center bottom;
}

/*  TOP
----------------------------------------------------- */
/* あなたのやる気を待っています */
div#m5g7rxtbdhyf0suc6r77 {
    background: url(/files/top_bg_01.jpg) no-repeat center top transparent;
    height: 2209px;
    overflow: hidden;
    margin: 0 0 20px;
}
div#m5g7rxtbdhyf0suc6r77 .entry_title,
div#m5g7rxtbdhyf0suc6r77 .short_sub_entry_title {
    display: none;
}
#m5g7rxtbdhyf0suc6r77 .text_box {
    width: 510px;
    margin: 200px 0 0;
    height: 530px;
}
#m5g7rxtbdhyf0suc6r77 .text_box .post_data {
    font-size: 22px;
    max-height: 430px;
    overflow: hidden;
}

#m5g7rxtbdhyf0suc6r77 .sub_post {
    margin: 280px 0 0;
    height: 600px;
}
#m5g7rxtbdhyf0suc6r77 .sub_post .sub_post_texts {
    margin: 40px 0 0;
    width: 500px;
}
#m5g7rxtbdhyf0suc6r77 .sub_post .sub_post_texts .post_data {
    font-size: 18px;
    overflow: hidden;
    max-height: 540px;
}

#m5g7rxtbdhyf0suc6r77 .sub_post img {
    border-radius: 50%;
    height: 400px;
    width: 400px;
    object-fit: cover;
}
/* 作業風景ギャラリー */

#wtsggw5aycnyhxunoejw{
        padding: 15px 0;
}

#qq5mjuyrqazxe4xz4m6c{
      padding: 30px 0;
}

/* 株式会社光計機からのお知らせ */
#u7e104ogt5cd2rg849cx{
        padding: 15px 0;
}

/* 背景表示 */
div#ik5dsq37t3k12gxtuqap {
    background: url(/files/top_bg_03.jpg) no-repeat center top transparent;
    height: 400px;
    overflow: hidden;
    margin: 0 0 20px;
}