@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
}
body {
  background: url(/files/body_bg.jpg) left top no-repeat;
  color: #282728;

}
body#page_6{
  background: none transparent;
  max-width: 2000px;
  margin: 0 auto;
}
#wrapper { background: none transparent; }
#outer_block { background: none transparent; }

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

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #225390;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 749px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: url(/files/branding_box_bg.png) left top no-repeat;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  /*width: 95%;*/
  margin: 0 auto;
  position: absolute;
  left: 43px;
  z-index: 700;
}
#site-description a {
  display: inline;
  color: #000000;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 310px;
  height: 135px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  z-index: 590;
}
#access.fixed {
  background: url(/files/scroll_logo.png) left top no-repeat, url(/files/access_bg.png) left top repeat-x;
  position: fixed;
  top: 0;
  left: 0;
}
#access .menu-header {
  width: 810px;
  margin: 0 0 0 auto;
}

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

div#access .menu-item a , #access ul.menu ul.sub-menu {
  margin:0;
  padding: 0;
}
div#access .gnavi11 a { background-position: left top; width: 90px; }
div#access .gnavi12 a { background-position: -90px top; width: 130px; }
div#access .gnavi13 a { background-position: -220px top; width: 110px; }
div#access .gnavi14 a { background-position: -330px top; width: 100px; }
div#access .gnavi15 a { background-position: -430px top; width: 120px; }
div#access .gnavi16 a { background-position: -550px top; width: 130px; }
div#access .gnavi17 a { background-position: right top; width: 130px; }

div#access .gnavi11 a:hover { background-position: left bottom; width: 90px; }
div#access .gnavi12 a:hover { background-position: -90px bottom; width: 130px; }
div#access .gnavi13 a:hover { background-position: -220px bottom; width: 110px; }
div#access .gnavi14 a:hover { background-position: -330px bottom; width: 100px; }
div#access .gnavi15 a:hover { background-position: -430px bottom; width: 120px; }
div#access .gnavi16 a:hover { background-position: -550px bottom; width: 130px; }
div#access .gnavi17 a:hover { background-position: right bottom; width: 130px; }

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

/* プルダウンメニューの色　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(0,76,130, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  min-height: auto;
  color: #fff;
}
div#access ul.sub-menu #menu-item-313 a { line-height: 55px; }
#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: #fff;
}
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(0,76,130, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #fff;
}
#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: #fff;
}

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


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #jquery_slider_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc {
  margin: 0;
  top: 0;
}





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

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

#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: #666666;
  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) left top repeat-x;
  height: 360px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 320px;
  position: relative;
}
#footer_box, #footer_sitemap_block, #footer-widget-area, .footer_infomation{
  width: 1100px;
  margin: 0 auto;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  /*padding: 15px 0 0;*/
  position: absolute;
  bottom: 5px;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #282728;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #282728;
  color: #282728;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 1020px;
  margin: 0 auto;
  color: #282728;
}
#footer_information .entry-post {
  width: 100%;
  margin: 160px 0 0;
  text-align: center;
}



/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}

.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: #fff;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 1000;}

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 55px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}



/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title,
h3.entry_title, .entry_title, .entry-title,
* .sub_entry_title,
* .half_entry_title, * .short_entry_title,
* .half_sub_entry_title, .short_sub_entry_title,
* .mid_entry_title, * .mid_sub_entry_title,
.inline_title {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
  sans-serif;
}

.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #004186;
  height: 150px;
  line-height: 200px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #282728;
  text-align: center;
  padding: 0;
  width: 960px;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
.entry_title h3 { width: 960px; }
.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: #282728;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
.entry_title span.read_more_btn { margin-left: -120px; }
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png);
  font-size: 20px;
  color: #0a2846;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #0a2846;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #0065b2;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #225390;
  padding: 0;
  width: 960px;
  text-align: center;
}
.sub_entry_title h4 { width: 940px; }
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #225390;
}
/* 小見出しリンクボタン */
.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);
}
.sub_entry_title span.read_more_btn { margin-left: -120px; }
.sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}
* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
  color: #0065b2;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
}
* .inline_title,
* .inline_title a {color: #ffffff;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none #f0f2f2;
  border: 1px solid transparent;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #333333;
}

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


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

small a:hover {
  background-color: #225390;
  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: none;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none #f0f2f2;
  color: #333333;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none #f0f2f2;
  color: #333333;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #666666;
  vertical-align: top;
}

.table_area table tr td {
  border: none !important;
  background: none #f0f2f2 !important;
}

.table_area table,.iqfm-table { border-collapse: separate; border-spacing : 0 10px;}


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #225390;
  color: #225390 !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: #225390;
  border-color: #225390;
}
.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 #225390;
  border-style: solid;
  border-color: #225390;
  color: #fff !important;
}



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


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


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #225390;
  color: #225390;
}
div.link_list a:hover {
  background-color: #225390;
  border: 1px solid #225390;
  color: #fff;
}


