body {
  background-color: #white;
  margin:auto;
  width: 1280px;
}

h2 {
  font-size: 15px;
  padding: 5px 2rem;
  border-left: 6px solid purple;
  background: #f5f5dc;
  margin-left: 10px;
  width:95%;
  margin-bottom: -20px;
}

.box29 {
    font-size: 12px;
    background: white;
    margin-left: 10px;
    margin-bottom: 10px;
    width:100%;
　  height: auto;
    border: solid 3px #000000;
 }

.box29 .box-title {
    font-size: 12px;
    background: #e6e6fa;
    padding: 2px;
    text-align: left;
    color: black;
    /*font-weight: bold;*/
    letter-spacing: 0.05em;
    border-bottom: solid 1px #000000;
}

.box29 p {
    font-size: 17px;
    padding: 5px 0px;
    line-height: 1px;
 }

.box30 {
    font-size: 18px;
    background: white;
    margin-left: 10px;
    margin-bottom: 15px;
　  height: auto;
    width:1280px;
 }

.box30 .box-title {
    font-size: 20px;
    background: white;
    padding: 4px;
    text-align: left;
    color: black;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #000000;
}

.box30 p {
    padding: 5px 0px;
 }


.bg_test {
    height: 218px;                  /* 高さ指定 */
    padding:  0px;                 /* 余白指定 */
    background-color: purple;   /* 背景色指定 */
    width: 1280px;
}

.img-vw{
  width : 30;
}

hr{
 width:1286;
 margin-left:10px;
}