@charset "UTF-8";
/* CSS Document */

.fixed_btn {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 999;
	background: rgba(0,0,0,.3);
	padding: 10px 0;
}

.fixed_btn .exam02-entry {
	width: 980px;
	margin: 0!important;
}

@media screen and (max-width: 640px) {
	.fixed_btn .exam02-entry {
        width: 94%;
    }
}

.cource-c_block02 .exam02-info-list-label,
.exam02-target-school dt{
	font-size: 18px;
    font-weight: 700;
	line-height: 1.3;
}

.exam02-target-school dt small{
	font-size: 70%;
    font-weight: 400;
}

@media screen and (min-width: 641px) {
	
    .course-c_block01.exam02 ul.info_block li:nth-child(n + 3) {
        margin-top: 38px;
        padding: 40px 30px 0;
    }
	
	.course-c_block01.exam02 ul.info_block li h6 small {
		font-size: 20px;
        display: block;
    }
	
	.course-c_block01.exam02 ul.info_block li p.cap {
		font-size: 14px;
		line-height: 1.3;
		margin-top: -10px;
		text-indent: -1em;
		padding-left: 1em;
    }
	
	.exam02-info-title-inner {
		text-align: center!important;
	}
	
	.cource-c_block02 .exam02-info-title small {
        font-size: 25px;
		font-weight: 700;
    }
	
	.cource-c_block02 .exam02-info-title strong {
        font-size: 50px;
    }
	
	.cource-c_block02 .exam02-info-title strong span {
        font-size: 35px;
		line-height: 1.8;
		display: inline-block;
		margin-right: 0.25em;
    }
	
	.exam02-info-list-text small {
		font-size: 83%;
	}
	
	.cource-c_block02 .exam02-info-list-date.syuku {
        padding: 0px 90px 0 0;
    }
	
	.pack3 {
		margin: 74px 0 50px;
	}
	
	.tokuten {
		width: 105%;
		margin: 50px -2.5% 70px;
	}
	
	.price_down {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.price_down div.price_box{
		display: inline-block;
		position: relative;
	}
	
	.price_down div.price_box:first-of-type{
		margin-right: 60px;
	}
	
	.price_down div.price_box:first-of-type::after{
		content: "";
		width: 40px;
		height: 28px;
		display: block;
		background: url("../img/examination02/arrow.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: calc(50% - 14px);
		right: -50px;
		line-height: 0;
	}
	
	.price_down div.price_box h6{
		font-size: 16px;
		font-weight: 400;
		line-height: 1.8;
	}
	
	.price_down div.price_box p{
		font-size: 34px;
		font-weight: 700;
		line-height: 1;
	}
	
	.price_down div.price_box p.red{
		color: #E61B12;
	}
	
	.price_down div.price_box p span{
		font-size: 26px;
		font-weight: 700;
	}
	
	.price_down div.price_box p small{
		font-size: 16px;
		font-weight: 400;
	}
	
	.price_down div.price_box p.red small.black{
		color: #3D3A39;
	}
	
}

@media screen and (max-width: 640px) {
	
	.course-c_block01.exam02 ul.info_block li h6 small {
		font-size: 14px;
        display: block;
    }
	
	.course-c_block01.exam02 ul.info_block li p.cap {
		font-size: 12px;
		line-height: 1.3;
		margin-top: -10px;
		text-indent: -1em;
		padding-left: 1em;
    }
	
	.exam02-info-title-inner {
		text-align: center!important;
	}
	
	.cource-c_block02 .exam02-info-title small {
		font-weight: 700;
    }
	
	.cource-c_block02 .exam02-info-title strong {
    }
	
	.cource-c_block02 .exam02-info-title strong span {
        font-size: 14px;
		line-height: 1.8;
		display: inline-block;
		margin-right: 0.25em;
    }
	
	.exam02-info-list-text small {
		font-size: 83%;
	}
	
	.pack3 {
		margin: 30px 0 25px;
	}
	
	.tokuten {
		margin: 25px 0 30px;
	}
	
	.price_down {
		display: block;
	}
	
	.price_down div.price_box{
		display: block;
		position: relative;
	}
	
	.price_down div.price_box:first-of-type{
		margin-bottom: 40px;
	}
	
	.price_down div.price_box:first-of-type::after{
		content: "";
		width: 40px;
		height: 28px;
		display: block;
		background: url("../img/examination02/arrow.png") no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -45px;
		left: 50px;
		line-height: 0;
		transform: rotate(90deg);
	}
	
	.price_down div.price_box h6{
		font-size: 16px;
		font-weight: 400;
		line-height: 1.8;
	}
	
	.price_down div.price_box p{
		font-size: 30px;
		font-weight: 700;
		line-height: 1;
	}
	
	.price_down div.price_box p.red{
		color: #E61B12;
	}
	
	.price_down div.price_box p span{
		font-size: 25px;
		font-weight: 700;
	}
	
	.price_down div.price_box p small{
		font-size: 16px;
		font-weight: 400;
	}
	
	.price_down div.price_box p.red small.black{
		color: #3D3A39;
	}
	
}