@charset "utf-8";
/* CSS Document */
.contents .sections {
  padding-bottom: 0;
}
.sections h3 {
  font-weight: bold;
}
.link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 1em;
}
.link::before {
  content: "▶";
  color: #fabe00;
  margin-right: 0.5em;
  font-size: 0.7em;
}
.manual {
  width: 100%;
  padding: 0 1.5%;
  box-sizing: border-box;
}
.manual_wrap {
  padding-bottom: 1em;
}
.manual_ttl {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0.5em;
}
.attention {
  margin: 3em 0 0;
}
.attention li{
  list-style: none !important;
  display: flex;
  margin-left: 0;
}
.attention li::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .contents .sections {
    padding-bottom: 0;
  }
  .contents .sections h3 {
    padding: 5px 0;
  }
}

/* common/basic.cssを引用 */
.u-mb-medium {
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
}
@media (max-width: 767px) {
	.u-mb-medium {
		margin-bottom: 20px;
		margin-bottom: 2.0rem;
	}
}
/* font-color */

.u-fc-navyblue {
	color: #0e3962;
}

.u-fc-red {
	color: #ff0000;
}

.u-fc-quietred {/* 20161214honda */
	color: #ce1739;
}

.u-fc-yellow {
   color: #fabe00;
}

.u-txt--gray {
	color: #999999 !important;
}
.u-txt--darkgray {
   color: #666666;
}
.u-txt--white {
	color: #fff !important;
}
.u-txt--red {
	color: #ff0000 !important;
}
.u-txt--darkred {
	color: #cf1c3d !important;
}
.u-txt__small {
	font-size: 10px;
	position: relative;
	top: -.5em;
}