/* Generated by less 2.2.0 */
/* LESS Document */
 {
  color: #555555;
  /*------- clearfix -------*/
  /*------- end:#XperiaTouchApp-------*/
}
 div,
 span,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 small,
 strong,
 ol,
 ul,
 li,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 nav,
 section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  letter-spacing: normal;
}
header,section{
  margin-left: -15px;
  margin-right: -15px;
}

/*---------------
all
-----------------*/
body{
  position: relative;
}
#all_wrapper{
  max-width:990px;
  width: 100%;
  margin: 0 auto;
  /* font-family: Meiryo,arial; */
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

img{
  width: 100%;
}
p{
  line-height: 30px;
  font-size: 16px; 
}
.h1_wrap{
  padding-left: 15px;
  padding-right: 15px;
}
h1{margin-top: 50px;margin-bottom: 30px;font-size: 20px;}

section{
  margin-top: 60px;
}
section+section{
  margin-top: 100px;
}
.wrapper{
 padding-left: 15px;
 padding-right: 15px;
}
.h1_wrap{
  p/*adding-left: 15px;
  padding-right: 15px;*/
}
h2{
  font-size: 36px;
  display: inline-block;
  line-height: 50px;
  font-weight: 100;
  z-index:1000;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
h2 span.bar_blue{
  font-size: 32px;
  background-color: #fff;
}

h2 span.txt_other{
	color: #03ab99;
}
.h2_container{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.h2_container:before{
  content:"";
  width: 100%;
  height: 2px;
  position: absolute;
  top:50%;
  left:0;
  background-color: #03ab99;
  z-index: 10;
  border-radius: 3px;
}

.h2_bg{
  z-index: 100;
  width:100px;
  height:25px;
  border-right:2px solid #03ab99;
  border-left:2px solid #03ab99;
  background:#ffffff;
  transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
}
.h2_container:after{
  content:"";
  width: 100%;
  height: 2px;
  position: absolute;
  top:-2px;
  left:0;
  background-color: #03ab99;
  z-index: 10;
  border-radius: 3px;
  display: none;
}
/*@media screen and (max-width: 767px) {
  .h2_container:after{
    top:2px;
  }
}*/
.h2_bg_sp{
  z-index: 100;
  width:100%;
  height:25px;
  border-right:2px solid #03ab99;
  border-left:2px solid #03ab99;
  background:transparent;
  transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  position: absolute;
  /*top:-23%;*/
  top:-14px;
  left:0;
  right:0;
  margin: auto;
  display: none;
}
h3{
  font-size: 28px;
  position: relative;
  font-weight: 100;
  text-align: center;
  line-height: 50px;
  margin-top: 70px;
  margin-bottom: 55px;
}
h3:after{
  content:"";
  position:absolute;
  width: 100px;
  height: 3px;
  border-radius:3px;
  background-color: #03ab99;
  right:0;
  left:0;
  bottom:-15px;
  margin: auto;
}
section.hav_h3_sub_container{
  text-align: center;
}
.h3_sub_container{
  margin-bottom: 25px;
}
.h3_sub_container h3{
  font-size: 32px;
  display: inline;
  position: relative;
}
.h3_sub_container h3:before{
  content:"";
  width: 3px;
  height: 40px;
  transform: rotate(-30deg);
  position: absolute;
  left: -30px;
  top:0;
  bottom:0;
  margin: auto;
  background-color: #ffcf51;
}
.h3_sub_container h3:after{
  content:"";
  width: 3px;
  height: 40px;
  transform: rotate(30deg);
  position: absolute;
  right: -30px;
  top:0;
  bottom:0;
  left:auto;
  margin: auto;
  background-color: #ffcf51;
  border-radius:0px;
}
h4{
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight:100;
}
h4.h4_sub{
  font-size: 28px;
  position: relative;
  font-weight: 100;
  text-align: center;
  line-height: 50px;
  margin-top: 70px;
  margin-bottom: 35px;
}
h4.h4_sub:after{
  content:"";
  position:absolute;
  width: 100px;
  height: 3px;
  border-radius:3px;
  background-color: #03ab99;
  right:0;
  left:0;
  bottom:-15px;
  margin: auto;
}
h5{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight:100;
}
.borderBottomYellow{
  border-bottom:1px solid #ffcf51;
  line-height: 40px;
}
.img_container{
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}
.img_container:before{
  content:"";
  position: absolute;
  width: 20px;
  height: 50px;
  border-right:1px solid #03ab99;
  transform: rotate(45deg);
  top:-21px;
  left:-7px;
  background-color: #fff;
}
.img_container:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 50px;
  border-left:1px solid #03ab99;
  transform: rotate(45deg);
  bottom:-21px;
  right:-7px;
  background-color: #fff;
}
.product_img{
  display: block;
  text-align:center;
}
.product_img img{
  max-width:300px;
}
.lead_txt{
  text-align: center;
	margin-top: 40px;
}

.lead_txt_com{
    text-align: center;
    margin-top: -45px;
    margin-bottom: 40px;
}

.lead_txt_dog{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
}

.graybox{
	background: #eee;
	padding: 20px;
	margin-top: 40px;
}
.graybox span{
	font-size: 18px;
	font-weight: bold;
}
.col_wrapper{
  overflow: hidden;
  margin-top: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*padding-left: 8px;
  padding-right: 8px;*/
  /*text-align:center;*/
}
.rightArea{
  float:right;
  width: 47.3%;
}
.rightArea_2{
  float:right;
  width:36%;
}

.leftArea{
  float: left;
  width:47.3%;
}
.leftArea_2{
  float: left;
  width:58.6%;
}
.col_1{
  max-width:358px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.comment{
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  line-height: 24px;
}
.comment_dog{
  font-size: 16px;
  color: #999;
  line-height: 24px;
}

 .bg_gray{
  background-color: #f1f0ee;
  padding: 35px 30px;

 }
 .bg_gray h3{
  margin-top: 0;
 }
 a.blank_target:after{
  content:"";
  width: 10px;
  height: 9px;
  display: inline-block;
  overflow: hidden;
  white-space:nowrap;
  text-indent: 100%;
  background:url("../images/icon_blank_w.png") 0px 0px no-repeat;
  margin-left: 5px;
}
a.blank_target02:after{
  content:"";
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  white-space:nowrap;
  text-indent: 100%;
  margin-left: 5px;
  background: url("../images/icon_externalLink.gif") 0 0 no-repeat;
}
.fz_exsmall{font-size: 11px;}
.fz_small{font-size: 14px;}
.fz_middle{font-size: 18px;}
.fz_middle_b{font-size: 20px;}
.fz_big_s{font-size: 22px;}
.fz_big{font-size: 28px;}
.line_low{line-height: 24px;}
.line_middle{line-height: 32px;}
.line_high{line-height: 36px;}

span.blue{color: #03ab99;}
span.pink{color: #d44364;}
span.yellow{color: #ffcf51;}
span.orange{color: #eb9d24;}
.sp_only{display: none;}
.pc_only{display: block;}
.mt0{margin-top: 0px;}
.pl8{padding-left: 8px;}
.pr8{padding-right: 8px;}
.w30{width: 30%;}
.w40{width: 40%;}
.w50{width: 40%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w80{width: 80%;}
iframe{
  width: 100%;
  min-height:254px;
}
video{
  width: 100%;
}
@media screen and (max-width: 767px) {
  p{
  line-height: 24px;
  font-size: 14px; 
}
h1{margin-top: 50px;margin-bottom: 30px;font-size: 20px;}
section{
  margin-top: 100px;
}
header{
  margin-left: -30px;
  margin-right: -30px;
}
  section{
    /*padding: 3%;*/
    margin-top: 40px;
  }
  h1{
    padding: 0 3%;
  }
  h2{
  font-size: 28px;
  line-height:35px;
  }
  h2 span.bar_blue{
  font-size: 21px;
  background-color: #fff;
}
.h2_container{
  margin-bottom: 20px;
}
.h2_container:before{
  width: 0%;
  height: 0px;
}
.h2_bg{
  width: 0px;
  height: 0px;
}
.h2_container:after{
  display: block;
}
.h2_bg_sp{
  display: block;
}
h3{
  font-size: 21px;
  position: relative;
  font-weight: 100;
  text-align: center;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.h3_sub_container h3{
  font-size: 21px;
  font-weight: 100;
  line-height: 35px;
  margin-top: 50px;
  margin-bottom: 40px;
  display: block;
  padding-right: 9%;
  padding-left: 9%;
}
.h3_sub_container h3:before{
  height: 50px;
  bottom:-30px;
  left:8%;
}
.h3_sub_container h3:after{
  height: 50px;
  bottom:-30px;
  right:8%;
}
h4{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight:100;
}

h4.h4_sub{
  font-size: 21px;
}
h5{
  font-size: 19px;
}
.img_container{
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}
.col_wrapper{
  margin-top: 30px;
  overflow: inherit; 
}
.rightArea{
  float:inherit;
  width: 100%;
  margin-top: 20px;
}
.rightArea_2{
  float:inherit;
  width: 100%;
  margin-top: 20px;
}
.leftArea{
  margin-top: 20px;
  float: inherit;
  width:100%;
}
.col_1{
  width: 100%;
}


.comment{
  font-size: 10px;
  color: #999;
  margin-top: 20px;
  line-height: 18px;
}
	
.comment_dog{
  font-size: 10px;
  color: #999;
  margin-top: 0px;
  line-height: 18px;
}	
.sp_2col .rightArea{
  float: right;
  width:46%;
}
.sp_2col .leftArea{
  float: left;
  width:46%;
}
.fz_exsmall{font-size: 10px;}
.fz_small{font-size: 12px;}
.fz_middle{font-size: 16px;}
.fz_middle_b{font-size: 18px;}
.fz_big_s{font-size: 20px;}
.fz_big{font-size: 26px;}
.line_middle{line-height: 24px;}
.line_high{line-height: 28px;}
.sp_only{display: inline-block;}
.pc_only{display: none;}

.lead_txt_com{
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}
.lead_txt_dog {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 16px;
}
}


/*---------------
nav
-----------------*/

.ancher_nav{
	margin-top: 40px;
}
.ancher_nav ul{
	/*width: 850px;*/
	margin: 0 auto;
  overflow: hidden;
}

.ancher_nav ul li{
	border: 1px solid #353535;
	/*width: 280px;*/
  /*width: 24.75%;*/ 
  width: 18.45%;  
	/*display: inline-block;*/
	text-align: center;
	font-size: 14px;
	position: relative;
  float: left;
  margin-right: 0.3%;
  list-style: none;
}

.ancher_nav ul li.nolink{
	border: 1px solid #ccc;
	padding: 10px;
	color:#ccc ;
}

.ancher_nav ul li a{
	display: block;
	padding: 10px;
	color: #353535;
	text-decoration: none;
}
@media screen and (min-width: 768px){
.ancher_nav ul li.long{
    width: 25%;
  }
.ancher_nav ul li.ls_min a{
    letter-spacing: -0.03em;
    padding-right: 25px;
    font-size: 11px; 
    line-height: 14px;
}
.ancher_nav ul li.ls_min{
  margin-right: 0;
}
}

.ancher_nav ul li a:hover{
	background: #353535;
	color: #fff;
}

.ancher_nav ul li a:after{
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom:1px solid #7c7c7c;
  border-right:1px solid #7c7c7c;
  transform:rotate(45deg);
  top:-7%;
  bottom:0;
  right:10%;
  margin: auto;
}

@media screen and (max-width: 767px){
	.ancher_nav ul{
		padding: 0 10px;
		box-sizing: padding-box;
		width: 100%;
	}
	.ancher_nav ul li{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 5px;
	}
	.ancher_nav ul li a{
		padding: 10px 0;
	}
}
/*---------------
showroom
-----------------*/

@media screen and (max-width: 767px) {
#showroom{
}
#showroom .h2_container:after{
  top:-15%;
}
#showroom .h2_bg_sp{
  top:-26%;
}
}

.kv_use{
	/*background-image: url(../../use/images/kv.jpg);*/
	/*background-size: 960px 520px;
	background-repeat:no-repeat;
	background-position:center top;*/
	/*width: 960px;
	height: 520px;*/
  max-width:960px;
  width: 100%;
	color: #fff;
	display: block;
  margin-right: auto;
  margin-left: auto;
    position: relative;
}

.kv_interview{
	background-image: url(../../interview/images/kv.jpg);
	background-size: 960px 520px;
	background-repeat:no-repeat;
	background-position:center top;
	width: 960px;
	height: 520px;
	color: #fff;
	display: block;
    position: relative;
}

.kv_interview.second_part{
	background-image: url(../../interview/images/kv_02.jpg);
}

.kv_use > p,
.kv_interview > p{
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

@media screen and (max-width: 767px){
  .kv_use{
    padding-left: 15px;
    padding-right: 15px;
  }
	.kv_use.pc_only,
	.kv_interview.pc_only{
		display: none;
	}
	.kv_use_sp.sp_only,
	.kv_interview_sp.sp_only{
		padding: 0 10px;
		display: block;
	}
	.kv_use_sp > p,
	.kv_interview_sp > p{
		margin-top: 10px;
		font-size: 26px;
		font-weight: bold;
	}
}


/*---------------
about
-----------------*/
#about{
  background-color: #efefef;
}
#about p{font-size: 13px;}
#about .wrapper{
  padding: 40px;
}
#about .col_wrapper{
  margin-top: 0;
  padding: 0;
}
#about .leftArea{
  width: 76.7%;
}
#about .rightArea{
  width:18.9%;
}
.btn_area{
  margin-top: 25px;
}
.btn_area a{
  padding-top: 15px;
  padding-bottom: 15px;
  /*width: 48.6%;*/
  width: 100%;
  background-color: #ccc;
  color: #fff;
  border-radius:3px;
  position: relative;
  display: inline-block;
  font-size: 13px;
  text-align: center;
}
.btn_area a + a{
  margin-top: 10px;
}
.btn_area a:before{
  content:"";
  position: absolute;
  top:0;
  bottom:0;
  right:5%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right:2px solid #ffffff;
  border-bottom:2px solid #ffffff;
  transform: rotate(-45deg);
}
.btn_area a.about_product{
  margin-right: 1%;
  background-color: #2a2322;
}
.btn_area a.purchase{
  background-color: #f5683a;
}

#about .fz_small{
  font-size: 11px;
}
@media screen and (max-width: 767px) {

.btn_area a{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #ccc;
  color: #fff;
  border-radius:3px;
  position: relative;
  display: inline-block;
  font-size: 13px;
  width: 100%;
}
.btn_area a.about_product{
  margin-right: 0%;
   margin-bottom: 2%;
}

}



