/*@import url("https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/css/modaal.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap'); */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("font-awesome/css/font-awesome.min.css");
/*    */

html, body { height: 100%; }
body {
	position:relative;
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "Segoe UI", 'Verdana', 'YuGothic', "Hiragino Kaku Gothic ProN", 'Meiryo', sans-serif;
	/* "メイリオ", */
}
.sp {display: none;	}

h1{
	margin: 0;
	padding: 0;
	}


h2 { 
	font-size: 32px;
/*	font-family: "メイリオ", "游ゴシック", "Segoe UI", 'Verdana', 'YuGothic', "Hiragino Kaku Gothic ProN", 'Meiryo', sans-serif;*/
	font-family: 'Noto Sans JP','Open Sans', sans-serif;
	letter-spacing: 1px;
	color: #de661d;
	display: inline-block;
}



.h_border{
	padding-bottom: 5px;
	border-bottom: solid 2px #ffffff;
}


h3 { 
	font-size: 22px;
/*	font-family: "メイリオ", "游ゴシック", "Segoe UI", 'Verdana', 'YuGothic', "Hiragino Kaku Gothic ProN", 'Meiryo', sans-serif;*/
	font-family: 'Noto Sans JP','Open Sans', sans-serif;
	margin-bottom: 25px;
	letter-spacing: 1px;
	line-height: 1.7em;
}
p {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0px;
}

a {
text-decoration: none;
}

a {
	transition: 0.5s ;
}

a:hover {
	opacity: 0.7 ;
}

.link_op:hover {
	opacity: 0.7 ;
}

.item_shadow {
	filter: drop-shadow(3px 3px 3px rgba(60,60,60,0.3));
	}

.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}
.pb100 {padding-bottom: 100px;}

.cover { position: relative; width: 100%; margin: 0; padding: 0; }

.center {
	text-align: center;
	margin: 0 auto;
}

.section_p{
	width: 100%;
}

.under_line_white{
	border-bottom: solid 2px #ffffff;
	padding-bottom: 15px;
}

.section_page { 
	width: 100%;
}

/* ------------------------------------------------------------------- 
 * MVテキスト メインビジュアルテキスト
 * ------------------------------------------------------------------- */

.mv_box {
	margin: auto;
	text-align: center;
	position: absolute;
	top: 40%;
	width: 100%;
}

.mvtitle{
	font-weight: bold;
	color: #fff;
	font-size: 44px;
	text-shadow: black 1px 0 1px;
}
.mv_box p{
	font-weight: bold;
	color: #fff;
	font-size: 17px;
	text-shadow: black 1px 0 1px;
}


/* ------------------------------------------------------------------- 
 * 動画コンテンツエリア
 * ------------------------------------------------------------------- */
   /* ↓レイアウト全体領域 */
   .page-cover {
	   width: 100%;
   }

   /* ▼メインカラムの装飾 */
   .main-column {
	   padding: 35px 0 0;
   }
   /* ▽サイドカラムの装飾 */
   .side-column {
	   padding-left: 0px;
   }

  .ttl {
	  font-size: 23px;
      color: #de661d; /*de661d*/
      font-weight: 800;
	  line-height: 2.6rem;
	  padding-bottom: 5px;
	  margin-bottom: 0;
   }

  .sttl {
      font-size: 19px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
   }

 .ttext {
	line-height: 1.5em;
}

@media (min-width: 1000px) {

   /* ↓レイアウト全体領域 */
   .page-cover {
	   width: 1200px;
      display: table;
   }
   /* ▼メインカラムの装飾 */
   .main-column {
      display: table-cell;
   }
   /* ▽サイドカラムの装飾 */
   .side-column {
      display: table-cell;
      width: 30%;
	  font-size: 1.2rem;
	  line-height: 1.8rem;
	   padding-left: 25px
   }
	
   .ttl {
	  font-size: 26px;
      color: #de661d;
      font-weight: 800;
	  line-height: 2.6rem;
	  padding-bottom: 5px;
    margin-bottom: 0;
   }

	.sttl {
      font-size: 23px;
      font-weight: 700;
	  line-height: 1.5em;
    padding-bottom: 0px;
    margin: 0;
   }
	
 .ttext {
}
	
}


/* ------------------------------------------------------------------- 
 * MISSION ミッション
 * ------------------------------------------------------------------- */
.section2 {
	width: 100%;
}
.bg_img_mission{background:url(../images/mission_bg.jpg) center center / cover no-repeat;background-color:rgba(0,0,0,0.7);
	background-blend-mode:darken;}


