div#container, main#content  {
    padding: 0;
}

section.recruitment {
    background: #fdf0f1;
	padding: 30px
}


h2 {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	border-bottom: 3px #ed1e79 solid;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

h3 {
	margin: 2.5rem 0 1em 0;
	padding: 0 0 0 10px;
	border-left: solid 14px #ed1e79;
	
}

.entry-content {
	margin-top: 30px;
	color: #333;
}

.entry-content {
	line-height: 1.8;
}

.entry-content p{
	margin-bottom: 1.2em;
}

ul.ul_num li {
	color: #ed1e79;
}

ul.ul_num li.li_last {
	color: inherit;
}

section.recruit_info {
	padding:30px
}
.recruit_contact {
	width: 55%;
	border: solid #ed1e79 1px;
	padding: 16px 16px 0;
	background: #FFF;
}

.recruit_relative {
    position: relative;
}

.recruit_photo {
    width: 80%;
    max-width: 500px;
	margin: 50px auto;
}

dl {
	margin-bottom: 2em
}

dt {
	font-weight: 600;
}

dd{
	margin-left:0.5rem;
}

dd li {
	margin-bottom: .6rem;
}

span.fc_pink {
    color: #ed1e79;
}

.recruit_contact {
	width: 80%;
	margin: 0 auto;
	border: solid #ed1e79 1px;
	padding: 16px 16px 0;
	background: #FFF;
	text-align: center;
}

br.sp {
	display: block;
}


@media screen and ( min-width: 768px ){
	h2 {
		width: 300px;
		text-align: left;
	}

	article#post {
		margin: 80px 150px;
	}

	ul.news_category_list{
		padding-left: 100px;
	}

	dl {
	    display: flex;
		margin-bottom: 2rem;
	}

	dt {
	    width: 9em;
	}

	dd {
		width: calc(100% - 6em);
	}
	.recruit_contact {
		width: 55%;
		text-align: left;
		margin: 0;

	}
	br.sp {
		display: none;
	}
	.recruit_relative {
	    position: relative;
	}

	ul.ul_num {
	    z-index: 100;
	    position: relative;
	}
	.recruit_photo {
	    width: 45%;
	    position: absolute;
	    top: 0;
	    right: 0;
	    max-width: 500px;
	    z-index: 99;
	    margin: 0;
	}
}

