/* -------------------------------------------------------------- 
   corporate-service page Css
-----------------------------------------------------------------
PC/Tablet
@media screen and (min-width: 768px){}
SmartPhone
@media screen and (max-width: 767px){}


【CSS MENU】 
1.0 - common

2.0 - corporate-service-parts
	2.1 - pageTitle（h2)
	2.2 - contents-title(h3/h4/h5)
	2.3 - contents-text
	2.4 - contents-explan
	2.5 - contents-intro
	2.6 - contents-thoughts
	2.7 - contents-frame-2col
	2.8 - contents-contact

3.0 - corporate-service-frame
  3.1 - topVisual	
	3.2 - pageLink
	3.3 - innerFrame		
	3.4 - training	
	3.5 - welfare
	3.6 - forwoman
	3.7 - consulting
	3.8 - flow		
*/

/* =========================================================
	1.0 - common
========================================================= */
.corporate-service .plink{
  padding-top:40px;
  margin-top:-40px;
}



/* =========================================================
	2.0 - corporate-service-parts
========================================================= */
/* ---------------------------------------------------------
	2.1 - pageTitle（h2）
--------------------------------------------------------- */
.corporate-service h2{
	height:23px;
	text-indent:-99999px;
	background:url(../images/title-corporate-service.png) center top no-repeat;
}
/* ------------ ■ sphone小さいタイプ ■------------ */
@media screen and (max-width: 320px){
  .corporate-service h2{
    background-size:280px 21px;
  }
}

/* ---------------------------------------------------------
	2.2 - contents-title(h3/h4/h5)
--------------------------------------------------------- */
/* h3 */
.corporate-service h3{
	width:980px;
	height:64px;
	text-align:center;
	background:url(../images/bg-title.png) left bottom no-repeat;
	margin-top:40px;  
}
.corporate-service .flowFrame h3{
	width:920px;
	height:38px;
	margin:115px auto 0;
	background:none;
	font-size:24px;
	font-weight: bold;
	color:#000;
	line-height:1;
	border-bottom:2px solid #000;
}
/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
  /* ファッションに関わるコンサルティング・企画・運営　*/
  .corporate-service .consultingFrame h3 img.sp{
		display: none;	
	}
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service h3{
		width:100%;
		height:auto;
		text-align:center;
		background:none;
		border-bottom:1px solid #e40081;
		padding-bottom:8px;
	}
  .corporate-service h3 img{
    max-width:100%;
    height:auto;
  }	
  /* ファッションに関わるコンサルティング・企画・運営　*/
  .corporate-service .consultingFrame h3 img.pc{
		display: none;	
	}	
}	
	
/* h4 */
.corporate-service h4{  
  width:100%;
  height:51px;
  border-bottom:2px solid #000;
}
.corporate-service h4.event{  
  margin-top:78px;
}
.corporate-service h4 span{ 
  font-size:24px;
  font-weight: bold;
  color:#000;
  margin-left:8px;
  letter-spacing: 0.15em;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service h4{  
    height:45px;
  }
  .corporate-service h4 span{ 
    font-size:22px;
    margin-left:0;
    letter-spacing: 0.05em;
  }
  .corporate-service h4.long,
  .corporate-service h4.long span{  
    height:auto;
    line-height:1.4;
    padding-bottom:5px;
  }  
  .corporate-service h4.event{  
    margin-top:40px;
  }
}	

/* h5 */
.corporate-service h5{
  font-size:18px;
  font-weight: bold;
} 
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service h5 br{
    display: none;
  }	
}

/* h6 */
.corporate-service h6{
  color:#e51588;
  font-size:18px;
  text-align: center;
}



/* ---------------------------------------------------------
	2.3 - contents-text
--------------------------------------------------------- */
.corporate-service .contents-text{
  margin-top:12px;
  text-align: center;
  font-size:18px;
  color:#333;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .contents-text{
    margin-top:15px;
    text-align: left;
    font-size:17px;
  }
  .corporate-service .contents-text br{
    display: none;
  }
}

