@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: module.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/*#f9ebf4;*/
/* サブカラー */
/*#BF9239;*/ /*#d92e73;*/
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ホームアイコン */
.icon-house:before {
  content: "\e901";
}

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px;
}

.nav-search input {
  box-sizing: border-box;
  height: 30px;
}
.nav-search .text {
  border: none;
  background: #e5e5e5;
  width: 200px;
  padding: 0 10px 0 10px;
  vertical-align: bottom;
}
.nav-search .ico-search {
  background: url(../img/ico_search.svg) center center no-repeat;
  background-size: 16px 16px;
  border: none;
  text-indent: -9999px;
  width: 60px;
  background-color: #A0D4EA;
}
.nav-search .ico-search:hover {
  opacity: 0.8;
}

.open-header .nav-search {
  width: 100%;
  display: block;
}
.open-header .nav-search input {
  height: 40px;
}
.open-header .nav-search .text {
  width: 80%;
}
.open-header .nav-search .ico-search {
  width: 20%;
}

.bricks-searchbar-none .nav-search {
  display: none;
}
.bricks-searchbar-none .open-header .nav-search {
  display: none;
}

h2 {
  font-size: 115%;
  border-bottom: 4px solid #cccccc;
  padding: 18px 0 8px 15px;
  margin: 30px 0 0 0;
  background: url(../img/page_banner.jpg) top left/100px 100px no-repeat;
  height: 30px;
  color: #fff;
  font-weight: normal;
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 20%;
  height: 4px;
  background: #A0D4EA;
}
h2:first-child {
  margin: 0;
  background: #81C784;
  padding: 30px 0 10px 20px;
}

.bricks-h2-band h2 {
  position: relative;
  border-bottom: none;
  background-color: #43A047;
  margin-top: 1px;
}
.bricks-h2-band h2:before {
  content: "";
  height: 100%;
  width: 300%;
  background-color: #43A047;
  top: 0;
  left: -100%;
  display: block;
  position: absolute;
  z-index: -1;
}

h3 {
  font-size: 107%;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0 6px 0;
  margin: 30px 0 15px 0;
}
h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20%;
  height: 1px;
  background: #A0D4EA;
}

.bricks-h3-block h3 {
  font-size: 120%;
  padding: 8px 0 3px 29px;
  background-color: #e5e5e5;
  border-bottom: 2px solid #A0D4EA;
}
@media screen and (min-width: 768px) {
  .bricks-h3-block h3 {
    font-size: 160%;
    padding: 12px 0 8px 29px;
  }
}
.bricks-h3-block h3:before {
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  border-left: 4px solid #999999;
}

/* Preload images */
body:after {
  content: url(/img//close.png) url(/img//loading.gif) url(/img//prev.png) url(/img//next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img//loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img//prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img//next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img//close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*
----------------------
 * FONTSIZE MODEL *
----------------------
 *  63% ->  10pxに相当
 *  70% ->  11pxに相当
 *  75% ->  12pxに相当
 *  82% ->  13pxに相当
 *  88% ->  14pxに相当
 *  94% ->  15pxに相当
 * 100% ->  16pxに相当
 * 107% ->  17pxに相当
 * 113% ->  18pxに相当
 * 119% ->  19pxに相当
 * 125% ->  20pxに相当
 * -------------------
*/
/*--------------------------------------------------
グローバル設定
--------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.8;
  color: #333333;
  -webkit-text-size-adjust: none; /* for iphone */
  height: 100%;
  min-width: 320px;
  background: #fff;
  font-size: 88%;
  overflow: hidden;
  overflow-y: scroll;
  word-wrap: break-word;
}

a {
  color: #6FAACD;
  text-decoration: none;
  transition: background 0.2s;
}
a:hover {
  opacity: 0.7;
}

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

/* リセット系
------------------------------------*/
ul,
ol,
dl,
dd {
  margin: 0;
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-size: 100%;
}

/*--------------------------------------------------
包含ブロック ペイン形成用
--------------------------------------------------*/
#wrap {
  width: 100%;
  overflow: hidden;
}

header {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
  box-sizing: border-box;
}

.header-inner {
  margin: 0 auto;
  max-width: 1920px;
}

main,
article,
section,
.side-contents {
  box-sizing: border-box;
}

main {
  padding: 54px 0 0 0;
}

.contents-wrap {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  /*overflow: hidden;*/
}

section {
  padding: 0 14px 0 14px;
  margin: 0 0 40px 0;
}

.side-contents {
  margin: 0 0 40px 0;
}

footer {
  width: 100%;
  background: #cacaca;
  border-top: 1px solid #cacaca;
}

.footer-inner {
  margin: 0 auto;
  padding: 15px 15px 15px 15px;
  overflow: hidden;
}

