/* 給与実例 */

/*給与テーブル*/
.s_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #B3A882;
	border-left-color: #B3A882;
}
.s_table th {
	width: 25%;
	background-color: #F2F2F2;
	background: rgba(242,242,242,0.9);
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B3A882;
}
.s_table td {
	width: 75%;
	background-color: #fff;
	background: rgba(255,255,255,0.9);
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B3A882;
}
.s_table th,.s_table td {
	color: #333333;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}



.salary_ttl {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #000;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;	
}

.salary_ttl_red {
	font-size: 40px;
	color: #C40000;
	line-height: 1.4;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: bold;
}

.salary_ttl2 {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #FFF;
	padding-top: 5px;
	background-color: #6d6c6c;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;
}

.salary_ttl3 {
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #000;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 3%;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 1%;
}

.salary_ttl4 {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #000;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;	
}

.salary_ttl5 {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #000;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	padding: 5px;
	border: 1px solid #666;
}

.salary_ttl6 {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	margin-top: 8%;
	margin-bottom: 3%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.salary_ttl7 {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	margin-top: 8%;
	margin-bottom: 3%;
	text-align: center;
}



.salary_tx {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #000;
	margin-top: 10px;	
}

.salary_tx span {
	color: #C40000;
	font-weight: bold;
}

.salary_tx2 {
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #000;
	margin-top: 5%;
	text-align: center;
	font-weight: bold;
}

.salary_tx3 {
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #000;
	margin-top: 5%;
	font-weight: bold;
}

.salary_tx3 span {
	font-size: 45px;	
}

.ex_box {
	text-align: center;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

/*研修スケジュール*/
.top_title {
	font-size: 48px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-align: center;
	color: #000;
	padding-top: 10px;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 15%;
}


.top_title_sub {
	font-size: 20px;
	letter-spacing: 0.9em;
	line-height: 1.4;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin-top: 0px;
	position: relative;
	margin-bottom: 1em;
}
.top_title_sub:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #008c98;
	border-radius: 5px;
}
.top_title_sub span {	
	color: #008c98;
}


.top_read {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 5%;
	text-align: center;
	color: #000;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 3%;
    
}
@media only screen and (max-width: 596px) {
 .top_read {
	padding-left:5%;
    padding-right:5%;
}   
}
.top_box {
	border: 1px solid #666;
	text-align: center;
	margin-right: 1%;
	width: 32%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.top_box2 {
	border: 1px solid #666;
	text-align: center;
	margin-right: 1%;
	width: 49%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.top_ttl {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	padding-top: 10px;	
	text-transform: uppercase;
	font-weight: 700;	
}

.top_ttl2 {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 5%;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #595858;
	padding: 10px;
}

.top_ttl3 {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.top_tx {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000000;	
}

/*入社後の研修スケジュール*/

.seek_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;	
}

.message_tx {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;	
}

.seek_ttl2 {
	font-size: 20px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-bottom: 3%;
	color: #FFF;
	padding-top: 5px;
	background-color: #008c98;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.seek_ttl3 {
	font-size: 21px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #fff;
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	margin-bottom: 3%;
	background-color: #666;
	padding: 3%;
	margin-top: 2%;
}

.seek_ttl4 {
	font-size: 20px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	color: #008c98;
	text-align: center;
	font-weight: bold;
}

.seek_ttl5 {
	font-size: 28px;
	letter-spacing: 0.1em;
	position: relative;
	border-top: solid 2px #80c8d1;
	border-bottom: solid 2px #80c8d1;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	font-weight: bold;
}

.seek_ttl5 img {
	width: 5%;
	padding-right: 10px;
}

.hand_space{
	width: 80%;	
}

/* 福利厚生 */

.welfare_box {
	margin-top: 7%;
}

.welfare_ttl {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #FFF;
	padding-top: 5px;
	background-color: #6d6c6c;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.welfare_ttl2 {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 5%;
	color: #000;	
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}



.welfare_tx {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;	
}

.welfare_name {
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #399;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	
}

/*概要*/
.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.n_table th {
	width: 25%;
	background-color: #F2F2F2;
	background: rgba(242,242,242,0.9);
    padding-left:25px !important;
}
.n_table td {
	width: 75%;
	background-color: #fff;
	background: rgba(255,255,255,0.9);
}
.n_table th,.n_table td {
	color: #333333;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}	
.n_table td span{
    font-size: 85%;
}
.saiyou_back{
	background-color: #F6F6F6;	/*background-image: url(../images/home/hito.jpg);*/
	/*background-repeat: no-repeat;
	background-position: center center;*/
}


@media (max-width: 1366px)  {

.slide_tx {	
	margin-top: 30%;	
}

	
}


@media (max-width: 1200px) {
.slideleft_box{
	position: absolute;
	z-index: 10;
	width: 30%;
	background: linear-gradient(rgba(60, 55, 54, .3), rgba(0, 0, 0, .9));
	padding: 10px;
	top: 0%;
	height: 100%;
	left: 3%;
}
}


@media (max-width: 1024px)  {
.slideleft_box{
	position: absolute;
	z-index: 10;
	width: 30%;
	background: linear-gradient(rgba(60, 55, 54, .3), rgba(0, 0, 0, .9));
	padding: 10px;
	top: 0%;
	height: 100%;
	left: 3%;
}
.slide_tx {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #fff;
	text-align: left;
	margin-top: 30%;
	padding-right: 5%;
	padding-left: 5%;
}

	
}




@media (max-width: 960px)  {

.slide_tx_area{
	position: static;
	z-index: 10;	
	top: 20%;
}

.slide_tx {		
	color: #fff;	
	margin-top: 40%;	
}

.top_title {
	font-size: 32px;	
	margin-top: 5%;
}


.top_title_sub {
	font-size: 18px;	
}

.top_box {
	border: 1px solid #666;
	text-align: center;
	margin-right: 1%;
	width: 98%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
}

.top_box2 {
	border: 1px solid #666;
	text-align: center;
	margin-right: 1%;
	width: 98%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
}

.top_ttl2 {
	font-size: 18px;	
}


.seek_ttl3 {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #fff;
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	margin-bottom: 3%;
	background-color: #666;
	padding: 1%;
	margin-top: 2%;
}

.seek_ttl5 {
	font-size: 20px;
	letter-spacing: 0.1em;
	position: relative;
	border-top: solid 2px #80c8d1;
	border-bottom: solid 2px #80c8d1;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	font-weight: bold;
}
.seek_ttl5 img {
	width: 10%;	
}



}

@media (max-width: 767px) {
.slide_tx_area{
	position: static;
	z-index: 10;	
	top: 0%;
}

.slide_tx {		
	color: #000;	
	margin-top: 0%;	
}


}

@media (max-width: 600px) {
.slide_tx_area{
	position: static;
	z-index: 10;	
	top: 0%;
}

.slide_tx {		
	color: #000;	
	margin-top: 0%;	
}


}



@media (max-width: 480px) {
.slide_tx_area{
	position: static;
	z-index: 10;	
	top: 0%;
}

.slide_tx {		
	color: #000;	
	margin-top: 0%;	
}


}


.saiyou_back{
	background-color: #F6F6F6;	/*background-image: url(../images/home/hito.jpg);*/
	/*background-repeat: no-repeat;
	background-position: center center;*/
}


@media (max-width: 1200px) {

}


@media (max-width: 992px)  {
	
	
}



@media (max-width: 768px)  {
.salary_ttl3 {
	font-size: 24px;
	
}

.salary_ttl6 {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	margin-top: 8%;
	margin-bottom: 3%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
.salary_ttl7 {
	font-size: 20px;	
	margin-top: 5%;
	margin-bottom: 1%;
	text-align: center;
}
.salary_tx2 {
	font-size: 18px;	
	text-align: left;
}



}


@media (max-width: 468px) {



}