.faq-title {
  background-color: #225390;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #008cd6;
}
.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: transparent;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #f0f2f2;
  width: 8em;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: #f0f2f2;
  color: #333333;
}
.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; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  background-position: left bottom;
  height: auto;
  padding: 15px 0;
  width: 700px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #282728;}


/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}


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


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.easys_content_inner {
  position: relative;
  top: 100px;
  height: 100%;
  opacity: 0;
  transform: rotate3d(-1, -1, 0, -10deg);
  transform-origin: center;
  transition: 1.3s ease 0s;
}
.easys_content_inner.moved {
  top: 0;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0);
}


/*  トップページ
---------------------------------------------------------------------------------------------------- */
#s6sl5tpkmhmokwj4rcnx { margin-bottom: 30px; }

/*マイクロスコープバナー*/
#cc7so8fpg1bwgc6tmzve img { display: none; }
#cc7so8fpg1bwgc6tmzve .easys_content_inner { width: 100%; display: block; padding-bottom: 0; }
#cc7so8fpg1bwgc6tmzve .img_display { position: relative; height: 715px; }
#cc7so8fpg1bwgc6tmzve .margin-bottom_30 { margin-bottom: 0; }
#cc7so8fpg1bwgc6tmzve .field_2col { width: 50% !important; }
#cc7so8fpg1bwgc6tmzve .field_2col .eyecatch, #cc7so8fpg1bwgc6tmzve .field_2col .img_box { width: 100%; }

#cc7so8fpg1bwgc6tmzve .float_left .eyecatch, #cc7so8fpg1bwgc6tmzve .float_right .eyecatch {
  position: relative;
  height: 715px;
  margin: 0 auto;
}
#cc7so8fpg1bwgc6tmzve .float_left a {
  /* overflow: hidden; */
  display: block;
  width: 1300px;
  height: 0;
  padding-top: 715px;
  background: url(/files/micro_scope_bnr.jpg) right top no-repeat;
  transition: width 1s 0s ease;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
}
#cc7so8fpg1bwgc6tmzve .float_left a:hover {
  width: 1300px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}
#cc7so8fpg1bwgc6tmzve .float_left.field_2col {
  transition: all .7s 0s ease;
  position: absolute;
  height: 715px;
  top: 0;
  left: 0;
}
#cc7so8fpg1bwgc6tmzve .float_left.field_2col.hover {
  width: 1300px !important;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}


#cc7so8fpg1bwgc6tmzve .float_right a {
  /*overflow: hidden;*/
  display: block;
  width: 1300px;
  height: 0;
  padding-top: 715px;
  background: url(/files/medical_scope_bnr.jpg) left top no-repeat;
  transition: all 0s 0s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
#cc7so8fpg1bwgc6tmzve .float_right a:hover {
  width: 1300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

#cc7so8fpg1bwgc6tmzve .float_right.field_2col {
  transition: all .7s 0s ease;
  position: absolute;
  height: 715px;
  top: 0;
  right: 0;
}
#cc7so8fpg1bwgc6tmzve .float_right.field_2col.hover {
  width: 1300px !important;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
}


/*  スコープページ　小記事調整
---------------------------------------------------------------------------------------------------- */
#unecmy8hfsmhvgoykrwm .sub_post {
  width: 85%;
  margin: 30px 8% 0;
}
#unecmy8hfsmhvgoykrwm .text_size_large { width: 600px; }
#unecmy8hfsmhvgoykrwm .img_size_small {
  width: 120px;
  margin: 3% 3% 0;
}
#unecmy8hfsmhvgoykrwm .margin-bottom_10 { margin-bottom: 0; }




/*  バナー背景
---------------------------------------------------------------------------------------------------- */
/*製品一覧*/
#pzvf3wezkie74aotriul, #r77dex8yvl3tmpgowitf {
  background: url(/files/products_bnr_bg.jpg) center top no-repeat;
  margin-bottom: 70px;
}

/*お問い合わせ*/
#n7d7xqw2kqh53jzdw80l, #azdzdgro19cvk2v5nis5,
#yy8r5bzj1t1fm6atqmnq, #yhf84vn4vpp2vq636c6c,
#t4i8jtstt2yq8n4r24xw {
  background: url(/files/contact_banner_parallax.jpg) no-repeat center center fixed transparent;
  background-size: cover;
  height: 500px;
  margin: 0 0 70px;
  width: 100%;
}


