.sec__guide {
    padding: 80px 0 100px;
}
@media only screen and (max-width: 719px) {
    .sec__guide {
    padding: 40px 0 100px;
}
}
.sec__guide .guide__btn {
    margin-bottom:70px;
    display:flex;
    flex-wrap:wrap;
    gap: 23px 3.5%;
}
@media only screen and (max-width: 719px) {
.sec__guide .guide__btn {
    margin-bottom:40px;
    gap: 20px 0;
}
}
.sec__guide .guide__btn li {
    width:31%;
}
@media only screen and (max-width: 719px) {
    .sec__guide .guide__btn li {
    width:100%;
}
}
.sec__guide .guide__btn li a {
    font-size:16px;
    color:#987c62;
    display:flex;
  justify-content: center;
  letter-spacing:0.05em;
  align-items: center;
    height:40px;
    width:100%;
    position:relative;
    border:1px solid #987c62;
}
@media only screen and (max-width: 719px) {
.sec__guide .guide__btn li a {
    font-size:13px;
}
}
.sec__guide .guide__btn li a:after {
    content: "";
    border:solid #987c62;
    border-width:0 1px 1px 0;
    padding:3px;
    transform:rotate(45deg);
    position:absolute;
    right:20px;
    top:15px;
}
.sec__guide .guide__list li {
    margin-bottom:80px;
}
.sec__guide .list li {
    margin-bottom:0;
    position:relative;
    padding-left:1em;
}
.sec__guide .list li:before {
    content: "・";
    position:absolute;
    left:0;
    top:0;
}

.sec__guide .u-text--subhead {
    font-size:28px !important;
    color: #6e4f2c !important;
    font-weight: 700;
  letter-spacing:0.1em;
  margin-bottom:40px;
}
@media only screen and (max-width: 719px) {
    .sec__guide .u-text--subhead {
    font-size:22px !important;
  margin-bottom:30px;
}
}
table {
    display: block;
    width: 100%;
    max-width:560px;
    padding: 10px 0 20px;
}
tbody {
    display: block;
    width: 100%;
    border-top: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
}
tr {
    display: flex;
    width: 100%;
    // padding: 10px 0;
    border-bottom: 1px solid #9a9a9a;
}
th,
td {
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
    border-right: 1px solid #9a9a9a;
    vertical-align:middle;
}
tr:first-child {
    background:#f7f5f2;
    text-align:center;
}
th:first-child,
td:first-child{
    width:60%;
}
th:last-child,
td:last-child {
    border-right: none;
    text-align:center;
    width:40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* table.postage th,
table.postage td {
    width: 33.333%;
    width: 50%;
    padding: 15px 10px;
} */
.sec__guide .u-text--body {
    font-size:16px !important;
    color:#987c62 !important;
    line-height: 1.8em;
}
@media only screen and (max-width: 719px) {
    .sec__guide .u-text--body {
    font-size:13px !important;
}
}
.sec__guide .u-text--body a {
    text-decoration:underline !important;
}
.sec__guide strong {
    font-weight: 700;
    font-size: 18px;
    color:#6e4f2c;
    line-height: 1.6em;
    position:relative;
    margin-bottom:10px;
    display: block;
}
.sec__guide strong:before {
    content:"●";
    font-size: 18px;
    color:#6e4f2c;
}

.sec__support {
    background:#f6f4f1;
    padding-top:60px;
}

@media only screen and (max-width: 719px) {
    th,
    td {
        padding: 5px;
    }


    .sec__guide .u-text--body {
        line-height: 1.8em;
    }
    .sec__guide strong {
        font-size: 15px;
    }
.sec__guide strong:before {
    font-size: 15px;
}
}