/** メニュー 選択状態　**/
.mn-shiken div{
	border-bottom:2px solid orange;
}



img.t-shiken, img.t-shisetsu {
	width:20%;
	min-width:200px;
}
.shiken p, .shisetsu p {
/*	white-space:pre-line;*/
	letter-spacing:0.2em;
	font-size:1.1rem;
}
.shiken-img {
	position:relative;
	height:25rem;
	/* padding:50px 50px; */
}
img.shiken-gbg {
    position: absolute;
    width: 19%;
    max-width: 230px;
    min-width: 200px;
    /* height: 18rem; */
    top: 3rem;
    left: 50%;
    z-index:-14;
}
img.shiken-foto01{
    position: absolute;
    width: 36%;
    top: -5rem;
    min-width: 365px;
    left: 59%;
    z-index:-12;
}
img.shiken-foto02{
    position: absolute;
    width: 36%;
    top: 6rem;
    min-width: 365px;
    left: 23%;
    z-index:-10;
}



img.shisetsu-gbg {
	position:absolute;
    width: 14%;
    /* height: 18rem; */
    z-index: -10;
    left: 10%;
    /* top: 0rem; */
    max-width: 270px;
    margin-top: 65px;
}
img.shisetsu-foto01 {
    /* position: absolute; */
width: 36%;
    /* height: 25rem; */
    right: 0.5rem;
    margin-top: 20px;
    max-width: 380px;
    margin-left: 29%;
}
img.shisetsu-foto02 {
	/*position:absolute;*/
    width: 32%;
    right: 0.5rem;
    margin-top: -377px;
    max-width: 324px;
    margin-left: 68%;
}

.shisetsu p {
	/*position:absolute;*/
	width:66% !important;
}





@media screen and (max-width: 768px) {
	img.t-shiken, img.t-shisetsu {
		width:30%;
	}
	img.shiken-gbg {
		top: 3rem;
		left: 36%;
	}
	img.shiken-foto01{
		width: 36%;
		top: -5rem;
		left: 50%;
	}
	img.shiken-foto02{
		width: 36%;
		top: 6rem;
		left: 0%;
	}

}

@media screen and (max-width: 600px) {
	/** メニュー 選択状態　**/
	.mn-shiken div{
		border-bottom:none;
		font-weight:bold;
	}
	.shiken, .shisetsu{
		text-align:center;
	}
	.shiken p, .shisetsu p{
		text-align:left;
	}

	img.t-shiken, img.t-shisetsu {
		width:40%;
	}
	img.shiken-gbg {
		top: 2rem;
		left: 39%;
	}
	.shisetsu p{
		width:99% !important;
	}
	img.shisetsu-foto01{
		width: 70%;
		/* height: 25rem; */
		right: 0.5rem;
		margin-top: 20px;
		max-width: 370px;
		margin-left: -178px;
   	}
	img.shisetsu-foto02{
		margin-top: -202px;
   	}

}
@media screen and (max-width: 380px) {
	img.t-shiken, img.t-shisetsu {
		width:70%;
	}
	.shiken-img{
		height:auto;
		margin-bottom:20px;
	}
	img.shiken-gbg {
		display:none;
    }
	img.shiken-foto01, img.shiken-foto02{
		position: relative;
		left:0;
		top: 0;
		margin-top: 10px;
	}
	img.shiken-gbg {
		display:none;
	}
	img.shisetsu-gbg {
		display:none;
	}
	img.shisetsu-foto01{
		width: 100%;
		max-width: 370px;
		margin-left: 0;
   	}
	img.shisetsu-foto02{
		width: 100%;
		max-width: 370px;
		margin-left: 0;
		margin-top: 0;
   	}
}