/*--------------------------------------------------
汎用
--------------------------------------------------*/
/* グローバルナビ
------------------------------------*/
.global-nav {
  /* ドロアーボタン */
  /* end .nav-drawer-btn */
}
.global-nav ul {
  display: none;
  clear: both;
}
.global-nav li {
  border-bottom: 1px solid #cccccc;
  display: block;
}
.global-nav li:first-of-type {
  border-top: 1px solid #cccccc;
}
.global-nav li a {
  display: block;
  padding: 12px 12px 12px 12px;
  position: relative;
  color: #333333;
  font-weight: bold;
  width: 100%;
}
.global-nav li a:hover {
  color: #A0D4EA;
  opacity: 1;
}
.global-nav .nav-home span {
  margin: 0 0 0 10px;
}
.global-nav .nav-drawer-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 26px;
  padding: 14px;
  display: inline-block;
  /*

      position: relative;
      width: 24px;
      height: 26px;
      padding: 14px;
      float: right;
  */
}
.global-nav .nav-drawer-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.global-nav .nav-drawer-btn input:checked + span {
  background: transparent;
}
.global-nav .nav-drawer-btn input:checked + span:after {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}
.global-nav .nav-drawer-btn input:checked + span:before {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}
.global-nav .nav-drawer-btn span {
  position: absolute;
  width: 24px;
  height: 3px;
  background: #6FAACD;
  margin: 12px 0 0 0;
}
.global-nav .nav-drawer-btn span:before, .global-nav .nav-drawer-btn span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #6FAACD;
  top: -8px;
  transition: 0.3s;
}
.global-nav .nav-drawer-btn span:after {
  top: 8px;
}
.global-nav .nav-drawer-btn p {
  position: absolute;
  bottom: 0;
}
.global-nav .title-menu {
  display: none;
}
.global-nav .current a {
  color: #A0D4EA;
}

