@charset "UTF-8";
/*!
Theme Name: xwrite child
Template: xwrite
*/

body {
line-height: 2;
}

.table_design {
border-collapse: collapse;
width: 100%;
max-width: 700px;
}
.table_design th, .table_design td {
padding: 1em;
}
.table_design th {
color: #64625F;
font-weight: bold;
text-align: left;
width: 30%;
min-width: 4em;
position: relative;
}
.table_design th::after {
content: ”;
background-color: #c1c7c6;
position: absolute;
top: 50%;
left: 100%;
transform: translateY(-50%);
width: 1px;
height: 60%;
}