@charset "utf-8";

/* ---------------------------------------------------
   File: recruit.css
   Version: 1.0.0
   Update: 2021-02-08
   Author: https://flowlab.co.jp

   (c)2007-2021 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */




/* ====================================================
		Header
==================================================== */

/* -------------------------------
		Page Title
------------------------------- */
#pageTitle {
	background: url("../recruit/images/ph_head.jpg") no-repeat right top;
	background-size: 1100px 320px;
}


/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Text
------------------------------- */
#contentsBox article .txt {
  padding-bottom: 50px;
}
.comTableB th {
  width: 80%;
  padding-right: 0;
}

/* -------------------------------
		Banner
------------------------------- */
.memberImage {
	padding-bottom: 160px;
}









/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 992px) and (max-width: 1199px) {


  
}
  
  
 


/* ===========================================================================================================================================

   TABLET

============================================================================================================================================= */
@media screen and (min-width: 768px) and (max-width: 991px) {


}





/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 767px) {

  
  
/* ====================================================
		Header
==================================================== */

/* -------------------------------
		Page Title
------------------------------- */
#pageTitle {
	background: url("../recruit/images/ph_head.jpg") no-repeat center top;
	background-size: 757px 220px;
}
	
	
/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Text
------------------------------- */
#contentsBox article .txt {
  padding-bottom: 30px;
}
.comTableB th {
  width: 100%;
}
/* -------------------------------
		Banner
------------------------------- */
.memberImage {
	padding-bottom: 100px;
}
  
  
  
  
  
}

