@charset "UTF-8";
/* pattern-separate */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * トップページはPC・スマホでデザインが分かれる場合は、このtop.scssを使用する。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*++++++++++++++++++++++++++++++++++
 * wysiwyg専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .wysiwyg {
    overflow-x: auto;
  }
}

/*==================================
見出し
==================================*/
/* h2 */
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 5px 0px;
  background: #cccccc;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 8px 15px 6px 15px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

h2.head-title a:link {
  color: #fff;
}

h2.head-title a:visited {
  color: #efffff;
}

h2.head-title a:hover {
  color: #efffff;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3 {
  margin-top: 20px;
  background: #ccc;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 5px solid #333;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

/* h4 */
h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  background: #ccc;
  font-size: 110%;
  padding: 10px 15px 13px;
}

/* h5 */
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 2px solid #ccc;
}

/* h6 */
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
}

/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓
==================================*/
/**
 * wysiwyg contents
 */
.wysiwyg ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style: disc;
  overflow: hidden;
  margin-left: 30px;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #eeeeee;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

/*cke_panel_listをいれなければリストにもスタイルが効かない*/
.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*++++++++++++++++++++++++++++++++++
 * common.css
 * @version 0.0.1 
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
body {
  font: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

/* 作業者向けコメント */
.des-attention-area {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #85c8b6;
  text-align: center;
}

.scheme2 {
  border: 1px solid #85c8b6;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #85c8b6;
  text-align: center;
}

.scheme5 {
  border: 1px solid #c896bd;
  text-align: center;
}

.scheme6 {
  background-color: #c896bd;
  text-align: center;
}

.scheme7 {
  background-color: #73b2a1;
  text-align: center;
}

.scheme8 {
  background-color: #85c8b6;
  text-align: center;
}

.scheme9 {
  background-color: #eaf6f3;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

body * {
  box-sizing: border-box;
}

/*google検索v1のカスタマイズ*/
.gsc-search-box {
  /*初期化*/
  margin: 0 !important;
  width: 100%;
}

.gsc-search-box td {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsst_b {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsc-input-box {
  /*検索枠*/
  height: 35px !important;
  border-radius: 3px 0px 0px 3px !important;
  -moz-border-radius: 3px 0px 0px 3px !important;
  -webkit-border-radius: 3px 0px 0px 3px !important;
  padding-left: 10px;
  padding-top: 5px;
  border: 1px solid #e1e1e1 !important;
  border-right: none;
  background-color: #fff;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  height: 16px !important;
}

.gsc-search-box .gsc-input-box input[type=text] {
  /*検索枠の画像部分*/
  width: 151px !important;
}

.gsc-search-button {
  /*検索ボタン*/
  border-radius: 0px 3px 3px 0px !important;
  -moz-border-radius: 0px 3px 3px 0px !important;
  -webkit-border-radius: 0px 3px 3px 0px !important;
  background-color: #ed7b01 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ed7b01',EndColorStr='#ed7b01') !important;
  text-align: center;
}

.gsc-search-button input[type=image],
.gsc-search-button button {
  /*検索ボタン　画像部分*/
  margin: 0px !important;
  background-image: none !important;
  border: none !important;
  padding-top: 8px !important;
  box-sizing: content-box !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  padding: 6px 22px !important;
}

@media screen and (max-width: 768px) {
  .gsc-search-box .gsc-input-box {
    height: 65px !important;
  }
  .gsc-search-box .gsc-input-box input[type=text] {
    /*検索枠の画像部分*/
    line-height: 1.5em;
    font-size: 28px;
    width: 100% !important;
  }
  .gsc-search-button {
    padding: 0 50px !important;
  }
  .gsc-search-button input[type=image],
  .gsc-search-button button {
    width: 20px !important;
    height: auto !important;
    padding: 6px 40px !important;
    border: none !important;
  }
}

/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
wrapper 
==================================*/
#wrapper {
  border-top: 10px solid #ff9e36;
  box-sizing: border-box;
}

#wrapper * {
  box-sizing: border-box;
}

/*==================================
レイアウト
==================================*/
@media print, screen and (min-width: 769px) {
  #wrapper-in2 {
    position: relative;
    width: 100%;
  }
  #header-print, .video-area {
    height: calc(100vh - 20px);
    min-height: 720px;
  }
  #header-print {
    width: 350px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-bottom: 10px solid #ff9e36;
    min-height: 800px;
    height: calc(100vh - 10px);
  }
  #container {
    padding-left: 350px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #container:after {
    content: '';
    clear: both;
  }
  #container #container-in {
    border-bottom: 10px solid #ff9e36;
  }
  #container #container-in #main {
    min-height: 790px;
  }
  #container #container-in .video-area {
    position: relative;
    overflow: hidden;
  }
  #container #container-in .video-area video {
    width: 100%;
    right: 0;
    bottom: 0;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .video-area video {
    width: 100%;
  }
}

/*==================================
header（PC）
==================================*/
@media print {
  body {
    height: 100%;
  }
}

#header-print {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  #header-print:before, #header-print:after {
    display: block;
    height: 29px;
    position: absolute;
    width: 100%;
    content: '';
  }
  #header-print:before {
    background: transparent url("../img_top/header_area_bg_top.png") left top no-repeat;
    top: 0;
  }
  #header-print:after {
    bottom: 0;
    background: transparent url("../img_top/header_area_bg_bottom.png") right top no-repeat;
  }
  #header {
    /* #header-nav */
    /* end-#header-nav */
  }
  #header .header-inner {
    padding: 0 15px;
  }
  #header #header-logo {
    margin-top: 54px;
    text-align: center;
  }
  #header #header-nav {
    margin-top: 30px;
  }
  #header #header-nav .in {
    margin: 0 auto;
  }
  #header #header-nav .list > li {
    width: 320px;
    height: 50px;
    margin-left: 2px;
    background: #333;
    background: url(../img_top/menu_bg.png) no-repeat left top;
    padding-left: 24px;
    margin-bottom: 15px;
  }
  #header #header-nav .list > li.nav1 {
    background: url(../img_top/menu_bg_dark.png) no-repeat left top;
  }
  #header #header-nav .list > li.nav1 a {
    color: #fff;
    font-size: 120%;
  }
  #header #header-nav .list > li a {
    display: block;
    padding: 15px 34px 0 0;
    color: #333;
    text-decoration: none;
    font-weight: bold;
  }
  #header #header-nav .list > li a:hover {
    text-decoration: underline;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #header-print:before {
    display: block;
    height: 29px;
    position: absolute;
    width: 100%;
    content: '';
  }
  #header-print:before {
    background: transparent url("../img_top/header_area_bg_top.png") left top no-repeat;
    top: 0;
  }
  #main:after {
    display: block;
    height: 29px;
    position: absolute;
    width: 100%;
    content: '';
    bottom: 0;
    background: transparent url("../img_top/header_area_bg_bottom.png") right top no-repeat;
  }
  #header #header-logo {
    padding-top: 0.8em;
    text-align: center;
  }
  #header #header-nav {
    margin-top: 30px;
    padding: 0 20px;
  }
  #header #header-nav .in {
    margin: 0 auto;
  }
  #header #header-nav .list > li {
    width: 100%;
    height: 70px;
    background: #D5ECD7 url(../img_top/menu_bg.png) no-repeat 98% 50%;
    padding-left: 24px;
    margin-bottom: 20px;
    border-radius: 40px;
  }
  #header #header-nav .list > li.nav1 {
    background: #2B8633 url(../img_top/menu_bg_dark.png) no-repeat 98% 50%;
  }
  #header #header-nav .list > li.nav1 a {
    padding-top: 14px;
    color: #fff;
    font-size: 120%;
  }
  #header #header-nav .list > li a {
    display: block;
    padding: 18px 34px 0 20px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
  }
  #header #header-nav .list > li a:hover {
    text-decoration: underline;
  }
}

/*==================================
検索エリア
==================================*/
#search-area {
  position: relative;
}

#search-area .in {
  background: #ffeedb;
}

#search-area:before, #search-area:after {
  display: block;
  height: 18px;
  width: 100%;
  content: "";
  position: absolute;
}

#search-area:before {
  background: transparent url("../img_top/search_area_bg_top.png") left top repeat-x;
  top: -18px;
}

#search-area:after {
  background: transparent url("../img_top/search_area_bg_bottom.png") left top repeat-x;
  bottom: -18px;
}

#search-area .keywords {
  margin-top: 20px;
}

#search-area .keywords li {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
  margin-right: 5px;
  border-radius: 10px;
}

#search-area .keywords li a {
  color: #333;
  display: block;
  padding: 5px 17px;
}

@media print, screen and (min-width: 769px) {
  #search-area {
    width: 320px;
    margin: 38px auto 0;
  }
  #search-area .in {
    padding: 9px 20px 3px;
  }
  #search-area .title-keyword {
    margin-top: 20px;
  }
  #search-area .keywords {
    margin-top: 20px;
  }
  #search-area .keywords li {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 10px;
  }
  #search-area .keywords li a {
    color: #333;
    display: block;
    padding: 7px 17px;
  }
}

@media screen and (max-width: 768px) {
  #search-area {
    width: 100%;
    margin: 1.5em auto 2em;
  }
  #search-area .in {
    padding: 10px 40px;
  }
  #search-area .title-keyword {
    margin-top: 20px;
  }
  #search-area .title-keyword .bg {
    background: url("../img_top/title_keyword_sp.png") left top no-repeat;
    height: 78px;
    padding-top: 10px;
  }
  #search-area .title-keyword .bg span {
    padding-left: 85px;
    font-weight: bold;
  }
}

/*==================================
コンテンツ
==================================*/
.cmsContentsWindow .kokoku-edit-area .variableItems {
  float: left;
  width: 210px;
  margin-left: 20px;
}

.cmsContentsWindow .kokoku-edit-area .variableItems:first-of-type {
  margin-left: 0;
}

#main {
  position: relative;
}

/*==================================
　お知らせエリア
==================================*/
.oshirase-block {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
}

.jalert-area,
.kinkyu-area,
.oshirase-area {
  display: table;
  border-collapse: separate;
  width: 90%;
  margin: 0 auto .5em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.jalert-area .title,
.kinkyu-area .title,
.oshirase-area .title {
  display: table-cell;
  width: 180px;
  text-align: center;
  padding: 2px 0;
  vertical-align: middle;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.jalert-area .in,
.kinkyu-area .in,
.oshirase-area .in {
  display: table-cell;
}

.jalert-area .in .list,
.kinkyu-area .in .list,
.oshirase-area .in .list {
  margin-left: .8em;
  margin-right: .8em;
  padding-top: .3em;
  padding-bottom: .3em;
}

.jalert-area .in .list li,
.kinkyu-area .in .list li,
.oshirase-area .in .list li {
  line-height: 1.5em;
  margin-bottom: 0.3em;
}

.jalert-area .in .list li:last-of-type,
.kinkyu-area .in .list li:last-of-type,
.oshirase-area .in .list li:last-of-type {
  margin-bottom: 0;
}

.jalert-area,
.kinkyu-area {
  border: 1px solid #C00000;
}

.jalert-area .title,
.kinkyu-area .title {
  color: #fff;
  background-color: #C00000;
}

.oshirase-area {
  border: 1px solid #F29324;
}

.oshirase-area .title {
  color: #000;
  background-color: #F29324;
}

/*==================================
　広告エリア
==================================*/
#kokoku-area .bxslider {
  margin: 40px auto 0;
  padding: 0 90px;
}

#kokoku-area .bx-wrapper {
  position: relative;
  margin: 0 auto;
}

#kokoku-area .bx-controls-direction {
  position: absolute;
  top: 25px;
  width: 100%;
}

#kokoku-area .bx-controls-direction .bx-prev {
  position: absolute;
  left: -40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 11px;
  height: 18px;
  display: inline-block;
  background: url(../img_top/bx-prev.png) no-repeat;
}

#kokoku-area .bx-controls-direction .bx-next {
  position: absolute;
  right: -40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 11px;
  height: 18px;
  display: inline-block;
  background: url(../img_top/bx-next.png) no-repeat;
}

#kokoku-area .bx-pager {
  display: inline-block;
}

#kokoku-area .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: top;
  padding-top: 4px;
}

#kokoku-area .bx-pager .bx-pager-link {
  display: block;
  background-color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#kokoku-area .bx-pager .bx-pager-link.active {
  background-color: #ed7b01 !important;
}

#kokoku-area .bx-has-controls-auto {
  margin-top: 18px;
  text-align: center;
}

#kokoku-area .bx-controls-auto {
  display: inline-block;
  margin-left: 6px;
}

#kokoku-area .bx-controls-auto .bx-start, #kokoku-area .bx-controls-auto .bx-stop {
  display: block;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
}

#kokoku-area .bx-controls-auto .bx-start.active, #kokoku-area .bx-controls-auto .bx-stop.active {
  display: none;
}

#kokoku-area .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

#kokoku-area .bx-controls-auto .bx-controls-auto-item .bx-start {
  background-image: url(../img_top/pc_slider_area_play.png);
}

#kokoku-area .bx-controls-auto .bx-controls-auto-item .bx-stop {
  background-image: url(../img_top/pc_slider_area_stop.png);
}

@media print, screen and (min-width: 769px) {
  #kokoku-area {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 165px;
    width: 100%;
    background: rgba(17, 17, 17, 0.5);
  }
}

@media screen and (max-width: 768px) {
  #kokoku-area {
    margin-top: -12px;
    padding-top: 1em;
    padding-bottom: 29px;
    background: rgba(17, 17, 17, 0.9);
  }
  #kokoku-area .bxslider {
    margin-top: 0;
  }
}

/*==================================
印刷の設定
==================================*/
@media print {
  zoom: 0.85;
}
