@scope (.mce-content-body) {
  body {
    font-family: Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  
  h2 {
    font-weight: 400;
    position: relative;
    padding: 10px 0 0 0;
    margin-top:50px;
    margin-bottom:35px;
    line-height:1.5em;
    clear: both;
  }
  h2::before {
    content: '';
    position: absolute;
    top:-15px;
    left: 0;
    width: 100%;
    height: 8px;
    background-image:
      repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
      repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
    background-size: 8px 8px;
  }
  h2::after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 100%;
    height: 8px;
    background-image:
      repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
      repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
    background-size: 8px 8px;
  }
  
  h3 {
    font-size: 130%;
    padding-left: 24px;
    padding-top: 20px;
    clear: both;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
  }
  h3::before,
  h3::after {
    position: absolute;
    top: 17px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }
  h3::before{
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: tan;
  }
  h3::after{
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  p {
    margin:0 auto;
    line-height: 2.4;
  }
  a {
      color: #ed3700;
      text-decoration: none;
  }
  table {
    margin: 0 0 24px 0;
    border: solid 2px lightgray!important;
  }
  table th, tr {
    border-bottom: 1px whitesmoke solid;
  }
  table th, table td {
    padding: 10px 15px;
    line-height: 2.2;
    vertical-align: top;
  }
  table td {
    border: none!important;
    padding: 10px 15px;
  }
  @media screen and (max-width: 639px) {
    div.table-wrap{
      overflow-x: scroll;
      margin-bottom: 30px;
    }
  }
  @media screen and (min-width: 640px) {
    div.table-wrap{
      overflow-x: none;
      margin-bottom: 0;
    }
  }
  table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }
  table tr:nth-child(odd) td {  
    background-color: whitesmoke;  
  }
  table tr:nth-child(even) td {  
    background-color: #FFF;  
  }
}