.under-mv{
  padding: 50px 0;
}
.page-tit{
  color: #7a4e4f;
}
.page-tit:before{
  background-color: #7a4e4f;
}
.mv-txt{
  color: #7a4e4f;
}
@media screen and (max-width: 810px) {
  .under-mv{
    padding: 30px 0;
  }
}


#outline {
  max-width: 1080px;
  width: 90%;
  padding: 0 0 60px;
  margin: 0 auto;
}
#outline #wrapper {

}
#outline #pageWrap {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 80px 3%;
  padding-top: 30px;
  color: #333;
}



#outline .t_outline_caption {
  font-size: 18px;
  margin-top: 50px;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 20px;
  border-left:#7a4e4f solid 5px;
  padding-left: 1em;
  text-align: left;
}
#outline .t_outline_caption:nth-child(1) {
  margin-top: 0;
}
#outline table {
  border: none;
  border-top: rgba(0,0,0,0.2) dotted 1px;
  width: 100%;
}
#outline table th, #outline table td {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 1em;
  border:none;
  border-bottom: rgba(0,0,0,0.2) dotted 1px;
}
#outline table th {
  white-space: nowrap;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  color: #333;
  border-left: none;
  border-top: none;
  width: 30%;
}
#outline table td {
  border-left: none;
  border-right: none;
  border-top: none;
}
#outline #outline_b9 td {
/*border: none;*/
}
#outline ul {
  margin-top: 1em;
}
#outline ul li {
  font-size: 12px;
}
#outline table {
}
#t_outline table {
  width: 100%;
  border: none;
}
#t_outline th, #t_outline td {
  border: none;
}

@media screen and (max-width : 959px ){
  #outline {
    width: 96%;
    padding: 0 0 50px;
  }
  #outline table th, #outline table td {
    padding: 1em 0.5em;
    font-size: 12px;
  }
  #outline table th {
    white-space: inherit;
    width: 40%;
  }

  #outline .t_outline_caption {
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);

    padding-left: 1em;
  }
}/*max-width: 959px*/


@media screen and (max-width : 599px ){
  #outline #wrapper {
  }
  #outline #pageTit {
  }
  #outline #pageWrap {
    padding: 30px 3%;
  }



}