@charset "UTF-8";

* {
    box-sizing: border-box
}

a {
    color: #0030ff;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "メイリオ", "Meiryo", sans-serif
}

.cf:after,
.cf:before {
    display: table;
    content: ""
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.cf:after,
.cf:before {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.fll {
    float: left
}

.flr {
    float: right
}

.txt_wrap {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden
}

.txt-wide {
    display: inline-block;
    font-weight: bold;
    transform: scale(0.8, 1.3)
}

.txt_bold {
    font-weight: bold
}

.txt_8 {
    font-size: 0.8rem
}

.txt_12 {
    font-size: 1.2rem
}

.txt_14 {
    font-size: 1.4rem
}

.txt_16 {
    font-size: 1.6rem
}

.txt_20 {
    font-size: 2rem
}

.txt_reg {
    display: inline;
    vertical-align: top;
    font-size: 1.8rem
}

.txt_red {
    color: #ff0012
}

.pink_txt {
    color: #ff0098
}

.txt_yellow {
    color: #fffc00
}

.txt_blue {
    color: #0c3d8a
}

.txt_pink {
    color: #ff366c
}

.txt_orange {
    color: #ff3c00
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.m0 {
    margin: 0 auto
}

.mb10 {
    margin-bottom: 1rem
}

.mb20 {
    margin-bottom: 2rem
}

.mb40 {
    margin-bottom: 4rem
}

.mb80 {
    margin-bottom: 8rem
}

.pd20 {
    padding: 1.8rem
}

.pd4020 {
    padding: 1.8rem 1.8rem 1.8rem 1.8rem
}

.pd40 {
    padding: 4rem
}

.pl2 {
    padding-left: 28px
}

.active {
    display: block
}

.display_pc {
    display: block
}

.display_sp {
    display: none
}

.display_sp2 {
    display: none
}

.df {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}

.df_c {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.bg_yellow {
    background: #ffee32
}

.bg_beige {
    background: rgb(255, 241, 197);
    background: linear-gradient(90deg, rgb(255, 241, 197) 0%, rgb(255, 224, 130) 49%, rgb(255, 241, 197) 100%)
}

.bdr_orange {
    border-bottom: 1px solid #ff4500
}

.is-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(0, 10, 148, 0.8);
    z-index: 1
}

.head {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #ff4500;
    z-index: 3
}

.header_inner {
    position: relative;
    padding: 15px
}

.logo {
    position: absolute
}

.title {
    width: 100%;
    max-width: 240px;
    height: auto
}

.title img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.main {
    margin-top: 60px
}

.wrapper {
    min-width: inherit
}

@media only screen and (min-width:961px) {
    .header_inner {
        max-width: 1200px;
        width: 100%;
        padding: 30px;
        margin-left: auto;
        margin-right: auto
    }

    .nav_list {
        text-align: right
    }

    .nav_list li {
        display: inline-block;
        text-align: center
    }

    .nav_item {
        padding: 0px 20px;
        font-weight: bold
    }

    .nav_list li a {
        color: #333;
        text-decoration: none
    }

    .nav_list li a:hover {
        border-bottom: 1px solid #ff4500
    }

    .nav_list li.request {
        width: 100%;
        max-width: 160px;
        height: auto;
        margin: 0 auto
    }

    .nav_list li.request a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        background: linear-gradient(90deg, rgb(3, 175, 5) 0%, rgb(57, 181, 5) 35%, rgb(109, 191, 5) 100%);
        background-size: 200% 100%;
        color: #fff;
        font-weight: bold;
        border-radius: 40px
    }

    .nav_list li.request a:hover {
        background-position: 100% 0;
        padding: 10px 20px;
        border-bottom: none
    }

    .arrow {
        position: relative
    }

    .arrow:before {
        position: absolute;
        z-index: 1;
        content: "";
        width: 10px;
        height: 10px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        right: 20px;
        top: 14px;
        transform: rotate(45deg)
    }
}

.breadcrumb_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem
}

.breadcrumb_area ol.breadcrumb {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto
}

.breadcrumb_area ol.breadcrumb li {
    width: fit-content;
    height: 14px;
    padding-right: 20px;
    font-size: 14px
}

.breadcrumb_area ol.breadcrumb li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    text-decoration: none;
    color: #333
}

.breadcrumb_area ol.breadcrumb li:hover {
    text-decoration: underline
}

.breadcrumb_area ol.breadcrumb li:visited {
    color: #686868
}

.breadcrumb_area ol.breadcrumb .b_arrow {
    position: relative
}

.breadcrumb_area ol.breadcrumb .b_arrow:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    right: 0px;
    top: 6px;
    transform: rotate(45deg)
}

.ttt_area {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 21.03%;
    background: url("../../img/bcharge/service/bcharge_top_PC.jpg") no-repeat top center;
    background-size: contain;
    margin: 90px auto 0
}

.ttt_area h2 {}

.ttt_area_faq {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 21.03%;
    background: url("../../img/bcharge/service/bcharge_faq_PC.jpg") no-repeat top center;
    background-size: contain;
    margin: 90px auto 0
}

.ttt_area_faq h2 {}

.ttt_area_form {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 21.03%;
    background: url("../../img/bcharge/service/bcharge_form_PC.jpg") no-repeat top center;
    background-size: contain;
    margin: 90px auto 0
}

.ttt_area_form h2 {}

.qa_area {
    width: 100%;
    margin: 0 auto;
    padding: 20px
}

.qa_area h3 {
    width: 100%;
    max-width: 296px;
    height: 0;
    padding-top: 3%;
    margin: 0 auto 20px;
    background: url("../../img/bcharge/service/bcharge_service_top_m_qa.png") no-repeat top center;
    background-size: contain
}

.qa_area .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.qa_area span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.qa_area .s_02 .accordion_one {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 20px
}

.qa_area .accordion_one:is(:nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5), :nth-of-type(6), :nth-of-type(7), :nth-of-type(8)) {
    border-top: dotted 2px #ff4500;
    padding-top: 40px
}

.qa_area .s_02 .accordion_one .accordion_header {
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.2s
}

.qa_area .s_02 .accordion_one .accordion_header .q_box {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto
}

.qa_area .s_02 .accordion_one .accordion_header .q_box .q_icon {
    width: 104px;
    height: 104px;
    background-image: url(../../img/bcharge/qa_icom_men.png);
    background-size: contain
}

.qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: auto;
    padding: 20px;
    background: #fff;
    border: 2px solid #eb5604;
    border-radius: 5px
}

.qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    border-width: 0 30px 30px 0;
    z-index: 2
}

.qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #eb5604;
    border-width: 0 30px 30px 0;
    z-index: 1
}

.qa_area .s_02 .accordion_one .accordion_header .q_box .midashi {
    width: 10%;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    color: #FF4500;
    font-weight: bold
}

.qa_area .s_02 .accordion_one .accordion_header .q_box .txt {
    width: 90%;
    font-weight: bold
}

.qa_area .s_02 .accordion_one .accordion_header:hover {
    opacity: 0.8
}

.qa_area .s_02 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30%;
    right: 5%;
    width: 48px;
    height: 48px;
    background-image: url(../../img/bcharge/qa_arrow_down.png);
    background-size: contain;
    transform: rotate(0deg);
    transition-duration: 0.2s
}

.qa_area .s_02 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../../img/bcharge/qa_arrow_up.png);
    background-size: contain;
    transform: rotate(180deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative
}

.qa_area .s_02 .accordion_one .accordion_header.open .i_box {
    transform: rotate(-180eg)
}

.qa_area .s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
    transform: rotate(-45deg)
}

.qa_area .s_02 .accordion_one .accordion_inner {
    display: none;
    margin-top: 20px
}

.qa_area .s_02 .accordion_one .accordion_inner .a_box {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto
}

.qa_area .s_02 .accordion_one .accordion_inner .a_box .a_icon {
    width: 104px;
    height: 104px;
    background-image: url(../../img/bcharge/qa_icom_ope.png);
    background-size: contain
}

.qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: auto;
    padding: 20px;
    background: #fff;
    border: 2px solid #eb5604;
    border-radius: 5px
}

.qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    border-width: 0 30px 30px 0;
    z-index: 2
}

.qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #eb5604;
    border-width: 0 30px 30px 0;
    z-index: 1
}

