@charset "UTF-8";
/* Reset CSS */
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* General */
.clearfix, .sub .sub_contact, .setup_2column, .setup_table {
  *zoom: 1;
}
.clearfix:after, .sub .sub_contact:after, .setup_2column:after, .setup_table:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* Base */
html {
  overflow-y: scroll;
  font-size: 0.625em;
}

body {
  font-family: "NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 1.4;
  font-size: 1em;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: top;
}

/* Layout */
/*==============================
共通要素
==============================*/
.spdn {
  display: block !important;
}

.spdb {
  display: none !important;
}

sup {
  font-size: smaller;
  vertical-align: text-bottom;
  padding-right: 0.8ex;
}

a {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

a:hover,
a:active {
  opacity: .6;
  filter: alpha(opacity=60);
}

.lt-ie9 a {
  display: inline-block;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.linkSizeS a {
  width: 200px;
}

.linkSizeM a {
  width: 400px;
}

.linkSizeL a {
  width: 600px;
}

.linkSq a {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.linkGr a {
  background-color: #26ae90;
  color: #fff;
}

.linkBlank a {
  background-image: url(../img/icon_blank01.gif);
  background-position: 95% center;
  background-position: calc(100% - 10px) center;
  background-position: -webkit-calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.linkBlank02 a {
  background-image: url(../img/icon_blank02.gif);
  background-position: 95% center;
  background-position: calc(100% - 10px) center;
  background-position: -webkit-calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.hr {
  border: 0 solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  padding: 0;
  margin: 0 -55px;
}

.hrMg01 {
  margin: 45px 0 55px;
}

.wrapper {
  position: relative;
}

/*==============================
パンくず
==============================*/
#crumb {
	clear: both;
	margin: 10px auto;
	width: 960px;
}
#crumb .crumb_txt {
	clear: both;
	width: 710px;
	margin-left: 12px;
	color: #a3a3a3;
	font-size: 11px;
	font-size:1.1rem;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	float: left;
}
#crumb .crumb_txt p {
	line-height: 1.2;
	padding: 2px 0 0 10px;
}
#crumb a:link, #crumb a:active, #crumb a:hover { color: #666666; text-decoration:none; opacity:1; }
#crumb a:visited { color: #666666; }

/* #bd_link
----------------------------------------------------------- */
#tvbd_link {
	width: 190px;
	float: right;
	margin-right: 12px;
	height: 29px;
	text-indent: -9999px;
}
#tvbd_link .tv {
	width: 93px;
	float: left;
	height: 29px;
	background: url(../../../Templates/images/btn_regza.gif) left top no-repeat; 
}
#tvbd_link .bd {
	width: 93px;
	float: right;
	height: 29px;
	background: url(../../../Templates/images/btn_regza_bd_off.gif) left top no-repeat; 
}
#tvbd_link .bd a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}


/*==============================
スライダー
==============================*/
.keyVisual {
  position: relative;
}
.keyVisual > .slider1 li {
  display: none;
}
.no-js .keyVisual > .slider1 li:last-of-type {
  display: block;
}
.keyVisual .bx-viewport {
  background-color: #e5e5e5;
}
.keyVisual .slider1 li {
  position: relative;
}
.keyVisual .slider1 li img {
  width: 100%;
}
.keyVisual .slider1 li .sliderCopy {
  position: absolute;
  left: 100px;
  top: 70px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  color: #fff;
}
.keyVisual .slider1 li .sliderCopy3 {
  top: 40px;
}
.keyVisual .slider1 li.active .sliderCopy {
  animation: ttl .4s ease-out both;
  -moz-animation: ttl .4s ease-out both;
  -webkit-animation: ttl .4s ease-out both;
  -ms-animation: ttl .4s ease-out both;
}
.keyVisual .slider1 li .sliderPagerBg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: url(../img/slider/pager_bg.png) repeat;
}
.keyVisual .slider1 li .sliderMonitor {
  position: absolute;
  left: 100px;
  bottom: 16px;
  background: url(../img/slider/slider_img_sbg.png) left top no-repeat;
  width: 340px;
  height: 214px;
  padding: 3px 3px 22px;
  box-sizing: border-box;
}
.keyVisual .slider1 li .sliderMonitor .sliderMonitorMask {
  overflow: hidden;
}
.keyVisual .slider1 li.active .sliderMonitor img {
  animation: monitor .8s ease-out both;
  -moz-animation: monitor .8s ease-out both;
  -webkit-animation: monitor .8s ease-out both;
  -ms-animation: monitor .8s ease-out both;
}
.keyVisual .bx-controls-direction {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.keyVisual .bx-controls-direction a {
  display: block;
  padding: 18px 0;
  margin: 0 18px;
  min-height: 26px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  text-decoration: none;
}
.keyVisual .bx-controls-direction a.bx-prev {
  float: left;
  display: none;
}
.keyVisual .bx-controls-direction a.bx-next {
  float: right;
  background: url(../img/slider/pager_next.png) right center no-repeat;
  padding-right: 40px;
}

.pager-custom {
  position: absolute;
  right: 190px;
  bottom: 28px;
  z-index: 1000;
}
.no-js .pager-custom{
	display:none;
}
.pager-custom .bx-pager {
  width: 120px;
  height: 3px;
  background-color: #dcdcdc;
  position: relative;
}
.pager-custom .bx-pager li {
  float: left;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 0;
}
.pager-custom .bx-pager li.bx-pager01 {
  left: 0;
}
.pager-custom .bx-pager li.bx-pager02 {
  left: 30px;
}
.pager-custom .bx-pager li.bx-pager03 {
  left: 60px;
}
.pager-custom .bx-pager li.bx-pager04 {
  left: 90px;
}
.pager-custom .bx-pager li.bx-pager05 {
  left: 120px;
}
.pager-custom .bx-pager li.bx-pager06 {
  left: 150px;
}
.pager-custom .bx-pager a {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/slider/pager_off.png) left top no-repeat;
}
.pager-custom .bx-pager a img {
  display: none;

  width: 100%;
}
.pager-custom .bx-pager a:hover,
.pager-custom .bx-pager li.actived a {
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(../img/slider/pager_on.png) left top no-repeat;
}
.pager-custom .bx-pager .active a img {
  display: block;
  animation: pager .4s ease-out both;
  -moz-animation: pager .4s ease-out both;
  -webkit-animation: pager .4s ease-out both;
  -ms-animation: pager .4s ease-out both;
  transform-origin: center;
}
.pager-custom .bx-pager .bx-load {
  display: block;
  background-color: #26ae90;
  width: 0;
  height: 3px;
  position: absolute;
  top: 6px;
  left: 16px;
}

