@charset "UTF-8";
.outlinkmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.outlinkmodal .modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    position: relative;
}

.outlinkmodal  h2 {
    margin-top: 0;
    color: #333;
    font-size: 1.5rem;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.outlinkmodal  p {
    margin: 20px 0;
    color: #666;
    font-size: 1rem;
}

.outlinkmodal .url-display {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #007bff;
    word-break: break-all;
    font-family: monospace;
    color: #333;
    margin: 20px 0;
}

.outlinkmodal .modal-buttons {
    text-align: right;
    margin-top: 30px;
}

.outlinkmodal .btn {
    padding: 10px 20px;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background-color 0.3s;
}

.outlinkmodal .btn-primary {
    background-color: #007bff;
    color: white;
}

.outlinkmodal .btn-primary:hover {
    background-color: #0056b3;
}

.outlinkmodal .btn-secondary {
    background-color: #6c757d;
    color: white;
}

.outlinkmodal .btn-secondary:hover {
    background-color: #545b62;
}

.outlinkmodal .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.outlinkmodal .close:hover {
    color: #333;
}

.header .burgerMenu_acdLink[href*=".pdf"],
.header .dropNav a.navBtn_link[href*=".pdf"] {
    background: #fff !important;
}
body {
    background-color: #fff;
}
#mainWrap {
    margin: 0;
    float: none;
    width: auto;
}

#contents_col2 p {
    margin: 0;
}
#f-contents02,
#f-contents02 * { font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }