@charset "UTF-8";

/* mainSection
---------------------------------------------------------- */
#recLead,
#recTel {
	position: relative;
}

#recTel li {
	line-height: 1.5;
}

#recTel li strong {
	font-size: 18px;
	font-weight: normal;
}

#mainSection p {
	margin-bottom: 10px;
}

#mainSection table {
	width: 100%;
	border: 1px solid #E3E3E3;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}

#mainSection table th,
#mainSection table td {
	border: 1px solid #E3E3E3;
	padding: 8px;
}

#mainSection table th {
	width: 100px;
	text-align: left;
}

#mainSection table ul {
	margin: -5px 0 10px 5px;
	list-style: inside circle;
}

#mainSection table p:last-child {
	margin: 0;
}

.recPhoto {
	display: flex;
	flex-wrap: wrap;
}
.recPhoto li {
	padding-top: 1rem;
	width: 50%;
	text-align: center;
}

/*===============================================
● PC向け 横幅960px以上
===============================================*/
@media all and (min-width: 960px){
	/* mainSection
	---------------------------------------------------------- */
	#recLead {
		border-right: 2px solid #EDE6DB;
		float: left;
		margin: 0;
		padding: 0 20px 0 0;
		width: 600px;
	}

	#recTel {
		float: right;
		width: 248px;
	}

	#recTel li {
		padding-bottom: 10px;
	}

	#recTel a {
		color: #000;
		cursor: default;
	}

	.fLeft {
		float: left;
	}

	.fRight {
		float: right;
	}

	.recWide {
		width: 520px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.recWide .photo img {
		width: 255px;
	}
	
	.recNarrow {
		width: 360px;
	}
	.recSWide {
		width: 610px;
	}
	.recSNarrow {
		width: 270px;
	}
	
	.recSWide .sep1-1 {
		width: 300px;
	}

	.recSWide .sep1-1 dt {
		padding: 7px 0;
		width: 110px;
		float: left;
		clear: both;
		border-top: 1px dotted #d7bea0;
	}
	.recSWide .sep1-1 dd {
		margin-left: 110px;
		padding: 7px 0;
		width: 190px;
		border-top: 1px dotted #d7bea0;
	}

	.recCurriculum img {
		max-width: 100%;
		height: auto;
	}

	.recPhoto li {
		width: 300px;
	}
	/* 	Clearfix Property
	---------------------------------------------------------- */
	#mainSection article:after,
	.recSWide:after,
	#mainSection dl:after {
		content: ".";
		display: block;
		height: 0px;
		clear: both;
		line-height: 0; 
		visibility: hidden;
	}
	
	#mainSection article,
	.recSWide,
	#mainSection dl {
		zoom: 1;
	}
}
/*===============================================
● PC以外 横幅959px以下
===============================================*/
@media all and (max-width: 959px){
	/* mainSection
	---------------------------------------------------------- */
	#recTel {
		padding-bottom: 10px;
		width: 100%;
	}

	#recTel li {
		background: #fff;
		border-bottom: 2px solid #EDE6DB;
	}

	#recTel a {
		padding: 10px;
		display: block;
		position: relative;
	}

	#recTel a:after {
		content: 'g';
		margin-top: -20px;
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		font-family: "mtz";
		font-style: normal;
		font-weight: normal;
		font-size: 40px;
		line-height: 40px;
		text-decoration: inherit;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		speak: none;
	}

	#mainSection table th {
		width: 24%;
	}

	#mainSection table td {
		width: 76%;
	}
	
	#mainSection table td img {
		width: 100%;
	}
}