@charset "utf-8";

.sub-main.company {
	background: #f5ede4;
	background-size: cover;
}


/****************会社案内******************/


.ceo_name {
	color: #535041;
}

.ceo_name p {
	margin-bottom: 0px !important;
}


.yaku {
	font-size: 90%;
	text-align: center;
	margin-top: 10px;
}

.ceo_name p.name {
	font-weight: bold;
	line-height: 1.3em;
	font-size: 150%;
	text-align: center;
}

.furi {
	text-align: center;
}

.mdrt {
	margin-left: 20px;
	font-size: 90%;
}

.mdrt2 {
	margin-left: 20px;
	font-size: 90%;
}

.flowtxt {
	font-weight: bold;
	font-size: 180%;
	text-align: center;
	margin-top: 20px;
}

/* オレンジボタンナビ*/
.bottom_nav_orange01 a {
	clear: both;
	display: block;
	background: #F98200;
	color: #fff;
	font-size: 21em;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.3);
	-moz-box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.3);
	-ms-box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.3);
	box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.3);
	padding: 15px 70px 15px 10px;
	width: 600px;
	position: relative;
	margin: 0px auto;
}

.bottom_nav_orange01 a:after {
	content: url(../../img/arrow_orange02.gif);
	position: absolute;
	right: 30px;
	top: 35%;
	margin-top: -3px;
}

.bottom_nav_orange01 a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}




@media screen and (max-width: 680px) {
	.flowtxt {
		font-size: 130%;
	}

	.bottom_nav_orange01 a {
		width: 100%;
		font-size: 15em;
		font-size: 1.5rem;
	}
}

/****************採用情報******************/
.head_contents .f-left {
	float: left;
}

.head_contents .f-right {
	float: right;
}

.rec_txt {
	font-weight: bold;
	font-size: 27px;
	text-align: center;
}

.rec_txt2 {
	font-weight: bold;
	font-size: 120%;
	margin: 20px;
	text-align: center;
}

.head_contents ul {
	margin: auto;
	display: block;
}

.head_contents ul li {
	float: left;
	width: 142px;
	height: 70px;
	padding: 10px;
	margin-right: 10px;
	border: 3px solid #83AD34;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	color: #7D9D00;
}

table.basic tbody th {
	vertical-align: top;
}

