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

		Mobile first
		Break Point 640px

********************************************* */

/* =======================================
    #secInformation (SP) 
========================================== */
#secInformation {
	padding-top: 40px;
	padding-bottom: 90px;
}
/* =======================================
    #formSort (SP) 
========================================== */
#formSort {
	width: 82%;
	max-width: 275PX;
	margin: 0 auto 20px;
}
#formSort dt {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 34px;
}
#formSort dd {
	width: 100%;
	padding-left: 85px;
	margin-bottom: 10px;
}
/* =======================================
    .boxInfoList (SP) 
========================================== */
.boxInfoList {
	margin-bottom: 35px;
	text-align: left;	
}
.boxInfoList time {
	margin-right: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .1em;
}
.boxInfoList dt {
	margin-bottom: 6px;
}
.boxInfoList dt .iconCategory {
	width: 55px;
	vertical-align: middle;
}
.boxInfoList dd {
	padding-bottom: 18px;
	margin-bottom: 10px;
/*	font-size: 12px;
	font-size: 1.2rem;*/
}
.boxInfoList dd {
	border-bottom: 1px solid #bfbfbf;
}
.boxInfoList dd a {
	display: block;
	width: 100%;
	height: auto;
}
/* *****************************************

		information-single.php

****************************************** */

/* =======================================
    #secInfoContetns (SP) 
========================================== */
#secInfoContetns {
	padding-top: 40px;
	padding-bottom: 120px;
}
#secInfoContetns .boxHeader {
	text-align: left;
}
#secInfoContetns .boxContentInfo {
	margin-bottom: 1em;
}
#secInfoContetns .boxContentInfo time {
	margin-right: 1em;
	letter-spacing: .1em;
}
#secInfoContetns .boxContentInfo a {
	vertical-align: baseline;
}
#secInfoContetns .boxHeader .iconNew::after {
	margin-left: .5em;
	font-size: 1.2rem;
}
#secInfoContetns .boxHeader h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
#secInfoContetns .boxContents {
	padding-top: 30px;
	padding-bottom: 60px;
	margin-bottom: 30px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 15px;
	font-size: 1.5rem;
}
#secInfoContetns .boxContents .boxInner {
	width: 100%;
}
#secInfoContetns .boxContents .boxThum {
	width: 95%;
	margin: 0 auto 40px;
}
#secInfoContetns .boxContents p {
	font-size: 15px;
	font-size: 1.5rem;
}
#secInfoContetns .boxLink .wrapBtn {
	margin-bottom: 30px;
}
#secInfoContetns .boxLink .btnPrevious a,
#secInfoContetns .boxLink .btnNext a {
	display: block;
}
#secInfoContetns .boxLink .btnPrevious a {
	padding-left: 1em;
}
#secInfoContetns .boxLink .btnNext a {
	padding-right: 1em;
}
#secInfoContetns .boxLink .btnPrevious .arrow-l::after,
#secInfoContetns .boxLink .btnNext .arrow-r::after {
	border-color: #000;
}
#secInfoContetns .boxLink .btnPrevious .arrow-l::after {
	left: 0;
}
#secInfoContetns .boxLink .btnNext .arrow-r::after {
	right: 0;
}
#secInfoContetns .boxLink .arrow::after {
	width: 7px;
	height: 7px;
}

@media screen and (min-width:641px) {
	/* =======================================
			#secInformation (min-width:641px) 
	========================================== */
	#secInformation {
		padding-top: 70px;
		padding-bottom: 120px;
	}
	/* =======================================
			#formSort (min-width:641px) 
	========================================== */
	#formSort {
		width: 100%;
		height: 35px;
		max-width: none;
		margin: 0 auto 50px;
	}
	#formSort .boxSort:first-of-type {
		margin-right: 1.5em;
	}
	#formSort .wrapSort {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	#formSort dt {
		float: left;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#formSort dd {
		margin-bottom: 0;
	}
	#formSort dd.boxCategory {
		padding-left: 65px;
	}
	.selectbox select {
		width: 130px;
		border-radius: 5px;
	}
	/* =======================================
			.boxInfoList (min-width:641px) 		
	========================================== */
	.boxInfoList {
		width: 100%;
		margin: 0 auto 60px;
	}
	.boxInfoList time {
		margin-right: 1em;
	}
	.boxInfoList dt {
		float: left;
		margin-bottom: 0;
	}
	.boxInfoList dt .iconCategory {
		width: 75px;
		box-sizing: border-box;
	}
	.boxInfoList dd {
		padding-left: 212px;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.boxInfoList dd {
		border-bottom: 1px solid #bfbfbf;
	}
	.boxInfoList dd a {
		display: inline;
		vertical-align: middle;
	}
	#secInformation .btnBase {
		width: 223px;
	}
	
	/* *****************************************

			information-single.php

	****************************************** */

	/* =======================================
			#secInfoContetns (min-width:641px) 		
	========================================== */
	#secInfoContetns {
		padding-top: 60px;
		padding-bottom: 170px;
	}
	#secInfoContetns .boxContentInfo {
		margin-bottom: 1em;
	}
	#secInfoContetns .boxHeader .iconNew::after {
		margin-left: .5em;
		font-size: 1.2rem;
	}
	#secInfoContetns .boxHeader h2 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	#secInfoContetns .boxContents {
		padding-top: 50px;
		padding-bottom: 60px;
		margin-bottom: 50px;
	}
	#secInfoContetns .boxContents .boxInner {
		width: 83%;
	}
	#secInfoContetns .boxContents .boxThum {
		width: 100%;
		max-width: 555px;
		margin: 0 auto 50px;
	}
	#secInfoContetns .boxLink .wrapBtn {
		margin-bottom: 0;
	}
	#secInfoContetns .boxLink {
		position: relative;
	}
	.btnBack {
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (min-width:980px) {
	/*　for PC 　*/
	/* =======================================
			.boxInfoList (min-width:980px) 		
	========================================== */
	#secNewClassroom {
		padding-top: 82px;
		padding-bottom: 40px;
	}
	#secInformation .secTitle {
		float: left;
		width: 27%;
		text-align: left;
	}
	.boxInfoList {
		text-align: left;	
	}
	.boxInfoList time {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.boxInfoList dd {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#secInformation .btnBase {
		float: left;
	}
}