@keyframes ttl {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 100px;
    opacity: 1;
  }
}
@-moz-keyframes ttl {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 100px;
    opacity: 1;
  }
}
@-webkit-keyframes ttl {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 100px;
    opacity: 1;
  }
}
@-ms-keyframes ttl {
  0% {
    left: 130px;
    opacity: 0;
  }
  100% {
    left: 100px;
    opacity: 1;
  }
}
@keyframes monitor {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes monitor {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes monitor {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes monitor {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pager {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes pager {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pager {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-ms-keyframes pager {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
/*==============================
コンテンツ
==============================*/
#container{
	margin-top: 15px;
}
#content{
	max-width: none;
}
.g-contents {
  font-weight: normal;
  width: 100%;
}

.container {
  width: 100%;
  min-width: 960px;
  display: flex;
  flex-flow: row nowrap;
  display: table\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container:not(:target) {
    display: flex\9;
    /* IE10 */
  }
}
/*==============================
コンテンツ -ナビ-
==============================*/
.sub {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 220px;
  display: table-cell\9;
  width: 30% \9;
  vertical-align: top;
  min-width: 220px;
  background-color: #e5e5e5;
  color: #26ae90;
  position: relative;
}
.sub .sub_inner {
  width: 220px;
  margin: 0 0 0 auto;
}
.sub .sub_catch {
  background-color: #26ae90;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.sub .sub_catch .sub_catch_pro {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  display: block;
  border: 1px solid #fff;
  padding: 0 3px;
  margin-bottom: 2px;
}
.sub .sub_catch .sub_catch_target {
  display: block;
}
.sub .sub_ttl {
  padding: 10px 0;
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  position: relative;
}
.sub .sub_ttl .sub_ttl_main {
  display: block;
}
.sub .sub_ttl .sub_ttl_small {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
}
.sub .sub_ttl .sub_ttl_pro {
  display: block;
  position: absolute;
  right: 20px;
  top: 50px;
  width: 80px;
  height: 80px;
}
.sub .sub_ttl .sub_ttl_pro img {
  width: 100%;
  height: auto;
}
.sub .sub_list {
  padding: 0 20px 0 0;
}
.sub .sub_list .sub_glist {
  padding-bottom: 10px;
}
.sub .sub_list .sub_glist li {
  padding: 0 0 10px 0;
}
.sub .sub_list .sub_glist li a {
  display: block;
  border: 2px solid #26ae90;
  padding: 8px 4px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  color: inherit;
  text-decoration: none;
}
.sub .sub_contact {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.sub .sub_contact .sub_contact_mttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  padding-bottom: 2px;
}
.sub .sub_contact .sub_contact_sttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  padding-bottom: 2px;
}
.sub .sub_contact .sub_contact_xsttl {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 6px;
}
.sub .sub_contact .sub_glist {
  padding-bottom: 0;
}
.sub .sub_contact .sub_glist li {
  padding: 0;
}
.sub .sub_contact .sub_glist li a {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  padding: 4px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sub:not(:target) {
    display: block\9;
    /* IE10 */
    width: 220px\9;
    /* IE10 */
  }
}
/*-- 左カラムjs部分 --*/
.js-nav-posi01 {
  width: 220px;
  position: fixed;
  top: 0;
  right: auto;
}

.js-nav-posi02 {
  width: 220px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*==============================
コンテンツ -メイン-
==============================*/
.main {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 740px;
  display: table-cell\9;
  width: 70% \9;
  vertical-align: top;
  min-width: 740px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main:not(:target) {
    display: block\9;
    /* IE10 */
    width: 740px\9;
    /* IE10 */
  }
}
.sect {
  min-width: 740px;
  width: 100%;
}
.sect.sect01 {
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #fff;
}
.sect.sect02 {
  padding-top: 80px;
  padding-bottom: 330px;
  background: #000 url(../img/custom_img.png) 147px 320px no-repeat;
	background-position: left 147px bottom -800px;
  color: #fff;
}
.sect.sect03 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #fff;
}
.sect .sect_inner {
  width: 700px;
  padding: 0 0 0 40px;
  margin: 0 auto 0 0;
}
.sect .sect_ttl {
  padding-bottom: 30px;
  line-height: 1.4;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
}
.sect .sect_txt {
  padding-bottom: 30px;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  text-align: justify;
}
.sect_indent_list{
	text-indent: -2rem;
	padding-left: 2rem;
}

.subBlock {
  padding-top: 35px;
}
.subBlock .subBlock_ttl {
  padding-bottom: 15px;
  line-height: 1.4;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
}
.subBlock .subBlock_txt {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
}

.sect01 .subBlock_txt {
  padding-right: 25px;
  text-align: justify;
}

.lightBlock {
  width: 300px;
  padding: 0;
  float: right;
  clear: both;
  position: relative;
}
.lightBlock .lightBlock_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 -10px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.lightBlock .lightBlock_txt {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}
.lightBlock .ligntBlock_normal {
  width: 100px;
  height: 0;
  background-color: #b5b5b5;
  position: absolute;
  bottom: 0;
  left: 25px;
  overflow: visible !important;
}
.no-js .lightBlock .ligntBlock_normal {
  height: 60px;
}
.lightBlock .ligntBlock_normal .lightBlock_ttl {
  bottom: -2em;
}
.lightBlock .ligntBlock_normal .lightBlock_txt {
  color: #898989;
}
.lightBlock .ligntBlock_high {
  width: 100px;
  height: 0;
  background-color: #26ae90;
  position: absolute;
  bottom: 0;
  right: 20px;
  overflow: visible !important;
}
.no-js .lightBlock .ligntBlock_high {
  height: 210px;
}
.lightBlock .ligntBlock_high .lightBlock_ttl {
  bottom: -3.5em;
}
.lightBlock .ligntBlock_high .lightBlock_txt {
  color: #26ae90;
}

.sect_detail {
  margin: 0;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-size: 1.8rem;
}
.sect_detail dt {
  float: left;
  width: 265px;
  padding: 20px 10px 20px 0;
}
.sect_detail dd {
  float: left;
  width: 425px;
  padding: 20px 0 20px;
}
.sect_detail dd li {
  padding-left: 1em;
  text-indent: -1em;
}
.sect_detail.sect_detailFirst dt {
  float: right;
  width: 425px;
}
.sect_detail.sect_detailFirst dt .spec_txt {
  vertical-align: bottom;
  padding: 0 0 6px 20px;
  display: inline-block;
}
.sect_detail.sect_detailFirst dd {
  padding-top: 120px;
  width: 265px;
}

.linkMg01 {
  margin-top: 50px;
}

.aside-footer {
  background-color: #e5e5e5;
  min-width: 960px;
}
.aside-footer .aside_inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 45px;
}
.aside-footer .aside_ttl {
  padding-bottom: 25px;
  line-height: 1.4;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.aside-footer .aside_subttl {
  font-weight: 900;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
}
.aside-footer .aside_txt {
  padding-bottom: 30px;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
}
.aside-footer .aside_small {
  font-size: 16px;
  font-size: 1.6rem;
}

.supplemental {
  color: #898989;
  clear: both;
  margin-top: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
.supplemental .supplemental_txt {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

/*==============================
panel_wrap
==============================*/
#panel_wrap {
  background-color: #000;
  min-width: 960px;
  width: 100%;
  z-index: 9000;
  border-top: 1px solid #dcdcdc;
  /*	bottom: 80px;
  	bottom: 79px\9; */
}

/*
#sitemap_wrap {
  margin: 0 auto;
  width: 960px;
}
*/

#sitemap_wrap .head {
  height: 31px;
  border-top: 1px solid #000000;
  position: relative;
}

#sitemap_wrap .note {
  margin: 8px 0 0 12px;
  color: #cccccc;
}

#sitemap_btn {
  padding-right: 20px;
  font-size: 12.8px;
  font-size: 1.28rem;
  font-weight: normal;
  background: url("../../../common/images/icon_plus.png") no-repeat right 0.2em;
  color: #cccccc;
  position: absolute;
  top: 7px;
  right: 12px;
  cursor: pointer;
}

#sitemap_btn:hover {
  text-decoration: underline;
}

#sitemap_btn.open {
  background-image: url("../../../common/images/icon_minus.png");
}

/* footer_navi
----------------------------------------------------------- */
#footer_navi {
  clear: both;
  margin: 0;
  padding: 40px 0;
  zoom: 1;
  border-top: solid 1px #535353;
  text-align: left;
}

