@media (max-width: 1920px) {
    html {
        font-size: 15px;
    }
    .wrap {
        width: 700px;
    }
    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="number"] {
        padding: 0 10px;
        line-height: 42px;
        height: 44px;
    }
    input[type="text"],
    input[type="password"],
    input[type="submit"],
    input[type="image"],
    input[type="date"],
    input[type="number"],
    button {
        border-radius: 5px;
    }

    select {
        padding: 0 0 0 10px;
    }
    .styled_select {
        height: 44px;
        border-radius: 5px;
    }
    .styled_select i {
        width: 30px;
        height: 44px;
        line-height: 42px;
        background-size: 26px;
        background-size: 10px;
    }
    .styled_select select {
        padding-right: 30px;
        height: 42px;
    }

    input[type="checkbox"],
    input[type="radio"] {
        width: 20px;
        height: 20px;
    }
    input[type="checkbox"] + i,
    input[type="radio"] + i {
        width: 20px;
        height: 20px;
        margin: 0 3px 0 -20px;
    }

    .btn {
        padding: 0 10px;
        height: 44px;
        line-height: 42px;
        border-radius: 5px;
    }
    .btn-lg {
        min-width: 200px;
        height: 50px;
        line-height: 48px;
    }

    .page_header,
    .claim_end .page_header {
        height: 160px;
    }
    .page_header h2 {
        padding: 100px 0 0 0;
    }
    .page_header h2 img,
    .page_header h1 img {
        height: 30px;
    }
    .claim_end .page_header h1 {
        padding: 50px 0 0 0;
    }
    .page_header h2:after {
        bottom: -10px;
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }
    .claim_reg {
        margin-top: 60px;
    }
    .claim_reg .input_div .label {
        width: 120px;
        word-break: keep-all;
    }
    .claim_reg .input_div .item {
        width: calc(100% - 140px);
    }
    .space_label {
        margin-left: 140px;
    }

    #footer {
        margin: 0;
        padding: 80px 0;
    }
    #footer .logo {
        width: 250px;
        height: auto;
    }

    .agree_div span:first-child {
        width: 30px;
    }
    .agree_div.all input[type="checkbox"] {
        width: 24px;
        height: 24px;
    }
    .agree_div.all input[type="checkbox"] + i {
        width: 24px;
        height: 24px;
        margin: 0 8px 0 -24px;
    }
}

