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

#lower-image {
	background: url(../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-contents #main-contents h3 {
	display: block;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 20px;
}

#main-contents .table-header {
	
}

#main-contents .table-header th,
#main-contents .table-header td {
	border-bottom: 1px solid rgba(0,0,0,1);
	font-weight: bolder;
}

#main-contents th:last-child {
	border-right: none;
}

#main-contents td {
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 2.0rem;
	text-align: left;
	vertical-align: middle;
	border-bottom: none;
	box-shadow: none;
}

#main-contents th:last-child,
#main-contents td:last-child {
	box-shadow: none;
}

.img-container {
	display: flex;
	justify-content: space-between;
}

.img-container img {
	display: block;
	align-self: flex-start;
	width: calc(50% - 5px);
}

.def-list__1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1.5;
}

.def-list__1 dl {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}

.def-list__1 dt {
	width: calc(100% - 3em);
	padding: 5px 0px;
}

.def-list__1 dd {
	width: 3em;
	padding: 5px 0px;
	white-space: nowrap;
	text-align: right;
}

.table-list__2 {
	
}

.table-list__2 tr {
	display: block;
	padding: 20px 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.table-list__2 .table-header {
	display: none;
}

.table-list__2 td {
	display: flex;
	padding: 5px 0px;
	color: rgba(0,0,0,1);
	/* background-color: transparent !important; */
}

.table-list__2 td:before {
	flex-shrink: 0;
	content: attr(data-attr);
	font-size: 1.1rem;
	display: block;
	color: rgba(0,0,0,0.5);
	width: 120px;
}

.table-header .name {
	width: 10%;
}

.table-header .title {
	width: 10%;
}

.table-header .name2 {
	width: 30%;
}

.table-header .title2 {
	width: 40%;
}


@media screen and (min-width: 768px) {
}


@media screen and (min-width: 1280px) {
	#main-contents section {
		margin-bottom: 60px;
	}

	#main-contents td {
		padding: 10px;
	}

	.def-list__1 dl {
		width: calc(50% - 20px);
	}

	.table-list__2 .table-header {
		display: table-row;
	}

	.table-list__2 tr {
		display: table-row;
		padding: 0;
		border-top: none;
	}

	.table-list__2 td {
		display: table-cell !important;
		padding: 0;
	}

	.table-list__2 td:before {
		content: none;
	}

	#main-contents tr:nth-child(even) th,
	#main-contents tr:nth-child(even) td {
		background-color: rgba(0,0,0,0.025);
	}
}