@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #080809;
}
body{
  background: url("/files/info_bg.png") no-repeat left top;
}
#page_6 #wrapper{
  background:url("/files/body_bg_top_2.jpg") no-repeat center top 120px;
  background-size: 100%;
  min-width: 1200px;
}
#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}
#page_6 #wrapper #outer_block,#page_9 #outer_block,#page_12 #outer_block,#page_81 #outer_block,#page_15 #outer_block{
  padding: 0;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  padding: 0;
  position: relative;
  z-index: 500;
  background: url("/files/branding_box_bg.png") no-repeat center top 120px;
  background-size: 100%;
}
#page_6 #branding_box {
  background: url("/files/branding_box_bg_top.png") no-repeat center top 120px;
  background-size: 100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 98%;
  margin: 0 auto;
  text-align: right;
}
#site-description a {
  display: inline;
  color: #012d4e;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 500px;
  height: 120px;
  position: absolute;
  top: 13%;
  left: 10%;
}
#page_6 .main_header img, .header_class img {
  width: 500px;
  height: 120px;
  position: absolute;
  top: 75%;
  left: 54%;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 590px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  right: 10px;
}
#access .menu-header{
  width: 590px;
}
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background: url("/files/topnavi.png");
  background-color: transparent;
  height: 50px;
  line-height: 50px;
}
div#access .gnavi11 a { background-position: left top; width: 70px;}
div#access .gnavi12 a { background-position: left -70px top; width: 130px;}
div#access .gnavi13 a { background-position: left -200px top; width: 100px;}
div#access .gnavi14 a { background-position: left -300px top; width: 95px;}
div#access .gnavi15 a { background-position: left -395px top; width: 85px;}
div#access .gnavi16 a { background-position: right top; width: 110px}

div#access .gnavi11 a:hover { background-position: left bottom; width: 70px;}
div#access .gnavi12 a:hover { background-position: left -70px bottom; width: 130px;}
div#access .gnavi13 a:hover { background-position: left -200px bottom; width: 100px;}
div#access .gnavi14 a:hover { background-position: left -300px bottom; width: 95px;}
div#access .gnavi15 a:hover { background-position: left -395px bottom; width: 85px;}
div#access .gnavi16 a:hover { background-position: right bottom; width: 110px }

div#access .menu-item {position: relative;}
div#access .menu-item a:after {
  display: block;
  content: "";
  background: none #11b2ea;/*下線の色*/
  width: 0;
  height: 1px;/*下線の高さ*/
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.2s ease 0s;
}
/*Gナビ1片ごとの下線の幅*/
div#access .gnavi11 a:hover:after { width: 70px; }
div#access .gnavi12 a:hover:after { width: 130px; }
div#access .gnavi13 a:hover:after { width: 100px; }
div#access .gnavi14 a:hover:after { width: 95px; }
div#access .gnavi15 a:hover:after { width: 85px; }
div#access .gnavi16 a:hover:after { width: 110px; }


/* プルダウンメニューのサイズ */
#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;
}

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

/* TOP SLIDER使用時 */
#jquery_slider_pc {
  position: absolute !important;
  margin: 0;
  top: 120px;
}





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

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #080809;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 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") repeat-x center bottom,
  url("/files/footer_parallax_img.jpg") no-repeat center top;
  height: 825px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center bottom;
  height: 755px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 190px 0 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #080809;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #080809;
  color: #080809;
  border-right: none;
  border-left: none;
  line-height: 23px;
}
#footer-widget-area .widget-area .menu-item {
  width: 150px;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 550px;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: 670px 0 0;
  text-align: left;
  color: #080809;
}
#footer_information .post-data{
  float: right;
}


/*  フッター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;}



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


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 9999;}
#float_top_btn{z-index: 9999}
.fixed_btn div,
.fixed_btn div a {height: 130px;width: 70px;}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url("/files/top_entry_title.png");
  color: #003582;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  height: 114px;
  line-height: 114px;
  margin-bottom: 45px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #080809;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  margin-bottom: 45px;
  text-align: center;
  padding: 0;
  width: 960px;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { 
  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: #080809;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  margin-bottom: 45px;
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png);
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 20px;
  color: #080809;
  margin-bottom: 45px;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.png);
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  margin-bottom: 45px;
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #003582;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  margin-bottom: 45px;
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #080809;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  color: #11b2ea;
  margin-bottom: 45px;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #11b2ea;
}
/* 小見出しリンクボタン */
.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);
  margin-bottom: 45px;
}
.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-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 20px;
  color: #080809;
  margin-bottom: 45px;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  margin-bottom: 45px;
}
* .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 #;
  border: 1px solid #;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #;
}

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


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

