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

  module.scss
  2017.07 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-globalnav-abstruct .global-nav-side {
  display: none;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-globalnav-side .global-nav {
  display: none;
}
@media screen and (max-width: 960px) {
  .ct-globalnav-side .global-nav {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .ct-globalnav-side .side-contents {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .ct-globalnav-side .side-contents .global-nav-side {
    display: none;
  }
}
.ct-globalnav-side.home main {
  position: relative;
}
.ct-globalnav-side.home .main-v {
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  .ct-globalnav-side.home .side-bar {
    position: absolute;
    top: 0px;
    float: left;
  }
}
@media screen and (min-width: 960px) {
  .ct-globalnav-side.home .main-v {
    margin-left: 320px;
    width: calc(100% - 300px - 20px);
  }
}
@media screen and (min-width: 960px) {
  .ct-globalnav-side.home section {
    margin-left: 320px;
    width: calc(100% - 300px - 20px);
  }
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-globalnav-sidepierced .global-nav {
  display: none;
}
@media screen and (max-width: 959px) {
  .ct-globalnav-sidepierced .global-nav {
    display: block;
  }
}
.ct-globalnav-sidepierced .side-contents {
  position: absolute;
  top: 0;
  z-index: 100;
  max-width: 276px;
}
@media screen and (max-width: 959px) {
  .ct-globalnav-sidepierced .side-contents {
    position: relative;
    z-index: 0;
  }
  .ct-globalnav-sidepierced .side-contents .global-nav-side {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ct-globalnav-sidepierced .side-contents {
    display: block;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .ct-globalnav-sidepierced header {
    max-width: 1000px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
    border-bottom: none;
  }
  .ct-globalnav-sidepierced header .sub-nav {
    flex: 1 1 40%;
  }
}
@media screen and (min-width: 960px) {
  .ct-globalnav-sidepierced .header-inner {
    width: 70%;
    margin-left: 30%;
    border-bottom: 1px solid #bfbfbf;
  }
}
@media screen and (min-width: 960px) {
  .ct-globalnav-sidepierced.home .main-v {
    margin-left: 300px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 960px) {
  .ct-globalnav-sidepierced.home section {
    margin-left: 300px;
    width: calc(100% - 300px);
  }
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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: #f0825e;
}
.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%;
}

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

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-default h2,
.ct-h2-default h2,
.ct-h2-abstract h2 {
  position: relative;
  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;
  font-weight: normal;
}
.ct-title-default h2:before,
.ct-h2-default h2:before,
.ct-h2-abstract h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 20%;
  height: 4px;
  background: #f0825e;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-h2-band h2 {
  position: relative;
  border-bottom: none;
  background-color: #f0825e;
  color: #fff;
  margin-top: 1px;
}
.ct-h2-band h2:before {
  content: "";
  height: 100%;
  width: 300%;
  background-color: #f0825e;
  top: 0;
  left: -100%;
  display: block;
  position: absolute;
  z-index: -1;
}
.ct-h2-band h2:first-child {
  margin: 0;
  background: #f0825e;
  padding: 30px 0 10px 20px;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern01 h2,
.ct-h2-pattern01 h2,
.ct-h2-blockunderline h2 {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-bottom: 6px solid #f0825e;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgb(255, 255, 255) inset;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern02 h2,
.ct-h2-pattern02 h2,
.ct-h2-roundhead h2 {
  position: relative;
  padding: 0.5em 0.75em 0.5em 2.25em;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5) inset;
}
.ct-title-pattern02 h2:after,
.ct-h2-pattern02 h2:after,
.ct-h2-roundhead h2:after {
  position: absolute;
  top: 0.8em;
  left: 0.6em;
  z-index: 2;
  content: "";
  width: 12px;
  height: 12px;
  border: 5px solid #f0825e;
  border-radius: 100%;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern03 h2,
.ct-h2-pattern03 h2,
.ct-h2-roboteye h2 {
  position: relative;
  padding: 0.5em 1em 0.5em 1.75em;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.ct-title-pattern03 h2:after,
.ct-h2-pattern03 h2:after,
.ct-h2-roboteye h2:after {
  position: absolute;
  top: 0.5em;
  left: 0.75em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #f0825e;
  border-radius: 4px;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern04 h2,
.ct-h2-pattern04 h2,
.ct-h2-pattern04 h2 {
  padding: 0.5em 0.75em;
  background-color: #f6f6f6;
  border-left: 8px solid #f0825e;
  border-right: 3px solid #f0825e;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern05 h2,
.ct-h2-pattern05 h2,
.ct-h2-disappearingzebra h2 {
  padding: 0.5em 1em;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #f0825e 3px, #f0825e 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #f0825e 3px, #f0825e 7px);
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

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

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

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

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern01 h3,
.ct-h3-pattern01 h3,
.ct-h3-sundial h3 {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #f0825e;
}
.ct-title-pattern01 h3:after,
.ct-h3-pattern01 h3:after,
.ct-h3-sundial h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern02 h3,
.ct-h3-pattern02 h3,
.ct-h3-roundhead h3 {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #f0825e;
}
.ct-title-pattern02 h3:after,
.ct-h3-pattern02 h3:after,
.ct-h3-roundhead h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern03 h3,
.ct-h3-pattern03 h3,
.ct-h3-roboteye h3 {
  position: relative;
  padding: 0.5em 1em 0.5em 1.75em;
  border-bottom: 1px solid #ccc;
  border-radius: 6px;
}
.ct-title-pattern03 h3:after,
.ct-h3-pattern03 h3:after,
.ct-h3-roboteye h3:after {
  position: absolute;
  top: 0.5em;
  left: 0.75em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #f0825e;
  border-radius: 4px;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern04 h3,
.ct-h3-underlineblock h3,
.ct-h3-pattern04 h3 {
  padding: 0.5em 0.75em 0.3em 0.75em;
  background-color: #f6f6f6;
  border-bottom: 3px solid #f0825e;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern05 h3,
.ct-h3-pattern05 h3,
.ct-h3-diamondhead h3 {
  position: relative;
  padding: 0 0.5em 0.5em 1.7em;
}
.ct-title-pattern05 h3:after,
.ct-h3-pattern05 h3:after,
.ct-h3-diamondhead h3:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  height: 4px;
  width: 100%;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.ct-title-pattern05 h3:before,
.ct-h3-pattern05 h3:before,
.ct-h3-diamondhead h3:before {
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  z-index: 2;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #f0825e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern01 h4,
.ct-h4-pattern01 h4,
.ct-h4-barhead h4 {
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #f0825e;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern02 h4,
.ct-h4-pattern02 h4,
.ct-h4-roundhead h4 {
  position: relative;
  padding: 0 0.5em 0.5em 2.25em;
}
.ct-title-pattern02 h4:after,
.ct-h4-pattern02 h4:after,
.ct-h4-roundhead h4:after {
  position: absolute;
  top: 0.3em;
  left: 0.5em;
  z-index: 2;
  content: "";
  width: 8px;
  height: 8px;
  border: 3px solid #f0825e;
  border-radius: 100%;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern03 h4,
.ct-h4-pattern03 h4,
.ct-h4-roboteye h4 {
  position: relative;
  padding: 0.5em 1em 0.5em 1.75em;
}
.ct-title-pattern03 h4:after,
.ct-h4-pattern03 h4:after,
.ct-h4-roboteye h4:after {
  position: absolute;
  top: 0.5em;
  left: 0.75em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #f0825e;
  border-radius: 4px;
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern04 h4,
.ct-h4-block h4,
.ct-h4-pattern04 h4 {
  padding: 0.5em 0.75em;
  background-color: #f6f6f6;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.ct-title-pattern05 h4,
.ct-h4-pattern05 h4,
.ct-h4-diamondhead h4 {
  position: relative;
  padding: 0 0.5em 0.5em 1.7em;
}
.ct-title-pattern05 h4:after,
.ct-h4-pattern05 h4:after,
.ct-h4-diamondhead h4:after {
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  z-index: 2;
  content: "";
  width: 6px;
  height: 6px;
  border: 3px solid #f0825e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- 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;
}

.qa_area {
  margin: 20px 10px 40px;
}
.qa_area .q_text {
  font-weight: bold;
}
.qa_area .q_text .q_icon {
  background: #BF9239;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 10px;
  color: #fff;
}
.qa_area .a_text .a_icon {
  background: #f0825e;
  padding: 5px 11px;
  border-radius: 16px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
}

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

a {
  color: #f0825e;
  text-decoration: none;
  transition: background 0.2s;
}
a:hover {
  color: #f9b9a1;
}

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;
  min-height: calc(100vh - 161px);
}

header {
  width: 100%;
  min-width: 320px;
  /*overflow: hidden;*/
  position: absolute;
  z-index: 100;
  background: #fff;
  /*border-bottom: 1px solid $color-gray-75;*/
  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;
  min-height: 640px;
}

.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: #fff;
  /*border-top: 1px solid $color-gray-80;*/
  background: url(../img/footer-bg.png) center center/cover no-repeat;
}

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

@media (min-width: 960px) {
  .sidebar-on section,
  .side-image section {
    width: calc(100% - 300px - 20px);
    float: right;
  }
}
/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

768px以上

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  /*--------------------------------------------------
  グローバル設定
  --------------------------------------------------*/
  body {
    min-width: inherit;
    font-size: 94%;
  }
  /*--------------------------------------------------
  包含ブロック ペイン形成用
  --------------------------------------------------*/
  header {
    position: relative;
  }
  .header-inner {
    max-width: 1000px;
    padding: 0 20px 0 20px;
  }
  main {
    padding: 0;
  }
  .contents-wrap {
    padding: 0 20px 0 20px;
  }
  .side-contents {
    display: block;
    width: 25%;
    float: left;
  }
  .footer-inner {
    max-width: 1060px;
    padding: 25px 15px 25px 15px;
  }
}
/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

768px以上959px以下

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 959px) {
  /*--------------------------------------------------
  グローバル設定
  --------------------------------------------------*/
  .header-inner {
    padding: 0 0 0 10px;
  }
}
/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/
.header-inner {
  position: relative;
  display: flex;
}
.header-inner h1 {
  margin: 0 0 0 0;
  flex: 1 1 calc(100% - 60px);
}
.header-inner h1 a {
  display: block;
  padding: 5px 0 5px 10px;
  background: url(../img/logo.png) 10px center no-repeat;
  height: 50px;
}
@media (max-width: 375px) {
  .header-inner h1 a {
    background: url(../img/logo.png) 10px center/80% auto no-repeat;
  }
}
.header-inner h1 a span {
  display: block;
}
.header-inner h1 a span.caption {
  line-height: 20px;
}
.header-inner h1 a span.title {
  line-height: 30px;
  text-indent: -9999px;
}
.header-inner {
  /* end h1 */
}

/* end header */
/* ヘッダー　メニューをクリックしたとき
------------------------------------*/
.open-header .header-inner {
  display: block;
}
.open-header {
  /* グローバルナビ */
}
.open-header .menu-list.open {
  margin: 0 0 20px 0;
}
.open-header .menu-list.open .nav-4::before {
  left: 90px;
  top: 16px;
}
.open-header {
  /* サブナビ */
}
.open-header .sub-nav {
  display: block;
  padding: 0 10px 0 10px;
  text-align: center;
}
.open-header .sub-nav li {
  margin: 0 0 20px 0;
  display: inline-block;
  width: 48%;
}
.open-header .sub-nav .nav-search {
  width: 100%;
  display: block;
}
.open-header .sub-nav .nav-search input {
  height: 40px;
}
.open-header .sub-nav .nav-search .text {
  width: 80%;
}
.open-header .sub-nav .nav-search .ico-search {
  width: 20%;
}
.open-header .sub-nav .member-btn {
  margin-left: 0;
}
.open-header .sub-nav .member-btn a {
  margin: 10px;
}
.open-header {
  /* end .sub-nav */
} /* end .open-header */
/* グローバルナビ
------------------------------------*/
.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: #f2b094;
}
.global-nav .nav-4 {
  position: relative;
}
.global-nav .nav-4::before {
  position: absolute;
  content: "NEW";
  color: red;
  font-weight: bold;
  font-size: 65%;
  width: 3em;
  height: 1em;
  left: 1em;
  top: 0.6em;
}
.global-nav .nav-4 a {
  color: green;
}
.global-nav .nav-4 a:hover {
  color: green;
}
.global-nav .nav-4 a:hover:before {
  background: green;
}
.global-nav .nav-4 a:active:before {
  background: green;
}
.global-nav .nav-6 a {
  color: #1f6ad2;
}
.global-nav .nav-6 a:hover {
  color: #7ea9e4;
}
.global-nav .nav-6 a:hover:before {
  background: #1f6ad2;
}
.global-nav .nav-6 a:active:before {
  background: #1f6ad2;
}
.global-nav ul.menu-list-sub {
  position: absolute;
  display: block;
  width: 100%;
}
.global-nav ul.menu-list-sub li {
  width: 100%;
  background-color: rgba(128, 126, 125, 0.8);
  display: none;
}
.global-nav ul.menu-list-sub li:before {
  display: none;
}
.global-nav ul.menu-list-sub li:after {
  display: none;
}
.global-nav ul.menu-list-sub li a {
  color: #ffffff;
  font-size: 80%;
  font-weight: normal;
  text-align: left;
  padding: 0.5em 1em;
  height: auto;
  box-sizing: border-box;
  line-height: 1.5em;
}
.global-nav ul.menu-list-sub li a:before {
  display: none;
}
.global-nav ul.menu-list-sub li a:hover {
  opacity: 0.7;
}
.global-nav ul.menu-list-sub .menu-list-sub {
  display: none;
}
.global-nav li.current ul.menu-list-sub li {
  /*display: block;*/
}
.global-nav li:hover ul.menu-list-sub li {
  display: block;
  transition: 0.2s ease-in-out;
}
.global-nav .nav-home span {
  margin: 0 0 0 10px;
}
.global-nav {
  /* ドロアーボタン */
}
.global-nav .nav-drawer-btn {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.global-nav .nav-drawer-btn.open {
  z-index: 100;
}
.global-nav .nav-drawer-btn.open .lines-title {
  color: #fff;
}
.global-nav .nav-drawer-btn .lines-wrap {
  position: relative;
  height: 38px;
}
.global-nav .nav-drawer-btn .lines-title {
  height: 22px;
  line-height: 22px;
}
.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: #f0825e;
  margin: 24px 0 0 -12px;
  left: 50%;
}
.global-nav .nav-drawer-btn span::before, .global-nav .nav-drawer-btn span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #f0825e;
  top: -8px;
  transition: 0.3s;
  left: 0;
}
.global-nav .nav-drawer-btn span:after {
  top: 8px;
}
.global-nav .nav-drawer-btn p {
  position: absolute;
  bottom: 0;
}
.global-nav {
  /* end .nav-drawer-btn */
}
.global-nav .title-menu {
  display: none;
}
.global-nav .current a {
  color: #f0825e;
}
.global-nav .current.nav-4 a {
  color: green;
}
.global-nav .current.nav-4 a:before {
  background: green;
}
.global-nav .current.nav-6 a {
  color: #1f6ad2;
}
.global-nav .current.nav-6 a:before {
  background: #1f6ad2;
}

/* end .global-nav */
.global-nav-side ul li a {
  position: relative;
  display: block;
  font-size: 90%;
  padding: 12px 32px 12px 10px;
  border-bottom: 1px solid #ccc;
}
.global-nav-side ul li {
  background: #fff;
}
.global-nav-side ul li.current {
  background: rgba(0, 122, 183, 0.1);
}
.global-nav-side .menu-list ul > li > a {
  margin-left: 10px;
}

/* ニュース一覧
------------------------------------*/
.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 */
/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/
@media screen and (min-width: 960px) {
  header {
    margin-bottom: 0;
  }
}
header h1 {
  float: left;
  margin: 0 0 0 8px;
}
header h1 a {
  display: block;
  /*background: url(/img/header_title.svg) 0 center no-repeat;*/
  /*background-size: contain;*/
  /*width: 320px;*/
  height: 34px;
  padding: 10px 0 10px 0px;
  /*@include text-none;*/
}
header {
  /* end h1 */
  /* サブナビ
  ------------------------------------*/
}
header .sub-nav {
  display: none;
}
header .sub-nav li a {
  font-size: 94%;
  position: relative;
  color: #333333;
}
header .sub-nav li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #f0825e;
}
header .sub-nav li a:hover {
  color: #f0825e;
}
@media screen and (min-width: 960px) {
  header .sub-nav {
    position: absolute;
    display: block;
    top: 11px;
    right: 19px;
    display: flex;
    align-items: center;
  }
  header .sub-nav li {
    display: inline-block;
    vertical-align: middle;
  }
  header .sub-nav li a {
    display: block;
  }
}
header .sub-nav .nav-search .text {
  width: 150px;
}
header .sub-nav .nav-search .ico-search {
  background-color: #e5e5e5;
}
header .sub-nav .member-btn {
  background: #f0825e;
  margin-left: 10px;
  border-radius: 5px;
}
header .sub-nav .member-btn a {
  display: block;
  background: url(../img/member-icon.png) center 10px no-repeat;
  padding-top: 34px;
  color: #fff;
  padding: 34px 10px 0;
}
header .sub-nav .member-btn a:hover {
  opacity: 0.6;
}
header {
  /* end .sub-nav */
} /* end header */
/* ヘッダー　メニューをクリックしたとき
------------------------------------*/
.open-header {
  /* グローバルナビ */
}
.open-header .menu-list.open {
  margin: 0 0 20px 0;
}
.open-header {
  /* サブナビ */
}
.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 #f0825e;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
}
.open-header {
  /* end .sub-nav */
} /* 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 .medium {
  background: url(../img/title-bg.png) center center/cover no-repeat;
  height: auto;
  padding: 15px 0 10px 10px;
}
article .medium .inner {
  max-width: 1000px;
  margin: 0 auto;
  color: #003f97;
}
article .right {
  text-align: right;
}
article .first {
  margin-top: 10px;
}
article .breadcrumb-nav {
  display: none;
}
article section .h2-pagetitle {
  margin-bottom: 1em;
  height: auto;
  line-height: 1.5em;
  font-weight: bold;
  padding-left: 0;
  font-size: 140%;
  padding-top: 10px;
  letter-spacing: 0.05em;
  color: #555555;
}
@media (max-width: 425px) {
  article section .h2-pagetitle {
    margin-top: 0;
  }
}

/* end article */
/*--------------------------------------------------
セクション
--------------------------------------------------*/
/* 見出し
------------------------------------*/
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: $color-sub;*/
  padding: 0 0 20px 20px;
  color: #fff;
  margin-bottom: 15px;
}
section .h2-description:before, body.mceContentBody .h2-description:before {
  content: none;
  height: 100%;
  width: 300%;
  background-color: #BF9239;
  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 h5, body.mceContentBody h5 {
  font-size: 105%;
  margin: 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;
}
section ul li:before, body.mceContentBody ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #f0825e;
}
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, body.mceContentBody {
  /* テーブル */
}
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: #f2f2f2;
}
section, body.mceContentBody {
  /* common.jsと連動★<a>で囲まれたimg */
}
section .img-parent, body.mceContentBody .img-parent {
  position: relative;
}
section .img-parent i, body.mceContentBody .img-parent i {
  display: none;
}
section, body.mceContentBody {
  /* common.jsと連動★画像に拡大アイコンを付ける */
}
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, body.mceContentBody {
  /* ボタン */
}
section .btn a, body.mceContentBody .btn a {
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  border: 1px solid #f0825e;
  border-radius: 7px;
  padding: 13px 30px 13px 20px;
  position: relative;
  margin: 0;
  background: #f0825e;
}
section .btn a:before, body.mceContentBody .btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  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: #fff;
  color: #f0825e;
}
section .btn a:hover:before, body.mceContentBody .btn a:hover:before {
  border-top: 2px solid #f0825e;
  border-right: 2px solid #f0825e;
}
section, body.mceContentBody {
  /* 横ライン */
}
section hr, body.mceContentBody hr {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 60px 0 60px 0;
}
section, body.mceContentBody {
  /* 引用 */
}
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, body.mceContentBody {
  /* texticon
  ------------------------------------*/
  /* normal */
}
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.2em;
  line-height: 1.3em;
  font-size: 84%;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 0 0 0 3px;
}
section, body.mceContentBody {
  /* imgが入った場合はafter要素を消す（+jquery） */
}
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, body.mceContentBody {
  /* hover */
}
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, body.mceContentBody {
  /* 個別 */
}
section a[href$=".doc"]:after, body.mceContentBody a[href$=".doc"]:after {
  content: "doc";
  background: #8dbceb;
  vertical-align: middle;
}
section a[href$=".docx"]:after, body.mceContentBody a[href$=".docx"]:after {
  content: "docx";
  background: #4b84bd;
  vertical-align: middle;
}
section a[href$=".ppt"]:after, body.mceContentBody a[href$=".ppt"]:after {
  content: "ppt";
  background: #e6bc93;
  vertical-align: middle;
}
section a[href$=".pptx"]:after, body.mceContentBody a[href$=".pptx"]:after {
  content: "pptx";
  background: #d98634;
  vertical-align: middle;
}
section a[href$=".pdf"]:after, body.mceContentBody a[href$=".pdf"]:after {
  content: "PDF";
  background: #9c3b44;
  vertical-align: middle;
}
section a[href$=".zip"]:after, body.mceContentBody a[href$=".zip"]:after {
  content: "zip";
  background: #d9c14c;
  vertical-align: middle;
}
section a[href$=".lzh"]:after, body.mceContentBody a[href$=".lzh"]:after {
  content: "lzh";
  background: #e0d59d;
  vertical-align: middle;
}
section a[href$=".csv"]:after, body.mceContentBody a[href$=".csv"]:after {
  content: "csv";
  background: #a1b59a;
  vertical-align: middle;
}
section a[href$=".txt"]:after, body.mceContentBody a[href$=".txt"]:after {
  content: "txt";
  background: #999999;
  vertical-align: middle;
}
section a[href$=".slt"]:after, body.mceContentBody a[href$=".slt"]:after {
  content: "slt";
  background: #ccc470;
  vertical-align: middle;
}
section a[href$=".sltx"]:after, body.mceContentBody a[href$=".sltx"]:after {
  content: "sltx";
  background: #d4d0a9;
  vertical-align: middle;
}
section a[href$=".psd"]:after, body.mceContentBody a[href$=".psd"]:after {
  content: "psd";
  background: #36b0d9;
  vertical-align: middle;
}
section a[href$=".ai"]:after, body.mceContentBody a[href$=".ai"]:after {
  content: "ai";
  background: #cc723d;
  vertical-align: middle;
}
section a[href$=".xls"]:after, body.mceContentBody a[href$=".xls"]:after {
  content: "xls";
  background: #7db381;
  vertical-align: middle;
}
section a[href$=".xlsx"]:after, body.mceContentBody a[href$=".xlsx"]:after {
  content: "xlsx";
  background: #4c9953;
  vertical-align: middle;
}

/* end section */
/*--------------------------------------------------
サイドコンテンツ
--------------------------------------------------*/
.general .local-nav,
.news .local-nav {
  max-height: 500px;
  overflow-y: scroll;
}

.side-contents {
  background: #f2f2f2;
  overflow: hidden;
  /* ローカルナビ
  ------------------------------------*/
}
.side-contents .local-nav {
  margin: 30px 15px 30px 15px;
  background: #fff;
  padding: 0 15px 20px 15px;
}
.side-contents .local-nav h2 {
  font-size: 107%;
  border-bottom: 4px solid #cccccc;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.side-contents .local-nav h2 a {
  display: block;
  padding: 15px 0 15px 0;
  position: relative;
  font-size: 93%;
}
.side-contents .local-nav {
  /* ローカルナビ第二階層 */
}
.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 {
  /* ローカルナビ第三階層 */
}
.side-contents .local-nav ul li ul {
  font-size: 100%;
}
.side-contents .local-nav ul li ul li a {
  padding: 8px 32px 6px 24px;
}
.side-contents .local-nav ul li ul {
  /* end li 3階層 */
}
.side-contents .local-nav ul li {
  /* end ul 3階層 */
}
.side-contents .local-nav ul {
  /* end li 2階層 */
  /*--- カレント ---*/
}
.side-contents .local-nav ul li.current {
  background: rgba(240, 130, 94, 0.1);
}
.side-contents .local-nav {
  /* end ul 2階層 */
}
.side-contents {
  /* end.local-nav */
}
@media (max-width: 767px) {
  .side-contents .left-banner li {
    text-align: center;
  }
}
.side-contents .left-banner li:before {
  display: none;
}
.side-contents .left-banner li a img {
  max-width: 240px;
}
.side-contents .left-banner li a i::after {
  display: none;
}
.side-contents .left-banner li a[href$=".pdf"]:after {
  display: none;
}
.side-contents .left-banner .ippan {
  margin-bottom: 8px;
  text-align: center;
  background: #e4eff5;
  padding: 3px;
  max-width: 255px;
  margin: 0 auto 8px;
}
.side-contents .left-banner .ippan a {
  color: #003f98;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 16px 0;
  border: 1px solid #003f98;
  font-size: 120%;
}
.side-contents .left-banner .ippan a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #003f98;
  border-right: 2px solid #003f98;
  top: 50%;
  right: 10px;
  margin: -3px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-contents {
  /* サイドコンテンツ　グローバルナビ
  ------------------------------------*/
}
.side-contents .global-nav {
  background: #fff;
}
.side-contents .global-nav .nav-drawer-btn {
  display: none;
}
.side-contents .global-nav .title-menu {
  display: block;
  background: #f0825e;
  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;
}
.side-contents {
  /* end .global-nav */
} /* 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へ戻るボタン */
}
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 {
  /* end .top */
}
footer .footer-inner .footer-nav {
  font-size: 88%;
  text-align: center;
  padding: 0 10px 0 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-inner .footer-nav .footer-logo {
  width: 40%;
  background: url(../img/footerlogo.png) center center/contain no-repeat;
  height: 90px;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  footer .footer-inner .footer-nav .footer-logo {
    width: 100%;
  }
}
footer .footer-inner .footer-nav ul {
  border-bottom: 1px solid #cccccc;
  text-align: left;
}
footer .footer-inner .footer-nav li {
  display: inline-block;
  margin: 0 10px 10px 10px;
}
footer .footer-inner .footer-nav li a {
  position: relative;
  color: #333333;
  color: #fff;
}
footer .footer-inner .footer-nav li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #f0825e;
}
footer .footer-inner .footer-nav li a:hover {
  color: #f0825e;
}
footer .footer-inner .footer-nav .footer-txt p {
  text-align: left;
  margin-left: 1.5em;
  color: #fff;
}
footer .footer-inner p {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 15px 0 0 0;
  color: #fff;
}
footer .footer-inner p small {
  font-size: 75%;
}
footer {
  /* end .footer-inner */
} /* end footer */
/*--------------------------------------------------
お問い合わせフォーム関連パーツ
--------------------------------------------------*/
/* タグ周りの共通設定 */
section label, section input,
section textarea,
section select {
  margin: 1.5%;
  padding: 6px;
}

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 {
  /* テキスト入力エリアのサイズ
  ------------------------------------*/
}
section .size-s {
  width: 80px;
}
section .size-m {
  width: 40%;
}
section .size-l {
  width: 91%;
}
section textarea.size-l {
  height: 60px;
}
section {
  /* エラーテキスト
  ------------------------------------*/
}
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 {
  /* エラー時の必須項目 */
}
section input.ebg,
section textarea.ebg,
section select.ebg {
  background: rgba(179, 22, 22, 0.1);
  border: 1px solid #B31616;
}
section {
  /* 必須マーク
  ------------------------------------*/
}
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 {
  /* 選択アイテム（checkbox radio）
  ------------------------------------*/
}
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 {
  /* ボタン系
  ------------------------------------*/
}
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 {
  /* 確認する、送信する */
}
section .btn-wrap .send {
  background: #f0825e;
  color: #fff;
}
section .btn-wrap .send:hover {
  background: rgb(235.6534090909, 93.7784090909, 47.3465909091);
}
section .btn-wrap {
  /* 戻る */
}
section .btn-wrap .back {
  border: 1px solid #808080;
  background: #b3b3b3;
  color: #fff;
  position: relative;
}
section .btn-wrap .back:hover {
  background: rgb(153.5, 153.5, 153.5);
}
section {
  /* end .btn-wrap */
} /* 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 .input-screen-text {
  display: none;
}
.mw_wp_form_preview .check-screen-text {
  display: block;
}
.mw_wp_form_preview {
  /* 個人情報の取り扱いエリア */
}
.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 #f0825e;
  padding: 8px 16px;
  margin: 0 2px 10px 2px;
  font-size: 92%;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #f0825e;
  color: #fff;
}
.wp-pagenavi span.current {
  background: #f0825e;
  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;
}

@media screen and (min-width: 960px) {
  section, body.mceContentBody {
    padding: 0;
  }
}
/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

768px以上

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  /*--------------------------------------------------
  ヘッダー
  --------------------------------------------------*/
  header h1 {
    margin: 0;
  }
  header h1 a {
    padding: 0;
  }
  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;
  }
  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: #f0825e;
  }
  section .top a:before, body.mceContentBody .top a:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #f0825e;
    border-left: 1px solid #f0825e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    left: 20px;
  }
  section, body.mceContentBody {
    /* end .top */
  } /* end section */
  /*--------------------------------------------------
  サイドコンテンツ
  --------------------------------------------------*/
  .side-contents {
    background: none;
    /* ローカルナビ
    ------------------------------------*/
  }
  .side-contents .local-nav {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .side-contents .local-nav h2 {
    font-size: 125%;
    border-bottom: 4px solid #cccccc;
    border-top: none;
  }
  .side-contents .local-nav h2 a {
    padding: 0;
  }
  .side-contents .local-nav h2 span {
    padding: 10px;
  }
  .side-contents .local-nav h2 span:before {
    display: none;
  }
  .side-contents {
    /* end.local-nav */
    /* サイドコンテンツ　グローバルナビ
    ------------------------------------*/
  }
  .side-contents .global-nav {
    display: none;
  }
  /* end .side-contents */
  /*--------------------------------------------------
  フッター
  --------------------------------------------------*/
  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 input,
  section textarea,
  section select {
    border: 1px solid #cccccc;
  }
  section input, section textarea {
    margin: 4px;
  }
  section {
    /* 入力エリア サイズの設定 */
  }
  section {
    /* ボタン系 */
  }
  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: 30%;
  }
  /* end .mw_wp_form */
} /* end media query */
/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

