@charset "UTF-8";

/******************************
common
******************************/
.guidelines li{
  padding-left: 2rem;
}
.guidelines li:not(:last-of-type){
  margin-bottom: 3rem;
}
.guidelines li .ttl{
  border-bottom: 1px solid #ccc;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
}
.guidelines li .ttl::before {
  content: "";
  background: #000000;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100px;
}
.guidelines li > .txtbox{
  margin: 1.5rem 0 2rem;
}

.guidelines .tblbox1{
  background: rgba(255,255,255,.6);
  padding: 2rem 2rem 4rem;
}
.guidelines .morebtn1{
  margin-top: 4rem;
  text-align: right;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .guidelines li{
    padding-left: 0;
  }
}