@media screen and (max-width: 680px) {
	.rec_txt {
		font-size: 17px;
		margin: 0 -15px;
	}

	.rec_txt2 {
		margin-right: -15px;
		margin-left: -15px;
	}

	.head_contents .recruit_txt {
		float: none;
		font-size: 16px;
	}

	.reason .fl {
		float: none;
	}

	.reason .fr {
		float: none;
	}

	.head_contents ul li {
		float: left;
		width: 48%;
		margin-bottom: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.head_contents .f-right {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
	.head_contents ul li {
		margin-right: 5px;
		float: left;
		height: 100px;
		text-align: center;
	}
}

.ceo {
	font-size: 120%;
}

@media screen and (max-width: 680px) {
	.ceo {
		font-size: 100%;
	}
}


dl.konna_r {
	clear: both;
	margin-top: 40px;
}

dl.konna_r dt {
	float: right;
}

dl.konna_r dd {
	float: left;
	width: 600px;
}

dl.konna_l {
	clear: both;
	margin-top: 40px;
}

dl.konna_l dt {
	float: left;
}

dl.konna_l dd {
	float: right;
	width: 600px;
}

.konna dd p {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 5px solid #F6F9F1;
	padding-bottom: 10px;
}

@media screen and (max-width: 680px) {
	dl.konna_r dt {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	dl.konna_r dd {
		float: none;
		width: 100%;
	}

	dl.konna_r dd p {
		text-align: center;
	}

	dl.konna_l dt {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	dl.konna_l dd {
		float: none;
		width: 100%;
	}

	dl.konna_l dd p {
		text-align: center;
	}

}






.sonic {
	width: 70%;
	margin: 20px auto 0px auto;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
}

.sonic .name {
	margin-bottom: 0px;
}

.sonic .name2 {}

.sonic .yubin {
	margin-bottom: 0px;
	font-size: 80%;
	font-weight: normal;
}

.sonic .place {
	font-size: 80%;
	font-weight: normal;
}

.sonic .tel {
	float: left;
	font-weight: bold;
	font-size: 150%;
}

.sonic .fax {
	float: right;
	font-weight: bold;
	font-size: 150%;
}

@media screen and (max-width: 680px) {
	.sonic {
		width: 100%;
	}

	.sonic .tel {
		float: none;
		margin-bottom: 0px;
	}

	.sonic .fax {
		float: none;
	}
}

.btn {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.btn p {
	display: inline-block;
}

.btn p:first-child {
	margin-right: 20px;
}

@media screen and (max-width: 680px) {
	.btn p a {
		display: block;
		margin: auto;
		text-align: center;
	}

	.btn p:first-child {
		margin-right: auto;
		margin-bottom: 10px;
	}
}

/****************よくあるご質問******************/
.qa {
	margin-bottom: 20px;
}

.qa dl.que {
	cursor: pointer;
	display: table;
	width: 100%;
}

.qa dl.que dt {
	background: #1eb42d;
	color: #FFFFFF;
	text-align: center;
	width: 50px;
	display: table-cell;
	padding: 14px 10px;
	font-size: 150%;
	vertical-align: middle;
}

.qa dl.que dd {
	padding: 20px 10px;
	display: table-cell;
	background: #EDF3E1;
}

.qa dl.ans {
	background: #FEF7F3;
	margin-top: 10px;
	clear: both;
	margin-bottom: 20px;
	display: none;
}

.qa dl.ans dt {
	background: #F98200;
	color: #FFFFFF;
	text-align: center;
	width: 50px;
	float: left;
	padding: 14px 10px;
	font-size: 150%;
}

.qa dl.ans dd {
	padding: 20px 10px;
	margin-left: 70px;
	background: #FEF7F3;
}

/****************採用情報******************/
#staff {
	font-size: 12px;
}
.contents section#staff {
	padding-left: 19px;
	padding-right: 19px;
}

#staff .row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#staff .row+.row {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	#staff .row:after {
		content: none;
	}

	#staff .row+.row {
		margin-top: 0px;
	}

	#staff .row section {
		margin-top: 40px;
		padding: 10px;
		width: auto;
	}
}

#staff .row .infoin {
	background: #FFF;
	padding: 40px;
}

#staff .row .infoin .info {
	position: relative;
	/* width: 80%; */
	margin: 0 auto;
}

#staff .row .infoin .info h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	font-weight: bold;
}

#staff .row .infoin .info .info p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
}

#staff .row .infoin .info ul {
	position: relative;
	padding: 0px;
	margin-top: 10px;
}

#staff .row .infoin .info ul li {
	border: 1px solid #1eb42d;
	padding: 5px;
	display: inline-block;
	width: 45%;
	margin-right: 1%;
	margin-bottom: 10px;
	text-align: center;
	color: #1eb42d;
}

#staff .row .infoin .info .ph2 {
	float: right;
}
@media screen and (max-width: 640px) {
	.contents section#staff {
		padding-left: 0px;
		padding-right: 0px;
	}
	#staff .row .infoin {
		padding:10px;
	}
	#staff .row .infoin .info {
		position: relative;
		float:none;
		width:100%;
	}
	#staff .row .infoin .info h3 {
		font-size: 1.5rem;
		}
	#staff .row .infoin .info .info p {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top:20px;
	}
	#staff .row .infoin .info ul {
		position: relative;
		padding: 0px;
	}
	#staff .row .infoin .info ul li {
		border:1px solid #83AD34;
		padding:5px;
		display: inline-block;
		width:95%;
		margin-right:1%;
		margin-bottom:10px;
		text-align: center;
		color:#83AD34;
		}
	#staff .row .infoin .info .ph2 {
		float:none;
		text-align:center;
	}
}
#staff .title { text-align:center;
	font-size: 18px;
	font-size: 1.8rem;
	margin:0px 40px 20px 40px;
	font-weight:bold;
	color:#1eb42d;
	padding-bottom:10px;
	border-bottom:1px solid #EFEFEF;
	}
#staff .row .comment_in {
	display:inline-block; width:49.5%;
	margin:5px auto 0px auto;
	padding-top:10px;
	vertical-align:top;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#staff .row .comment_in h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-left:20px;
	}
