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


.page_tit_wrap .page_tit_inner .mokuji_area ul.mokuji_list li a, .page_tit_wrap .page_tit_inner .mokuji_area ul.ez-toc-list li a{
	height: 45px;
}

.page_detail p.gradu_txt01{
	font-size: 1.3rem;
	line-height: 1.7307;
	letter-spacing: 0.05em;
	color: #333333;
}

.page_detail p.gradu_txt01 a{
	color: #0071b6;
	text-decoration: underline;
}

.page_detail p.gradu_txt02{
	font-size: 1.3rem;
	line-height: 1.7307;
	letter-spacing: 0.05em;
	color: #333333;
}

.page_detail p.syomei_txt{
	font-size: 1.3rem;
	line-height: 1.7307;
	letter-spacing: 0.05em;
	color: #333333;
}

.page_detail p.gradu_large_txt{
	font-size: 1.4rem;
	line-height: 1;
}

.page_detail p.add_txt_lv3{
	font-size: 1.5rem;
	line-height: 1.50;
	letter-spacing: 0.1em;
	color: #333333;
	text-align: center;
}

.page_detail p.add_txt_lv3 a{
	color: #333333;
}

.page_detail .no-post{
	text-align: center;
	color: #333;
}

.page_detail .wp-block-columns .wp-block-column + .wp-block-column{
	margin-top: 25px;
}



/*===================================
	.table-type02
=====================================*/

.page_detail .table-type02.gradu_table01 table{
	width: 700px;
}

.page_detail .table-type02.gradu_table01 table tr td{
	width: 40.0%;
}

.page_detail .table-type02.gradu_table01 table tr td:nth-child(2){
	width: 25.0%;
}

.page_detail .table-type02.gradu_table01 table tr td:nth-child(3){
	width: 35.0%;
}

.page_detail .table-type02.gradu_table01 table tr:nth-child(n + 2) td:first-child {
        text-align: left;
        padding: 5px 0 5px 10px;
}

/**/

.page_detail .table-type02.gradu_table02 table{
	width: 525px;
}

.page_detail .table-type02.gradu_table02 table tr:first-child td {
        border-right: 1px solid #1791c1;
}

.page_detail .table-type02.gradu_table02 table tr td{
	width: 23.0%;
}

.page_detail .table-type02.gradu_table02 table tr td:last-child{
	width: 77.0%;
}

.page_detail .table-type02 table tr:nth-child(n + 2) td:first-child{
	text-align: center;
	padding: 5px 0;
}

/**/

.page_detail .table-type02.gradu_table03 table{
	width: 735px;
}

.page_detail .table-type02.gradu_table03 table tr td{
	width: 19.0%;
}

.page_detail .table-type02.gradu_table03 table tr td:first-child{
	width: 35.0%;
}

.page_detail .table-type02.gradu_table03 table tr td:last-child{
	width: 27.0%;
}

.page_detail .table-type02.gradu_table03 table tr:nth-child(n + 2) td:first-child {
	background: #fff;
	font-weight: 400;
}

.page_detail .table-type02.gradu_table03 table tr:nth-child(2) td:first-child,
.page_detail .table-type02.gradu_table03 table tr:nth-child(3) td:first-child {
	text-align: left;
	padding: 5px 0 5px 10px;
	background: #f2fafc;
	font-weight: 500;
	vertical-align: middle;
}

/**/

.page_detail .table-type02.gradu_table04 table{
	width: 700px;
}



/*===================================
	.bg-01
=====================================*/


.page_detail .bg-01{
	position: relative;
}

