@charset "UTF-8";

#global-navi>li:nth-of-type(5):before{
	opacity: 1;
	transform: scale(1.5) rotate(0);
}

#sec01{
	padding-bottom: 160px;
}
#sec01 .pic{
	width: 600px;
	height: 400px;
	background: #ccc;
}
#sec01>.inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	flex-direction: row-reverse;
}
#sec01 .sec-ttl01{
	width: 100%;
}
#sec01 .txt{
	width: 500px;
	margin-right: -100px;
	position: relative;
	z-index: 9;
	padding: 40px;
	background: #fff;
	margin-bottom: -60px;
}
#sec01 .parag:not(:last-of-type){
	margin-bottom: 1em;
}
.signature{
	font-weight: 600;
	font-family: 'Shippori Mincho', serif;
	font-size: 105%;
	text-align: right;
}

#sec02{
	background: #ddd;
}
#sec02 table{
	line-height: 2;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #888;
}
#sec02 tr{
	border-bottom: 1px solid #888;

}
#sec02 th{
	width: 25%;
	//font-weight: 500;
	position: relative;
	vertical-align: top;
	padding: 20px 15px;
	text-align: left;
}
#sec02 td{
	width: 75%;
	padding: 20px 15px;
}
#sec02 td dt{
	font-weight: 600;
}
#sec02 td dl:not(:last-of-type){
	margin-bottom: 1em;
}
#sec02 td h3{
	font-size: 1.4rem;
}
#sec02 li ul{
	padding-left: 1em;
}
#sec02 td>ul>li:not(:last-of-type){
	margin-bottom: 1em;
}



@media screen and (max-width: 768px){
	#sec01{
		padding: 5rem 0;
	}
	#sec01 .pic{
		width: calc(100% - 3rem);
		margin-left: 3rem;
		height: calc((100vw - 3rem) / 3 * 2);
	}
	#sec01>.inner{
		display: block;
	}
	#sec01 .txt{
		width: calc(100% - 3rem);;
		margin-right: 0;
		padding: 3rem;
		margin-bottom: 0;
		margin-top: -3rem;
	}
	#sec01 .sec-ttl01{
		padding: 0 1.5rem;
	}

	#sec02 table,
	#sec02 tr,
	#sec02 th,
	#sec02 td{
		display: block;
		width: 100%;
	}
	#sec02 th{
		padding: 1.5rem 0 0;
	}
	#sec02 td{
		padding: .5rem 0 1.5rem;
	}

	#sec02 td h3{
		font-size: 1.2rem;
	}

}