.section_guide {
    width: 90%;
    max-width: 850px;
    margin: 0 auto 100px;
    text-align: left;
    color: #333;
}
.guide_wrap {
    margin-bottom: 60px;
}
.guide_wrap .ttl {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8em;
  line-height:140%;
}
.guide_txt {
    line-height: 180%;
    margin-bottom: 60px;
    letter-spacing: 0.5px;
}
.sub_wrap {
    margin-bottom: 50px;
}
.guide_wrap .sub_wrap .pay_name {
    font-size: 1.5em;
    font-weight: normal;
    color: #3e3a39;
    letter-spacing: 1.5px;
    line-height: 120%;
    margin-bottom: 20px;
}
span.pay_type:not(:first-child)::before {
    content: "กข";
}
.guide_wrap .sub_wrap .txt {
    line-height: 180%;
    margin: 0 0 35px;
}

.flex_table {
    width: 90%;
    background: #fff;
    max-width: 820px;
    margin: 0 auto 80px;
    padding: 0 0 50px;
}
.flex_table .tr {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
    flex-wrap: wrap;
}
.flex_table .th {
    color: #1561ae;
    width: 10em;
    margin-right: 1.5em;
}
.flex_table .td {
    width: calc(100% - 1.5em - 10em);
    text-align: left;
}
@media screen and (max-width: 600px){
.flex_table .th,
  .flex_table .td{
    width: 100%;	
}
}