@charset "utf-8";
    #koutou-shiken { font-size: 15px; }
    #koutou-shiken .inner { margin: 20px 19px; }
    .w-img { text-align: center;}
    #koutou-shiken .main-img { margin-bottom: 20px; }
    #koutou-shiken .qa-ttl,.bm-ttl { 
        background: #2d77c2; color: #fff;
        font-size: 16px;
        padding: 10px 10px 10px 20px; }

    .link-bm,.link-bm2 { font-size: 22px; padding: 12px 20px 12px 130px; border:solid 1px #2d77c2; margin-bottom: 20px; color: #1072b8;}
    .link-bm span,.link-bm2 span { margin-right: 10px; }
    .link-bm2 { padding: 12px 20px; font-size: 18px; border:none;}

     .box-qa { position: relative; background: #E5F8FF; padding-bottom: 20px; margin-bottom: 50px;}

        dl.qa-koutou-shiken {
            padding: 10px 20px;
            background: #fff;
            margin: 20px 20px;
            box-sizing: border-box;
         }

         dl.qa-koutou-shiken + dl.qa-koutou-shiken { border-top: 0; }
         .qa-koutou-shiken dt,.qa-koutou-shiken dd {
            position: relative;
            background: #fff;
            padding: 14px 20px 14px 42px;
            font-size: 15px;
            line-height: 1.6;
         }
         .qa-koutou-shiken dt { border-bottom: dashed 1px #666; }
         .qa-koutou-shiken dt:before {
            content: "Q.";
            color:#2d77c2;
            width: 30px;
            position: absolute;
            left: 10px;
            top: 10px;
            font-size: 18px;
            font-weight: bold;
         }
         .qa-koutou-shiken dd:before {
            content: "A.";
            color:#f57795;
            width: 30px;
            position: absolute;
            left: 10px;
            top: 12px;
            font-size: 18px;
            font-weight: bold;
         }
        .authority { position: absolute; bottom: 10px; right: 20px; font-size: 12px; }
        
             .bm-ttl { background: #f07626; text-align: center; font-size: 24px; }
             .bm-ttl-sub { text-align: center; margin: 20px; font-size: 25px; color: #2d77c2; }
             .btn-link { overflow: hidden; width: 670px; margin: 20px auto 50px; display: flex; justify-content: space-between;}

             .btn-link a {
                    font-size: 19px;
                    text-decoration: none;
                    background: -ms-linear-gradient(top,#ff7f50 0%,#ff7f50 50%,#ff4500 50%,#ff4500);
                    background: -moz-linear-gradient(top,#ff7f50 0%,#ff7f50 50%,#ff4500 50%,#ff4500);
                    background: -webkit-gradient(linear, left top, left bottom,from(#ff7f50), color-stop(0.5,#ff7f50), color-stop(0.5,#ff4500), to(#ff4500));
                    border: 1px solid #ff4500;
                    color: #fff;
                    width: 300px;
                    height: 25px;
                    margin: 0 10px;
                    display: block;
                    text-align: center;
                    padding: 15px 5px 15px 5px;
                    border-radius: 3px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    box-shadow: 0px 3px 3px 1px rgba(130,130,130,0.3);
                    letter-spacing: 0.1em;
             }

            #koutou-shiken .topmain-area.inner {
            background: url(/common_img/bm/top_matsushita.png) no-repeat right bottom;
            padding-top: 0px;
            padding-bottom: 0px;
            background-size: 30%;
            margin-bottom: 40px;
            }

            .topmain-area.inner h1 img {width: 620px; }
            .mybm-btn-area { margin-top: 30px; width: 620px; }
            .mybm-btn-area p.tx-lead {
                font-size: 2.6rem;
                font-weight: bold;
                margin-bottom: 10px;
                color: #E60013;
            }
            .mybm-btn-area ul {
                padding-bottom: 24px;
                display: flex;
                justify-content: space-around;
            }
            .mybm-btn-area li a {
                background: #E60013;
                border-radius: 10px;
                padding: 10px 20px;
                color: #fff;
                display: block;
                font-size: 2rem;
                font-weight: bold;
                box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
                text-align: center;
                line-height: 1.5;
            }
            .mybm-btn-area li:nth-of-type(2) a {
                background: #009944;
            }
            .mybm-btn-area li:nth-of-type(3) a {
                background: #ED6D34;
            }
            .mybm-btn-area li a span {
                font-size: 1.3rem;
            }
            .mybm-btn-area p {
                text-align: left;
                line-height: 1.4;
            }
