@charset "utf-8";
/* CSS Document */


h2 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
}


#product {
	padding: 5% 15px;
}
#product .product-wrap {
	font-size: 0;
}
#product .product-box {
	display: inline-block;
	vertical-align: top;
	text-align: center;
/*	width: 48%;*/
	width: 96%;
	margin: 0 2%;
}
#product .product-box img {
	width: 100%;
}
/*
#product .product-box:nth-of-type(2n) {
	margin-left: 4%;
}
*/
#product .product-box:nth-of-type(n+3) {
	margin-top: 4%;
}
#product .product-box img {
	margin-bottom: 10px;
}
#product .product-box .product-name {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#product .product-box p {
	font-size: 1.4rem;
	text-align: left;
}

#product .product-more img {
	width: 100%;
	margin-top: 5%;
}



#problem {
	background-color: #EEEEEE;
	padding: 5% 15px;
}
#problem .problem-box {
	position: relative;
	margin-bottom: 5%;
}
#problem .problem-box:last-child {
	margin-bottom: 0;
}
#problem .problem-box .problem-txt {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: middle;
	border-radius: 15px 15px;
	box-sizing: border-box;
	padding: 3%;
}
#problem .problem-box .problem-img {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
#problem .problem-box .problem-img img {
	width: 100%;
}
#problem .problem-box .box-customer {
	font-size: 0;
	width: 100%;
}
#problem .problem-box .box-customer .problem-txt {
	background-color: #FFFFFF;
	margin-left: 5%;
	max-width: 75%;
}
#problem .problem-box .box-customer .problem-txt:before {
	display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 21%;
    height: 100%;
    width: 4%;
    background: url(../images/problem_customer_jet.jpg) no-repeat left center;
}
#problem .problem-box .box-gojoh {
	font-size: 0;
	width: 100%;
	text-align: right;
}
#problem .problem-box .box-gojoh .problem-txt {
	background-color: #6DD900;
	max-width: 75%;
	text-align: left;
	margin-right: 5%;
}
#problem .problem-box .box-gojoh .problem-txt:after {
	display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 75%;
    height: 100%;
    width: 4%;
    background: url(../images/problem_gojoh_jet.jpg) no-repeat left center;
    background-size: contain;
}
#problem .problem-notes {
	margin-top: 4%;
}
/*
#problem .problem-spwrap {
	text-align: center;
}
#problem .problem-spwrap img {
	width: 40%;
	margin-bottom: 3%;
}
*/
.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;
}


#what {
	padding: 5% 15px;
}
#what .what-wrap {
	margin-bottom: 5%;
}
#what .what-img {
	text-align: center;
}
#what .what-img img {
	width: 60%;
	margin-bottom: 3%;
}
#what .what-txt {

}
#what .what-txt p {
	margin-bottom: 3%;
}
#what .what-txt p:last-child {
	margin-bottom: 0;
}
#what .link-btn {
	margin-bottom: 30px;
}
#what h3 {
	font-size: 1.6rem;
	font-weight: bold;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding: 4% 0;
	margin-bottom: 5%;
}

#what .scene-wrap {
	font-size: 0;
}
#what .scene-box {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
#what .scene-box:nth-child(2n) {
	margin-left: 4%;
}
#what .scene-box:nth-child(n+3) {
	margin-top: 2%;
}
/*
#what .scene-box:nth-child(n+4) {
	display: none;
}
*/
#what .scene-box img {
	width: 100%;
	margin-bottom: 10px;
}
#what .scene-box .scene-ttl {
	font-size: 1.4rem;
	font-weight: bold;
}
#what .scene-box p {
	font-size: 1.3rem;
}


#voice {
	background-color: #F4FFF2;
	padding: 5% 15px;
}
#voice .voice-box:nth-of-type(n+3) {
	display: none;
}
#voice .voice-box:last-of-type {
	margin-bottom: 30px;
}
#voice .voice-img  {
	text-align: center;
	margin-bottom: 3%;
}
#voice .voice-img img {
	width: 80%;
}
#voice .voice-txt {
	margin-bottom: 3%;
}
#voice h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#voice h3 span{
	display: block;
	font-size: 1.4rem;
	margin-top: 10px;
}

#news {
	padding: 5% 15px;
}
#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: 14px;
}
#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;
	text-align: center;
	margin: 3% 0 0 0;
}
#news .news-wrap .news-cat {
	float: left;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	padding: 1% 3%;
	margin: 3% 0 0 0;
	margin-left: 3%;
}
#news .news-wrap .news-txt {
	clear: left;
	border-bottom: 2px dashed #E1E1E1;
	padding: 3% 0;
}
#news .news-wrap .news-txt:last-child {
	border-bottom: 2px dashed #E1E1E1;
}

#news .news-wrap dt:nth-child(n+10), #news .news-wrap dd:nth-child(n+10) {
	display: none;
}

#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 {
    display:block;
    margin:5% auto;
}
 
ul.bxslider01 li {/*メインスライダー*/
    display:block;
}
 
ul.bxslider01 li img{
    display:block;
    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 {
	display: none;
	padding: 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute !important;
	top: 50% !important;
}
