@charset "utf-8";
@import url('editor_content.css?v=1');
/**
 *	新卒採用＞インターンシップ
 * 	update.24.12.18
**/
.section-main {
	padding-bottom:50px;
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: linear-gradient(to right, #264993, #264993 3px, transparent 3px, transparent);
}
.section-main > .title {	
	color:#264993;
}
.section-main .content-text {
	margin:16px 0 0;
	padding:24px 0 0;
	border-top: 2px solid #264993;
	font-size:1.6rem;
	line-height: 1.6;
}
@media print, screen and (min-width: 728px) {
	.section-main {
		padding-bottom:60px;
	}
	.section-main .content-text {
		font-size:2rem;
		border-top-width: 3px;
	}
}
/* index */

/* single */

/* editor */