#footer_navi .footer_navi_lineup {
  display: table-cell;
  width: 193px;
  margin: 0;
  padding: 0 25px 0 10px;
  border-left: 0px solid #535353;
}

#footer_navi .footer_navi_cmoptin {
  display: table-cell;
  width: 193px;
  margin: 0;
  padding: 0 25px;
  border-left: 1px solid #535353;
}

#footer_navi .footer_navi_guide {
  display: table-cell;
  width: 193px;
  margin: 0;
  padding: 0 25px;
  border-left: 1px solid #535353;
}

#footer_navi .footer_navi_support {
  display: table-cell;
  width: 193px;
  margin: 0;
  padding: 0 25px;
  border-left: 1px solid #535353;
}

#footer_navi h3 {
  padding-bottom: 6px;
  font-size: 16px;
  color: #028330;
  font-weight: 900;
}

#footer_navi h4 {
  color: #cccccc;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 6px;
}

#footer_navi ul {
  margin: 0;
  padding: 0;
}

#footer_navi li {
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: normal;
}

#footer_navi li a:active, #footer_navi li a:link, #footer_navi li a:visited {
  text-decoration: none;
  color: #cccccc;
}

#footer_navi li a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  text-decoration: none;
  color: #cccccc;
}

#footer_navi .footer_navi_head span,
#footer_navi .footer_navi_head a {
  display: block;
  width: 133px;
  height: 15px;
  background: transparent url(../images/14b/head_footer.gif) left top no-repeat;
  zoom: 1;
  text-indent: -9999px;
  outline: none;
  font-size: 1px;
  overflow: hidden;
}

#footer_navi .head_lineup span {
  background-position: left top;
}

#footer_navi .head_guide span {
  background-position: -140px top;
}

#footer_navi .head_feature a {
  background-position: left -15px;
  width: 90px;
}

#footer_navi .head_cm a {
  background-position: left -30px;
  width: 56px;
}

#footer_navi .head_option a {
  background-position: left -45px;
  width: 86px;
}

#footer_navi .head_qa a {
  background-position: left -60px;
  width: 117px;
}

#footer_navi .head_support a {
  background-position: left -75px;
  width: 77px;
}

#footer_navi .head_feature a:hover {
  background-position: -140px -15px;
}

#footer_navi .head_cm a:hover {
  background-position: -140px -30px;
}

#footer_navi .head_option a:hover {
  background-position: -140px -45px;
}

#footer_navi .head_qa a:hover {
  background-position: -140px -60px;
}

#footer_navi .head_support a:hover {
  background-position: -140px -75px;
}

#footer_navi .head_cm,
#footer_navi .head_option {
  padding: 10px 0 0 0;
  background: transparent url(../images/14b/bg_footer_navi_line.gif) left top no-repeat;
  zoom: 1;
}

#footer_navi .footer_navi_lineup_01 h4 span,
#footer_navi .footer_navi_lineup_02 h4 span,
#footer_navi .footer_navi_lineup_03 h4 span {
  display: block;
  width: 112px;
  height: 16px;
  background: transparent url(../images/14b/btn_footer_lineup_class.gif) left top no-repeat;
  zoom: 1;
  text-indent: -9999px;
  outline: none;
  font-size: 1px;
  overflow: hidden;
}

