@charset "utf-8";
/* CSS Document */

.under_visual {
	background: url(../img/visual.png)no-repeat center center;
    background-size: cover;
	text-align: center;
	padding: 150px 0 90px;
}

.pege_name {
	font-size: 260%;
	font-weight: bold;
    padding: 0 0 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ee7d32;
	display: inline-block;
}

.page_name_en {
	font-size: 100%;
	font-weight: bold;
}

.main {
    max-width: 1000px;
	width: 100%;
    margin: auto;
    padding: 30px 0;
}

/* ==========================
==========　メイン　===========
============================= */

.main_txt {
	text-align: center;
	font-size: 150%;
	width: 95%;
	margin: 25px auto 50px;
}

.main_txt p {
	display: inline-block;
	text-align: left;
}

.contact_pageTop {
	border: 2px solid #ccc;
	padding: 30px;
    margin-bottom: 30px;
	overflow: hidden;
}

.contact_pageTop .left_contact {
	float: left;
}

.contact_pageTop .right_contact {
	float: right;
}

.contact_pageTop .left_contact .hukidashi {
	background: url(../img/offer_bg01.png)no-repeat center center;
	background-size: cover;
	color: #fff;
    font-size: 24px;
    padding: 5px 34px 20px;
}

.contact_pageTop .left_contact .number_p {
	background: url(../img/offer_img01.png)no-repeat center left;
	font-size: 38px;
	font-weight: bold;
    padding-left: 55px;
	width: 310px;
    margin: 0 auto;
}

.contact_pageTop .left_contact .attention {
	text-align: center;
}



.contact_pageTop .right_contact p {
	background: url(../img/offer_img04.png)no-repeat left center;
    padding: 35px 10px 35px 140px;
    width: 210px;
    color: #fff;
    font-size: 170%;
}

.contact_pageTop .right_contact p span.s_txt {
	font-size: 75%;
}




.contact_pageBottom {
	overflow: hidden;
}

.contact_pageBottom .left_contact,
.contact_pageBottom .right_contact {
	float: left;
	border: 2px solid #ccc;
	padding: 15px;
    width: 90%;
    max-width: 455px;
	text-align: center;
}

.contact_pageBottom .right_contact {
	float: right;
}

.contact_pageBottom .left_contact .hukidashi,
.contact_pageBottom .right_contact .hukidashi {
	background: url(../img/offer_bg02.png)no-repeat center center;
	background-size: cover;
	color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px 24px;
}

.contact_pageBottom .left_contact .number_p,
.contact_pageBottom .right_contact .number_p{
	background: url(../img/offer_img01.png)no-repeat center left;
	font-size: 40px;
    padding-left: 55px;
	font-size: 38px;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
}
.contact_pageBottom .right_contact .number_p{
	background: url(../img/offer_img02.png)no-repeat center left;
	font-size: 33px;
    margin-bottom: 8px;
}

.contact_pageBottom .left_contact .attention,
.contact_pageBottom .right_contact .attention{
	text-align: center;
    font-size: 120%;
}



.recruit_table {
	margin-bottom: 30px	
}


.recruit_table tr.top_tr {
	background: #d5f0d5;
}

.recruit_table tr:nth-child(odd) {
	background: #eeedef;
}

.recruit_table tr:nth-child(even) {
	background: #FFFFFF;
}

.recruit_table tr.top_tr {
	background: #d5f0d5;
}
.recruit_table tr.top_tr td {
	color: #4ab54a;
    padding: 20px 0;
	font-size: 125%;
	font-weight: bold
}

.recruit_table tr td {
	text-align: center;
	width: 120px;
    padding: 15px 0;
}

.recruit_table tr td:nth-child(3),
.recruit_table tr td:nth-child(4){
	width: 260px;
}

p.d_btn {
    background: #3bb03b;
    color: #fff;
    padding: 5px 0;
    border-radius: 17px;
    width: 65px;
    margin: auto;
}

.preparation{
	font-size: 3rem;
    text-align: center;
    padding: 50px 0;
}




/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.contact_pageTop {
		width: 85%;
		max-width: 455px;
		padding: 5%;
		margin: 0 auto 30px;;
	}
	
	.contact_pageTop .left_contact .hukidashi {
		font-size: 18px;
	}
	
	.contact_pageTop .left_contact .number_p {
		font-size: 25px;
		width: 216px;
		padding: 3px 0 3px 47px;
	}

	.contact_pageTop .left_contact,
	.contact_pageTop .right_contact {
		float: none;
	}	
	.contact_pageTop .right_contact {
		text-align: center;
	    margin-top: 10px;
	}	

	.contact_pageTop .right_contact p {
		padding: 35px 10px 35px 113px;
		width: 150px;
		font-size: 120%;
		margin: auto;
	}
	
	.contact_pageBottom .left_contact,
	.contact_pageBottom .right_contact {
		float: none;
		width: 85%;
		max-width: 455px;
		padding: 5%;
		margin: 20px auto;
	}	
	
	.contact_pageBottom .left_contact .number_p,
	.contact_pageBottom .right_contact .number_p {
		font-size: 25px;
		padding: 3px 0 3px 47px;
	}
	.contact_pageBottom .right_contact .number_p {
		font-size: 23px;
		padding: 4px 0 4px 47px;
	    margin-bottom: 0px;
	}

	.recruit_area table{
		width:1000px;
	}
	.recruit_area {
		overflow: auto;　　　　/*tableをスクロールさせる*/
		white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.recruit_area ::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
		height: 5px;
	}
	.recruit_area ::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
		background: #F1F1F1;
	}
	.recruit_area ::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
		background: #BCBCBC;
	}
}

/* 390pxより小さい場合 */
@media screen and ( max-width: 390px ){
	
	.main_txt {
		font-size: 115%;
	}
	
}



