@charset "utf-8";

/*------------------------------------------------------------
  manual
------------------------------------------------------------*/
.container {
  margin-bottom: 65px;
}

#conts .comMarBox {
  margin: 0px 0px 30px 15px;
}

#conts .headLine03 {
  padding: 7px 0 8px;
  font-size: 1.5rem;
  font-weight: 500;
}

#conts .flexBox {
  margin-bottom: 15px;
  padding-top: 7px;
  display: flex;
  justify-content: space-between;
}

#conts .flexBox p {
  line-height: 1.4;
}

#conts .flexBox .txtDl {
  margin-top: -16px;
  width: 362px;
  flex-shrink: 0;
}

#conts .flexBox .txtDl dt {
  float: left;
}

#conts .flexBox .txtDl dd {
  padding: 8px 0 0 8.2em;
  font-size: 1.4rem;
}

#conts .flexBox .txtDl .pdfLink {
  margin: 6px 0 0 -20px;
}

#conts .listUl {
  margin-left: 17px;
}

#conts .listUl>li {
  margin-bottom: 22px;
  width: 100%;
  display: flex;
}

#conts .listUl>li:last-child {
  margin-bottom: 0;
}

#conts .listUl .leftBox {
  width: 320px;
  display: flex;
  justify-content: space-between;
}

#conts .listUl .headLine03 {
  padding-right: 5px;
  font-size: 1.4rem;
  width: 90px;
  box-sizing: border-box;
}

#conts .listUl .title {
  margin-bottom: 11px;
  font-size: 1.4rem;
  font-weight: 500;
}

#conts .listUl .textBox {
  margin-top: 4px;
  flex: 2;
}

#conts .listUl ul {
  line-height: 1.4;
}

#conts .listUl .pdfLink {
  margin: 5px 0 0 12px;
}

/* pdfLink */
#conts .pdfLink a {
  padding-top: 2px;
  padding-left: 25px;
  font-size: 1.2rem !important;
  display: inline-block;
  position: relative;
  line-height: 1 !important;
  text-decoration: underline;
}

#conts .pdfLink a:hover {
  text-decoration: none;
}

#conts .pdfLink a::before {
  width: 22px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
}