#footer_navi h4.head_x span {
  background-position: left top;
}

#footer_navi h4.head_z span {
  background-position: left -16px;
}

#footer_navi h4.head_j span {
  background-position: left -32px;
}

#footer_navi h4.head_g span {
  background-position: left -48px;
}

#footer_navi h4.head_s span {
  background-position: left -64px;
}

#footer_navi h4.head_r span {
  background-position: left -80px;
}

#footer_navi h4.head_rb span {
  background-position: left -96px;
}

#footer_navi h4.head_h span {
  background-position: left -112px;
}

#footer_navi h4.head_b span {
  background-position: left -128px;
}

#footer_navi h4.head_a span {
  background-position: left -144px;
}

#footer_navi h4.head_p span {
  background-position: left -160px;
}

#footer_navi .footer_navi_lineup_01 ul,
#footer_navi .footer_navi_lineup_02 ul {
  padding: 3px 0 0 21px;
}

#footer_navi .footer_navi_lineup_01 ul li,
#footer_navi .footer_navi_lineup_02 ul li {
  font-size: 80%;
  margin: 1px 0 0 0;
  padding: 0 0 0 15px;
  zoom: 1;
}

#footer_navi .footer_navi_lineup_01 ul li a,
#footer_navi .footer_navi_lineup_02 ul li a {
  color: #ffffff;
}

#footer_navi .footer_navi_feature ul,
#footer_navi .footer_navi_support_01 ul,
#footer_navi .footer_navi_support_02 ul,
#footer_navi .footer_navi_support_03 ul {
  padding: 3px 0 20px 0;
}

#footer_navi .footer_navi_feature ul li,
#footer_navi .footer_navi_support_01 ul li,
#footer_navi .footer_navi_support_02 ul li,
#footer_navi .footer_navi_support_03 ul li {
  font-size: 80%;
  margin: 1px 0 0 0;
  padding: 0 0 0 15px;
  zoom: 1;
}

#footer_navi .footer_navi_feature ul li a,
#footer_navi .footer_navi_support_01 ul li a,
#footer_navi .footer_navi_support_02 ul li a,
#footer_navi .footer_navi_support_03 ul li a {
  color: #ffffff;
}

#footer_navi .footer_navi_lineup_01 ul li.x3 {
  border-bottom: solid 1px #dcdcdc;
  font-size: 69%;
  margin: 1px 0 5px 0;
  padding: 0 0 5px 15px;
  background: transparent url(../images/bg_arrow_right_s.gif) left 1px no-repeat;
  zoom: 1;
}

/*==============================
設定ガイドページ -setup- 
==============================*/
.setup_visual {
  background: #000 url(../img/setup/img_main.jpg) center center no-repeat;
  min-width: 960px;
}

.setup_visual_box {
  width: 960px;
  min-height: 300px;
  margin: 0 auto;
  position: relative;
}
.setup_visual_box .setup_pro {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 240px;
  padding: 110px 20px 0;
  background-color: #26ae90;
  color: #fff;
  font-size: 18px;
  font-size: 2rem;
  font-weight: 900;
  box-sizing: border-box;
  text-align: center;
}
.setup_visual_box .setup_pro .setup_pro_txt01 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  display: block;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.setup_visual_box .setup_pro .setup_pro_txt02 {
  clear: both;
  margin: 0 -15px;
}
.setup_visual_box .setup_ttl {
  position: absolute;
  left: 250px;
  bottom: 20px;
  font-weight: 300;
  box-sizing: border-box;
  color: #fff;
}
.setup_visual_box .setup_ttl .setup_ttl_main {
  font-size: 56px;
  font-size: 5.6rem;
  display: block;
  line-height: 1;
}
.setup_visual_box .setup_ttl .setup_ttl_small {
  font-size: 40px;
  font-size: 4rem;
  display: block;
  line-height: 1;
}

.setup_nav_box {
  background: #7f7f7f;
  min-width: 960px;
}
.setup_nav_box .setup_nav {
  width: 960px;
  margin: 0 auto;
}
.setup_nav_box .setup_nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  min-height: 60px;
  line-height: 60px;
  font-weight: 900;
  padding-left: 30px;
  background: url(../img/setup/icon_nav.png) left center no-repeat;
  font-size: 18px;
  font-size: 1.8rem;
}