.qa_area .s_02 .accordion_one .accordion_inner .a_box .midashi {
    width: 10%;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    color: #FF4500;
    font-weight: bold
}

.qa_area .s_02 .accordion_one .accordion_inner .a_box .txt {
    width: 90%;
    font-weight: bold
}

.intro {
    width: 100%;
    max-width: 1066px;
    height: 0;
    margin: 0 auto 6rem;
    padding-top: 23.5%;
    background: url("../../img/bcharge/service/bcharge_service_top_intro.png") no-repeat top center;
    background-size: contain
}

.nayami {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 10rem
}

.nayami .h3_midashi {
    position: relative;
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.nayami .h3_midashi:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-right: 0.5rem;
    background: url("../../img/bcharge/service/accent_left.png") no-repeat top center;
    background-size: contain
}

.nayami .h3_midashi:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-left: 0.5rem;
    background: url("../../img/bcharge/service/accent_right.png") no-repeat top center;
    background-size: contain
}

.nayami .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.nayami span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.nayami ul {
    width: 100%;
    max-width: 960px;
    height: 0;
    margin: 0 auto 2rem;
    padding-top: 62.5%;
    background: url("../../img/bcharge/service/bcharge_service_top_nayami.png") no-repeat top center;
    background-size: contain
}

.nayami_area {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 10rem
}

.nayami_area .h3_midashi {
    position: relative;
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.nayami_area .h3_midashi:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-right: 0.5rem;
    background: url("../../img/bcharge/service/accent_left.png") no-repeat top center;
    background-size: contain
}

.nayami_area .h3_midashi:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-left: 0.5rem;
    background: url("../../img/bcharge/service/accent_right.png") no-repeat top center;
    background-size: contain
}

.nayami_area .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.nayami_area span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.nayami_area .nayami_box {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 12px;
    background: #fff;
    border: 4px solid #e55504;
    border-radius: 10px
}

.nayami_area .nayami_box .nayami_case {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e55504
}

.nayami_area .nayami_box .nayami_case .icon {
    width: 100%;
    max-width: 70px;
    height: auto;
    margin-right: 10px
}

.nayami_area .nayami_box .nayami_case .icon img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.nayami_area .nayami_box .nayami_case p {
    color: #e55504;
    font-size: 2rem;
    font-weight: bold
}

.nayami_area .nayami_box .nayami_case:last-of-type {
    border-bottom: none
}

.nayami_area .anc {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem
}

.nayami_area span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.nayami_area .nayami_img {
    width: 100%;
    max-width: 445px;
    height: 0;
    margin: 0 auto;
    padding-top: 24.8%;
    background: url("../../img/bcharge/service/bcharge_service_nayami_img.png") no-repeat top center;
    background-size: contain
}

.shohin {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 2rem
}

.shohin .h3_midashi {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.shohin .h3_midashi2 {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.shohin .h3_midashi:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-right: 0.5rem;
    background: url("../../img/bcharge/service/accent_left.png") no-repeat top center;
    background-size: contain
}

.shohin .h3_midashi:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-left: 0.5rem;
    background: url("../../img/bcharge/service/accent_right.png") no-repeat top center;
    background-size: contain
}

.shohin .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.shohin span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.shohin .shohin_area {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 10px
}

.shohin .shohin_area h4 {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    background: rgb(233, 86, 5);
    background: linear-gradient(90deg, rgb(233, 86, 5) 0%, rgb(241, 167, 60) 100%);
    border-radius: 10px
}

.shohin .shohin_area .img {
    width: 100%;
    max-width: 920px;
    height: 0;
    margin: 0 auto;
    padding-top: 74%;
    background: url("../../img/bcharge/service/bcharge_service_gaiyo.jpg") no-repeat top center;
    background-size: contain
}

.shohin_area {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    margin: 0 auto 2rem
}

.shohin_area .h3_midashi {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.shohin_area .h3_midashi2 {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.shohin_area .h3_midashi:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-right: 0.5rem;
    background: url("../../img/bcharge/service/accent_left.png") no-repeat top center;
    background-size: contain
}

.shohin_area .h3_midashi:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-left: 0.5rem;
    background: url("../../img/bcharge/service/accent_right.png") no-repeat top center;
    background-size: contain
}

.shohin_area .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.shohin_area span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.shohin_area .shohin_box {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 10rem;
    padding: 2rem;
    background: #fff;
    border-radius: 10px
}

.shohin_area .shohin_box h4 {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    background: rgb(233, 86, 5);
    background: linear-gradient(90deg, rgb(233, 86, 5) 0%, rgb(241, 167, 60) 100%);
    border-radius: 10px
}

.shohin_area .shohin_box .intro_img {
    width: 100%;
    max-width: 880px;
    height: 0;
    margin: 0 auto 1rem;
    padding-top: 29%;
    background: url("../../img/bcharge/service/bcharge_service_gaiyo_img.png") no-repeat top center;
    background-size: contain
}

.shohin_area .shohin_box .benefit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto 2rem
}

.shohin_area .shohin_box .benefit .box {
    width: 98%;
    max-width: 430px;
    height: auto;
    margin: 0 1%;
    padding: 16px;
    background: #fff;
    border: 2px solid #b5b5b5;
    border-radius: 10px
}

.shohin_area .shohin_box .benefit .box h5 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 2rem;
    padding: 1rem;
    background: #e55504;
    border-radius: 50px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center
}

.shohin_area .shohin_box .benefit .box .case {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    border-bottom: 1px dotted #e55504
}

.shohin_area .shohin_box .benefit .box .case .icon {
    width: 100%;
    max-width: 60px;
    height: auto;
    margin-right: 10px
}

.shohin_area .shohin_box .benefit .box .case .icon img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.shohin_area .shohin_box .benefit .box .case p {
    font-weight: bold
}

.shohin_area .shohin_box .benefit .box .case p .under {
    display: inline-block;
    font-size: 1.8rem;
    background: linear-gradient(transparent 60%, #ff6 60%)
}

.shohin_area .shohin_box .benefit .box .case:last-of-type {
    border-bottom: none
}

.shohin_area .shohin_box .hosoku {
    width: 100%;
    text-align: right;
    font-size: 1.2rem
}

.gaiyo {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem
}

.gaiyo h3 {
    width: 100%;
    max-width: 300px;
    height: 0;
    margin: 0 auto 2rem;
    padding-top: 6%;
    background: url("../../img/bcharge/service/bcharge_service_top_m_gaiyo.png") no-repeat top center;
    background-size: contain
}

.gaiyo p {
    text-align: center
}

.gaiyo .gaiyo_img {
    width: 100%;
    max-width: 706px;
    height: 0;
    margin: 0 auto;
    padding-top: 26.3%;
    background: url("../../img/bcharge/service/bcharge_service_top_gaiyo.png") no-repeat top center;
    background-size: contain
}

.kigyo {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem
}

.kigyo h3 {
    width: 100%;
    max-width: 320px;
    height: 0;
    margin: 0 auto 1rem;
    padding-top: 11.5%;
    background: url("../../img/bcharge/service/bcharge_service_top_m_kigyo.png") no-repeat top center;
    background-size: contain
}

.kigyo .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.kigyo span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.kigyo .k_area {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 6rem;
    padding: 2rem;
    background: #fff;
    border-radius: 10px
}

.kigyo .k_area ul.k_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 920px;
    height: auto;
    margin: 0 auto 2rem
}

.kigyo .k_area ul.k_box li {
    width: 100%;
    max-width: 280px;
    height: auto;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e95505;
    border-radius: 5px;
    text-align: center;
    text-indent: 0
}

.kigyo .k_area ul.k_box li h4 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
    font-weight: bold
}

.kigyo .k_area ul.k_box li a {
    display: block;
    width: 100%;
    height: 100%
}

.kigyo .k_area ul.k_box li img {
    width: 100%;
    max-width: 240px;
    height: auto;
    vertical-align: bottom
}

.kigyo .k_area ul.k_box li:hover {
    border: 1px solid #ffb504
}

.kigyo .k_area .btn_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto
}

.kigyo .k_area .btn_area .d_btn {
    width: 100%;
    max-width: 200px;
    height: 60px;
    margin: 0 auto;
    padding: 4px;
    background: rgb(234, 90, 5);
    background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
    border-radius: 40px
}