small a:hover {
  background-color: #003582;
  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: #c7c8cc;
  border-right: none;
  border-left: none;
}
.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;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #ccc;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #c7c8cc !important;
  border-right: none !important;
  border-left: none !important;
  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: #003582;
  color: #003582 !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: #003582;
  border-color: #003582;
}
.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 #003582;
  border-style: solid;
  border-color: #003582;
  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 #003582;
  color: #003582;
}
div.link_list a:hover {
  background-color: #003582;
  border: 1px solid #003582;
  color: #fff;
}


.faq-title {
  background-color: #003582;
  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: #c9151e;
}
.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; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
  width: 660px;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #080809;}


/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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はこちらに記述↓↓ ============================== */

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/****************************/
#npxmg74ip7txiuoyyted{
  height: 1035px;
  background:url("/files/top_bg_1.jpg")no-repeat center top;
  color:#ffffff;
  z-index: 9999;
}
#npxmg74ip7txiuoyyted .headline_index_box{
  margin-top: 300px !important;
}
#npxmg74ip7txiuoyyted *[class*="title"]{
  color:#ffffff;
  width: 600px;
  background: none;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  height: auto;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
}
#npxmg74ip7txiuoyyted .text_box{
  width: 100%;
}
#npxmg74ip7txiuoyyted .post_data{
  text-align: center;
  line-height: 40px;
  display: block;
}
#npxmg74ip7txiuoyyted:after{
  content:url("/files/top_img_1.png");
  margin: 0 calc(50% - 610px);
  position: relative;
  top: 35px;
}
#npxmg74ip7txiuoyyted .easys_content_inner{
  width: 1200px;
  background: url("/files/top_title_1.png")no-repeat center top 145px;
}
.top_img_1{
  margin: 125px 0 0 -600px;
}
#npxmg74ip7txiuoyyted .eyecatch img{
  display:none;
}

#xei084gipyiwzv41js1w .eyecatch{
  float: left;
}
#xei084gipyiwzv41js1w .easys_content_inner{
  width: 1300px;
}
/****************************/
#dwnlwz1q2sa13dzsvnm6{
  color: #004986;
  height: 735px;
  background:url("/files/top_bg_2.jpg")no-repeat center top;
}
#dwnlwz1q2sa13dzsvnm6 .entry_post {
  background: url(/files/top_title_2.png)no-repeat right top 280px;
  width: 970px;
}

#dwnlwz1q2sa13dzsvnm6 .headline_index_box{
  margin: 415px 0 0 440px;
}
#dwnlwz1q2sa13dzsvnm6 .post_data{
  line-height: 40px;
}

#dwnlwz1q2sa13dzsvnm6 .eyecatch{
  margin: 0;
}
#dwnlwz1q2sa13dzsvnm6 *[class*="title"]{
  color:#004986;
  text-align: left;
  background: none;
  margin-bottom: 0;
  height: 90px;
}
#dwnlwz1q2sa13dzsvnm6 img{
  display: none;
}
#dwnlwz1q2sa13dzsvnm6 .text_box{
  width: 535px;
}
/****************************/
#wbxd3voi5cbaci21iw9j .easys_content_inner{
  width: 1500px;
  background: url("/files/top_img_3.png") no-repeat right top 295px;
}
#wbxd3voi5cbaci21iw9j .eyecatch img{
  display: none;
}
#wbxd3voi5cbaci21iw9j .eyecatch{
  margin: 0; 
}
#wbxd3voi5cbaci21iw9j{
  height: 1140px;
  background:url(/files/top_bg_3.jpg)no-repeat center top;
}
#wbxd3voi5cbaci21iw9j .entry_post{
  background:url(/files/top_title_3.png)no-repeat left top 420px;
  width: 1160px;
  display: block;
  margin:0 auto;
}
#wbxd3voi5cbaci21iw9j .post_data{
  line-height: 40px;
}