768px以上959px以下

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

960px以上

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (min-width: 960px) {
  /*--------------------------------------------------
  ヘッダー
  --------------------------------------------------*/
  .header-inner {
    flex-wrap: wrap;
  }
  .header-inner .site-title {
    flex: 1 1 60%;
  }
  .header-inner .site-title a {
    margin: 9px 0 0 0;
  }
  /* end header */
  /* グローバルナビ
  ------------------------------------*/
  .global-nav {
    width: 100%;
    flex: 1 1 100%;
  }
  .global-nav ul {
    display: flex;
  }
  .global-nav li {
    text-align: center;
    border: none;
    width: 15%;
    box-sizing: border-box;
    position: relative;
  }
  .global-nav li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #cccccc;
    top: 15px;
    right: 0;
  }
  .global-nav li:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #cccccc;
    top: 15px;
    left: 0;
  }
  .global-nav li:first-of-type {
    border-top: none;
  }
  .global-nav li a {
    padding: 15px 0 15px 0;
    height: 25px;
    line-height: 25px;
    color: #f0825e;
  }
  .global-nav .nav-1 {
    width: 16%;
  }
  .global-nav .nav-2 {
    width: 23%;
  }
  .global-nav .nav-5 {
    width: 18%;
  }
  .global-nav .nav-home {
    width: 10%;
  }
  .global-nav .nav-home span {
    display: none;
  }
  .global-nav li:hover a:before,
  .global-nav .current a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #f0825e;
    bottom: 0;
  }
  .global-nav .nav-drawer-btn {
    display: none;
  }
  .global-nav {
    /*----- グローバルナビ　リスト数（デフォルトは6つ） -----*/
    /* ナビ項目3つ */
  }
  .global-nav.nav-list-3 li {
    width: 20%;
  }
  .global-nav.nav-list-3 .nav-home {
    width: 10%;
  }
  .global-nav {
    /* ナビ項目4つ */
  }
  .global-nav.nav-list-4 li {
    width: 22%;
  }
  .global-nav.nav-list-4 .nav-home {
    width: 12%;
  }
  .global-nav {
    /* ナビ項目5つ */
  }
  .global-nav.nav-list-5 li {
    width: 18%;
  }
  .global-nav.nav-list-5 .nav-home {
    width: 10%;
  }
} /* end media query */
/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

 959px以下

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (max-width: 959px) {
  /*--------------------------------------------------
  グローバル設定
  --------------------------------------------------*/
  .global-nav .menu-list {
    display: none;
  }
  .global-nav ul.menu-list-sub {
    position: relative;
  }
}
/*-------------------------------------------------------------------------------
コンタクトエリア　セクション
-------------------------------------------------------------------------------*/
/* ボタン類
------------------------------------*/
.btn-wrap {
  margin: 0;
  text-align: center;
}
.btn-wrap p {
  margin: 0 0 20px 0;
}