.print_btn_box {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.print_btn_box .print_btn {
  position: absolute;
  right: 0;
  top: 50px;
}

.setup_sect {
  width: 960px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  clear: both;
}
.setup_sect.setup_sect_last {
  padding-bottom: 120px;
}
.setup_sect .sect_inner {
  padding: 80px 0 0;
}

.setup_model_ttl {
  background: url(../img/setup/img_monitor.jpg) center top no-repeat;
  padding: 200px 0 30px 0;
	margin-top: 50px;
  line-height: 1.2;
  min-height: 250px;
  box-sizing: border-box;
	text-align: center;
}
.setup_model_ttl .setup_model_ttl_main {
  display: block;
  font-size: 49px;
  font-size: 4.9rem;
	margin-bottom: 10px;
}
.setup_model_ttl .setup_model_ttl_small {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
}

.setup_txt {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 30px;
  line-height: 1.6;
}

.setup_table_small {
  padding-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  clear: both;
}

.setup_table_small + .setup_table_small {
  padding-top: 0;
}

.setup_table_indent {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.setup_img {
  text-align: center;
  clear: both;
}

.setup_sect_ttl {
  text-align: center;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 18px;
  line-height: 1.25;
}
.setup_sect_ttl .setup_sect_ttl_en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #b5b5b5;
  display: block;
}
.setup_sect_ttl .setup_sect_ttl_ja {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  color: #333;
  display: block;
}

.setup_hpm_list.setup_2column {
  margin-top: 30px;
}
.setup_hpm_list.setup_2column .brd_box {
  border: 2px solid #b5b5b5;
  border-radius: 4px;
  padding: 25px 15px;
}
.setup_hpm_list.setup_2column .tableCell {
  display: table-cell;
  vertical-align: middle;
  height: 138px;
  width: 460px;
  box-sizing: border-box;
  color: #707070;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.setup_2column {
  width: 1000px;
  margin-left: -40px;
  margin-top: 60px;
}
.setup_2column li {
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
  float: left;
}

.setup_sect_box {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
  line-height: 1;
}
.setup_sect_box .setup_number {
  color: #b5b5b5;
  font-size: 50px;
  font-size: 5rem;
  display: inline-block;
  padding-right: 10px;
}

.setup_table .setup_table_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding-top: 20px;
}
.setup_table .setup_table_ttl .setup_table_ttl_l {
  display: inline-block;
  background: url(../img/setup/bg_ttl_left.jpg) left top no-repeat;
  padding-left: 24px;
}
.setup_table .setup_table_ttl .setup_table_ttl_r {
  display: inline-block;
  background: url(../img/setup/bg_ttl_right.jpg) right top no-repeat;
  padding-right: 24px;
}
.setup_table .setup_table_ttl .setup_table_ttl_c {
  display: inline-block;
  background: url(../img/setup/bg_ttl_center.jpg) left top repeat-x;
  min-height: 32px;
  padding: 9px 0;
}
.setup_table table {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #b5b5b5;
}
.setup_table table th {
  border-bottom: 1px solid #b5b5b5;
  padding: 5px 10px 5px 0;
  width: 50%;
  vertical-align: top;
}
.setup_table table td {
  border-bottom: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  padding: 5px 10px;
  width: 50%;
  vertical-align: top;
}
.setup_table table.signalTable th {
  padding-left: 10px;
}
.setup_table table.signalTable td {
  border-left: 0 solid #b5b5b5;
}
.setup_table table.setup_table_ths {
  margin-top: 40px;
}
.setup_table table.setup_table_ths th {
  width: 14%;
}
.setup_table table.setup_table_ths th.setup_table_ths_row {
  border-left: 1px solid #b5b5b5;
  padding-left: 10px;
}
.setup_table.setup_table_2column {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 20px;
}
.setup_table.setup_table_2column table {
  float: left;
  width: 720px;
}
.setup_table.setup_table_2column .setup_table_imgbox {
  float: right;
  margin-top: 40px;
}
.setup_table.setup_table_1column {
  padding-left: 100px;
  padding-right: 100px;
}
.setup_table.setup_table_1columnS {
  padding-top: 40px;
  padding-left: 190px;
  padding-right: 190px;
}

.setup_table_2column_small {
  float: left;
  width: 720px;
}

.setup_img_box {
  position: relative;
  padding-bottom: 310px;
}
.setup_img_box .setup_img {
  position: absolute;
  bottom: 0;
  left: auto;
}

.setup_shift_img {
  margin-top: 40px;
  text-align: center;
  width: 100%;
  display: table;
}
.setup_shift_img .setup_shift_img_1st {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
.setup_shift_img .setup_shift_img_2nd {
  padding: 35px 0 0;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.setup_shift_img .setup_shift_img_3rd {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.setup_shift_img.setup_shift_img02 .setup_shift_img_1st {
  width: 518px;
  vertical-align: middle;
}
.setup_shift_img.setup_shift_img02 .setup_shift_img_2nd {
  width: 63px;
  padding: 0 30px;
  vertical-align: middle;
}
.setup_shift_img.setup_shift_img02 .setup_shift_img_3rd {
  vertical-align: middle;
}
.setup_shift_img.setup_shift_img03 .setup_shift_img_1st {
  width: 508px;
  vertical-align: middle;
}
.setup_shift_img.setup_shift_img03 .setup_shift_img_2nd {
  width: 63px;
  padding: 0 30px;
  vertical-align: middle;
}
.setup_shift_img.setup_shift_img03 .setup_shift_img_3rd {
  vertical-align: middle;
}

#input .setup_sect_ttl,
#mediaPlayer .setup_sect_ttl {
  margin-bottom: 50px;
}

#extension .setup_table {
  padding-bottom: 20px;
}

#histogramDisplay .setup_img {
  padding-top: 25px;
}

