@charset "utf-8";

@media screen and (min-width: 501px){
    .pcdn {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    img {
        width: 100%;
        height: auto;
    }

    .fs14 {
        font-size: 14px;
        line-height: 1.5;
    }

    .spacing30 {
        margin-bottom: 10px;
    }

    .spacing50 {
        margin-bottom: 30px;
    }

    #Wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    #Breadcrumbs {
        background: none;
        padding-left: 0;
    }

    #Breadcrumbs > .pcdn > * {
        display: inline-block;
    }

    .spdn {
        display: none;
    }

    .sp-pankuzu {
        width: 100%;
        overflow: hidden;
        padding: 0 0 2px;
        border-bottom: 1px solid #d5e3ea;
    }

    .sp-pankuzu a {
        font-size: 11px;
        background: #f2f2f2 url("/include/contents/htdocs/img/new/bg_breadcrumbs.png") no-repeat right center;
        padding: 3px 15px 0 8px;
        text-decoration: none;
        height: 18px;
        margin: 0 5px 5px 0;
        white-space: nowrap;
        color: #707070;
    }

    .sp-pankuzu span {
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #agent .ContentsBox-h2 .LeftBox {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .ContentsBox .tittxt {
        padding: 5px 0 0 0;
        margin-top: 15px;
        font-size: 16px;
    }

    #agent .ContentsBox-h2 ul.VoiceBox li.VoiceList01 {
        width: 33.333%;
        height: auto;
        float: left;
    }

    #agent .ContentsBox-h2 ul.VoiceBox li:nth-child(n+4) {
        margin-top: 5px;
    }

    #agent .space-mr {
        margin-right: 0;
    }

    #agent .ContentsBox-h3 .RightVoice {
        width: 100%;
        float: none;
        position: relative;
    }

    #agent .ContentsBox-h3 .Voice-Left {
        width: 35%;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #agent .ContentsBox-h3 .RightVoice h2.s-voice01,
    #agent .ContentsBox-h3 .RightVoice h2.s-voice02,
    #agent .ContentsBox-h3 .RightVoice h2.s-voice03,
    #agent .ContentsBox-h3 .RightVoice h2.s-voice04,
    #agent .ContentsBox-h3 .RightVoice h2.s-voice05 {
        width: 100%;
        height: 0;
        padding-bottom: 6%;
        margin-top: -30px;
        margin-bottom: 0;
        background-size: contain;
        position: absolute;
    }

    #agent .ContentsBox-h4 {
        margin-top: 55px;
    }

    #agent .ContentsBox-h4 h3 {
        background: url(/include/contents/htdocs/images/top_ico_cir.gif) no-repeat left center;
        padding-left: 19px;
        display: inline-block;
    }

    #agent .ContentsBox-h4 .Voice-Area {
        margin-left: 0;
        margin-bottom: 20px;
    }
}