@charset "utf-8";
/**
 * index.css
 */

/* index
--------------------------------------------------*/
/* contentsMain */
	#RecruitArea {
		font-size: 15px;
	}
	#RecruitArea h2 {
		margin-bottom: 30px;
	}
	#recArea1 {
		display: block;
	}
	#recArea2 {
		display: block;
		clear: both;
	}
	.recLeft1 {
		float: left;
		width: 50%;
	}
	.recRight1 {
		float: right;
		width: 45%;
	}
	.recLeft2 {
		float: left;
		width: 45%;
	}
	.recRight2 {
		float: right;
		width: 45%;
	}
	.recLeft2 dl {
		display: block;
		clear: both;
	}
	.recLeft2 dl dt {
		display: block;
	}
	.recLeft2 dl dd {
		display: block;
	}
	.recRight2 dl {
		display: block;
		clear: both;
	}
	.recRight2 dl dt {
		display: block;
	}
	.recRight2 dl dd {
		display: block;
	}
	#ApplyArea {
		clear: both;
		font-size: 15px;
		width: 100%;
		margin: 30px 0 30px 0;
		padding-bottom: 20px;
	}
	#appArea {
		display: block;
		padding-left: 10px;
	}
	#ApplyArea h2 {
		margin-bottom: 30px;
	}
	.appLeft {
		float: left;
		width: 35%;
	}
	.appRight {
		float: right;
		width: 60%;
	}
	.appLeft dl {
		display: block;
		clear: both;
	}
	.appLeft dl dt {
		display: block;
	}
	.appLeft dl dd {
		display: block;
	}
	.appRight dl {
		display: block;
		clear: both;
	}
	.appRight dl dt {
		display: block;
	}
	.appRight dl dd {
		display: block;
	}

#content-inner .cont-box {
	width: 100%;
	/* max-width: 615px; */
	margin-left: auto;
	margin-right: auto;
}

#content-inner .dd-wrap .dropdown-toggle {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
	border-radius: 50%;
	text-align: center;
}

#content-inner .dd-wrap .dropdown-toggle .open {
	position: relative;
	top: 14px;
}
#content-inner .dd-wrap .dropdown-toggle .close {
	display: none;
	position: relative;
	top: 20px;
}
#content-inner .dd-wrap .dropdown-toggle.active .open {
	display: none;
}
#content-inner .dd-wrap .dropdown-toggle.active .close {
	display: inline;
}
#content-inner .dd-wrap .dropdown-menu {
	display: none;
}
#content-inner .dd-wrap .read-txt {
	display: block;
}
#content-inner .dd-wrap .read-txt.active {
	display: none;
}
/*
#content-inner .dd-wrap .read-txt {
	font-family: "TsukuGoPr5-R";
}
--*/
#content-inner #cont-lower-btn a {
	display: inline-block;
	width: 600px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #b5b5b5;
	color: #fff;
}

/* TB
--------------------------------------------------*/
@media only screen and (max-width:1023px) {

/* contentsMain */
	.recLeft2 dl dt {
		margin-left: 0px;
		width: 100%;
	}
	.recLeft2 dl dd {
		display: block;
		width: 100%
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.recRight2 dl dt {
		padding-left: 10px;
		width: 100%;
	}
	.recRight2 dl dd {
		display: block;
		width: 100%
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.appLeft dl dt {
		margin-left: 0px;
		width: 100%;
	}
	.appLeft dl dd {
		display: block;
		width: 100%
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.appRight dl dt {
		padding-left: 10px;
		width: 100%;
	}
	.appRight dl dd {
		display: block;
		width: 100%
		padding-left: 10px;
		margin-bottom: 20px;
	}

}


/* SP
--------------------------------------------------*/
@media only screen and (max-width:767px) {

/* contentsMain */
	.recLeft1,
	.recLeft2 {
		float: none;
		width: 100%;
	}
	.recRight1,
	.recRight2 {
		float: none;
		width: 100%;
	}
	.recLeft2 dl dt {
		margin: 0;
		float: none;
	}
	.recLeft2 dl dt.dummyT {
		display: none;
	}
	.recLeft2 dl dd {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.recRight2 dl dt {
		margin: 0;
		float: none;
	}
	.recRight2 dl dd {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	#ApplyArea {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.appLeft {
		float: none;
		width: 100%;
	}
	.appRight {
		float: none;
		width: 100%;
	}
	.appLeft dl dt {
		margin: 0;
		float: none;
	}
	.appLeft dl dt.dummyT {
		display: none;
	}
	.appLeft dl dd {
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 33px;
	}
	.appRight dl dt {
		margin: 0;
		float: none;
	}
	.appRight dl dd {
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 33px;
	}

#content-inner .dropdown-menu p {
	font-family: "TsukuGoPr5-R";
	ine-height: 1.65;
}

#content-inner #cont-lower-btn a {
	display: inline-block;
	width: auto;
	height: 55px;
	line-height: 55px;
	padding-left: 25px;
	padding-right: 25px;
}
#content-inner .txt-mass > p {
	line-height: 2.2;
	color: #252525;
}
#content-inner .cont-box > h3:before {
	display: block;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}


}