@charset "UTF-8";
/*******************************************************************/
/* PC用スタイル */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
/*<start>==========================================================*/
/*=================================================================*/
.bgOrange02 {
    background-color: #e58100 !important;
 }

/* 試験概要　団体出願の日程 表の調整 */
article.secPage table.pt02 .w497 {
    width: 497px;
}
article.secPage table.pt02.w603 {
    width: 603px;
}
table .test1 span.nomal {
    color: #333;
    margin-left: 5px;
}
table .test2 span.nomal {
    color: #333;
    margin-left: 5px;
}
table .test3 span.nomal {
    color: #333;
    margin-left: 5px;
}





/* 試験概要　電卓の使用　リスト間調整 */
article.secPage ul.calculator li {
    margin-bottom: 8px;
    margin-left: 1.5em
}
article.secPage ul.calculator li::before {
    content: "■";
    font-size: 1.0rem;
    color: #005bac;
    transform: translateY(-2px);
    display: inline-block;
    line-height: 1em;
    margin-right: 0px;
    text-indent: -1.8em;
}

/* 本文フォントウェイト調整 */
body {
	font-weight: 400!important;
}

/* 表のセル幅微調整 */
article.secPage table.pt02.w62pct, article.secPage table.pt02 .w62pct {
    width: 62% !important;
}

/*=================================================================*/
/*	グロナビ・フッタ合否検索結果内文字サイズ調整 */
.inner > div ul li a.external span {
    font-size: 1.4rem!important;
}

/*=================================================================*/
/*	グロナビ改行時行間調整 */
nav .inner > div ul li a {
    line-height: 1.5;
}

/*=================================================================*/
/*	トップお知らせ一覧ボタン調整 */
.news .inner a:hover{
	opacity: 0.6;
}	

/*=================================================================*/
/*	トップJ検とはH3明朝打消し */
section.about .inner .flex > div:first-of-type h3 {
    font-family: initial!important;
}

/*=================================================================*/
/*	トップJ検テキスト太さ調整 */
section.about .inner .flex > div:first-of-type p {
    font-weight: 400!important;
}	

/*=================================================================*/
/*	トップもっと詳しく知りたい方テキスト行間調整 */
section.more .flex > a p {
    line-height: 1.5!important;
}

/*=================================================================*/
/*	下層hover時調整 */
article.secPage a:hover{
	opacity: 0.6;
}	

.navGraphic a:hover{
	opacity: 1!important;
}

section.information .inner > .flex > div a.jsystem h3 {
	font-size: 20px!important;
	letter-spacing: 0.1em!important;
	border-left: initial!important;
	padding-left: 2px!important;
}

section.information .inner > .flex > div a.juse h3 {
    border-left: 6px solid #005aa9!important;
    color: #005aa9!important;
	font-size: 20px!important;
	letter-spacing: 0.1em!important;
	border-left: initial!important;
	padding-left: 2px!important;
}

section.information .inner .test1 {
	font-size: 20px!important;
	letter-spacing: 0.1em!important;
	font-weight: 600!important;
}

section.information .inner .test1 span {
    border-left: initial!important;
    padding-left: initial!important;
}

section.information .inner .test2 {
	color:#005aa9!important;
	font-size: 20px!important;
	letter-spacing: 0.1em!important;
	font-weight: 600!important;
}
section.information .inner .test2 span {
    border-left: #005aa9!important;
    border-left: initial!important;
    padding-left: initial!important;
}

section.information .inner .test3 {
	background-color: #ffefdf!important;
	color:#ff7b00!important;
	font-size: 20px!important;
	letter-spacing: 0.1em!important;
	font-weight: 600!important;
}
section.information .inner .test3 span {
	border-left:6px solid #ff7b00!important;
    border-left: initial!important;
    padding-left: initial!important;
			}

/*=================================================================*/
/*	各学校・団体、企業の皆さまへ　本文センター */
.text-center{
	text-align:center
}

/*=================================================================*/
/*	J検の特長2カラムサイズを均等に */
article.secPage .flex.w513 {
    width: 513px;
}

