@charset "UTF-8";
/* CSS Document */
#access section{
	padding: 4rem 4% 0;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border-radius: 8px;
}
.contact {
	display: flex;
}
.contact li:first-child{
	width: 100%;
	flex-basis: 5rem;
}
.contact li:last-child{
	width:100%;
}