.kigyo .k_area .btn_area .d_btn a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ea5a05;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
    background: #fff;
    border-radius: 40px
}

.kigyo .k_area .btn_area .d_btn:hover {
    background: #ea5a05
}

.kigyo .k_area .btn_area .d_btn:hover a {
    color: #fff;
    background: #ea5a05;
    text-decoration: none
}

.kigyo .k_area .btn_area .o_btn {
    width: 100%;
    max-width: 200px;
    height: 60px;
    margin: 0 auto;
    padding: 4px;
    background: rgb(76, 132, 17);
    background: linear-gradient(0deg, rgb(76, 132, 17) 0%, rgb(123, 169, 3) 100%);
    border-radius: 40px
}

.kigyo .k_area .btn_area .o_btn a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 10px;
    border-radius: 40px
}

.kigyo .k_area .btn_area .o_btn:hover {
    background: rgb(123, 169, 3);
    background: linear-gradient(0deg, rgb(123, 169, 3) 0%, rgb(76, 132, 17) 100%)
}

.kigyo .k_area .btn_area .o_btn:hover a {
    color: #fff;
    text-decoration: none
}

.houshiki {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 2rem
}

.houshiki .h3_midashi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.houshiki .h3_midashi .deco {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: 0rem 0rem 0rem 1rem;
    padding: 1rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #e95505;
    border-radius: 40px
}

.houshiki .h3_midashi .deco span.tri {
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 10px 20px 10px 0;
    border-color: transparent #e95505 transparent transparent
}

.houshiki .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.houshiki span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.houshiki .fukidashi {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 2rem;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    background: rgb(233, 86, 5);
    background: linear-gradient(90deg, rgb(233, 86, 5) 0%, rgb(241, 167, 60) 100%);
    border-radius: 10px
}

.houshiki .houshiki_area {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 10px
}

.houshiki .houshiki_area table.houshiki_type {
    border-collapse: collapse;
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
    background: #fff;
    border: 1px solid #b6b6b6
}

.houshiki .houshiki_area table.houshiki_type th {
    width: 10%;
    max-width: 140px;
    height: auto;
    padding: 1rem;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    border: 1px solid #b6b6b6
}

.houshiki .houshiki_area table.houshiki_type td {
    width: 30%;
    max-width: 260px;
    height: auto;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #b6b6b6
}

.houshiki .houshiki_area table.houshiki_type td .img {
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: 0 auto 0.5rem
}

.houshiki .houshiki_area table.houshiki_type td .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.houshiki .houshiki_area table.houshiki_type td .cap {
    width: 100%;
    text-align: center
}

.b_btn {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto 10rem;
    padding: 4px;
    background: rgb(234, 90, 5);
    background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
    border-radius: 80px
}

.b_btn a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ea5a05;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    background: #fff;
    border-radius: 80px
}

.b_btn:hover {
    background: #ea5a05
}

.b_btn:hover a {
    color: #fff;
    background: #ea5a05;
    text-decoration: none
}

.btn2 {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto 6rem;
    padding: 4px;
    background: rgb(234, 90, 5);
    background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
    border-radius: 80px
}

.btn2 a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ea5a05;
    font-size: 20px;
    font-weight: bold;
    padding: 12px;
    background: #fff;
    border-radius: 80px
}

.btn2:hover {
    background: #ea5a05
}

.btn2:hover a {
    color: #fff;
    background: #ea5a05;
    text-decoration: none
}

.btn3 {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto 2rem;
    padding: 4px;
    background: #49cb38;
    border-radius: 80px
}

.btn3 a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    border-radius: 80px
}

.btn3:hover {
    background: #53e540
}

.btn3:hover a {
    color: #fff;
    text-decoration: none
}

.btn4 {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 2rem;
    padding: 4px;
    background: rgb(234, 90, 5);
    background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
    border-radius: 80px
}

.btn4 a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ea5a05;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    background: #fff;
    border-radius: 80px
}

.btn4:hover {
    background: #ea5a05
}

.btn4:hover a {
    color: #fff;
    background: #ea5a05;
    text-decoration: none
}

.btn5_off {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto 2rem;
    background: #49cb38;
    border-radius: 80px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 20px
}

.btn5 {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto 2rem;
    padding: 4px;
    background: #49cb38;
    border-radius: 80px
}

.btn5 a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    border-radius: 80px
}

.btn5:hover {
    background: #53e540
}

.btn5:hover a {
    color: #fff;
    text-decoration: none
}

.btn_area {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 10rem;
    padding: 2rem;
    background: #fff9e4;
    border-radius: 10px
}

.jirei_area {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.jirei_area .h3_midashi {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.jirei_area .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.jirei_area span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.jirei_area .jirei_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 6rem
}

.jirei_area .jirei_box .jirei {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px
}

.jirei_area .jirei_box .jirei h4 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2rem;
    background: #e95505;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.jirei_area .jirei_box .jirei img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
    vertical-align: bottom;
    margin: 0 auto 1rem
}

.jirei_area .jirei_box .jirei .btn {
    width: 100%;
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    padding: 2px;
    background: rgb(234, 90, 5);
    background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
    border-radius: 40px
}

.jirei_area .jirei_box .jirei .btn a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: #ea5a05;
    text-decoration: none;
    background: #fff;
    border-radius: 40px
}

.jirei_area .jirei_box .jirei .btn:hover {
    background: #ea5a05
}

.jirei_area .jirei_box .jirei .btn:hover a {
    color: #fff;
    background: #ea5a05;
    text-decoration: none
}

.d_step {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto
}

.d_step .h3_midashi {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.d_step .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.d_step span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.d_step ul.stepbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    text-indent: 0
}

.d_step ul.stepbox li {
    position: relative;
    width: 98%;
    max-width: 210px;
    height: auto;
    padding: 0;
    margin: 0% 1%;
    text-indent: 0;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #e95505
}

.d_step ul.stepbox li h4 {
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #e95505;
    text-align: center;
    border-bottom: 2px solid #e95505
}

.d_step ul.stepbox li p.img {
    display: block;
    width: 100%;
    max-width: 160px;
    height: auto;
    margin: 0 auto 1rem;
    vertical-align: bottom
}

.d_step ul.stepbox li p.img img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.d_step ul.stepbox .anchor {
    position: relative;
    width: 100%;
    max-width: 20px;
    height: auto
}

.d_step ul.stepbox .anchor span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #e95505
}

.column_area {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.column_area h3 {
    width: 100%;
    max-width: 920px;
    height: 0;
    margin: 2rem auto;
    padding-top: 6%;
    background: url("../../img/bcharge/service/bcharge_service_top_m_column.png") no-repeat top center;
    background-size: contain
}

.column_area .bdr {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #e95505
}

.column_area span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e95505 transparent transparent transparent
}

.column_area .slider {
    margin: 0 auto 4rem;
    max-width: 1920px;
    width: 100%;
    height: auto
}

.column_area .slider-img {
    margin: 0 1%;
    width: 98%;
    height: auto
}

.column_area .slider-img a img {
    height: auto;
    width: 100%;
    max-width: 960px;
    vertical-align: bottom
}

.column_area .slick-dots {
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto
}

.column_area .slider .slick-next {
    width: 40px;
    height: 40px;
    right: 20%;
    z-index: 99;
    background: url("../../img/bcharge/service/bcharge_service_arrow_right.png") no-repeat top center;
    background-size: contain
}

.column_area .slider .slick-prev {
    width: 40px;
    height: 40px;
    left: 20%;
    z-index: 100;
    background: url("../../img/bcharge/service/bcharge_service_arrow_left.png") no-repeat top center;
    background-size: contain
}

.au_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4rem 2rem;
    background: #fd8747
}

.au_area .h3_midashi {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
    text-align: center
}

.au_area .bdr {
    position: relative;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 4rem;
    border-bottom: 4px solid #fff
}

.au_area span.tri {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent
}

.au_area .au_box {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 10px
}

.au_area .au_box .au_txt {
    float: left;
    width: 70%;
    max-width: 400px;
    height: auto
}

.au_area .au_box .au_txt .btn {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    padding: 2px;
    background: rgb(234, 90, 5);
    background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
    border-radius: 40px
}