/* end .global-nav */
/* ニュース一覧
------------------------------------*/
.news-list h2:first-child {
  margin: 0;
}
.news-list ul {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px 0;
}
.news-list li {
  border-bottom: 1px solid #cccccc;
  padding: 0;
  margin: 0;
}
.news-list li:before {
  display: none;
}
.news-list li a {
  display: block;
  padding: 5px 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list time, .news-list span {
  display: block;
}
.news-list time {
  color: #000;
  padding: 0 20px 0 0;
}

/* end .news */
/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/
header {
  /* end h1 */
  /* サブナビ
  ------------------------------------*/
  /* end .sub-nav */
}
header h1 {
  float: left;
  margin: 0 0 0 8px;
}
header h1 a {
  display: block;
  background: url(../img/logo_header.png) 0 center no-repeat;
  background-size: contain;
  width: 320px;
  height: 34px;
  padding: 10px 0 10px 0px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .subtitle {
  display: none;
}
header .sub-nav {
  display: none;
}
header .sub-nav li a {
  font-size: 94%;
  position: relative;
  color: #333333;
}
header .sub-nav li a:before {
  /*@include arrow;*/
}
header .sub-nav li a:hover {
  color: #A0D4EA;
}

/* end header */
/* ヘッダー　メニューをクリックしたとき
------------------------------------*/
.open-header {
  /* グローバルナビ */
  /* サブナビ */
  /* end .sub-nav */
}
.open-header .menu-list.open {
  margin: 0 0 20px 0;
}
.open-header .sub-nav {
  display: block;
  padding: 0 10px 0 10px;
  text-align: center;
}
.open-header .sub-nav li {
  margin: 0 0.5% 20px 0.5%;
  display: inline-block;
  width: 48%;
}
.open-header .sub-nav li a {
  display: block;
  border: 1px solid #A0D4EA;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
}

/* end .open-header */
/*--------------------------------------------------
アーティクル
--------------------------------------------------*/
article h1 {
  width: 100%;
  background: #f2f2f2;
  background-size: cover;
  padding: 10px 10px 10px 15px;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  font-size: 130%;
}
article .breadcrumb-nav {
  display: none;
}

/* end article */
/*--------------------------------------------------
セクション
--------------------------------------------------*/
/* 見出し
------------------------------------*/
section, body.mceContentBody {
  /* テーブル */
  /* common.jsと連動★<a>で囲まれたimg */
  /* common.jsと連動★画像に拡大アイコンを付ける */
  /* ボタン */
  /* 横ライン */
  /* 引用 */
  /* texticon
  ------------------------------------*/
  /* normal */
  /* imgが入った場合はafter要素を消す（+jquery） */
  /* hover */
  /* 個別 */
}
section p,
section ul,
section ol,
section dl, body.mceContentBody p,
body.mceContentBody ul,
body.mceContentBody ol,
body.mceContentBody dl {
  margin: 0 0 20px 0;
}
section h2,
section h3,
section h4, body.mceContentBody h2,
body.mceContentBody h3,
body.mceContentBody h4 {
  position: relative;
  line-height: 1.2;
  clear: both;
}
section .h2-description, body.mceContentBody .h2-description {
  position: relative;
  margin: 0;
  background: #A0D4EA;
  padding: 0 0 20px 20px;
  color: #fff;
  margin-bottom: 15px;
}
section .h2-description:before, body.mceContentBody .h2-description:before {
  content: "";
  height: 100%;
  width: 300%;
  background-color: #A0D4EA;
  top: 0;
  left: -100%;
  display: block;
  position: absolute;
  z-index: -1;
}
section h4, body.mceContentBody h4 {
  font-size: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0 6px 0;
  margin: 30px 0 10px 0;
}
section ul, body.mceContentBody ul {
  margin: 30px 0 30px 0;
}
section ul li, body.mceContentBody ul li {
  line-height: 1.7;
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 0 1em;
  /*      &:before {
          @include before-after;
          top: 9px;
          left: 0;
          width: 6px;
          height: 6px;
          border-radius: 6px;
          background: $color-main;
        }*/
}
section ol, body.mceContentBody ol {
  margin: 0 0 20px 1.5em;
}
section ol li, body.mceContentBody ol li {
  line-height: 1.5;
  margin: 0 0 5px 0;
}
section .table-wrap, body.mceContentBody .table-wrap {
  width: 100%;
  white-space: nowrap;
  margin: 20px 0 30px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
section table, body.mceContentBody table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: left;
}
section table th,
section table td, body.mceContentBody table th,
body.mceContentBody table td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 8px 8px 8px 15px;
  box-sizing: border-box;
}
section table th, body.mceContentBody table th {
  background: #C9E6F5;
}
section .img-parent, body.mceContentBody .img-parent {
  position: relative;
}
section .img-parent i, body.mceContentBody .img-parent i {
  display: none;
}
section a[data-lightbox=lightbox],
section .other-tab, body.mceContentBody a[data-lightbox=lightbox],
body.mceContentBody .other-tab {
  position: relative;
}
section a[data-lightbox=lightbox]:before,
section .other-tab:before, body.mceContentBody a[data-lightbox=lightbox]:before,
body.mceContentBody .other-tab:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/img/ico_enlarge.svg) 0 0 no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  right: 2px;
  bottom: 6px;
}
section div[class*=align], body.mceContentBody div[class*=align] {
  display: inline;
}
section .btn a, body.mceContentBody .btn a {
  text-align: center;
  font-weight: bold;
  color: #A0D4EA;
  display: block;
  border: 1px solid #A0D4EA;
  border-radius: 2px;
  padding: 13px 30px 13px 20px;
  position: relative;
  margin: 0;
}
section .btn a:before, body.mceContentBody .btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #A0D4EA;
  border-right: 2px solid #A0D4EA;
  top: 50%;
  right: 10px;
  margin: -3px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section .btn a:hover, body.mceContentBody .btn a:hover {
  background: rgba(160, 212, 234, 0.2);
  background: #A0D4EA;
  color: #fff;
}
section .btn a:hover:before, body.mceContentBody .btn a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
section hr, body.mceContentBody hr {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 60px 0 60px 0;
}
section blockquote, body.mceContentBody blockquote {
  margin: 0 0 20px 0;
  background: url(/img/ico_blockquote.svg) 15px 15px no-repeat, #f2f2f2;
  background-size: 30px 23px;
  padding: 20px 20px 0 20px;
  overflow: hidden;
  font-size: 92%;
  color: #595959;
}
section a[href$=".doc"]:after,
section a[href$=".docx"]:after,
section a[href$=".ppt"]:after,
section a[href$=".pptx"]:after,
section a[href$=".zip"]:after,
section a[href$=".lzh"]:after,
section a[href$=".csv"]:after,
section a[href$=".txt"]:after,
section a[href$=".slt"]:after,
section a[href$=".sltx"]:after,
section a[href$=".psd"]:after,
section a[href$=".ai"]:after,
section a[href$=".xls"]:after,
section a[href$=".pdf"]:after,
section a[href$=".xlsx"]:after, body.mceContentBody a[href$=".doc"]:after,
body.mceContentBody a[href$=".docx"]:after,
body.mceContentBody a[href$=".ppt"]:after,
body.mceContentBody a[href$=".pptx"]:after,
body.mceContentBody a[href$=".zip"]:after,
body.mceContentBody a[href$=".lzh"]:after,
body.mceContentBody a[href$=".csv"]:after,
body.mceContentBody a[href$=".txt"]:after,
body.mceContentBody a[href$=".slt"]:after,
body.mceContentBody a[href$=".sltx"]:after,
body.mceContentBody a[href$=".psd"]:after,
body.mceContentBody a[href$=".ai"]:after,
body.mceContentBody a[href$=".xls"]:after,
body.mceContentBody a[href$=".pdf"]:after,
body.mceContentBody a[href$=".xlsx"]:after {
  display: inline-block;
  width: 3em;
  height: 1.3em;
  line-height: 1.3em;
  font-size: 84%;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 0 0 0 3px;
}
section .img-parent[href$=".doc"]:after,
section .img-parent[href$=".docx"]:after,
section .img-parent[href$=".ppt"]:after,
section .img-parent[href$=".pptx"]:after,
section .img-parent[href$=".zip"]:after,
section .img-parent[href$=".lzh"]:after,
section .img-parent[href$=".csv"]:after,
section .img-parent[href$=".txt"]:after,
section .img-parent[href$=".slt"]:after,
section .img-parent[href$=".sltx"]:after,
section .img-parent[href$=".psd"]:after,
section .img-parent[href$=".ai"]:after,
section .img-parent[href$=".xls"]:after,
section .img-parent[href$=".pdf"]:after,
section .img-parent[href$=".xlsx"]:after, body.mceContentBody .img-parent[href$=".doc"]:after,
body.mceContentBody .img-parent[href$=".docx"]:after,
body.mceContentBody .img-parent[href$=".ppt"]:after,
body.mceContentBody .img-parent[href$=".pptx"]:after,
body.mceContentBody .img-parent[href$=".zip"]:after,
body.mceContentBody .img-parent[href$=".lzh"]:after,
body.mceContentBody .img-parent[href$=".csv"]:after,
body.mceContentBody .img-parent[href$=".txt"]:after,
body.mceContentBody .img-parent[href$=".slt"]:after,
body.mceContentBody .img-parent[href$=".sltx"]:after,
body.mceContentBody .img-parent[href$=".psd"]:after,
body.mceContentBody .img-parent[href$=".ai"]:after,
body.mceContentBody .img-parent[href$=".xls"]:after,
body.mceContentBody .img-parent[href$=".pdf"]:after,
body.mceContentBody .img-parent[href$=".xlsx"]:after {
  display: none;
}
section a[href$=".doc"]:hover:after,
section a[href$=".docx"]:hover:after,
section a[href$=".ppt"]:hover:after,
section a[href$=".pptx"]:hover:after,
section a[href$=".zip"]:hover:after,
section a[href$=".lzh"]:hover:after,
section a[href$=".csv"]:hover:after,
section a[href$=".txt"]:hover:after,
section a[href$=".slt"]:hover:after,
section a[href$=".sltx"]:hover:after,
section a[href$=".psd"]:hover:after,
section a[href$=".ai"]:hover:after,
section a[href$=".xls"]:hover:after,
section a[href$=".pdf"]:hover:after,
section a[href$=".xlsx"]:hover:after, body.mceContentBody a[href$=".doc"]:hover:after,
body.mceContentBody a[href$=".docx"]:hover:after,
body.mceContentBody a[href$=".ppt"]:hover:after,
body.mceContentBody a[href$=".pptx"]:hover:after,
body.mceContentBody a[href$=".zip"]:hover:after,
body.mceContentBody a[href$=".lzh"]:hover:after,
body.mceContentBody a[href$=".csv"]:hover:after,
body.mceContentBody a[href$=".txt"]:hover:after,
body.mceContentBody a[href$=".slt"]:hover:after,
body.mceContentBody a[href$=".sltx"]:hover:after,
body.mceContentBody a[href$=".psd"]:hover:after,
body.mceContentBody a[href$=".ai"]:hover:after,
body.mceContentBody a[href$=".xls"]:hover:after,
body.mceContentBody a[href$=".pdf"]:hover:after,
body.mceContentBody a[href$=".xlsx"]:hover:after {
  opacity: 0.5;
}
section a[href$=".doc"]:after, body.mceContentBody a[href$=".doc"]:after {
  content: "doc";
  background: #8dbceb;
}
section a[href$=".docx"]:after, body.mceContentBody a[href$=".docx"]:after {
  content: "docx";
  background: #4b84bd;
}
section a[href$=".ppt"]:after, body.mceContentBody a[href$=".ppt"]:after {
  content: "ppt";
  background: #e6bc93;
}
section a[href$=".pptx"]:after, body.mceContentBody a[href$=".pptx"]:after {
  content: "pptx";
  background: #d98634;
}
section a[href$=".pdf"]:after, body.mceContentBody a[href$=".pdf"]:after {
  content: "PDF";
  background: #9c3b44;
}
section a[href$=".zip"]:after, body.mceContentBody a[href$=".zip"]:after {
  content: "zip";
  background: #d9c14c;
}
section a[href$=".lzh"]:after, body.mceContentBody a[href$=".lzh"]:after {
  content: "lzh";
  background: #e0d59d;
}
section a[href$=".csv"]:after, body.mceContentBody a[href$=".csv"]:after {
  content: "csv";
  background: #a1b59a;
}
section a[href$=".txt"]:after, body.mceContentBody a[href$=".txt"]:after {
  content: "txt";
  background: #999999;
}
section a[href$=".slt"]:after, body.mceContentBody a[href$=".slt"]:after {
  content: "slt";
  background: #ccc470;
}
section a[href$=".sltx"]:after, body.mceContentBody a[href$=".sltx"]:after {
  content: "sltx";
  background: #d4d0a9;
}
section a[href$=".psd"]:after, body.mceContentBody a[href$=".psd"]:after {
  content: "psd";
  background: #36b0d9;
}
section a[href$=".ai"]:after, body.mceContentBody a[href$=".ai"]:after {
  content: "ai";
  background: #cc723d;
}
section a[href$=".xls"]:after, body.mceContentBody a[href$=".xls"]:after {
  content: "xls";
  background: #7db381;
}
section a[href$=".xlsx"]:after, body.mceContentBody a[href$=".xlsx"]:after {
  content: "xlsx";
  background: #4c9953;
}

/* end section */
/*--------------------------------------------------
サイドコンテンツ
--------------------------------------------------*/
.side-contents {
  background: #f2f2f2;
  overflow: hidden;
  /* ローカルナビ
  ------------------------------------*/
  /* end.local-nav */
  /* サイドコンテンツ　グローバルナビ
  ------------------------------------*/
  /* end .global-nav */
}
.side-contents .local-nav {
  margin: 30px 15px 30px 15px;
  background: #fff;
  padding: 0 15px 20px 15px;
  /* ローカルナビ第二階層 */
  /* end ul 2階層 */
}
.side-contents .local-nav h2 {
  font-size: 107%;
  border-bottom: 4px solid #cccccc;
  line-height: 1.2;
  padding: 10px 0 10px 10px;
}
.side-contents .local-nav h2 a {
  display: block;
  padding: 15px 0 15px 0;
  position: relative;
  font-size: 93%;
}
.side-contents .local-nav ul {
  /* end li 2階層 */
  /*--- カレント ---*/
}
.side-contents .local-nav ul li {
  /* ローカルナビ第三階層 */
  /* end ul 3階層 */
}
.side-contents .local-nav ul li a {
  display: block;
  padding: 12px 32px 12px 10px;
  position: relative;
  border-bottom: 1px solid #cccccc;
  font-size: 90%;
}
.side-contents .local-nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 0;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-contents .local-nav ul li ul {
  font-size: 100%;
  /* end li 3階層 */
}
.side-contents .local-nav ul li ul li a {
  padding: 8px 32px 6px 24px;
}
.side-contents .local-nav ul .current {
  background: rgba(160, 212, 234, 0.1);
}
.side-contents .global-nav {
  background: #fff;
}
.side-contents .global-nav .nav-drawer-btn {
  display: none;
}
.side-contents .global-nav .title-menu {
  display: block;
  background: #A0D4EA;
  padding: 10px;
  color: #fff;
  margin: 0;
}
.side-contents .global-nav ul {
  display: block;
}
.side-contents .global-nav li:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

/* end .side-contents */
/* article直の下の　ローカルナビ
（スマホ時article直下に出現）
------------------------------------*/
/*.local-nav-wrap {
  .local-nav {
    h2 {
      a {
        display: block;
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid $color-gray-80;
        box-sizing: border-box;
        position: relative;
        &:before {
          @include before-after;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 5px 0 5px;
          border-color: $color-gray-50 transparent transparent transparent;
          top: 50%;
          right: 20px;
          margin: -3px 0 0 0;
        }
      }
    }
    ul {
      padding: 10px;
      li {
        a {
          display: block;
          padding: 5px 10px 5px 10px;
          border-bottom: 1px solid $color-gray-80;
        }
      }
    }
  }
}*/
/*--------------------------------------------------
フッター
--------------------------------------------------*/
footer {
  /* TOPへ戻るボタン */
  /* end .top */
  /* end .footer-inner */
}
footer .top a {
  display: block;
  color: #fff;
  font-size: 92%;
  background: rgba(51, 51, 51, 0.5);
  border: none;
  border-radius: 0;
  text-align: center;
  position: relative;
  padding: 20px 10px 5px 10px;
}
footer .top a:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 5px;
  height: 5px;
  margin: -5px 0 0 -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer .top a:hover {
  background: rgba(51, 51, 51, 0.8);
}
footer .footer-inner {
  background-color: #cacaca;
}
footer .footer-inner .footer-nav {
  font-size: 88%;
  text-align: center;
  padding: 0 10px 0 10px;
  overflow: hidden;
}
footer .footer-inner .footer-nav ul {
  border-bottom: 1px solid #cccccc;
}
footer .footer-inner .footer-nav li {
  display: inline-block;
  margin: 0 10px 10px 10px;
}
footer .footer-inner .footer-nav li a {
  position: relative;
  font-weight: bold;
  color: #333333;
}
footer .footer-inner .footer-nav li a:hover {
  color: #6FAACD;
}
footer .footer-inner p {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 15px 0 0 0;
}
footer .footer-inner p small {
  font-size: 75%;
}

/* end footer */
/*--------------------------------------------------
お問い合わせフォーム関連パーツ
--------------------------------------------------*/
/* タグ周りの共通設定 */
section label, section input,
section textarea,
section select {
  margin: 1.5%;
  padding: 6px;
}

