@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.rest_text{
  font-size: 144%;
  text-align: center;
}
.underline{
    text-decoration: underline;
}
/* ==========================

============================= */
 

td{
    text-align: center;
    padding: 8px;
}

.tr_color{
    background-color: #ededed;
}
hr {
  margin: 1.5em 0;
}
.inner_text--title {
  padding-bottom: 0.5em;
  font-size: 110%;
  font-weight: bold;
}
.inner_text--list li {
  display: flex;
  align-items: flex-start;
  &:not(:last-child) {
    margin-bottom: 1em;
  }
  &::before {
    content: "・";
  }
}

@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
table{
    overflow-x: scroll;
    display: block;
    margin-bottom: 15px;
}
}

@media print {


}