.au_area .au_box .au_txt .btn a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
    color: #ea5a05;
    text-decoration: none;
    background: #fff;
    border-radius: 40px
}

.au_area .au_box .au_txt .btn:hover {
    background: #ea5a05
}

.au_area .au_box .au_txt .btn:hover a {
    color: #fff;
    background: #ea5a05;
    text-decoration: none
}

.au_area .au_box .au_img {
    float: right;
    width: 26%;
    max-width: 220px;
    height: auto
}

.au_area .au_box .au_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

footer {
    width: 100%;
    height: auto;
    padding: 4rem 2rem;
    margin: 0 auto;
    background: #494949;
    font-size: 90%
}

.footer_area {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    text-align: center
}

.footer_area p a {
    color: #fff600;
    text-decoration: underline
}

.footer_area p a:hover {
    text-decoration: none
}

.kaiketsu {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.kaiketsu h3 {
    width: 100%;
    max-width: 720px;
    height: 0;
    padding-top: 6.9%;
    margin: 0 auto 20px;
    background: url("../../img/bcharge/bcharge_lp_pc_m_kaiketu.png") no-repeat top center;
    background-size: contain
}

.kaiketsu .deco {
    width: 100%;
    max-width: 2000px;
    height: 0;
    padding-top: 10%;
    margin: 0 auto;
    background: url("../../img/bcharge/bcharge_lp_pc_kaiketu_top.png") no-repeat top center;
    background-size: contain
}

.kaiketsu h4 {
    width: 100%;
    max-width: 1060px;
    height: 0;
    padding-top: 7.5%;
    margin: 0 auto 10px;
    background: url("../../img/bcharge/bcharge_lp_pc_m_tokucho.png") no-repeat top center;
    background-size: contain
}

.kaiketsu p {
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 20px
}

.kaiketsu .soukin_img {
    width: 100%;
    max-width: 1100px;
    height: 0;
    padding-top: 37%;
    margin: 0 auto 10px;
    background: url("../../img/bcharge/bcharge_lp_pc_soukin.png") no-repeat top center;
    background-size: contain
}

.kaiketsu .note {
    width: 100%;
    max-width: 1100px;
    text-align: right;
    font-size: 12px
}

.kaiketsu .minicat {
    width: 100%;
    max-width: 1120px;
    height: 0;
    padding-top: 8%;
    margin: 0 auto 20px;
    background: url("../../img/bcharge/bcharge_lp_pc_soukin_cat.png") no-repeat top center;
    background-size: contain
}

.kaiketsu .p_btn {
    width: 100%;
    height: auto
}

.kaiketsu .p_btn a {
    display: block;
    width: 100%;
    max-width: 550px;
    height: 0;
    margin: 0 auto 40px;
    padding-top: 9.8%;
    background: url("../../img/bcharge/bcharge_lp_pc_btn.png") no-repeat top center;
    background-size: contain;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
    transform: translateZ(0)
}

.kaiketsu .p_btn a:hover {
    background: url("../../img/bcharge/bcharge_lp_pc_btn_h.png") no-repeat top center;
    background-size: contain;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
    transform: translateZ(0)
}

.step {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.step h3 {
    width: 100%;
    max-width: 1060px;
    height: 0;
    padding-top: 7.5%;
    margin: 0 auto 20px;
    background: url("../../img/bcharge/bcharge_lp_pc_m_3step.png") no-repeat top center;
    background-size: contain
}

.step .step_img {
    width: 100%;
    max-width: 1040px;
    height: 0;
    padding-top: 19%;
    margin: 0 auto 20px;
    background: url("../../img/bcharge/bcharge_lp_pc_3step.png") no-repeat top center;
    background-size: contain
}

.step .note {
    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: 0 auto 20px;
    font-size: 12px
}

.riyou {
    width: 100%;
    height: auto;
    margin: 0 auto 10rem
}

.riyou h3 {
    position: relative;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.riyou h3 .accent_l {
    display: block;
    width: 36px;
    height: 48px;
    margin-right: 0.5rem;
    background: url("../../img/bcharge/service/accent_left.png") no-repeat top center;
    background-size: contain
}

.riyou h3 .accent_r {
    display: block;
    width: 36px;
    height: 48px;
    margin-left: 0.5rem;
    background: url("../../img/bcharge/service/accent_right.png") no-repeat top center;
    background-size: contain
}

.riyou h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-right: 0.5rem;
    background: url("../../img/bcharge/service/accent_left.png") no-repeat top center;
    background-size: contain
}

.riyou h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-left: 0.5rem;
    background: url("../../img/bcharge/service/accent_right.png") no-repeat top center;
    background-size: contain
}

.riyou p {
    width: 100%;
    max-width: 960px;
    height: auto;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 20px
}

.riyou .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 920px;
    height: auto;
    margin: 0 auto 20px
}

.riyou .box .r_img {
    padding: 0;
    text-indent: 0;
    margin: 0px 5px
}

.riyou .box img {
    width: 100%;
    max-width: 200px;
    height: auto;
    vertical-align: bottom
}

.riyou_area h3 {
    position: relative;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center
}

.riyou_area h3 .accent_l {
    display: block;
    width: 36px;
    height: 48px;
    margin-right: 0.5rem;
    background: url("../../img/bcharge/service/accent_left.png") no-repeat top center;
    background-size: contain
}

.riyou_area h3 .accent_r {
    display: block;
    width: 36px;
    height: 48px;
    margin-left: 0.5rem;
    background: url("../../img/bcharge/service/accent_right.png") no-repeat top center;
    background-size: contain
}

.riyou_area h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-right: 0.5rem;
    background: url("../../img/bcharge/service/accent_left.png") no-repeat top center;
    background-size: contain
}

.riyou_area h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 60px;
    margin-left: 0.5rem;
    background: url("../../img/bcharge/service/accent_right.png") no-repeat top center;
    background-size: contain
}

.riyou_area .riyou_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 10rem
}

.riyou_area .riyou_box li {
    width: 98%;
    max-width: 172px;
    height: auto;
    margin: 0 1%;
    padding: 2rem;
    background: #fff;
    border-radius: 10px
}

.riyou_area .riyou_box li .icon {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin: 0 auto 2rem
}

.riyou_area .riyou_box li .icon img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.riyou_area .riyou_box li h4 {
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem;
    margin: 0 auto 2rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    background: #e95505;
    border-radius: 5px
}

.riyou_area .riyou_box li .case {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc
}

.riyou_area .riyou_box li .case .icon_mini {
    width: 26px;
    height: 26px;
    margin-right: 10px
}

.riyou_area .riyou_box li .case .icon_mini img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.riyou_area .riyou_box li .case:last-of-type {
    border: none
}

.donyu {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.donyu h3 {
    width: 100%;
    max-width: 1060px;
    height: 0;
    padding-top: 7.5%;
    margin: 0 auto 20px;
    background: url("https://www.au-payment.co.jp/wp-content/themes/aupayment/img/bcharge/bcharge_lp_pc_m_donyu.png") no-repeat top center;
    background-size: contain
}

.donyu .donyu_img {
    width: 100%;
    max-width: 1060px;
    height: 0;
    padding-top: 74%;
    margin: 0 auto 20px;
    background: url("https://www.au-payment.co.jp/wp-content/themes/aupayment/img/bcharge/bcharge_lp_pc_donyujirei.png") no-repeat top center;
    background-size: contain
}

.donyu .note {
    width: 100%;
    max-width: 1060px;
    height: auto;
    margin: 0 auto 20px;
    text-align: right;
    font-size: 12px
}

.donyu .p_btn {
    width: 100%;
    height: auto
}

.donyu .p_btn a {
    display: block;
    width: 100%;
    max-width: 550px;
    height: 0;
    margin: 0 auto 20px;
    padding-top: 9.8%;
    background: url("../../img/bcharge/bcharge_lp_pc_btn.png") no-repeat top center;
    background-size: contain;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
    transform: translateZ(0)
}

.donyu .p_btn a:hover {
    background: url("../../img/bcharge/bcharge_lp_pc_btn_h.png") no-repeat top center;
    background-size: contain;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
    transform: translateZ(0)
}

.orange_bg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 20px;
    background: #ea5505
}

