@charset "utf-8";

/*---------------------------------------------------------------------------------------
	exam
----------------------------------------------------------------------------------------*/
.lower-main figure.exam-main{ background: url("../common/img/exam-main-pc.png") left bottom / cover no-repeat;}
.exam{ padding-top: 70px; padding-bottom: 50px; position: relative;}
.exam:before{ display: inline-block; content: ""; position: absolute; right: 15%; top: 50px; width: 159px; height: 102px; background: url(../common/img/courseDetail5-bg3.png) center top / contain no-repeat;}
.exam .box1{ position: relative; margin-bottom: 100px;}
.exam .box1:after{ display: block; content: ""; position: absolute; left: 0; top: -93px; width: 157px; height: 658px; background: url("../common/img/reason1-bg1.png") center / 100% auto no-repeat;}
.exam .box1 .wrap h2{ font-size: 4.4rem; font-weight: bold; line-height: 1em; letter-spacing: .1em; margin-bottom: .5em}
.exam .box1 .wrap .catch{ font-size: 2rem; font-weight: bold; /*margin-bottom: .5em;*/ line-height: 1.9em;}
.exam .box1 .wrap .catch span.marker{
		color: #fff;
		background: #E65656;
		padding: 3px 10px;
		margin: 0 .5em;
}

.exam .box2{ position: relative; margin-bottom: 100px;}
.exam .box2:nth-child(2n):before{ left: auto; right: 0; border-radius: 0 0 0 200px;}
.exam .box2:nth-child(2n):after{ left: auto; right: 0; background: url("../common/img/reason1-bg2.png") center / 100% auto no-repeat;}
.exam .box2 .wrap{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.exam .box2 .wrap dl{ width: 46%; margin-bottom: 40px; text-align: left;}
.exam .box2 .wrap dl dt{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
	margin-bottom: 10px;
}
.exam .box2 .wrap dl dt span{
	color: #E65656;
	font-size: 1.8rem;
	font-weight: 500;
	margin-right: 20px;	
}
.exam .box2 .wrap dl dt span small{
	position: absolute;
	top: -12px;
	left: -27px;
	transform: translate(50%);
}
.exam .box2 .wrap dl  dt span:after{
	content: "";
	background: url("../common/img/ic-check2.svg") center no-repeat;
	width: 46px;
	height: 46px;
	display: block;
	margin: 0 auto;
}
.exam .box2 .wrap dl  dd{
	font-size: 1.6rem;
}
.exam .box2 .wrap dl  dd img{
	margin-bottom: 5px;
}

.exam .box2 dl dd .spBubble{
    position:relative;
    background:#FFED9B;
    padding:15px;
	margin-top: 20px;
    color: #4E493E ;
    /*font-weight:bold;*/
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.exam .box2 dl dd .spBubble:after,.exam .box2 dl dd .spBubble:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:74%;
}
.exam .box2 dl dd .spBubble:after{
    border-color: rgba(0, 0, 0, 0);
    border-top-width:10px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFED9B;
}
.exam .box2 dl dd .spBubble:before{
    border-top-width:24px;
    border-bottom-width:24px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-bottom: 2px;
}

.exam .box3{ position: relative; margin-bottom: 100px;}
.exam .box3:before{ display: block; content: ""; position: absolute; left: 0; top: 0px; width: calc(100% - 80px); height: 100%;/*calc(100% - 420px);*/ background: url("../common/img/bg-grid2.png") center / 11px auto repeat; border-radius: 0 0 200px 0; z-index: -1;}
.exam .box3:after{ display: block; content: ""; position: absolute; left: 0; top: -240px; width: 157px; height: 658px; background: url("../common/img/reason1-bg1.png") center / 100% auto no-repeat;}
.exam .box3:before{ left: auto; right: 0; border-radius: 0 0 0 200px;}
.exam .box3:after{ left: auto; right: 0; background: url("../common/img/reason1-bg2.png") center / 100% auto no-repeat;}
.exam .box3 .wrap{ padding: 0 0 50px;}
.exam .box3 .wrap div h2{ font-size: 4.0rem; font-weight: bold; line-height: 1.3em; letter-spacing: .1em; padding: 80px 0 50px/*margin-bottom: .5em*/}
.exam .box3 ul{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px;}
.exam .box3 dl{ text-align: left; font-size: 1.6rem; line-height: 1.8;}
.exam .box3 ul li{ width: 46%}
.exam .box3 dl dt{ padding: .2em .5em .3em; font-size: 2.6rem; font-weight: bold; line-height: 1.2; background: #fff; position: relative;}
.exam .box3 dl dt:before{ display: inline-block; content: ""; position: absolute; left: 0; top: 0; width: 9px; height: 9px; background: #E65656;}
.exam .box3 dl dd img{ background:#D0CECE; height: 250px; width: 100%}

.exam .box4{ position: relative; margin-bottom: 100px;}
.exam .box4:after{ display: block; content: ""; position: absolute; left: 0; top: -150px; width: 157px; height: 658px; background: url("../common/img/reason1-bg1.png") center / 100% auto no-repeat;}
.exam .box4 .wrap{ position: relative; z-index: 1;}
.exam .box4 .wrap h2{ font-size: 4.0rem; font-weight: bold; line-height: .6em; letter-spacing: .1em; padding: 100px 0 40px;}
.exam .box4 .wrap ul{ margin-bottom: 80px;}
.exam .box4 .wrap ul li{ margin: 0px auto;}
.exam .box4 .wrap ul li:first-child{ width: 48%; text-align: right; display: flex; justify-content:center; flex-wrap: wrap; align-items: baseline; margin-top: 50px;}
.exam .box4 .wrap ul li:last-child{ width: 49%;  border: 1px dotted #4E493E; font-size: 1.6rem; padding: 10px 15px; color: #4E493E; background: #FFED9B;}

.exam .box4 .wrap ul li .percentA{ line-height: 1.2em; display: inline-block; vertical-align: middle; font-size: 3.8rem; letter-spacing: .1em; margin-right: .5em;  font-weight: bold; position: relative; top: -50px; color: #4E493E;}
.exam .box4 .wrap ul li .percentB{ line-height: 0; display: inline-block; vertical-align: middle; font-size: 15.3rem;}
.exam .box4 .wrap ul li .percentC{ font-size: 7rem; font-weight: bold; position: relative; right: -5px; color: #4E493E;}

.exam .box4 .wrap h3{ font-size: 3.4rem; font-weight: bold; line-height: 1.3em; letter-spacing: .1em; text-align: center; margin-bottom: 30px;}
.exam .box4 h3 span{ border-bottom: 5px solid #E65656;}
.exam .box4 .wrap figure{ width: 706px; height: 300px; margin: 0 auto; position: relative;}

.exam .box4 .wrap figure .bar-graph-wrap div{
	margin-bottom: 15px;
}
.exam .box4 .wrap figure .bar-graph-wrap p{
	text-align: left;
}
.exam .box4 .wrap figure span{
	font-size: 1.8rem;
	color: #ffffff;
}
.exam .box4 .wrap figure small{
		
}

.exam .box4 .wrap figure .bar-graph-wrap .graph1,
.exam .box4 .wrap figure .bar-graph-wrap .graph2,
.exam .box4 .wrap figure .bar-graph-wrap .graph3,
.exam .box4 .wrap figure .bar-graph-wrap .graph4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	height: 50px;
	border-radius: 0 8px 8px 0;
}

.exam .box4 .wrap figure .bar-graph-wrap .graph1{ background: #03a9f4; width: 100%;}
.exam .box4 .wrap figure .bar-graph-wrap .graph2{ background: #545B67; width: 70%;}
.exam .box4 .wrap figure .bar-graph-wrap .graph3{ background: #545B67; width: 60%;}
.exam .box4 .wrap figure .bar-graph-wrap .graph4{ background: #545B67; width: 50%;}

.exam .box4 .wrap figure figcaption{
	position: absolute;
	top: 40px;
	right: 0;
}
.exam .box4 .wrap figure figcaption div {
	position: relative;
	display: inline-grid;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
	width: 130px;
	height: 130px;
	line-height: 1.3;
	text-align: center;
	align-content: center;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	background: #E65656;
	border-radius: 50%;
	box-sizing: border-box;
}

.exam .box4 .wrap figure figcaption div:before {
	content: "";
	position: absolute;
	top: 35px;
	left: -10px;
	margin-top: -18px;
	border: 18px solid transparent;
	border-left: 30px solid #E65656;
	z-index: 0;
	-webkit-transform: rotate(105deg);
	transform: rotate(105deg);
}

.exam .box4 dl dt{ border-radius: 50%; color: #fff; height: 160px; width: 160px; font-size: 1.3rem; display: inline-grid; text-align: center; align-content: center; padding: 0 15px; position: absolute; box-shadow: 1px 1px 6px #78797F  ; z-index: 5; line-height: 1.5; /*font-weight: bold;*/}
.exam .box4 dl dd{width:200px;}
.exam .box4 dl dd img{box-shadow: 1px 1px 4px #222325;}
.exam .box4 dl:nth-child(1){ position: absolute; top:-10px; left: 80px;}
.exam .box4 dl:nth-child(1) dt{ top:150px; right: -50px; background:#E67F82 ;}
.exam .box4 dl:nth-child(1) dd img{ transform: rotate(6deg); }
.exam .box4 dl:nth-child(2){ position: absolute; top:10px; right: 60px;}
.exam .box4 dl:nth-child(2) dt{ top:150px; left: -30px; background:#478BDB ;}
.exam .box4 dl:nth-child(2) dd img{ transform: rotate(-10deg);}
.exam .box4 dl:nth-child(3){ position: absolute; top:350px; left: 70px;}
.exam .box4 dl:nth-child(3) dt{ bottom:-60px; left: -70px; background: #478BDB;}
.exam .box4 dl:nth-child(3) dd img{ transform: rotate(-7deg);}
.exam .box4 dl:nth-child(4){ position: absolute; top:350px; right: 50px}
.exam .box4 dl:nth-child(4) dt{ top:130px; right: -50px; background: #E67F82;}
.exam .box4 dl:nth-child(4) dd img{ transform: rotate(4deg);}

.exam .box5{ position: relative; padding-bottom: 10px; margin-bottom: 100px;}
.exam .box5:before{ display: block; content: ""; position: absolute; left: 0; top: 0px; width: calc(100% - 80px); height: 100%;/*calc(100% - 420px);*/ background: url("../common/img/bg-grid2.png") center / 11px auto repeat; border-radius: 0 0 200px 0; z-index: -1;}
.exam .box5:after{ display: block; content: ""; position: absolute; left: 0; top: -240px; width: 157px; height: 658px; background: url("../common/img/reason1-bg1.png") center / 100% auto no-repeat;}
.exam .box5:before{ left: auto; right: 0; border-radius: 0 0 0 200px;}
.exam .box5:after{ left: auto; right: 0; background: url("../common/img/reason1-bg2.png") center / 100% auto no-repeat;}

.exam .box5 .wrap h2{ font-size: 4.0rem; font-weight: bold;  line-height: 1.3em; letter-spacing: .1em; padding: 80px 0 25px;}
.exam .box5 .wrap .catch{font-size: 2rem; font-weight: bold; line-height: 1.4em; margin-bottom: 30px;}
.exam .box5 .wrap figure { margin-bottom: 30px;}

.exam .box5 ul{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-end; padding: 30px 0 50px;}
.exam .box5 ul li:first-child{ width: 50%;}
.exam .box5 ul li:last-child{ width: 42%;}
.exam .box5 dl{ text-align: left; font-size: 1.6rem; line-height: 1.8; background: #fff; border-bottom: 2px solid #222325;}
.exam .box5 dl:first-child{  border-top: 2px solid #222325;}
.exam .box5 dl dt{ display: inline-block; /*margin-bottom: 1em;*/ padding: 1.2em 1.2em .3em; font-size: 2.2rem; font-weight: bold; line-height: 1.2; background: #fff; position: relative;}
.exam .box5 dl dd{ display: inline-block; /*margin-bottom: 1em;*/ padding: .2em 1.2em 1.2em; font-size: 1.6rem; font-weight: bold; line-height: 1.2; background: #fff; position: relative;}
.exam .box5 dl dt:before{ display: inline-block; content: ""; position: absolute; left: 0; top: 0; width: 9px; height: 9px; background: #E65656;}


.exam .box5 ul li div{ width:100%; margin: 0 auto 50px;/*display: inline-grid;*/ text-align: center; align-content: center; color:#fff; border-radius: 12px; padding: 20px; background: #6097D8; font-size: 1.6rem; line-height: 1.5}
.exam .box5 .column{ padding: 40px 30px; margin-bottom: 80px; border: 1px solid #fff; border-radius: 20px; background: url("../common/img/bg-dots3.png") center top / 72px repeat;}
.exam .box5  .column h3{ font-size: 2.6rem; padding-bottom: 1em; margin-bottom: 1em; background: url(../common/img/ic-block.svg) center bottom no-repeat; color: #fff;}
.exam .box5  .column p{ font-size: 1.6rem; padding-bottom: 1em; margin-bottom: 1em; color: #fff; line-height: 1.4em;}
.exam .box5  .column ul{display: flex; justify-content: space-between;flex-wrap: wrap; margin: 0; padding: 0;}
.exam .box5  .column ul li{width: 30%; font-size: 1.6rem; line-height: 1.6em; color: #fff; text-align: left; margin: 0;}
.exam .box5 .column ul li img{ padding-bottom: 10px;}

.exam .box6{
	background: url("../common/img/about3-bg.svg") center/ cover no-repeat;
	position: relative;
	padding: 90px 0 100px;
	z-index: -10;
	margin-bottom: 100px;
}
.exam .box6:before{
	background: url("../common/img/dec-blue-right-top.svg") center no-repeat;
	width: 157px;
	height: 329px;
	top: 0;
}
.exam .box6:after{
	background: url("../common/img/dec-aqua-right.svg") center no-repeat;
	width: 157px;
	height: 658px;
	bottom: -329px;
}
.exam .box6:after{ display: block; content: ""; position: absolute; left: 0; top: -150px; width: 157px; height: 658px; background: url("../common/img/reason1-bg1.png") center / 100% auto no-repeat;}

.exam .box6 .wrap { position: relative; z-index: 1;}
.exam .box6 .wrap h2{ font-size: 4.0rem; font-weight: bold; line-height: .6em; letter-spacing: .1em; padding-bottom: 40px;}
.exam .box6 .wrap ul li:nth-child(2),
.exam .box6 .wrap ul li:nth-child(5),
.exam .box6 .wrap ul li:nth-child(9){
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 0em;
	width: 2.5em;
	height: 2.5em;
	border: 0.3em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin: 0.5rem 0 1.5rem;
}
.exam .box6 .wrap ul li:nth-child(1),
.exam .box6 .wrap ul li:nth-child(3),
.exam .box6 .wrap ul li:nth-child(6),
.exam .box6 .wrap ul li:nth-child(10){
	/*border:3px solid #222325;*/
	border-radius: 10px;
	font-size: 2.3rem;
	font-family: 'Khand', sans-serif; font-weight: 800!important;
	padding: 1.2rem 0 0.8rem;
	background: #6097D8;
	color: #fff;
	margin-bottom: 1rem;
	line-height: 1.4em;
}

.exam .box6 .wrap ul li:nth-child(4),
.exam .box6 .wrap ul li:nth-child(7),
.exam .box6 .wrap ul li:nth-child(11){
	font-size: 1.8rem;
}

.exam .box6 .wrap ul li span{
	display: inline-block;
	font-size: 2.0rem;
	border: 3px dotted #4E493E;
	padding: 1em;
	margin: 2rem 0 1rem;
	background: #FFED9B;
	color: #4E493E;
	font-weight: bold;
	line-height: 1.4em;
	
}

.exam .box6 .wrap ul li:nth-child(10){
	background: #E65656;
	position: relative;
}
.exam .box6 .wrap ul li:nth-child(10) img{
	position: absolute;
	width: 125px;
	bottom: 10px;
	right: 320px;
	transform: rotate(25deg);
}
.exam .box6 .wrap p{
	margin-top: 50px;
	text-align: left;
	font-size: 1.7rem;
}

.exam .box6 .wrap h3{
font-size: 3.4rem; font-weight: bold; line-height: 1.3em; letter-spacing: .1em; text-align: center; padding: 70px 0 30px;}
.exam .box6 .wrap h3 span{  border-bottom: 5px solid #E65656;}

.exam .box6 .wrap table{
	width:90%;
	margin: 0 auto;
	font-size: 1.8rem;
	border: 3px solid #4E493E;
	background: #fff;
}
.exam .box6 .wrap table tr{
	border: 2px solid #4E493E;
}
.exam .box6 .wrap table tr td{
	border-right: 2px solid #4E493E;
	padding: 15px;
	color: #4E493E;
}
.exam .box6 .wrap table tr td span{
	font-size: 1.5rem;
}

.exam .box6 .wrap table tr .ent{background: #FCBC65}
.exam .box6 .wrap table tr .bro{background: #BBA25B}
.exam .box6 .wrap table tr .sir{background: #D2CACA}
.exam .box6 .wrap table tr .gol{background: #E8E29C}

.exam .box6 .wrap figure{ width: 706px; margin: 0 auto; background: #000;}

.exam .box7{ position: relative; margin-bottom: 140px;}
.exam .box7:before{ display: block; content: ""; position: absolute; left: 0; top: 0px; width: calc(100% - 80px); height: 100%;/*calc(100% - 420px);*/ background: url("../common/img/bg-grid2.png") center / 11px auto repeat; border-radius: 0 0 200px 0; z-index: -1;}
.exam .box7:after{ display: block; content: ""; position: absolute; left: 0; top: -240px; width: 157px; height: 658px; background: url("../common/img/reason1-bg1.png") center / 100% auto no-repeat;}
.exam .box7:before{ left: auto; right: 0; border-radius: 0 0 0 200px;}
.exam .box7:after{ left: auto; right: 0; background: url("../common/img/reason1-bg2.png") center / 100% auto no-repeat;}

.exam .box7 .wrap h2{ font-size: 4.0rem; font-weight: bold; line-height: .6em; letter-spacing: .1em; padding: 80px 0 50px}

.exam .box7 .wrap .examVoice-charaA{ position: relative;}

.exam .box7 .wrap .examVoice-charaA p:first-child{ position: absolute; top: 20px; right:140px;}
.exam .box7 .wrap .examVoice-charaA p:last-child{ position: absolute; top: 38px; left:150px;}

.exam .box7 .wrap ul li p a{color: #2355A7 !important; font-weight: bold; text-decoration: underline !important;}
.exam .box7 .wrap ul li p a:hover{color:#0046B9 !important; font-weight: bold;}

.exam .box7 .wrap ul{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding: 30px 0 50px;}
.exam .box7 .wrap ul li{width: 32%; position: relative;}
.exam .box7 .wrap ul li:nth-child(even) figure img{ width: 240px; border: 10px solid #E09193}
.exam .box7 .wrap ul li:nth-child(odd) figure img{ width: 200px; border: 10px solid #6097D8}

.exam .box7 .wrap ul li figure img{
	border-radius: 50%;
}
.exam .box7 .wrap ul li figure figcaption{
	font-family: 'Khand', sans-serif; font-weight: 800!important;
	font-size: 1.5rem;
	margin-top: 5px;
}
.exam .box7 .wrap ul li:nth-child(even) figure figcaption span{ background:linear-gradient(transparent 60%, #E09193 60%);}
.exam .box7 .wrap ul li:nth-child(odd) figure figcaption span{ background:linear-gradient(transparent 60%, #6097D8 60%);}

.exam .box7 .wrap ul li p {
	line-height: 1.3;
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px 10px;
	min-width: 120px;
	max-width: 95%;
	color: #4E493E;
	font-size: 1.8rem;
	background: #FFF;
	border: solid 3px #4E493E;
	box-sizing: border-box;
	border-radius: 10px;
}

.exam .box7 .wrap ul li p:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 15px solid #FFF;
	z-index: 2;
}

.exam .box7 .wrap ul li p:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 16px solid #4E493E;
	z-index: 1;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.lower-main figure.reason-main{ background: none;}
	.exam{ padding-top: 0; overflow: hidden;}
	.exam:before{ right: 8%; top: 80px; width: 80px;}

	.exam .box1{ margin-bottom: 50px; padding-bottom: 20px;}
	.exam .box1:before{ top: 420px; width: 97%; height: calc(100% - 420px); border-radius: 0 0 50px 0;}
	.exam .box1:after{ display: none;}

	.exam .box1 .wrap{ height: auto; position: relative; padding-top: 0; margin-bottom: 1em;}
	.exam .box1 .wrap h2{ font-size: 2.8rem; line-height: 1.3em}
	.exam .box1 .wrap .catch{ font-size: 1.8rem; line-height: 1.8em;}
	.exam .box1 .wrap .catch span.marker{
		padding: 1px 5px;
		margin: 0 .2em;
	}
	
	.exam .box2 .wrap{ display: block;}
	.exam .box2 .wrap dl{ width: 100%; margin-bottom: 70px;}
	.exam .box2 .wrap dl dt{
		align-items: flex-start;
		font-size: 2.2rem;
	}
	.exam .box2 .wrap dl dt span small{
		top: -22px;
	}

	.exam .box3{ margin-bottom: 20px;}
	.exam .box3:before{ top: 0px; width: 97%; border-radius: 0 0 0 50px;}
	.exam .box3:after{ left: auto; right: 0; z-index: -1;}
	.exam .box3 .wrap {width: 86%; margin: 0 auto 0;}
	.exam .box3 .wrap div h2{ font-size: 2.8rem; line-height: 1.3em; padding: 40px 0 0;}
	.exam .box3 ul{ display: block; margin-bottom: 0; }
	.exam .box3 ul li{ width: 100%; margin: 30px 0 50px;}
	.exam .box3 ul li:last-child{ width: 100%; margin: 30px 0 0px;}
	.exam .box3 dl dt{ margin-bottom: 5px; font-size: 2.2rem;}
	
	
	.exam .box4{ /*margin-bottom: 100px;*/ padding-bottom: 50px;}
	.exam .box4:after{ top: 0px; width: 30%;}
	.exam .box4 .wrap h2{ font-size: 2.8rem; padding: 60px 0 40px;}
	.exam .box4 .wrap ul{ margin-bottom: 60px;}
	.exam .box4 .wrap ul li:first-child{ width: 100%; margin-top: 50px;}
	.exam .box4 .wrap ul li:last-child{ width: 100%; font-size: 1.6rem; padding: 10px 15px; color: #4E493E; background: #FFED9B;}
	.exam .box4 .wrap ul li .percentA{ line-height: 1.3em;  font-size: 2.6rem;  top: -40px;}
	.exam .box4 .wrap ul li .percentB{ font-size: 12.3rem;}
	.exam .box4 .wrap ul li .percentC{ font-size: 4.2rem;}

	.exam .box4 .wrap h3{ font-size: 2.6rem; margin-bottom: 20px;}
	.exam .box4 .wrap figure{ width: 90%; margin: 0 0 80px;}
	.exam .box4 .wrap figure .name{font-size: 1.9rem; color: #000;}
	.exam .box4 .wrap figure figcaption{
	position: absolute;
	top: 80px;
	right: -50px;
	}
	.exam .box4 .wrap figure figcaption div {
	width: 110px;
	height: 110px;
	}
	.exam .box4 .wrap figure figcaption div:before {
	top: 10px;
	left: 15px;
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	}
	
	

	.exam .box5{ margin-bottom: 20px;}
	.exam .box5:before{ top: 0px; width: 97%; border-radius: 0 0 0 50px;}
	.exam .box5:after{ left: auto; right: 0; z-index: -1;}
	.exam .box5 .wrap {width: 86%; margin: 0 auto 0;}
	.exam .box5 .wrap h2{ font-size: 2.8rem; line-height: 1.3em; padding: 40px 0 10px;}
	.exam .box5 .wrap .catch{ font-size: 1.8rem; line-height: 1.6em; margin-bottom: 30px;}
	.exam .box5 ul{ display: block;}
	.exam .box5 ul li:first-child{ width: 100%;}
	.exam .box5 ul li:last-child{ width: 100%;}
	.exam .box5 dl dt{ font-size: 2.0rem;}
	.exam .box5 dl dd{ font-size: 1.4rem; font-weight: bold; line-height: 1.2em; background: #fff; position: relative;}
	.exam .box5 ul li div{ width:100%; margin: 30px auto 30px; font-size: 1.6rem; line-height: 1.5em}
	.exam .box5 .column{ padding: 30px 30px; margin-bottom: 30px;}
	.exam .box5 .column h3{ font-size: 2.2rem;}
	.exam .box5 .column p{ font-size: 1.6rem; line-height: 1.5em; padding-bottom: 0;}
	.exam .box5  .column ul{display: block;}
	.exam .box5  .column ul li{width: 100%; font-size: 1.6rem; line-height: 1.6em; margin: 30px 0 0;}

	
	.exam .box6{padding: 50px 0 100px; margin-bottom: 50px;}
	.exam .box6:before{	background: none;}
	.exam .box6:after{ background: none;}

	.exam .box6 .wrap h2{ font-size: 2.8rem; line-height: 1.3em; padding-bottom: 40px;}
	
	.exam .box6 .wrap ul li:nth-child(1),
	.exam .box6 .wrap ul li:nth-child(3),
	.exam .box6 .wrap ul li:nth-child(6),
	.exam .box6 .wrap ul li:nth-child(10){
		font-size: 2.0rem;
		line-height: 1.4em;
	}
	.exam .box6 .wrap ul li span{
		font-size: 1.8rem;
		padding: .8em;
		margin: 2rem 0 1rem;
		line-height: 1.6em;
	}

	.exam .box6 .wrap ul li:nth-child(10) img{
		width: 90px;
		bottom: 10px;
		right: 35px;
		transform: rotate(35deg);
	}
	.exam .box6 .wrap p{
		margin-top: 40px;
		text-align: left;
		font-size: 1.3rem;
	}
	.exam .box6 .wrap h3{ font-size: 2.6rem; margin-bottom: 20px;}
	.exam .box6 .wrap table{
		width:100%;
		font-size: 1.6rem;
	}
	.exam .box6 .wrap table tr td{
		vertical-align: middle;
		padding: 5px;
		line-height: 1.4em;
	}
	
	.exam .box6 .wrap table tr td span{
		font-size: 1.2rem;
	}
	
	.exam .box7{ margin-bottom: 20px;}
	.exam .box7:before{ top: 0px; width: 97%; border-radius: 0 0 0 50px;}
	.exam .box7:after{ left: auto; right: 0; z-index: -1;}

	
	.exam .box7 .wrap h2{  font-size: 2.8rem; line-height: 1.3em; padding: 40px 0 20px;}
	.exam .box7 .wrap ul{ padding: 0 0 50px;}

	.exam .box7 .wrap ul li{width: 45%; position: relative;}
	.exam .box7 .wrap ul li:nth-child(even) figure img,
	.exam .box7 .wrap ul li:nth-child(odd) figure img{ width: 90%;}
	.exam .box7 .wrap ul li:nth-child(2) figure img,
	.exam .box7 .wrap ul li:nth-child(3) figure img,
	.exam .box7 .wrap ul li:nth-child(6) figure img,
	.exam .box7 .wrap ul li:nth-child(7) figure img,
	.exam .box7 .wrap ul li:nth-child(10) figure img,
	.exam .box7 .wrap ul li:nth-child(11) figure img,
	.exam .box7 .wrap ul li:nth-child(14) figure img,
	.exam .box7 .wrap ul li:nth-child(15) figure img,
	.exam .box7 .wrap ul li:nth-child(18) figure img,
	.exam .box7 .wrap ul li:nth-child(19) figure img,
	.exam .box7 .wrap ul li:nth-child(22) figure img,
	.exam .box7 .wrap ul li:nth-child(23) figure img,
	.exam .box7 .wrap ul li:nth-child(26) figure img,
	.exam .box7 .wrap ul li:nth-child(27) figure img,
	.exam .box7 .wrap ul li:nth-child(30) figure img,
	.exam .box7 .wrap ul li:nth-child(31) figure img,
	.exam .box7 .wrap ul li:nth-child(32) figure img,
	.exam .box7 .wrap ul li:nth-child(34) figure img,
	.exam .box7 .wrap ul li:nth-child(35) figure img
	{ border: 8px solid #E09193}
	.exam .box7 .wrap ul li:nth-child(1) figure img,
	.exam .box7 .wrap ul li:nth-child(4) figure img,
	.exam .box7 .wrap ul li:nth-child(5) figure img,
	.exam .box7 .wrap ul li:nth-child(8) figure img,
	.exam .box7 .wrap ul li:nth-child(9) figure img,
	.exam .box7 .wrap ul li:nth-child(12) figure img,
	.exam .box7 .wrap ul li:nth-child(13) figure img,
	.exam .box7 .wrap ul li:nth-child(16) figure img,
	.exam .box7 .wrap ul li:nth-child(17) figure img,
	.exam .box7 .wrap ul li:nth-child(20) figure img,
	.exam .box7 .wrap ul li:nth-child(21) figure img,
	.exam .box7 .wrap ul li:nth-child(24) figure img,
	.exam .box7 .wrap ul li:nth-child(25) figure img,
	.exam .box7 .wrap ul li:nth-child(28) figure img,
	.exam .box7 .wrap ul li:nth-child(29) figure img,
	.exam .box7 .wrap ul li:nth-child(32) figure img,
	.exam .box7 .wrap ul li:nth-child(33) figure img,
	.exam .box7 .wrap ul li:nth-child(36) figure img
	{ border: 8px solid #6097D8}
	.exam .box7 .wrap ul li p { font-size: 1.6rem;}
	
	.exam .box7 .wrap ul li:nth-child(2) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(3) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(6) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(7) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(10) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(11) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(14) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(15) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(18) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(19) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(22) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(23) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(26) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(27) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(30) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(31) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(32) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(34) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(35) figure figcaption span
	{ background:linear-gradient(transparent 60%, #E09193 60%);}
	.exam .box7 .wrap ul li:nth-child(1) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(4) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(5) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(8) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(9) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(12) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(13) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(16) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(17) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(20) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(21) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(24) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(25) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(28) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(29) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(32) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(33) figure figcaption span,
	.exam .box7 .wrap ul li:nth-child(36) figure figcaption span
	{ background:linear-gradient(transparent 60%, #6097D8 60%);}
	
	

}