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

/*
----------------------------------------- Module */

/*********************** Common Page ***************************/

/********* Box Model *********/
/* 2Column Second */
.clm2Box01 {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
/* Same Width */
.clm2Box01__item {
	width: 484px;
}
/* Different Width */
.clm2Box01__item--narrow {/*20250210*/
	width: 312px;
}
.clm2Box01__item--wide {/*20250210*/
	width: 656px
}

/* 2Column Third */
.clm2Box02 {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
/* Same Width */
.clm2Box02__item {
	width: 47%;/*20240722*/
}
/* Order */
.clm2Box02__item--left {
	order: 1;
}
.clm2Box02__item--right {
	order: 2;
}
/* 3Column Third */
.clm3Box02 {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.clm3Box02__item {
	width: 226px;
}
/* 4Column Third */
.clm4Box02 {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.clm4Box02__item {
	width: 163px;
}

/*********************** Second Page ***************************/

/* Page Title */
.pageTitleBox {
	height: 280px;
}
.pageTitleBox--examination {
	background: url(../images/examination/bg_mainimg.jpg) no-repeat center center / cover;
}
.pageTitleBox--juken {
	background: url(../images/examination/bg_mainimg.jpg) no-repeat center center / cover;
}
.pageTitleBox--gakuyu {
	background: url(../images/gakuyukai/bg_mainimg.jpg) no-repeat center center / cover;
}
.pageTitleBox--ob_og {
	background-color: #FFF;
	height: auto;
}
.pageTitleBox--library {
	height: 320px;
	background: url(../images/library/bg_mainimg.jpg) no-repeat center center / cover;
	margin-bottom: 33px;
}

.pageTitleBox__txt {
	color: #FFF;
	font-size: 6rem;
	font-weight: bold;
	width: 1000px;
	margin: 0 auto;
	line-height: 280px;
}
.pageTitleBox__img {
	text-align: center;
}

.blockSection {
	padding: 60px 0;
}
.blockSection--news {
	background-color: #F8F8F1;
}
.sectionInnerBox {
	max-width: 1000px;/*20250210*/
	margin: 0 auto;
}



/* News */
.hlLv2--news {
	text-align: center;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.hlLv2--news__en {
	font-size: 2rem;
	margin-left: 5px;
}
.underNewsBox {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.underNews__item {
	width: 229px;
	background-color: #FFF;
	transition: all 0.3s linear;
}
.underNews__item:hover {
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
}
.underNews__item a {
	display: block;
	padding: 15px;
	text-decoration: none;
	position: relative;
	min-height: 150px;
}
.underNews__icnCat {
	display: inline-block;
	padding: 4px 10px;
	background-color: #00498F;
	color: #FFF;
	font-size: 1.2rem;
	margin-bottom: 8px;
}
.underNews__title {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
}
.underNews__date {
	position: absolute;
	bottom: 15px;
	left: 0;
	text-align: center;
	display: block;
	width: 100%;
	color: #333;
}

/* Navi */
.secondNavBoxWrap {
	margin-top: 64px;
}
.secondNavBoxWrap:first-child {
	margin-top: 0;
}
.hlLv02--second {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	border-top: #CCC solid 1px;
	padding-top: 20px;
	position: relative;
}
.hlLv02--second::before {
	content: "";
	width: 100px;
	height: 3px;
	background-color: #E8860C;
	display: block;
	left: 0;
	top: -1px;
	position: absolute;
}
.secondNavBox {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
.secondNav__item {
	width: 312px;/*20250210*/
	margin-top: 32px;
}
.secondNav__item:nth-child(1),
.secondNav__item:nth-child(2){
	margin-top: 0;
}
.btnSecond {
	background-color: #E8F4FF;
	width: 100%;
	border-bottom: #ADC5DC solid 1px;
	padding: 20px;
	height: 80px;
	position: relative;
	font-size: 1.8rem;
	text-shadow: 1px 1px 0px #ffffff;
	text-decoration: none;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	line-height: 1.4;
	transition: all 0.3s linear;
	color: #333;
}
.btnSecond:visited {
	color: #333;
}
.btnSecond::after {
	content: "";
	background: url(../images/common/arrow_blue_02.png) no-repeat center center / 7px auto;
	width: 7px;
	height: 15px;
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
	right: 10px;
	position: absolute;
}
.btnSecond:hover {
	background-color: #F3F9FF;
	color: #333;
}
.btnSecond--kanren {
	background-color: #E6F5F4;
	border-color: #83CDCA;
}
.btnSecond--kanren:hover {
	background-color: #F2FAFA;
}
.btnSecond--kanren__icn {
	display: inline-block;
	border: #83CDCA solid 1px;
	padding: 2px 10px;
	font-size: 1.4rem;
	color: #089C96;
	margin-right: 10px;
}
/* Visit Navi */
.hlLv02--second--visitnav {
	border-top: none;
	padding-top: 0;
	margin: 0 0 20px;
}
.hlLv02--second--visitnav::before {
	display: none;
}
.secondNavBoxWrap--visitnav {
	margin-top: 44px;
}
.secondNavBox--visitNavi {
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
.secondNav__item--visitNavi {
	margin-right: 32px;
}
.secondNav__item--visitNavi:nth-child(3){
	margin-top: 0;
}
.secondNav__item--visitNavi:nth-child(3n){
	margin-right: 0;
}
.btnSecond--short {
	height: 60px;
}
/* Gakuyu */
.btnSecond--gakuyu {
	background-color: #EFE8E8;
	border-color: #B28D90;
}
.btnSecond--gakuyu::after {
	background: url(../images/common/arrow_brown_02.png) no-repeat center center / 7px auto;
}
.btnSecond--gakuyu:hover {
	background-color: #F7F3F4;
}


/*********************** Third Page ***************************/
.blockThirdSection {
	margin-top: 40px;
}

/************ HeadLine **************/
/* Lv1 */
.hlLv01 {
	line-height: 120px;
	height: 120px;
	font-size: 3.6rem;
	border-bottom: #BBB solid 1px;
	margin-bottom: 40px;

}
/* Lv2 */
.hlLv02 {
	color: #E8860C;
	line-height: 1.4;
	font-size: 2.4rem;
	margin-bottom: 25px;
}
/* Lv3 */
.hlLv03 {
	color: #FFF;
	background-color: #00498F;
	padding: 1.4rem 1.8rem;
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.hlLv03--gakuyu {
	background-color: #661C21;
}
/* Lv3 Link */
.hlLv03--link {
	background-color: transparent;
	padding: 0;
}
.hlLv03--link a {
	color: #FFF;
	text-decoration: none;
	background: #00498F url(../images/common/bg_hllv3_btn.png) repeat left top;
	display: block;
	padding: 1.4rem 1.8rem;
	position: relative;
}
.hlLv03--link a::after {
	content: "";
	background: url(../images/common/arrow_left_w.png) no-repeat center center / 7px auto;
	width: 7px;
	height: 15px;
	display: block;
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
	right: 10px;
	position: absolute;
}
.hlLv03__spclTxt {
	color: #FFC926;
	font-weight: bold;
	font-size: 1.4rem;
}
/* Lv4 */
.hlLv04 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
}
/* Lv5 */
.hlLv05 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
/* Headline Icon */
.hl__icn01 {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	background-color: #E7850C;
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 10px;
	letter-spacing: 0.1em;
}

/************ Text **************/
/* Text01 */
.modTxt01 {
	font-size: 1.4rem;
	line-height: 1.8;
}
/* Text02 */
.modTxt02 {
	font-size: 1.6rem;
	line-height: 1.8;
}
/* Text03 */
.modTxt03 {
	font-size: 1.2rem;
	line-height: 1.8;
}

/************ List **************/
/* List01 */
.modList01 {
	padding-left: 5px;
}
.modList01__item {
	font-size: 1.4rem;
	line-height: 1.8;
	text-indent: -1.4rem;
	padding-left: 1.4rem;
	margin-top: 5px;
}
.modList01__item:first-child {
	margin-top: 0;
}
.modList01__item::before {
	content: "●";
	font-size: 1.4rem;
	line-height: 1.4;
	margin-right: 5px;
}

/* List02 */
.modList02__item {
	font-size: 1.4rem;
	line-height: 1.8;
	text-indent: -1.4rem;
	padding-left: 1.4rem;
	margin-top: 5px;
}
.modList01__item:first-child {
	margin-top: 0;
}
.modList02__item::before {
	content: "・";
}
.modList02__item--inlineBlock {
	display: inline-block;
	margin-right: 20px;

}
.modList02__item--inlineBlock:nth-last-child(1) {
	margin-right: 0;

}

/************ Link **************/
/* Link01 */
.modLink01 a {
	text-decoration: none;
	font-size: 1.4rem;
}
.modLink01 a::before {
	content: "▶";
	margin-right: 5px;
	font-size: 1rem;
}
/* Link01 Blank */
.modLink01 a.blank::after {
	display: inline-block;
	background: url(../images/common/icn_blank_blue.png) no-repeat center center / 10px auto;
	content: "";
	width: 10px;
	height: 9px;
	vertical-align: middle;
	margin-left: 10px;
}
/* Link01 Red */
.modLink01--important a {
	color: #D80000;
}
.modLink01--important a:hover {
	color: #F00;
}

.modLink01--important a.blank::after {
	background: url(../images/common/icn_blank_red.png) no-repeat center center / 10px auto;
}

/************ Botton **************/
.modBtn01 {
	color: #FFF;
	text-decoration: none;
	background: #00498F url(../images/common/bg_hllv3_btn.png) repeat left top;
	display: inline-block;
	width: 420px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	font-size: 1.8rem;
	transition: all 0.3s linear;
	text-align: center;
}
.modBtn01--gakuyukai {
	background: #661C21 url(../images/common/bg_hllv3_btn_gakuyukai.png) repeat left top;
}
.modBtn01::before {
	content: "▶";
	margin-right: 5px;
	font-size: 1.4rem;
}
.modBtn01:visited {
	color: #FFF;
}
.modBtn01:hover {
	opacity: 0.7;
	color: #FFF;
}


/************ Table **************/
/* Table01 */
.modTable01 {
	width: 100%;
	font-size: 1.4rem;
	border-collapse: collapse;
	line-height: 1.6;
}
.modTable01 th {
	background: #E8F4FF;
	padding: 1.4rem 1.8rem;
	border-top: #DDD solid 1px;
	border-bottom: #DDD solid 1px;
	border-left: #DDD solid 1px;
	border-right: #DDD solid 1px;
	width: 226px;
	text-align: left;
	font-weight: normal;
}
.modTable01 td {
	padding: 1.4rem 1.8rem;
	border-top: #DDD solid 1px;
	border-bottom: #DDD solid 1px;
	border-left: #DDD solid 1px;
	border-right: #DDD solid 1px;
}

/* Table02 */
.modTable02 {
	width: 100%;
	font-size: 1.4rem;
	border-collapse: collapse;
	line-height: 1.6;
}
.modTable02 th {
	background: #E8F4FF;
	padding: 1.4rem 1.8rem;
	border-top: #DDD solid 1px;
	border-left: #DDD solid 1px;
	border-bottom: #DDD solid 1px;
	width: 50%;
	font-weight: normal;
	vertical-align: middle;
}
.modTable02 th:first-child {
	border-left: none;
}
.modTable02 td {
	padding: 1.4rem 1.8rem;
	border-top: #DDD solid 1px;
	border-left: #DDD solid 1px;
	border-bottom: #DDD solid 1px;
	text-align: center;
	vertical-align: middle;
}
.modTable02 td:first-child {
	border-left: none;
}

/* Table03 */
.modTable03 {
	width: 100%;
	font-size: 1.4rem;
	border-collapse: collapse;
	line-height: 1.6;
}
.modTable03 caption {
	text-align: left;
	margin-bottom: 10px;
}
.modTable03 th {
	padding: 1.4rem 1.8rem;
	border-top: #DDD solid 1px;
	border-left: #DDD solid 1px;
	border-bottom: #DDD solid 1px;
	font-weight: normal;
	vertical-align: middle;
}
.modTable03 th:first-child {
	/*border-left: none;*/
}
.modTable03 thead th {
	border-top: #FFF solid 1px;
	border-left: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	background-color: #CAE5FF;
}
.modTable03 tbody th {
	background-color: #E8F4FF;
}
.modTable03 th.lHead {
	border-left: none;
}
.modTable03 td {
	padding: 1.4rem 1.8rem;
	border-top: #DDD solid 1px;
	border-left: #DDD solid 1px;
	border-bottom: #DDD solid 1px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.modTable03 td:first-of-type {
	border-left: none;
}

/************ Box **************/
/* Box01 */
.modBox01 {
	padding: 20px;
	background-color: #EEE;
}
.modBox01--gakuyukai {
	background-color: #EFE8E8;
}
/* Box02 */
.modBox02 {
	padding: 19px;
	border: #CCC solid 1px;
}

/************ Relation LinkBox **************/
.relationLink {
	display: flex;
	width: 100%;
	border: #DDD solid 1px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 20px;
}
.relationLink__ttl {
	background-color: #DDD;
	text-align: center;
	padding: 12px 20px;
}
.relationLink__link {
	padding: 12px 20px;
}


/*********************** Sample Item ***************************/
.sampleClmItem {
	background-color: #EEE;
	height: 200px;
	text-align: center;
	line-height: 200px;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}
.sampleClmItem p {
	-webkit-align-self: center; /* Safari */
	align-self:         center;
}

