@charset "utf-8";

img {
    pointer-events: none;
    /*===== 画像抜き取り禁止指示==========*/
}

.main {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}



.category-title {
    display: flex;
    justify-content: space-between;
}

.top-title h1 {
    font-size: 27px;
    margin-left: 30px;
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.top-title p {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 10px;
}

/* 外部内部図面ボタン */

.menu-change {
    width: 360px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    text-align: center;
    position: relative;
}

.line {
    position: absolute;
    border: none;
    /* 既定の枠線を消す */
    border-top: 0.5px solid #333;
    bottom: 3px;
    width: 360px;
}

.b-btn {
    width: 100px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    margin-right: 15px;
    text-align: center;
    background-color: #727171;
    padding-top: 20px;
}

/* 外部内部図面ボタン */
.w-btn {
    width: 100px;
    height: 50px;
    color: #3e3a39;
    font-size: 14px;
    margin-top: 40px;
    margin-right: 15px;
    justify-content: center;
    text-align: center;
    background-color: #faf9f9;
    border: 0.5px solid #9fa0a0;
    padding-top: 20px;
}


.category-area-01 {
    width: 1300px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: flex;
}

.imagearea {
    width: 213px;
}

.listarea {
    margin-left: 27px;
}

h2 {
    font-size: 24px;
    color: #1286b0;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
    width: 982px;
}

.futai {
    color: #009242;
    margin-top: 40px;
}


.linkarea {
    display: flex;
    margin-top: 11.5px;
}


.title-a p {
    color: #1286b0;
    background-color: #fff;
    padding: 5px;
    width: 120px;
    align-items: center;
    font-size: 17px;
    margin-top: 18px;
}

.title-b p {
    color: #009242;
    background-color: #fff;
    padding: 5px;
    width: 120px;
    align-items: center;
    font-size: 17px;
    margin-top: 18px;
}


.link-b {
    display: flex;
}

/* リンクボタン */
.link-button {
    margin-top: 18px;
    margin-left: 18.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 27px;
    border-radius: 4px;
    background-color: #f5f3f2;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    position: relative;
}

.link-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    border-width: 0.5px 0.5px 0 0;
    border-style: solid;
    border-color: #333;
}

.link-button:hover {
    background-color: #bed6e3;
}




@media screen and (max-width: 1300px) {}