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

/* 基本設定　ここから */

.exampleConts p {
	line-height: 2;
}

.exampleConts > .inner > p {
	margin: 0 auto 5em;
	text-align: center;
}

.exampleConts__map {
	width: 600px;
	margin: 0 auto 2em;
}

.exampleConts__box {
	margin: 0 auto;
	padding: 4em 0 8em;
	background: #fff url('../images/exampleContsBox_bg01.png') no-repeat top right/474px 322px;
}

.exampleConts__box--2 {
	background: #fafafa url('../images/exampleContsBox_bg02.png') no-repeat top left/474px 322px;
}

.exampleConts__box h4 {
	position: relative;
	margin: 0 auto 2em;
	font-size: 30px;
	font-size: 3rem;
	font-weight: normal;
}

.exampleConts__box h4::after {
	position: absolute;
	content: "";
	top: 60px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #000;
}

.exampleConts__box--2 h4 {
	text-align: right;
}

.exampleConts__box--2 h4::after {
	left: inherit;
	right: 0;
}

.exampleContsBox__img {
	width: 450px;
	margin: -200px -20px 1em auto;
}

.exampleConts__table {
	width: 100%;
}

.exampleConts__table table {
	width: 100%;
	background: rgba(256,256,256,.7)
}

.exampleConts__box--2 table {
	background: rgba(250,250,250,.7)
}

.exampleConts__table th {
	width: 200px;
	border-right: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 1em;
	vertical-align: top;
}

.exampleConts__table td {
	border-bottom: 1px dashed #ccc;
	padding: 1em;
}

.exampleConts__table tr:last-child td {
	border-bottom: none;
}

.exampleConts__table tr .borderless {
	border-bottom: none;
}


@media screen and (max-width:768px) {
	.exampleConts > .inner > p {
		text-align: left;
	}
	
	.exampleConts__map {
		width: 100%;
		margin: 0 auto 2em;
	}
	
	.exampleConts__box {
		margin: 0 auto;
		padding: 4em 0 8em;
		background: #fff url('../images/exampleContsBox_bg01.png') no-repeat top right/contain;
	}
	
	.exampleConts__box--2 {
		background: #fafafa url('../images/exampleContsBox_bg02.png') no-repeat top left/contain;
	}
	
	.exampleConts__box h4 {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}
	
	.exampleConts__box h4::after {
		top: 35px;
		left: 0;
		right: 0;
		width: 60px;
		margin: 0 auto;
	}
	
	.exampleConts__box--2 h4 {
		text-align: center;
	}
	
	.exampleConts__box--2 h4::after {
		left: 0;
		right: 0;
	}
	
	.exampleConts__table table {
		background: rgba(256,256,256,.8)
	}
	
	.exampleConts__box--2 table {
		background: rgba(250,250,250,.8)
	}
	
	.exampleConts__table tr {
		border: 1px solid #ccc;
		border-left: none;
		border-right: none;
	}
	
	.exampleConts__table tr:first-child {
		border-top: none;
	}
	
	.exampleConts__table th {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
		background: #fafafa;
	}
	
	.exampleConts__box--2 table th {
		background: #efefeF;
	}
	
	.exampleConts__table td {
		display: block;
		border-bottom: none;
		padding: 14px 14px 7px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.exampleConts__table tr:last-child td {
/*
		border-bottom: 1px dashed #ccc;
*/
	}
	
	.exampleConts__table tr td:last-child {
		border-bottom: none;
		padding: 0 14px 14px 21px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.exampleConts__table tr .borderless {
		border-bottom: 1px solid #ccc;
	}
}
