@media screen and (min-width:769px) {
    #about_method_ {
        width: 980px;
        margin: 0 auto 80px;
    }
    #about_method_  h1 {
        text-align: center;
    }
    #about_method_ p a {
        text-decoration: underline;
        padding-left: 15px;
        background: url(../../../img/usr/freepage/about_method/icn_arrow_01.png) left center no-repeat;
    }
    div.freepage_ .box_ {
        margin-bottom: 50px;
        width: 100%;
        overflow: hidden;
    }
    #about_method_ .method_navi_ {
        overflow: hidden;
        width: 710px;
        margin: 40px auto;
    }
    #about_method_ .method_navi_ li {
        float: left;
        margin: 0 15px;
    }
    #about_method_ h2.common_headline2_ {
        margin: 0 0 10px 0;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        color: #330000;
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
    }
    #about_method_ h3 {
        margin-top: 20px;
        margin-bottom: 15px;
        padding-left: 15px;
        border-left: 5px solid #ddd;
        color: #333;
        border-bottom: unset;
    }
    #about_method_ .shopping_ {
        padding: 20px 50px;
        margin-top: 20px;
        background: #F7F4EB;
        border: 1px solid #F2EDE4;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    #about_method_ .shopping_ .title_ {
        padding: 12px 0 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    #about_method_ .shopping_ .title_ .title_icon {
        width: 70px;
        margin-right: 20px;
    }
    #about_method_ .shopping_ .title_ .title_icon img {
        width: 100%;
    }
    #about_method_ .shopping_ .title_ .title_text h4 {
        font-size: 18px;
        line-height: 1em;
        color: #A3060B;
        font-weight: bold;
        margin:  0 0 5px;
        padding: 0;
        border-bottom: unset;
    }
    #about_method_ .shopping_ .title_ .title_text p {
        font-size: 16px;
        line-height: 1.6;
        color: #5e493a;
    }
    #about_method_ .shopping_ ul {
        margin: 40px auto 0;
        width: 635px;
        display: flex;
        justify-content: center;
        gap: 25px;
        box-sizing: border-box;
    }
    #about_method_ .shopping_ ul li {
        width: calc((100% - 50px) / 3);
        border: 1px solid #EAE3D2;
        background-color: #FFF;
        padding: 25px 20px;
        position: relative;
    }
    #about_method_ .shopping_ ul li .list_icon {
        position: absolute;
        top: -19px;
        left: -19px;
        width: 63px;
        height: 63px;
    }
    #about_method_ .shopping_ ul li .list_icon img {
        width: 100%;
    }
    #about_method_ .shopping_ ul li .list_title {
        font-size: 16px;
        line-height: 1.6;
        font-weight: bold;
        color: #B99D64;
        border-bottom: 1px solid #B99D64;
        padding-bottom: 5px;
        text-align: center;
    }
    #about_method_ .shopping_ ul li .list_comment {
        font-size: 14px;
        line-height: 1.6;
        font-weight: 500;
        color: #5e493a;
        margin-top: 22px;
    }
    #about_method_ .shopping_ ul li .list_btn {
        width: 155px;
        height: 40px;
        display: block;
        margin: 25px auto 0;
    }
    #about_method_ .shopping_ ul li .list_btn a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2;
        color: #FFF;
        text-align: center;
        background: #A57E28;
        border-radius: 5px;
    }
    #about_method_ .shopping_ ul li .list_btn a:hover {
        background: #A3060B;
        text-decoration: unset;
    }
    #about_method_ .about_method_box_ {
        padding: 0 20px 20px 20px;
        margin-top: 20px;
        border: 1px solid #cdcdcd;
    }
    #about_method_ .about_method_box_ table {
        width: 100%;
        margin: 10px 0;
        border: 1px solid #cfcfcf;
    }
    #about_method_ .about_method_box_ th, #about_method_ .about_method_box_ td {
        border: 1px solid #cfcfcf;
    }
    #about_method_ .about_method_box_ th {
        font-weight: bold;
        text-align: center;
        padding: 20px;
        background: #f7f4eb;
    }
    #about_method_ .about_method_box_ th.charge_ {
        text-align: left;
        width: 140px;
    }
    #about_method_ .about_method_box_ td {
        padding: 10px 20px;
    }
    #about_method_ .about_method_box_ td.cel1 {
        background: #f2f2f2;
    }
    #about_method_ .about_method_box_ td.cel2 {
        text-align: right;
    }
    #about_method_ .about_method_box_ .img_ {
        margin: 10px 0;
        text-align: center;
    }
    #about_method_ .about_method_box_ .img_ a {
        background: none;
    }
    #about_method_ .about_method_box_ ul {
        overflow: hidden;
        margin-bottom: 15px;
    }
    #about_method_ .about_method_box_ ul li {
        float: left;
        margin-right: 1em;
        white-space: nowrap;
    }
}

