@charset "utf-8";

/* scene-anchor */
.scene-anchor {
	background: #fff;
}
.is-scroll .scene-anchor {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.scene-anchor__inner {
	margin: 0 auto;
	width: 960px;
}
.scene-anchor ul {
  display: flex;
}
.scene-anchor li.scene-anchor__type1,
.scene-anchor li.scene-anchor__type2 {
  width: 27%;
}
.scene-anchor li.scene-anchor__type3 {
  width: 46%;
}
.scene-anchor a {
  display: flex;
  align-items: center;
  padding: 0 38px 0 30px;
  box-sizing: border-box;
  height: 64px;
  line-height: 1.3;
  font-size: 24px;
  white-space: nowrap;
  font-weight: bold;
  border-left: 2px dotted #034FA0;
  background: url(/products/bizprojector/spaceproduction/images/common/nav_icn_active_big.png) no-repeat right 28px center;
}
.scene-anchor a:hover {
  text-decoration: none;
}
.scene-anchor li:last-child a {
  border-right: 2px dotted #034FA0;
}

/* scene-grid */
.scene-grid {
	margin: 0;
	overflow: hidden;
}
.scene-grid > div {
	float: left;
	width: 450px;
}
.scene-grid--col3 > div {
	float: left;
	width: 290px;
}
.scene-grid--col4 > div {
	float: left;
	width: 220px;
  margin-right: 26px;
}
.scene-grid--col4 > div:last-child {
  margin-right: 0;
}
.scene-grid > div:last-child {
	float: right;
}
.scene-grid__image {
	margin-bottom: 14px;
}
.scene-grid__image a {
	display: block;
}
.scene-grid__bg-title {
  margin: 30px 0 50px;
  padding: 7px 0 6px;
  text-align: center;
	font-weight: bold;
	font-size: 18px;
  color: #034FA0;
  background: #F5F5F5;
}
.scene-grid__title {
	margin: 0 0 15px 0;
  box-sizing: border-box;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
.scene-grid__title span {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 15px;
}
.scene-grid__title--line2 {
}
.scene-grid__title--line1 {
  margin-top: 5px;
  padding-top: 19.5px;
}
.scene-grid__main {
	margin-bottom: 25px;
	overflow: hidden;
}
.scene-grid__main-text dt {
	margin-bottom: 6px;
	color: #005eac;
	font-weight: bold;
}
.scene-grid__main-text--wide dl {
	display: table;
}
.scene-grid__main-text--wide dt,
.scene-grid__main-text--wide dd {
	display: table-cell;
	vertical-align: top;
}
.scene-grid__main-text--wide dt {
	margin: 0;
	padding: 0 10px 0 0;
}
.scene-grid__main-text--wide dd {
	padding-left: 10px;
}
.scene-grid__main-text--fukidashi-right dt {
  padding: 10px 0 0 15px;
  width: 159px;
  height: 40px;
  box-sizing: border-box;
  background: url(/products/bizprojector/spaceproduction/images/scene/fukidashi_right.png) no-repeat;
}
.scene-grid__main-text--fukidashi-right dd {
  line-height: 1.7;
}
.scene-grid__main-text--fukidashi-bottom dt {
  padding: 4px 0 0 15px;
  min-width: 145px;
  white-space: nowrap;
  height: 36px;
  box-sizing: border-box;
  background: url(/products/bizprojector/spaceproduction/images/scene/fukidashi_bottom.png) no-repeat;
}
.scene-grid__main-text--fukidashi-bottom dd {
  line-height: 1.7;
}
.scene-grid__main-image {
	float: right;
	width: 150px;
}
.scene-grid__main-row {
	background: url(/products/bizprojector/spaceproduction/images/scene/bg_split_item.png) repeat-y;
	overflow: hidden; 
}
.scene-grid__main-col {
	width: 210px;
}

.scene-grid--bdr > div:first-child {
	padding-right: 29px;
	border-right: solid 1px #ccc;
}
.scene-grid--col3 > div {
	width: 290px;
	margin-right: 45px;
}
.scene-grid--col3 > div:last-child {
	margin-right: 0;
}
.scene-grid--col3.scene-grid--bdr > div {
	padding-right: 22px;
	margin-right: 22px;
	border-right: solid 1px #ccc;
}
.scene-grid--col3.scene-grid--bdr > div:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

/* scene-more */
.scene-more {
	margin-top: 50px;
	text-align: center;
}
.scene-more__btn {
	display: inline-block;
	padding: 18px 95px 16px;
	border: solid 2px #000;
	background: url(/products/bizprojector/spaceproduction/images/common/icn_btn.png) no-repeat right 20px center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #000 !important;
	text-decoration: none !important;
}
.scene-more__btn:hover {
	color: #7f7f7f !important;
}
.scene-more__btn em {
	font-size: 22px;
	font-style: normal;
}

/* scene-sns */
.scene-sns {
	overflow: hidden;
}
.scene-sns-grid {
  display: flex;
  justify-content: space-between;
}
.scene-sns-grid__item {
	padding: 30px 33px;
  width: 464px;
  box-sizing: border-box;
	background: #edf0f9;
}
.scene-sns__text p {
  line-height: 1.7;
  font-size: 16px;
}
.scene-sns__images ul {
  margin-right: -24px;
	overflow: hidden;
}
.scene-sns__images li {
	float: left;
	width: 187px;
	margin-right: 24px;
}
.scene-sns__images p {
	margin-top: 10px;
	font-size: 15px;
  line-height: 1.7;
	overflow: hidden;
}
.scene-sns__images p img {
	float: left;
	margin-right: 5px;
}
.scene-sns__images p span {
	display: block;
	overflow: hidden;
}

/* mfp */
.mfp-close {
	font-size: 50px;
	font-weight:normal;
}

/* 20200717 add */
.scene__type {
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #005eac;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}
.spec-table{
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
}
.spec-table ,.spec-table td,.spec-table th {
	border: 1px solid #005eac;
	border-collapse: collapse;
}
.spec-table td,.spec-table th {
	padding: 3px;
	width: 30px;
	height: 25px;
	text-align: center;
}
.spec-table th {
	background: #f0e6cc;
}
.spec-table .even {
	background: #fbf8f0;
}
.spec-table .odd {
	background: #fefcf9;
}




.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.mb0{
	margin-bottom: 0;
}
.bkclr--blue{
	background-color: #005eac!important;
	font-size: 14px;
	color: #fff;
}
.bkclr--gray{
	background-color: #d0cece!important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.bd--bottom{
	border-bottom: 1px solid #fff!important;
}
.bd--right{
	border-right: 1px solid #fff!important;
}
.bd--left{
	border-left: 1px solid #fff!important;
}


/* 20220407add */
.fs6{
  font-size: 6px;
}
.fsXS{
  font-size: 60%;
}
.fsXXS{
  font-size: 30%;
}
.lts-minus2{
  letter-spacing: -2px;
}
.indentMinus2{
  text-indent: -2em;
}

.scene-use {
  margin-top: 50px;
  overflow: hidden;
}
.scene-use__box {
  padding: 24px 30px;
  box-sizing: border-box;
  border-radius: 18px;
  background: #EBF5FF;
}
.scene-use__box dl {
  margin-right: 40px;
}
.scene-use__box dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
  color: #034FA0;
}
.scene-use__box dd {
  font-weight: bold;
  font-size: 16px;
}
.scene-use__item--1,
.scene-use__item--2 {
  width: 464px;
}
.scene-use__item--1 .scene-use__box,
.scene-use__item--2 .scene-use__box {
  min-height: 210px;
}
.scene-use__box__row {
  display: flex;
}
.scene-use__item--3 {
  position: relative;
  padding-top: 30px;
}
.scene-use__center-title {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2px 83px 0;
  min-height: 70px;
  max-width: 546px;
  background: url(/products/bizprojector/spaceproduction/images/scene/scene_use_icon_arrow.png) no-repeat left center, url(/products/bizprojector/spaceproduction/images/scene/scene_use_icon_arrow.png) no-repeat right center;
}
.scene-use__center-title p {
  width: 380px;
  height: 66px;
  line-height: 62px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #034FA0;
  background: #fff;
  border: 4px solid #034FA0;
  border-radius: 18px;
}
.scene-use__item--3 dd ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.scene-use__item--3 dd ul figcaption {
  margin-top: 8px;
}

.scene-jirei-grid {
  display: flex;
  margin-top: 60px;
}
.scene-jirei-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.scene-jirei__title-main {
  position: relative;
  padding-left: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #034FA0;
  margin-bottom: 20px;
}
.scene-jirei__title-main::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 29px;
  background: #034FA0;
}
.scene-jirei__title-sub {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
}
.scene-jirei__text {
  font-size: 16px;
  line-height: 1.7;
}
.scene-jirei__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
  font-size: 20px;
  font-weight: bold;
  color: #034FA0;
  border: 3px solid #034FA0;
  position: relative;
}
.scene-jirei__link::after {
  content: '';
  position: absolute;
  right: 34px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-right: 3px solid #034FA0;
  border-bottom: 3px solid #034FA0;
  transform: rotate(-45deg);
}
.scene-jirei__link:hover {
  text-decoration: none;
  color: #fff;
  background: #034FA0;
}
.scene-jirei__link:hover::after {
  border-color: #fff;
}

.scene-contents {
  margin: 64px 0 34px;
}
.scene-contents__title {
  position: relative;
  padding-left: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #034FA0;
  margin-bottom: 20px;
}
.scene-contents__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 29px;
  background: #034FA0;
}
.scene-contents__list ul {
  display: flex;
  justify-content: space-between;
}
.scene-contents__list li {
  display: flex;
}
.scene-contents__list li a {
  display: block;
  padding: 20px 18px;
  width: 225px;
  box-sizing: border-box;
  border: 2px solid #E8E8E8;
  color: #333;
  border-radius: 8px;
  opacity: 1;
  transition: all 0.25s;
}
.scene-contents__list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.scene-contents__list li a figure {
  display: flex;
  align-items: center;
  margin: 0;
}
.scene-contents__list li a figure img {
  margin-right: 14px;
}
.scene-contents__list li a figure figcaption {
  flex-shrink: 1;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.scene-contents__list li a p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}


.small-img{
  width: 32%;
  height: auto;
}