/* ---------------------------------------------------------
	2.4 - contents-explan
--------------------------------------------------------- */
.corporate-service .contents-explan{
  margin-top:40px;
  display: flex;
  flex-wrap: wrap;
}
.corporate-service .contents-explan .img{
  width:440px;
  flex-basis: 440px;
  margin-right:38px;
}
.corporate-service .contents-explan .text{
  width:382px;
  flex-basis: 382px;
  padding-top:7px;
  line-height:1.6;
}
.corporate-service .contents-explan .text p{
  font-size:14px;
  margin:10px 0 15px 0;
}
.corporate-service .contents-explan .text p span{
  display: block;
  font-size:12px;
  margin-top:8px;
}
.corporate-service .contents-explan dl.achieve{
  background-color:#f9f9f9;
  font-size:12px;
  display: flex;
  //flex-wrap: wrap;
  width:100%;
}
.corporate-service .contents-explan dl.achieve dt{
  flex-basis:62px;
  align-self:center;
  padding:0 0 0 20px;
  margin:0;
}
.corporate-service .contents-explan dl.achieve dd{
  flex-basis: 320px;
  flex-grow: 3;
  border-left:2px solid #efefef;
  margin:15px 0;
  padding:0 20px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .contents-explan{
    margin-top:30px;
  }
  .corporate-service .contents-explan .img{
    width:100%;
    flex-basis: 100%;
    margin:0;
  }
  .corporate-service .contents-explan .img img{
    width:100%;
    height:auto;
  }
  .corporate-service .contents-explan .text{
    width:100%;
    flex-basis: 100%;
    margin-top:10px;
  }
}

/* ---------------------------------------------------------
	2.5 - contents-intro コンテンツ紹介
--------------------------------------------------------- */
.corporate-service .contents-intro{
  margin-top:65px;
  border:1px solid #f5abd5;
  font-size:14px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .contents-intro{
     margin-top:50px;
  }
}


.corporate-service .contents-intro h6{
  margin-top:-15px; 
}
.corporate-service .contents-intro h6 span{
  background-color:#fff;
  padding:0 25px;
}
.corporate-service .contents-intro .contents-intro-title{
  font-size:18px;
  font-weight: bold;
  position: relative;
  margin-left:33px;
  margin-bottom:6px;
  display: block;
  letter-spacing: 0.03em;
  line-height:1.5;
}
.corporate-service .contents-intro .contents-intro-title span{
  font-size:16px;
}
.corporate-service .contents-intro .contents-intro-title::before{
  content:url("../images/icon-check.png");
  margin-left: -33px;
  position: absolute;
  top: 3px;
  width:22px;
  height:18px;
}
/* ------------ ■ sphone小さいタイプ ■------------ */
@media screen and (max-width: 320px){
  .corporate-service .contents-intro .contents-intro-title br{
	    display: none;
  }
}


.corporate-service .contents-intro .contents-intro-inner{
  /*.colでmargin-bottom:26pxするため*/
  padding:43px 66px 30px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .contents-intro .contents-intro-inner{
    /*.colでmargin-bottom:26pxするため*/
    padding:20px 20px 10px;
  }
}


.corporate-service .contents-intro .contents-intro-2col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.corporate-service .contents-intro .contents-intro-2col .col{
  width:338px;
  flex-basis: 338px;
  margin-bottom:25px;
}
.corporate-service .contents-intro .contents-intro-2col .col p{
    line-height:1.6;
}
.corporate-service .contents-intro .contents-intro-2col .col:nth-child(1) p{
    line-height:1.8;
}
.corporate-service .contents-intro .contents-intro-2col .col ul{
  margin-left:18px;
}
.corporate-service .contents-intro .contents-intro-2col .col ul li{
  list-style-type:disc;
  line-height:1.6;
  padding-bottom:9px;
}
.corporate-service .contents-intro .contents-intro-2col .col ul li:last-child{
  padding-bottom:0;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .contents-intro .contents-intro-2col{
    display: inherit;
  }
  .corporate-service .contents-intro .contents-intro-2col .col{
    width:100%;
    margin-bottom:26px;
  }
}


/* ---------------------------------------------------------
	2.6 - contents-thoughts　受講者の感想
--------------------------------------------------------- */
.corporate-service .contents-thoughts{
  margin-top:53px;
}
.corporate-service .contents-thoughts-frame{
  background-color:#fff6fb;
  border-radius:10px;
  margin-top:10px;
  padding:30px 32px;
  display: flex;
}
.corporate-service .contents-thoughts-frame:first-of-type{
  margin-top:14px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .contents-thoughts{
    margin-top:40px;
  }
  .corporate-service .contents-thoughts-frame{
    padding:0 20px 20px;
    display: inherit;
  }
}