section {
  /* テキスト入力エリアのサイズ
  ------------------------------------*/
  /* エラーテキスト
  ------------------------------------*/
  /* エラー時の必須項目 */
  /* 必須マーク
  ------------------------------------*/
  /* 選択アイテム（checkbox radio）
  ------------------------------------*/
  /* ボタン系
  ------------------------------------*/
  /* end .btn-wrap */
}
section input,
section textarea,
section select {
  font-size: 106%;
  border: 1px solid #808080;
}
section input[type=text]:focus,
section textarea:focus {
  background: #fff;
}
section label > input[type=checkbox],
section label > input[type=radio] {
  margin: 0 5px 0 0;
}
section label,
section label > input[type=checkbox],
section label > input[type=radio] {
  cursor: pointer;
}
section textarea {
  max-width: 420px;
}
section .size-s {
  width: 80px;
}
section .size-m {
  width: 40%;
}
section .size-l {
  width: 91%;
}
section textarea.size-l {
  height: 60px;
}
section .error-wrap-all {
  display: block;
}
section .error-wrap {
  display: inline-block;
  margin: 0 1.5%;
  padding: 0 6px;
}
section .error {
  display: inline-block;
  color: #e52600;
  font-size: 82%;
  font-weight: bold;
}
section input.ebg,
section textarea.ebg,
section select.ebg {
  background: rgba(179, 22, 22, 0.1);
  border: 1px solid #B31616;
}
section .required {
  position: relative;
}
section .required:after {
  content: "必須";
  display: inline-block;
  margin: 0 0 0 10px;
  color: #fff;
  background: #B31616;
  padding: 0 10px 0 10px;
  font-size: 82%;
}
section .horizontal-item {
  display: block;
}
section .horizontal-item:last-of-type {
  margin: 0;
}
section .horizontal-item label {
  display: block;
  position: relative;
  /*      padding: 15px 15px 15px 60px;*/
  padding: 0px 15px 0px 60px;
}
section .horizontal-item label:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/img/form_radio-btn_default.svg) 0 0 no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 5px;
  margin: -20px 0 0 0;
}
section .horizontal-item label:hover:before {
  background: url(/img/form_radio-btn_hover.svg) 0 0 no-repeat;
}
section .horizontal-item label.selected:before {
  background: url(/img/form_radio-btn_selected.svg) 0 0 no-repeat;
}
section .horizontal-item label.selected:before:hover {
  background: url(/img/form_radio-btn_selected.svg) 0 0 no-repeat;
}
section .btn-wrap {
  margin: 0 0 60px 0;
  text-align: center;
  /* 確認する、送信する */
  /* 戻る */
}
section .btn-wrap input {
  font-size: 113%;
  border: 1px solid #808080;
  border-radius: 2px;
  margin: 0 0 20px 0;
  display: block;
  padding: 15px 0 15px 0;
  width: 100%;
}
section .btn-wrap .send {
  background: #A0D4EA;
  color: #fff;
}
section .btn-wrap .send:hover {
  background: #76c1e1;
}
section .btn-wrap .back {
  border: 1px solid #808080;
  background: #b3b3b3;
  color: #fff;
  position: relative;
}
section .btn-wrap .back:hover {
  background: #9a9a9a;
}

/* end section */
/*--------------------------------------------------
mw_wp_form
--------------------------------------------------*/
.mw_wp_form table th, .mw_wp_form table td {
  /*      padding: 3%;*/
}
.mw_wp_form table td span.vertical-item {
  display: inline-block;
  width: 33%;
}

/* end .mw_wp_form */
/* 入力画面
------------------------------------*/
.mw_wp_form_input .check-screen-text {
  display: none;
}

/* end .mw_wp_form_input */
/* 確認画面
------------------------------------*/
.mw_wp_form_preview {
  /* 個人情報の取り扱いエリア */
}
.mw_wp_form_preview .input-screen-text {
  display: none;
}
.mw_wp_form_preview .check-screen-text {
  display: block;
}
.mw_wp_form_preview .privacy-hidden {
  display: none;
}

/* end .mw_wp_form_preview */
/* 完了画面
------------------------------------*/
/* end .mw_wp_form_complete */
/*--------------------------------------------------
WordPress用
--------------------------------------------------*/
/* WP-PageNavi plugin
------------------------------------*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 30px 0 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #A0D4EA;
  padding: 8px 16px;
  margin: 0 2px 10px 2px;
  font-size: 92%;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #A0D4EA;
  color: #fff;
}
.wp-pagenavi span.current {
  background: #A0D4EA;
  color: white;
}

/* WordPress WISIWYG Editor Images
------------------------------------*/
.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 2%;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 2%;
  margin-right: 0;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

/*-------------------------------------------------------------------------------

responsive-module

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/*#f9ebf4;*/
/* サブカラー */
/*#BF9239;*/ /*#d92e73;*/
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ホームアイコン */
.icon-house:before {
  content: "\e901";
}

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px;
}

.nav-search input {
  box-sizing: border-box;
  height: 30px;
}
.nav-search .text {
  border: none;
  background: #e5e5e5;
  width: 200px;
  padding: 0 10px 0 10px;
  vertical-align: bottom;
}
.nav-search .ico-search {
  background: url(../img/ico_search.svg) center center no-repeat;
  background-size: 16px 16px;
  border: none;
  text-indent: -9999px;
  width: 60px;
  background-color: #A0D4EA;
}
.nav-search .ico-search:hover {
  opacity: 0.8;
}

.open-header .nav-search {
  width: 100%;
  display: block;
}
.open-header .nav-search input {
  height: 40px;
}
.open-header .nav-search .text {
  width: 80%;
}
.open-header .nav-search .ico-search {
  width: 20%;
}

.bricks-searchbar-none .nav-search {
  display: none;
}
.bricks-searchbar-none .open-header .nav-search {
  display: none;
}

