@media print, all and (min-width: 641px) {
    
	body.education #title{
		background-image: url(../images/education/title-bg.jpg);
	}
	body.education #title .title{
		letter-spacing: 1.3em;
		text-indent: 1.3em;
	}
	
	/* INDEX */
	body#education-index #breadcrumb{
		margin-bottom: 0;
	}
	.eduv-box{
		padding: 260px 0 40px;
		position: relative;
	}
	.eduv-box:before,
	.eduv-box:after{
		content: "";
		z-index: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.eduv-box:before,
	.eduv-box:after,
	.eduv-box > .image-box .image{
		display: block;
		position: absolute;
	}
	.eduv-box:before{
		width: 584px;
		height: 584px;
		background-image: url("../images/education/index/eduv-bg.png");
		top: 0;
		left: -195px;
	}
	.eduv-box:after{
		width: 404px;
		height: 404px;
		background-image: url("../images/education/index/eduv-bg02.png");
		top: 210px;
		right: -60px;
	}
	.eduv-box > .image-box .image{
		z-index: 1;
		line-height: 0;
		overflow: hidden;
		border-radius: 50%;
	}
	.eduv-box > .image-box .image01{
		top: 0;
		left: 290px;
	}
	.eduv-box > .image-box .image02{
		top: 0;
		right: -128px;
	}
	.eduv-box > .image-box .image03{
		top: 525px;
		right: -210px;
	}
	.eduv-box > .text-box{
		padding-right: 207px;
		position: relative;
		z-index: 2;
	}
	.eduv-box .titles{
		margin-bottom: 35px;
		color: #52A5BB;
		font-size: 375%; /* 60px */
		font-family: 'Noto Sans JP';
		font-weight: bold;
		line-height: 1.5;
	}
	.eduv-box .text{
		margin-bottom: 30px;
	}


	/* conference_club */
	body#education-conference_club h1.title-level01{
		letter-spacing: 2px;
	}

	#case_journal .switch_btn {
		display: flex;
		justify-content: space-between;
	}
	#case_journal .switch_btn li{
		box-sizing: border-box;
		border: 0.5px solid #1e2864;
		width: 48%;
		text-align: center;
		position: relative;
	}
	#case_journal .switch_btn li a{
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 0;
		text-decoration: none;
		color: #1e2864;
		transition: .3s;
	}
	#case_journal .switch_btn li a:hover{
		opacity: 0.5;
	}
	#case_journal .switch_btn li::after{
		content: "";
		display: block;
		width: 27px;
		height: 12px;
		background-image: url(../images/common/anchor-type01.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 27px auto;
		position: absolute;
		top: 54px;
		right: 47%;
		bottom: 0;
		margin: auto;
		transform: rotate(90deg);
	}

	#case_journal table.type02 .name{
		font-weight: bold;
		margin-right: 20px;
	}

	/* seminar */
	.seminar-content .post_date{
		color: #52a5bb;
		font-size: 125%;
		font-weight: bold;
		display: flex;
		align-items: center;
	}
	.seminar-content .post_date::after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #52a5bb;
		flex: 1;
		margin-left: 20px;
	}
	.seminar-content .info-box{
		display: inline-block;
		background-color: #dcedf1;
		padding: 5px 18px;
		margin-bottom: 20px;
	}
	.seminar-content .content-box::after{
		content: "";
		display: block;
		clear: both;
	}
	.seminar-content .info-box .enent{
		font-weight: bold;
		margin-right: 10px;
	}
	.seminar-content table.sem_table{
		width: 100%;
		margin-top: 40px;
	}
	.seminar-content table.sem_table p{
		margin-bottom: 0;
	} 
}