/*=================================================================*/
/*	トップCBTボタン下テキスト */	
.cbt_btn_txt{
	text-align:center;
	margin-bottom:40px;
	margin-top: -20px;
}
.cbt_btn_txt a {
    color: #005bac;
    line-height: 1.9;
    transition: .3s;
	&::after {
			content:"";
			background: url(../images/sec/icon_bluearrow.svg)no-repeat;
			background-size: 8px 12px;
			width: 8px;
			height: 12px;
			display: inline-block;
			margin:5px 0 0 10px;
			transition: .3s;
		}
		&:hover {
			&::after {
				transform: translateX(5px);
			}
		}
}

/*=================================================================*/
/*	アンカーリンク高さ調整 */	
#free{
	   margin-top:-77px;
   padding-top:77px;
}

article.secPage input[type="password"] {
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 2px;
	padding: 8px 18px;
	box-sizing: border-box;
	width: 100%;
	resize: vertical;
}
article.secPage input[type="password"].w150 {
	width: 150px;
}

article.secPage input[type="radio"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transform: translateY(-1.7px);
    border: 1px solid #aaa;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 7px;
    position: relative;
    cursor: pointer;
}
article.secPage input[type="radio"]:checked::after {
    content: '';
    width: 6px;
    height: 3px;
    border-left: 2.5px solid #005bac;
    border-bottom: 2.5px solid #005bac;
    transform: rotate(-45deg);
    position: absolute;
    margin: auto;
    left: 0;
    top: -5px;
    right: 0;
    bottom: 0;
}

/*=================================================================*/
/*	お問い合わせフォーム調整 */

#wrap .small {
    font-size: 0.6em;
    line-height: 120%;
}

article.secPage select[name="birth_eraname"].w150 {
   width: 173px;
   margin-right: 10px;
}
article.secPage input[name="birth_erayear"].w150 {
    margin-right: 5px;
}
article.secPage input[name="birth_month"].w150 {
    margin-left: 10px;
    margin-right: 5px;
}
article.secPage input[name="birth_day"].w150 {
    margin-left: 10px;
    margin-right: 5px;
}

/*=================================================================*/
/*	トップお知らせ文字切れ調整 */
section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) {
    display: flex;
    align-items: center;
}
section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) a {
    line-height: 1.4!important;
}

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

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

/* 試験概要　団体出願の日程 表の調整 */
article.secPage table.pt02 .w497 {
    width: 497px;
}
article.secPage table.pt02.w603 {
    width: 603px;
}
table .test1 span.nomal {
    color: #333;
    margin-left: 5px;
}
table .test2 span.nomal {
    color: #333;
    margin-left: 5px;
}
table .test3 span.nomal {
    color: #333;
    margin-left: 5px;
}

/*=================================================================*/
/*	グロナビ・フッタ合否検索結果内文字サイズ調整 */
.navMenu .inner > div ul li a.external span {
    font-size: 1.3rem!important;
}

/*=================================================================*/
/*	トップJ検とはH3明朝打消し */
section.about .inner .flex > div:first-of-type h3 {
	font-family: initial!important;
} 

/*=================================================================*/
/*	トップJ検テキスト調整 */
section.about .inner .flex > div:first-of-type p {
    font-weight: 400!important;
}	

/*=================================================================*/
/*	フッタメニュサブリンク調整 */
footer .footermenu .inner .smallMenu li {
	background-size: 3% 50%!important;
    margin-bottom: 10px!important
    ;
}
/*=================================================================*/
/*	ハンバーガーメニュー内サブリンク調整 */
.navMenu .inner .smallMenu li {
	background-size: 3% 50%!important;
    margin-bottom: 10px!important;
}

/*=================================================================*/
/*	下層背景位置調整 */
.deco1 {
	background-position: calc(50% + 110px) -130px!important;
}

section.information .inner > .flex > div a.jsystem h3 {
	border-left: initial!important;
	padding-left: 2px!important;
	letter-spacing: 0.1em!important;
}

