/* --------------------------------------------------- */
/* #掲載希望の企業様へ */

.img-txt-wrap {
	padding: 0 0;
    background-size: 45% auto;
    width: 100%;
    margin: 20px auto 50px;
	overflow: hidden;
    position: relative;
}
.img-txt-wrap .txt-wrap {
    padding: 2.8rem;
    width: 60%;
    background: rgba(235,250,238,0.8);
}
.img-txt-wrap p {
	font-size: 16px;
	font-weight: normal;
}

.page_company h3 {
    font-size: 1.2rem;
    padding: 15px 0 10px;
}
/* spview */
@media screen and (max-width:767px) {
	.page_company h3 {
		font-size: 100%;
	}
	.page_company p {
		font-size: 100%;
		line-height: 1.6em;
	}

}



.img-txt-wrap.company_head {
    background: url(../images/company_01.png) no-repeat right center;
    background-size: 50% auto;
    padding: 3rem 0;
}
.img-txt-wrap.company_head .txt-wrap { float: left;}

/* spview */
@media screen and (max-width:767px) {
	
	.img-txt-wrap.company_head {
		background: url(../images/company_01.png) no-repeat center top;
		background-size: 100% auto;
		padding-top: 65%;
	}
	.img-txt-wrap .txt-wrap {
		padding: 1rem;
		width: 100%;
	}
	
}



.page_company {}

/* 掲載のメリット */
.page_company .merit_list {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 2rem;
}
.page_company .merit_list li {
    width: 48%;
}
.page_company .merit_list li img { width: 100%; }

/* spview */
@media screen and (max-width:767px) {
	.page_company .merit_list {
		flex-direction: column;
	}
	.page_company .merit_list li {
		width: 100%;
		margin-bottom: 2rem;
	}
}


/* 掲載までの流れ */
.page_company .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 1rem;
}
.page_company .flow_list li {
    width: 25%;
    text-align: center;
    padding-right: 3rem;
    position: relative;
}
.page_company .flow_list li::after {
	content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15%;
}
.page_company .flow_list li:last-child::after { content: none; }

/* spview */
@media screen and (max-width:767px) {
	.page_company .flow_list {
		flex-direction: column;
	}
	.page_company .flow_list li {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		padding-right: 0;
		padding-bottom: 2rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.page_company .flow_list li::after {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: inherit;
		right: inherit;
		bottom: 15px;
		left: 50%;
	}
	.page_company .flow_list h3 {
		padding: 0 0 0 20px;
	}
	.page_company .flow_list li img {
		width: 50px;
	}

}