#staff .row .comment_in .comment {
	position: relative;
	padding: 40px;
}
#staff .row .comment_in .comment .ph {
	position: absolute;
	left: 20px;
	top: 20px;
}
#staff .row .comment_in .comment dl {
	position: relative;
	margin-left: 185px;
	height: 214px;
	padding: 25px 20px 20px;
	border:1px solid #CCC;
	background:#FFF;
	font-size: 11px;
	font-size: 1.1rem;
	z-index: 2;
  	text-align: center;
}
#staff .row .comment_in .comment dl dt {
	margin-bottom: 25px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#staff .title { text-align:center;
		font-size: 14px;
		font-size: 1.4rem;
		margin:0px 40px 10px 40px;
		padding-top:20px;
		padding-bottom:10px;
		}
	#staff .row .comment_in {
		display:inline-block; width:100%;
		margin:5px auto 0px auto;
		padding-top:10px;
		vertical-align:top;
	}
	#staff .row .comment_in h3 {
    text-align: center;
    margin-left: 0;
    }
	#staff .row .comment_in .comment {
		position: relative;
		padding: 40px 20px 40px 45px;
	}
	#staff .row .comment_in .comment .ph {
		position: absolute;
		left: 20px;
		top: 20px;
	}
	#staff .row .comment_in .comment dl {
		position: relative;
		margin-left: 0px;
		margin-top:150px;
		padding: 25px 20px 20px;
		z-index: 2;
	}
	#staff .row .comment_in .comment dl dt {
		margin-bottom: 25px;
		text-align: center;
	}
}
#staffinfo .message {
	padding:40px;
	/* background:#FFF; */
}
#staffinfo .text_c {
	text-align: center;
}
#staffinfo .text_r {
	text-align: right;
}
.sp{
		display: none;
}
@media screen and (max-width: 640px) {
	#staffinfo .message {
		padding:40px 20px;
	}
	.sp{
		display: block;
	}
}
table.basic {
	margin:0 auto;
	background-color: #fff;
	line-height: 1.6;
	border-bottom: 1px solid #7ea200;
	border-right: 1px solid #7ea200;
	border: 1px solid #7ea200;
}
table.basic th {
	padding: 0.6em 1em;
	border-top: 1px solid #7ea200;
	border-left: 1px solid #7ea200;
	text-align:center;
	color:#7ea200;
	background:#F5F8EF;
}
table.basic td {
	padding: 0.6em 1em;
	border-top: 1px solid #7ea200;
	border-left: 1px solid #7ea200;
}
table.basic td hr {
	background-color: #e5e5e5;
	height: 1px;
	border: none;
}
table .w25 {width: 25%;}
@media screen and (max-width: 680px) {
	table.basic {
		border-width: 2px;
		font-size: 1.2rem;
		line-height: 1.5;
	border-bottom: 1px solid #7ea200;
	border-right: 1px solid #7ea200;
	}
	table.basic th,
	table.basic td {
		padding: 0.5em;
	}
	table.basic thead th {
		border-width: 1px;
	}
	table.basic tfoot th,
	table.basic tfoot td {
		border-width: 1px;
	}
}

/*button_areaここから*/
.button_area{
	margin: 50px 0 40px;
}
.button_area .button_left, .button_area .button_right{
	padding: 0 30px;
	float: left;
	width: 50%;
}
.button_area .button_center{
	padding: 0 30px;
	width: 50%;
	margin: 0 auto;
	}
.button_area a{
	font-size: 18px;
	text-align: center;
	background-color: #7ea200;
	color:#fff;
	display: block;
	box-shadow: 0 0 0 3px #fff inset;
	display: table;
	width: 100%;
-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	}
.button_area a small{
	display: block;
	font-size: 14px;
}
.button_area a span{ display: inline-block;
	display: table-cell; /* IE8から使用可能 */
	vertical-align: middle;
	padding: 0.5em 0;
	}
.button_area a:hover{
	background-color: #333;
	text-decoration:none;
	}
@media screen and (max-width: 680px) {
.button_area .button_center{
	padding: 0 0px;
	width: 90%;
	margin: 0 auto;
	}
}