@charset "UTF-8";

/*****************************
pagesec-flow
*****************************/
.flow {
  margin-top: 3rem;
}
.flow li {
  width: calc(100% / 3);
}
.flow dl {
  background: #233b6c;
  color: #fff;
  padding: 2rem 1rem;
  height: 100%;
  width: 100%;
}
.flow dt {
  border-bottom: 1px dotted #fff;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.flow li:nth-of-type(2) dl {
  background: #6d7ea0;
}
.flow li:nth-of-type(3) dl {
  background: #98aacd;
}
@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) {
  .flow {
    gap: 1rem;
  }
  .flow li {
    width: 100%;
  }
  .flow dt {
    text-align: left;
  }
}

/*****************************
pagesec-guidlines
*****************************/
.pagesec-guidlines {
  background: #f2f2f2;
}
.guidlineslist {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 3rem;
}
.guidlineslist > div {
  background: #fff;
  box-shadow: 2px 2px #ccc;
  padding: 2rem 4rem 3rem;
}
.guidlineslist > div > dt {
  border-bottom: 2px solid #ccc;
  color: #233b6c;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
}
.guidlineslist > div > dt::before {
  content: "";
  background:#233b6c;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100px;
}
.guidlineslist .tblbox1 {
  margin: 2rem 0;
  max-width: 100%;
}
.guidlineslist .morebtn1 {
  text-align: center;
}
@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) {
  .guidlineslist > div {
    padding: 2rem 2rem 3rem;
  }
  .guidlineslist > div > dt {
    font-size: 2rem;
  }
}