@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-access a {
	background-color: #fdf6d0;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.about dl {
  display: flex;
  padding: 20px;
}
.about dl:nth-child(odd) {
  background-color: #eee;
}
.about dl dt {
  width: 170px;
}
.about dl dd {
  flex: 1;
}
.access-img {
  margin-bottom: 50px;
}
.access-img li {
  margin-bottom: 30px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.about dl {
  padding: 10px;
}
.about dl dt {
  width: 110px;
}
.access-img {
  margin-bottom: 30px;
}
.access-img li {
  margin-bottom: 20px;
}

}

