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

/* アクセス*/
.under-access {
	margin-bottom: -5rem;
	padding-top: 17rem;
}
@media screen and (max-width: 1200px) {
  .under-access {
   padding: 10rem 3rem 0;
  }
}

@media screen and (max-width: 768px) {
  .under-menu {
   padding: 10rem 3rem;
   padding-bottom: 5rem;
  }
}


.under-access-space {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .under-access-space {
    display: flex;
	flex-direction: column;
	padding: 0;
  }
}



/* タイトル */
.section-heading-access {
   padding-bottom: 3rem;
   display: flex;
   flex-direction: row;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section-heading-access {
    padding-bottom: 0;
  }
}