@charset "UTF-8";

@media screen and (min-width: 768px) {

    /***バス広告の種類一覧***/
    /*list_media*/
    .list_media {
        margin-bottom: 100px;
    }

    .list_media li {
        width: 850px;
        height: 280px;
        margin-bottom: 20px;
    }

    .list_media li a {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        border: 5px solid #f0f0f0;
        border-radius: 10px;
        background: #fff;
        padding: 23px 30px;
    }

    .list_media li a:hover {
        border: 5px solid #ccc;
    }

    .list_media_txt {
        width: 440px;
    }

    .list_media_txt h3 {
        display: flex;
        align-items: center;
        font-size: 24px;
        line-height: 35px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .list_media_txt h3 i {
        margin-right: 8px;
        font-size: 18px;
    }

    .i_yellow .list_media_txt h3 i {
        color: #FFBB00;
    }

    .i_blue .list_media_txt h3 i {
        color: #2296DE;
    }

    .i_red .list_media_txt h3 i {
        color: #EB6457;
    }

    .list_media_txt p {
        display: block;
    }

    .list_media li a img {
        width: 300px;
    }

    /*other*/
    .media_other h2 {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .media_other ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .media_other li {
        width: 410px;
    }

    .media_other li a {
        display: block;
        border: 5px solid #f0f0f0;
        border-radius: 10px;
        padding: 25px;
    }

    .media_other li a:hover {
        border: 5px solid #ccc;
    }

    .media_other li a h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding-bottom: 5px;
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 29px;
    }

    .media_other li a h3 i {
        margin-right: 5px;
        font-size: 15px;
    }

    .media_other li a h3.flag_yellow,
    .media_other li a h3.flag_blue {
        width: 165px;
    }

    .media_other li a h3.flag_red {
        width: 145px;
    }

    .media_other li a img {
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }

    .media_other li a p {
        display: block;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .media_other li a span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 50px;
        padding: 0 25px;
        background: #f0f0f0;
        border-radius: 5px;
        transition: all 0.3s;
        font-weight: bold;
    }

    .media_other li a:hover span {
        background: #ddd;
    }

    .media_other_i_yellow i {
        color: #FFBB00;
    }

    .media_other_i_blue i {
        color: #2296DE;
    }

    .media_other_i_red i {
        color: #EB6457;
    }



    /***バス広告の種類詳細***/
    .detail_media {
        margin-bottom: 0;
    }

    .media_mainimg {
        padding-bottom: 30px;
    }

    .media_introduction {
        display: block;
        margin-bottom: 35px;
    }

    .media_overview {
        background: #f5f5f5;
        border-radius: 10px;
        padding: 35px 45px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .media_overview section {
        width: 350px;
    }

    .media_overview section h3,
    .media_case h3 {
        margin-bottom: 15px;
        font-size: 20px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .media_overview section h3 i,
    .media_case h3 i {
        margin-right: 7px;
    }

    .media_overview section p,
    .media_overview section table,
    .media_overview section span {
        margin-left: 10px;
    }

    .media_overview section table {
        margin-bottom: 10px;
    }

    .media_overview section table tr {
        display: flex;
        align-items: flex-start;
    }

    .media_overview section table th {
        width: 90px;
        font-weight: bold;
        text-align: left;
        padding: 5px 0;
        flex-shrink: 0;
    }

    .media_overview section table td {
        border-left: 1px solid #ccc;
        padding: 5px 0;
        padding-left: 25px;
    }

    .media_overview section span {
        font-size: 12px;
    }

    /*media_link_column*/
    .media_link_column a {
        display: flex;
        align-items: center;
        color: #111;
        border: 1px solid #ccc;
        border-radius: 8px;
        line-height: 50px;
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .media_link_column a:hover {
        background: #ECFAFF;
    }

    .media_link_column a i {
        color: #2296de;
        margin-right: 7px;
    }

    /*media_link_bnr*/
    .media_link_bnr a {
        display: block;
        margin-bottom: 50px;
    }

    .media_link_bnr a:hover {
        opacity: 0.7;
    }


    /*case*/
    .media_case {
        margin-bottom: 50px;
    }

    .media_case h3 {
        margin-bottom: 25px;
    }

    .media_case ul {
        margin-bottom: 25px;
        display: flex;
        align-items: flex-start;
    }

    .media_case li {
        width: 270px;
        margin-right: 20px;
    }

    .media_case li:nth-child(3) {
        margin-right: 0;
    }

    .media_case li a {
        display: block;
        background: #fff;
        border: 5px solid #f0f0f0;
        border-radius: 10px;
        padding: 15px;
    }

    .media_case li a:hover {
        border: 5px solid #ccc;
    }

    .media_case li a img {
        display: block;
        width: 230px;
        height: 150px;
        object-fit: cover;
        font-family: 'object-fit: cover';
        object-position: center;
    }

    .media_case li a h4 {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top_case_box_tag {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: 28px;
        white-space: nowrap;
        overflow: hidden;
    }

    .top_case_box_tag span {
        display: block;
        font-size: 13px;
        line-height: 28px;
        background: #D6EFFF;
        padding: 0 15px;
        border-radius: 14px;
        margin-right: 5px;
    }

    .media_case_link {
        width: 290px;
        margin: 0 auto;
    }

    .media_case_link a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #FFBB00;
        border-radius: 5px;
        font-weight: bold;
        padding: 0 30px;
        line-height: 50px;
    }

    .media_case_link a:hover {
        background: #ffaa00;
    }

    /*announce sample*/
    .media_announce_sample {
        margin-bottom: 50px;
    }

    .media_announce_sample ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .media_announce_sample li {
        width: 250px;
    }

    .media_announce_sample li h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 7px;
        text-align: center;
    }

    .media_announce_sample li audio {
        width: 250px;
    }

    .media_announce_sample_txt {
        position: relative;
        display: inline-block;
        padding: 15px 20px;
        color: #111;
        font-size: 14px;
        line-height: 22px;
        background: #D6EFFF;
        border-radius: 10px;
        margin-top: 20px;
    }

    .media_announce_sample_txt:before {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #D6EFFF;
    }

    /*announce map*/
    .media_announce_map img {
        display: block;
        margin-top: 20px;
    }




    /***お問い合わせ***/
    .inquiry_wrap {
        width: 1000px;
        margin: 0 auto;
        background: #fff;
        border: 5px solid #f0f0f0;
        border-radius: 10px;
        padding: 50px;
        box-sizing: border-box;
        margin-bottom: 100px;
    }

    .inquiry_intro {
        padding: 0 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 70px;
    }

    .inquiry_intro p {
        margin-bottom: 25px;
    }

    .inquiry_intro span {
        font-size: 14px;
        line-height: 23px;
        color: #888;
    }

    /*form*/
    .inquiry_table table,
    .inquiry_table tbody {
        width: 800px;
        margin: 0 auto;
    }

    .inquiry_table table tr {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 40px;
    }

    .inquiry_table th p {
        width: 210px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 7px;
        font-weight: bold;
    }

    .inquiry_table th .required {
        width: 50px;
        text-align: center;
        line-height: 30px;
        background: #cc2515;
        color: #fff;
        border-radius: 18px;
        font-size: 14px;
        font-weight: normal;
    }

    .inquiry_table td {
        width: 550px;
    }

    .inquiry_table td input[type="text"],
    .inquiry_table td input[type="email"],
    .inquiry_table td input[type="tel"],
    .inquiry_table td textarea {
        width: 550px;
        border: 1px solid #ccc;
        background: #f5f5f5;
        font-size: 16px;
        line-height: 27px;
        border-radius: 5px;
        padding: 8px 20px;
        box-sizing: border-box;
        font-family: "Noto Sans JP", "MS PGothic", sans-serif;
    }

    .inquiry_table td input[type="text"]:focus-visible,
    .inquiry_table td input[type="email"]:focus-visible,
    .inquiry_table td input[type="tel"]:focus-visible,
    .inquiry_table td textarea:focus-visible {
        outline: none;
        border: 1px solid #2296DE;
        background: #fff;
    }

    .inquiry_table td span.wpcf7-checkbox {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .inquiry_table td span.wpcf7-checkbox>span {
        margin: 0 40px 0 0;
        padding: 10px 0;
        height: 25px;
    }

    .inquiry_table td label {
        display: flex;
        align-items: center;
    }

    .inquiry_table td label:hover {
        cursor: pointer;
        color: #555;
    }

    .inquiry_table td input[type="checkbox"] {
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 25px;
        height: 25px;
        background: #f5f5f5;
        margin: 0 7px 0 0;
        appearance: inherit;
        /*チェックボックスのcssをなくす*/
        position: relative;
    }

    .inquiry_table td input[type="checkbox"]:hover {
        cursor: pointer;
    }

    .inquiry_table td input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 18px;
        height: 9px;
        margin-top: -7px;
        top: 50%;
        left: 3px;
        transform: rotate(-45deg);
        border-bottom: 3px solid;
        border-left: 3px solid;
        border-color: #2296DE;
    }

    /***inquiry_privacy/recaptcha***/
    .inquiry_privacy,
    .inquiry_recaptcha {
        text-align: center;
        padding: 20px 0;
    }

    .inquiry_privacy {
        border-top: 1px solid #ccc;
        padding-top: 60px;
        margin-top: 20px;
    }

    .inquiry_recaptcha p {
        font-size: 13px;
        line-height: 22px;
        color: #888;
    }

    .inquiry_privacy a,
    .inquiry_recaptcha a {
        color: #2296DE;
        text-decoration: underline;
        transition: all 0.3s;
    }

    .inquiry_privacy a:hover,
    .inquiry_recaptcha a:hover {
        text-decoration: none;
    }

    /***inquiry_btn***/
    .inquiry_btn {
        width: 300px;
        height: 70px;
        margin: 25px auto;
        position: relative;
        background: #CC2515;
        border-radius: 5px;
    }

    .inquiry_btn i {
        color: #FFF;
        font-size: 20px;
        position: absolute;
        top: 27px;
        right: 92px;
        z-index: 10;
    }

    .inquiry_btn input[type="submit"] {
        width: 300px;
        height: 70px;
        background: #CC2515;
        color: #FFF;
        border-radius: 5px;
        font-weight: bold;
        border: none;
        padding: 0;
        padding-right: 20px;
        font-family: "Noto Sans JP", "MS PGothic", sans-serif;
        font-size: 20px;
        line-height: 26px;
        transition: all 0.3s;
    }

    .inquiry_btn:hover input[type="submit"] {
        background: #B91D0E;
        cursor: pointer;
    }

    .wpcf7-spinner {
        padding: 10px;
        margin: 0 auto;
    }

    /***response***/
    .wpcf7-response-output {
        width: 800px;
        margin: 0 auto !important;
        text-align: center;
        color: #ff0000;
        border: 2px solid #ff0000 !important;
    }

    .wpcf7-not-valid-tip {
        color: #ff0000 !important;
        font-size: 14px !important;
    }

    .wpcf7-response-output:empty,
    .screen-reader-response {
        visibility: hidden;
        width: 0;
        height: 0;
        border: none;
        padding: 0;
        margin: 0;
    }

    /*thanks*/
    .inquiry_thanks h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .inquiry_thanks p {
        display: block;
        margin-bottom: 40px;
    }

    .inquiry_thanks a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        border-radius: 25px;
        line-height: 47px;
        background: #2296DE;
        color: #fff;
    }

    .inquiry_thanks a:hover {
        background: #2672c8;
    }

    /***privacy***/
    .privacy_wrap p {
        margin-bottom: 40px;
    }

    .privacy_wrap h3 {
        margin-bottom: 10px;
    }

}