@media only screen and (max-width: 640px) {
    
	body.education #title{
		background-image: url(../images/education/title-bg.jpg);
	}
	
	/* INDEX */
	.eduv-box{
		margin-right: -15px;
		margin-left: -15px;
		overflow: hidden;
	}
	.eduv-box > .image-box{
		margin-bottom: 20px;
		padding-top: 78.125%; /* w320 × h250px */
		position: relative;
	}
	.eduv-box > .text-box{
		padding: 15px;
		position: relative;
	}
	.eduv-box > .image-box:before,
	.eduv-box > .text-box:before{
		content: "";
		z-index: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.eduv-box > .image-box:before,
	.eduv-box > .text-box:before,
	.eduv-box > .image-box .image{
		display: block;
		position: absolute;
	}
	.eduv-box > .text-box:before{
		width: 80.3125%; /* w320 × h257 */
		padding-top: 80.3125%;
		background-image: url("../images/education/index/eduv-bg.png");
		top: -85px;
		left: -12.5%; /* -40px */
	}
	.eduv-box > .image-box:before{
		width: 51.25%; /* w320 × h164 */
		padding-top: 51.25%;
		background-image: url("../images/education/index/eduv-bg02.png");
		right: -14.375%; /* -46px */
		bottom: -10px;
	}
	.eduv-box > .image-box .image{
		z-index: 1;
		line-height: 0;
		overflow: hidden;
		border-radius: 50%;
	}
	.eduv-box > .image-box .image01{
		width: 32.8125%; /* 105 */
		top: 0;
		left: 8.125%; /* 26px */
	}
	.eduv-box > .image-box .image02{
		width: 62.5%; /* 200 */
		top: 5%; /* 16px */
		right: -6.25%; /* -20px */
	}
	.eduv-box > .image-box .image03{
		width: 41.25%; /* 132 */
		bottom: 0;
		left: -6.25%; /* -20px */
	}
	.eduv-box .titles{
		margin-bottom: 20px;
		color: #52A5BB;
		font-size: 187.5%; /* 30px */
		font-family: 'Noto Sans JP';
		font-weight: bold;
		line-height: 1.5;
	}
	.eduv-box .text{
		margin-bottom: 20px;
	}
    

	/* conference_club */
	body#education-conference_club h1.title-level01{
		letter-spacing: 2px;
	}

	#case_journal .switch_btn li{
		text-align: center;
		position: relative;
		margin-bottom: 30px;
	}
	#case_journal .switch_btn li a{
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		border: 0.5px solid #1e2864;
		padding: 10px 0;
		text-decoration: none;
		color: #1e2864;
	}
	#case_journal .switch_btn li::after{
		content: "";
		display: block;
		width: 27px;
		height: 12px;
		background-image: url(../images/common/anchor-type01.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 27px auto;
		position: absolute;
		top: 54px;
		right: 47%;
		bottom: 0;
		margin: auto;
		transform: rotate(90deg);
	}

	#case_conference table.type02{
		width: 100%;
	}
	#case_conference table.type02 th{
		box-sizing: border-box;
		min-width: 95px;
		padding: 12px 10px;
	}

	#journal_club  table.type02{
		width: 100%;
	}
	#journal_club table.type02 th{
		box-sizing: border-box;
		min-width: 95px;
		padding: 12px 10px;
	}

	#case_journal table.type02 .name{
		font-weight: bold;
	}

	/* seminar */
	.seminar-content .post_date{
		color: #52a5bb;
		font-size: 112.5%;
		font-weight: bold;
		display: flex;
		align-items: center;
	}
	.seminar-content .post_date::after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #52a5bb;
		flex: 1;
		margin-left: 10px;
	}
	.seminar-content .info-box{
		display: inline-block;
		background-color: #dcedf1;
		padding: 5px 18px;
		margin-bottom: 20px;
	}
	.seminar-content table.sem_table{
		margin-top: 40px;
	}
	.seminar-content table.sem_table th{
		padding: 12px 10px;
		font-size: 14px;
	}
	.seminar-content table.sem_table td{
		font-size: 14px;
	}
	.seminar-content table.sem_table{
		width: 100%;
	}
	.seminar-content table.sem_table p{
		margin-bottom: 0;
	} 
}