@charset "utf-8";
/* top */
#clnc .cntbox{
  width: 1000px;
  padding: 85px 50px 0;
}
#clnc .cntbox h2{
  width: 630px;
  margin: 0 auto 1em;
  font-size: 36px;
  line-height: 1.8em;
  text-align: center;
  border-bottom: 1px solid #f19118;
}
#clnc .cntbox ul{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 920px;
  margin: 10px auto 50px;

  -webkit-flex-wrap: wrap; /* Safari */
  -webkit-justify-content: center;
}
#clnc .cntbox ul li{
  width: 50%;
  margin: 0 0 1em;
  text-align: center;
}
#clnc p.cst{
  margin: 0 0 1em;
}
#clnc .txtbox{
  margin: 3em auto 0;
  padding: 2em;
  border: 1px solid #f19118;
}
#clnc .txtbox h3{
  margin-bottom: 1em;
  font-size: 1.4rem;
  text-align: center;
}
#clnc .txtbox dl dt{
  margin: 1em 0 0;
}
#clnc .txtbox dl dt::before{
  content: "●";
  margin-right: .2em;
}
#clnc .txtbox dl dd{
  margin-left: 1.2em;
}
#clnc .txtbox .clnclstbox{
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
}
#clnc .txtbox .clnclstbox h4{
  width: 18%;
}
#clnc .txtbox .clnclstbox ul{
  justify-content: flex-start;
  width: 82%;
  margin: 0;
}
#clnc .txtbox .clnclstbox ul li{
  width: auto;
  margin: 0 1em 1em 0;
}
#clnc .txtbox .clnclstbox ul li::before{
  content: "・";
}