.case_home{
  text-align: left;
}
.case_home+.case_home{
  margin-top: 130px;
}
.case_number{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {}

/*---------------
#useExample
-----------------*/
#useExample{

}
#useExample .col_wrapper{
  margin-top: 10px;
  padding: 0;
}
.thum{
  cursor: pointer;
}
.thum_w25p{
  float: left;
  width: 24.4%;
  margin-left: 0.8%;
  padding: 0.5%;
  transition: all 0.2s ease 0s;
}
.thum_w25p:hover{
  background-color: #f2f2f2;
}
.thum_w25p:first-child{
  margin-left: 0;
}
.thum_w25p:nth-child(5n){
  margin-left: 0;
}
.thum_detail{
  padding: 2%;
}
.thum_category{
  background-color: #ee9e05;
  padding: 5px 5px 3px 5px;
  font-size: 11px;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
}
.thum_p{
    width: 100%; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 12px;
    height: 30px;

}
.newMark{position: relative;}
.newMark:after{
  content:"NEW";
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  top:0.5%;
  left:0.5%;
  color: #fff;
  background-color: #cd0e6d;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  padding-top: 1px;
  transform: rotate(-15deg);
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.9);
}
@media screen and (max-width: 767px) {

.thum_w25p{
  width: 48.8%;
  margin-left: 0.8%;
  margin-top: 2%;
}
.thum_w25p:nth-child(odd){
  margin-left: 0;
}
.thum_category{
  font-size: 9px;
}
.thum_p{
  height:25px;
}
.newMark:after{
  content:"NEW";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  top:0.5%;
  left:0.5%;
  color: #fff;
  background-color: #cd0e6d;
  line-height: 30px;
  font-size: 9px;
  text-align: center;
  padding-top: 1px;
  transform: rotate(-15deg);
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.9);
}
}
/*---------------
#more
-----------------*/
#more{}
.w300{
  max-width: 300px;
  width: :100%;
}

