@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


@font-face {
  font-family: "iroha";
  font-display: swap;
  src: url("http://tsutsumikai.com/test/renew/recruit/font/irohamaru_font.eot?") format('eot'),
       url("http://tsutsumikai.com/test/renew/recruit/font/irohamaru_font.woff2") format('woff2'),
       url("http://tsutsumikai.com/test/renew/recruit/font/irohamaru_font.woff") format('woff');
}




/*メインタイトル----------------------------------------------------------------------*/
#main_title{
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
	height: 400px;
	background: url(../../img/mainImg.jpg) no-repeat center center fixed;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
}
#main_title h2{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 4.8rem;
}

@media screen and (max-width: 979px) {
/*tablet*/
#main_title{
	width: 100%;
	height: auto !important;
	padding: 80px 0;
}
#main_title h2{
	font-size: 3.0rem;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
}

/*各タイトル----------------------------------------*/
.cnt_title{
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cnt_title h3{
	font-size: 2.4rem;
}
.cnt_title h3 span{
	font-size: 1.5rem;
	padding: 7px 15px;
	margin: 0 8px 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	display: inline-block;
}
.cnt_title h3 span.midori {
	background: #00b121;
}
.cnt_title h3 span.kirari_ami,
.cnt_title h3 span.kirari_tsukuba,
.cnt_title h3 span.kirari_mirai,
.cnt_title h3 span.kirari {
	background: #f1a400;
}
.cnt_title h3 span.moriya,
.cnt_title h3 span.kiratto {
	background: #eb74a1;
}
.cnt_title h3 span.tachiki {
	background: #15bb83;
}

.cnt_title h3 span.child{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 0.8em;
}
.cnt_title h3 span.boshu{
	font-size: 1.6rem;
	padding: 7px 15px;
	margin: 0 0 0 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #ff6600;
	border: 1px solid #ff6600;
}
.cnt_title h3 span.boshu_none{
	font-size: 1.6rem;
	padding: 7px 20px;
	margin: 0 0 0 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #90886c;
	border: 1px solid #90886c;
}

.cnt_title h3 .caution{
	font-size: 1.8rem;
	margin: 0 0 0 15px;
	color:  #F00;
	font-weight: bold;
	padding: 5px 0;
	width: 25em;
	float: right;

}


h4{
	color: #ec4484;
	font-size: 1.8rem;
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 0 10px 0;
}
h4:before{
	content: "●";
	font-size: 1.5rem;
}

@media screen and (max-width: 979px) {
/*tablet*/
.cnt_title h3 .caution{
	font-size: 1.8rem;
	margin: 10px 0;
	padding: 0 0 0 0;
	width: auto;
	float: none;
	display: block;

}
}
@media screen and (max-width: 768px){
/*smart phone*/
.cnt_title h3 span{
	display: block;
	padding: 5px 10px;
	margin:  0 0 5px 0;
}

}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 

/*section,article,text----------------------------------------*/
.article{
	margin: 0 auto;
	padding: 40px 0;
	width: 1100px;
}
.article.details{
	margin: 0 auto 30px auto;
	padding: 20px 0;
	width: 1100px;
	background: #f9f7f0;
}
.article_box{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	padding: 0 15px 15px;
}
.article_box.text{
	padding: 10px 20px !important;
}

.article_innner{
	margin: 0 0 20px 0;
}


img.tokushu{
	width: 14px;
	height: auto;
	margin: 0 2px;
	vertical-align: middle;
}

.text{
	padding: 10px;
	line-height: 1.7;
}
.text p{
	padding: 0 0 1em 0;
}
.text p:last-child{
	padding: 0;
}
.text li p{
	padding: 0;
}
.text:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text{
    height: 1em;
}
.text{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text{
	zoom:1;
}

@media screen and (max-width: 979px) {
/*tablet*/
.article{
	width: 98%;
	margin: 0 auto;
}
.article.details{
	margin: 0 auto 30px auto;
	width: 98%;
}

}


/**/
.divTable{
	display: table;
	border-spacing: 5px 0;
	width: auto;
}
.divTable .cell{
	display: table-cell;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.divTable .cell.top{
	vertical-align: top;
}
.divTable .cell.middle{
	vertical-align: middle;
}
.divTable .cell.bottom{
	vertical-align: bottom;
}

@media screen and (max-width: 768px){
.divTable{
	display: block;
	width: 100%;
	margin: 0;
}
.divTable .cell{
	display: block;
	width: 100%;
	margin: 5px 0;
	text-align: center;
}
}


/*page_details ----------------------------------------------------------------------*/

#page_details{
	width: 100%;
}
#page_details span.tel{
	display: inline-block;
	padding-left: 15px;
}	
	
#page_details .catch{
	font-size: 1.6rem;
	padding: 15px;
	background-color: rgba( 255, 255, 255, 0.7 );
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 20px;
}
#page_details table.normal{
	width: 96%;
	margin: 15px auto;
}
#page_details table.normal thead th{
	background-color: rgba( 255, 255, 255, 0.7 );
	text-align: center;
	font-weight: bold;
}
#page_details table.normal tbody th{
	background-color: rgba( 255, 255, 255, 0.7 );
}
#page_details table.normal tbody td{
	background: #FFF;
}
@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
#page_details span.tel{
	display: block;
	padding-left: 0;
}	


#page_details table.normal{
	border: none;
}
#page_details table.normal tbody td{
}
#page_details table.normal thead th{
	display: none;
}
table tbody td:nth-of-type(1):before { 
	content: "[正社員]";
	font-weight: bold;
	display: block;
}
table tbody td:nth-of-type(2):before { 
	content: "[パート]";
	font-weight: bold;
	display: block;
}
table tbody td.common:before { 
	content: "[正社員・パート共通]";
	font-weight: bold;
	display: block;
}
}
@media screen and (max-width: 480px){
} 