@media screen and (max-width:768px) {
    #about_method_ {
        font-size: 12px;
    }
    #about_method_ h1.common_headline1_ {
        padding: 0;
        margin: 0;
    }
    #about_method_ ul.method_navi_ {
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #about_method_ ul.method_navi_ li:first-child {
        margin-bottom: 10px;
    }
    #about_method_ h2.common_headline2_ {
        padding: 10px 0 10px 20px;
        margin: 20px 10px 10px 10px;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
    }
    #about_method_ h2.common_headline2_::after {
        width: 5px;
        height: 60%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        content: "";
        position: absolute;
        bottom: 20%;
        left: 0;
        background: #E60019;
    }
    #about_method_ .box_ .inner_ {
        overflow: hidden;
        padding: 0 10px 10px;
    }
    #about_method_ .box_ .inner_ h3{
        margin: 15px 0 1.5% 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
    }
    #about_method_ .box_ .inner_ p {
        word-break: break-all;
    }
    #about_method_ .shopping_ {
        padding: calc((10 / 375) * 100vw);
        margin-top: calc((10 / 375) * 100vw);
        background: #F7F4EB;
        border: 1px solid #F2EDE4;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    #about_method_ .shopping_ .title_ {
        margin-bottom: calc((10 / 375) * 100vw);
        display: flex;
        align-items: center;
    }
    #about_method_ .shopping_ .title_ .title_icon {
        display: none;
    }
    #about_method_ .shopping_ .title_ .title_text h4 {
        font-size: calc((18 / 375) * 100vw);
        line-height: 1em;
        color: #A3060B;
        font-weight: bold;
        margin:  0 0 calc((5 / 375) * 100vw);
        padding: 0;
        border-bottom: unset;
    }
    #about_method_ .shopping_ .title_ .title_text p {
        font-size: calc((12 / 375) * 100vw);
        line-height: 1.6;
        color: #5e493a;
    }
    #about_method_ .shopping_ ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: calc((10 / 375) * 100vw);
    }
    #about_method_ .shopping_ ul li .list_icon {
        width: calc((50 / 375) * 100vw);
        height: calc((50 / 375) * 100vw);
        margin-right: calc((10 / 375) * 100vw);
    }
    #about_method_ .shopping_ ul li .list_icon img {
        width: 100%;
    }
    #about_method_ .shopping_ ul li .list_title {
        width: calc((100% - ((60 / 375)* 100vw)));
        font-size: calc((14 / 375) * 100vw);
        line-height: 1.6;
        font-weight: bold;
        color: #B99D64;
        text-align: left;
    }
    #about_method_ .shopping_ ul li .list_comment {
        font-size: calc((14 / 375) * 100vw);
        line-height: 1.6;
        font-weight: 500;
        color: #5e493a;
    }
    #about_method_ .shopping_ ul li .list_btn {
        width: calc((155 / 375) * 100vw);
        height: calc((40 / 375) * 100vw);
        display: block;
        margin: calc((15 / 375) * 100vw) auto 0;
    }
    #about_method_ .shopping_ ul li .list_btn a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: calc((12 / 375) * 100vw);
        font-weight: bold;
        line-height: 1.2;
        color: #FFF;
        text-align: center;
        background: #A57E28;
        border-radius: 5px;
    }




    #about_method_ .box_ .inner_ .shopping_ {
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #F2EDE4;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #F7F4EB;
    }
    #about_method_ .box_ .inner_ .shopping_ dl {
        margin-top: 10px;
    }
    #about_method_ .box_ .inner_ .shopping_ dt {
        display: table-cell;
        font-size: 14px;
        font-weight: bold;
        height: 50px;
        vertical-align: middle;
        color: #BC9D67;
        padding-left: 60px;
        background: url(../../../img/usr/freepage/about_method/sb/icon_free.png) left center no-repeat;
        background-size: 50px 50px;
        -moz-background-size: 50px 50px;
        -webkit-background-size: 50px 50px;
    }
    #about_method_ .box_ .inner_ .shopping_ dd {
        margin-top: 5px;
        padding: 0 10px;
    }
    #about_method_ .box_ .inner_ .shopping_ dd a {
        margin-top: 10px;
        display: block;
        text-align: center;
    }
    #about_method_ p a {
        padding-left: 15px;
        background: url(../../../img/usr/freepage/about_method/icn_arrow_01.png) left center no-repeat;
        text-decoration: underline;
    }
    #about_method_ .about_method_box_ {
        padding: 0 10px 10px 10px;
        margin-top: 20px;
        border: 1px solid #cdcdcd;
    }
    #about_method_ .about_method_box_ .img_ {
        margin: 5px 0;
    }
    #about_method_ .small_ {
        color: #993300;
    }
    .small_ {
        font-size: 12px;
    }
    #about_method_ .about_method_box_ .img_ a {
        padding: 0;
        background: none;
    }
    #about_method_ .about_method_box_ h4 {
        margin-top: 10px;
        padding: 0;
        font-size: 12px;
    }
    #about_method_ .about_method_box_ table {
        width: 100%;
        margin: 10px 0;
        border: 1px solid #cfcfcf;
    }
    #about_method_ .about_method_box_ table th,
    #about_method_ .about_method_box_ table td {
        border: 1px solid #cfcfcf;
    }
    #about_method_ .about_method_box_ table th {
        font-weight: bold;
        text-align: center;
        padding: 10px;
        background: #f7f4eb;
    }
    #about_method_ .about_method_box_ table td {
        padding: 5px 10px;
    }
    #about_method_ .about_method_box_ table td.cel1 {
        background: #f2f2f2;
    }
    #about_method_ .about_method_box_ table td.cel2 {
        text-align: right;
    }
}