.section2 p{
	color: #FFFFFF;
}
.section2 h3{
	color: #FFFFFF;
}



/* ------------------------------------------------------------------- 
 * VISION ビジョン
 * ------------------------------------------------------------------- */
.section3 {
	width: 100%;
}

.bg_img_vision{background:url(../images/vision2_bg.jpg) center center / cover no-repeat;background-color:rgba(0,0,0,0.7);
	background-blend-mode:darken;}


.section3 p{
	color: #FFFFFF;
}
.section3 h3{
	color: #FFFFFF;
}

/* ------------------------------------------------------------------- 
 * Product
 * ------------------------------------------------------------------- */

.section4{
	width: 100%;
	background: #909090;
}

/* -----
 *.bg_img_product{background:url(../images/product_bg.jpg) center center / cover no-repeat;background-color:rgba(0,0,0,0.7);
 *	background-blend-mode:darken;}
 * ----- */


.section5{
	background: #E9E9E9;
}


/* ------------------------------------------------------------------- 
 * サブタイトル更新　　例）わたしたちの想い　MISSIONなど
 * ------------------------------------------------------------------- */

.area_title {
	align-items: center;
	text-align: center;
	margin: 0 auto 40px;
	padding-top: 150px;
}

.area_title p{
	font-size: 65px;
	font-weight: bold;
	margin-top:3px; 
	line-height: 1em;
}

.area_title h2{
	font-size: 22px;
/*	font-family: "メイリオ", "游ゴシック", "Segoe UI", 'Verdana', 'YuGothic', "Hiragino Kaku Gothic ProN", 'Meiryo', sans-serif;*/
	font-family: 'Noto Sans JP','Open Sans', sans-serif;
	letter-spacing: 1px;
	color: #de661d;
	width: auto;
	margin-bottom: 0px;
}




.contents_area {
	margin: 0 auto;
	padding-bottom: 150px;
}
.contents_area img{
	margin-bottom: 50px;
}

.contents_area p{
	text-align: left;
}





.contents_area_2c img{
	margin-bottom: 50px;
}

.contents_area_2c h3{
	text-align: left;
	padding-bottom: 15px;
}

.contents_area_2c p{
	text-align: left;
}

.contents_area_2c_title p{
	text-align: left;
	font-size: 35px;
	display: inline-block;
	font-weight: bold;
}



/* ------------------------------------------------------------------- 
 * 左右レイアウトエリア　左背景画像
 * ------------------------------------------------------------------- */
.contents_area_2c_box1 {
	text-align: left;
	margin: 0 auto;
	padding:150px 35px;
}
.bg_img_left{background-image:url(../images/img_left.jpg);background-size: cover;}


/* ------------------------------------------------------------------- 
 * 左右レイアウトエリア　右背景画像
 * ------------------------------------------------------------------- */
.contents_area_2c_box2 {
	text-align: left;
	margin: 0 auto;
	padding:150px 35px;
}
.bg_img_right{background-image:url(../images/img_right.jpg);background-size: cover;}



.contents_area_2c_box1_inner {
	margin-left: auto;
}
.contents_area_2c_box2_inner {
}


.section5 .contents_area_2c_box1 {
	text-align: left;
	margin: 0 auto;
	padding:0px 35px;
}
.section5 .contents_area_2c_box2 {
	text-align: left;
	margin: 0 auto;
	padding:0px 35px;
} 

.section5 .contents_area {
	padding-bottom: 0;
	margin-bottom: 50px;
}


@media ( min-width : 1000px ){

	.contents_area_2c {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
	}
  .contents_area_2c_box1 {
    -webkit-flex: 1;
    flex: 1;
	  width: 90%;
	  padding: 35px;
  }
	
  .contents_area_2c_box2 {
    -webkit-flex: 1;
    flex: 1;
	  width: 90%;
	  padding: 35px;
  }
	.contents_area_2c_box1_inner {
	width: 90%;
	margin-left: auto;
}
.contents_area_2c_box2_inner {
	width: 90%;
}
	
	.company_area{
		width: 1000px;
	}
	
}


@media ( max-width : 1349px ){
	.contents_area{
		padding-left:90px;
		padding-right:90px;
	}
	.area_title{
		width: 100%;
	}
}

