@charset "utf-8";

/*メニューアクティブ*/
.demo .demo-menu a,.demo .demo-menu a:hover{
  box-shadow: 0 -3px #b40200 inset; 
}
.content{
  font-family: -apple-system, BlinkMacSystemFont,  Arial, Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, YuGothic, "Original Yu Gothic", "Yu Gothic", sans-serif;
  max-width: 1000px;
}

.movie section{
  overflow: hidden;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 35px;
  border: 3px solid #003264;
  margin-top: 30px;
}
.movie .movie-txt{
  float: left;
  width: calc(100% - 435px);
  line-height: 1.8;
  margin-top: 15px;
}
.movie .movie-txt h2{ margin-bottom: 15px;}
.movie .movie-box{
  max-width: 420px;
  float: right;
  position:relative;
}
.movie .movie-box iframe{
  width: 420px;
  height: 236px;
}
.movie .new{
  position: absolute;
  top: 15px; left: 0;
  padding: 8px 20px;
  font-weight: bold;
  color: #f6ff00;
  background: #003264;
}
.catalog{ text-align: center; line-height: 1.8;}
.catalog::before{ background: #f1f1f1; }
.catalog h2{
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.catalog h2+p{ margin-bottom: 30px;}
.catalog .btn a{ background: #b40200;}
.catalog a{ transition: .3s;}
.catalog a:hover{ opacity: .7;}
.catalog .bn{ max-width: 900px; margin: 0 auto;}
@media screen and (min-width: 769px) {
    .localnavi{ position: relative; overflow:inherit; }
    .localnavi .second{
    position: absolute;
    overflow: hidden;
    max-height: 0;
    top: 70px;
    background: #fff;
    opacity: 0;
    z-index: 999;
    transition: .3s;
   max-width: 400px;
  }
  .localnavi .active .second { 
    opacity: 1 !important;
    max-height: 9999px !important;
    padding:22px 30px;
}
  .localnavi .second li a{
    text-align: left;
    height: auto;
    display: block;
    padding: 8px 0 8px 15px;
    position: relative;
  }
  .localnavi .second li a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0; top: 0; bottom: 0;
    margin: auto;
    width: 7px; height: 2px;
    background: #b40100;
  }
  .localnavi .second li a:hover{
    box-shadow: none;
    color: #b40100;
  }
  .localnavi .col-list{ display:flex; flex-wrap: wrap;}
  .localnavi .col-list li{ width: 50%;}
  .close{ opacity: 0 !important; max-height: 0 !important;}
  
	.content > section {
		padding: 75px 0;
	}
	.bg-wide,
	.bg-wide > * {
		position: relative;
		z-index: 1;
	}
	.bg-wide::before {
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		position: absolute;
		left: calc(50% - 50vw);
		top: 0;
	}
	.circle {
		font-size: 2.5rem;
		color: #09558f;
		text-align: center;
		display: block;
		width: 145px;
		height: 145px;
		padding-top: 53px;
		border: solid 7px #bad5fb;
		border-radius: 100%;
	}
	p.note,
	ul.note li {
		text-indent: -1em;
		padding-left: 1em;
	}
	a.detail {
		font-size: 1.6rem;
		color: #0890da;
		background: url(/common/img/arrow_sky.png) right center / 6px auto no-repeat;
		display: inline-block;
		padding-right: 20px;
	}
	p.btn {
		text-align: center;
		margin-top: 50px;
	}
	.btn a,
	a.btn {
		font-size: 18px;
		line-height: 1.56;
		color: #fff;
		background: #003264;
		text-align: center;
		display: inline-block;
		padding: 22px 0;
		width: 206px;
		border-radius: 6px;
	}
	.btn a,
	a.btn,
	a.detail,
	#scene ul li a::before,
	#scene ul li a span,
	#price a,
	#ds p a,
	#pickup li a,
	#news .news-list a {
		transition: all 0.3s;
	}
	a.detail:hover,
	.btn a:hover,
	a.btn:hover,
	#ds p a:hover,
	#pickup li a:hover,
	#price a:hover {
		opacity: 0.7;
	}
	.bx-wrapper {
		height: 500px;
		margin: 0 calc(50% - 50vw);
		position: relative;
		z-index: 1;
		max-width: 100vw!important;
	}
  .main-slider{ position: relative;}
	#mainvis > div {
		background-size: cover!important;
		text-align: center;
		height: 500px;
		position: relative;
	}
	#mainvis .slide1 { background: url(/product/motionboard/img/bg_slider_01.jpg) no-repeat center center; }
	#mainvis .slide2 { background: url(/product/motionboard/img/bg_slider_02.jpg) no-repeat center center; }
	#mainvis .slide3 { background: url(/product/motionboard/img/bg_slider_03.jpg) no-repeat center center; }
	#mainvis > div > * {
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
  .main-slider ul {
		text-align: left;
		padding-left: 12px;
		position: absolute;
		bottom: 52px;
		left: 0;
		right: 0;
    z-index: 1;
	}
  .main-slider li {
		float: left;
		margin-right: 16px;
	}
	#mainvis .slide1 h1 {
		text-align: left;
		padding: 160px 0 0 35px;
	}
	#mainvis .slide1 p {
		font-size: 2rem;
		text-align: left;
		padding: 35px 0 0 75px;
	}
	#mainvis .slide2 p {
		padding: 162px 0 0;
	}
  #mainvis .slide3 p {
		padding: 180px 0 0 50px;
		text-align: left;
	}
	#mainvis .slide3 p img{ max-width: 414px;}
	#lead {
		height: 395px;
		padding-top: 60px;
		z-index: 0;
	}
	#lead::before {
		background: #000;
		transform: skewY(6deg);
		transform-origin: right bottom;
	}
	#lead p {
		font-size: 3.6rem;
		line-height: 1.2;
		color: #fff;
	}
	#lead p span {
		font-size: 2.4rem;
		display: block;
		margin-top: 20px;
	}
	#function {
		padding-top: 0;
		margin-top: -100px;
		margin-top: -5vw;
		padding-bottom: 35px;
		position: relative;
	}
	#function div {
    display: flex;
    justify-content: space-between;
		padding-top: 50px;
    flex-wrap: wrap;
	}
	/*#function div:first-of-type { padding-right: 60px; }
	#function div:last-of-type { padding-left: 60px; }*/
  #function div section{ width: 48%; margin-bottom: 75px;}
  #function div section:last-of-type{ margin-bottom: 0; }
	#function h3 {
		font-size: 2.4rem;
		line-height: 1.25;
		font-weight: bold;
		color: #003264;
		margin-bottom: 20px;
	}
	#function p {
		font-size: 1.7rem;
		line-height: 1.47;
		color: #1b1b1b;
		margin-top: 15px;
	}
	#function p.movie {
		text-align: right;
		margin-top: -75px;
	}
	#scene .circle {
		padding-top: 30px;
		line-height: 35px;
	}
	#scene ul {
		font-size: 0;
		text-align: center;
		margin: 50px 0 0;
	}
	#scene ul li {
		display: inline-block;
		width: 25%;
		padding: 0 5px;
		margin-top: 10px;
	}
	#scene ul li a {
		background-size: cover!important;
		display: block;
		height: 0;
		padding-top: 92.414%;
		overflow: hidden;
		position: relative;
	}
	#scene ul li:nth-child(1) a { background: url(/product/motionboard/img/img_scene_01.jpg) center center no-repeat; }
	#scene ul li:nth-child(2) a { background: url(/product/motionboard/img/img_scene_02.jpg) center center no-repeat; }
	#scene ul li:nth-child(3) a { background: url(/product/motionboard/img/img_scene_03.jpg) center center no-repeat; }
	#scene ul li:nth-child(4) a { background: url(/product/motionboard/img/img_scene_04.jpg) center center no-repeat; }
	#scene ul li:nth-child(5) a { background: url(/product/motionboard/img/img_scene_05.jpg) center center no-repeat; }
	#scene ul li:nth-child(6) a { background: url(/product/motionboard/img/img_scene_06.jpg) center center no-repeat; }
	#scene ul li:nth-child(7) a { background: url(/product/motionboard/img/img_scene_07.jpg) center center no-repeat; }
	#scene ul li a::before {
		content: "";
		background: rgba(11,155,192,0.35);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
    opacity: 0;
  }
  #scene ul li a:hover::before{ opacity: 1; transition: .3s all;}
	#scene ul li a span {
		font-size: 2rem;
    font-weight: bold;
    color: #fff;
		letter-spacing: 0.2em;
		text-align: center;
		display: block;
		width: 100%;
		position: absolute;
		top: calc(50% - 12px);
		text-shadow:0 0 16px #007897, 0 0 9px #007897, 0 0 9px #fff;

	}
	#scene ul li a:hover span {
    color: #fff;
		text-shadow:none;
	}

	#demo::before {
		background: #f4eee2;
	}
	#demo::after {
		content:"";
    background: url(/product/motionboard/img/bg_demo.png) left bottom / cover no-repeat; 
    display: block;
    width: 600px;
    height: 389px;
		position: absolute;
		top: 145px;
		left: calc(50% - 68px);
		z-index: 0;
	}
	#demo h2 {
		font-size: 6rem;
		color: #4a4347;
		text-align: center;
		margin-bottom: 130px;
	}
	#demo h2 img {
		vertical-align: baseline;
		margin-right: 32px;
	}
	#demo .txt {
		font-size: 1.7rem;
		line-height: 1.54;
		color: #000;
		margin: 0 calc(50% + 35px) 45px 15px;
	}
	#demo .note {
		font-size: 1.4rem;
		line-height: 1.66;
		color: #3d383b;
		margin: 0 calc(50% + 90px) 130px 15px;
	}
	#price .tab {
		width: 100%;
		max-width: 940px;
		display: table;
		margin: auto;
	}
	#price .tab li {
		width: 50%;
		display: table-cell;
	}
	#price .tab li a {
		font-size: 2.4rem;
		color: #949494;
		text-align: center;
		display: block;
		height: 60px;
		padding-top: 12px;
		position: relative;
	}
	#price .tab li a.ac,
	#price .tab li a:hover {
		color: #000;
	}
	#price .tab li a::before {
		content: "";
		background: #e1e1e1;
		display: block;
		width: 50vw;
		height: 2px;
		position: absolute;
		bottom: 0;
	}
	#price .tab li:nth-child(1) a::before { right: 0; }
	#price .tab li:nth-child(2) a::before { left: 0; }
	#price .tab li:nth-child(1) a.ac::before { background: #0890da; }
	#price .tab li:nth-child(2) a.ac::before { background: #68d39e; }
	#price section {
		font-size: 0;
		text-align: center;
		padding-top: 45px;
	}
	#price section#pac {
		display: none;
	}
	#price section div {
		vertical-align: top;
		display: inline-block;
		width: calc(33.33% - 30px);
		max-width: 300px;
		margin: 0 15px;
		padding: 0 15px 35px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2)
	}
	#price section div h3 {
		font-size: 1.8rem;
		line-height: 1.38;
		padding: 16px 0;
		margin: 0 -15px 15px;
	}
	#price section div:nth-of-type(1) h3 { color: #0890da; background: #eefafb; }
	#price #clu div:nth-of-type(2) h3 { color: #775aee; background: #f3f0ff; }
	#price #clu div:nth-of-type(3) h3 { color: #eba53a; background: #fff4e3; }
	#price #pac div:nth-of-type(2) h3 { color: #cd0565; background: #f3f0ff; }
	#price section div:nth-of-type(1) p i { color: #0890da; }
	#price #clu div:nth-of-type(2) p i { color: #775aee; }
	#price #clu div:nth-of-type(3) p i { color: #eba53a; }
	#price #clu div p:nth-of-type(1) {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: left;
		margin-bottom: 15px;
	}
	#price #clu div p:nth-of-type(2) {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	#price #clu div p:nth-of-type(2) i {
		font-size: 4.7rem;
		vertical-align: bottom;
		padding-right: 10px;
	}
	#price #clu div p:nth-of-type(3) {
		font-size: 1.4rem;
		line-height: 1.71;
		margin-bottom: 15px;
	}
	#price #clu div ul li a {
		font-size: 1.6rem;
		line-height: 44px;
		color: #fff;
		background: #0890da;
		text-align: center;
		display: block;
		margin: 10px 5px 0;
		height: 44px;
		border-radius: 3px;
	}
	#price #pac div p {
		font-size: 1.7rem;
		color: #1b1b1b;
		background: url(/product/motionboard/img/img_price_02.png) no-repeat center 70px;
		padding: 245px 0 15px;
	}
	#price #clu ul {
		font-size: 1.4rem;
		line-height: 1.75;
		color: #1b1b1b;
		text-align: left;
		width: 100%;
		max-width: 960px;
		margin: 40px auto 0;
	}
	#price #clu section {
		padding-top: 95px;
	}
	#price #clu section h3 {
		font-size: 2.4rem;
		margin-bottom: 35px;
	}
	#price #pac div + p.btn {
		margin-top: 82px;
	}
	#price #pac div + p.btn a {
		padding: 8px 0;
	}
	#price #pac p + p.btn {
		margin-top: 23px;
	}
	#case {
		color: #1b1b1b;
	}
	#case::before {
		background: #f7f7f7;
	}
	#case h3 {
		font-size: 3rem;
		line-height: 1.5;
		text-indent: -0.5em;
		margin-bottom: 30px;
	}
	#case p {
		font-size: 1.7rem;
		line-height: 1.65;
		margin-top: 25px;
	}
	#case p span {
		display: block;
		margin-bottom: 30px;
	}
	#case section {
		overflow: hidden;
	}
	#case section figure {
		width: 46.66%;
	}
	#case section figure img {
		width: 100%;
		max-width: 560px;
	}
	#case section{ margin: 25px 0 110px; }
	#case section:nth-of-type(odd) figure { float: left; }
	#case section:nth-of-type(even) figure { float: right; }
	#case section:nth-of-type(odd) h3 { margin-left: 50%; }
	#case section:nth-of-type(odd) p { margin-left: calc(50% + 30px); }
	#case section:nth-of-type(even) h3,
	#case section:nth-of-type(even) p { margin-right: calc(50% + 30px); }
	#seminar h3 {
		font-size: 2.4rem;
		line-height: 1.2;
		color: #003264;
		margin: 25px 50% 20px 0;
	}
	#seminar p:not([class]) {
		font-size: 1.7rem;
		line-height: 1.47;
		margin-right: 50%;
	}
	#seminar figure {
		float: right;
		width: 45.16%;
		margin: -75px 20px 0;
	}
	#seminar p.btn {
		clear: both;
		margin-top: 0;
		padding-top: 50px;
	}
	#ds {
		color: #1b1b1b;
		text-align: center;
		padding-bottom: 85px;
	}
	#ds::before {
		background: #f1f1f1;
	}
	#ds h2 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	#ds p {
		font-size: 1.7rem;
		line-height: 1.65;
		margin-top: 30px;
	}
	#pickup h2 {
		font-size: 2.2rem;
		color: #1b1b1b;
		text-align: center;
		margin-bottom: 25px;
	}
	#pickup ul {
		margin: 0 -19px;
		width: calc(100% + 38px)
	}
	#pickup ul li {
		display: table-cell;
		width: 33.333%;
		padding: 0 19px;
	}
	#pickup ul li img {
		width: 100%;
	}
	#pickup ul li span {
		font-size: 1.6rem;
		line-height: 1.25;
		color: #1b1b1b;
		display: block;
		margin-top: 15px;
	}
	#pickup ul li span::after {
		content: "";
		background: url(/common/img/arrow_red.png) 0 0 / 6px 10px no-repeat;
		vertical-align: baseline;
		display: inline-block;
		width: 6px;
		height: 10px;
		margin-left: 10px;
	}
	#news {
		display: flex;
		padding-top: 20px;
	}
	#news h2 {
		width: 210px;
		font-size: 30px;font-size: 3.0rem;
		background: url(/common/img/arrow_red.png) right 25px center / 6px auto no-repeat;
		padding: 0 55px 0 0;
		display: flex;
		align-items: center;
		font-weight: 100;
		margin: 0 0 0 20px;
	}
	#news .news-list { max-width: 1200px; flex: 1; }
	#news .news-list a {
		display: block;
		text-decoration: none;
		color: #333;
		padding: 0 20px;
	}
	#news .news-list a:hover {
		background: #fff;
		box-sizing: content-box;
		box-shadow:0px 0px 12px 5px rgba(0, 0, 0, 0.1) ;
		position: relative;
		z-index: 100;
	}
	#news .news-list dl {
		overflow: hidden;
		font-size: 14px;font-size: 1.4rem;
		padding: 15px 0;
		line-height: 2;
		border-top: 1px solid #f4f4f4;
	}
	#news .news-list a:last-of-type dl { border-bottom: 1px solid #f4f4f4; }
	#news .news-list a:hover dl,#news .news-list a:hover + a dl {
		border-color: transparent;
	}
	#news .news-list a:hover + a:last-of-type dl { border-bottom: 1px solid #f4f4f4; }
	#news .news-list dt {
		float: left;
		position: relative;
		width: 8em;
	}
	#news .news-list dd {
		color: #1b1b1b;
		text-decoration: none;
		background: url(/common/img/arrow_red.png) right center / 6px auto no-repeat;
		padding-right: 20px;
		padding-left: 8em;
	}
	.utility-links { 
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		margin: 75px auto 0 auto;
		padding: 0 0 0 0;
		text-align: left;
	}
	.utility-links dl:nth-child(1) dt {
		background:url(../img/icon_partner.png) no-repeat;
		padding: 6px 0 28px 47px;
		font-weight: bold;  
	}
	.utility-links dl:nth-child(2) dt {
		background:url(../img/icon_support.png) no-repeat;
		padding: 6px 0 28px 47px;
		font-weight: bold;  
	}
	.utility-links dl:nth-child(3) dt {
		background:url(../img/icon_customer.png) no-repeat;
		padding: 6px 0 28px 47px;
		font-weight: bold;  
	}
	.utility-links dl dt { font-size: 16px; font-size: 1.6rem; }
	.utility-links dd {
		margin: 0 0 0 10px;
		padding: 0 0 0 0;
		font-size: 13px; font-size: 1.3rem;  
	}
	.utility-links dd a {
		padding: 10px 0 0 20px;
		display: block;
		background: url(/common/img/arrow_red.png) no-repeat 0 12px;
		background-size: 6px auto;
		color: #000000;
	}
	.utility-links dd a:hover { text-decoration: underline; }
}