#wbxd3voi5cbaci21iw9j .headline_index_box{
  margin: 590px 0 0 110px;
  color:#ffffff;
}
#wbxd3voi5cbaci21iw9j *[class*="title"]{
  color:#ffffff;
  text-align: left;
  background: none;
  margin-bottom: 0; 
  height: 90px;
  width: 500px;   
}
#wbxd3voi5cbaci21iw9j .text_box{
  width:480px;
}
/****************************/

#x53k3w7totyu4jfwsa22{
  color:#004986;
  height: 1170px;
  background:url(/files/top_bg_4.jpg)no-repeat center top;
}
#x53k3w7totyu4jfwsa22 .easys_content_inner{
  background:url(/files/top_title_4.png)no-repeat right top;
}
#x53k3w7totyu4jfwsa22 .eyecatch img{
  display: none;
}
#x53k3w7totyu4jfwsa22 .eyecatch{
  margin:0;
}
#x53k3w7totyu4jfwsa22 .headline_index_box{
  margin: 200px 0 0 500px;
}
#x53k3w7totyu4jfwsa22 *[class*="title"]{
  color:#004986;
  text-align: left;
  background: none; 
  margin-bottom: 0;
  height: 90px;
}
#x53k3w7totyu4jfwsa22 .post_data{
  line-height: 40px;
}
#x53k3w7totyu4jfwsa22 .text_box{
  width: 460px;
}
/****************************/
#u5lczgqsxfkixv0rsx3u{
  position: relative;
  /*height: 0;*/
}

#mcjm4i1sgutqg0x0egdd{
  padding-top: 10px;
  margin:0;
  background: #004986;
  height: 370px;
  margin-top: -105px;
}
#u5lczgqsxfkixv0rsx3u .easys_content_inner{
  width: 960px;
}

#u5lczgqsxfkixv0rsx3u .entry_title{
  background: none;
  width: 170px;
}
#u5lczgqsxfkixv0rsx3u .entry_title h3,#mcjm4i1sgutqg0x0egdd .eyecatch,#mcjm4i1sgutqg0x0egdd .news_small_text{
  display: none;
}
#mcjm4i1sgutqg0x0egdd .date_area{
  color: #ffffff;
}
#mcjm4i1sgutqg0x0egdd .post_title_list a{
  color: #88d9f5;
}
.blog_post{
  border:none !important;
}
#mcjm4i1sgutqg0x0egdd .post_data{
  padding-left: 535px !important;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner{
  background:url(/files/top_blog_tite.png)no-repeat left top -30px;
  width: 1020px;
}

#u5lczgqsxfkixv0rsx3u .read_more_btn{
  float: left;
  position: absolute;
  top: 160px;
}
/**************事業内容ページ**************/
#kc04en8ys8wa2seoirz2{
  background: url("/files/2_bg_1.jpg")no-repeat center top;
  height: 780px;
  color:#ffffff;
}

#page_9 #content {

    background: url("/files/2_bg_2.jpg")no-repeat center top;

        background-size: auto;
    background-position-y: 2800px;
    background-size: 130%;

}


#kc04en8ys8wa2seoirz2 .eyecatch img{
  display: none;
}
#kc04en8ys8wa2seoirz2 *[class*="title"]{
  color: #ffffff;
  background: none;
  margin-bottom: 0; 
  height:auto;
  font-size: 28px;
}
#kc04en8ys8wa2seoirz2 .post_data{
  text-align: center;
  line-height: 40px;
  display: block;
}
#kc04en8ys8wa2seoirz2 .headline_index_box{
  margin-top: 170px;
}
#kc04en8ys8wa2seoirz2 .text_box{
  width: 100%;
}
#ajr0t5jnbju2ykq6ce97{
  background: url("/files/flow_bg.jpg") no-repeat center top;
  height: 1070px;
}
#ajr0t5jnbju2ykq6ce97 img{
  margin-top: 135px; 
}
#l76elkz00gbhfnfjdops{
  background: #004986;
  height: 1070px;
  margin-bottom: 70px;
}
#l76elkz00gbhfnfjdops img{
  margin-top: 135px; 
}
/**************製品紹介ページ**************/

#i71nb28p3o7wqio836vs{
  background: url("/files/3_bg_1.jpg")no-repeat center top;
  height: 710px;
  color:#fff;
  margin-bottom: 70px;
}

