@charset "utf-8";
/* CSS Document */

span.big_txt01 {
    font-weight: bold;
}
span.txt_deco01 {
    background: linear-gradient(transparent 65%, #FFC093 0%);
    display: inline;
    padding: 0 2px 3px;
}

.main_contents.contents_box .left_contents {
    padding: 0px;
}

.left_contents .main_img {
    text-align: center;
	background: url(/engineering/examinee/img/main_bg.png)no-repeat center center;
	background-size: cover;
}


.left_contents .left_inner01,
.left_contents .left_inner02,
.left_contents .left_inner03,
.left_contents .left_inner04 {
    overflow: hidden;
    padding: 50px 0;
}

.left_contents .left_inner01 {
	background: #fff;
}
.left_contents .left_inner02 {
	background: #e2e5e9;
}
.left_contents .left_inner03 {
	background: #cdd7e2;
}
.left_contents .left_inner04 {
	background: #cdd7e2;
	padding-top: 0;

}


.main_contents.contents_box .left_inner01 .other_midashi .midashi {
    font-size: 240%;
}

.left_contents .other_midashi {
    margin: 0px 0 10px;
}

.left_contents .pink_midashi {
	font-size: 150%;
	color: #c56193;
	text-align: center;
}

.about_comment p {
    width: 90%;
	max-width: 900px;
    margin: 10px auto 20px;
    line-height: 1.9;
}

.about_comment .comment_img {
    text-align: center;
}


.left_contents .mt-be-columns {
	justify-content: center;
	gap: 20px 30px;
	flex-wrap: wrap;
}



/* 固有のスマホ対応記述
========================== */
@media screen and ( max-width: 1200px ){
}
	
/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.pc_br {
		display: none;
	}
	
}

/* 520pxより小さい場合 */
@media screen and ( max-width: 520px ){
    
	.main_contents.contents_box .left_inner01 .other_midashi .midashi {
		font-size: 160%;
	}
	
	.left_contents .pink_midashi {
		font-size: 130%;
	}
	
	.about_comment .comment_img {
		width: 100%;
		max-width: 320px;
		margin: auto;
	}
	
}

