/* line 17, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* -----------------------------------------------
 * for layout grid
 * -----------------------------------------------*/
/* -----------------------------------------------
 * cleafix non overflow
 * -----------------------------------------------*/
/* -----------------------------------------------
 * 製品系カラー
 * -----------------------------------------------*/
/* line 1, ../../../../assets_src/scss/global/_base.scss */
body {
  font-family: "黑体";
  color: #333333;
  line-height: 1.29;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  float: left;
}

/* line 10, ../../../../assets_src/scss/global/_base.scss */
button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 100%;
}

/* line 17, ../../../../assets_src/scss/global/_base.scss */
img {
  vertical-align: top;
}

/* line 21, ../../../../assets_src/scss/global/_base.scss */
a {
  color: #24a3ed;
  text-decoration: none;
}

/* line 25, ../../../../assets_src/scss/global/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 29, ../../../../assets_src/scss/global/_base.scss */
.index-item01 .title a, .index-item02 .title a, .index-item03 .title a, .index-item01 a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
/* line 35, ../../../../assets_src/scss/global/_base.scss */
.index-item02 .title a:hover, .index-item03 .title a:hover, .index-item01 a:hover, .index-item02 .title a.js-hover, .index-item03 .title a.js-hover, .index-item01 a.js-hover {
  color: #24a3ed;
}

/* line 41, ../../../../assets_src/scss/global/_base.scss */
.index-item01, .index-item02, .index-item03, .form-controlls .button-positive, .form-controlls .button-negative, .flow-chart-block01 .image {
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}

/* line 44, ../../../../assets_src/scss/global/_base.scss */
.index-item01:hover, .index-item02:hover, .index-item03:hover, .index-item-has-link:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