.orange_bg h3 {
    width: 100%;
    max-width: 1060px;
    height: 0;
    padding-top: 12.1%;
    margin: 0 auto 20px;
    background: url("../../img/bcharge/bcharge_lp_pc_m_contact.png") no-repeat top center;
    background-size: contain
}

.orange_bg p {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px
}

.orange_bg .footer_form_area {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 5px
}

.orange_bg .footer_form_area .footer_form {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto
}

.orange_bg .footer_form_area .footer_form input,
.orange_bg .footer_form_area .footer_form textarea {
    width: 100%;
    max-width: 800px;
    height: auto;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #bbbbbb
}

.orange_bg .footer_form_area .footer_form select {
    width: 100%;
    max-width: 240px;
    height: auto;
    padding: 2px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #bbbbbb;
    appearance: auto
}

.orange_bg .footer_form_area .footer_form dt {
    color: #333;
    font-weight: bold;
    margin: 10px auto
}

.orange_bg .footer_form_area .footer_form P {
    color: #333;
    margin: 10px auto
}

.orange_bg .footer_form_area .footer_form .form_notice {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #fcedd6;
    font-size: 12px;
    font-weight: bold
}

.orange_bg .footer_form_area .footer_form .submitBtn {
    width: 100%;
    max-width: 420px;
    text-align: center
}

.orange_bg .footer_form_area .footer_form .submitBtn input {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 60px;
    padding: 16px;
    border-radius: 60px;
    background: linear-gradient(to right, rgb(3, 175, 5) 0%, rgb(57, 181, 5) 35%, rgb(109, 191, 5) 100%);
    background-size: 200% 100%;
    border: 2px solid #fff;
    color: #fff;
    line-height: 1.1;
    font-size: 20px;
    font-weight: bold;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
    transform: translateZ(0)
}

.orange_bg .footer_form_area .footer_form .submitBtn input:hover {
    border: 2px solid #fff;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
    background-position: 100% 0;
    transform: translateZ(0)
}

.orange_bg .footer_form_area .footer_form .arrow {
    position: relative
}

.orange_bg .footer_form_area .footer_form .arrow:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 20px;
    top: 24px;
    transform: rotate(45deg)
}

.orange_bg .footer_form_area .footer_form .mw_wp_form_confirm .submitBtn input {
    margin-bottom: 10px
}

.end {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 20px
}

.end .box {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.end .box .left {
    width: 100%
}

.end .box .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.end .box .right a {
    color: #333;
    text-decoration: none
}

.end .box .right a:hover {
    border-bottom: 1px solid #ff4500
}

.end .box .right .b-right {
    border-right: 1px solid #333;
    padding-right: 20px;
    margin-right: 20px
}

.thx {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto 20px;
    text-align: center
}

.thx p {
    margin-bottom: 10px
}

.thx a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 40px;
    background: linear-gradient(to right, rgb(3, 175, 5) 0%, rgb(57, 181, 5) 35%, rgb(109, 191, 5) 100%);
    background-size: 200% 100%;
    border: none;
    color: #fff;
    line-height: 1.1;
    text-decoration: none
}

.thx a:hover {
    background-position: 100% 0
}

.thx .arrow {
    position: relative
}

.thx .arrow:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 20px;
    top: 14px;
    transform: rotate(45deg)
}

