@charset "UTF-8";
/* outline */
.outline{
  padding: 80px 0;
  margin-bottom: 50px;
  background-color: #e9e9eb;
}
.outline>.txtWrap>h2{
  font-family: "EB Garamond", serif;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #929494;
  text-align: center;
  margin-bottom: 30px;
}
.outlineWrap{
  max-width:1100px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.outlineWrap:last-of-type{
  margin-bottom: 0px;
}
.outlineWrap>h3{
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}
.outlineWrap>table{
  width: 100%;
  border-collapse: collapse;
}
.outlineWrap>table>tbody>tr>th{
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  text-align: right;
  width: 40%;
  padding: 0.75em 2em;
  box-sizing: border-box;
  background-color: #41414b;
  border-top: 2px solid #c6c6c9;
  border-bottom: 2px solid #c6c6c9;
}
.outlineWrap>table>tbody>tr>td{
  font-size: 1em;
  width: 60%;
  padding: 0.5em 2em;
  box-sizing: border-box;
  border-top: 2px solid #c6c6c9;
  border-bottom: 2px solid #c6c6c9;
}
@media (max-width:1200px){
  .outline>.txtWrap>h2{
      font-size: 2.75em;
  }
}
@media (max-width:768px){
  .outline{
      padding: 50px 0;
  }
  .outline>.txtWrap>h2{
      margin-bottom: 20px;
  }
  .outlineWrap{
      margin-bottom: 30px;
  }
  .outlineWrap>table>tbody>tr>th{
      text-align: center;
  }
  .outlineWrap>table>tbody>tr>td{
      padding: 0.5em 2em 1em 2em;
  }
  .outlineWrap>table>tbody>tr>th,
  .outlineWrap>table>tbody>tr>td{
      display: block;
      width: 100%;
      border: none;
  }
}
@media (max-width:500px){
  .outline>.txtWrap>h2{
      font-size: 2.5em;
  }
  .outlineWrap>h3{
      font-size: 1.05em;
  }
  .outlineWrap>table>tbody>tr>th,
  .outlineWrap>table>tbody>tr>td{
      font-size: 0.9em;
  }
}
@media (max-width:430px){
  .outline>.txtWrap>h2{
      font-size: 2.25em;
  }
  .outlineWrap>table>tbody>tr>th,
  .outlineWrap>table>tbody>tr>td{
      font-size: 0.8em;
  }
}
@media (max-width:375px){
  .outline>.txtWrap>h2{
      font-size: 2em;
  }
}