<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; .pcdn &gt; * {
        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;
    }

    .step-title {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
        font-size: 18px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .step-title:nth-child(n+2){
        margin-top: 15px;
    }

    .step-title .step-vol {
        margin-right: 15px;
        font-size: 18px;
        color: #D23340;
    }

    .step-title .step-vol span {
        font-size: 12px;
    }

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

    #agent .ContentsBox-h4 .Whatas03Right {
        width: 100%;
        float: none;
        padding: 10px 5px;
        box-sizing: border-box;
    }

    #agent .ContentsBox-h4 .Whatas03Right .dotline {
        height: auto;
    }

    #agent .ContentsBox-h4 .Whatas03Right .dotline:after {
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        border-top: 2px solid #ccc;
        border-right: 2px solid #ccc;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin: 10px auto 0;
    }

    /* --------------------------------
       詳細リンクボックス
   ---------------------------------- */

    #agent .PointLink {
        background: none;
    }

    #agent .PointLink .PointLink-top {
        background: none;
    }

    #agent .PointLink .PointLink-btm {
        background: none;
    }

    #agent .PointLink .PointLink-in {
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
}</pre></body></html>