@charset "UTF-8";
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
/*<start>==========================================================*/


/*=================================================================*/
/*	J検の特長
/*=================================================================*/

#wrap article.secPage h1 span.green {
	color: #108312;
}
#wrap article.secPage h1 span.blue {
	color: #005bac;
}
#wrap article.secPage h1 span.orange {
	color: #ff7b00;
}
article.secPage .flex .free.rLine {
  border-right: solid 1px #e6e6e6;
  padding-right: 80px;
}
article.secPage h2.optimum {
  border: none;
  padding: 46px 0 24px 175px;
  background: url(/common/images/sec/guide/jsystem_illust.webp) no-repeat left top;
  background-size: 150px auto;
  line-height: 1.4;
	margin-bottom: 40px;
}
article.secPage h2.optimum.green {
}
article.secPage h2.optimum.orange {
}
article.secPage h2.optimum span {
	color: #005bac;
}
article.secPage h2.optimum.green span {
	color: #108312;
}
article.secPage h2.optimum.orange span {
	color: #ff7b00;
}
article.secPage ul.checkList li {
  background: url(/common/images/sec/guide/icon_check_blue.svg) no-repeat left top 1px;
  padding-left: 28px;
  font-size: 110%;
  line-height: 120%;
}
article.secPage ul.checkList.green li {
  background: url(/common/images/sec/guide/icon_check_green.svg) no-repeat left top 1px;
  padding-left: 28px;
  font-size: 110%;
  line-height: 120%;
}
article.secPage ul.checkList.orange li {
  background: url(/common/images/sec/guide/icon_check_orange.svg) no-repeat left top 1px;
  padding-left: 28px;
  font-size: 110%;
  line-height: 120%;
}
article.secPage ul.checkList li::before {
  content: none;
}
article.secPage ul.listStyle2 li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}
article.secPage ul.listStyle2 li:last-child {
	margin-bottom: 0;
}
article.secPage ul.listStyle2 li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #141414;
  left: 5px;
  top: 16px;
}
article.secPage .btnWrap {
	text-align: center;
}
article.secPage .btnWrap a {
  border: solid 2px #005bac;
  border-radius: 50px;
  min-width: 310px;
  position: relative;
  display: inline-block;
  padding: 10px;
	margin: 0 10px;
	box-sizing: border-box;
}
article.secPage .btnWrap.green a {
  border: solid 2px #108312;
  color: #108312;
}
article.secPage .btnWrap.orange a {
  border: solid 2px #ff7b00;
  color: #ff7b00;
}
article.secPage .btnWrap a::after {
  margin: 0;
  right: 20px;
  top: 50%;
  position: absolute;
  margin-top: -5px;
}
article.secPage .btnWrap.green a::after {
  background: url(../images/sec/guide/icon_greenarrow.svg) no-repeat;
	background-size: 100% auto;
}
article.secPage .btnWrap.orange a::after {
  background: url(../images/sec/guide/icon_orangearrow.svg) no-repeat;
	background-size: 100% auto;
}
article.secPage .guideNav {
	text-align: center;
}
#wrap article.secPage .guideNav a {
	background-color: #f2f2f2;
	color: #aaaaaa;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
	min-width: 260px;
}
article.secPage .guideNav a::after {
  background: url(../images/sec/icon_grayarrow.svg) no-repeat;
  background-size: 8px 12px;
}
article.secPage .guideNav a:hover {
	opacity: 1;
}
article.secPage .guideNav a.active {
	pointer-events: none;
}
article.secPage .guideNav a.green:hover {
	
}
#wrap article.secPage .guideNav a.green.active,
#wrap article.secPage .guideNav a.green:hover {
	background-color: #108312;
	color: #FFF;
}
#wrap article.secPage .guideNav a.blue.active,
#wrap article.secPage .guideNav a.blue:hover {
	background-color: #005bac;
	color: #FFF;
}
#wrap article.secPage .guideNav a.orange.active,
#wrap article.secPage .guideNav a.orange:hover {
	background-color: #ff7b00;
	color: #FFF;
}
article.secPage .guideNav a.green.active::after,
article.secPage .guideNav a.green:hover::after,
article.secPage .guideNav a.blue.active::after,
article.secPage .guideNav a.blue:hover::after,
article.secPage .guideNav a.orange.active::after,
article.secPage .guideNav a.orange:hover::after {
	background: url(../images/sec/icon_whitearrow.svg) no-repeat;
	background-size: 8px 12px;
}

.navGraphic a.current {
	background: #fff;
	pointer-events: none;
}
.navGraphic a.current svg path {
	fill: #176db8;
}
.navGraphic a.current + img {
	opacity: 1;
	transform: translateY(0);
}
.navGraphic > a.current::before {
  opacity: 1;
}