.corporate-service .contents-thoughts-frame-name{
  width:163px;
  flex-basis: 163px;  
  text-align: center;
  padding-right:10px;
  line-height: 1.4;
}
.corporate-service .contents-thoughts-frame-name:before{
  content:url(../images/icon-thoughts.png);
  width:62px;
  height:62px;
  display: block;
  margin:-1px auto 10px;
}
.corporate-service .contents-thoughts-frame-name .history{
  font-size:10px;
}
.corporate-service .contents-thoughts-frame-name .name{
  font-size:14px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .contents-thoughts-frame-name{
    width:100%;
    height:50px;
    display: flex;
    align-items:center;
    border-bottom:2px solid #fff;    
    position: relative;
    padding:8px 0 0 60px;
  }
  .corporate-service .contents-thoughts-frame-name:before{
    position: absolute;
    top:5px;
    left:-15px;
  }
  .corporate-service .contents-thoughts-frame-name .name{
    padding-left:0.5em;
  }
}
/* ------------ ■ sphone小さいタイプ ■------------ */
@media screen and (max-width: 320px){
  /* 企業研修 */
  .corporate-service .trainingFrame .contents-thoughts-frame-name{
    flex-wrap: wrap;  
    height:auto;
    padding:10px 0 8px 60px;
  }
  .corporate-service .trainingFrame .contents-thoughts-frame-name .name{
    padding-left:0;
  }
}

.corporate-service .contents-thoughts-frame-text{
  width:633px;
  flex-basis: 633px; 
  font-size:14px;
  line-height:1.6; 
}
.corporate-service .contents-thoughts-frame-text ul{
  margin-left:20px;
}
.corporate-service .contents-thoughts-frame-text ul li{
  list-style-type:disc; 
  line-height:1.6;
  margin-bottom:1px;
}
.corporate-service .contents-thoughts-frame-text ul li:last-child{
  margin-bottom:0;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .contents-thoughts-frame-text{
    width:100%;
    padding:20px 0 5px 10px;
  }
  .corporate-service .contents-thoughts-frame-text ul li br{
    display: none;
  }
}



/* ---------------------------------------------------------
	2.7 - contents-frame-2col 2カラム
--------------------------------------------------------- */
.corporate-service .contents-frame-2col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:96px;
}
/* 福利厚生支援 */
.corporate-service .welfareFrame .contents-frame-2col{
  margin-top:0;
}

.corporate-service .contents-frame-2col .contents-frame-2col-col{
  width:403px;
  flex-basis: 403px;   
  margin-bottom:36px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .contents-frame-2col{
    display: inherit;
    margin-top:40px;
  }
  .corporate-service .contents-frame-2col .contents-frame-2col-col{
    width:100%;  
    margin-bottom:30px;
  }
}	

.corporate-service .contents-frame-2col h5{
  border-bottom:2px solid #000;
  padding-bottom:8px;
  width:100%;
}
.corporate-service .contents-frame-2col h5 span{ 
  font-size:18px;
  font-weight: bold;
  color:#000;
  margin-left:8px;
  letter-spacing: 0.04em;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .contents-frame-2col h5 span{ 
    margin-left:0px;
  }
}	


.corporate-service .contents-frame-2col .contents-frame-2col-col .contents-frame-2col-contents{
  display: flex;
  margin-top:30px;
}
/* ----------- ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .contents-frame-2col .contents-frame-2col-col .contents-frame-2col-contents{
    margin-top:20px;
  }
}	


.corporate-service .contents-frame-2col .contents-frame-2col-col .contents-frame-2col-contents .img{
  width:185px;
  flex-basis: 185px; 
  display: block;
}
.corporate-service .contents-frame-2col .contents-frame-2col-col .contents-frame-2col-contents .text{
  width:218px;
  flex-basis: 218px; 
  display: block;
}
.corporate-service .contents-frame-2col .contents-frame-2col-col .contents-frame-2col-contents .text p{
  font-size:14px;
  line-height:1.6;
  margin:0;
}
.corporate-service .contents-frame-2col .contents-frame-2col-col .contents-frame-2col-contents .text p.attention{
  font-size:12px;
  padding-top:5px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .contents-frame-2col .contents-frame-2col-col .contents-frame-2col-contents .img{
    width:100px;
    flex-basis: 100px; 
    margin-right:20px;
  }
  .corporate-service .contents-frame-2col .contents-frame-2col-col .contents-frame-2col-contents .img img{
    width:100px;
    height:auto;
  }  
  .corporate-service .contents-frame-2col .contents-frame-2col-col .contents-frame-2col-contents .text{
    width:auto;
    flex-basis: auto; 
  }
}	

/* ---------------------------------------------------------
  2.8 - contents-contact　お問い合わせボタン
--------------------------------------------------------- */
.corporate-service .contents-contact{
  text-align:center;
  margin-top:23px;
}
/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
	.corporate-service .contents-contact a:hover img{
	  background-color:#fff;
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-ms-filter: "alpha(opacity=60)";
	}
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .contents-contact{
    margin-top:50px;
  }
	.corporate-service .contents-contact a{
	 	display:block;
		width:100%;
		height:60px;
		overflow:hidden;
		background:#a78b55 url(../images/btn-contact-sp.png) center center no-repeat;		
	}
	.corporate-service .contents-contact img{
		display:none;
	}
}


