body{
  background-color: #ffffff;
  overflow-x: hidden;
}
.title{
  text-align: center;
  text-align: center;
  font-size: 1.5em;
}
span{
  font-weight: bold;
  display: contents;
}
div{
  margin: 0.3em 0 0.3em 0;
  word-break: break-all;
}
p{
  margin: 0;
  padding: 0;
}
.line{
  margin-top: 1em;
}
.h1{
  font-size: 1em;
  font-weight: bold;
}
.h2{
  font-size: 1em;
  font-weight: bold;
}
.h3{
  font-size: 1em;
  font-weight: bold;
}
.table{
  border: 1px solid black;
  margin: 0;
}
.table_th{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0;
  border-bottom: 1px solid black;
}
.table_tr{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0;
  border-bottom: 1px solid black;
}
.table_tr:last-child{
  border-bottom: none;
}
.table_td{
  border-right: 1px solid black;
  margin: 0;
  display: flex;  
  align-items: flex-start;
  padding: 0.3em;
  flex-direction: column;
  justify-content: flex-start;
  word-break: break-all;
}
.table_td:last-child{
  border-right: none;
}

.one_line{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.8em;
  padding-right: 0.8em;
  height: 4em;
}
.one_line .left{

}
.one_line .right:before{
  content: "";
  float:left;
  position: relative;
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #ffffff;
  z-index: 1;
}
.one_line .right:after{
content: "";
float:left;
position: relative;
left: -0.3em;
top: 0;
width: 0;
height: 0;
border-top: 0.4em solid transparent;
border-bottom: 0.4em solid transparent;
border-left: 0.4em solid rgba(0, 0, 0, 0.40);
}