.btn a {
  /*@include btn-r-rect;*/
}

/* 資料請求 */
.btn-request a {
  /*background: linear-gradient(to bottom,$color-sub 0,$color-sub-dull 100%);*/
  background: #BF9239;
  border-top: 1px solid #BF9239;
}
.btn-request a:hover {
  background: rgb(132.0826612903, 100.9637096774, 39.4173387097);
  border-top: 1px solid rgb(132.0826612903, 100.9637096774, 39.4173387097);
}

/* お申込み */
.btn-entry a {
  /*background: linear-gradient(to bottom,$color-orange-vivid 0,$color-orange-vivid-dull 100%);*/
  background: #f09311;
  border-top: 1px solid #f09311;
}
.btn-entry a:hover {
  background: rgb(136.2150197628, 82.9881422925, 8.5849802372);
  border-top: 1px solid rgb(136.2150197628, 82.9881422925, 8.5849802372);
}

/* 電話 */
.freedial {
  background: url(/zaiken/img/freedial.svg) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.freedial span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* お問い合わせ */
.btn-inquiry a {
  /*background: linear-gradient(to bottom,$color-main 0,$color-main-dull 100%);*/
  background: #f0825e;
  border-top: 1px solid #f0825e;
}
.btn-inquiry a:hover {
  background: rgb(212.2272727273, 67.2272727273, 19.7727272727);
  border-top: 1px solid rgb(212.2272727273, 67.2272727273, 19.7727272727);
}

.contact-area.section {
  clear: both;
  width: 92%;
  margin: 20 auto 0;
  border-top: 10px solid #BF9239;
  /*border-radius: 6px;*/
  box-sizing: border-box;
  padding: 0 30px 10px 30px;
  /* box-shadow */
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.contact-area.section h2 {
  border: none;
  padding: 0;
  width: 300px;
  height: 41px;
  font-size: 18px;
  text-align: center;
  margin: 25px auto 25px;
}
.contact-area.section h2:before {
  display: none;
}
.contact-area.section .btn-wrap:nth-of-type(1) {
  /*border-bottom: 2px solid $color-gray-85;
  padding: 0 0 20px 0;*/
}
.contact-area.section .btn-wrap:nth-of-type(2) {
  padding: 20px 0 0 0;
}
.contact-area.section p {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px 0 10px;
  padding: 0;
  width: 44%;
}
.contact-area.section .btn a {
  width: 100%;
  /*max-width: 180px;*/
  height: 60px;
  line-height: 60px;
  font-size: 130%;
  padding: 0;
}
.contact-area.section .btn a:after {
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}
.contact-area.section {
  /* 電話 */
}
.contact-area.section .freedial {
  background-size: contain;
  width: 44%;
  height: 0;
  padding: 13% 0 0 0;
}
.contact-area.section {
  /* お問い合わせ */
} /* end ..contact-area.section */
/*---------- コンタクトエリア　セクション　960px-1050px ----------*/
@media (min-width: 960px) and (max-width: 1050px) {
  .contact-area.section {
    width: 100%;
  }
  .contact-area.section .btn a {
    font-size: 112%;
  }
  /* end .contact-area.section */
} /* end media query */
/*---------- コンタクトエリア　セクション　640px-959px ----------*/
@media (min-width: 640px) and (max-width: 959px) {
  /* end .contact-area.section */
} /* end media query */
/*---------- コンタクトエリア　セクション　320px-959px ----------*/
@media (min-width: 320px) and (max-width: 959px) {
  .contact-area.section {
    margin: 0 auto 80px;
  }
} /* end media query */
/*---------- コンタクトエリア　セクション　-639px ----------*/
@media (max-width: 639px) {
  .contact-area.section {
    width: 99%;
    margin: 20px auto 60px;
    padding: 0 20px 30px 20px;
  }
  .contact-area.section h2 {
    width: 100%;
    background: url(/img/header_h1_logo_v2.svg) center 0 no-repeat;
    background-size: contain;
  }
  .contact-area.section .btn-wrap {
    width: 100%;
  }
  .contact-area.section .btn {
    width: 100%;
    margin: 0;
  }
  .contact-area.section .btn a {
    width: inherit;
    font-size: 106%;
  }
  .contact-area.section .btn a:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .contact-area.section a[href*=tel] {
    display: block;
  }
  .contact-area.section .freedial {
    margin: 0 0 15px 0;
    width: 100%;
    background: url(/zaiken/img/freedial.svg) center 0 no-repeat;
    background-size: contain;
    height: 86px;
    padding: 0;
  }
  .contact-area.section .btn-request {
    margin: 0 0 15px 0;
  }
  /* end .contact-area.section */
} /* end media query */
/*---------- コンタクトエリア　セクション　320px-400px ----------*/
@media (min-width: 320px) and (max-width: 400px) {
  .contact-area.section .freedial {
    height: 0;
    padding: 29.4% 0 0 0;
  }
  /* end .contact-area.section */
} /* end media query */
/*-------------------------------------------------------------------------------
コンタクトエリア　バナー
-------------------------------------------------------------------------------*/
.banner {
  overflow: hidden;
  padding: 0 15px 20px 15px;
  /* box-shadow */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
  border-radius: 5px;
  border-top: 6px solid #f0825e;
}
.banner h2 {
  font-size: 119%;
  font-weight: bold;
  text-align: center;
  padding: 14px 10px 24px 10px;
  box-sizing: border-box;
  background: url(/img/local_nav_title_border.svg) center bottom no-repeat;
  background-size: 230px 13px;
  margin: 0 0 10px 0;
}
.banner .btn a {
  height: 55px;
  line-height: 55px;
  font-size: 113%;
}
.banner .btn a:after {
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.banner .btn-inquiry {
  display: none;
}
.banner .freedial {
  background-size: 210px 62px;
  width: 210px;
  height: 62px;
  margin: 0 auto;
}

/* end .banner */
/*---------- コンタクトエリア　バナー　640px-959px ----------*/
@media (min-width: 640px) and (max-width: 959px) {
  /* end .banner */
} /* end media query */
/*---------- コンタクトエリア　バナー　320px-959px ----------*/
@media (min-width: 320px) and (max-width: 959px) {
  .banner {
    display: none;
  } /* end .banner */
} /* end media query */
/*---------- コンタクトエリア　バナー　-639px ----------*/
@media (max-width: 639px) {
  /* end .banner */
} /* end media query */

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