@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  outline.css
// style info :  スタイル指定
=================================================================== */
/* -----------------------------------------------------
 pageTtl
----------------------------------------------------- */
#outlinePage .pageTtl {
  /* position: inherit;
  top: auto;
  left: auto;
  transform: translate(0,0);
  text-align: center; */
  z-index: 5;
  color: #333 !important;
}
#outlinePage .kv {
  height: 400px;
}
@media screen and (max-width: 560px) {
  #outlinePage .kv {
    height: 100vw;
  }
}

/* -----------------------------------------------------
 outlineWrap
----------------------------------------------------- */
.outlineWrap h3 {
  padding-bottom: 15px;
  border-bottom: 3px solid #eeeeee;
  font-size: 18px;
  font-weight: 400;
}
.outlineTable {
  width: 100%;
  margin-top: 40px;
  font-size: 14px;
}
.outlineTable th,
.outlineTable td {
  padding: 20px;
}
.outlineTable th {
  padding-left: 10%;
  font-weight: 400;
  color: #666;
  width: 30%;
}
.outlineTable tr:first-child th {
  border-top: #3a5058 1px solid;
  padding-top: 60px;
}
.outlineTable tr:first-child td {
  border-top: #DCDCDC 1px solid;
  padding-top: 60px;
}
.outlineTable tr:last-child th {
  border-bottom: #3a5058 1px solid;
  padding-bottom: 60px;
}
.outlineTable tr:last-child td {
  border-bottom: #DCDCDC 1px solid;
  padding-bottom: 60px;
}
#outlinePage .outlineWrap img {
  width: min(30vw,300px);
}

@media only screen and (max-width: 767px) {
  .outlineTable {
    margin-top: 0;
  }
  .outlineTable tr:first-child th,
  .outlineTable tr:first-child td,
  .outlineTable tr:last-child th,
  .outlineTable tr:last-child td {
    border: none;
    padding: 0;
  }
  .outlineTable th,
  .outlineTable td {
    display: block;
    width: 100%;
    padding: 20px 20px 0 !important;
  }
  .outlineTable th {
    font-weight: bold;
    margin-top: 20px;
  }
  .outlineTable td {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #ddd;
  }
  .outlineTable tr:first-child td,
  .outlineTable tr:last-child td {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #ddd !important;
  }
  .outlineTable tr:first-child th {
    margin-top: 0;
  }
  #outlinePage .outlineWrap img {
    width: 50vw;
  }
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 420px) {
}