/* =========================================================
	3.0 - corporate-service-frame
========================================================= */
/* ---------------------------------------------------------
	3.1 - topVisual
--------------------------------------------------------- */
.corporate-service .topVisual{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width:100%;
  height:280px;
  background:url(../images/topvisual.jpg) center top no-repeat;
  background-size:cover;
  text-align: center;
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .topVisual{
    height:160px;
  }
  .corporate-service .topVisual img{
    width:90%;
  }    
}

/* ---------------------------------------------------------
	3.2 - pageLink
--------------------------------------------------------- */
.corporate-service .pageLink .linkTitle{
  color:#987200;
  font-size:18px;
  letter-spacing: 0.06em;
  text-align: center;  
}

.corporate-service .pageLink ul{
  background-color:#faf9f3; 
}

.corporate-service .pageLink .flow{
	text-align: center;
}

/* link */
.corporate-service .pageLink a{
	display:block;
	text-indent: -99999px;
	background:url(../images/link-menu.png) top left no-repeat;
}
.corporate-service .pageLink li.training a{
	width:108px;
	height:23px;
	background-position: 0 0;
}  
.corporate-service .pageLink li.welfare a{
	width:167px;
	height:23px;
	background-position: -108px 0;
}    
.corporate-service .pageLink li.forwoman a{
	width:204px;
	height:23px;
	background-position: -274px 0;
}   
.corporate-service .pageLink li.consulting a{
	width:321px;
	height:23px;
	background-position: -578px 0;
}
.corporate-service .pageLink .flow a{
	width:371px;
  height:33px;
  background-position: -262px -33px;
  margin:0 auto;
}

/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
  .corporate-service .pageLink .linkTitle{  
    margin-top:43px;
  }
  .corporate-service .pageLink .pageLink-frame.for-employee{
    width:556px;  
    margin-right:23px;
    float:left;
  }
  .corporate-service .pageLink .pageLink-frame.for-company{
    width:401px;  
    float:right;
  }
  .corporate-service .pageLink ul{ 
    margin-top:10px;
    padding:29px 40px;
    display: flex;
  }
  .corporate-service .pageLink .flow{
	  padding-top:22px;
	  clear:both;
  } 

  /* hoverはPCのみ */
  .corporate-service .pageLink li.training a:hover{
    background-position: 0px -66px;
  }  
  .corporate-service .pageLink li.welfare a:hover{
    background-position: -108px -66px;
  }    
  .corporate-service .pageLink li.forwoman a:hover{
    background-position: -274px -66px;
  }   
  .corporate-service .pageLink li.consulting a:hover{
    background-position: -578px -66px;
  }   
  .corporate-service .pageLink .flow a:hover{
    background-position: -262px -99px;
  } 
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .pageLink .linkTitle{  
    margin-top:26px;
  }
  .corporate-service .pageLink .pageLink-frame{
    width:90%;
    margin:0 auto;
  }
  .corporate-service .pageLink ul{ 
    padding:20px 20px 20px 32px;
    margin-top:5px;
  }
  .corporate-service .pageLink .pageLink-frame.for-employee li{
    margin-bottom:5px;
  }
  .corporate-service .pageLink .pageLink-frame.for-employee li:last-child{
    margin-bottom:0;
  }
  .corporate-service .flow{
	  margin-top:26px;
  }     

  /*　SP用リンク */
  .corporate-service .pageLink li.training a{
	  width:77px;
    height:23px;
  }  
  .corporate-service .pageLink li.welfare a{
	  width:106px;
    height:23px;
    background-position: -137px 0px;    
  }    
  .corporate-service .pageLink li.forwoman a{
	  width:175px;
    height:23px;
    background-position: -303px 0px;  
  }  
  .corporate-service .pageLink li.consulting a{
	  width:195px;
    height:38px;
    background-position: -925px -4px;
  }      
  .corporate-service .pageLink .flow a{
	    width:300px;
      border:1px solid #ccc;
      background-position: -297px -34px;
      margin:0 auto;
  }   
}

