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

.global-nav li.nav-outline a {
  color: #ff7200;
}

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

.outline dl {
  display: flex;
  padding: 20px;
}
.outline dl:nth-child(odd) {
  background-color: #eee;
}
.outline dl dt {
  width: 200px;
}
.outline dl dd {
  flex: 1;
}

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

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


}
@media screen and (max-width: 1200px){/*1200以下*/

}


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

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

}

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

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

.outline dl {
  display: block;
  padding: 17px;
}
.outline dl dt {
  width: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.outline dl dt:before {
  content: "/";
  margin-right: 5px;
}

}