/*==============================
レスポンシブ -sp-
==============================*/
@media screen and (max-width: 640px) {
  /*==============================
  共通要素
  ==============================*/
  .spdn {
    display: none !important;
  }

  .spdb {
    display: block !important;
  }

  .linkSizeS a,
  .linkSizeM a,
  .linkSizeL a {
    width: auto;
  }

  .linkSq a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }

  .linkBlank a {
    background-image: url(../img/sp/icon_blank01_sp.gif);
    background-size: 17px 14px;
    background-position: 97% center;
    background-position: calc(100% - 5px) center;
    background-position: -webkit-calc(100% - 5px) center;
  }

  .linkBlank02 a {
    background-image: url(../img/sp/icon_blank02_sp.gif);
    background-size: 17px 14px;
    background-position: 97% center;
    background-position: calc(100% - 5px) center;
    background-position: -webkit-calc(100% - 5px) center;
  }

  .hr {
    margin: 0;
  }

  .hrMg01 {
    margin: 30px 0 20px;
  }
  
  /*==============================
  パンくず
  ==============================*/
	#crumb {
		display:none;
	}

  /*==============================
  スライダー
  ==============================*/
  .keyVisual {
    position: relative;
  }
  .keyVisual > .slider1 li {
    display: none;
  }
  .keyVisual .slider1 li .keyImg {
    transform: scale(1.16);
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
  }
  .keyVisual .slider1 li .sliderCopy {
    left: 15px;
    top: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .keyVisual .slider1 li .sliderCopy3 {
    top: 5px;
  }
  .keyVisual .slider1 li.active .sliderCopy {
    animation: ttl_sp .4s ease-out both;
    -moz-animation: ttl_sp .4s ease-out both;
    -webkit-animation: ttl_sp .4s ease-out both;
    -ms-animation: ttl_sp .4s ease-out both;
  }
  .keyVisual .slider1 li .sliderPagerBg {
    height: 30px;
  }
  .keyVisual .slider1 li .sliderMonitor {
    position: absolute;
    left: 15px;
    bottom: 10px;
    background: url(../img/slider/slider_img_sbg.png) left top no-repeat;
    background-size: 150px auto;
    width: 150px;
    height: 95px;
    padding: 1px 1px 11px;
  }
  .keyVisual .bx-controls-direction {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .keyVisual .bx-controls-direction a {
    padding: 6px 0;
    margin: 0 10px;
    min-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .keyVisual .bx-controls-direction a.bx-prev {
    float: left;
    display: none;
  }
  .keyVisual .bx-controls-direction a.bx-next {
    float: right;
    background: url(../img/slider/pager_next.png) right center no-repeat;
    background-size: 10px 18px;
    padding-right: 20px;
    display: none;
  }

  .pager-custom {
    position: absolute;
    right: 27px;
    bottom: 15px;
  }
  .pager-custom .bx-pager {
    width: 100px;
    height: 3px;
    background-color: #dcdcdc;
    position: relative;
  }
  .pager-custom .bx-pager li {
    width: 12px;
    height: 12px;
    top: -4px;
    bottom: -4px;
    left: 0;
  }
  .pager-custom .bx-pager li.bx-pager01 {
    left: 0;
  }
  .pager-custom .bx-pager li.bx-pager02 {
    left: 25px;
  }
  .pager-custom .bx-pager li.bx-pager03 {
    left: 50px;
  }
  .pager-custom .bx-pager li.bx-pager04 {
    left: 75px;
  }
  .pager-custom .bx-pager li.bx-pager05 {
    left: 100px;
  }
  .pager-custom .bx-pager li.bx-pager06 {
    left: 125px;
  }
  .pager-custom .bx-pager a {
    width: 12px;
    height: 12px;
    background: url(../img/slider/pager_off_sp.png) left top no-repeat;
    background-size: 12px;
  }
  .pager-custom .bx-pager a:hover,
  .pager-custom .bx-pager li.actived a {
    background: url(../img/slider/pager_on_sp.png) left top no-repeat;
    background-size: 12px;
  }
  .pager-custom .bx-pager .bx-load {
    height: 3px;
    top: 4px;
    left: 12px;
  }
  /*==============================
  コンテンツ
  ==============================*/
	#container{
		margin-top: 0;
	}
	#content{
	}
  .container {
    display: block;
    min-width: 0;
    flex-flow: row wrap;
  }
}