@media screen and (max-width:960px) {
    .display_pc {
        display: none
    }

    .display_sp {
        display: block
    }

    .txt_reg {
        font-size: 1.6rem;
        padding-bottom: 0rem
    }

    .header {
        height: 60px
    }

    .ttl_area {
        width: 100%;
        max-width: 960px;
        padding: 0;
        background: none
    }

    .ttl_area h2 {
        max-width: 960px;
        padding-top: 62.5%;
        background: url("https://www.au-payment.co.jp/wp-content/themes/aupayment/img/bcharge/service/bcharge_service_topSP.png") no-repeat top center;
        background-size: contain
    }

    .ttt_area {
        position: relative;
        width: 100%;
        max-width: 960px;
        height: 0;
        padding-top: 41.7%;
        background: url("../../img/bcharge/service/bcharge_top_SP.jpg") no-repeat top center;
        background-size: contain;
        margin: 60px auto 0
    }

    .ttt_area h2 {}

    .ttt_area_faq {
        position: relative;
        width: 100%;
        max-width: 960px;
        height: 0;
        padding-top: 41.7%;
        background: url("../../img/bcharge/service/bcharge_faq_SP.jpg") no-repeat top center;
        background-size: contain;
        margin: 60px auto 0
    }

    .ttt_area_faq h2 {}

    .ttt_area_form {
        position: relative;
        width: 100%;
        max-width: 960px;
        height: 0;
        padding-top: 41.7%;
        background: url("../../img/bcharge/service/bcharge_form_SP.jpg") no-repeat top center;
        background-size: contain;
        margin: 60px auto 0
    }

    .ttt_area_form h2 {}

    .request_sp {
        position: absolute;
        top: 10px;
        right: 70px;
        display: block;
        width: 100%;
        max-width: 120px;
        height: auto;
        margin: 0 auto
    }

    .request_sp a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        background: linear-gradient(90deg, rgb(3, 175, 5) 0%, rgb(57, 181, 5) 35%, rgb(109, 191, 5) 100%);
        background-size: 200% 100%;
        color: #fff;
        font-weight: bold;
        border-radius: 20px
    }

    .request_sp a:hover {
        background-position: 100% 0
    }

    nav {
        position: fixed;
        right: -320px;
        top: 0;
        width: 300px;
        height: 100vh;
        padding-top: 60px;
        background-color: #fff;
        transition: all 0.6s;
        z-index: 200;
        overflow-y: auto
    }

    .hamburger {
        position: absolute;
        right: 15px;
        top: 8px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 300
    }

    .nav_list {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .nav_item {
        text-align: center;
        padding: 0 14px
    }

    .nav_item a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        color: #333
    }

    .nav_item a:hover {
        background-color: #eee
    }

    .hamburger_border {
        position: absolute;
        left: 11px;
        width: 18px;
        height: 2px;
        background-color: #333;
        transition: all 0.6s
    }

    .hamburger_border_top {
        top: 14px
    }

    .hamburger_border_center {
        top: 20px
    }

    .hamburger_border_bottom {
        top: 26px
    }

    .black_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #333;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        cursor: pointer
    }

    .nav-open .nav {
        right: 0
    }

    .nav-open .black_bg {
        opacity: 0.8;
        visibility: visible
    }

    .nav-open .hamburger_border_top {
        transform: rotate(45deg);
        top: 20px
    }

    .nav-open .hamburger_border_center {
        width: 0;
        left: 50%
    }

    .nav-open .hamburger_border_bottom {
        transform: rotate(-45deg);
        top: 20px
    }

    .breadcrumb_area {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 1rem
    }

    .breadcrumb_area ol.breadcrumb {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 960px;
        height: auto;
        margin: 0 auto
    }

    .breadcrumb_area ol.breadcrumb li {
        width: fit-content;
        height: 14px;
        padding-right: 20px;
        font-size: 14px
    }

    .breadcrumb_area ol.breadcrumb li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding-right: 10px;
        text-decoration: none;
        color: #333
    }

    .breadcrumb_area ol.breadcrumb li:hover {
        text-decoration: underline
    }

    .breadcrumb_area ol.breadcrumb li:visited {
        color: #686868
    }

    .breadcrumb_area ol.breadcrumb .b_arrow {
        position: relative
    }

    .breadcrumb_area ol.breadcrumb .b_arrow:before {
        position: absolute;
        z-index: 1;
        content: "";
        width: 6px;
        height: 6px;
        border-top: solid 1px #333;
        border-right: solid 1px #333;
        right: 0px;
        top: 6px;
        transform: rotate(45deg)
    }

    .intro {
        width: 100%;
        max-width: 960px;
        padding-top: 43%;
        background: url("../../img/bcharge/service/bcharge_service_top_introsp.png") no-repeat top center;
        background-size: contain
    }

    .merit {
        padding-top: 14%
    }

    .kaiketsu h3 {
        padding-top: 13%
    }

    .kaiketsu .deco {
        padding-top: 12%
    }

    .kaiketsu h4 {
        padding-top: 12%
    }

    .kaiketsu .soukin_img {
        padding-top: 50%
    }

    .kaiketsu .note {
        font-size: 14px
    }

    .kaiketsu .minicat {
        padding-top: 10%
    }

    .step h3 {
        padding-top: 13%
    }

    .step .step_img {
        padding-top: 30%
    }

    .step .note {
        font-size: 14px
    }

    .riyou h3 {
        font-size: 3rem
    }

    .riyou_area h3 {
        font-size: 3rem
    }

    .riyou_area .riyou_box {
        flex-wrap: wrap;
        justify-content: space-around
    }

    .riyou_area .riyou_box li {
        width: 98%;
        margin: 1% 1% 10px 1%
    }

    .donyu h3 {
        padding-top: 13%
    }

    .donyu .donyu_img {
        padding-top: 90%
    }

    .donyu .note {
        font-size: 14px
    }

    .jirei_area h3 {
        padding-top: 11.3%;
        margin-bottom: 1rem
    }

    .jirei_area .jirei_box .jirei {
        width: 100%;
        margin: 0 auto
    }

    .jirei_area .jirei_box .jirei h4 {
        font-size: 18px
    }

    .kigyo h3 {
        padding-top: 18%
    }

    .kigyo .k_area ul.k_box li {
        width: 98%;
        margin: 0% 1%
    }

    .kigyo .k_area .btn_area {
        max-width: 480px
    }

    .kigyo .k_area .btn_area .d_btn {
        max-width: 150px;
        height: 50px
    }

    .kigyo .k_area .btn_area .d_btn a {
        font-size: 16px
    }

    .kigyo .k_area .btn_area .o_btn {
        max-width: 150px;
        height: 50px
    }

    .kigyo .k_area .btn_area .o_btn a {
        font-size: 16px
    }

    .au_area h3 {
        padding-top: 5%
    }

    .au_area .au_box .au_txt {
        float: none;
        width: 100%;
        max-width: 920px;
        height: auto;
        margin: 0 auto 2rem
    }

    .au_area .au_box .au_img {
        float: none;
        width: 100%;
        max-width: 420px;
        height: auto;
        margin: 0 auto 2rem
    }

    .au_area .au_box .au_img img {
        width: 100%;
        height: auto;
        vertical-align: bottom
    }

    .au_area .au_box .btn {
        width: 100%;
        max-width: 200px;
        height: auto;
        margin: 0 auto;
        padding: 2px;
        background: rgb(234, 90, 5);
        background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
        border-radius: 40px
    }

    .au_area .au_box .btn a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 1rem;
        text-align: center;
        color: #ea5a05;
        text-decoration: none;
        background: #fff;
        border-radius: 40px
    }

    .au_area .au_box .btn:hover {
        background: #ea5a05
    }

    .au_area .au_box .btn:hover a {
        color: #fff;
        background: #ea5a05;
        text-decoration: none
    }

    .b_btn {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto 6rem;
        padding: 4px;
        background: rgb(234, 90, 5);
        background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
        border-radius: 80px
    }

    .b_btn a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        color: #ea5a05;
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        background: #fff;
        border-radius: 80px
    }

    .b_btn:hover {
        background: #ea5a05
    }

    .b_btn:hover a {
        color: #fff;
        background: #ea5a05;
        text-decoration: none
    }

    .btn2 {
        width: 100%;
        max-width: 240px;
        height: auto;
        margin: 0 auto 6rem;
        padding: 4px;
        background: rgb(234, 90, 5);
        background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
        border-radius: 80px
    }

    .btn2 a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        color: #ea5a05;
        font-size: 16px;
        font-weight: bold;
        padding: 8px;
        background: #fff;
        border-radius: 80px
    }

    .btn2:hover {
        background: #ea5a05
    }

    .btn2:hover a {
        color: #fff;
        background: #ea5a05;
        text-decoration: none
    }

    .btn3 {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto 2rem;
        padding: 4px;
        background: #49cb38;
        border-radius: 80px
    }

    .btn3 a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 20px;
        border-radius: 80px
    }

    .btn3:hover {
        background: #53e540
    }

    .btn3:hover a {
        color: #fff;
        text-decoration: none
    }

    .btn4 {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 0 auto 2rem;
        padding: 4px;
        background: rgb(234, 90, 5);
        background: linear-gradient(0deg, rgb(234, 90, 5) 0%, rgb(254, 169, 0) 100%);
        border-radius: 80px
    }

    .btn4 a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        color: #ea5a05;
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        background: #fff;
        border-radius: 80px
    }

    .btn4:hover {
        background: #ea5a05
    }

    .btn4:hover a {
        color: #fff;
        background: #ea5a05;
        text-decoration: none
    }

    .btn5_off {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 0 auto 2rem;
        background: #49cb38;
        border-radius: 80px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 20px
    }

    .btn5 {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 0 auto 2rem;
        padding: 4px;
        background: #49cb38;
        border-radius: 80px
    }

    .btn5 a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 20px;
        border-radius: 80px
    }

    .btn5:hover {
        background: #53e540
    }

    .btn5:hover a {
        color: #fff;
        text-decoration: none
    }

    .qa_area .s_02 .accordion_one {
        max-width: 960px;
        margin: 0 auto 80px
    }

    .qa_area h3 {
        padding-top: 6.5%
    }

    .qa_area .accordion_one:is(:nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5), :nth-of-type(6), :nth-of-type(7), :nth-of-type(8)) {
        border-top: dotted 2px #ff4500;
        padding-top: 10px
    }

    .qa_area .s_02 .accordion_one .accordion_header {}

    .qa_area .s_02 .accordion_one .accordion_header .q_box {
        flex-direction: column;
        margin: 20px auto 0
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_icon {
        margin: 0 auto
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt {
        font-size: 14px;
        max-width: 960px
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt:before {
        top: 0%;
        left: 48%;
        margin-top: -29px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 30px solid #fff;
        border-top: 0
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt:after {
        top: 0%;
        left: 48%;
        margin-top: -32px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 30px solid #eb5604
    }

    .qa_area .s_02 .accordion_one .accordion_header .i_box {
        top: 110%;
        left: 48%;
        right: 0
    }

    .qa_area .s_02 .accordion_one .accordion_inner {
        display: none;
        margin-top: 20px
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box {
        flex-direction: column;
        margin: 80px auto 0
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_icon {
        margin: 0 auto
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt {
        font-size: 14px;
        max-width: 960px
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt:before {
        top: 0%;
        left: 48%;
        margin-top: -29px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 30px solid #fff;
        border-top: 0
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt:after {
        top: 0%;
        left: 48%;
        margin-top: -32px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 30px solid #eb5604
    }

    .thx {
        width: 100%;
        max-width: 960px;
        height: auto;
        margin: 0 auto 20px;
        text-align: center;
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .display_sp2 {
        display: block
    }

    .form {
        max-width: 480px;
        margin: 0 auto
    }

    .form .f_midashi {
        font-size: 16px
    }

    .form input,
    .form textarea {
        max-width: 460px
    }

    .intro {
        margin: 0 auto 2rem
    }

    .breadcrumb_area {
        padding: 2rem
    }

    .breadcrumb_area ol.breadcrumb li {
        padding-right: 10px;
        font-size: 11px
    }

    .request_sp {
        top: 15px;
        right: 60px
    }

    .merit {
        width: 100%;
        max-width: 480px;
        height: 0;
        padding-top: 50%;
        margin: 0 auto;
        background: url("../../img/bcharge/bcharge_lp_pc_meritsp.png") no-repeat top center;
        background-size: contain
    }

    .nayami .h3_midashi {
        font-size: 2.5rem
    }

    .nayami .h3_midashi:before {
        content: none
    }

    .nayami .h3_midashi:after {
        content: none
    }

    .nayami ul {
        padding-top: 150%;
        background: url("../../img/bcharge/service/bcharge_service_top_nayamisp.png") no-repeat top center;
        background-size: contain
    }

    .nayami_area .h3_midashi {
        font-size: 2.5rem
    }

    .nayami_area .h3_midashi:before {
        content: none
    }

    .nayami_area .h3_midashi:after {
        content: none
    }

    .nayami_area .nayami_box .nayami_case .icon {
        max-width: 40px
    }

    .nayami_area .nayami_box .nayami_case p {
        font-size: 1.6rem
    }

    .nayami_area .nayami_img {
        width: 100%;
        max-width: 445px;
        height: 0;
        margin: 0 auto;
        padding-top: 24.8%;
        background: url("../../img/bcharge/service/bcharge_service_nayami_img.png") no-repeat top center;
        background-size: contain
    }

    .kaiketsu {
        width: 100%;
        height: auto;
        margin: 0 auto
    }

    .kaiketsu h3 {
        width: 100%;
        max-width: 480px;
        height: 0;
        padding-top: 26%;
        margin: 0 auto 20px;
        background: url("../../img/bcharge/bcharge_lp_sp_m_kaiketu.png") no-repeat top center;
        background-size: contain
    }

    .kaiketsu .deco {
        width: 100%;
        max-width: 2000px;
        height: 0;
        padding-top: 10%;
        margin: 0 auto;
        background: url("../../img/bcharge/bcharge_lp_pc_kaiketu_top.png") no-repeat top center;
        background-size: contain
    }

    .kaiketsu h4 {
        width: 100%;
        max-width: 480px;
        height: 0;
        padding-top: 16.4%;
        margin: 0 auto 10px;
        background: url("../../img/bcharge/bcharge_lp_sp_m_tokucho.png") no-repeat top center;
        background-size: contain
    }

    .kaiketsu p {
        width: 100%;
        max-width: 768px;
        text-align: center;
        margin: 0 auto 20px;
        font-size: 20px
    }

    .kaiketsu .soukin_img {
        width: 100%;
        max-width: 768px;
        height: 0;
        padding-top: 350%;
        margin: 0 auto 10px;
        background: url("../../img/bcharge/bcharge_lp_sp_soukin.png") no-repeat top center;
        background-size: contain
    }

    .kaiketsu .note {
        width: 100%;
        max-width: 1100px;
        text-align: right;
        font-size: 14px
    }

    .kaiketsu .minicat {
        width: 100%;
        max-width: 480px;
        height: 0;
        padding-top: 20.6%;
        margin: 0 auto 20px;
        background: url("../../img/bcharge/bcharge_lp_sp_soukin_cat.png") no-repeat top center;
        background-size: contain
    }

    .kaiketsu .p_btn {
        width: 100%;
        height: auto
    }

    .kaiketsu .p_btn a {
        display: block;
        width: 100%;
        max-width: 360px;
        height: 0;
        margin: 0 auto 40px;
        padding-top: 15.1%;
        background: url("../../img/bcharge/bcharge_lp_sp_btn.png") no-repeat top center;
        background-size: contain;
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
        transform: translateZ(0)
    }

    .kaiketsu .p_btn a:hover {
        background: url("../../img/bcharge/bcharge_lp_sp_btn_h.png") no-repeat top center;
        background-size: contain;
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
        transform: translateZ(0)
    }

    .step {
        width: 100%;
        height: auto;
        margin: 0 auto
    }

    .step .h3_midashi {
        font-size: 2.5rem
    }

    .step .step_img {
        width: 100%;
        max-width: 768px;
        height: 0;
        padding-top: 312%;
        margin: 0 auto 20px;
        background: url("../../img/bcharge/bcharge_lp_sp_3step.png") no-repeat top center;
        background-size: contain
    }

    .step .note {
        max-width: 768px
    }

    .riyou {
        width: 100%;
        height: auto;
        margin: 0 auto
    }

    .riyou h3 {
        font-size: 2.5rem
    }

    .riyou h3:before {
        content: none
    }

    .riyou h3:after {
        content: none
    }

    .riyou p {
        width: 100%;
        max-width: 768px;
        height: auto;
        text-align: center;
        font-size: 18px;
        margin: 0 auto 20px
    }

    .riyou .box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
        max-width: 768px;
        height: auto;
        margin: 0 auto 20px;
        text-align: center
    }

    .riyou .box .r_img {
        margin: 1%;
        width: 48%
    }

    .riyou .box img {
        width: 100%;
        max-width: 200px;
        height: auto;
        vertical-align: bottom
    }

    .riyou_area h3 {
        font-size: 2.5rem
    }

    .riyou_area h3:before {
        content: none
    }

    .riyou_area h3:after {
        content: none
    }

    .riyou_area .riyou_box {
        flex-wrap: wrap
    }

    .riyou_area .riyou_box li h4 {
        font-size: 1.4rem
    }

    .donyu {
        width: 100%;
        height: auto;
        margin: 0 auto
    }

    .donyu h3 {
        width: 100%;
        max-width: 480px;
        height: 0;
        padding-top: 22%;
        margin: 0 auto 20px;
        background: url("../../img/bcharge/bcharge_lp_sp_m_donyu.png") no-repeat top center;
        background-size: contain
    }

    .donyu .donyu_img {
        width: 100%;
        max-width: 768px;
        height: 0;
        padding-top: 807%;
        margin: 0 auto 20px;
        background: url("../../img/bcharge/bcharge_lp_sp_donyujirei.png") no-repeat top center;
        background-size: contain
    }

    .donyu .note {
        width: 100%;
        max-width: 480px;
        height: auto;
        margin: 0 auto 20px;
        text-align: right;
        font-size: 14px
    }

    .donyu .p_btn {
        width: 100%;
        height: auto
    }

    .donyu .p_btn a {
        display: block;
        width: 100%;
        max-width: 360px;
        height: 0;
        margin: 0 auto 40px;
        padding-top: 15.1%;
        background: url("../../img/bcharge/bcharge_lp_sp_btn.png") no-repeat top center;
        background-size: contain;
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
        transform: translateZ(0)
    }

    .donyu .p_btn a:hover {
        background: url("../../img/bcharge/bcharge_lp_sp_btn_h.png") no-repeat top center;
        background-size: contain;
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
        transform: translateZ(0)
    }

    .d_step {}

    .d_step .h3_midashi {
        font-size: 2.5rem
    }

    .d_step ul.stepbox {
        flex-direction: column
    }

    .d_step ul.stepbox li {
        width: 100%;
        margin: 1rem auto
    }

    .d_step ul.stepbox li h4 {
        font-size: 16px
    }

    .d_step ul.stepbox .anchor {
        position: relative;
        width: 100%;
        max-width: 20px;
        height: auto;
        margin: 0 auto 1.5rem
    }

    .d_step ul.stepbox .anchor span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17.3px 10px 0 10px;
        border-width: 17.3px 10px 0 10px;
        border-color: #e95505 transparent transparent transparent
    }

    .shohin {
        margin: 0 auto 2rem
    }

    .shohin .h3_midashi,
    .shohin .h3_midashi2 {
        font-size: 2.5rem
    }

    .shohin .h3_midashi:before {
        content: none
    }

    .shohin .h3_midashi:after {
        content: none
    }

    .shohin .shohin_area h4 {
        font-size: 1.8rem
    }

    .shohin .shohin_area .img {
        width: 100%;
        max-width: 768px;
        height: 0;
        margin: 0 auto;
        padding-top: 250%;
        background: url("../../img/bcharge/service/bcharge_service_gaiyosp.jpg") no-repeat top center;
        background-size: contain
    }

    .shohin_area {
        margin: 0 auto 2rem
    }

    .shohin_area .h3_midashi,
    .shohin_area .h3_midashi2 {
        font-size: 2.5rem
    }

    .shohin_area .h3_midashi:before {
        content: none
    }

    .shohin_area .h3_midashi:after {
        content: none
    }

    .shohin_area .shohin_box h4 {
        font-size: 1.8rem
    }

    .shohin_area .shohin_box .intro_img {
        width: 100%;
        max-width: 880px;
        height: 0;
        margin: 0 auto 1rem;
        padding-top: 29%;
        background: url("../../img/bcharge/service/bcharge_service_gaiyo_img.png") no-repeat top center;
        background-size: contain
    }

    .shohin_area .shohin_box .benefit {
        flex-direction: column
    }

    .shohin_area .shohin_box .benefit .box {
        margin: 0 auto 2rem
    }

    .shohin_area .shohin_box .benefit .box h5 {
        font-size: 1.4rem
    }

    .shohin_area .shohin_box .benefit .box .case .icon {
        max-width: 30px
    }

    .shohin_area .shohin_box .benefit .box .case p .under {
        font-size: 1.4rem
    }

    .shohin_area .shohin_box .benefit .box:last-of-type {
        margin: 0 auto
    }

    .shohin_area .shohin_box .hosoku {
        text-align: left
    }

    .kigyo .k_area ul.k_box {
        flex-direction: column
    }

    .kigyo .k_area ul.k_box li {
        width: 100%;
        margin: 1% auto
    }

    .kigyo .k_area .btn_area {
        width: 100%;
        max-width: 320px
    }

    .kigyo .k_area .btn_area .d_btn {
        width: 98%;
        max-width: 140px;
        height: 50px;
        margin: 0% 1%
    }

    .kigyo .k_area .btn_area .d_btn a {
        font-size: 14px
    }

    .kigyo .k_area .btn_area .o_btn {
        width: 98%;
        max-width: 140px;
        height: 50px;
        margin: 0% 1%
    }

    .kigyo .k_area .btn_area .o_btn a {
        font-size: 14px
    }

    .jirei_area h3 {
        padding-top: 17%
    }

    .jirei_area .jirei_box {
        flex-direction: column
    }

    .jirei_area .jirei_box .jirei {
        width: 100%;
        margin: 0 auto 2rem
    }

    .jirei_area .jirei_box .jirei h4 {
        font-size: 16px
    }

    .houshiki .h3_midashi {
        font-size: 2.5rem
    }

    .houshiki .h3_midashi .deco {
        max-width: 80px;
        padding: 0.5rem;
        font-size: 1.8rem
    }

    .houshiki .fukidashi {
        font-size: 1.8rem
    }

    .houshiki .houshiki_area table.houshiki_type {
        margin: 0 auto 1rem
    }

    .houshiki .houshiki_area table.houshiki_type th {
        display: block;
        width: 100%;
        max-width: 768px;
        font-size: 1.6rem
    }

    .houshiki .houshiki_area table.houshiki_type td {
        display: block;
        width: 100%;
        max-width: 768px
    }

    .au_area {}

    .au_area .h3_midashi {
        font-size: 2rem
    }

    .qa_area h3 {}

    .qa_area .s_02 .accordion_one .accordion_header {}

    .qa_area .s_02 .accordion_one .accordion_header .q_box {
        flex-direction: column;
        margin: 20px auto 0
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_icon {
        margin: 0 auto
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .midashi {
        width: 10%
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt {
        font-size: 14px;
        max-width: 960px
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt:before {
        top: 0%;
        left: 48%;
        margin-top: -29px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 30px solid #fff;
        border-top: 0
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt:after {
        top: 0%;
        left: 48%;
        margin-top: -32px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 30px solid #eb5604
    }

    .qa_area .s_02 .accordion_one .accordion_header .i_box {
        top: 110%;
        left: 48%;
        right: 0
    }

    .qa_area .s_02 .accordion_one .accordion_inner {
        display: none;
        margin-top: 20px
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box {
        flex-direction: column;
        margin: 80px auto 0
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_icon {
        margin: 0 auto
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .midashi {
        width: 10%
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt {
        font-size: 14px;
        max-width: 960px
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt:before {
        top: 0%;
        left: 48%;
        margin-top: -29px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 30px solid #fff;
        border-top: 0
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt:after {
        top: 0%;
        left: 48%;
        margin-top: -32px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 30px solid #eb5604
    }

    .orange_bg h3 {
        width: 100%;
        max-width: 480px;
        height: 0;
        padding-top: 12.1%;
        margin: 0 auto 20px;
        background: url("../../img/bcharge/bcharge_lp_sp_m_contact.png") no-repeat top center;
        background-size: contain
    }

    .orange_bg .footer_form_area .footer_form {
        font-size: 14px
    }

    .orange_bg .footer_form_area .footer_form select {
        max-width: 160px
    }

    .orange_bg .footer_form_area .footer_form .submitBtn {
        max-width: 320px
    }

    .orange_bg .footer_form_area .footer_form .submitBtn input {
        max-width: 320px;
        height: 60px;
        border-radius: 60px
    }

    .end .box {
        flex-direction: column
    }

    .end .box .left {
        width: 100%;
        text-align: center
    }

    .end .box .right {
        justify-content: center
    }
}

@media screen and (max-width:480px) {
    .txt_20 {
        font-size: 1.6rem
    }

    .bg br {
        display: none
    }

    .bg .ttl_area {
        display: block;
        width: 100%;
        max-width: 480px;
        padding: 0
    }

    .bg .ttl_area h2.ttl {
        width: 100%;
        height: 100%
    }

    .bg .ttl_area h2.ttl a {
        display: block;
        width: 100%;
        max-width: 480px;
        height: 100%;
        padding-top: 90%;
        background: url("../../img/bcharge/bcharge_lp_sp_ttl_2.jpg") no-repeat;
        background-size: contain
    }

    .bg .ttl_area h2.ttl a:hover {
        background: url("../../img/bcharge/bcharge_lp_sp_ttl_2.jpg") no-repeat;
        background-size: contain
    }

    .bg br {
        display: none
    }

    .bg .ttl_area_thx {
        display: block;
        width: 100%;
        max-width: 480px;
        padding: 0
    }

    .bg .ttl_area_thx h2.ttl {
        display: block;
        display: block;
        width: 100%;
        max-width: 480px;
        height: 100%;
        padding-top: 90%;
        background: url("../../img/bcharge/bcharge_lp_sp_ttl_2.jpg") no-repeat;
        background-size: contain
    }

    .nayami_area .nayami_box .nayami_case .icon {
        max-width: 30px
    }

    .nayami_area .nayami_box .nayami_case p {
        font-size: 1.6rem
    }

    .nayami_area .nayami_img {
        padding-top: 40%
    }

    .merit {
        padding-top: 70%
    }

    .kaiketsu h3 {
        padding-top: 35%
    }

    .kaiketsu h4 {
        padding-top: 20%
    }

    .kaiketsu .p_btn a {
        padding-top: 30%
    }

    .kaiketsu .minicat {
        padding-top: 30%
    }

    .step h3 {
        padding-top: 35%
    }

    .donyu h3 {
        padding-top: 35%
    }

    .donyu .p_btn a {
        padding-top: 30%
    }

    .qa_area {}

    .qa_area .s_02 .accordion_one .accordion_header {}

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt:before {
        top: 0%;
        left: 44%
    }

    .qa_area .s_02 .accordion_one .accordion_header .q_box .q_txt:after {
        top: 0%;
        left: 44%
    }

    .qa_area .s_02 .accordion_one .accordion_header .i_box {
        top: 110%;
        left: 44%
    }

    .qa_area .s_02 .accordion_one .accordion_inner {}

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt:before {
        top: 0%;
        left: 44%
    }

    .qa_area .s_02 .accordion_one .accordion_inner .a_box .a_txt:after {
        top: 0%;
        left: 44%
    }

    .shohin .shohin_area h3 {
        font-size: 1.4rem
    }

    .shohin_area .h3_midashi,
    .shohin_area .h3_midashi2 {
        font-size: 2.5rem
    }

    .shohin_area .shohin_box {
        margin: 0 auto 6rem
    }

    .shohin_area .shohin_box h4 {
        font-size: 1.3rem
    }

    .shohin_area .shohin_box .intro_img {
        width: 100%;
        max-width: 880px;
        height: 0;
        margin: 0 auto 1rem;
        padding-top: 29%;
        background: url("../../img/bcharge/service/bcharge_service_gaiyo_img.png") no-repeat top center;
        background-size: contain
    }

    .shohin_area .shohin_box .benefit {
        flex-direction: column
    }

    .shohin_area .shohin_box .benefit .box h5 {
        font-size: 1.3rem;
        margin: 0 auto 1rem
    }

    .shohin_area .shohin_box .benefit .box .case .icon {
        max-width: 30px
    }

    .shohin_area .shohin_box .benefit .box .case p .under {
        font-size: 1.3rem
    }

    .b_btn {
        max-width: 260px
    }

    .b_btn a {
        font-size: 16px
    }

    .btn2 {
        max-width: 220px
    }

    .btn2 a {
        font-size: 14px
    }

    .btn3 {
        max-width: 260px
    }

    .btn3 a {
        font-size: 16px
    }

    .orange_bg h3 {
        padding-top: 16%
    }
}