/*---------------
#pruduct
-----------------*/
#product{
  /*padding: 4% 0;*/
  /*background-color: #efefef;*/
}
#product .wrapper{
  
}
#product .col_wrapper{
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #efefef;
  margin-top: 0;
}
#product .leftArea{
  padding-left:8%;
  padding-right:2%;
}
#product .rightArea{
 padding-right:6%;
 padding-left:2%;
}
.product_name{
  text-align:left;
}
@media screen and (max-width: 767px) {
  #product{
    padding: 3%;
    background-color: #efefef;
    margin-left: 0;
    margin-right: 0;
  }
  #product .leftArea + .rightArea{
    margin-top: 50px;
  }
  #product .leftArea{
    padding: 0;
  }
  #product .rightArea{
    padding: 0;
  }
}

/*---------------
#modal
-----------------*/
.modal-overlay{
  background-color:rgba(0,0,0,0.75);
  opacity: 0.67;
  position: fixed;
  z-index: 1000;
  /*transition: all 0.3s linear 0s;*/
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-content {
    position:fixed;
    display:none;
    z-index:10000;
/*     width:50%; */
    margin:0;
    background:#fff;
    border-radius:0px;
}
.modal-content-wrap{
    padding:4%;
    float: left;
}
.modal-content img{
  max-width:450px;
  max-width:450px;
}
.modal-content p{
  font-size: 13px;
  line-height: 22px;
}
.photoData{
  display: none;
}
p.modal-photoData{
  text-align: right;
  font-size: 11px;
  color: #898989;
  margin-bottom: 30px;
}
.modal-close{
  position: absolute;
  right:0;
  top:-38px;
  z-index: 100000;
  width: 35px;
  height: 35px;

}
.modal-closeBar1{
  position: absolute;
  background-color: #000;
  transform: rotate(45deg);
  width: 40px;
  height: 5px;
  z-index: 10000;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin: auto;
}
.modal-closeBar2{
  position: absolute;
  background-color: #000;
  transform: rotate(-45deg);
  width: 40px;
  height: 5px;
  z-index: 10000;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .modal-content {
    width: 90%;
  }
}

.mt30{
	margin-top: 30px;
}


#interview h3:after{
	background-color: #019bcd;	
}