h2 {
  font-size: 115%;
  border-bottom: 4px solid #cccccc;
  padding: 18px 0 8px 15px;
  margin: 30px 0 0 0;
  background: url(../img/page_banner.jpg) top left/100px 100px no-repeat;
  height: 30px;
  color: #fff;
  font-weight: normal;
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 20%;
  height: 4px;
  background: #A0D4EA;
}
h2:first-child {
  margin: 0;
  background: #81C784;
  padding: 30px 0 10px 20px;
}

.bricks-h2-band h2 {
  position: relative;
  border-bottom: none;
  background-color: #43A047;
  margin-top: 1px;
}
.bricks-h2-band h2:before {
  content: "";
  height: 100%;
  width: 300%;
  background-color: #43A047;
  top: 0;
  left: -100%;
  display: block;
  position: absolute;
  z-index: -1;
}

h3 {
  font-size: 107%;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0 6px 0;
  margin: 30px 0 15px 0;
}
h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20%;
  height: 1px;
  background: #A0D4EA;
}

.bricks-h3-block h3 {
  font-size: 120%;
  padding: 8px 0 3px 29px;
  background-color: #e5e5e5;
  border-bottom: 2px solid #A0D4EA;
}
@media screen and (min-width: 768px) {
  .bricks-h3-block h3 {
    font-size: 160%;
    padding: 12px 0 8px 29px;
  }
}
.bricks-h3-block h3:before {
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  border-left: 4px solid #999999;
}

/* Preload images */
body:after {
  content: url(/img//close.png) url(/img//loading.gif) url(/img//prev.png) url(/img//next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img//loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img//prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img//next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img//close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------


768px以上


-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  /*--------------------------------------------------
  グローバル設定
  --------------------------------------------------*/
  body {
    min-width: inherit;
    font-size: 94%;
  }
  /*--------------------------------------------------
  包含ブロック ペイン形成用
  --------------------------------------------------*/
  header {
    position: relative;
  }
  .header-inner {
    max-width: 940px;
    padding: 0 20px 0 20px;
  }
  main {
    padding: 0;
  }
  section {
    width: 95%;
    margin: 0 auto;
  }
  .side-contents {
    display: block;
    width: 25%;
    float: left;
  }
  .footer-inner {
    max-width: 940px;
    padding: 25px 15px 25px 15px;
  }
  /*--------------------------------------------------
  汎用
  --------------------------------------------------*/
  /* ニュース一覧
  ------------------------------------*/
  .news-list li a {
    padding: 15px 0 15px 0;
  }
  .news-list time, .news-list span {
    display: inline;
  }
  /* end .news */
  /*--------------------------------------------------
  ヘッダー
  --------------------------------------------------*/
  header h1 {
    margin: 0;
  }
  header h1 a {
    padding: 0;
    /*
            background: url(../img/logo.png) 0 center no-repeat;
            width: 500px;
            height: 70px;
    */
    background: url(../img/logo.png) 0 center no-repeat;
    width: 600px;
    height: 90px;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header .sub-nav li {
    margin: 0 15px 0 0;
  }
  header .sub-nav li:last-of-type {
    margin: 0;
  }
  /*--------------------------------------------------
  アーティクル
  --------------------------------------------------*/
  article h1 {
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 160%;
    letter-spacing: 2px;
    margin: 0;
  }
  article h1 span {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
  }
  article .breadcrumb-nav {
    display: block;
    max-width: 1060px;
    padding: 0 20px 0 20px;
    margin: 8px auto 36px;
  }
  article .breadcrumb-nav .breadcrumb-nav-inner {
    margin: 0;
  }
  /* end article */
  /*--------------------------------------------------
  セクション
  --------------------------------------------------*/
  section, body.mceContentBody {
    line-height: 1.8;
    padding: 0;
    /* end .top */
  }
  section h2, body.mceContentBody h2 {
    font-size: 133%;
    padding: 10px 0 10px 0;
    margin: 0 0 25px 0;
  }
  section h3, body.mceContentBody h3 {
    font-size: 113%;
    padding: 8px 0 8px 0;
    margin: 45px 0 25px 0;
  }
  section h4, body.mceContentBody h4 {
    font-size: 107%;
    padding: 8px 0 8px 0;
  }
  section table, body.mceContentBody table {
    margin: 20px 0 30px 0;
  }
  section .btn a, body.mceContentBody .btn a {
    display: inline-block;
    padding: 8px 40px 8px 30px;
  }
  section .top, body.mceContentBody .top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 50px;
    margin: 0 0 0 100px;
  }
  section .top a, body.mceContentBody .top a {
    display: block;
    padding: 20px 10px 5px 10px;
    background: #e5e5e5;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    color: #A0D4EA;
  }
  section .top a:before, body.mceContentBody .top a:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #A0D4EA;
    border-left: 1px solid #A0D4EA;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    left: 20px;
  }
  /* end section */
  /*--------------------------------------------------
  サイドコンテンツ
  --------------------------------------------------*/
  .side-contents {
    background: none;
    /* ローカルナビ
    ------------------------------------*/
    /* end.local-nav */
    /* サイドコンテンツ　グローバルナビ
    ------------------------------------*/
  }
  .side-contents .local-nav {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .side-contents .local-nav h2 {
    border-bottom: 4px solid #cccccc;
    border-top: none;
  }
  .side-contents .local-nav h2 a {
    padding: 10px 0 10px 10px;
  }
  .side-contents .local-nav h2 span {
    padding: 10px;
  }
  .side-contents .local-nav h2 span:before {
    display: none;
  }
  .side-contents .global-nav {
    display: none;
  }
  /* end .side-contents */
  .side-image section {
    width: 70%;
    float: right;
  }
  /*--------------------------------------------------
  フッター
  --------------------------------------------------*/
  footer .footer-inner .footer-nav ul {
    border: none;
  }
  footer .footer-inner .footer-nav li {
    margin: 0 20px 10px 20px;
  }
  footer .top {
    position: absolute;
    right: 20px;
  }
  footer .top a {
    position: fixed;
    bottom: 120px;
    margin: 0 0 0 20px;
    width: 50px;
    height: 40px;
    font-size: 86%;
    line-height: 1.4;
  }
  /* end footer */
  /*--------------------------------------------------
  お問い合わせフォーム関連パーツ
  --------------------------------------------------*/
  section {
    /* 入力エリア サイズの設定 */
    /* ボタン系 */
  }
  section input,
  section textarea,
  section select {
    border: 1px solid #cccccc;
  }
  section input, section textarea {
    margin: 4px;
  }
  section .btn-wrap input {
    display: inline-block;
    width: inherit;
    padding: 15px 60px 15px 60px;
    margin: 0 15px 20px 15px;
  }
  /* end section */
  /*--------------------------------------------------
  mw_wp_form
  --------------------------------------------------*/
  .mw_wp_form table th {
    width: 20%;
  }
  .mw_wp_form table th.narrow-column {
    width: 10%;
  }
  /* end .mw_wp_form */
} /* end media query */
/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------


768px以上959px以下


-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 959px) {
  /*--------------------------------------------------
  グローバル設定
  --------------------------------------------------*/
  .header-inner {
    padding: 0 0 0 10px;
  }
  /*--------------------------------------------------
  汎用
  --------------------------------------------------*/
  /* グローバルナビ
  ------------------------------------*/
  .global-nav .nav-drawer-btn {
    padding: 19px;
  }
  /* end global-nav */
} /* end media query */
/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------


