h1,
h2,
h3,
h4,
h5,
p {
  border: none;
}

.main {
  width: 90%;
  margin: 0 auto;
}

.sp {
  display: block;
}
.pc {
  display: none;
}
table {
  margin-top: 10px;
}
tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
tr + tr {
  margin-top: 20px;
}
.outline_title {
  font-weight: bold;
}
ul.policy_list {
  margin-left: 20px;
}
li.policy_item {
  list-style-type: decimal;
}
.mttest {
  padding-top: 0px;
}

@media screen and (min-width: 768px) {
  .title {
    margin-top: 60px;
  }
  .container_title {
    font-size: 20px;
    text-align: center;
    padding-top: 50px;
  }

  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .mttest {
    padding-top: 27px;
  }
}