@media ( min-width : 1350px ){
	.contents_area {
		width: 1200px;
}
	.area_title {
	width: 1200px;
}
	.contents_area_2c_wrap {
	  width: 100%;

	}
	.contents_area_2c {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
	}
  .contents_area_2c_box1 {
    -webkit-flex: 1;
    flex: 1;
	  width: 550px;
	    padding: 150px 55px 200px;
  }
	
  .contents_area_2c_box2 {
    -webkit-flex: 1;
    flex: 1;
	  width: 550px;
	   padding: 150px 55px 200px;
	}
	
	.contents_area_2c_box1_inner {
	margin-left: auto;
		width: 550px;
}
.contents_area_2c_box2_inner {
	width: 550px;
}

}



/* ------------------------------------------------------------------- 
 * RECRUIT 採用情報エリア
 * ------------------------------------------------------------------- */

.recruit .timeline-wrap {
	position: relative;
	text-align: left;
}

.recruit .timeline-wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 2rem;
	top: 0;
}

.recruit .timeline-block {
	position: relative;
	padding-left: 8rem;
	margin-bottom: 4.2rem;
}

.recruit .timeline-ico {
	height: 4.8rem;
	width: 4.8rem;
	line-height: 4.8rem;
	background: #de661d;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 2rem;
	top: 0;
	margin-left: -2.4rem;
}

.recruit .timeline-header .timeframe {
/*★	font-family: "montserrat-regular", sans-serif;*/
	font-size: 1.6rem;
	color: #757575;
	margin-bottom: 0;
}

.recruit .timeline-header h3 {
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.timeline-content p{
	font-size: 90%;
	line-height: 1.6em;
}

@media only screen and (max-width:400px) {
	.recruit .timeline-header .timeframe {
		font-size: 1.5rem;
	}

.recruit .timeline-header h3 {
		font-size: 1.3rem;
	}


}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}




.icon_box {
	padding: 5px 10px;
	color: #FFFFFF;
	background: #d85399;
	margin-right: 5px;
	font-weight: 600;
}



.text_white {
	color: #FFFFFF;
}

.text_bd_large {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
}
.text_space {
	letter-spacing: 0.5px;
}
.text_bd {
	font-weight: bold;
	font-size: 15px;
}

.icon_img {
	padding-top: 80px;
}
.icon_img img{
	width: 50px;
}

.sp_h2 {
	font-size: 22px;
	}




/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 20px);
	transition : all 800ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}



/* ------------------------------------------------------------------- 
 * footer
 * ------------------------------------------------------------------- */
 
 #footer {
	 width:100%;
	 height:200px;
	 background-color:#000;
	 margin-top:40px;
	 }
.footer_wrap {
	 width:400px;
/*	 width:600px;*/
	 margin:0 auto;
	 text-align:center;
	 display:block;
	 }
.footer_list {
	 margin:30px 0 30px;
/*	 margin:100px 0;*/
	 text-align:center;
	 }
.footer-social ol {
	list-style-type: none;
	text-align:center;
	}
.footer-social li {
	width:30%;
	float:left;
	list-style-type: none;
	margin-top:60px;
	}
.footer-social li a {
	color:#ddd;
	font-size:30px;
/*	font-size:24px;*/
	margin:30px;
	font-weight:bold;
	}
.copyright {
	font-size:12px;
/*	font-size:18px;*/
	color:#bbb;
	}



.line_link_bk {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #545454;
}
.line_link_bk::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #545454;
	transition: .3s;
}
.line_link_bk:hover::after {
	width: 100%;
}

.line_link {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #fff;
}
.line_link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
}
.line_link:hover::after {
	width: 100%;
}


.copyright {
	text-align: center;
}
.copy {
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}


.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 0.8em;
  text-decoration: none;
  color: #268EE9;
  background: #fff;
  transition: .4s;
	text-align: center;
	font-size: 120%;
	margin-bottom: 30px;
}


/* ------------------------------------------------------------------- 
 * ボタン装飾 START
 * ------------------------------------------------------------------- */

.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.4em 0.7em;
    text-decoration: none;
    color: #FFF;
    background: #de661d;
    transition: .4s;
  }

.square_link a{
    color: #FFF;
	font-size:1.3em;
	margin-top:30px;
}


/* ------------------------------------------------------------------- 
 * 会社概要エリア START
 * ------------------------------------------------------------------- */

.company_area{
	width: 90%;
	margin: 0 auto;
}
.page_about_menu_text {
	text-align: left;
}
.page_about_menu_text h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #ffffff;
	background: #000000;
	padding: 10px 20px;
	display: inline-block;
}

