@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-h3 .Faq-LeftBox {
        display: none;
    }

    #agent .ContentsBox-h3 .Faq-RightBox {
        width: 100%;
    }

    #agent .ContentsBox-h4 ul.Faq-info .Faq-info-in {
        padding-bottom: 10px;
    }

    #agent .ContentsBox-h4 ul.Faq-info .Faq-info-in .item {
        width: 30px;
        padding: 3px 0 0 0;
    }

    #agent .ContentsBox-h4 ul.Faq-info .Faq-info-in .info {
        width: 100%;
        float: none;
    }

    #agent .ContentsBox-h4 ul.Faq-info li.Faq-info-top {
        padding-top: 20px;
    }

    .faq-link {
        margin-bottom: 20px;
    }
}