@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  outline.css
// style info :  スタイル指定
=================================================================== */
#outline {
    margin: 100px 0 0;
    padding: 100px 0;
    background: #ECE8E3;
}
#outline h2 {
    font-weight: normal;
    text-align: center;
}


@media screen and (max-width: 767px) {
    #outline {
        padding-top: 50px;
    }

}

/* -----------------------------------------------------
 pageTtl
----------------------------------------------------- */

#outlinePage .pageTtl {
  position: inherit;
  top: auto;
  left: auto;
  transform: translate(0,0);
  text-align: center;
  z-index: 5;
  color: #333 !important;
}


/* -----------------------------------------------------
 outlineWrap
----------------------------------------------------- */
.outlineWrap {
    margin-bottom: 70px;
}
.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: #516f7f !important;
  width: 25%;
}
.outlineTable tr:first-child th {
  border-top: #a3958b 1px solid;
  padding-top: 60px;
}
.outlineTable tr:first-child td {
  border-top: #3f3832 1px solid;
  padding-top: 60px;
}
.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;
}
.outlineTable ul li{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) {
}