#interview .img_container:before{
	border-right: 1px solid #019bcd;
}
#interview .img_container:after{
	border-left: 1px solid #019bcd;
}

/*---------------------------------------*/

a .detail_button{
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  bottom: 0;
  overflow: hidden;
  margin: 30px auto;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 30%;
	position: relative;
	text-decoration: none;
	padding: 14px auto;
}
a .detail_button:hover{
	
	opacity:0.7;

}

a .detail_button i.icon-chevron-right {
  right: 0;
	font-size: 14px;
  margin: -6px 11px 0 0;
	position: absolute;
  display: block;
  top: 50%;
  color: #fff;
}

a .detail_button_two{
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 0;
  overflow: hidden;
  margin: 30px auto;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #000;
  width: 30%;
	border:1px solid #ddd;
	position: relative;
	text-decoration: none;
	padding: 14px;
}
a .detail_button_two:hover{	
	opacity:0.7;
}

a .detail_button_two i.icon-chevron-left {
	left: 10px;
    top: 50%;
	font-size: 14px;
	margin: -6px 11px 0 0;
	position: absolute;
	display: block;
}


@media (max-width: 767px) {
	a .detail_button{
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  position: unset;
  bottom: 0;
  overflow: hidden;
  margin-top: 10px;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 100%;
		padding: 14px auto;
	}
	
	a .detail_button_two{
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  position: unset;
  bottom: 0;
  overflow: hidden;
  margin-top: 10px;
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%;
		padding: 14px auto;
		border:1px solid #ddd;
		color: #000;
	}
	.topcomm{
		padding: 0 10px;
	}
}
/*------win_block--------*/
.win_block{

}
.win_block_left{
  float: left;
  width: 63.5%;
  padding: 20px;
  padding-right: 10px;
}
.win_block_right{
  float: right;
  width: 35.5%;
  padding: 20px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .win_block_left{
    float: inherit;
    width: 100%;
    padding-right: 20px;
  }
  .win_block_right{
    float: inherit;
    width: 100%;
    padding-left: 20px;
  }
}