#page_12 #content {

    background: url("/files/3_bg_3.png")no-repeat center top,url("/files/3_bg_2.jpg")no-repeat center top;

        background-size: auto;
    background-position-y: 600px;
    background-size: 140%,130%;

}
#i71nb28p3o7wqio836vs .eyecatch img{
  display: none;
}
#i71nb28p3o7wqio836vs .eyecatch{
  margin: 0;
}
#i71nb28p3o7wqio836vs *[class*="title"]{
  color:#fff;
  background: none;
  margin-bottom: 0;
  height: auto;
  font-size: 28px;  
}
#i71nb28p3o7wqio836vs .post_data{
  text-align: center;
  line-height: 40px;
  display: block;
}
#i71nb28p3o7wqio836vs .text_box{
  width: 100%;
}
#i71nb28p3o7wqio836vs .headline_index_box{
  margin-top: 170px;
}
/**************会社概要**************/
#q8nj0isvbjrvqjwnsfx2{
  background: url("/files/5_bg_1.jpg")no-repeat center top;
  height: 975px;
  color: #ffffff;
  margin-bottom:70px;
}
#q8nj0isvbjrvqjwnsfx2 .eyecatch img{
  display: none;
}
#q8nj0isvbjrvqjwnsfx2 *[class*="title"]{
  color: #ffffff;
  width: 500px;
  text-align: left;
  padding-left: 10px;
  background: none;
  margin-bottom: 0;  
}
#q8nj0isvbjrvqjwnsfx2 .entry_post{
  width: 500px;
  float: right;
}
#q8nj0isvbjrvqjwnsfx2 .headline_index_box{
  margin-top: 160px;
}
#zdyr3tbawf4spo7q9fpz{
  background: url("/files/about_bg.jpg") no-repeat center top;
  height: 800px;
  margin-bottom: 70px;
}
#zdyr3tbawf4spo7q9fpz img{
  margin-top: 80px;
}
/**************求人情報**************/
#oytokx9qx9a20kj88eg0{
  background: url("/files/4_bg_1.jpg")no-repeat center top;
  height: 1030px;
  color: #ffffff;
}
#oytokx9qx9a20kj88eg0 .eyecatch img{
  display: none;
}
#oytokx9qx9a20kj88eg0 *[class*="title"]{
  color: #ffffff;
  text-align: left;
  background: none;
  margin-bottom: 0;
  width: 630px;
  height: auto;
  font-size: 28px;
}
#oytokx9qx9a20kj88eg0 .headline_index_box{
  margin-top: 170px;
}

#oytokx9qx9a20kj88eg0 .text_box {
  width: 100%;
}
#oytokx9qx9a20kj88eg0 .post_data {
  display: block;
}
/**************フッターパララックス**************/
#fb4mdb35stjrau3iac54,#p7n6b7v6aulkpxjs1eo5,#kewtupcvm5r9l362d6k6,#mobtcq1njgex6wm5tl6b,#ejuznyq881544pmly2ap,#klu9zy525y5whlfggxsj {
  background: url("/files/fotter_parallax_img.jpg") no-repeat center center / cover fixed;
  height: 615px; /*指定あれば*/
  color: #014a86;
}

/****************フェードイン******************/