/*=================================================================*/
/*	併願受験について
/*=================================================================*/
article.secPage table.pt01 a.arrow:not([target="_blank"]):after {
  display: inline-block;
}
article.secPage table.pt01 .w15pct {
  width: 15%;
}article.secPage table.pt01 .w23pct {
  width: 23%;
}
article.secPage table.pt01.break th {
	white-space: break-spaces;
}
table.w700px {
  max-width: 700px;
}
article.secPage ul.testList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
article.secPage ul.testList li {
  position: relative;
  border: solid 1px #0080e6;
  background-color: #e7f6fd;
  padding: 18px;
  margin: 0 41px 20px 0;
  box-sizing: border-box;
  min-width: 200px;
}
article.secPage ul.testList li.use {
  border: solid 1px #128212;
  background-color: #e9faf2;
}
article.secPage ul.testList li.design {
  border: solid 1px #e38008;
  background-color: #ffedd5;
}
article.secPage ul.testList li.fee {
  border: solid 1px #91068f;
  background-color: #ffefff;
  min-width: 120px;
}
article.secPage ul.testList li:last-child {
  margin: 0 0 20px 0;
}
article.secPage ul.testList li::before, article.secPage ul.testList li::after {
	content: "";
	position: absolute;
	background-color: #303030;
}
article.secPage ul.testList li:last-child:before, article.secPage ul.testList li:last-child::after {
	content: none;
}
article.secPage ul.testList li::before {
  width: 22px;
  height: 2px;
  right: -40px;
  top: 50%;
  margin-top: 1px;
}
article.secPage ul.testList li::after {
  width: 2px;
  height: 22px;
  right: -23px;
  top: 50%;
  margin-top: -11px;
}
article.secPage ul.testList li dl {
	line-height: 1;
	font-size: 1.5rem;
}
article.secPage ul.testList li dl dt {
	/*0203縦棒トリ*/
	/*border-left: solid 3px #0080e6;
	padding-left: 8px;*/
  margin-bottom: 10px;
  color: #0080e6;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: bold;
}
article.secPage ul.testList li dl dd.price {
  margin: 5px 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
article.secPage ul.testList li.fee dl dd.price {
  margin: 0 0 5px;
}
article.secPage ul.testList li.use dl dt {
	/*0203縦棒トリ*/
	/*border-left: solid 3px #185a00;*/
	color: #185a00;
}
article.secPage ul.testList li.design dl dt {
	/*0203縦棒トリ*/
	/*border-left: solid 3px #e38008;*/
	color: #e38008;
}
article.secPage ul.testList li.fee dl dt {
	/*0203縦棒トリ*/
	/*border-left: solid 3px #91068f;*/
	color: #91068f;
}


/*<end>============================================================*/
}

/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
		/*<start>==========================================================*/

		
/*=================================================================*/
/*	J検の特長
/*=================================================================*/