@media (max-width: 768px) {
    .mobile_only {
        display: block !important;
    }
    .pc_only {
        display: none !important;
    }
    .wrap {
        width: 100%;
        padding: 0 4%;
    }

    .page_top {
        height: 300px;
        background-size: cover;
    }
    .page_info .wrap {
        padding: 0 4%;
    }
    .page_btn {
        margin-top: 40px;
    }
    .page_btn img {
        width: 300px;
    }
    #footer {
        margin: 0;
        padding: 50px 0;
    }
    #footer .logo {
        width: 180px;
        height: auto;
    }

    .pop_application {
        padding: 30px 0;
    }
    .pop_application .wrap {
        padding: 0 4%;
    }
    .pop_application .btn_close {
        z-index: 2;
        width: 30px;
        height: 30px;
        right: 10px;
        top: 10px;
    }
    .pop_application fieldset {
        padding: 0 15px;
    }
    .pop_application .div_input {
        margin-top: 0;
    }
    .pop_application .div_input input[type="text"],
    .pop_application .styled_select {
        margin-top: 7px;
    }
    .pop_application .sec_input01 .f_left,
    .pop_application .sec_input01 .f_right,
    .pop_application .sec_input02 .f_left,
    .pop_application .sec_input02 .f_right {
        width: 100%;
        float: none;
    }
    .pop_application .sec_input01 .btn-primary {
        margin-top: 7px;
    }
    .pop_application .btn_pic,
    .pop_application .btn_addr {
        width: calc(100% - 95px) !important;
        float: left !important;
        background-size: 24px;
        margin-top: 7px;
    }
    .pop_application .btn_addr + .f_right {
        width: 90px !important;
    }
    .pop_application .btn_ex01,
    .pop_application .btn_ex02 {
        width: 90px !important;
        float: right !important;
        margin-top: 7px;
    }
    .pop_application section {
        padding: 8px 0 15px 0;
    }
    .sec_agree div {
        margin: 8px 0;
    }
    .pop_application .btn_area {
        margin: 0;
        padding: 0 0 20px;
    }
    .pop_application02 .btn_pic {
        width: 100% !important;
    }
    .pop_application .sec_agree .link01 {
        font-size: 0.85em;
    }

    .pop_layer {
        width: 320px;
        min-width: inherit;
    }
    .pop_layer header {
        height: 50px;
    }
    .pop_layer header h2 {
        font-size: 16px;
        line-height: 50px;
    }
    .pop_layer .btn_close {
        top: 14px;
        right: 14px;
    }

    .pop_complete {
        padding: 20px;
    }
    .pop_complete .btn_area {
        margin-top: 20px;
    }
    .pop_complete .btn_area .btn-primary {
        width: 100%;
        height: 50px;
        line-height: 48px;
    }

    .pop_privacy .pop_con {
        padding: 20px;
        font-size: 0.95em;
    }

    .pop_prepare {
        border: 5px solid #ddd;
        padding: 30px;
        width: 90%;
        font-size: 1.1rem;
    }

    .page_header,
    .claim_end .page_header {
        height: 160px;
    }
    .page_header h2 {
        padding: 100px 0 0 0;
    }
    .page_header h2 img,
    .page_header h1 img {
        height: 30px;
    }
    .claim_end .page_header h1 {
        padding: 50px 0 0 0;
    }
    .page_header h2:after {
        bottom: -10px;
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }
    .claim_reg {
        margin-top: 60px;
    }
    .claim_reg .input_div .label {
        width: 60px;
        word-break: keep-all;
    }
    .space_label {
        margin-left: 80px;
    }
    .claim_reg .input_div .item {
        width: calc(100% - 80px);
    }
    .btn-lg {
        min-width: inherit;
        width: 100%;
        height: 46px;
        line-height: 44px;
        font-size: 1.2em;
    }
    .guide {
        margin-top: 40px;
    }
    .guide li {
        position: relative;
        padding-left: 20px;
    }
    .warranty_list li {
        display: block;
    }
    .warranty_list li:first-child {
        padding-top: 0;
    }
    .warranty_list li .opt {
        margin-top: 8px;
    }
    .warranty_list li dl {
        margin-top: 12px;
    }
    .warranty_list li .btn {
        margin: 15px 0 0 0;
        width: 100%;
    }
    .pagenum {
        margin-top: 30px;
    }
    .pagenum a {
        width: 34px;
        height: 34px;
        line-height: 32px;
    }
    .pagenum a i {
        vertical-align: middle;
    }
    .top_notice p {
        word-break: keep-all;
    }
    .claim_reg02 {
        margin-top: 10px;
    }
    .input_div {
        margin-top: 10px;
    }
    .input_div .item,
    .input_div.top .label {
        line-height: 44px;
    }
    span.space {
        width: 15px;
    }
    .input_div input[type="text"],
    .input_div input[type="password"],
    .input_div input[type="date"],
    .input_div input[type="number"],
    .input_div .styled_select {
        margin-left: 2px;
    }
    .input_div input:first-child,
    .input_div .styled_select:first-child,
    .input_div .item.block input,
    .input_div .item.block .styled_select {
        margin-left: 0;
    }
    .input_div .item.block input[type="text"],
    .input_div .item.block .styled_select {
        margin-top: 2px;
    }
    .btn_pic,
    .btn_folder {
        padding: 0 10px;
        line-height: 42px;
        height: 44px;
        border-radius: 5px;
        background-size: 20px;
        width: calc(100% - 89px);
        background-position: 95% center;
    }
    .btn_ex {
        width: 84px;
        margin-left: 5px;
        height: 44px;
        line-height: 42px;
        padding: 0;
    }
    .claim_end .page_header h2 {
        padding: 20px 0 0 0;
        font-size: 1.3em;
        font-weight: 500;
    }
    .claim_end .con li:before {
        width: 80px;
        height: 80px;
        background-size: 40px;
    }
    .claim_end .con {
        padding: 50px 0;
    }
    .claim_end .con li:after {
        height: 60px;
        background-size: 20px;
    }
    .agree_div:first-child {
        margin-top: 0;
        padding-top: 0;
    }
    .link01 {
        word-break: keep-all;
    }
    .agree_div span:first-child {
        width: 30px;
    }
    .agree_div.all input[type="checkbox"] {
        width: 24px;
        height: 24px;
    }
    .agree_div.all input[type="checkbox"] + i {
        width: 24px;
        height: 24px;
        margin: 0 8px 0 -24px;
    }
    .warranty_reg .txt01 {
        word-break: keep-all;
        margin-bottom: 25px;
    }
    .hr01 {
        margin: 25px 0;
    }
    .warranty_reg .input_div .item .check {
        min-width: 100px;
        text-align: right;
        margin-left: 5px;
    }
    .pop_layer .pop_con {
        padding: 15px;
    }
    .warranty_end h2 {
        font-size: 2em;
    }
    .warranty_end h2:after {
        height: 220px;
        background-size: 120px;
    }
    .warranty_end #footer {
        padding: 100px 0 0 0;
    }

    .table_v01 th,
    .table_v01 td {
        padding: 10px 5px;
    }

    .warranty_view th {
        width: 120px;
    }
    .warranty_view td img {
        max-width: 100%;
    }

    .item_prd_select {
        flex-wrap: wrap;
    }
    .item_prd_select .styled_select {
        flex: 1 1 30%;
    }
    .item_prd_select .styled_select:last-child {
        margin: 10px 0 0 0;
    }

    .pop_privacy li {
        background-size: 4px;
        padding-left: 12px;
        background-position: 0 5px;
    }
    .pop_size .pop_con {
        height: auto;
    }

    .layout_flex_sb + input {
        margin-top: 10px !important;
    }

    .pic_equip {
        background-size: 200px;
        height: 470px;
    }
    .pic_equip article {
        width: 150px;
        height: 100px;
    }
    .pic_equip article h3 {
        padding-top: 7px;
    }
    .pic_equip article img {
        width: 100px;
        height: 56px;
        margin-top: 7px;
    }
    .pic_equip article:nth-of-type(1) {
        left: 0;
        top: 0;
    }
    .pic_equip article:nth-of-type(2) {
        right: 0;
        left: auto;
        top: 0;
    }
    .pic_equip article:nth-of-type(3) {
        left: 0;
        bottom: 0;
        top: auto;
    }
    .pic_equip article:nth-of-type(4) {
        right: 0;
        left: auto;
        bottom: 0;
        top: auto;
    }
    .pic_equip article:nth-of-type(n + 3) img {
        margin-top: 11px;
    }
    .pic_equip article:nth-of-type(n + 3) h3 {
        padding-top: 9px;
    }
    .pic_equip article .btn_delete {
        width: 20px;
        height: 20px;
        right: 10px;
        top: 3px;
    }
    .pic_equip article:nth-of-type(even) .btn_delete {
        left: 10px;
    }

    .pic_broken_area {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .pic_broken_area h2 {
        padding: 13px 0;
        font-size: 1em;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }
    .pic_broken_area h2 i {
        margin: 0 1px 0 3px;
    }
    .pic_broken_area p {
        font-size: 0.95em;
        margin-bottom: 30px;
    }
    .pic_broken {
        background-size: 100px;
        height: 180px;
    }
    .pic_broken article img {
        width: 80px;
    }
    .pic_broken article label {
        font-size: 1em;
        vertical-align: -1px;
    }
    .pic_broken article:nth-of-type(1) {
        left: 15px;
        top: 0;
    }
    .pic_broken article:nth-of-type(2) {
        right: 15px;
        left: auto;
        top: 0;
    }
    .pic_broken article:nth-of-type(3) {
        left: 15px;
        bottom: 0;
        top: auto;
    }
    .pic_broken article:nth-of-type(4) {
        right: 15px;
        left: auto;
        bottom: 0;
        top: auto;
    }

    .txt_l {
        font-size: 1.05em !important;
    }

    .flexbox01 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 320px) {
}
