@charset "utf-8";
/* CSS Document */


h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}


#product {
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
}
#product .product-wrap {
	font-size: 0;
}
#product .product-box {
	display: inline-block;
	vertical-align: top;
	text-align: center;
/*	width: 250px;
	margin-left: 50px;*/
	width: 500px;
	margin: 0 50px;
}
/*
#product .product-box:nth-of-type(4n+1) {
	margin-left: 25px;
}
*/
#product .product-box:nth-of-type(n+3) {
	margin-top: 50px;
}
#product .product-box img {
	max-width: 100%;
	margin-bottom: 10px;
}
#product .product-box .product-name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#product .product-box p {
	text-align: left;
	font-size: 16px;
}


#problem {
	background-color: #EEEEEE;
	padding: 30px 0;
}
#problem .problem-wrap {
	width: 1200px;
	margin: 0 auto;
}
#problem .problem-box {
	position: relative;
}
#problem .problem-box .problem-txt {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
	border-radius: 20px 20px;
	padding: 20px;
}
#problem .problem-box .problem-img {
	display: inline-block;
	vertical-align: middle;
	}
#problem .problem-box .box-customer {
	font-size: 0;
}
#problem .problem-box .box-customer .problem-txt {
	background-color: #FFFFFF;
	margin-left: 40px;
}
#problem .problem-box .box-customer .problem-txt:before {
	display: block;
    content: "";
    position: absolute;
    top: 52px;
    left: 147px;
    height: 33px;
    width: 27px;
    background-image: url(../images/problem_customer_jet.jpg);
}
#problem .problem-box .box-gojoh {
	font-size: 0;
	text-align: right;
}
#problem .problem-box .box-gojoh .problem-txt {
	background-color: #6DD900;
	text-align: left;
	margin-right: 40px;
}
#problem .problem-box .box-gojoh .problem-txt:after {
	display: block;
    content: "";
    position: absolute;
    top: 51px;
    left: 1026px;
    height: 33px;
    width: 27px;
    background-image: url(../images/problem_gojoh_jet.jpg);
}
#problem .problem-notes {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.box-customer {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-customer.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
.box-gojoh {
	text-align: right;
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-gojoh.move {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
.box-customer .problem-txt:before {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-customer.move .problem-txt:before {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
.problem-txt:after {
	text-align: right;
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-gojoh.move .problem-txt:after {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
}
}


#what {
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
}
#what .what-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}
#what .what-img {
	float: left;
	width: 300px;
	margin-right: 50px;
}
#what .what-txt {
	float: left;
	width: 800px;
}
#what .what-txt p {
	margin-bottom: 20px;
}
#what .what-txt p:last-child {
	margin-bottom: 0;
}
#what .link-btn {
	margin-bottom: 30px;
}
#what h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding: 20px 0;
	margin-bottom: 30px;
}
#what .scene-wrap {
	font-size: 0;
	padding: 0 20px;
}
#what .scene-box {
	display: inline-block;
	width: 320px;
	vertical-align: top;
	margin-left: 100px;
}
#what .scene-box:nth-child(3n+1) {
	margin-left: 0;
}
#what .scene-box:nth-child(n+4) {
	margin-top: 30px;
}
#what .scene-box img {
	margin-bottom: 10px;
}
#what .scene-box .scene-ttl {
	font-size: 18px;
	font-weight: bold;
}
#what .scene-box p {
	font-size: 16px;
}


#voice {
	clear: both;
	background-color: #F4FFF2;
	padding: 30px 0;
}
#voice .voice-wrap {
	width: 1200px;
	margin: 0 auto;
}
#voice .voice-box {
	overflow: hidden;
	border-bottom: 1px solid #BBBBBB;
	padding-bottom: 30px;
	margin-top: 30px;
}
#voice .voice-box:last-of-type {
	margin-bottom: 30px;
}
#voice .voice-img {
	width: 400px;
}
#voice .voice-txt {
	float: left;
	width: 750px;
}
#voice .voice-box:nth-child(2n) .voice-img {
	float: right;
	margin-left: 50px;
}
#voice .voice-box:nth-child(2n+1) .voice-img {
	float: left;
	margin-right: 50px;
}
/*
#voice h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
#voice h3 span{
	display: block;
	font-size: 16px;
	margin-top: 10px;
}
*/

#news {
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
}
#news .news-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}
#news .news-wrap .news-date, #news .news-wrap .news-cat, #news .news-wrap .news-txt {
	font-size: 16px;
}
#news .news-wrap .news-date a , #news .news-wrap .news-cat a , #news .news-wrap .news-txt a {
	color: #333;
	line-height: 1.5;
	text-decoration: none;
}
#news .news-wrap .news-date {
	float: left;
	width: 100px;
	text-align: center;
	margin: 20px 0;
	margin-left: 30px;
}
#news .news-wrap .news-cat {
	float: left;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	background-color: #FAFEA5;
	padding: 5px 15px;
	margin: 15px 0;
	margin-left: 30px;
}
#news .news-wrap .news-txt {
	border-top: 2px dashed #E1E1E1;
	padding: 20px 0;
	padding-left: 290px;
}
#news .news-wrap .news-txt:last-child {
	border-bottom: 2px dashed #E1E1E1;
}

#news .news-wrap .cat-no {
	background-color: #DAFFFE;
}

#news .news-wrap .cat-info {
	background-color: #FFF9CE;
}

#news .news-wrap .cat-blog {
	background-color: #FDE2FF;
}
	


div.slider {
    width:1200px;
    display:block;
    margin:20px auto;
}
 
ul.bxslider01 li {/*メインスライダー*/
    display:block;
    width:1200px;
    height:400px;
}
 
ul.bxslider01 li img{
    display:block;
    width:1200px;
    height:auto;
}

ul.bxslider02 li {
	width: 260px !important;
}
 
ul.bxslider02 li a {/*サムネイル*/
    display:block;
    width:260px;
    height:84px;
}
 
ul.bxslider02 li a img{/*サムネイルの画像*/
    display:block;
    width:260px;
    height:auto;
}
 
div.controlWrap {
    width:1200px;
    display:block;
    background-color: #EEEEEE;
    position:relative;
    box-sizing: border-box;
    padding: 20px;
    margin:0 auto;
}


div.controlWrap p#PrevIcon a{/*矢印画像（前へ）*/
    display:block;
    width:13px;
    height:19px;
    position:absolute;
    background: url(../images/btn_prev.png) left center no-repeat;
    color:#fff;
    top:20px;
    left:20px;
    text-indent:-9999px;
}
div.controlWrap p#NextIcon a{/*矢印画像（次へ）*/
    display:block;
    width:13px;
    height:19px;
    position:absolute;
    background: url(../images/btn_next.png) left center no-repeat;
    color:#fff;
    top:20px;
    right:20px;
    text-indent:-9999px;
}

.bx-custom-pager {
	position: relative !important;
	bottom: 0 !important;
	width: auto !important;
	background-color: #EEEEEE;
	padding: 20px;
}
.bx-custom-pager .bx-pager-item {
	width: 260px;
	margin-right: 40px;
	position: relative;
}
.bx-custom-pager .bx-pager-item:nth-child(4n) {
	margin-right: 0;
}
.bx-custom-pager .bx-pager-item:nth-child(4n) {
	margin-right: 0;
}
.bx-custom-pager .bx-pager-item:nth-child(n+5) {
	margin-top: 20px;
}



