@charset "UTF-8";

/*****************************
pagesec-flow
*****************************/
.flow {
  margin-top: 3rem;
}
.flow li {
  width: calc(100% / 3);
}
.flow dl {
  background: #072039;
  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: #21405f;
}
.flow li:nth-of-type(3) dl {
  background: #4977a4;
}
@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: #eee;
  padding: 10rem 0 15rem;
}
.pagesec-guidlines .txtbox1 p {
  text-align: center;
  margin-top: 1rem;
}
.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: #072039;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
}
.guidlineslist > div > dt::before {
  background: linear-gradient(90deg, #072039, #003C77);
  content: '';
  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;
  }
}