@charset "UTF-8";


/******************************************************************
	access
******************************************************************/
.access > section{
	margin: 0 auto 70px auto;
}
.access p{
	font-size: 1.5rem;
	line-height: 180%;
}
.access > p{
	margin: 0 0 70px 0;
}
.access img{
	max-width: 100%;
	width: 100%;
}
@media only screen and (max-width: 500px) {

	.access p{
		font-size: 1.3rem;
		line-height: 180%;
	}
	.access > section{
		margin: 0 0 30px 0;
	}

}

/* ul
=======================*/
.access ul{
	width: 100%;
	margin: 0 auto 70px auto;
	/* flex center */
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.access ul li{
	width: 25%;
	margin: 0 10px;
	font-size: 1.5rem;
	text-align: center;
}

.access ul li a{
	width: 100%;
	padding: 10px;
	display: block;
	background-color: #363636;
	border-radius: 3px;
	color: #fff
}
.access ul li a:hover{
	background-color: #F07FB1;
}

@media only screen and (max-width: 500px) {

	.access ul{
		width: 100%;
		margin: 0 auto 30px auto;
		/* flex center */
		display: inline-block;
		overflow: hidden;
	}
	.access ul li{
		width: 100%;
		margin: 0 0 5px 0;
		font-size: 1.3rem;
		text-align: center;
	}

}

/* section
=======================*/

.access section > section{
	width: 100%;
	display: flex;
	overflow: hidden;
}
#office01 section{
	margin: 0 0 50px 0;
}
.access .img{
	width: 50%;
}
.access iframe{
	width: 100%;
	max-width: 100%;
	height: 300px;
}
.access .txt{
	width: 50%;
	padding: 0 50px;
}
.access .txt h2{
	margin: 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #363636;
}
@media only screen and (max-width: 500px) {

	.access section > section{
		display: inline-block;
	}
	#office01 section{
		margin: 0 0 30px 0;
	}
	.access .img{
		width: 100%;
	}
	.access .txt{
		width: 100%;
		padding: 30px 0;
	}

}