@media screen and (max-width: 768px) {
  .localnavi{ display: none; }
	.content > section {
		color: #000;
		padding: 30px 10px;
	}
	.content > section.bg-wide {
		padding: 30px 20px;
		margin: 0 -10px;
	}
	.circle {
		font-size: 1.9rem;
		font-weight: bold;
		text-align: center;
		display: block;
		margin-bottom: 15px;
	}
	.circle br {
		display: none;
	}
	p.note,
	ul.note li {
		text-indent: -1em;
		padding-left: 1em;
	}
	a.detail {
		font-size: 1.4rem;
		line-height: 1;
		background:  url(/common/img/arrow_sky.png) right 10px center / 7px auto no-repeat;
		text-align: center;
		display: block;
		padding: 14px;
		padding: 14px 0;
		border: solid 1px #c3c3c3;
		position: relative;
	}
	p.btn {
		text-align: center;
		margin-top: 20px;
	}
	.btn a,
	a.btn,
	#price #clu div ul li a {
		font-size: 12px;
		line-height: 1.25;
		color: #fff;
		background: #0890da;
		text-align: center;
		display: block;
		padding: 10px 0;
		margin: auto;
		width: 216px;
		border-radius: 3px;
	}
	.bx-wrapper {
		height: 175px;
		max-width: 100vw!important;
		margin: 0 -10px;
	}
  .main-slider{ position: relative;}
	#mainvis > div {
		background-size: cover!important;
		text-align: center;
		height: 175px;
		position: relative;
	}
	#mainvis .slide1 { background: url(/product/motionboard/img/bg_slider_01.jpg) no-repeat center center; }
	#mainvis .slide2 { background: url(/product/motionboard/img/bg_slider_02.jpg) no-repeat center center; }
	#mainvis .slide3 { background: url(/product/motionboard/img/bg_slider_03.jpg) no-repeat center center; }
	.main-slider ul {
		text-align: left;
		position: absolute;
		bottom: 25px;
		left: 10px;
    z-index: 10;
	}
	.main-slider  ul li {
		float: left;
		margin-right: 10px;
	}
	.main-slider ul li a {
		font-size: 12px;
		color: #fff;
		background: #0890da;
		text-align: center;
		display: inline-block;
		padding: 10px 0;
		width: 100px;
		border-radius: 3px;
	}
	#mainvis .slide1 h1 {
		text-align: left;
		width: 207px;
		padding: 35px 0 0 15px;
	}
	#mainvis .slide1 p {
		font-size: 1.2rem;
		text-align: left;
		padding: 15px 0 0 15px;
	}
	#mainvis .slide2 p {
		width: 270px;
		padding: 40px 0 0;
		margin: auto;
	}
  #mainvis .slide3 p{
    width: 220px;
    padding: 50px 0 0 20px;
    margin: 0 ;
}
	#lead {
		padding: 30px 10px;
	}
	#lead p {
		font-size: 1.9rem;
		line-height: 1.58;
	}
	#lead p span {
		display: block;
	}
	#function {
		background: #f4f9ff;
		padding: 35px 20px;
		margin: 0 -10px;
	}
	#function h2 {
		display: none;
	}
	#function h3 {
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: bold;
		color: #0890da;
		margin: 25px 0 10px;
	}
  #function div section{ margin-bottom: 30px;}
	#function p {
		font-size: 1.4rem;
		line-height: 1.43;
		margin-top: 10px;
	}
	#function p.movie {
		margin-top: 25px;
	}
  .movie section{ padding:35px 30px 20px;}
  .movie .movie-txt{
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .movie .movie-txt h2{ text-align: center;}
  .movie .movie-box{
    float: none;
    width: 100%;
    max-width: none;
    padding-top: 56.5%;
  }
  .movie .movie-box iframe{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
  }
  .movie .new{ top: 8px;}
	#scene ul {
		font-size: 0;
		margin: 0 -5px;
	}
	#scene ul li {
		text-align: center;
		display: inline-block;
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}
	#scene ul li a {
		font-size: 1.5rem;
		background-size: cover!important;
		display: block;
		height: 0;
		padding-top: 100%;
		overflow: hidden;
		position: relative;
	}
	#scene ul li:nth-child(1) a { background: url(/product/motionboard/img/img_scene_01.jpg) center center no-repeat; }
	#scene ul li:nth-child(2) a { background: url(/product/motionboard/img/img_scene_02.jpg) center center no-repeat; }
	#scene ul li:nth-child(3) a { background: url(/product/motionboard/img/img_scene_03.jpg) center center no-repeat; }
	#scene ul li:nth-child(4) a { background: url(/product/motionboard/img/img_scene_04.jpg) center center no-repeat; }
	#scene ul li:nth-child(5) a { background: url(/product/motionboard/img/img_scene_05.jpg) center center no-repeat; }
	#scene ul li:nth-child(6) a { background: url(/product/motionboard/img/img_scene_06.jpg) center center no-repeat; }
	#scene ul li:nth-child(7) a { background: url(/product/motionboard/img/img_scene_07.jpg) center center no-repeat; }
	#scene ul li a:hover::before {
		content: "";
		background: rgba(11,155,192,0.35);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	#scene ul li a span {
		font-size: 1.5rem;
		color: #fff;
		font-weight: bold;
		text-align: center;
		display: block;
		width: 100%;
		position: absolute;
		top: calc(50% - 12px);
		text-shadow:0 0 16px #007897, 0 0 9px #007897, 0 0 9px #fff;
	}
	#scene ul li a:hover span {
		color: #fff;
		text-shadow:none;
	}
	#demo {
		background: #f4eee2;
	}
	#demo h2 {
		font-size: 1.7rem;
		color: #4a4347;
		text-align: center;
		margin-bottom: 25px;
	}
	#demo h2 img {
		vertical-align: baseline;
		width: 196px;
		margin-right: 10px;
	}
	#demo .txt {
		font-size: 1.4rem;
		line-height: 1.71;
		margin-bottom: 30px;
	}
	#demo .note {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#price .tab {
		width: 100%;
		max-width: 940px;
		display: table;
		margin: auto;
	}
	#price .tab li {
		width: 50%;
		display: table-cell;
	}
	#price .tab li a {
		font-size: 1.6rem;
		color: #949494;
		text-align: center;
		display: block;
		height: 40px;
		padding-top: 12px;
		position: relative;
	}
	#price .tab li a.ac {
		color: #000;
	}
	#price .tab li a::before {
		content: "";
		background: #e1e1e1;
		display: block;
		width: 50vw;
		height: 1px;
		position: absolute;
		bottom: 0;
	}
	#price .tab li:nth-child(1) a::before { right: 0; }
	#price .tab li:nth-child(2) a::before { left: 0; }
	#price .tab li:nth-child(1) a.ac::before { background: #0890da; }
	#price .tab li:nth-child(2) a.ac::before { background: #68d39e; }
	#price section {
		background: #f4f4f4;
		text-align: center;
		padding: 15px 20px 0;
		margin: 0 -20px;
		border-bottom: solid 30px #fff;
	}
	#price section#pac {
		display: none;
	}
	#price section div {
		font-size: 1.2rem;
		line-height: 1.5;
		background: #fff;
		padding: 0 10px 20px;
		margin-bottom: 15px;
		box-shadow: 0 0 5px rgba(0,0,0,0.2)
	}
	#price section div h3 {
		font-size: 1.3rem;
		line-height: 1.38;
		padding: 10px 0;
		margin: 0 -10px 10px;
	}
	#price section p.btn {
		background: #fff;
		margin: 0 -20px;
		padding-top: 20px;
	}
	#price #clu div p + p {
		margin-top: 10px;
	}
	#price #clu div p i {
		font-size: 3rem;
		line-height: 1;
		vertical-align: sub;
		padding-right: 5px;
	}
	#price section div:nth-of-type(1) h3 { color: #0890da; background: #eefafb; }
	#price #clu div:nth-of-type(2) h3 { color: #775aee; background: #f3f0ff; }
	#price #clu div:nth-of-type(3) h3 { color: #eba53a; background: #fff4e3; }
	#price #pac div:nth-of-type(2) h3 { color: #cd0565; background: #f3f0ff; }
	#price section div:nth-of-type(1) p i { color: #0890da; }
	#price #clu div:nth-of-type(2) p i { color: #775aee; }
	#price #clu div:nth-of-type(3) p i { color: #eba53a; }
	#price #clu ul {
		font-size: 1.2rem;
		line-height: 1.5;
		color: #1b1b1b;
		text-align: left;
		margin: 15px 0 20px;
	}
	#price #clu div ul {
		margin-bottom: 0;
	}
	#price #clu div ul li {
		margin: 15px 0 0;
	}
	#price #clu section {
		background: #fff;
		padding: 35px 20px 0;
		border: 0;
	}
	#price #clu section h3 {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#case {
		background: #f7f7f7;
	}
	#case figure {
		margin: 0 20px 30px;
	}
	#case h3 {
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#case h3 br {
		display: none;
	}
	#case p {
		font-size: 1.3rem;
		line-height: 1.8;
		margin-top: 15px;
	}
	#case p span {
		display: none;
	}
	#case section {
		margin-bottom: 30px;
	}
	#seminar h3 {
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: bold;
		color: #003264;
		margin: 0 0 15px;
	}
	#seminar p:not([class]) {
		font-size: 1.3rem;
		line-height: 1.71;
	}
	#seminar figure {
		margin: 0 20px 30px;
	}
	#ds {
    background: #f1f1f1;
	}
	#ds h2 {
		font-size: 1.9rem;
		font-weight: bold;
		text-align: center;
		display: block;
		margin-bottom: 15px;
	}
	#ds p {
		font-size: 1.4rem;
		line-height: 1.71;
		margin-bottom: 15px;
	}
	#ds p br {
		display: none;
	}
	#pickup {
		padding: 30px 0;
		margin: 0 -10px;
	}
	#pickup h2,
	#news h2 {
	  font-size: 1.8rem;
	  text-align: center;
	  margin-bottom: 30px;
	}
	#pickup .slider .slick-slide { margin: 0 5px; }
	#pickup .slider .slick-slide img { margin-bottom: 10px; }
	#pickup .slider .slick-slide a { font-size: 12px;font-size: 1.2rem; }
	#pickup .slider .slick-arrow { display: none !important; }
	#pickup .slider .slick-slide span {
	  background: url(/common/img/arrow_red.png) right center / 6px auto no-repeat;
	  display: block;
	  padding-right: 15px;
	  line-height: 1.6;
	}
	#news .news-list dl {
		margin: 0 -20px;
		padding: 20px;
		position: relative;
		line-height: 1.6;
		border-top: 1px solid #f4f4f4;
	}
	#news .news-list a:last-of-type dl { border-bottom: 1px solid #f4f4f4; }
	#news .news-list dt {
		float: none;
		width: 150px;
		color: #b40200;
		font-weight: bold;
		font-size: 12px;font: 1.2rem;
		margin-bottom: 5px;
	}
	#news .news-list dd {
		color: #1b1b1b;
		background: url(/common/img/arrow_red.png) right center / 6px auto no-repeat;
		padding-right: 20px;
	}
	#news .news-list a {
		display: block;
	}
  .catalog{
    background: #f1f1f1;
  }
  .catalog h2{
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .catalog h2+p{
    margin-bottom: 15px;
    text-align: left;
  }

	.utility-links{ 
		display:block;
		margin: 25px 8px 0 8px;
		padding: 0;
		text-align: left;
	}
	.utility-links dl:not(:last-child) {
		margin-bottom: 30px;
	}
	.utility-links dl:nth-child(1) dt {
		background:url(../img/icon_partner.png) no-repeat;
	}
	.utility-links dl:nth-child(2) dt {
		background:url(../img/icon_support.png) no-repeat;
	}
	.utility-links dl:nth-child(3) dt {
		background:url(../img/icon_customer.png) no-repeat;
	}
	.utility-links dl dt {
		font-size: 1.6rem;
		font-weight: bold;  
		padding: 6px 0 15px 47px;
	}
	.utility-links dd {
		margin: 0 0 0 10px;
		padding: 0 0 0 0;
		font-size: 1.4rem;  
	}
	.utility-links dd a {
		padding: 10px 0 0 20px;
		display: block;
		background: url(/common/img/arrow_red.png) no-repeat 0 13px;
		background-size: 6px auto;
		color: #000000;
	}
}