section.information .inner > .flex > div a.juse h3 {
    border-left: 6px solid #005aa9!important;
    color: #005aa9!important;
	border-left: initial!important;
	padding-left: 2px!important;
	letter-spacing: 0.1em!important;
}

section.information .inner .test1 {
	font-size: 16px!important;
	letter-spacing: 0.1em!important;
	font-weight: 600!important;
}

section.information .inner .test1 span {
    border-left: initial!important;
    padding-left: initial!important;
}

section.information .inner .test2 {
	color:#005aa9!important;
	font-size: 16px!important;
	letter-spacing: 0.1em!important;
	font-weight: 600!important;
}
section.information .inner .test2 span {
    border-left: #005aa9!important;
    border-left: initial!important;
    padding-left: initial!important;
}

section.information .inner .test3 {
	background-color: #ffefdf!important;
	color:#ff7b00!important;
	font-size: 16px!important;
	letter-spacing: 0.1em!important;
	font-weight: 600!important;
}
section.information .inner .test3 span {
	border-left:6px solid #ff7b00!important;
    border-left: initial!important;
    padding-left: initial!important;
			}

footer .copy .inner{
	margin: 0 auto;
}

/*=================================================================*/
/*	H2前後の線幅の調整 */
article.secPage .blueBack .inner > h2::before {
    width: 10px!important;
}
article.secPage .blueBack .inner > h2::after {
    width: 10px!important;
}

article.secPage h2 {
    margin-bottom: 20px!important;
}


article.secPage input[type="password"] {
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 2px;
	padding: 8px 18px;
	box-sizing: border-box;
	width: 100%;
	resize: vertical;
}
article.secPage input[type="password"].w150 {
	width: 150px;
}

article.secPage input[type="radio"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transform: translateY(-1.7px);
    border: 1px solid #aaa;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 7px;
    position: relative;
    cursor: pointer;
}
article.secPage input[type="radio"]:checked::after {
    content: '';
    width: 6px;
    height: 3px;
    border-left: 2.5px solid #005bac;
    border-bottom: 2.5px solid #005bac;
    transform: rotate(-45deg);
    position: absolute;
    margin: auto;
    left: 0;
    top: -5px;
    right: 0;
    bottom: 0;
}

/*=================================================================*/
/*	お問い合わせフォーム調整 */

#wrap .small {
    font-size: 0.6em;
    line-height: 120%;
}

article.secPage select[name="birth_eraname"].w150 {
   width: 173px;
   margin-bottom: 10px;
}
article.secPage input[name="birth_erayear"].w150 {
   margin-bottom: 10px;
}
article.secPage input[name="birth_month"].w150 {
   margin-bottom: 10px;
}

/*=================================================================*/
/*	トップ図表調整 */
.navGraphic {
    background: url(../images/union/img_nav.svg) no-repeat center;
    width: 250px;
    height: 300px;
    position: relative;
    background-size: 250px;
}

.navGraphic > a:first-of-type {
    position: absolute;
    top: 43px;
    right: 7px;
}
.navGraphic > a:nth-of-type(2) {
    position: absolute;
    top: 133px;
    right: 7px;
}

.navGraphic > a:nth-of-type(3) {
    position: absolute;
    top: 194px;
    right: 71px;
}

/*=================================================================*/
/*	トップCBTボタン下テキスト */	
.cbt_btn_txt{
	text-align:center;
	margin-bottom: 20px;
	margin-top: -10px;
	font-size: 1.2rem;
}
.cbt_btn_txt a {
    color: #005bac;
    line-height: 1.9;
    transition: .3s;
	&::after {
			content:"";
			background: url(../images/sec/icon_bluearrow.svg)no-repeat;
			background-size: 8px 12px;
			width: 8px;
			height: 12px;
			display: inline-block;
			margin:5px 0 0 10px;
			transition: .3s;
		}
		&:hover {
			&::after {
				transform: translateX(5px);
			}
		}
}
/*<end>============================================================*/
}
