.shigaku .leaflet {
	display: flex;
	justify-content: center;
}
.shigaku .leaflet p {
	margin: 0 20px;
}
.shigaku .pdf {
	margin: 8px 0 0;
	text-align: right;
}
.shigaku .pdf a {
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 0 34px 0 15px;
	margin-right: 18px;
	position: relative;
}
.shigaku .pdf a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 1px solid #1cbea1;
	border-right: 1px solid #1cbea1;
	top: 50%;
	transform: translate(0%, -50%) rotate(45deg);
}
.shigaku .pdf a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	width: 28px;
	height: 28px;
	background: url("../img/common/pdf_icon.png") no-repeat center center;
	background-size: contain;
}
.shigaku .outline {
	margin-top: 70px;
}
.shigaku .content_title {
	background: url("../img/shigaku/line.png") repeat-x center left;
}
.shigaku .content_title_inner {
	font-size: 30px;
	letter-spacing: 0.05em;
}
.shigaku .table_area {
	margin-top: 55px;
	margin-bottom: 40px;
}
.shigaku .table_area a {
	color: #fd563e;
}
.shigaku .table_area table {
	border: 1px solid #e8f8f5;
}
.shigaku .table_area tr:not(:last-of-type) th {
	border-bottom: 1px solid #ffffff;
}
.shigaku .table_area tr:not(:last-of-type) td {
	border-bottom: 1px solid #e8f8f5;
}
.shigaku .table_area th {
	width: 180px;
	padding: 25px 18px;
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.05em;
	text-align: left;
	background: #e8f8f5;
}
.shigaku .table_area td {
	padding: 25px 20px;
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.05em;
}
.shigaku .table_area iframe {
	margin-top: 20px;
	min-height: 350px;
}
.shigaku .table_area li {
	line-height: 1.76;
}
.shigaku .table_area .access {
	line-height: 1.9;
}
.shigaku .table_area .form {
	margin-top: 20px;
}
.shigaku .table_area .form p {
	top: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.shigaku .table_area .form .btn {
	margin-bottom: 3px;
}
.shigaku .table_area .form .btn a {
	padding: 21px 26px;
	width: 350px;
	color: #ffffff;
	background-color: #fd563e;
}
.shigaku .table_area .form .btn a::before {
	border: none;
	background: url("../img/common/icon_link_wh.svg") no-repeat;
	background-size: contain;
	right: 16px;
	width: 19px;
	height: 19px;
	transform: translate(0, -50%) rotate(0);
}
.shigaku .table_area .form .small {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #666666;
	font-weight: normal;
}
.shigaku .table_area .link_pdf {
	position: relative;
	margin-right: 5px;
	text-decoration: underline;
}
.shigaku .table_area .pdf_icon {
	height: 28px;
	width: auto;
}
.shigaku .list_wrap {
	margin: 56px 20px 0;
}
.shigaku .list_wrap .items {
	display: none;
}
.shigaku .list_wrap .title_btn {
	margin-bottom: 12px;
	background: #1cbea1;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	padding: 10px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.shigaku .list_wrap .title_btn:not(:first-of-type) {
	margin-top: 20px;
}
.shigaku .list_wrap .title_btn::before, .shigaku .list_wrap .title_btn::after {
	transition: transform 0.2s ease-in-out;
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	height: 2px;
	background-color: #fff;
}
.shigaku .list_wrap .title_btn::before {
	top: 50%;
	transform: translate(-50%, 0);
}
.shigaku .list_wrap .title_btn::after {
	top: 50%;
	transform: translate(-50%, 0) rotate(90deg);
}
.shigaku .list_wrap .title_btn.open::after {
	transform: translate(-50%, 0) rotate(0deg);
}
.shigaku .list_wrap .items:not(:last-of-type) {
	margin-bottom: 70px;
}
.shigaku .list_wrap .items:last-of-type {
	margin-bottom: 40px;
}
.shigaku .list_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shigaku .list_wrap li {
	padding: 22px 0 23px;
	width: 47%;
	border-bottom: 1px solid #ffc927;
	font-size: 17px;
	line-height: 2;
	letter-spacing: 0.05em;
}

/* ---------------------------------------------
 	sp
---------------------------------------------- */
@media (max-width: 1000px) {
	.shigaku .table_area th {
		width: 180px;
	}
}
@media (max-width: 767px) {
	.shigaku .leaflet {
		display: block;
	}
	.shigaku .leaflet .image_front {
		margin-bottom: 20px;
	}
	.shigaku .pdf a {
		font-size: 16px;
		padding: 0 25px 0 15px;
	}
	.shigaku .pdf a::after {
		width: 20px;
		height: 20px;
	}
	.shigaku .outline {
		margin-top: 50px;
	}
	.shigaku .content_title {
		background-size: 8px auto;
		background-position: bottom left;
		padding-bottom: 15px;
	}
	.shigaku .content_title_inner {
		font-size: 24px;
	}
	.shigaku .table_area {
		margin-top: 20px;
	}
	.shigaku .table_area table, .shigaku .table_area tbody, .shigaku .table_area tr, .shigaku .table_area th, .shigaku .table_area td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.shigaku .table_area th, .shigaku .table_area td {
		font-size: 15px;
		padding: 15px 10px;
	}
	.shigaku .table_area .form p {
		font-size: 17px;
	}
	.shigaku .table_area .form .btn a {
		font-size: 15px;
		width: 100%;
		max-width: 350px;
		padding: 16px 26px;
	}
	.shigaku .table_area .form .btn a::before {
		width: 14px;
		height: 14px;
	}
	.shigaku .table_area .link_pdf {
		display: inline;
	}
	.shigaku .table_area .pdf_icon {
		height: 20px;
	}
	.shigaku .list_wrap{
		margin: 30px 0 0;
	}
	.shigaku .list_wrap li {
		font-size: 15px;
		width: 100%;
		padding: 10px;
	}
	.shigaku .list_wrap .title_btn {
		font-size: 18px;
	}
	.shigaku .list_wrap .items:not(:last-of-type) {
		margin-top: 0px;
	}
}



/*==================================================
私学展中止対応
===================================*/

.list_contents{
	position: relative;
}


.cancel p{
    position: absolute;
    font-size: 2em;
    color: red;
    background-color: #fff;
    padding: 14px;
    border: solid;
    line-height: 1.5;
    text-align: center;
	width: 75%;
	top: -100px;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .cancel p{
		font-size: 1.5em;
		width: 90%;
    }
}
.close_red{
	color: red;
    margin-top: 10px;
}