/* ------------ ■ sphone小さいタイプ ■------------ */
@media screen and (max-width: 320px){
  .corporate-service .pageLink .flow a{
	    width:250px;
      background-position: -320px -34px;
  }
}

/* ---------------------------------------------------------
	3.3 - innerFrame
--------------------------------------------------------- */
.corporate-service .innerFrame{
  width:860px;
  margin:79px auto 0;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .innerFrame{
    width:98%;
    margin:50px auto 0;
  }
}

/* ---------------------------------------------------------
	3.4 - training
--------------------------------------------------------- */
.corporate-service .trainingFrame{
  margin-top:48px;
}

/* ---------------------------------------------------------
	3.5 - welfare
--------------------------------------------------------- */
.corporate-service .welfareFrame{
  margin-top:100px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .welfareFrame{
    margin-top:80px;
  }
}


/* ---------------------------------------------------------
	3.6 - forwoman
--------------------------------------------------------- */		
.corporate-service .forwomanFrame{
  margin-top:109px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .forwomanFrame{
    margin-top:80px;
  }
}

/* ---------------------------------------------------------
	3.7 - consulting
--------------------------------------------------------- */	
.corporate-service .consultingFrame{
  margin-top:109px;
}	
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .consultingFrame{
    margin-top:80px;
  }
}

/* ---------------------------------------------------------
	3.8 - flow
--------------------------------------------------------- */	
.corporate-service .flowFrame{
  margin-top:33px;
}	
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){ 
  .corporate-service .consultingFrame{
    margin-top:80px;
  }
}


.corporate-service .flowFrame h3{}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .flowFrame h3{
    width:100%;
  }
}


.corporate-service .flowFrame .flow01{
	padding-bottom:69px;
	background:url(../images/icon-flow.png) center bottom no-repeat;
}
.corporate-service .flowFrame .flow02{
	padding-bottom:45px;
}


.corporate-service .flowFrame .flowInner{
	border:4px solid #ececec;
  width:860px;
  margin:0 auto;
	min-height:148px;
	padding:23px 0 26px 54px;
}
.corporate-service .flowFrame .flow01 .flowInner{
	margin-top:40px;
	background:url(../images/flow-bg01.png) 37px 15px no-repeat;
}
.corporate-service .flowFrame .flow02 .flowInner{
	background:url(../images/flow-bg02.png) 37px 15px no-repeat;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .flowFrame .flowInner{
    width:100%;
    padding:15px 0;
  }
	.corporate-service .flowFrame .flow01 .flowInner{
		margin-top:20px;
		background:url(../images/flow-bg01-sp.png) left top no-repeat;
	}
  .corporate-service .flowFrame .flow02 .flowInner{
	  background:url(../images/flow-bg02-sp.png) no-repeat;
  }
}


.corporate-service .flowFrame .flowInner h5{
  color:#987200;
  font-size:22px;
  font-weight: bold;
  margin:2px 0 0 44px;
}
.corporate-service .flowFrame .flow02 .flowInner h5{
  margin:2px 0 0 47px;
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.corporate-service .flowFrame .flowInner h5{
		font-size:20px;
		min-height:50px;
		margin:0;
		padding:5px 0 10px 113px;
		line-height:1.3;
		border-bottom:1px dotted #ccc;
	}
  .corporate-service .flowFrame .flow02 .flowInner h5{
    margin:0;
  }
}	
	

.corporate-service .flowFrame .flowInner .txt{
	font-size:14px;
	margin-top:15px;
	margin-right:200px;
}
.corporate-service .flowFrame .flowInner .link a{
  width:320px;
  display: block;
	margin:20px 0 0 212px;
}
/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
	.corporate-service .flowFrame .flowInner .link a:hover img{
	  background-color:#fff;
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-ms-filter: "alpha(opacity=60)";
	}
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .corporate-service .flowFrame .flowInner .txt{
		margin:0;
		padding:15px 20px 0 20px;
  }
  .corporate-service .flowFrame .flowInner .link a{
    width:280px;
    display: block;
    margin:10px auto 0;
  }
  .corporate-service .flowFrame .flowInner .link a img{
    width:280px;
    height:auto;
  }
}


