@charset "UTF-8";
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}

#wrapper{
	position: relative;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 768px) {
#wrapper{
	min-width: 1150px;
}

#mv {
	position: relative;
	width: 100%;
	height: 480px;
}
#mv h2 {
	z-index: 4;
	position: absolute;
	left: 6.94%;
	top: 240px;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
#mv .photo {
	position: relative;
	float: right;
	width: 81.9%;
	height: 480px;
	background: url(../images/etc/contact_mv_bg.png) center center no-repeat;
	background-size: cover;
	border-radius: 0 0 0 20px;
}
#mv ul li{
	margin-left: 10px;
}
#mv .bg01 {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0px;
	/*margin-left: -168px;*/
}

}

@media screen and (max-width: 767px) {
	
	#mv {
		position: relative;
	}
	#mv h2 {
		z-index: 4;
		position: absolute;
		left: 4%;
		top: 35vw;
		font-size: calc( 100vw * calc(60 / 750));
		font-weight: bold;
		letter-spacing: 0.06em;
	}
	
}

@media screen and (min-width: 768px) {
#contents {
	padding: 0 0 0;
}

#topicpath {
	padding: 20px 0 36px 30px;
	font-size: 11px;
	color: #666666;
}
#topicpath a {
	color: #666666;
	text-decoration: underline;
}

.wrap01 {
	position: relative;
	min-width: 1150px;
	background: linear-gradient(90deg,#f5f5f5 50%, #ffffff 50%);
}
.wrap01_inner  {
	z-index:1;
	position: relative;
	width: 1110px;
	margin: 0 auto;
	padding-bottom: 44px;
	/*margin-left: calc( ( 100vw - 1150px  ) / 2 );*/
	background: #ffffff;
}
#cont01 {
}
.table01 {
	border-collapse: collapse;
	width: 790px;
	margin: 0 auto;
}
.table01 th {
	border-collapse: collapse;
	width: 125px;
	padding: 30px 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.875;
	color: #444444;
	vertical-align: top;
	border-top: 1px solid #dadada;
}
.table01 td {
	border-collapse: collapse;
	width: 675px;
	padding: 30px 0;
	font-size: 15px;
	color: #444444;
	line-height: 1.875;
	vertical-align: top;
	border-top: 1px solid #dadada;
}
.table01 td a{
	color: #ff6363;
}

.table01 tr:first-child th,
.table01 tr:first-child td {
	border-top: none;
	
}
	
}
@media screen and (max-width: 767px) {
	
	.wrap01 {
		position: relative;
		min-width: 100%;
		padding-bottom: 9%;
		background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 9.87%, #ffffff 9.87%, #ffffff 100%);
	}
	#topicpath {
		padding: 5.3% 0 0 16.5%;
		font-size: calc( 100vw * calc(16 / 750));
		color: #666666;
	}
	#topicpath a {
		color: #666666;
		text-decoration: underline;
	}
	#cont01 {
		box-sizing: border-box;
		padding: 6.7% 8.5% 0 16.5%;
		width: 100%;
	}
	.table01 {
		border-collapse: collapse;
		width: 100%;
		display: block;
	}
	.table01 tr {
		width: 100%;
		display: inline-block;
	}
	.table01 th {
		display: block;
		width: 100%;
		padding: 25px 0 10px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.875;
		color: #444444;
		vertical-align: top;
		border-top: 1px solid #dadada;
	}
	.table01 td {
		display: block;
		width: 100%;
		padding: 0 0 25px;
		font-size: 12px;
		color: #444444;
		line-height: 1.875;
		vertical-align: top;
	}
	.table01 td a{
		color: #ff6363;
	}
	
	.table01 tr:first-child th {
		border-top: none;
		
	}
	
}