.page_about_menu_text p{
	font-size: 20px;
	line-height: 1.5em;
}

.page_about_profile {
}



.page_about_subtitle {
	margin-bottom: 35px;
}

.page_about_subtitle h2{
	font-size: 50px;
	font-weight: bold;
    padding: 0.5em 0 10px;
    margin: 30px 0 10px;
    color: #000;/*文字色*/
    border-bottom: solid 4px #000;/*線*/
	display: inline-block;
	letter-spacing: 3px;
}
.page_about_subtitle p{
	font-size: 25px;
	font-weight: bold;
    color: #000;/*文字色*/
	text-align: center;
	letter-spacing: 3px;
}



.page_top_about_text{
	font-size: 90px;
	font-weight: bold;
	text-align: left;
	line-height: 1.1em;
	}
.page_top_about_margin{
	margin-left: 1em;
	}
.page_top_about_text02{
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	}


.page_about_data_box{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	border-bottom: solid 1px #838383;
	padding-bottom: 20px;
}

.page_about_data_title {
	width: 20%;
}
.page_about_data_title p{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.page_about_data_text p{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.6em;
}

/* ------------------------------------------------------------------- 
 * 会社概要エリア END
 * ------------------------------------------------------------------- */



/* ------------------------------------------------------------------- 
 * スマートフォン表示枠 START
 * ------------------------------------------------------------------- */

@media screen and (max-width: 1000px) {
	
.pc {display: none;}
.sp {display: block;}
	

.section1 { 
	
}

.mv_box {
	padding: 0;
	width: 100%;
	top: 36%;
}	

.mvtitle{
	font-size: 30px;
}
.mv_box p{
	font-size: 13px;
}

	
h3 { 
	font-size: 19px;
/*	font-family: "メイリオ", "游ゴシック", "Segoe UI", 'Verdana', 'YuGothic', "Hiragino Kaku Gothic ProN", 'Meiryo', sans-serif;*/
	font-family: 'Noto Sans JP','Open Sans', sans-serif;
	margin: 30px 0 5px;
	text-align: left;
}	
#wrapper_gnav nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background: #B8B922;
    font-size: 16px;
    box-sizing: border-box;
}
#wrapper_gnav nav ul li {
    display:block;
    padding: 20px 28px
}
 
#wrapper_gnav nav ul li a {
    text-decoration: none;
    color: #555;
}
 
#wrapper_gnav .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 9999;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper_gnav .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #555;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper_gnav .btn-gnavi span:nth-child(1) {
    top: 0
}
 
#wrapper_gnav .btn-gnavi span:nth-child(2) {
    top: 10px
}
 
#wrapper_gnav .btn-gnavi span:nth-child(3) {
    top: 20px
}
 
#wrapper_gnav .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
 
#wrapper_gnav .btn-gnavi.open span {
    background: #555;
}
 
#wrapper_gnav .btn-gnavi.open span {
    width: 24px;
}
#wrapper_gnav .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #555;
    text-shadow: 0 0 6px #666
}
 
#wrapper_gnav .contents section:nth-child(odd) p {
    left: 10%
}
 
#wrapper_gnav .contents section:nth-child(even) p {
    right: 10%
}

.contents_area_2c_title p{
	text-align: left;
	font-size: 25px;
	display: inline-block;
	font-weight: bold;
}
	
.contents_area_2c_box1 {
	padding:100px 35px;
}
	
.contents_area_2c_box2 {
	padding:100px 35px;
}

.area_title {
	align-items: center;
	text-align: center;
	margin: 0 auto;
	width: 90%;
	padding-bottom: 0px;
	padding-top: 90px;
}
	
	.area_title p{
		font-size: 45px;
		margin: 0 0 15px;
}
	.area_title h2{
		font-size: 18px;
}

.contents_area {
	flex-direction:column;
	width: 90%;
	padding: 15px 0 80px;
	margin: 0 auto;
	
	}
.section7 .contents_area {
	padding: 15px 0 0px;
	
	}
	.contents_area img{
	width: 100%;
		text-align: center;
	margin: 30px auto;
	}
	
	
	.contents_area p{

	}
	

