@charset "UTF-8";

@media only screen and (min-width: 641px) {
#contents_recruit01 {
	width: 940px;
	padding: 30px 0 30px 0;
	margin: 0 auto;
}
	
#contents_recruit01 h2 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin: 0;
	margin-bottom: 30px;
	background: #eafbc9;
	font-size: 20px;
	line-height: 25px;
	color: #fa8fa4;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-sizing: border-box;
}
#contents_recruit01 h3 {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 28px;
	padding: 8px 0 8px 39px;
	color: #333333;
	background: url('img/bg_h3_regular01.gif') left center no-repeat;
	box-sizing: border-box;
}
#contents_recruit01 p {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
}
#contents_recruit01 p img {
	max-width: 100%;
	height: auto;
}

#contents_recruit01 table {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
#contents_recruit01 table td {
	margin: 0;
	padding: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
#contents_recruit01 table td p {
	width: 100%;
	padding-bottom: 0px;
}	
	
#contents_recruit01 ul {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
    list-style: none;
	box-sizing: border-box;
}
#contents_recruit01 ul li {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	box-sizing: border-box;
}
#contents_recruit01 ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fa8fa4;
    border-radius: 50%;
    position: relative;
    top: 0px;
    margin-right: 5px;
}
#contents_recruit01 ol {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
    list-style: none;
	box-sizing: border-box;
	counter-reset: li_count; 
}
#contents_recruit01 ol li {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	box-sizing: border-box;
}
#contents_recruit01 ol li:before {
	counter-increment: li_count;
	content: counter(li_count)".";
	color: #fa8fa4;
	font-weight: bold;
	margin-right: 8px;
}

.btn_recruit2507 {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
}

.btn_recruit2507 a{
	display: block;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
}


@media only screen and (max-width: 640px) {
#contents_recruit01 {
	width: 100%;
	margin: 10% auto;
	padding: 0;
}
	
#contents_recruit01 h2 {
	display: block;
	width: 100%;
	padding: 5%;
	margin: 0;
	margin-bottom: 8%;
	background: #eafbc9;
	font-size: 110%;
	line-height: 140%;
	color: #fa8fa4;
	box-sizing: border-box;
}
#contents_recruit01 h3 {
	width: 74%;
	margin: 0 auto;
	margin-bottom: 8%;
	font-size: 95%;
	padding: 5% 0 5% 22%;
	color: #333333;
	background: url('img/sp_bg_h3_regular01.gif') left center no-repeat;
	-moz-background-size: auto 60px;
    background-size: auto 60px;
}
#contents_recruit01 p {
	display: block;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 8%;
	font-size: 90%;
	line-height: 140%;
	color: #333333;
}
#contents_recruit01 p img {
	max-width: 100%;
	height: auto;
}

#contents_recruit01 table {
	width: 94% !important;
	margin: 0 auto;
	margin-bottom: 5%;
	font-size: 90%;
	line-height: 140%;
	color: #333333;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
#contents_recruit01 table td {
	margin: 0;
	padding: 5%;
	font-size: 90%;
	line-height: 140%;
	color: #333333;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
#contents_recruit01 table td p {
	width: 100%;
	padding-bottom: 0px;
}	
	
#contents_recruit01 ul {
	display: block;
	width: 94%;
	margin: 0 auto;
	margin-bottom: 5%;
	padding: 0;
    list-style: none;
	box-sizing: border-box;
}
#contents_recruit01 ul li {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 3%;
	padding: 0;
	font-size: 90%;
	line-height: 140%;
	color: #333;
	box-sizing: border-box;
}
#contents_recruit01 ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fa8fa4;
    border-radius: 50%;
    position: relative;
    top: 0px;
    margin-right: 5px;
}
#contents_recruit01 ol {
	display: block;
	width: 94%;
	margin: 0 auto;
	margin-bottom: 5%;
	padding: 0;
    list-style: none;
	box-sizing: border-box;
	counter-reset: li_count; 
}
#contents_recruit01 ol li {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 3%;
	padding: 0;
	font-size: 90%;
	line-height: 140%;
	color: #333;
	box-sizing: border-box;
}
#contents_recruit01 ol li:before {
	counter-increment: li_count;
	content: counter(li_count)".";
	color: #fa8fa4;
	font-weight: bold;
	margin-right: 8px;
}

.btn_recruit2507 {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 10%;
}
.btn_recruit2507 a img {
	max-width: 100%;
	height: auto;
}
}