@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

#page-tit {
	background: url(../../images/recruit/about-images/page-bg.jpg) 100% 50% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.section-min {
	margin-bottom: 50px;
}
.section-min h2 {
	color: #17498c;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.section-min h2:before {
	content: "/ ";
}
.section-min p:last-child {
	margin-bottom: 0;
}
.section-min li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 5px;
	margin-bottom: 10px;
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.section-min h2 {
	color: #17498c;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

}