.page_about_data_box{
	display: flex;
	flex-direction: column;
	margin: 35px 0;
	border-bottom: solid 1px #838383;
	padding-bottom: 35px;
}
.page_about_data_title {
	width: auto;
	margin-bottom: 5px;
}
.page_about_data_title p{
	font-size: 18px;
	margin: 0;
}
.page_about_data_text p{
	margin: 0;
}
	
	

	
.text_bd_large {
	font-weight: bold;
	font-size: 19px;
}
.text_bd {
	font-weight: bold;
	font-size: 15px;
}
	
.sp_h2 {
	font-size: 21px;
	}

table{
  width: 100%;
}
.recruit .timeline-block {
	padding-left: 5rem;
}

	

.recruit .timeline-wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 1.1rem;
	top: 0;
}

.recruit .timeline-block {
	position: relative;
	padding-left: 3.5rem;
	margin-bottom: 4.2rem;
}

.recruit .timeline-ico {
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
	background: #de661d;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 2rem;
	top: 0;
	margin-left: -2.4rem;
}
	
.section5 .contents_area_2c_box1 {
	padding:0 25px;
}
	
.section5 .contents_area_2c_box2 {
	padding:0 25px;
}
	
	
}

/* ------------------------------------------------------------------- 
 * スマートフォン表示枠　END
 * ------------------------------------------------------------------- */





/* ------------------------------------------------------------------- 
 * footer PC
 * ------------------------------------------------------------------- */
 
 #footer {
	 width:100%;
	 height:200px;
/*	 height:300px;*/
	 background-color:#000;
	 margin-top:40px;
	 }
.footer_wrap {
	 width:400px;
/*	 width:600px;*/
	 margin:0 auto;
	 text-align:center;
	 display:block;
	 }
.footer_list {
	 margin:30px 0;
/*	 margin:100px 0;*/
	 text-align:center;
	 }
.footer-social ol {
	list-style-type: none;
	text-align:center;
	}
.footer-social li {
	width:30%;
	float:left;
	list-style-type: none;
	margin-top:60px;
	}
.footer-social li a {
	color:#ddd;
	font-size:30px;
/*	font-size:24px;*/
	margin:30px;
	font-weight:bold;
	}



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

	 
/* ------------------------------------------------------------------- 
 * footer SP
 * ------------------------------------------------------------------- */
 
 #footer {
	 width:100%;
	 height:400px;
	 background-color:#000;
	 margin:40px 0 0 0;
	 }
.footer_wrap {
	 width:100%;
	 display:block;
	 margin:40px 0 0 0;
	 }
.footer_list {
	 margin:100px 0;
	 padding-top:20px;
	 }
.footer-social ol {
	list-style-type: none;
	text-align:left;
	}
.footer-social li {
	width:100%;
	float:none;
	list-style-type: none;
	margin:30px 0;
	text-align:center;
/*	text-align:left;*/
	}
.footer-social li a {
	color:#ddd;
	font-size:24px;
	margin:0;
/*	margin:30px 0;*/
	font-weight:bold;
	}

	
}





/* ------------------------------------------------------------------- 
 * 更新スライダーエリア
 * ------------------------------------------------------------------- */
.section_p .area_title{
	padding-top: 40px;
}
.recommend_area {
	width: 1200px;
	margin: 0 auto;
}
.recommend_item{
	width: 330px;
	padding: 0 5px;
	
}
.info_img{}

.recommend_item img{
	height: 330px;
	width: 330px;
	margin-bottom: 15px;
	object-fit: cover;
}

.recommend_item p{
	line-height: 1.5em;
}

.slick-list{
	padding: 0 0 0 40px!important;
	margin: 0 auto;
}
.slick-slider{
	padding: 0;
}

.sl_title{
	font-weight: bold;
	font-size: 20;
	
}
@media (max-width: 1349px) {
	
	.recommend_area{
		width: 90%;
	}
.recommend_item{
	width: 250px;
	padding: 0 5px;
	
}
.recommend_item img{
	width: 250px;
	height: 250px;
	margin-bottom: 15px;
}
	
}

@media (max-width: 1199px) {
.recommend_item{
	width: 190px;
	padding: 0 5px;
}
	.recommend_item img{
	width: 190px;
	height: 190px;
}
	.slick-list{
	padding: 0 0 0 60px!important;
	margin: 0 auto;
}
}

@media (max-width: 799px) {
	.recommend_area{
		width: 100%;
	}
.recommend_item{
	width: 82%;
	padding: 0 0 0 36px;
}
.recommend_item img{
	width: 100%;
	height: auto;
}
	.slick-list{
	padding: 0!important;
	margin: 0 auto;
}
	
}