/*  記事背景
---------------------------------------------------------------------------------------------------- */
/*block_bg_01*/
#otddzr73d391z4sg5mb1, /*#idt7t4h6pyw6jz2q5qph,*/
#unecmy8hfsmhvgoykrwm, #u474gfgi8q8zdwqag6t6,
#ygz8640lpwmbpn64tw3d, #nv4etteu5ho3jybrolhi,
#wqi6i8vwjd2iew62h7mb, #hlerfnwgexgq6huddp0z {
  background: url(/files/block_bg_01.jpg) left top repeat;
  width: 100%;
}
#nv4etteu5ho3jybrolhi, #wqi6i8vwjd2iew62h7mb { padding-bottom: 50px; }
#unecmy8hfsmhvgoykrwm,
#l9tcfi5ss06csm0qdpxo, #nv4etteu5ho3jybrolhi { margin-bottom: 70px; }
#otddzr73d391z4sg5mb1 .easys_content_inner, /*#idt7t4h6pyw6jz2q5qph .easys_content_inner,*/
#unecmy8hfsmhvgoykrwm .easys_content_inner, #u474gfgi8q8zdwqag6t6 .easys_content_inner,
#ygz8640lpwmbpn64tw3d .easys_content_inner, #nv4etteu5ho3jybrolhi .easys_content_inner,
#wqi6i8vwjd2iew62h7mb .easys_content_inner, #hlerfnwgexgq6huddp0z .easys_content_inner {
  padding: 50px 0 0;
}

/*block_bg_02*/
/*#m74qg7xdckfhescjd431,*/ #l9tcfi5ss06csm0qdpxo,
#fedz9cnp3hixe69q9svk {
  background: url(/files/block_bg_02.jpg) left top repeat;
  width: 100%;
}
/*#m74qg7xdckfhescjd431 .easys_content_inner,*/#l9tcfi5ss06csm0qdpxo .easys_content_inner,
#fedz9cnp3hixe69q9svk .easys_content_inner {
  padding: 50px 0 0;
}


/*記事上部マージン*/
#idt7t4h6pyw6jz2q5qph, #m74qg7xdckfhescjd431, #zgi4hdxa8l1b3kwoup7w {
  padding-top: 100px;
  margin-top: -100px;
}
#gedrqm0bduh7outy9gag { margin-bottom: 50px; }

/*  電力ページアニメーション
---------------------------------------------------------------------------------------------------- */

#bnr_08_b,
#bnr_08 {
  width: 960px;
  height: 660px;
  position: relative;
}

#bnr_08_b img.data_top,
#bnr_08 img.data_top,
#bnr_08_b img.data_bar,
#bnr_08 img.data_bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#bnr_08_b img.data_bar,
#bnr_08 img.data_bar { z-index: 10; }
#bnr_08_b .number,
#bnr_08 .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
#bnr_08_b .number p,
#bnr_08 .number p {
  font-size: 28px;
  font-weight: bold;
  font-weight: 700;
  position: relative;
}
#bnr_08_b .number p:after,
#bnr_08 .number p:after {
  content: '％';
  display: inline-block;
  width: 20px;
  height: 28px;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: -23px;
  line-height: 38px;
}
#bnr_08_b .number div.box,
#bnr_08 .number div.box {position: absolute;}
#bnr_08_b .number .number01_box {top: 222px;left: 255px;}/*26%*/
#bnr_08_b .number .number02_box {top: 347px;left: 400px;}/*40%*/
#bnr_08_b .number .number03_box {top: 483px;left: 515px;}/*62%*/
#bnr_08_b .number .number04_box {top: 212px;left: 516px;}/*74%*/
#bnr_08_b .number .number05_box {top: 347px;left: 634px;}/*60%*/
#bnr_08_b .number .number06_box {top: 483px;left: 692px;}/*38%*/
#bnr_08 .number .number11_box {top: 176px;left: 256px;}/*26%*/
#bnr_08 .number .number12_box {top: 280px;left: 399px;}/*40%*/
#bnr_08 .number .number13_box {top: 393px;left: 515px;}/*62%*/
#bnr_08 .number .number14_box {top: 508px;left: 509px;}/*100%*/
#bnr_08 .number .number15_box {top: 165px;left: 516px;}/*74%*/
#bnr_08 .number .number16_box {top: 280px;left: 635px;}/*60%*/
#bnr_08 .number .number17_box {top: 393px;left: 693px;}/*38%*/

#bnr_08_b .number .number01_box,
#bnr_08_b .number .number02_box,
#bnr_08_b .number .number03_box,
#bnr_08 .number .number11_box,
#bnr_08 .number .number12_box,
#bnr_08 .number .number13_box,
#bnr_08 .number .number14_box { color: #ffffff; }

.bar_img01 {
  margin: 175px 0 0 186px;
}
.bar_img02, .bar_img03 {
  margin: 40px 0 0 186px;
}

.bar_img11 {
  margin: 130px 0 0 186px;
}
.bar_img12, .bar_img13, .bar_img14 {
  margin: 20px 0 0 186px;
}

.img-animation {
  animation: img-opacity 6s ease;
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 6s ease forwards;
  background: none #fff !important;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

.img-animation02 {
  animation: img-opacity02 6s ease;
  overflow: hidden;
  position: relative;
}

.img-animation02:before {
  animation: img-animation02 6s ease forwards;
  background: url(/files/block_bg_01.jpg) left top repeat;
  /*background: #fff;*/
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity02 {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation02 {
  100% {
    transform: translateX(100%);
  }
}

