
@charset "UTF-8";

.heading.block_header_7 {
    margin-bottom: 15px;
}
.inner_item_txt table {
    margin-bottom: 10px;
}
.inner_item_txt table, .inner_item_txt table * {
    border: none;
}
.inner_item_txt table tr td:nth-of-type(1) {
    width: 25%;
}
.inner_item_txt table tr td:nth-of-type(2) {
    width: 75%;
}
#step3 td {
    border: 1px solid;
    width: calc(100% / 5);
}
#step3 td:nth-child(1) {
    border-left: none;
    padding: 2% 1% 2% 0;
}
#step3 td:nth-child(n+2) {
    text-align: center;
}
#step3 td:nth-child(5) {
    border-right: none;
}
#step3 tr:nth-child(4) td {
    border-bottom: none;
}
#step3 tr:nth-child(1) td:nth-child(1),#step3 tr:nth-child(1) td:nth-child(5) {
    border: none;
}
#step3 tr:nth-child(1) td:nth-child(2),#step3 tr:nth-child(1) td:nth-child(3),#step3 tr:nth-child(1) td:nth-child(4) {
    border-top: none;
}
#step6 tr td:nth-of-type(1), #step6 tr td:nth-of-type(2) {
    width: calc(100% / 2);
}
@media (max-width: 900px) {
.inner_item_txt table tr td:nth-of-type(1) {
    width: 45%;
}
.inner_item_txt table tr td:nth-of-type(2) {
    width: 55%;
}
}