@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: #baada3 !important;
}
.logobox{text-align: center;}
.logobox img{width: 300px;;}
/* -----------------------------------------------------
 outlineWrap
----------------------------------------------------- */
.outlineWrap {padding: 100px 0; background: #ded4cc;}
.outlineWrap h3 {
  padding-bottom: 15px;
  border-bottom: 3px solid #666;
  font-size: 18px;
  font-weight: 400;
	color: var(--color01);
}
.outlineTable {
  width: 100%;
  margin-top: 40px;
  font-size: 14px;
}
.outlineTable th,
.outlineTable td {
  padding: 20px;
  color: var(--color01) !important;
}
.outlineTable th {
  padding-left: 10%;
  font-weight: 400;
  color: #754e46 !important;
  width: 30%;
}
.outlineTable tr:last-child th {
  border-bottom: #a3958b 1px solid;
  padding-bottom: 60px;
}
.outlineTable tr:last-child td {
  border-bottom: #3f3832 1px solid;
  padding-bottom: 60px;
}
.outlineWrap ul li{color: var(--color01); margin-bottom: 10px;}
@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 #3f3832;
  }
  .outlineTable tr:first-child td,
  .outlineTable tr:last-child td {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #3f3832 !important;
  }
  .outlineTable tr:first-child th {
    margin-top: 0;
  }
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 420px) {
}