@keyframes ttl_sp {
	0% {
		left: 30px;
		opacity: 0;
	}
	100% {
		left: 15px;
		opacity: 1;
	}
}
@-moz-keyframes ttl_sp {
	0% {
		left: 30px;
		opacity: 0;
	}
	100% {
		left: 15px;
		opacity: 1;
	}
}
@-webkit-keyframes ttl_sp {
	0% {
		left: 30px;
		opacity: 0;
	}
	100% {
		left: 15px;
		opacity: 1;
	}
}
@-ms-keyframes ttl_sp {
	0% {
		left: 30px;
		opacity: 0;
	}
	100% {
		left: 15px;
		opacity: 1;
	}
}
@media screen and (max-width: 640px) and (-ms-high-contrast: active), screen and (max-width: 640px) and (-ms-high-contrast: none) {
  .container:not(:target) {
    display: block\9;
    /* IE10 */
  }
}
@media screen and (max-width: 640px) {
  /*==============================
  コンテンツ -ナビ-
  ==============================*/
  .sub {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .sub .sub_inner {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .sub .sub_catch {
    padding: 7px 15px 5px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
  .sub .sub_catch .sub_catch_pro {
    font-size: 32px;
    font-size: 3.2rem;
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 0;
    margin-right: 8px;
  }
  .sub .sub_catch .sub_catch_target {
    display: inline-block;
  }
  .sub .sub_ttl {
    padding: 10px 15px;
    line-height: 1;
    font-size: 35px;
    font-size: 3.5rem;
    text-align: center;
  }
  .sub .sub_ttl .sub_ttl_main {
    float: left;
    padding: 12px 10px 0 0;
  }
  .sub .sub_ttl .sub_ttl_small {
    float: left;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
  }
  .sub .sub_ttl .sub_ttl_pro {
    right: 0;
    top: 6px;
    width: 50px;
    height: 50px;
  }
  .sub .sub_list {
    padding: 0;
  }
  .sub .sub_list .sub_glist {
    padding: 0 15px 2px;
  }
  .sub .sub_list .sub_glist li {
    padding: 0 5px 8px 0;
    float: left;
    clear: left;
    width: 50%;
    box-sizing: border-box;
  }
  .sub .sub_list .sub_glist li:nth-of-type(2n) {
    padding: 0 0 8px 5px;
    float: right;
    clear: right;
  }
  .sub .sub_list .sub_glist li a {
    padding: 4px 2px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sub .sub_contact {
    padding: 10px 15px;
    border-radius: 0;
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .sub .sub_contact .sub_contact_ttl {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .sub .sub_contact .sub_contact_mttl {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
  }
  .sub .sub_contact .sub_contact_sttl {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 2px;
  }
  .sub .sub_contact .sub_contact_xsttl {
    font-size: 10px;
    font-size: 1rem;
    padding: 0;
  }
  .sub .sub_contact .sub_glist {
    display: table-cell;
    padding: 0;
    width: 50%;
    vertical-align: middle;
  }
  .sub .sub_contact .sub_glist li {
    padding: 0 0 0 5px;
    float: none;
    width: 100%;
  }
  .sub .sub_contact .sub_glist li a {
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
    padding: 4px;
  }
}
@media screen and (max-width: 640px) and (-ms-high-contrast: active), screen and (max-width: 640px) and (-ms-high-contrast: none) {
  .sub:not(:target) {
    display: block\9;
    /* IE10 */
    width: 100% \9;
    /* IE10 */
  }
}
@media screen and (max-width: 640px) {
  /*-- 左カラムjs部分 --*/
  .js-nav-posi01 {
    width: auto;
    position: static;
  }

  .js-nav-posi02 {
    width: auto;
    position: static;
  }

  /*==============================
  コンテンツ -メイン-
  ==============================*/
  .main {
    display: block;
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 640px) and (-ms-high-contrast: active), screen and (max-width: 640px) and (-ms-high-contrast: none) {
  .main:not(:target) {
    display: block\9;
    /* IE10 */
    width: 100% \9;
    /* IE10 */
  }
}
@media screen and (max-width: 640px) {
  .no-js .product-name{
	  background:url(../../../_shared/img/logo_regza_sp.png) left top no-repeat content-box content-box;
	  background-size:93px auto;
	  height: 13px;
      width: 93px;
  }
  .no-js .product-name img{
	  display:none;
  }
  .sect {
    min-width: 0;
    width: auto;
  }
  .sect.sect01 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .sect.sect02 {
    padding-top: 40px;
    padding-bottom: 155px;
    background: #000 url(../img/custom_img.png) 87px 280px no-repeat;
		background-position: left 87px bottom -400px;
    background-size: 866px auto;
    color: #fff;
  }
  .sect.sect03 {
    padding-top: 32px;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .sect .sect_inner {
    width: auto;
    padding: 0 15px 0;
    margin: 0;
  }
  .sect .sect_ttl {
    padding-bottom: 15px;
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
  .sect .sect_txt {
    padding-bottom: 28px;
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem;
  }
	.sect_indent_list{
		text-indent: -1.2rem;
		padding-left: 1.2rem;
	}

  .subBlock {
    padding: 0 0 24px;
    width: auto;
    float: none;
  }
  .subBlock .subBlock_ttl {
    padding-bottom: 15px;
    line-height: 1.2;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .subBlock .subBlock_txt {
    font-size: 10px;
    font-size: 1rem;
  }

  .sect01 .subBlock_txt {
    padding-right: 0;
  }

  .lightBlock {
    width: auto;
    float: none;
    height: 200px;
    text-align: center;
    margin-bottom: 40px;
  }
  .lightBlock .ligntBlock_normal {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 75px;
    margin: 0 20px;
    position: absolute;
    left: 45px;
    left: calc(50% - 120px);
    left: -webkit-calc(50% - 120px);
  }
  .no-js .lightBlock .ligntBlock_normal {
  	height: 45px;
  }
  .lightBlock .ligntBlock_high {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 75px;
    margin: 0 20px;
    position: absolute;
    right: 45px;
    right: calc(50% - 120px);
    right: -webkit-calc(50% - 120px);
  }
  .no-js .lightBlock .ligntBlock_high {
  	height: 157px;
  }
  .lightBlock .ligntBlock_high .ligntBlock_high_txt {
    font-size: 15px;
    font-size: 1.5rem;
    top: 10px;
  }
  .lightBlock .lightBlock_ttl {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .lightBlock .lightBlock_txt {
    top: -30px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .sect_detail {
    margin: 0 -15px;
    padding: 12px 15px;
    font-size: 10px;
    font-size: 1rem;
  }
  .sect_detail dt {
    float: none;
    width: auto;
    padding: 0 0 8px;
  }
  .sect_detail dd {
    float: none;
    width: auto;
    padding: 0 0 5px;
  }
  .sect_detail dd li {
    padding-left: 0;
    text-indent: 0;
  }
  .sect_detail.sect_detailFirst dt {
    float: none;
    width: auto;
    text-align: center;
    position: relative;
  }
  .sect_detail.sect_detailFirst dt img {
    width: 100px;
    height: auto;
  }
  .sect_detail.sect_detailFirst dt .spec_txt {
    position: absolute;
    right: 7%;
    right: -webkit-calc(50% - 145px);
    right: calc(50% - 145px);
    bottom: 20px;
    padding: 0;
    display: inline-block;
  }
  .sect_detail.sect_detailFirst dd {
    padding-top: 0;
    width: auto;
    text-align: center;
  }

  .linkMg01 {
    margin-top: 20px;
  }

  .aside-footer {
    background-color: #e5e5e5;
    min-width: 0;
    position: relative;
  }
  .aside-footer .aside_inner {
    width: auto;
    margin: 0 0 10px;
    padding: 25px 15px;
  }
  .aside-footer .aside_ttl {
    padding-bottom: 14px;
    line-height: 1.2;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .aside-footer .aside_subttl {
    font-weight: 900;
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .aside-footer .aside_txt {
    padding-bottom: 30px;
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .aside-footer .aside_small {
    font-size: 10px;
    font-size: 1rem;
  }

  .supplemental {
    margin-top: 20px;
    font-size: 10px;
    font-size: 1rem;
  }

  /*==============================
  設定ガイドページ -setup- 
  ==============================*/
  .setup_visual {
    background: #000 url(../img/setup/img_main_sp.jpg) center 45% no-repeat;
    background-size: cover;
    min-width: 0;
  }

  .setup_visual_box {
    width: auto;
    min-height: 180px;
    margin: 0;
    position: static;
  }
  .setup_visual_box .setup_pro {
    position: static;
    margin: 0;
    width: auto;
    padding: 7px 15px 5px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
  .setup_visual_box .setup_pro .setup_pro_txt01 {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 2px 5px;
    margin-bottom: 0;
    margin-right: 8px;
    display: inline-block;
  }
  .setup_visual_box .setup_pro .setup_pro_txt02 {
    clear: none;
    display: inline-block;
    margin: 0;
  }
  .setup_visual_box .setup_ttl {
    position: static;
    padding: 30px 15px 0;
  }
  .setup_visual_box .setup_ttl .setup_ttl_main {
    font-size: 35px;
    font-size: 3.5rem;
    float: left;
    padding: 13px 10px 0 0;
  }
  .setup_visual_box .setup_ttl .setup_ttl_small {
    font-size: 20px;
    font-size: 2rem;
    float: left;
  }

  .setup_nav_box {
    min-width: 0;
  }
  .setup_nav_box .setup_nav {
    width: auto;
    margin: 0 15px;
  }
  .setup_nav_box .setup_nav a {
    min-height: 30px;
    line-height: 30px;
    padding-left: 25px;
    background: url(../img/setup/icon_nav.png) left center no-repeat;
    background-size: 10px 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .setup_sect {
    width: 100%;
    margin: 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .setup_sect.setup_sect_last {
    padding-bottom: 40px;
  }
  .setup_sect .sect_inner {
    padding: 40px 15px 0;
  }
  .setup_sect:first-of-type .sect_inner {
    padding: 30px 15px 0;
  }

  .setup_model_ttl {
    background: url(../img/setup/img_monitor.jpg) center top no-repeat;
    background-size: 280px auto;
		margin-top: 0;
    padding: 70px 0 20px;
    min-height: 0;
    text-align: center;
  }
  .setup_model_ttl .setup_model_ttl_main {
    font-size: 30px;
    font-size: 3rem;
  }
  .setup_model_ttl .setup_model_ttl_small {
    font-size: 20px;
    font-size: 2rem;
  }

  .setup_txt {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 20px;
    line-height: 1.6;
  }

  .setup_table_small {
    padding-top: 6px;
    font-size: 10px;
    font-size: 1rem;
  }

  .setup_table_small + .setup_table_small {
    padding-top: 0;
  }

  .setup_img {
    text-align: center;
  }

  .setup_sect_ttl {
    padding-bottom: 10px;
  }
  .setup_sect_ttl .setup_sect_ttl_en {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .setup_sect_ttl .setup_sect_ttl_ja {
    font-size: 20px;
    font-size: 2rem;
  }

  .setup_hpm_list.setup_2column {
    margin-top: 0;
  }
  .setup_hpm_list.setup_2column li {
    margin-top: 20px;
  }
  .setup_hpm_list.setup_2column .brd_box {
    border: 2px solid #b5b5b5;
    border-radius: 4px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .setup_hpm_list.setup_2column .tableCell {
    display: block;
    height: auto;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .setup_2column {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .setup_2column li {
    width: 100%;
    padding-left: 0;
    float: none;
    margin-top: 35px;
  }
  .setup_2column li:first-child {
    margin-top: 20px;
  }

  .setup_sect_box {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 0 10px 30px;
    line-height: 1.2;
    position: relative;
  }
  .setup_sect_box .setup_number {
    font-size: 25px;
    font-size: 2.5rem;
    padding-right: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .setup_table .setup_table_ttl {
    text-align: center;
    padding-top: 0;
  }
  .setup_table .setup_table_ttl .setup_table_ttl_l {
    display: inline;
    background: none;
    padding: 0;
  }
  .setup_table .setup_table_ttl .setup_table_ttl_r {
    display: inline;
    background: none;
    padding: 0;
  }
  .setup_table .setup_table_ttl .setup_table_ttl_c {
    font-size: 15px;
    font-size: 1.5rem;
    border: 2px solid #b5b5b5;
    border-radius: 100px;
    padding: 5px 15px;
    display: inline-block;
    background: none;
    min-height: 0;
  }
  .setup_table table th {
    padding-left: 10px;
  }
  .setup_table table.setup_table_ths {
    margin-top: 20px;
  }
  .setup_table.setup_table_2column {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .setup_table.setup_table_2column table {
    float: none;
    width: 100%;
  }
  .setup_table.setup_table_2column .setup_table_imgbox {
    float: none;
    margin: 15px 0 25px;
    text-align: center;
  }
  .setup_table.setup_table_2column .setup_table_imgbox.setup_table_setup05jpg img {
    width: 80px;
    height: auto;
  }
  .setup_table.setup_table_1column {
    padding-left: 0;
    padding-right: 0;
  }
  .setup_table.setup_table_1columnS {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .setup_table_2column_small {
    float: none;
    width: 100%;
  }

  .setup_img_box {
    position: static;
    padding-bottom: 0;
  }
  .setup_img_box .setup_img {
    padding: 25px 30px 0;
    position: static;
  }
  .setup_img_box .setup_img img {
    width: 100%;
    height: auto;
  }

  .setup_shift_img {
    margin-top: 16px;
    text-align: center;
    width: 100%;
    display: block;
  }
  .setup_shift_img .setup_shift_img_1st {
    display: block;
    text-align: center;
  }
  .setup_shift_img .setup_shift_img_1st img {
    width: 142px;
    height: auto;
  }
  .setup_shift_img .setup_shift_img_2nd {
    padding: 15px 0;
    display: block;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .setup_shift_img .setup_shift_img_2nd img {
    width: 31px;
    height: auto;
  }
  .setup_shift_img .setup_shift_img_3rd {
    display: block;
    text-align: center;
  }
  .setup_shift_img .setup_shift_img_3rd img {
    width: 165px;
    height: auto;
  }
  .setup_shift_img.setup_shift_img02 .setup_shift_img_1st {
    width: 100%;
    display: block;
    text-align: center;
  }
  .setup_shift_img.setup_shift_img02 .setup_shift_img_1st img {
    width: 165px;
    height: auto;
  }
  .setup_shift_img.setup_shift_img02 .setup_shift_img_2nd {
    width: 100%;
    padding: 15px 0;
    display: block;
    text-align: center;
  }
  .setup_shift_img.setup_shift_img02 .setup_shift_img_3rd {
    display: block;
    text-align: center;
  }
  .setup_shift_img.setup_shift_img02 .setup_shift_img_3rd img {
    width: 59px;
    height: auto;
  }
  .setup_shift_img.setup_shift_img03 .setup_shift_img_1st {
    width: 100%;
    display: block;
    text-align: center;
  }
  .setup_shift_img.setup_shift_img03 .setup_shift_img_1st img {
    width: 165px;
    height: auto;
  }
  .setup_shift_img.setup_shift_img03 .setup_shift_img_2nd {
    width: 100%;
    padding: 15px 0;
    display: block;
    text-align: center;
  }
  .setup_shift_img.setup_shift_img03 .setup_shift_img_3rd {
    display: block;
    text-align: center;
  }
  .setup_shift_img.setup_shift_img03 .setup_shift_img_3rd img {
    width: 76px;
    height: auto;
  }

  #input .setup_sect_ttl,
  #mediaPlayer .setup_sect_ttl {
    margin-bottom: 25px;
  }

  #extension .setup_sect_box + .setup_txt {
    margin-top: 0;
  }
  #extension .setup_table {
    padding-bottom: 0;
  }

  #histogramDisplay .setup_img {
    padding-top: 10px;
  }
  #histogramDisplay .setup_img img {
    width: 100%;
  }
}
