/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2022 | 08:50:40 */
/* Background - ストライプ柄
-------------------------------------------------- */
.stripe_bg {
	/* 都度変更 */
	background-size: auto auto;
	background-color: rgba(238, 237, 224, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(255, 255, 255, 1) 15px, rgba(255, 255, 255, 1) 17px );
}


/* トップ - バナー集
-------------------------------------------------- */
.esx-halfimage-banner h4 {
	font-size: 0.9rem !important;
}


/* 個人情報保護方針 - privacypolicy
-------------------------------------------------- */
.es-page-privacypolicy .es-container .entry-content h1 {
	position: relative;
	margin: 50px 0;
	padding-bottom: 20px;
}
.es-page-privacypolicy .es-container .entry-content h1:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #f89504;
}

.es-page-privacypolicy .es-container .entry-content h2 {
	position: relative;
	margin-top: 80px;
	padding-bottom: 20px;
}
.es-page-privacypolicy .es-container .entry-content h2:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #f89504;
}
.es-page-privacypolicy .es-container .entry-content h2:after {
	margin-bottom: 0;
}
.ander_none:before {
	display: none;
}
.es-page-privacypolicy .es-container .entry-content h2:after {
	background: #f89504 !important;
}

/* 共通 - common
-------------------------------------------------- */
.header_links a:not(.menu-toggle) {
    color: #222222;
}
@media (min-width: 481px){
.header_free_content strong {
    color: #222222;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: .9;
}
.header_free_content {
    color: #222222;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    text-align: center;
}
}

.page-id-14 .entry-content h2 {
	margin-bottom: 50px !important;
}
.page-id-14 .entry-content h2:after {
	display: none;
}
.stripe_bg h2:after {
	display: block !important;
	background-color: #222222 !important;
}

.clr_red {
	color: #ce0227;
}


@media ( max-width: 480px ) {
	/* トップ：3つの特徴
	-------------------------------------------------- */
	.top-company-feature h2 {
		margin: 20px 0;
		font-size: 18px;
	}
	.top-company-feature h3 {
		font-size: 16px;
	}
	.top-company-feature p {
		font-size: 12px;
	}
	.top-company-feature p br {
		display: none;
	}
	
	.esx-halfimage-banner h4 {
		font-size: 1.2rem !important;
	}
	
	/* 個人情報保護方針 - privacypolicy
	-------------------------------------------------- */
	.es-page-privacypolicy .es-container .entry-content {
		padding: 0 10px;
	}
	.es-page-privacypolicy .es-container .entry-content h1 {
		font-size: 24px !important;
	}
	.es-page-privacypolicy .es-container .entry-content h2,
	.es-page-privacypolicy .es-container .entry-content h3 {
		font-size: 18px !important;
	}
	.es-page-privacypolicy .es-container .entry-content p {
		font-size: 14px !important;
	}
	.es-page-privacypolicy .es-container .entry-content ul {
		margin: 0 0 1.5em 1.5em;
	}
	.es-page-privacypolicy .es-container .entry-content ul li {
		font-size: 14px !important;
	}

}