@charset "shift_jis";
@media screen and (min-width: 419px) {

    body {
        overflow: hidden;
        margin: 0;
    }

    .my_sh_title_edit {
        height: 60px;
        margin-top: 20px;
        border-bottom: 1px solid;
    }

    .my_sh_title_edit span {
        display: block;
        margin: 5px auto 0;
        width: 360px;
    }

    .my_sh_title_edit input {
        display: block;
        margin: 5px auto 0;
        width: 360px;
    }

    .my_sh_name_btn {
        text-align: center;
        margin: 15px 0 0;
    }

    .my_sh_name_btn a {
        text-decoration: none;
        color: #FFF;
        padding: 5px 60px;
        display: inline-block;
        border-radius: 3px;
        background: #FF9900;
        font-size: 16px;
        margin: 5px auto 0;
    }

    .voice_inner iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
    }

    /* ----------------------------------------
 voice
---------------------------------------- */
    .voice_iframe {
        overflow: hidden;
        height: 295px;
        width: 2080px;
    }

    .voice_iframe li {}

    .voice_iframe li a {
        position: relative;
        transition-duration: .3s;
        text-decoration: none;
    }

    .voice_icon {
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        background-color: #20A8FC;
        position: absolute;
        top: -25px;
        left: 10px;
        border-radius: 10px;
        z-index: 10;
        justify-content: center;
    }

    .voice_iframe li a:hover .voice_icon {
        background-color: #016ed8;
    }

    .voice_iframe li a:hover .voice_name {
        text-decoration: underline;
        color: #20A8FC;
    }

    .voice_img {
        overflow: hidden;
        width: 230px;
        height: 150px;
        position: relative;
        border-radius: 5px;
        background: #fff;

    }

    .voice_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;

    }

    .voice_iframe li:hover .voice_img img {
        opacity: 0.6;
        transition-duration: 0.3s;
    }

    .voice_name {
        font-weight: bold;
        font-size: 15px;
        margin: 10px auto;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 48px;
        color: #333;
        text-decoration: none;
    }

    .voice_txt {
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 18px;
        height: 36px;
        color: #333;
        text-decoration: none;
    }



    /* ----------------------------------------
 slick-slide
---------------------------------------- */
    .slick-slide {
        margin: auto 20px auto;
    }



    .slick-list {}

    .slick-initialized .slick-slide {
        margin: auto 15px;
        padding-top: 9px;

    }

    .slick-slide a {
        display: block;
        outline: none;
    }

    .slick-dots {
        display: none !important;

    }

}