@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;
}





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