@media screen and (max-width: 767px) {

    /*****works*****/
    p.works_intro {
        margin-bottom: 15px;
    }

    .works_box {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .works_item {
        width: 49%;
        margin-bottom: 15px;
    }

    .works_item a {
        background: #fff;
        color: #111;
        box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
        display: block;
    }

    .works_item_img {
        width: 100%;
        margin-bottom: 5px;
    }

    .works_item_img img {
        width: 100%;
        height: 100px;
        object-fit: cover;
        font-family: 'object-fit: cover';
        object-position: center;
    }

    .works_item p {
        display: block;
        padding-bottom: 5px;
        text-align: center;
    }

    .works_rn_bnr a {
        display: block;
    }

    /*****works detail*****/
    .works_img {
        margin: 0;
        margin-bottom: 20px;
    }

    .works_img p {
        font-size: 13px;
        display: block;
        margin-bottom: 5px;
    }

    .works_img ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .works_img li {
        width: 49%;
        margin-bottom: 10px;
    }

    .works_img li img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        font-family: 'object-fit: cover';
        object-position: center;
    }

    .works_img li a {
        display: block;
        transition: all .5s;
    }

    .works_tag {
        border: 5px solid #acdef7;
        padding: 13px 3%;
        padding-bottom: 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .works_tag_ttl {
        display: flex;
        align-items: center;
        border-bottom: 2px solid #ff8b3c;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
        padding: 0 10px 5px;
    }

    .works_tag_ttl i {
        color: #ff8b3c;
        margin-right: 10px;
    }

    ul.works_tag_box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .works_tag_box li {
        margin-right: 5px;
        margin-bottom: 7px;
    }

    .works_tag_box li a {
        display: block;
        color: #fff;
        background: #00a0ea;
        border-radius: 30px;
        padding: 0 15px;
        line-height: 32px;
    }

    .works_back {
        display: block;
        border-top: 1px solid #ccc;
    }

    .works_back a {
        width: 60%;
        color: #111;
        display: flex;
        align-items: center;
        line-height: 35px;
    }

    .works_back a i {
        color: #00a0ea;
        margin-right: 10px;
    }


    .works_rn_box {
        margin-bottom: 25px;
    }

    .works_rn_before {
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }

    .works_rn_before_img {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .works_rn_before_img img {
        width: calc(100% - 70px);
        height: 200px;
        object-fit: cover;
        font-family: 'object-fit: cover';
        object-position: center;
    }

    .works_rn_before_img span {
        display: block;
        color: #fff;
        background: #00a0ea;
        width: 70px;
        line-height: 30px;
        text-align: center;
        flex-shrink: 0;
    }

    .works_rn_before_arrow {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .works_rn_before_arrow img {
        transform: rotate(45deg);
        width: 60px;
    }

    .works_rn_after {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }

    .works_rn_after img {
        width: calc(100vw - 70px);
        height: 200px;
        object-fit: cover;
        font-family: 'object-fit: cover';
        object-position: center;
    }

    .works_rn_after a {
        display: block;
    }

    .works_rn_after span {
        display: block;
        color: #fff;
        background: #ff8b3c;
        width: 70px;
        line-height: 30px;
        text-align: center;
        flex-shrink: 0;
    }

    /*****contact*****/
    .contact_wrap {
        width: 100%;
        flex-shrink: 0;
    }

    .contact_intro {
        margin-bottom: 20px;
    }

    .contact_inq {
        margin-bottom: 30px;
    }

    .contact_inq div {
        border: 1px solid #ccc;
        border-radius: 50px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .contact_inq div span {
        font-size: 13px;
        text-align: center;
        color: #888;
        display: block;
        margin-bottom: 2px;
    }

    .contact_inq div p {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 37px;
        line-height: 30px;
        font-weight: bold;
    }

    .contact_inq div i {
        color: #888;
        font-size: 20px;
        margin-right: 5px;
    }

    .contact_tel a {
        display: block;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .contact_tel a p {
        color: #ff8b3c;
    }

    .contact_fax {
        padding-top: 11px;
        padding-bottom: 16px;
        margin-bottom: 0;
    }

    .contact_fax p {
        color: #ffa621;
    }

    .contact_fax a {
        color: #ffa621;
    }

    .contact_form {}

    .contact_table {
        border: 3px solid #00a0ea;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 3%;
    }

    .contact_table table,
    .contact_table tbody {
        width: 100%;
        border: none;
    }

    .contact_table tr {
        padding-bottom: 20px;
        display: block;
    }

    .contact_table th {
        width: 100%;
        background: #fff;
        border: none;
        padding: 0;
        display: block;
    }

    .contact_table th p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: #fff;
        border: none;
        padding: 0;
    }

    .contact_table th span {
        color: #ff0000;
        width: 50px;
        text-align: center;
        display: block;
        font-weight: bold;
        border: 2px solid #ff0000;
    }

    .contact_table td {
        width: 100%;
        border: none;
        padding: 0;
    }

    .contact_table tr input {
        width: 100%;
        font-size: 16px;
        line-height: 40px;
        border: 1px solid #ccc;
        padding: 0 3%;
    }

    .contact_table tr input[type="text"],
    .contact_table tr input[type="email"],
    .contact_table tr input[type="tel"] {
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .wpcf7-checkbox {
        display: flex;
        flex-wrap: wrap;
    }

    .wpcf7-list-item {
        display: block !important;
        padding-bottom: 10px;
        margin: 0 !important;
    }

    .wpcf7-list-item label {
        display: flex;
        align-items: center;
        margin-right: 50px;
    }

    .wpcf7-list-item input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border: 1px solid #ccc;
        border-radius: 0;
        margin-right: 5px;
    }

    .contact_txt {
        font-size: 13px;
        line-height: 20px;
        color: #888;
        margin-bottom: 10px;
    }

    .contact_table td textarea {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 0;
        box-sizing: border-box;
        padding: 10px 3%;
        font-size: 16px;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .contact_table tr:last-child .wpcf7-list-item label {
        align-items: flex-start;
        margin-right: 0;
    }

    .contact_privacy {
        margin-bottom: 20px;
        border-top: 1px solid #ccc;
        padding-top: 30px;
    }

    .contact_privacy p:first-child {
        display: block;
        margin-bottom: 10px;
    }

    .contact_privacy a {
        display: inline;
        color: #00a0ea;
    }

    .contact_privacy .wpcf7-list-item label {
        margin-right: 0;
    }

    .contact_btn {
        position: relative;
        margin-bottom: 20px;
    }

    .contact_btn input[type="submit"] {
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        width: 70%;
        margin: 0 auto;
        display: block;
        background: #00a0ea;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 54px;
        border: none;
        border-radius: 5px;
    }

    .contact_btn input[type="submit"]:disabled {
        cursor: not-allowed;
        background: #00a0ea;
    }

    .wpcf7-spinner {
        position: absolute !important;
        margin: 0 10px !important;
        top: 0;
        right: 0;
    }

    .contact_recapcha {
        font-size: 13px;
        line-height: 20px;
        padding-top: 20px;
    }

    .contact_recapcha a {
        display: inline-block;
        color: #00a0ea;
    }


    /*****privacy*****/
    .privacy_wrap {
        width: 100%;
    }

    .privacy_box {}

    .privacy_item {
        margin-bottom: 30px;
    }

    .privacy_item h3 {
        margin-bottom: 12px;
        display: block;
    }

    .privacy_item ul {
        margin-bottom: 15px;
    }

    .privacy_item li {
        list-style: disc;
        margin-left: 20px;
    }

    .privacy_item a {
        display: block;
        color: #00a0ea;
    }

}