#wrap article.secPage h1 span.green {
	color: #108312;
}
#wrap article.secPage h1 span.blue {
	color: #005bac;
}
#wrap article.secPage h1 span.orange {
	color: #ff7b00;
}
article.secPage h2.optimum {
  border: none;
  padding: 20px 0 16px 100px;
  background: url(/common/images/sec/guide/jsystem_illust.webp) no-repeat left top;
  background-size: 94px auto;
  line-height: 1.4;
  margin-bottom: 12px;
}
article.secPage h2.optimum.green {
}
article.secPage h2.optimum.orange {
}
article.secPage h2.optimum span {
	color: #005bac;
}
article.secPage h2.optimum.green span {
	color: #108312;
}
article.secPage h2.optimum.orange span {
	color: #ff7b00;
}
article.secPage ul.checkList li {
  background: url(/common/images/sec/guide/icon_check_blue.svg) no-repeat left top 3px;
	background-size: 18px auto;
  padding-left: 25px;
}
article.secPage ul.checkList.green li {
  background: url(/common/images/sec/guide/icon_check_green.svg) no-repeat left top 3px;
	background-size: 18px auto;
}
article.secPage ul.checkList.orange li {
  background: url(/common/images/sec/guide/icon_check_orange.svg) no-repeat left top 3px;
	background-size: 18px auto;
}
article.secPage ul.checkList li::before {
  content: none;
}
article.secPage ul.listStyle2 li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}
article.secPage ul.listStyle2 li:last-child {
	margin-bottom: 0;
}
article.secPage ul.listStyle2 li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #141414;
  left: 5px;
  top: 14px;
}
article.secPage .btnWrap {
	text-align: center;
}
article.secPage .btnWrap a {
  border: solid 2px #005bac;
  border-radius: 50px;
  width: 80%;
  position: relative;
  display: inline-block;
  padding: 10px;
	margin: 0 10px;
	box-sizing: border-box;
}
article.secPage .btnWrap.green a {
  border: solid 2px #108312;
  color: #108312;
}
article.secPage .btnWrap.orange a {
  border: solid 2px #ff7b00;
  color: #ff7b00;
}
article.secPage .btnWrap a::after {
  margin: 0;
  right: 20px;
  top: 50%;
  position: absolute;
  margin-top: -5px;
}
article.secPage .btnWrap.green a::after {
  background: url(../images/sec/guide/icon_greenarrow.svg) no-repeat;
	background-size: 100% auto;
}
article.secPage .btnWrap.orange a::after {
  background: url(../images/sec/guide/icon_orangearrow.svg) no-repeat;
	background-size: 100% auto;
}
article.secPage .guideNav {
	text-align: center;
}
#wrap article.secPage .guideNav a {
	background-color: #f2f2f2;
	color: #aaaaaa;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
  width: 90%;
  margin-bottom: 10px;
}
article.secPage .guideNav a::after {
  background: url(../images/sec/icon_grayarrow.svg) no-repeat;
  background-size: 8px 12px;
}
article.secPage .guideNav a.active {
	pointer-events: none;
}
#wrap article.secPage .guideNav a.green.active {
	background-color: #108312;
	color: #FFF;
}
#wrap article.secPage .guideNav a.blue.active {
	background-color: #005bac;
	color: #FFF;
}
#wrap article.secPage .guideNav a.orange.active {
	background-color: #ff7b00;
	color: #FFF;
}
article.secPage .guideNav a.green.active::after,
article.secPage .guideNav a.green:hover::after,
article.secPage .guideNav a.blue.active::after,
article.secPage .guideNav a.blue:hover::after,
article.secPage .guideNav a.orange.active::after,
article.secPage .guideNav a.orange:hover::after {
	background: url(../images/sec/icon_whitearrow.svg) no-repeat;
	background-size: 8px 12px;
}

/*=================================================================*/
/*	併願受験について
/*=================================================================*/
article.secPage table.pt01 a.arrow:not([target="_blank"]):after {
  display: inline-block;
}
article.secPage table.pt01.break th {
	white-space: break-spaces;
}
article.secPage ul.testList {
  background-color: #f7f7f7;
  padding: 15px 15px 3px;
  margin: 0 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
article.secPage ul.testList li {
  display: inline-block;
  position: relative;
  border: solid 1px #0080e6;
  background-color: #e7f6fd;
  padding: 8px;
  margin: 0 16px 12px 0;
  box-sizing: border-box;
	min-width: 150px;
}
article.secPage ul.testList li.use {
  border: solid 1px #128212;
  background-color: #e9faf2;
}
article.secPage ul.testList li.design {
  border: solid 1px #e38008;
  background-color: #ffedd5;
}
article.secPage ul.testList li.fee {
  border: solid 1px #91068f;
  background-color: #ffefff;
  min-height: 71px;
}
article.secPage ul.testList li:last-child {
  margin: 0 0 10px 0;
}
article.secPage ul.testList li::before, article.secPage ul.testList li::after {
	content: "";
	position: absolute;
	background-color: #303030;
}
article.secPage ul.testList li:last-child:before, article.secPage ul.testList li:last-child::after {
	content: none;
}
article.secPage ul.testList li::before {
  width: 8px;
  height: 2px;
  right: -20px;
  top: 50%;
  margin-top: 1px;
}
article.secPage ul.testList li::after {
  width: 2px;
  height: 8px;
  right: -10px;
  top: 50%;
  margin-top: -4px;
}
article.secPage ul.testList li dl {
	line-height: 1;
	font-size: 1.2rem;
}
article.secPage ul.testList li dl dt {
	/*0203縦棒トリ*/
	/*border-left: solid 3px #0080e6;
	padding-left: 4px;*/
	margin-bottom: 8px;
	color: #0080e6;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: bold;
}
article.secPage ul.testList li dl dd.price {
  margin: 5px 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
article.secPage ul.testList li.use dl dt {
	/*0203縦棒トリ*/
	/*border-left: solid 3px #185a00;*/
	color: #185a00;
}
article.secPage ul.testList li.design dl dt {
	/*0203縦棒トリ*/
	/*border-left: solid 3px #e38008;*/
	color: #e38008;
}
article.secPage ul.testList li.fee dl dt {
	/*0203縦棒トリ*/
	/*border-left: solid 3px #91068f;*/
	color: #91068f;
}

/*<end>============================================================*/
}

/*# sourceMappingURL=sec_vs.css.map */