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

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

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

.feature dl {
  display: flex;
}
.feature dl dt {
  width: 100px;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  text-align: center;
}
.feature dl dd {
  flex: 1;
  border-left: solid 1px #ccc;
  padding: 0 0 50px 30px!important;
}
.feature dl dd:last-child {
  padding-bottom: 0;
}
.feature dl dd h3 {
  color: #eb4e1c;
	font-family: 'Kiwi Maru', serif;
  font-size: 2.5rem;
  font-weight: normal;
  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) {

.feature dl dt {
  width: 50px;
  font-size: 1.7rem;
}
.feature dl dd {
  padding: 0 0 20px 20px!important;
}
.feature dl dd h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

}