.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}

/*------#articles add 190129--------*/

#articles{margin-top: 40px; margin-left: -15px; margin-right: -15px;padding-bottom: 30px;}
#articles .wrap{padding-left: 15px; padding-right: 15px;}
#articles h4{border-bottom:1px solid #000}
#articles_wrap{
  padding-left: 15px;
  padding-right: 15px;
  text-align:left;
   /*background-color: #efefef;*/
}
@media (max-width: 767px) {
  #articles h4{
    margin-bottom: 5px;
  }
  #articles_wrap{
    padding-left: 0;
    padding-right: 0;
  }
}
.article_item{
  width: calc(100% / 3 - 10px);
  display: inline-block;
  vertical-align:top;
  position:relative;
  box-sizing:border-box;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .article_item{
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
  }
}
.article_text{
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  min-height:64px;
  box-sizing:border-box;
  padding: 10px 30px 10px 10px;
  background-color: #000;
  color: #fff;
}
.article_text_p{
  font-size: 13px;
  color: #fff;
  line-height:1.8;
  text-align:left;
}
@media (max-width: 767px) {
  .article_text{
    position:inherit;
    height:90px;
    /*white-space:nowrap;*/
    
  }
  .article_text_p{
    overflow: hidden;
    height:100%;
    position:relative;
  }
  .flow_clamp:after{
    content:"…";
    position:absolute;
    bottom:18px;
    right:18px; 
  }
}
#articles .icon-chevron-right{
  position:absolute;
  right:10px;
  top:0;
  bottom:0;
  margin:auto;
  height:17px;
  width: 11px;
}
#articles .icon-chevron-right:before{
  font-size: 17px;
}
