/* ----------
page-seminar
---------- */
.page-section .row{
  margin:0;
}

.page-header {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../images/page-seminar/page-header-bg-sp.jpg");
}

.page-header-title {
  position: absolute;
  bottom: 70px;
  display: block;
  color: #111a38;
  background-color: #fff;
  padding: 20px 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  text-align: center;
}

.page-header-title .page-header-title-ja {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 0;
}
/* page-section */
.page-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  height: 100%;
}

.page-person .main {
  padding: 50px 0 100px;
}

/* page-navigation */
.page-navigation {
  background-color: #f7f8f8;
  padding: 30px 0;
  margin-top: 30px;
}

.page-navigation-title {
  margin: 0 auto 45px;
  color: #111a38;
  font-size: 25px;
  text-align: center;
}

.page-navigation-title::after {
  background-color: #111a38;
  content: '';
  display: block;
  margin: 10px auto 0;
  height: 2px;
  width: 30px;
}

.page-navigation-button {
  background-color: #113280;
  padding: 0;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1rem;
  transition: all .3s ease-in-out;
}

.page-navigation-button:hover {
  opacity: .75;
}

.page-navigation-button-off {
  background-color: #6a7faa;
}

.page-navigation-button > a {
  background-color: #113280;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-navigation-button-off {
  background-color: #ccc;
}

.page-navigation-button br {
  display: none;
}


.page-section dl > dt {
  background-color: rgba(28, 143, 204, .1);
  color: #113280;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 20px;
  letter-spacing: 4px;
  font-size: 13px;
}

.page-section dl > dd {
  padding: 10px 20px;
  margin-bottom: 0;
}

.page-section dl > dd > ul {
  margin: 0;
  padding: 0;
}

.page-section dl dd > ul > li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.page-section dl dd > ul > li span{
  color:#999;
}
.page-section dl dd > dl > dt {
  background-color: inherit;
  border: none;
  color: inherit;
  letter-spacing: inherit;
  padding: 0 20px;
}
.page-section dl dd > dl > dd {
  background-color: inherit;
  border: none;
  padding: 0 20px;
  margin-bottom: 10px;
}
h2 {
  font-size:16px;
  margin-bottom:10px;
}
.page-section dl#table{
  margin-bottom:30px;
}

.page-section ul{
  padding-left:25px;
  margin-bottom:40px;
}

.textmain{
  text-align: left;
  padding:40px 0;
  font-size:16px;
  line-height: 2;
}











@media (min-width:768px) {
  .page-header {
    height: 460px;
    background-image: url("../images/page-seminar/page-header-bg.jpg");
  }

  .page-header-title {
    bottom: 150px;
    padding: 30px 0;
  }

  .page-navigation {
    margin-top: 90px;
    padding: 60px 0;
  }

  .page-navigation-title {
    font-size: 40px;
  }

  .page-navigation-button {
    max-width: 300px;
    margin: 0 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .page-navigation-button br {
    display: block;
  }
  .page-section dl#table{
    margin-bottom:50px;
  }
  .page-section dl > dt {
    padding: 30px 20px;
    font-size: 15px;
  }

  .page-section dl > dd {
    padding: 30px 20px;
    border-bottom: 1px solid #c0c0c0;
  }
  .page-section dl dd > dl > dd.minus30 {
    margin-left:-45px;
  }
  .page-section dl dd > dl > dd.minus40 {
    margin-left:-80px;
  }
  h2 {
    font-size:20px;
  }
  .textmain{
    text-align: center;
  }
}
