.photo_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.photo_block div img {
    width: 100%;
    height: auto;
}
.photo_block div .caption {
    font-size: 12px;
    text-align: center;
}
.text_block .hl02b {
    margin-top: 60px;
    padding-top: 50px;
    margin-bottom: 20px;
    border-top: none;
}
.text_block .hl02b .hl02b__main {
    font-size: 20px;
}
.text_block .hl02b__main {
    font-size: 18px !important;
    padding-bottom: 5px;
    margin-bottom: 1em;
}
.text_block_inner {
    /* padding-left: 1.5em; */
}
.text_block_box {
    margin-bottom: 2em;
}
.text_block_box dl {
    display: flex;
    margin-bottom: 0;
    margin-left: 1em;
}
.text_block_box dl dt {
    font-weight: normal;
}
.text_block_box ul {
    list-style-type: none;
}
.kakko_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    counter-reset: number 0;
}
.kakko_ul li {
    text-indent: -2.5em;
    margin-left: 2.5em;
}
.kakko_ul li:before {
    counter-increment: number 1;
    content: "（" counter(number) "）";
}
.contents__body .text_block_contact {
    padding: 2em;
    border: 1px solid #ccc;
    margin-top: 0;
}
.text_block_contact h2 {
    text-align: center;
}

.text_block_contact_flex {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
}
.text_block_contact_flex dl {
    margin-bottom: 0;
}
.br_sp {
    display: none;
}
.text_block_head {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1em;
    color: #10be84;
    text-align: center;
}
.flex-end {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.hl02__main {
    font-size: 22px !important;
}
.flex-end p {
    margin: 0;
}
.ul_circle {
}
.ul_circle li {
    list-style-type: circle;
    margin-left: 1.5em;
}
.jabank_help_desk {
    width: 100%;
}
.jabank_help_desk th,
.jabank_help_desk td {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.text_block_contact_flex dl dd {
    text-align: center;
    font-weight: bold;
}
@media (max-width: 480px) {
    .br_sp {
        display: block;
    }
    .contents__body .text_block_contact {
        padding: 1em;
    }
    .text_block_contact h2 {
        font-size: 1rem;
    }
    .text_block_contact_flex {
        display: block;
    }
    .text_block_contact_flex dl {
        text-align: center;
    }
    .text_block_contact_flex dl dt {
        text-align: left;
    }
    .text_block_contact_flex dl dt, .text_block_contact_flex dl dd {
        font-size: 1rem;
    }
    .ul_circle {
        padding-left: 0em;
    }
     .ul_circle li {
        
    }
    .flex-end  {
        
    }
    .text_block_head {
        font-size: 1rem;
    }
    .hl02__main {
        font-size: 1.4rem!important;
    }
}

.ul_notice {
    list-style-type: none;
}
.ul_notice li {
    text-indent: -1em;
    margin-left: 1em;
    font-weight: bold;
}
.ul_notice li:before {
    content: "※";
}
.url li {
    word-wrap: break-word;
}
.url li div {
    word-wrap: break-word;
}
.brand_name {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 1em;
}
.brand_name dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.brand_name dd {
    margin: 0;
    padding: 0;
    margin-left: 3em;
}
.contents__body .btn_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.contents__body .btn_wrap .btn:first-of-type {
    margin-right: 10px;
}
.contents__body .btn {
    background-color: #10be84;
    border-radius: 25px;
    height: 50px;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 240px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;
    border: 1px solid #10be84;
}
.contents__body .btn:link,
.contents__body .btn:visited,
.contents__body .btn:hover,
.contents__body .btn:active {
    color: #fff;
}
.contents__body .btn:hover {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}
