@charset "UTF-8";

/******************************
pagesec
******************************/
.pagesec{
  background: url(../../images/common/bg_menu.webp) repeat-y center / auto;
}
.ttlbox2 {
  margin-bottom: 3rem;
}
.ttlbox2 .ttl::before{
  top: -30px;
}

.guidlineslist {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.guidlineslist > div {
  background: #fff;
  box-shadow: 2px 2px #ccc;
  padding: 2rem 1.5rem ;
}
.guidlineslist > div > dt{
  font-size: 2.2rem;
  margin-bottom: 2rem;
  position: relative;
}
.guidlineslist > div > dt::before,
.guidlineslist > div > dt::after{
  content: '';
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.guidlineslist > div > dt::after {
  background: #004A6D;
  transition: 0.3s;
  width: 70px;
}

.guidlineslist dl dt{
  background: rgba(26, 56, 2, .7);
  color: #fff;
  padding: .5rem 1rem;
}
.guidlineslist dl dd{
  padding: 1rem 1rem 1.5rem;
}