/* line 1, ../../../../assets_src/scss/global/_frame.scss */
.page-frame {
  position: relative;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
/* line 6, ../../../../assets_src/scss/global/_frame.scss */
.page-frame .page-frame-content {
  position: relative;
  min-width: 940px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/* line 18, ../../../../assets_src/scss/global/_frame.scss */
.page-header .page-frame-content {
  height: 78px;
}
/* line 21, ../../../../assets_src/scss/global/_frame.scss */
.page-header .header-logo {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 5;
}
/* line 26, ../../../../assets_src/scss/global/_frame.scss */
.page-header .header-logo a {
  display: block;
}
/* line 30, ../../../../assets_src/scss/global/_frame.scss */
.page-header .page-header-utilities {
  position: absolute;
  right: 0;
  top: 15px;
}
/* line 72, ../../../../assets_src/scss/global/_frame.scss */
.page-header .global-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 940px;
  text-align: right;
  font-size: 0;
}
/* line 80, ../../../../assets_src/scss/global/_frame.scss */
.page-header .global-nav .global-nav-item {
  font-size: 16px;
  line-height: 1.2;
  margin-left: 35px;
  display: inline-block;
}
/* line 85, ../../../../assets_src/scss/global/_frame.scss */
.page-header .global-nav .global-nav-item a {
  color: #333333;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
/* line 90, ../../../../assets_src/scss/global/_frame.scss */
.page-header .global-nav .global-nav-item a:hover {
  color: #24a3ed;
  text-decoration: none;
}
/* line 96, ../../../../assets_src/scss/global/_frame.scss */
.page-header .global-nav .global-nav-item.global-nav-item-stay a {
  cursor: default;
  color: #24a3ed;
}

/* line 105, ../../../../assets_src/scss/global/_frame.scss */
.asb-ua-isLteIE7 .page-header {
  *zoom: 1;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.asb-ua-isLteIE7 .page-header:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 109, ../../../../assets_src/scss/global/_frame.scss */
.asb-ua-isLteIE7 .page-header-utilities {
  padding-left: 150px;
}
/* line 112, ../../../../assets_src/scss/global/_frame.scss */
.asb-ua-isLteIE7 .global-nav {
  *zoom: 1;
  left: 300px;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.asb-ua-isLteIE7 .global-nav:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 115, ../../../../assets_src/scss/global/_frame.scss */
.asb-ua-isLteIE7 .global-nav .global-nav-item {
  float: left;
}

/* line 122, ../../../../assets_src/scss/global/_frame.scss */
.page-content {
  margin-top: 20px;
  min-height: 600px;
}

/* line 135, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation01 {
  margin-top: 90px;
  padding: 30px 0;
  background: #f7f7f7;
  border-top: 1px solid #d9d9d9;
}
/* line 140, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation01 .anchor-link {
  position: absolute;
  right: 0;
  top: -81px;
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 1px solid #d9d9d9;
  background: gray url("../../ja/_error/404.html") 14px 18px no-repeat;
  z-index: 50;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
/* line 151, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation01 .anchor-link .label {
  display: none;
}
/* line 157, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation01 .anchor-link:hover {
  opacity: 0.6;
}
/* line 161, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation01 .nav {
  *zoom: 1;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.page-footer_navigation01 .nav:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 163, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation01 .nav .item {
  float: left;
  width: 300px;
  margin-left: 20px;
}
/* line 167, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation01 .nav .item img {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
/* line 173, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation01 .nav .item a:hover img {
  opacity: 0.6;
}
/* line 178, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation01 .nav .item:first-child {
  margin-left: 0;
}

/* line 185, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 {
  background: #666666;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  padding: 60px 0 70px;
}
/* line 190, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav {
  *zoom: 1;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.page-footer_navigation02 .nav:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 192, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .nav-category {
  width: 160px;
  float: left;
  margin-left: 9px;
  padding-left: 20px;
  border-left: 1px solid gray;
  position: relative;
}
/* line 199, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .nav-category:first-child {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}
/* line 206, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .nav-category-title,
.page-footer_navigation02 .nav .nav-category01 .link {
  font-size: 13px;
}
/* line 208, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .nav-category-title a,
.page-footer_navigation02 .nav .nav-category01 .link a {
  color: white;
}
/* line 210, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .nav-category-title a:hover,
.page-footer_navigation02 .nav .nav-category01 .link a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* line 216, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .links {
  margin-top: 25px;
}
/* line 218, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .links:first-child {
  margin-top: 0;
}
/* line 222, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .link {
  margin-top: 10px;
  font-size: 10px;
  padding-left: 8px;
  background: url("../../ja/shared/img/icons/icon_list_01.png") 0 0.4em no-repeat;
}
/* line 227, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .link:first-child {
  margin-top: 0;
}
/* line 230, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .link a {
  color: #e5e5e5;
}
/* line 232, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .link a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* line 238, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .nav-category01 .link {
  padding-left: 0;
  background: none;
  margin-top: 20px;
}
/* line 242, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .nav .nav-category01 .link:first-child {
  margin-top: 0;
  margin-bottom: 45px;
}
/* line 248, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .banner-area {
  position: absolute;
  bottom: 0;
  width: 180px;
  padding-top: 20px;
  border-top: 1px dotted #999;
}
/* line 255, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .banner-area .banner-list a {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  display: block;
}
/* line 258, ../../../../assets_src/scss/global/_frame.scss */
.page-footer_navigation02 .banner-area .banner-list a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 266, ../../../../assets_src/scss/global/_frame.scss */
.page-footer {
  background: #666666;
  border-top: 1px solid gray;
  font-size: 10px;
  padding: 30px 0 40px;
}
/* line 271, ../../../../assets_src/scss/global/_frame.scss */
.page-footer .logo-footer {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 276, ../../../../assets_src/scss/global/_frame.scss */
.page-footer .links {
  display: block;
  *zoom: 1;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.page-footer .links:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 279, ../../../../assets_src/scss/global/_frame.scss */
.page-footer .links .link {
  float: left;
  display: inline-block;
  background: url("../../ja/shared/img/frame/border_01.png") 0 0 no-repeat;
  margin-left: 10px;
  padding-left: 11px;
}
/* line 285, ../../../../assets_src/scss/global/_frame.scss */
.page-footer .links .link:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
/* line 290, ../../../../assets_src/scss/global/_frame.scss */
.page-footer .links .link a {
  color: #e5e5e5;
}
/* line 292, ../../../../assets_src/scss/global/_frame.scss */
.page-footer .links .link a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* line 299, ../../../../assets_src/scss/global/_frame.scss */
.page-footer .copyright {
  margin-top: 15px;
  display: block;
  text-align: right;
  color: #b2b2b2;
}

/**
 * layout　関連
 */
/* line 311, ../../../../assets_src/scss/global/_frame.scss */
.content-header {
  background: #808080;
  position: relative;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
/* line 316, ../../../../assets_src/scss/global/_frame.scss */
.content-header .title {
  padding: 24px 0 0 21px;
  min-height: 56px;
  font-size: 28px;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-weight: bold;
}
/* line 325, ../../../../assets_src/scss/global/_frame.scss */
.asb-ua-isLteIE8 .content-header .title {
  background: url("../../ja/_error/404.html") 0 0 repeat;
}
/* line 329, ../../../../assets_src/scss/global/_frame.scss */
.content-header .breadcrumb {
  position: absolute;
  right: 0;
  top: 0;
  *zoom: 1;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.content-header .breadcrumb:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 334, ../../../../assets_src/scss/global/_frame.scss */
.content-header .breadcrumb li {
  float: right;
  display: inline-block;
  display: table;
  height: 80px;
  padding: 0 0 0 9px;
  background: url("../../ja/_error/404.html") 0 0 no-repeat;
}
/* line 341, ../../../../assets_src/scss/global/_frame.scss */
.content-header .breadcrumb li:last-child {
  background: url("../../ja/_error/404.html") 0 0 no-repeat;
}
/* line 344, ../../../../assets_src/scss/global/_frame.scss */
.content-header .breadcrumb li a {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  line-height: 1.2;
  padding: 0 19px 0 15px;
  position: relative;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.79);
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
/* line 357, ../../../../assets_src/scss/global/_frame.scss */
.content-header .breadcrumb li a:hover {
  text-decoration: none;
  color: #1eb9ee;
}
/* line 361, ../../../../assets_src/scss/global/_frame.scss */
.asb-ua-isLteIE8 .content-header .breadcrumb li a {
  background: url("../../ja/_error/404.html") 0 0 repeat;
}
/* line 369, ../../../../assets_src/scss/global/_frame.scss */
.content-header-hasimage .content-header {
  background: none;
}
/* line 373, ../../../../assets_src/scss/global/_frame.scss */
.content-header.content-header-category-index {
  border: 1px solid #d9d9d9;
  height: 298px;
  background: black;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
/* line 378, ../../../../assets_src/scss/global/_frame.scss */
.content-header.content-header-category-index .body {
  position: absolute;
  left: 35px;
  top: 80px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: white;
}
/* line 385, ../../../../assets_src/scss/global/_frame.scss */
.content-header.content-header-category-index .title {
  font-size: 44px;
  line-height: normal;
  font-weight: normal;
  background: none;
  padding-left: 0;
  padding-top: 0;
}
/* line 393, ../../../../assets_src/scss/global/_frame.scss */
.content-header.content-header-category-index .description {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
}
/* line 400, ../../../../assets_src/scss/global/_frame.scss */
.content-header.content-header-category-index-company {
  background: url("../../ja/shared/img/category_top/bg_header_01.jpg") 0 0 no-repeat;
}
/* line 403, ../../../../assets_src/scss/global/_frame.scss */
.content-header.content-header-category-index-solution {
  background: url("../../ja/shared/img/category_top/bg_header_02.jpg") 0 0 no-repeat;
}
/* line 405, ../../../../assets_src/scss/global/_frame.scss */
.content-header.content-header-category-index-solution .body {
  color: #333333;
}
/* line 407, ../../../../assets_src/scss/global/_frame.scss */
.content-header.content-header-category-index-solution .body .title {
  letter-spacing: -0.1em;
  color: #333333;
}
/* line 413, ../../../../assets_src/scss/global/_frame.scss */
.content-header.content-header-category-index-product {
  background: url("../../ja/shared/img/category_top/bg_header_03.jpg") 0 0 no-repeat;
}

/* line 418, ../../../../assets_src/scss/global/_frame.scss */
.content-body {
  *zoom: 1;
  margin-top: 30px;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.content-body:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}

/* line 422, ../../../../assets_src/scss/global/_frame.scss */
.content-main {
  line-height: 1.92857;
  padding-top: 0;
}
/* line 425, ../../../../assets_src/scss/global/_frame.scss */
.content-main > *:first-child {
  margin-top: 0 !important;
}
/* line 428, ../../../../assets_src/scss/global/_frame.scss */
.content-main > .lead-text01:first-child, .content-main > .heading-index01:first-child {
  margin-top: 20px !important;
}
/* line 432, ../../../../assets_src/scss/global/_frame.scss */
.content-main > .heading01:first-child,
.content-main > .text01:first-child {
  margin-top: 10px !important;
}
/* line 436, ../../../../assets_src/scss/global/_frame.scss */
.content-header-hasimage .content-main {
  padding-top: 160px;
}

/* line 440, ../../../../assets_src/scss/global/_frame.scss */
.content-bottom {
  clear: both;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 50px;
}

/* line 448, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col.content-header-hasimage .content-body {
  padding-top: 170px;
}
/* line 451, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-main {
  padding-top: 0;
  float: left;
  width: 700px;
}
/* line 456, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside {
  float: right;
  width: 220px;
}
/* line 459, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside .nav-local {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
/* line 463, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside .nav-local .nav-item {
  border-top: 1px solid #d9d9d9;
}
/* line 465, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside .nav-local .nav-item:first-child {
  border-top: none;
}
/* line 468, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside .nav-local .nav-item .label {
  background: white;
  display: block;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 19px;
  height: 48px;
  width: 218px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
/* line 480, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside .nav-local .nav-item .label:hover {
  background: #cee6f2;
  text-decoration: none;
}
/* line 487, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside .nav-local .nav-item.nav-item-stay .label {
  cursor: default;
  color: white;
  background: #24a3ed;
}
/* line 491, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside .nav-local .nav-item.nav-item-stay .label:hover {
  background: #24a3ed;
}
/* line 495, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside .nav-local .nav-item.nav-item-stay a.label {
  cursor: pointer;
  background: #cccccc;
}
/* line 498, ../../../../assets_src/scss/global/_frame.scss */
.page-ftype-2col .content-aside .nav-local .nav-item.nav-item-stay a.label:hover {
  background: #91d1f6;
}

/****
 * params
 */
/* line 6, ../../../../assets_src/scss/global/_mixins.scss */
.layout-grid-1\/6 {
  width: 140px;
}

/* line 10, ../../../../assets_src/scss/global/_mixins.scss */
.layout-grid-1\/5 {
  width: 172px;
}

/* line 14, ../../../../assets_src/scss/global/_mixins.scss */
.layout-grid-1\/4 {
  width: 220px;
}

/* line 19, ../../../../assets_src/scss/global/_mixins.scss */
.layout-grid-1\/3,
.layout-grid-2\/6 {
  width: 300px;
}

/* line 26, ../../../../assets_src/scss/global/_mixins.scss */
.layout-grid-1\/2,
.layout-grid-2\/4,
.layout-grid-3\/6,
.layout-grid-4\/8 {
  width: 460px;
}

/* line 31, ../../../../assets_src/scss/global/_mixins.scss */
.layout-grid-2\/3,
.layout-grid-4\/6 {
  width: 620px;
}

/* line 36, ../../../../assets_src/scss/global/_mixins.scss */
.layout-grid-3\/4,
.layout-grid-6\/8 {
  width: 700px;
}

/* line 40, ../../../../assets_src/scss/global/_mixins.scss */
.layout-grid-5\/6 {
  width: 780px;
}

/* line 6, ../../../../assets_src/scss/global/_mixins.scss */
.page-ftype-2col .content-main .layout-grid-1\/6 {
  width: 100px;
}
/* line 10, ../../../../assets_src/scss/global/_mixins.scss */
.page-ftype-2col .content-main .layout-grid-1\/5 {
  width: 124px;
}
/* line 14, ../../../../assets_src/scss/global/_mixins.scss */
.page-ftype-2col .content-main .layout-grid-1\/4 {
  width: 160px;
}
/* line 19, ../../../../assets_src/scss/global/_mixins.scss */
.page-ftype-2col .content-main .layout-grid-1\/3,
.page-ftype-2col .content-main .layout-grid-2\/6 {
  width: 220px;
}
/* line 26, ../../../../assets_src/scss/global/_mixins.scss */
.page-ftype-2col .content-main .layout-grid-1\/2,
.page-ftype-2col .content-main .layout-grid-2\/4,
.page-ftype-2col .content-main .layout-grid-3\/6,
.page-ftype-2col .content-main .layout-grid-4\/8 {
  width: 340px;
}
/* line 31, ../../../../assets_src/scss/global/_mixins.scss */
.page-ftype-2col .content-main .layout-grid-2\/3,
.page-ftype-2col .content-main .layout-grid-4\/6 {
  width: 460px;
}
/* line 36, ../../../../assets_src/scss/global/_mixins.scss */
.page-ftype-2col .content-main .layout-grid-3\/4,
.page-ftype-2col .content-main .layout-grid-6\/8 {
  width: 520px;
}
/* line 40, ../../../../assets_src/scss/global/_mixins.scss */
.page-ftype-2col .content-main .layout-grid-5\/6 {
  width: 580px;
}

/* line 14, ../../../../assets_src/scss/global/_component.scss */
.layout-center {
  text-align: center;
}

/* line 17, ../../../../assets_src/scss/global/_component.scss */
.layout-vtop {
  vertical-align: top !important;
}

/* line 20, ../../../../assets_src/scss/global/_component.scss */
.layout-vmiddle {
  vertical-align: middle;
}

/* line 23, ../../../../assets_src/scss/global/_component.scss */
.layout-right {
  text-align: right;
}

/* line 26, ../../../../assets_src/scss/global/_component.scss */
.layout-stick-top {
  margin-top: 0 !important;
}

/* line 29, ../../../../assets_src/scss/global/_component.scss */
.layout-margin-top10 {
  margin-top: 10px;
}

/* line 32, ../../../../assets_src/scss/global/_component.scss */
.layout-margin-top15 {
  margin-top: 15px;
}

/* line 35, ../../../../assets_src/scss/global/_component.scss */
.layout-margin-top20 {
  margin-top: 20px;
}

/* line 38, ../../../../assets_src/scss/global/_component.scss */
.layout-margin-top30 {
  margin-top: 30px !important;
}

/* line 41, ../../../../assets_src/scss/global/_component.scss */
.layout-margin-top40 {
  margin-top: 40px !important;
}

/* line 44, ../../../../assets_src/scss/global/_component.scss */
.layout-margin-bottom5 {
  margin-bottom: 5px !important;
}

/* line 48, ../../../../assets_src/scss/global/_component.scss */
hr {
  margin: 35px 0 20px;
  border: none;
  border-top: 1px solid #cccccc;
  background: none;
}

/* line 54, ../../../../assets_src/scss/global/_component.scss */
hr.hr-dotted {
  border: none;
  border-top: 1px dotted #cccccc;
}

/* line 59, ../../../../assets_src/scss/global/_component.scss */
em {
  color: inherit;
  font-weight: bold;
  font-style: normal;
}

/* line 65, ../../../../assets_src/scss/global/_component.scss */
strong {
  font-weight: bold;
  font-style: normal;
}

/* line 71, ../../../../assets_src/scss/global/_component.scss */
sup {
  margin: 0 0.2em;
  vertical-align: top;
  font-size: 83%;
}

/* line 77, ../../../../assets_src/scss/global/_component.scss */
sub {
  margin: 0 0.2em;
  vertical-align: bottom;
  font-size: 83%;
}

/* -----------------------------------------------
 * icons
 * -----------------------------------------------*/
/* line 87, ../../../../assets_src/scss/global/_component.scss */
.icon, .icon-pdf, a.link-pdf:before, .icon-link, .icon-window, a.link-open-win:after, .icon-float, .icon-mail, a.link-mail:after, .icon-rss, a.link-rss:before {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}

/* line 92, ../../../../assets_src/scss/global/_component.scss */
.icon-pdf, a.link-pdf:before {
  background: url("../../ja/shared/img/icons/icon_pdf_01.png") 0 0 no-repeat;
  width: 14px;
  height: 15px;
  vertical-align: -2px;
}

/* line 99, ../../../../assets_src/scss/global/_component.scss */
.icon-link {
  background: url("../../ja/shared/img/icons/icon_link_01.png") 0 0 no-repeat;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  vertical-align: -1px;
}

/* line 107, ../../../../assets_src/scss/global/_component.scss */
.icon-window, a.link-open-win:after {
  background: url("../../ja/shared/img/icons/icon_window_01.png") 0 0 no-repeat;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  vertical-align: 1px;
}

/* line 115, ../../../../assets_src/scss/global/_component.scss */
.icon-float {
  background: url("../../ja/shared/img/icons/icon_window_02.png") 0 0 no-repeat;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  vertical-align: 1px;
}

/* line 123, ../../../../assets_src/scss/global/_component.scss */
.icon-mail, a.link-mail:after {
  background: url("../../ja/shared/img/icons/icon_mail_01.png") 0 0 no-repeat;
  width: 14px;
  height: 11px;
  margin-left: 5px;
  vertical-align: -1px;
}

/* line 131, ../../../../assets_src/scss/global/_component.scss */
.icon-rss, a.link-rss:before {
  background: url("../../ja/shared/img/icons/icon_rss_01.png") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 2px;
  vertical-align: -1px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* -----------------------------------------------
 * texts
 * -----------------------------------------------*/
/* line 144, ../../../../assets_src/scss/global/_component.scss */
.lead-text01, .heading-index01 {
  font-size: 28px;
  font-weight: normal;
  margin: 40px 15px 0;
  line-height: 1.33;
}
/* line 149, ../../../../assets_src/scss/global/_component.scss */
.lead-text01:first-child, .heading-index01:first-child {
  margin-top: 20px;
}
/* line 152, ../../../../assets_src/scss/global/_component.scss */
.lead-text01 sup, .heading-index01 sup {
  font-size: 42%;
  padding-top: 2px;
  display: inline-block;
}

/* line 158, ../../../../assets_src/scss/global/_component.scss */
.text01, .text02, .note01 {
  margin: 20px 15px 0;
}
/* line 160, ../../../../assets_src/scss/global/_component.scss */
.text01:first-child, .text02:first-child, .note01:first-child {
  margin-top: 0;
}

/* line 166, ../../../../assets_src/scss/global/_component.scss */
.lead-text01 + .text01, .heading-index01 + .text01 {
  margin-top: 23px;
}
/* line 171, ../../../../assets_src/scss/global/_component.scss */
.note-block01 + .text01, .note-block02 + .text01, .image-block01 + .text01 {
  margin-top: 36px;
}

/* line 175, ../../../../assets_src/scss/global/_component.scss */
.text01-light {
  color: gray;
}

/* line 178, ../../../../assets_src/scss/global/_component.scss */
.text02 {
  font-size: 12px;
}

/* line 183, ../../../../assets_src/scss/global/_component.scss */
.note01 {
  color: gray;
}

/* -----------------------------------------------
 * note-block
 * -----------------------------------------------*/
/* line 191, ../../../../assets_src/scss/global/_component.scss */
.note-block01, .note-block02 {
  margin-top: 40px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  padding: 15px 19px;
  background: #fafafa;
}
/* line 197, ../../../../assets_src/scss/global/_component.scss */
.note-block01 .text01, .note-block02 .text01 {
  margin-left: 0;
  margin-right: 0;
}
/* line 203, ../../../../assets_src/scss/global/_component.scss */
.note-block01 hr, .note-block02 hr {
  margin-top: 20px;
}

/* line 213, ../../../../assets_src/scss/global/_component.scss */
.note-block01 .image-block01,
.note-block01 .image-block02 {
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
}
/* line 217, ../../../../assets_src/scss/global/_component.scss */
.note-block01 .image-block01:first-child,
.note-block01 .image-block02:first-child {
  margin-left: 0;
}
/* line 222, ../../../../assets_src/scss/global/_component.scss */
.note-block01 .layout-block .layout-block-sub {
  width: 158px;
}

/* line 228, ../../../../assets_src/scss/global/_component.scss */
.note-block02 {
  *zoom: 1;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.note-block02:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 231, ../../../../assets_src/scss/global/_component.scss */
.note-block02 .image-link {
  float: left;
  width: 158px;
}
/* line 235, ../../../../assets_src/scss/global/_component.scss */
.note-block02 .body {
  margin-left: 20px;
  float: left;
}

/* -----------------------------------------------
 * heading
 * -----------------------------------------------*/
/* line 245, ../../../../assets_src/scss/global/_component.scss */
.heading01, .heading02, .heading03, .heading04 {
  font-weight: bold;
  line-height: 1.2;
}
/* line 248, ../../../../assets_src/scss/global/_component.scss */
.heading01 img, .heading02 img, .heading03 img, .heading04 img {
  margin-left: 10px;
  vertical-align: baseline;
}

/* line 257, ../../../../assets_src/scss/global/_component.scss */
.heading01 {
  font-size: 20px;
  margin-top: 60px;
  border-left: 3px solid #24a3ed;
  margin: 60px 15px 20px 0;
  padding-left: 12px;
  padding-top: 1px;
  line-height: 1.15;
}
/* line 266, ../../../../assets_src/scss/global/_component.scss */
hr + .heading01 {
  margin-top: 20px;
}

/* line 271, ../../../../assets_src/scss/global/_component.scss */
.heading02 {
  font-size: 18px;
  margin: 40px 15px 20px;
}
/* line 275, ../../../../assets_src/scss/global/_component.scss */
.heading01 + .heading02 {
  margin-top: 20px;
}
/* line 278, ../../../../assets_src/scss/global/_component.scss */
.heading02 + .heading02 {
  margin-top: 20px;
}

/* line 283, ../../../../assets_src/scss/global/_component.scss */
.heading03 {
  font-size: 14px;
  font-weight: normal;
  color: #808080;
}

/* line 291, ../../../../assets_src/scss/global/_component.scss */
.heading04 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #333333;
  font-weight: bold;
  margin: 40px 15px 20px;
}

/* line 304, ../../../../assets_src/scss/global/_component.scss */
a.link-open-win:after {
  content: '';
}

/* line 310, ../../../../assets_src/scss/global/_component.scss */
a.link-pdf:before {
  content: '';
}

/* line 316, ../../../../assets_src/scss/global/_component.scss */
a.link-mail:after {
  content: '';
}

/* line 322, ../../../../assets_src/scss/global/_component.scss */
a.link-rss:before {
  content: '';
}

/* line 327, ../../../../assets_src/scss/global/_component.scss */
.link-list01 {
  margin: 20px 15px 0;
  padding: 0;
  list-style-type: none;
}
/* line 331, ../../../../assets_src/scss/global/_component.scss */
.link-list01:first-child {
  margin-top: 0;
}
/* line 334, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li {
  margin: 5px 0 0;
  padding: 0;
}
/* line 337, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li:first-child {
  margin-top: 0;
}
/* line 340, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li a {
  color: #333333;
  font-weight: bold;
  padding-left: 16px;
  display: inline-block;
  position: relative;
}
/* line 346, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li a .note {
  margin-left: 20px;
  display: inline-block;
  font-size: 10px;
  color: gray;
  vertical-align: middle;
  font-weight: normal;
}
/* line 354, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li a:before {
  content: "";
  display: inline-block;
  background: url("../../ja/shared/img/icons/icon_link_01.png") 0 0 no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 4px;
}
/* line 365, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li a:hover, .link-list01 li a.js-hover {
  text-decoration: none;
  color: #24a3ed;
}
/* line 368, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li a:hover .note, .link-list01 li a.js-hover .note {
  color: gray;
}
/* line 373, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li a.link-pdf {
  padding-left: 17px;
}
/* line 375, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li a.link-pdf:before {
  background: url("../../ja/shared/img/icons/icon_pdf_01.png") 0 0 no-repeat;
  width: 14px;
  height: 15px;
  top: 2px;
}
/* line 382, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li a.link-sub {
  font-weight: normal;
  color: gray;
}
/* line 385, ../../../../assets_src/scss/global/_component.scss */
.link-list01 li a.link-sub:hover {
  color: #24a3ed;
}

/* -----------------------------------------------
 * buttons
 * -----------------------------------------------*/
/* line 396, ../../../../assets_src/scss/global/_component.scss */
.button-blue01 {
  display: inline-block;
  margin: 0;
  padding: 0 15px 0;
  font-weight: bold;
  color: white;
  background: #24a3ed;
  line-height: 40px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
/* line 408, ../../../../assets_src/scss/global/_component.scss */
.button-blue01:hover {
  background: #91d1f6;
  text-decoration: none;
}
/* line 412, ../../../../assets_src/scss/global/_component.scss */
.button-blue01 .note {
  color: white;
  margin-left: 5px;
  font-size: 10px;
}

/* line 418, ../../../../assets_src/scss/global/_component.scss */
.button-plane01 {
  display: inline-block;
  margin: 0;
  padding: 0 14px 0;
  font-weight: bold;
  color: #333333;
  background: white;
  line-height: 38px;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  font-size: 16px;
}
/* line 430, ../../../../assets_src/scss/global/_component.scss */
.button-plane01:hover {
  background: #cee6f2;
  color: #333333;
  text-decoration: none;
}

/* -----------------------------------------------
 * lists
 * -----------------------------------------------*/
/* line 441, ../../../../assets_src/scss/global/_component.scss */
.unordered-list01, .ordered-list01 {
  margin: 20px 15px 0 35px;
}
/* line 443, ../../../../assets_src/scss/global/_component.scss */
.unordered-list01 li, .ordered-list01 li {
  margin-top: 12px;
}
/* line 445, ../../../../assets_src/scss/global/_component.scss */
.unordered-list01 li:first-child, .ordered-list01 li:first-child {
  margin-top: 0;
}

/* line 450, ../../../../assets_src/scss/global/_component.scss */
.unordered-list01 {
  list-style-type: disc;
}

/* line 455, ../../../../assets_src/scss/global/_component.scss */
.unordered-list02 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 40px 15px 0;
}
/* line 460, ../../../../assets_src/scss/global/_component.scss */
.unordered-list02 li {
  margin-top: 20px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

/* line 469, ../../../../assets_src/scss/global/_component.scss */
.ordered-list01 {
  list-style-type: decimal;
}

/* line 475, ../../../../assets_src/scss/global/_component.scss */
.definition-list01 {
  margin: 40px 15px 0;
  padding: 0;
}
/* line 478, ../../../../assets_src/scss/global/_component.scss */
.definition-list01:first-child {
  margin-top: 0;
}
/* line 481, ../../../../assets_src/scss/global/_component.scss */
.image-block01 + .definition-list01 {
  margin-top: 20px;
}
/* line 484, ../../../../assets_src/scss/global/_component.scss */
.definition-list01 dt {
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
}
/* line 488, ../../../../assets_src/scss/global/_component.scss */
.definition-list01 dt:first-child {
  margin-top: 0;
}
/* line 492, ../../../../assets_src/scss/global/_component.scss */
.definition-list01 dd {
  color: #333333;
  margin-top: 3px;
}

/* line 499, ../../../../assets_src/scss/global/_component.scss */
.definition-list02 {
  border-top: 1px dotted #d9d9d9;
  margin: 40px 0 0;
  padding: 17px 15px 0;
}
/* line 503, ../../../../assets_src/scss/global/_component.scss */
.definition-list02:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
/* line 508, ../../../../assets_src/scss/global/_component.scss */
.definition-list02 + .definition-list02 {
  margin-top: 17px;
}
/* line 512, ../../../../assets_src/scss/global/_component.scss */
.definition-list02 dt {
  font-size: 12px;
  color: gray;
}
/* line 516, ../../../../assets_src/scss/global/_component.scss */
.definition-list02 dd {
  margin-top: 10px;
}
/* line 520, ../../../../assets_src/scss/global/_component.scss */
.definition-list02 .link-list01 {
  margin-left: 0;
  margin-right: 0;
}
/* line 525, ../../../../assets_src/scss/global/_component.scss */
.definition-list02 .link-list01 a {
  padding-left: 0;
}
/* line 527, ../../../../assets_src/scss/global/_component.scss */
.definition-list02 .link-list01 a:before {
  display: none;
}
/* line 530, ../../../../assets_src/scss/global/_component.scss */
.definition-list02 .link-list01 a.link-pdf:before {
  display: inline-block;
}

/* line 538, ../../../../assets_src/scss/global/_component.scss */
.note-list01 {
  margin: 17px 15px 0;
  font-size: 12px;
  line-height: 1.71429;
}
/* line 545, ../../../../assets_src/scss/global/_component.scss */
.image-block01 + .note-list01, .image-block02 + .note-list01, .table01 + .note-list01, .table03 + .note-list01, .table02 + .note-list01 {
  margin-top: 15px;
}
/* line 548, ../../../../assets_src/scss/global/_component.scss */
.note-list01 li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.2em;
}
/* line 552, ../../../../assets_src/scss/global/_component.scss */
.note-list01 li:first-child {
  margin-top: 0;
}
/* line 555, ../../../../assets_src/scss/global/_component.scss */
.note-list01 li.marker-wide {
  padding-left: 1.9em;
}
/* line 559, ../../../../assets_src/scss/global/_component.scss */
.note-list01 .marker {
  position: absolute;
  left: 0;
  top: 0;
}

/* -----------------------------------------------
 * bordered-block
 * -----------------------------------------------*/
/* line 569, ../../../../assets_src/scss/global/_component.scss */
.bordered-block01 {
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  margin: 15px 0 0;
  padding: 15px 0 10px;
}
/* line 576, ../../../../assets_src/scss/global/_component.scss */
.bordered-block01 + .bordered-block01 {
  border-top: 0;
  margin-top: 0;
}

/* -----------------------------------------------
 * imageblock
 * -----------------------------------------------*/
/* line 585, ../../../../assets_src/scss/global/_component.scss */
.image-block01, .image-block02 {
  margin-top: 38px;
}
/* line 587, ../../../../assets_src/scss/global/_component.scss */
.image-block01:first-child, .image-block02:first-child {
  margin-top: 0;
}
/* line 593, ../../../../assets_src/scss/global/_component.scss */
.heading01 + .image-block01, .heading01 + .image-block02, .heading02 + .image-block01, .heading02 + .image-block02, .heading03 + .image-block01, .heading03 + .image-block02, .heading04 + .image-block01, .heading04 + .image-block02 {
  margin-top: 20px;
}
/* line 596, ../../../../assets_src/scss/global/_component.scss */
.image-block01 > a, .image-block02 > a {
  display: inline-block;
  text-decoration: none;
}
/* line 600, ../../../../assets_src/scss/global/_component.scss */
.image-block01 > a .name, .image-block02 > a .name,
.image-block01 > a .caption,
.image-block02 > a .caption {
  color: #333333;
  line-height: 1.2;
}
/* line 604, ../../../../assets_src/scss/global/_component.scss */
.image-block01 > a .name, .image-block02 > a .name {
  position: relative;
  padding-left: 19px;
}
/* line 608, ../../../../assets_src/scss/global/_component.scss */
.image-block01 > a .name .icon-pdf, .image-block02 > a .name .icon-pdf, .image-block01 > a .name a.link-pdf:before, .image-block02 > a .name a.link-pdf:before,
.image-block01 > a .name .icon-link,
.image-block02 > a .name .icon-link {
  position: absolute;
  left: 0;
  top: -1px;
  vertical-align: middle;
}
/* line 614, ../../../../assets_src/scss/global/_component.scss */
.image-block01 > a .name .icon-link, .image-block02 > a .name .icon-link {
  top: 0;
  left: 1px;
}
/* line 619, ../../../../assets_src/scss/global/_component.scss */
.image-block01 > a .note, .image-block02 > a .note {
  color: gray;
}
/* line 623, ../../../../assets_src/scss/global/_component.scss */
.image-block01 > a:hover img, .image-block02 > a:hover img {
  opacity: 0.8;
}
/* line 627, ../../../../assets_src/scss/global/_component.scss */
.image-block01 > a:hover .movie-thumb:after, .image-block02 > a:hover .movie-thumb:after {
  opacity: 0.8;
}
/* line 632, ../../../../assets_src/scss/global/_component.scss */
.image-block01 > a:hover .name, .image-block02 > a:hover .name,
.image-block01 > a:hover .caption,
.image-block02 > a:hover .caption {
  text-decoration: none;
  color: #24a3ed;
}
/* line 638, ../../../../assets_src/scss/global/_component.scss */
.image-block01 img, .image-block02 img {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
/* line 641, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .has-shadow, .image-block02 .has-shadow {
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
/* line 644, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .name, .image-block02 .name {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
}
/* line 649, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .name .name-sub01, .image-block02 .name .name-sub01 {
  font-size: 10px;
  line-height: 1.2;
}
/* line 653, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .name .name-sub02, .image-block02 .name .name-sub02 {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
}
/* line 659, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .caption, .image-block02 .caption {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}
/* line 664, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .caption-unit, .image-block02 .caption-unit {
  padding: 15px 15px 0;
}
/* line 666, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .caption-unit .name, .image-block02 .caption-unit .name {
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
/* line 672, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .caption-unit .description, .image-block02 .caption-unit .description {
  margin-top: 5px;
  color: gray;
}
/* line 677, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .note, .image-block02 .note {
  display: block;
  color: gray;
  font-size: 10px;
  margin-top: 5px;
}
/* line 683, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .note01, .image-block02 .note01 {
  margin-left: 20px;
}
/* line 686, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .movie-thumb, .image-block02 .movie-thumb {
  position: relative;
  display: inline-block;
}
/* line 689, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .movie-thumb:after, .image-block02 .movie-thumb:after {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  content: '';
  width: 50px;
  height: 50px;
  background: url("../../ja/shared/img/icons/icon_movie_01.png") 0 0 no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
}
/* line 702, ../../../../assets_src/scss/global/_component.scss */
.image-block01 .note-list01, .image-block02 .note-list01 {
  margin-top: 12px;
}

/* line 713, ../../../../assets_src/scss/global/_component.scss */
.image-block01-center img {
  margin: 0 auto;
  display: block;
}

/* line 718, ../../../../assets_src/scss/global/_component.scss */
.image-block02 {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

/* -----------------------------------------------
 * layout-block
 * -----------------------------------------------*/
/* line 730, ../../../../assets_src/scss/global/_component.scss */
.layout-block {
  margin-top: 40px;
  *zoom: 1;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.layout-block:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 733, ../../../../assets_src/scss/global/_component.scss */
.layout-block:first-child {
  margin-top: 0;
}
/* line 736, ../../../../assets_src/scss/global/_component.scss */
hr + .layout-block {
  margin-top: 0;
}

/* line 740, ../../../../assets_src/scss/global/_component.scss */
.layout-block-column {
  float: left;
  margin-left: 20px;
}
/* line 743, ../../../../assets_src/scss/global/_component.scss */
.layout-block-column:first-child {
  margin-left: 0;
}
/* line 746, ../../../../assets_src/scss/global/_component.scss */
.layout-block-column > *:first-child {
  margin-top: 0;
}

/* -----------------------------------------------
 * table
 * -----------------------------------------------*/
/* line 756, ../../../../assets_src/scss/global/_component.scss */
table caption {
  margin: 0;
  padding: 0 0 5px 0;
  text-align: right;
}
/* line 762, ../../../../assets_src/scss/global/_component.scss */
table col.layout-grid-1\/6 {
  width: 16%;
}
/* line 766, ../../../../assets_src/scss/global/_component.scss */
table col.layout-grid-1\/5 {
  width: 20%;
}
/* line 770, ../../../../assets_src/scss/global/_component.scss */
table col.layout-grid-1\/4 {
  width: 25%;
}
/* line 775, ../../../../assets_src/scss/global/_component.scss */
table col.layout-grid-1\/3,
table col.layout-grid-2\/6 {
  width: 33%;
}
/* line 779, ../../../../assets_src/scss/global/_component.scss */
table col.layout-grid-2\/5 {
  width: 40%;
}
/* line 786, ../../../../assets_src/scss/global/_component.scss */
table col.layout-grid-1\/2,
table col.layout-grid-2\/4,
table col.layout-grid-3\/6,
table col.layout-grid-4\/8 {
  width: 50%;
}
/* line 791, ../../../../assets_src/scss/global/_component.scss */
table col.layout-grid-2\/3,
table col.layout-grid-4\/6 {
  width: 66%;
}
/* line 796, ../../../../assets_src/scss/global/_component.scss */
table col.layout-grid-3\/4,
table col.layout-grid-6\/8 {
  width: 75%;
}
/* line 800, ../../../../assets_src/scss/global/_component.scss */
table col.layout-grid-5\/6 {
  width: 83%;
}

/* line 805, ../../../../assets_src/scss/global/_component.scss */
.table01, .table03, .table02, .table05 {
  margin-top: 20px;
}
/* line 807, ../../../../assets_src/scss/global/_component.scss */
.table01:first-child, .table03:first-child, .table02:first-child, .table05:first-child {
  margin-top: 0;
}
/* line 810, ../../../../assets_src/scss/global/_component.scss */
.table01 table, .table03 table, .table02 table, .table05 table {
  width: 100%;
  font-size: 12px;
  line-height: 1.66667;
}
/* line 815, ../../../../assets_src/scss/global/_component.scss */
.table01 td.em, .table03 td.em, .table02 td.em, .table05 td.em {
  font-size: 14px;
}
/* line 818, ../../../../assets_src/scss/global/_component.scss */
.table01 .text01, .table03 .text01, .table02 .text01, .table05 .text01 {
  margin: 10px 0 0;
}
/* line 820, ../../../../assets_src/scss/global/_component.scss */
.table01 .text01:first-child, .table03 .text01:first-child, .table02 .text01:first-child, .table05 .text01:first-child {
  margin-top: 0;
}
/* line 825, ../../../../assets_src/scss/global/_component.scss */
.table01 a.link-open-win:after, .table03 a.link-open-win:after, .table02 a.link-open-win:after, .table05 a.link-open-win:after {
  vertical-align: -1px;
}
/* line 829, ../../../../assets_src/scss/global/_component.scss */
.table01 .link-list01, .table03 .link-list01, .table02 .link-list01, .table05 .link-list01 {
  margin: 10px 0 0;
}
/* line 831, ../../../../assets_src/scss/global/_component.scss */
.table01 .link-list01:first-child, .table03 .link-list01:first-child, .table02 .link-list01:first-child, .table05 .link-list01:first-child {
  margin-top: 0;
}
/* line 835, ../../../../assets_src/scss/global/_component.scss */
.table01 .link-list01 li:first-child, .table03 .link-list01 li:first-child, .table02 .link-list01 li:first-child, .table05 .link-list01 li:first-child {
  margin-top: 0;
}
/* line 839, ../../../../assets_src/scss/global/_component.scss */
.table01 .link-list01 li a:before, .table03 .link-list01 li a:before, .table02 .link-list01 li a:before, .table05 .link-list01 li a:before {
  top: 3px;
}
/* line 842, ../../../../assets_src/scss/global/_component.scss */
.table01 .link-list01 li a.link-pdf, .table03 .link-list01 li a.link-pdf, .table02 .link-list01 li a.link-pdf, .table05 .link-list01 li a.link-pdf {
  font-size: 14px;
}
/* line 848, ../../../../assets_src/scss/global/_component.scss */
.table01 .label-news_attr01:first-child, .table03 .label-news_attr01:first-child, .table02 .label-news_attr01:first-child, .table05 .label-news_attr01:first-child {
  margin-left: 0;
}
/* line 852, ../../../../assets_src/scss/global/_component.scss */
.table01 .unordered-list01, .table03 .unordered-list01, .table02 .unordered-list01, .table05 .unordered-list01,
.table01 .ordered-list01,
.table03 .ordered-list01,
.table02 .ordered-list01,
.table05 .ordered-list01 {
  margin: 10px 0 0 20px;
}
/* line 854, ../../../../assets_src/scss/global/_component.scss */
.table01 .unordered-list01:first-child, .table03 .unordered-list01:first-child, .table02 .unordered-list01:first-child, .table05 .unordered-list01:first-child,
.table01 .ordered-list01:first-child,
.table03 .ordered-list01:first-child,
.table02 .ordered-list01:first-child,
.table05 .ordered-list01:first-child {
  margin-top: 0;
}
/* line 857, ../../../../assets_src/scss/global/_component.scss */
.table01 .unordered-list01 li, .table03 .unordered-list01 li, .table02 .unordered-list01 li, .table05 .unordered-list01 li,
.table01 .ordered-list01 li,
.table03 .ordered-list01 li,
.table02 .ordered-list01 li,
.table05 .ordered-list01 li {
  margin-top: 5px;
}
/* line 859, ../../../../assets_src/scss/global/_component.scss */
.table01 .unordered-list01 li:first-child, .table03 .unordered-list01 li:first-child, .table02 .unordered-list01 li:first-child, .table05 .unordered-list01 li:first-child,
.table01 .ordered-list01 li:first-child,
.table03 .ordered-list01 li:first-child,
.table02 .ordered-list01 li:first-child,
.table05 .ordered-list01 li:first-child {
  margin-top: 0;
}
/* line 864, ../../../../assets_src/scss/global/_component.scss */
.table01 .image-block01, .table03 .image-block01, .table02 .image-block01, .table05 .image-block01 {
  margin-top: 10px;
}
/* line 866, ../../../../assets_src/scss/global/_component.scss */
.table01 .image-block01:first-child, .table03 .image-block01:first-child, .table02 .image-block01:first-child, .table05 .image-block01:first-child {
  margin-top: 0;
}
/* line 870, ../../../../assets_src/scss/global/_component.scss */
.table01 .image-block01:last-child, .table03 .image-block01:last-child, .table02 .image-block01:last-child, .table05 .image-block01:last-child {
  margin-bottom: 8px;
}
/* line 874, ../../../../assets_src/scss/global/_component.scss */
.table01 .layout-block, .table03 .layout-block, .table02 .layout-block, .table05 .layout-block {
  margin-top: 10px;
}

/* line 881, ../../../../assets_src/scss/global/_component.scss */
.table01 table, .table03 table {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
/* line 887, ../../../../assets_src/scss/global/_component.scss */
.table01 th, .table03 th, .table01 td, .table03 td {
  vertical-align: top;
  padding: 10px 15px 7px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
/* line 895, ../../../../assets_src/scss/global/_component.scss */
.table01 th, .table03 th {
  background: #f7f7f7;
}
/* line 899, ../../../../assets_src/scss/global/_component.scss */
.table01 thead th, .table03 thead th {
  vertical-align: middle;
}
/* line 905, ../../../../assets_src/scss/global/_component.scss */
.table01.table01-s-padding th, .table01-s-padding.table03 th, .table01.table01-s-padding td, .table01-s-padding.table03 td {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 916, ../../../../assets_src/scss/global/_component.scss */
.table02 th, .table02 td {
  vertical-align: top;
  padding: 9px 15px 7px;
  border-top: 1px dotted #d9d9d9;
}
/* line 924, ../../../../assets_src/scss/global/_component.scss */
.table02 tr:first-child th, .table02 tr:first-child td {
  border-top: none;
}
/* line 928, ../../../../assets_src/scss/global/_component.scss */
.table02 .link-list01 {
  margin-left: 0;
  margin-right: 0;
}
/* line 933, ../../../../assets_src/scss/global/_component.scss */
.table02 .link-list01 a {
  padding-left: 0;
}
/* line 935, ../../../../assets_src/scss/global/_component.scss */
.table02 .link-list01 a:before {
  display: none;
}
/* line 938, ../../../../assets_src/scss/global/_component.scss */
.table02 .link-list01 a.link-pdf:before {
  display: inline-block;
}

/* line 951, ../../../../assets_src/scss/global/_component.scss */
.table03 tbody th {
  background: white;
  font-weight: bold;
  font-size: 14px;
}
/* line 955, ../../../../assets_src/scss/global/_component.scss */
.table03 tbody th .sub-title {
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
/* line 964, ../../../../assets_src/scss/global/_component.scss */
.table03 .inner-table01 {
  border: none;
  margin: 5px 0 0;
  padding: 0;
  line-height: normal;
}
/* line 969, ../../../../assets_src/scss/global/_component.scss */
.table03 .inner-table01 th, .table03 .inner-table01 td {
  font-size: 12px;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}
/* line 976, ../../../../assets_src/scss/global/_component.scss */
.table03 .inner-table01 th {
  background: transparent;
  font-weight: bold;
  padding-right: 3px;
}
/* line 981, ../../../../assets_src/scss/global/_component.scss */
.table03 .inner-table01 td {
  padding-left: 6px;
  position: relative;
}
/* line 984, ../../../../assets_src/scss/global/_component.scss */
.table03 .inner-table01 td:before {
  content: ":";
  margin-right: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 997, ../../../../assets_src/scss/global/_component.scss */
.table04 {
  margin: 40px 0 0;
  padding: 20px 0 0;
  border-top: 1px dotted #b2b2b2;
}
/* line 1001, ../../../../assets_src/scss/global/_component.scss */
.table04 table {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
/* line 1007, ../../../../assets_src/scss/global/_component.scss */
.table04 th, .table04 td {
  font-weight: normal;
  vertical-align: middle;
  border-top: 10px solid white;
  padding: 14px 20px 12px;
}
/* line 1013, ../../../../assets_src/scss/global/_component.scss */
.table04 th {
  text-align: center;
  background: #f2f2f2;
}
/* line 1017, ../../../../assets_src/scss/global/_component.scss */
.table04 td {
  border-left: 1px solid white;
  background: #f7f7f7;
  line-height: 1.375;
}
/* line 1023, ../../../../assets_src/scss/global/_component.scss */
.table04 tr:first-child th, .table04 tr:first-child td {
  border-top: none;
}

/* line 1030, ../../../../assets_src/scss/global/_component.scss */
.table05 {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 1036, ../../../../assets_src/scss/global/_component.scss */
.table05 th, .table05 td {
  padding: 10px 5px;
  vertical-align: middle;
}
/* line 1040, ../../../../assets_src/scss/global/_component.scss */
.table05 th {
  font-size: 14px;
  font-weight: bold;
}

/* -----------------------------------------------
 * tab-block
 * -----------------------------------------------*/
/* line 1049, ../../../../assets_src/scss/global/_component.scss */
.tab-block01 {
  margin-top: 39px;
}
/* line 1051, ../../../../assets_src/scss/global/_component.scss */
.tab-block01:first-child {
  margin-top: 0;
}
/* line 1054, ../../../../assets_src/scss/global/_component.scss */
.tab-block01 .tabs {
  border-bottom: 1px solid #d9d9d9;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
/* line 1059, ../../../../assets_src/scss/global/_component.scss */
.tab-block01 .tabs ul {
  background: url("../../ja/shared/img/component/tab_border_01.png") 0 17px no-repeat;
  *zoom: 1;
  position: relative;
  top: 1px;
  z-index: 2;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.tab-block01 .tabs ul:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 1066, ../../../../assets_src/scss/global/_component.scss */
.tab-block01 .tabs li {
  float: left;
  position: relative;
  z-index: 2;
}
/* line 1070, ../../../../assets_src/scss/global/_component.scss */
.tab-block01 .tabs li.stay {
  z-index: 3;
}
/* line 1072, ../../../../assets_src/scss/global/_component.scss */
.tab-block01 .tabs li.stay .label {
  cursor: default;
  color: white;
  background: #24a3ed;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
}
/* line 1077, ../../../../assets_src/scss/global/_component.scss */
.tab-block01 .tabs li.stay .label:hover {
  background: #24a3ed;
}
/* line 1083, ../../../../assets_src/scss/global/_component.scss */
.tab-block01 .tabs .label {
  display: inline-block;
  margin-right: -1px;
  padding: 0 20px 0 19px;
  line-height: 48px;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  background: url("../../ja/shared/img/component/tab_border_01.png") 100% 17px no-repeat;
}
/* line 1093, ../../../../assets_src/scss/global/_component.scss */
.tab-block01 .tabs .label:hover {
  color: #24a3ed;
  text-decoration: none;
}

/* -----------------------------------------------
 * news 系ラベル
 * -----------------------------------------------*/
/* line 1104, ../../../../assets_src/scss/global/_component.scss */
.label-news_attr01 {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px!important;
  min-width: 100px;
  height: 20px;
  text-align: center;
}

/* line 1120, ../../../../assets_src/scss/global/_component.scss */
.label-news_attr01 {
  background: #ffffff;
  color: #00b3ec;
  border: 1px solid #00b3ec;
  border-radius: 15px;
}

/* -----------------------------------------------
 * ロケーションマップのページ内リンク
 * -----------------------------------------------*/
/* line 1130, ../../../../assets_src/scss/global/_component.scss */
.location-map-liks {
  background: url("../../ja/shared/img/component/bg_location_map_01.png") center 0 no-repeat;
  height: 228px;
  margin: 0 auto -50px;
  padding: 150px 0 0;
  position: relative;
}
/* line 1136, ../../../../assets_src/scss/global/_component.scss */
.location-map-liks ul {
  text-align: center;
}
/* line 1139, ../../../../assets_src/scss/global/_component.scss */
.location-map-liks li {
  display: inline-block;
  margin-left: 95px;
}
/* line 1142, ../../../../assets_src/scss/global/_component.scss */
.location-map-liks li:first-child {
  margin-left: 0;
}
/* line 1146, ../../../../assets_src/scss/global/_component.scss */
.location-map-liks a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #333333;
  text-decoration: none;
  padding-bottom: 15px;
  background: url("../../ja/shared/img/icons/icon_link_03.png") center bottom no-repeat;
  line-height: 1.2;
}
/* line 1155, ../../../../assets_src/scss/global/_component.scss */
.location-map-liks a:hover {
  color: #24a3ed;
}

/* line 3, ../../../../assets_src/scss/global/_component_index.scss */
.page-index.content-header-hasimage .content-main {
  padding-top: 170px;
}
/* line 7, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .content-body {
  margin-top: 20px;
}
/* line 9, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .content-body:first-child {
  margin-top: 0;
}
/* line 13, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .layout-block {
  margin-top: 20px;
}
/* line 15, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .layout-block:first-child {
  margin-top: 0;
}
/* line 19, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .text01 + .layout-block {
  margin-top: 36px;
}
/* line 22, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .title + .link-list01 {
  margin-top: 5px;
}
/* line 25, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .bordered-block01 {
  margin-top: 10px;
  padding-top: 10px;
}
/* line 28, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .bordered-block01 .link-list01 {
  margin-top: 0;
}
/* line 32, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .button-blue01 {
  display: block;
  margin-top: 5px;
}
/* line 35, ../../../../assets_src/scss/global/_component_index.scss */
.page-index .button-blue01 .note {
  color: white;
}

/* line 40, ../../../../assets_src/scss/global/_component_index.scss */
.bordered-block01 + .bordered-block01 {
  border-top: 0;
  margin-top: 0;
}

/* line 46, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01, .index-item02, .index-item03 {
  border: 1px solid #e5e5e5;
  line-height: 1.66;
  background: #e5e5e5;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
/* line 54, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01:first-child, .index-item02:first-child, .index-item03:first-child {
  margin-top: 0;
}
/* line 59, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .thumb img, .index-item02 .thumb img, .index-item03 .thumb img {
  opacity: 0.9;
}
/* line 64, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .body, .index-item02 .body, .index-item03 .body {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px 11px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fafafa;
  -webkit-box-shadow: 0 -1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 7px rgba(0, 0, 0, 0.1);
}
/* line 75, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .title, .index-item02 .title, .index-item03 .title {
  font-size: 19px;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
}
/* line 80, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .title a, .index-item02 .title a, .index-item03 .title a {
  display: inline-block;
}
/* line 83, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .title a:after, .index-item02 .title a:after, .index-item03 .title a:after {
  content: '';
  background: url("../../ja/shared/img/icons/icon_link_02.png") 0 0 no-repeat;
  width: 11px;
  height: 17px;
  vertical-align: -1px;
  margin-left: 5px;
  display: inline-block;
}
/* line 94, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .title-smaller, .index-item02 .title-smaller, .index-item03 .title-smaller {
  font-size: 16px;
  line-height: 1.38889;
}
/* line 98, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .description, .index-item02 .description, .index-item03 .description {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color: #666666;
}
/* line 105, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .note, .index-item02 .note, .index-item03 .note {
  color: gray;
  font-size: 10px;
  margin-left: 0;
  display: block;
  font-weight: normal;
}
/* line 112, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .shoulder-block, .index-item02 .shoulder-block, .index-item03 .shoulder-block {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 116, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .shoulder-block .links, .index-item02 .shoulder-block .links, .index-item03 .shoulder-block .links {
  *zoom: 1;
  font-size: 11px;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.index-item01 .shoulder-block .links:after, .index-item02 .shoulder-block .links:after, .index-item03 .shoulder-block .links:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 119, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .shoulder-block .links li, .index-item02 .shoulder-block .links li, .index-item03 .shoulder-block .links li {
  display: inline;
  float: left;
  background: url("../../ja/shared/img/frame/border_02.png") 0 0 no-repeat;
  margin-left: 10px;
  padding-left: 11px;
  line-height: 1.2;
}
/* line 126, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .shoulder-block .links li:first-child, .index-item02 .shoulder-block .links li:first-child, .index-item03 .shoulder-block .links li:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
/* line 132, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .shoulder-block .links a, .index-item02 .shoulder-block .links a, .index-item03 .shoulder-block .links a {
  color: #808080;
  text-decoration: none;
}
/* line 135, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .shoulder-block .links a:hover, .index-item02 .shoulder-block .links a:hover, .index-item03 .shoulder-block .links a:hover {
  color: #24a3ed;
}
/* line 138, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .shoulder-block .links a.link-rss, .index-item02 .shoulder-block .links a.link-rss, .index-item03 .shoulder-block .links a.link-rss {
  padding-left: 26px;
  position: relative;
}
/* line 142, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .shoulder-block .links a.link-rss:before, .index-item02 .shoulder-block .links a.link-rss:before, .index-item03 .shoulder-block .links a.link-rss:before {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -5px;
}
/* line 152, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .link-list01, .index-item02 .link-list01, .index-item03 .link-list01 {
  line-height: 1.3;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
}
/* line 159, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .link-list01:first-child, .index-item02 .link-list01:first-child, .index-item03 .link-list01:first-child {
  margin-top: 0;
}
/* line 162, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .link-list01 li, .index-item02 .link-list01 li, .index-item03 .link-list01 li {
  margin-top: 8px;
}
/* line 164, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .link-list01 li:first-child, .index-item02 .link-list01 li:first-child, .index-item03 .link-list01 li:first-child {
  margin-top: 0;
}
/* line 169, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .link-list01 a:before, .index-item02 .link-list01 a:before, .index-item03 .link-list01 a:before {
  top: 1px;
}
/* line 173, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .link-list01 a.link-pdf:before, .index-item02 .link-list01 a.link-pdf:before, .index-item03 .link-list01 a.link-pdf:before {
  top: -1px;
}
/* line 177, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .link-list01 a.link-sub, .index-item02 .link-list01 a.link-sub, .index-item03 .link-list01 a.link-sub {
  font-size: 12px;
}

/* line 190, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01:hover .thumb img {
  opacity: 1;
}
/* line 195, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 a {
  display: block;
  position: relative;
}
/* line 201, ../../../../assets_src/scss/global/_component_index.scss */
.index-item01 .title:after {
  content: '';
  background: url("../../ja/shared/img/icons/icon_link_02.png") 0 0 no-repeat;
  width: 11px;
  height: 17px;
  vertical-align: -1px;
  margin-left: 5px;
  display: inline-block;
}

/* line 214, ../../../../assets_src/scss/global/_component_index.scss */
.index-item02 {
  position: relative;
  padding: 14px 20px 11px;
  background: #fafafa;
}
/* line 219, ../../../../assets_src/scss/global/_component_index.scss */
.index-item02:hover .thumb img {
  opacity: 1;
}
/* line 228, ../../../../assets_src/scss/global/_component_index.scss */
.index-item02 .table02 {
  margin-top: 5px;
}
/* line 230, ../../../../assets_src/scss/global/_component_index.scss */
.index-item02 .table02 th, .index-item02 .table02 td {
  padding: 9px 8px 7px 0;
  font-size: 12px;
  border-top: 1px dotted #d9d9d9;
}
/* line 237, ../../../../assets_src/scss/global/_component_index.scss */
.index-item02 .table02 th {
  font-size: 10px;
  vertical-align: middle;
}
/* line 241, ../../../../assets_src/scss/global/_component_index.scss */
.index-item02 .table02 th.date {
  vertical-align: top;
  padding-top: 10px;
}
/* line 245, ../../../../assets_src/scss/global/_component_index.scss */
.index-item02 .table02 td.icon, .index-item02 .table02 td.icon-pdf, .index-item02 .table02 td.icon-link, .index-item02 .table02 td.icon-window, .index-item02 .table02 td.icon-float, .index-item02 .table02 td.icon-mail, .index-item02 .table02 td.icon-rss {
  padding-top: 7px;
}
/* line 250, ../../../../assets_src/scss/global/_component_index.scss */
.index-item02 .table02 .link-list01 li a {
  font-size: 12px;
  font-weight: normal;
}
/* line 254, ../../../../assets_src/scss/global/_component_index.scss */
.index-item02 .table02 .link-list01 li a.link-pdf:before {
  top: 2px;
}

/* line 268, ../../../../assets_src/scss/global/_component_index.scss */
.index-item03:hover .thumb img {
  opacity: 1;
}

/* line 275, ../../../../assets_src/scss/global/_component_index.scss */
.index-item-has-link {
  cursor: pointer;
}
/* line 280, ../../../../assets_src/scss/global/_component_index.scss */
.index-item-has-link:hover .thumb img {
  opacity: 1;
}

/* line 286, ../../../../assets_src/scss/global/_component_index.scss */
.index-item-minimum {
  min-height: 27px;
}
/* line 288, ../../../../assets_src/scss/global/_component_index.scss */
.index-item-minimum .link-list01 {
  padding-top: 3px;
}

/* line 1, ../../../../assets_src/scss/global/_component_form.scss */
.form-required {
  font-weight: bold;
  font-size: 14px;
  color: #24a3ed;
}

/* line 6, ../../../../assets_src/scss/global/_component_form.scss */
span.form-required {
  display: inline-block;
}
/* line 8, ../../../../assets_src/scss/global/_component_form.scss */
.table05 span.form-required {
  padding-top: 12px;
  padding-bottom: 10px;
}

/* line 13, ../../../../assets_src/scss/global/_component_form.scss */
.form-label {
  padding-top: 12px;
  padding-bottom: 10px;
  display: inline-block;
}
/* line 17, ../../../../assets_src/scss/global/_component_form.scss */
.table05 td .form-label {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 24, ../../../../assets_src/scss/global/_component_form.scss */
.form-ime_on {
  ime-mode: active;
}

/* line 27, ../../../../assets_src/scss/global/_component_form.scss */
.form-ime_off {
  ime-mode: inactive;
}

/* line 30, ../../../../assets_src/scss/global/_component_form.scss */
.form-ime_auto {
  ime-mode: auto;
}

/* line 33, ../../../../assets_src/scss/global/_component_form.scss */
.form-input-text {
  border: 1px solid #d9d9d9;
  line-height: 1.2;
  padding: 12px 14px 10px;
}

/* line 38, ../../../../assets_src/scss/global/_component_form.scss */
.form-input-text-size_n {
  width: 350px;
}

/* line 41, ../../../../assets_src/scss/global/_component_form.scss */
.form-textarea {
  border: 1px solid #d9d9d9;
  padding: 12px 14px 10px;
}

/* line 45, ../../../../assets_src/scss/global/_component_form.scss */
.form-textarea-size_n {
  width: 350px;
}

/* line 48, ../../../../assets_src/scss/global/_component_form.scss */
.form-textarea-size_w {
  width: 630px;
}

/* line 51, ../../../../assets_src/scss/global/_component_form.scss */
.form-input-radio {
  margin-right: 5px;
}

/* line 54, ../../../../assets_src/scss/global/_component_form.scss */
.form-controlls {
  padding: 0 15px;
  *zoom: 1;
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.form-controlls:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 57, ../../../../assets_src/scss/global/_component_form.scss */
.form-controlls .button-positive {
  line-height: 52px;
  min-width: 170px;
  float: left;
  margin-left: 20px;
}
/* line 64, ../../../../assets_src/scss/global/_component_form.scss */
.form-controlls .button-negative {
  line-height: 50px;
  min-width: 110px;
  float: left;
}

/* line 71, ../../../../assets_src/scss/global/_component_form.scss */
.form-checkbox-list01 {
  padding-top: 12px;
  padding-bottom: 10px;
}
/* line 76, ../../../../assets_src/scss/global/_component_form.scss */
.form-checkbox-list01 li {
  margin-top: 5px;
}
/* line 78, ../../../../assets_src/scss/global/_component_form.scss */
.form-checkbox-list01 li:first-child {
  margin-top: 0;
}

/* line 83, ../../../../assets_src/scss/global/_component_form.scss */
.form-radio-list01 {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 88, ../../../../assets_src/scss/global/_component_form.scss */
.form-radio-list01 li {
  margin-top: 10px;
}
/* line 90, ../../../../assets_src/scss/global/_component_form.scss */
.form-radio-list01 li:first-child {
  margin-top: 0;
}

/* line 96, ../../../../assets_src/scss/global/_component_form.scss */
.form-section {
  padding: 0 15px 0;
}

/* line 99, ../../../../assets_src/scss/global/_component_form.scss */
.form-title {
  font-size: 18px;
  line-height: 1.44444;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  margin: 30px 15px 12px 0;
}
/* line 106, ../../../../assets_src/scss/global/_component_form.scss */
.form-title .marker {
  color: #24a3ed;
  position: absolute;
  left: 15px;
  top: 0;
}

/* -----------------------------------------------
 * js生成要素系
 * -----------------------------------------------*/
/* line 119, ../../../../assets_src/scss/global/_component_form.scss */
.js-form-select {
  display: none;
}

/* line 124, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown {
  display: inline-block;
  position: relative;
  font-size: 12px;
  z-index: 5;
}
/* line 129, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .selection {
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  padding: 8px 23px 7px 8px;
  position: relative;
  *zoom: 1;
  min-width: 178px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
/* line 51, ../../../../assets_src/scss/global/_mixins.scss */
.js-pulldown .selection:after {
  clear: both;
  display: block;
  content: "";
  height: 1px\9;
  margin-bottom: -1px\9;
}
/* line 140, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .selection:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 6px;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  background: url("../../ja/shared/img/icons/icon_arrow_01.png") 0 0 no-repeat;
}
/* line 150, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .selection .label-static {
  display: inline-block;
  color: gray;
  font-size: 11px;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
  float: left;
}
/* line 158, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .selection .label-static:after {
  content: '';
  width: 1px;
  height: 11px;
  border-right: 1px solid #999999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
/* line 169, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .selection .label {
  display: inline-block;
  color: #333333;
  font-size: 12px;
  float: left;
}
/* line 176, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .pulldown-menu {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background: white;
  line-height: 1.2;
}
/* line 186, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .pulldown-menu .pulldown-menu-selection {
  padding: 8px 23px 7px 8px;
  color: #b3b3b3;
  position: relative;
}
/* line 190, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .pulldown-menu .pulldown-menu-selection:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 6px;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  background: url("../../ja/shared/img/icons/icon_arrow_01.png") 0 0 no-repeat;
}
/* line 201, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .pulldown-menu .pulldown-menu-items {
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 207, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .pulldown-menu .item:first-child {
  border-top: none;
}
/* line 211, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .pulldown-menu .item.pulldown-selected a {
  cursor: default;
  color: white;
  background: gray;
}
/* line 215, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .pulldown-menu .item.pulldown-selected a:hover {
  background: gray;
}
/* line 220, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .pulldown-menu .item a {
  padding: 8px 23px 7px 8px;
  background: white;
  text-decoration: none;
  color: #333333;
  display: block;
}
/* line 226, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown .pulldown-menu .item a:hover {
  background: #f2f2f2;
}
/* line 233, ../../../../assets_src/scss/global/_component_form.scss */
.js-pulldown.js-pulldown-has-static-label .pulldown-menu-selection {
  padding: 8px 23px 7px 7px;
}

/* line 4, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01 .content-main .layout-block:first-child .lead-text01:first-child, .page-product-c02 .content-main .layout-block:first-child .lead-text01:first-child, .page-product-c03 .content-main .layout-block:first-child .lead-text01:first-child, .page-product-c04 .content-main .layout-block:first-child .lead-text01:first-child, .page-product-c05 .content-main .layout-block:first-child .lead-text01:first-child, .page-product-c01 .content-main .layout-block:first-child .heading-index01:first-child, .page-product-c02 .content-main .layout-block:first-child .heading-index01:first-child, .page-product-c03 .content-main .layout-block:first-child .heading-index01:first-child, .page-product-c04 .content-main .layout-block:first-child .heading-index01:first-child, .page-product-c05 .content-main .layout-block:first-child .heading-index01:first-child {
  margin-top: 20px;
}
/* line 9, ../../../../assets_src/scss/global/_component_products.scss */
.content-header-hasimage.page-product-c01, .content-header-hasimage.page-product-c02, .content-header-hasimage.page-product-c03, .content-header-hasimage.page-product-c04, .content-header-hasimage.page-product-c05 {
  background: none;
}
/* line 10, ../../../../assets_src/scss/global/_component_products.scss */
.content-header-hasimage.page-product-c01 .content-header, .content-header-hasimage.page-product-c02 .content-header, .content-header-hasimage.page-product-c03 .content-header, .content-header-hasimage.page-product-c04 .content-header, .content-header-hasimage.page-product-c05 .content-header {
  background: none;
}

/* -----------------------------------------------
 * 緑　ASBシリーズ
 * -----------------------------------------------*/
/* line 22, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01 .content-header {
  background: url("../../ja/shared/img/products/bg_heading_01.jpg") 0 0 no-repeat;
}
/* line 27, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01.content-header-hasimage .page-content .page-frame-content {
  background: url("../../ja/shared/img/products/bg_heading_01_long.jpg") 0 0 no-repeat;
}
/* line 36, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01 .content-aside .nav-local .nav-item .label:hover {
  background: #d7e9dd;
}
/* line 41, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01 .content-aside .nav-local .nav-item.nav-item-stay .label {
  background: #65ac7c;
}
/* line 43, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01 .content-aside .nav-local .nav-item.nav-item-stay .label:hover {
  background: #65ac7c;
}
/* line 47, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01 .content-aside .nav-local .nav-item.nav-item-stay a.label {
  background: #cccccc;
}
/* line 49, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01 .content-aside .nav-local .nav-item.nav-item-stay a.label:hover {
  background: #b2d5bd;
}
/* line 58, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01 .heading01 {
  border-color: #65ac7c;
}
/* line 62, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c01 .table04 th, .page-product-c01 .table04 td {
  color: #65ac7c;
}

/* -----------------------------------------------
 * 青　PFシリーズ
 * -----------------------------------------------*/
/* line 73, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c02 .content-header {
  background: url("../../ja/shared/img/products/bg_heading_02.jpg") 0 0 no-repeat;
}
/* line 78, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c02.content-header-hasimage .page-content .page-frame-content {
  background: url("../../ja/shared/img/products/bg_heading_02_long.jpg") 0 0 no-repeat;
}
/* line 87, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c02 .content-aside .nav-local .nav-item .label:hover {
  background: #d1e0f0;
}
/* line 92, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c02 .content-aside .nav-local .nav-item.nav-item-stay .label {
  background: #4d88c4;
}
/* line 94, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c02 .content-aside .nav-local .nav-item.nav-item-stay .label:hover {
  background: #4d88c4;
}
/* line 98, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c02 .content-aside .nav-local .nav-item.nav-item-stay a.label {
  background: #cccccc;
}
/* line 100, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c02 .content-aside .nav-local .nav-item.nav-item-stay a.label:hover {
  background: #a5c3e1;
}
/* line 109, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c02 .heading01 {
  border-color: #4d88c4;
}
/* line 113, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c02 .table04 th, .page-product-c02 .table04 td {
  color: #4d88c4;
}

/* -----------------------------------------------
 * ピンク　HSBシリーズ
 * -----------------------------------------------*/
/* line 124, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c03 .content-header {
  background: url("../../ja/shared/img/products/bg_heading_03.jpg") 0 0 no-repeat;
}
/* line 129, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c03.content-header-hasimage .page-content .page-frame-content {
  background: url("../../ja/shared/img/products/bg_heading_03_long.jpg") 0 0 no-repeat;
}
/* line 138, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c03 .content-aside .nav-local .nav-item .label:hover {
  background: #ecd4dd;
}
/* line 143, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c03 .content-aside .nav-local .nav-item.nav-item-stay .label {
  background: #b8597c;
}
/* line 145, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c03 .content-aside .nav-local .nav-item.nav-item-stay .label:hover {
  background: #b8597c;
}
/* line 149, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c03 .content-aside .nav-local .nav-item.nav-item-stay a.label {
  background: #cccccc;
}
/* line 151, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c03 .content-aside .nav-local .nav-item.nav-item-stay a.label:hover {
  background: #dbabbd;
}
/* line 160, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c03 .heading01 {
  border-color: #b8597c;
}
/* line 164, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c03 .table04 th, .page-product-c03 .table04 td {
  color: #b8597c;
}

/* -----------------------------------------------
 * 黃　PMシリーズ
 * -----------------------------------------------*/
/* line 175, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c04 .content-header {
  background: url("../../ja/shared/img/products/bg_heading_04.jpg") 0 0 no-repeat;
}
/* line 180, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c04.content-header-hasimage .page-content .page-frame-content {
  background: url("../../ja/shared/img/products/bg_heading_04_long.jpg") 0 0 no-repeat;
}
/* line 189, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c04 .content-aside .nav-local .nav-item .label:hover {
  background: #f6e7cb;
}
/* line 194, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c04 .content-aside .nav-local .nav-item.nav-item-stay .label {
  background: #dba035;
}
/* line 196, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c04 .content-aside .nav-local .nav-item.nav-item-stay .label:hover {
  background: #dba035;
}
/* line 200, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c04 .content-aside .nav-local .nav-item.nav-item-stay a.label {
  background: #cccccc;
}
/* line 202, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c04 .content-aside .nav-local .nav-item.nav-item-stay a.label:hover {
  background: #edcf99;
}
/* line 211, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c04 .heading01 {
  border-color: #dba035;
}
/* line 215, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c04 .table04 th, .page-product-c04 .table04 td {
  color: #dba035;
}

/* -----------------------------------------------
 * 赤　CMシリーズ
 * -----------------------------------------------*/
/* line 227, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c05 .content-header {
  background: url("../../ja/shared/img/products/bg_heading_05.jpg") 0 0 no-repeat;
}
/* line 232, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c05.content-header-hasimage .page-content .page-frame-content {
  background: url("../../ja/shared/img/products/bg_heading_05_long.jpg") 0 0 no-repeat;
}
/* line 241, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c05 .content-aside .nav-local .nav-item .label:hover {
  background: #ecd4d4;
}
/* line 246, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c05 .content-aside .nav-local .nav-item.nav-item-stay .label {
  background: #b85959;
}
/* line 248, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c05 .content-aside .nav-local .nav-item.nav-item-stay .label:hover {
  background: #b85959;
}
/* line 252, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c05 .content-aside .nav-local .nav-item.nav-item-stay a.label {
  background: #cccccc;
}
/* line 254, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c05 .content-aside .nav-local .nav-item.nav-item-stay a.label:hover {
  background: #dbabab;
}
/* line 263, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c05 .heading01 {
  border-color: #b85959;
}
/* line 267, ../../../../assets_src/scss/global/_component_products.scss */
.page-product-c05 .table04 th, .page-product-c05 .table04 td {
  color: #b85959;
}

/* line 1, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 {
  position: relative;
  margin: 0;
  padding: 162px 15px 20px 160px;
  border-top: 1px dotted #cacaca;
}
/* line 7, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01:after {
  content: '';
  position: absolute;
  background: url("../../ja/shared/img/icons/icon_arrow_02.png") 0 0 no-repeat;
  width: 25px;
  height: 10px;
  left: 50%;
  top: 5px;
  margin-left: -13px;
}
/* line 17, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 + .flow-chart-block01 {
  margin-top: 20px;
}
/* line 20, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 div.icon, .flow-chart-block01 div.icon-pdf, .flow-chart-block01 div.icon-link, .flow-chart-block01 div.icon-window, .flow-chart-block01 div.icon-float, .flow-chart-block01 div.icon-mail, .flow-chart-block01 div.icon-rss {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 240px;
  width: 160px;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0;
}
/* line 32, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .number {
  position: absolute;
  top: 30px;
  left: 0;
  height: 132px;
  width: 160px;
  z-index: 1;
}
/* line 39, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .number img {
  position: absolute;
  top: 0;
  left: 50px;
}
/* line 46, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .title {
  font-size: 26px;
  line-height: 1.2;
  position: absolute;
  top: 70px;
}
/* line 52, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .sub-title {
  font-size: 14px;
  line-height: 1.2;
  color: gray;
  position: absolute;
  top: 103px;
}
/* line 59, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .body {
  position: relative;
  z-index: 2;
  padding-left: 240px;
  min-height: 220px;
}
/* line 65, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .image {
  width: 220px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 72, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .image img {
  width: 220px;
  height: 220px;
}
/* line 77, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .text {
  margin-top: 10px;
}
/* line 79, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .text:first-child {
  margin-top: 0;
}
/* line 83, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 .link-list01 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}

/* line 92, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block01 div.icon img, .flow-chart-block01 div.icon-pdf img, .flow-chart-block01 div.icon-link img, .flow-chart-block01 div.icon-window img, .flow-chart-block01 div.icon-float img, .flow-chart-block01 div.icon-mail img, .flow-chart-block01 div.icon-rss img {
  display: none;
}

/* line 96, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block-child01 {
  position: relative;
  padding: 0 0 20px;
  margin-top: 35px;
}
/* line 100, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block-child01 + .flow-chart-block-child01 {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px dotted #cacaca;
}
/* line 104, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block-child01 + .flow-chart-block-child01:after {
  content: '';
  position: absolute;
  background: url("../../ja/shared/img/icons/icon_arrow_02.png") 0 0 no-repeat;
  width: 25px;
  height: 10px;
  left: 50%;
  top: 5px;
  margin-left: -13px;
}
/* line 115, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block-child01 .number {
  position: static;
  left: auto;
  top: auto;
  height: auto;
  width: auto;
}
/* line 121, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block-child01 .number img {
  position: static;
  top: auto;
  left: auto;
}
/* line 127, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block-child01 .title {
  text-align: left;
  font-size: 24px;
  margin-top: 15px;
  position: static;
  right: auto;
  top: auto;
}
/* line 135, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block-child01 .body {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 240px;
}
/* line 142, ../../../../assets_src/scss/global/_component_solution.scss */
.flow-chart-block-child01 .image {
  right: 0;
  left: auto;
}

/* line 152, ../../../../assets_src/scss/global/_component_solution.scss */
.page-solution-c01 .lead-text01, .page-solution-c02 .lead-text01, .page-solution-c03 .lead-text01, .page-solution-c04 .lead-text01, .page-solution-c01 .heading-index01, .page-solution-c02 .heading-index01, .page-solution-c03 .heading-index01, .page-solution-c04 .heading-index01 {
  position: relative;
  z-index: 1;
}
/* line 156, ../../../../assets_src/scss/global/_component_solution.scss */
.page-solution-c01 .text01, .page-solution-c02 .text01, .page-solution-c03 .text01, .page-solution-c04 .text01 {
  position: relative;
  z-index: 1;
}
/* line 160, ../../../../assets_src/scss/global/_component_solution.scss */
.page-solution-c01 .image-block01-bg, .page-solution-c02 .image-block01-bg, .page-solution-c03 .image-block01-bg, .page-solution-c04 .image-block01-bg {
  position: relative;
  z-index: 0;
}

/* line 170, ../../../../assets_src/scss/global/_component_solution.scss */
.page-solution-c01.content-header-hasimage .page-content .page-frame-content {
  background: url("../../ja/shared/img/solution/bg_heading_01_long.jpg") 0 0 no-repeat;
}

/* line 181, ../../../../assets_src/scss/global/_component_solution.scss */
.page-solution-c02.content-header-hasimage .page-content .page-frame-content {
  background: url("../../ja/shared/img/solution/bg_heading_02_long.jpg") 0 0 no-repeat;
}

/* line 192, ../../../../assets_src/scss/global/_component_solution.scss */
.page-solution-c03.content-header-hasimage .page-content .page-frame-content {
  background: url("../../ja/shared/img/solution/bg_heading_03_long.jpg") 0 0 no-repeat;
}

/* line 203, ../../../../assets_src/scss/global/_component_solution.scss */
.page-solution-c04.content-header-hasimage .page-content .page-frame-content {
  background: url("../../ja/shared/img/solution/bg_heading_04_long.jpg") 0 0 no-repeat;
}

/* line 1, ../../../../assets_src/scss/global/_float_view.scss */
.float-view {
  position: fixed;
  z-index: 10000;
  width: 700px;
  margin: 0 auto;
  background: black;
}
/* line 7, ../../../../assets_src/scss/global/_float_view.scss */
.float-view .button-close {
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  background: url("../../ja/shared/img/component/btn_close_01.png");
}
/* line 15, ../../../../assets_src/scss/global/_float_view.scss */
.float-view .button-close:hover {
  opacity: 0.6;
}
/* line 19, ../../../../assets_src/scss/global/_float_view.scss */
.float-view .iframe {
  margin: 0;
  display: block;
  padding: 0;
}

/***
*
*/
/* line 29, ../../../../assets_src/scss/global/_float_view.scss */
.float-view-shield {
  position: fixed;
  left: 0;
  top: 0;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* line 5, ../../../../assets_src/scss/global/_mobile.scss */
body.asb-ua-isMobile.page-ftype-2col .content-main {
  width: auto;
  float: none;
}
/* line 6, ../../../../assets_src/scss/global/_mixins.scss */
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-1\/6 {
  width: 140px;
}
/* line 10, ../../../../assets_src/scss/global/_mixins.scss */
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-1\/5 {
  width: 172px;
}
/* line 14, ../../../../assets_src/scss/global/_mixins.scss */
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-1\/4 {
  width: 220px;
}
/* line 19, ../../../../assets_src/scss/global/_mixins.scss */
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-1\/3,
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-2\/6 {
  width: 300px;
}
/* line 26, ../../../../assets_src/scss/global/_mixins.scss */
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-1\/2,
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-2\/4,
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-3\/6,
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-4\/8 {
  width: 460px;
}
/* line 31, ../../../../assets_src/scss/global/_mixins.scss */
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-2\/3,
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-4\/6 {
  width: 620px;
}
/* line 36, ../../../../assets_src/scss/global/_mixins.scss */
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-3\/4,
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-6\/8 {
  width: 700px;
}
/* line 40, ../../../../assets_src/scss/global/_mixins.scss */
body.asb-ua-isMobile.page-ftype-2col .content-main .layout-grid-5\/6 {
  width: 780px;
}
/* line 12, ../../../../assets_src/scss/global/_mobile.scss */
body.asb-ua-isMobile.page-ftype-2col .nav-local {
  display: none;
}
/* line 16, ../../../../assets_src/scss/global/_mobile.scss */
body.asb-ua-isMobile.page-ftype-2col .image-block01 a {
  width: 100%;
}
/* line 19, ../../../../assets_src/scss/global/_mobile.scss */
body.asb-ua-isMobile.page-ftype-2col .image-block01 .movie-thumb {
  width: 100%;
}
/* line 22, ../../../../assets_src/scss/global/_mobile.scss */
body.asb-ua-isMobile.page-ftype-2col .image-block01 img {
  width: 100%;
  height: auto;
}
/* line 30, ../../../../assets_src/scss/global/_mobile.scss */
body.asb-ua-isMobile .map-block {
  overflow: hidden;
}
/* line 35, ../../../../assets_src/scss/global/_mobile.scss */
body.asb-ua-isMobile input.button-blue01 {
  padding: 0;
  line-height: normal;
}
/* line 39, ../../../../assets_src/scss/global/_mobile.scss */
body.asb-ua-isMobile input.button-plane01 {
  padding: 0;
  line-height: normal;
}