960px以上


-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (min-width: 960px) {
  /*--------------------------------------------------
  ヘッダー
  --------------------------------------------------*/
  header {
    /* サブナビ
    ------------------------------------*/
    /* end .sub-nav */
    /* グローバルナビ
    ------------------------------------*/
  }
  header h1 a {
    margin: 9px 0 0 0;
  }
  header .sub-nav {
    display: block;
    float: right;
    margin: 25px 0px 0px 0;
  }
  header .sub-nav li {
    display: inline-block;
    vertical-align: middle;
  }
  header .sub-nav li a {
    display: block;
  }
  header .global-nav {
    clear: both;
    overflow: hidden;
    width: 100%;
    /*----- グローバルナビ　リスト数（デフォルトは6つ） -----*/
    /* ナビ項目3つ */
    /* ナビ項目4つ */
    /* ナビ項目5つ */
  }
  header .global-nav ul {
    display: block;
  }
  header .global-nav li {
    float: left;
    text-align: center;
    border: none;
    width: 20%;
    box-sizing: border-box;
    position: relative;
  }
  header .global-nav li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 45px;
    background: #b3b3b3;
    top: 14px;
    right: 0;
  }
  header .global-nav li:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 45px;
    background: #b3b3b3;
    top: 14px;
    left: 0;
  }
  header .global-nav li:first-of-type {
    border-top: none;
  }
  header .global-nav li a {
    padding: 15px 0 15px 0;
    line-height: 45px;
  }
  header .global-nav .nav-home {
    width: 10%;
  }
  header .global-nav .nav-home span {
    display: none;
  }
  header .global-nav li:hover a:before,
  header .global-nav .current a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #A0D4EA;
    bottom: 0;
    left: 0;
  }
  header .global-nav .nav-drawer-btn {
    display: none;
  }
  header .global-nav.nav-list-3 li {
    width: 20%;
  }
  header .global-nav.nav-list-3 .nav-home {
    width: 10%;
  }
  header .global-nav.nav-list-4 li {
    width: 22%;
  }
  header .global-nav.nav-list-4 .nav-home {
    width: 12%;
  }
  header .global-nav.nav-list-5 li {
    width: 18%;
  }
  header .global-nav.nav-list-5 .nav-home {
    width: 10%;
  }
  /* end header */
} /* end media query */
@media (max-width: 767px) {
  .side-image .local-nav {
    display: none;
  }
}
/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------


476px以下


-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (max-width: 476px) {
  .mw_wp_form table {
    font-size: 70%;
    width: 60%;
  }
  .mw_wp_form table td span.vertical-item {
    display: block;
    width: 10%;
  }
  /* end .mw_wp_form */
} /* end media query */

/*# sourceMappingURL=module.css.map */