.page_detail .bg-01::before{
	content: '';
	display: inline-block;
	background: #edf3f4;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}
.page_detail .bg-01::after{
	content: '';
	display: inline-block;
	background: url("../images/admissions/bg03.png") no-repeat;
	background-size: 100% 100%;
	width: 100vw;
	height: 958px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.page_detail .wp-block-columns.anc_column .wp-block-column .wp-block-button{
	width: 100%;
}

.page_detail .wp-block-columns.anc_column .wp-block-column + .wp-block-column{
	margin-top: 13px;
}

.page_detail .wp-block-columns.anc_column .wp-block-column a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	border-radius: 6px;
	background: url("../images/graduate/link_ico.svg")no-repeat #fff left 4.1666% center;/*25*/
	background-size: 21px auto;
	box-shadow: 0px 0px 6px 1px rgba(37,147,144,0.35);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0071b7;
	padding: 0;
	position: relative;
}

.page_detail .wp-block-columns.anc_column .wp-block-column a::after,
.page_detail .wp-block-columns.anc_column .wp-block-column a:hover::after{
	content: none;
}

.page_detail h4{
	padding-left: 19px;
	font-size: 1.5rem;
	line-height: 1;
	color: #1790c0;
	position: relative;
}

.page_detail h4::before{
	content: '';
	display: inline-block;
	background: #1790c0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

/**/

.page_detail ol.num_list_wrap{
	background: #fff;
	width: 100%;
	padding: 16px 4.1666% 21px 7.5%;/*25 45*/
	box-sizing: border-box;
	border-radius: 5px;
	counter-reset: number 0;
}

.page_detail ol.num_list_wrap li{
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 1.7307;
	letter-spacing: 0.1em;
	color: #333333;
	position: relative;
}

.page_detail ol.num_list_wrap li a{
	color: #1790c0;
	text-decoration: underline;
}

.page_detail ol.num_list_wrap li::before{
	counter-increment: number 1;      /* number カウンタを増加 */
	content: counter(number) ".";      /* 表示形式を指定 */
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0071b7;
	position: absolute;
	top: 0.35rem;
	left: 0;
	z-index: 1;
}

.page_detail ol.num_list_wrap li + li{
	margin-top: 15px;
}

.page_detail ol.num_list_wrap li mark{
	font-weight: 500;
}

.page_detail ol.num_list_wrap li a{
	color: #1790c0;
	text-decoration: underline;
}

/**/

.page_detail .address_wrap{
	width: 100%;
	border: 1px solid #29a6dd;
	background: #fff;
	border-radius: 5px;
}

.page_detail .address_wrap p.add_txt_lv1{
	font-size: 1.5rem;
	line-height: 1.2666;
	letter-spacing: 0.1em;
	color: #333333;
}

.page_detail .address_wrap p.add_txt_lv2{
	font-size: 1.4rem;
	line-height: 1.6071;
	letter-spacing: 0.1em;
	color: #333333;
	text-align: center;
}

.page_detail .address_wrap p.add_txt_lv2-2{
	font-size: 1.3rem;
	line-height: 1.7307;
	letter-spacing: 0.1em;
	color: #333333;
	text-align: center;
}

/*===================================
	ul.admissions_list
=====================================*/

.page_detail ul.admissions_list{
	list-style: none;
}

.page_detail ul.admissions_list li.a-post{
	width: 100%;
	height: 99px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px solid #aeaeae;
	padding: 0 10.3333% 0 0;/*62*/
	box-sizing: border-box;
	background: url("../images/common/head-link_ico-blue.svg")no-repeat right 4.3333% bottom 15px;/*26*/
	background-size: 15px auto;
}

.page_detail ul.admissions_list li.a-post > a{
	display: none;
}

.page_detail ul.admissions_list li.a-post .date_area{
}

.page_detail ul.admissions_list li.a-post .date_area p.date_txt{
	width: 100px;
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #4d4d4d;
}

.page_detail ul.admissions_list li.a-post .date_area p.category{
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.25rem;
	margin-top: 7px;
}

.page_detail ul.admissions_list li.a-post .date_area p.category a{
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0071b7;
}

.page_detail ul.admissions_list li.a-post .post_tit{
	margin-top: 8px;
}

.page_detail ul.admissions_list li.a-post .post_tit p{
	font-size: 1.3rem;
	line-height: 1.3461;
	letter-spacing: 0.05em;
	color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*===================================
	.bg-02
=====================================*/

.page_detail .bg-02{
	position: relative;
}

.page_detail .bg-02::before{
	content: '';
	display: inline-block;
	background: url("../images/graduate/bg02.png") no-repeat;
	background-size: 100% 100%;
	width: 100vw;
	height: calc(100% - 145px);
	position: absolute;
	top: -170px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}


.page_detail .line_ico{
	width: 23.3333%;/*140*/
	margin: 0 auto;
}

.page_detail .line_ico figure{
	width: 100%;
}

.page_detail .line_ico img{
	width: 100%;
	height: auto;
}




