.easys_content_inner{
  position: relative;
  top: 100px;
  opacity: 0;
-webkit-transform: rotate3d(-1, -1, 0, -20deg);
-moz-transform: rotate3d(-1, -1, 0, -20deg);
-ms-transform: rotate3d(-1, -1, 0, -20deg);
  transform-origin: center;
  transition: 1.3s ease 0s;
}
.easys_content_inner.moved{
  top: 0;
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
}
/****************ボタン******************/
#dwnlwz1q2sa13dzsvnm6 .main_btn{
  padding-top: 10px !important;
  margin-left: -30px;
}
#u5lczgqsxfkixv0rsx3u{
  z-index: 9999;  
}
#x53k3w7totyu4jfwsa22 .main_btn,#wbxd3voi5cbaci21iw9j .main_btn{
  margin-left: -30px;
}
#dwnlwz1q2sa13dzsvnm6 .main_btn a,#x53k3w7totyu4jfwsa22 .main_btn a{
  display: inline-block;
  position: relative;
  background: url(/files/top_link_btn_b.png) no-repeat 30px center transparent;
  padding: 0;
  margin: 0;
  text-indent:150%;
  white-space:nowrap;
  overflow:hidden;
}
#dwnlwz1q2sa13dzsvnm6 .main_btn a::before,#x53k3w7totyu4jfwsa22 .main_btn a::before{
  content: "";
  position: absolute;
  top: 0;
  right:17px;
  width: 60px;
  height: 46px;
  background: url("/files/top_link_btn_line_b.png") no-repeat left center transparent;
}
#wbxd3voi5cbaci21iw9j .main_btn a{
  display: inline-block;
  position: relative;
  background: url(/files/top_link_btn_w.png) no-repeat 30px center transparent;
  padding: 0;
  margin: 0;
  text-indent:150%;
  white-space:nowrap;
  overflow:hidden;
}
#wbxd3voi5cbaci21iw9j .main_btn a::before{
  content: "";
  position: absolute;
  top: 0;
  right:17px;
  width: 60px;
  height: 46px;
  background: url("/files/top_link_btn_line_w.png") no-repeat left center transparent;
}
#u5lczgqsxfkixv0rsx3u .read_more_btn a{
  display: inline-block;
  position: relative;
  background: url(/files/top_link_btn_w.png) no-repeat 30px center transparent;
  padding: 0;
  margin: 0;
  text-indent:150%;
  white-space:nowrap;
  overflow:hidden;
  width: 240px;
}
#u5lczgqsxfkixv0rsx3u .read_more_btn a::before{
  content: "";
  position: absolute;
  top: 0;
  right:17px;
  width: 60px;
  height: 46px;
  background: url("/files/top_link_btn_line_w.png") no-repeat left center transparent;
}

#dwnlwz1q2sa13dzsvnm6 .main_btn a,
#dwnlwz1q2sa13dzsvnm6 .main_btn a:hover,
#x53k3w7totyu4jfwsa22 .main_btn a,
#x53k3w7totyu4jfwsa22 .main_btn a:hover,
#wbxd3voi5cbaci21iw9j .main_btn a,
#wbxd3voi5cbaci21iw9j .main_btn a:hover,
#u5lczgqsxfkixv0rsx3u .read_more_btn a,
#u5lczgqsxfkixv0rsx3u .read_more_btn a:hover
{
  width:240px;
  height: 46px;
  line-height: 46px;
}
#dwnlwz1q2sa13dzsvnm6 .main_btn a:hover::before,
#x53k3w7totyu4jfwsa22 .main_btn a:hover::before,
#wbxd3voi5cbaci21iw9j .main_btn a:hover::before,
#u5lczgqsxfkixv0rsx3u .read_more_btn a:hover::before{
  animation: view_btnArrAnime 1.5s infinite;
}

@-webkit-keyframes view_btnArrAnime {
  0% { right:20px; opacity:0 }
  50% { opacity:1 }
  100% { right:10px; opacity:0 }
}
@keyframes view_btnArrAnime{
  0% { right:20px; opacity:0 }
  50% { opacity:1 }
  100% { right:10px; opacity:0 }
}
@-webkit-keyframes aview_btnArrAnime {
  0% { right:35px; opacity:0 }
  50% { opacity:1 }
  100% { right:25px; opacity:0 }
}
@keyframes aview_btnArrAnime{
  0% { right:35px; opacity:0 }
  50% { opacity:1 }
  100% { right:25px; opacity:0 }
}

/*  float 解除
---------------------------------------------------------------------------------------------------- */
#npxmg74ip7txiuoyyted .float_left, #npxmg74ip7txiuoyyted .float_right,
#dwnlwz1q2sa13dzsvnm6 .float_left, #dwnlwz1q2sa13dzsvnm6 .float_right,
#wbxd3voi5cbaci21iw9j .float_left, #wbxd3voi5cbaci21iw9j .float_right,
#x53k3w7totyu4jfwsa22 .float_left, #x53k3w7totyu4jfwsa22 .float_right,
#q8nj0isvbjrvqjwnsfx2 .float_left, #q8nj0isvbjrvqjwnsfx2 .float_right,
#oytokx9qx9a20kj88eg0 .float_left, #jzezlrtfgmpje0k8lkox .float_right {float: none;}

.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}


/*エコ太郎*/
#jkxc1dssd7h5xo1rf8aa .text_size_small {

    overflow: hidden;
    width: 456px;
    float: left !important;

}
