<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#machine .machine-detail {
    width: 100vw;
    margin: 100px auto 0;
    padding: 80px 0 80px 0;
    background: var(--lightgray);
    position: relative;
    border-radius: 70px 0 0 70px;
    display: flex;
}
#machine .machine-detail .machine-detail-box {
    margin-left: 80px;
}

#machine .content-detail {
    max-width: 850px;
}

#machine #machine-list #machining {
    margin-top: 50px;
    padding-bottom: 65px;
}
#machine #machine-list #cnc,
#machine #machine-list #cnc02 {
    padding-bottom: 65px;
}

#machine .content-detail h4 {
    position: relative;
    z-index: 1;
}
#machine .content-detail h4 span {
    color: #fff;
    font-size: 85px;
    letter-spacing: 0.08em;
    position: absolute;
    right: -10%;
    bottom: -30px;
    z-index: -1;
}
#machine .content-detail h4 span br {
    display: none;
}

#machine .content-detail .photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}
#machine .content-detail .photo div {
    width: 47%;
    margin-bottom: 30px;
}
#machine .content-detail .photo div img {
    width: 100%;
    border-radius: 10px;
}
#machine .content-detail .photo div p {
    margin-top: 5px;
    line-height: 1.5em;
}

#machine #machine-list {
    margin-top: 80px;
}
#machine #machine-list h4 {
    margin-bottom: 0;
}
#machine .content-detail h5 {
    width: 100%;
    margin-bottom: 25px;
    padding: 7px 0;
    color: var(--blue);
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    background: #fff;
    border-radius: 50px;
}

#machine #machine-list table {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
#machine #machine-list table th,
#machine #machine-list table td {
    padding: 5px 15px;
    font-size: 90%;
    font-weight: 400;
    text-align: left;
    line-height: 1.7em;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition : all 0.2s;
}
#machine #machine-list table td {
    border-bottom: 1px dotted #ccc;
}
#machine #machine-list table .item-title {
    border-top: 1px solid #ccc;
}
#machine #machine-list table th:last-child,
#machine #machine-list table td:last-child {
    border-right: none;
}

#machine #machine-list table .item-title th {
    width: 210px;
}
#machine #machine-list table .items th {
    font-weight: 500;
    text-align: center;
    background: var(--lightgray);
}
#machine #machine-list table td:last-child {
    text-align: center;
}
#machine #machine-list table tr:hover td {
    background: var(--lightgray);
}
#machine #machine-list table td br {
    display: none;
}

/* アンカーリンク */
#machine .machine-detail .anchor-link {
    width: 225px;
    height: 265px;
    margin-left: -150px;
    padding: 20px 15px 20px 20px;
    background: #fff;
    border-radius: 0 30px 30px 0;
    position: sticky;
    left: 0;
    top: 30px;
    z-index: 999;
}
#machine .machine-detail .anchor-link a {
    display: inline-block;
    color: #ccc;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    position: relative;
    transition : all 0.5s;
}
#machine .machine-detail .anchor-link a:hover {
    color: #888;
}
#machine .machine-detail .anchor-link a.active {
    padding-left: 13px;
    color: var(--main);
    font-weight: 500;
}
#machine .machine-detail .anchor-link a::before {
    content: "";
    width: 7px;
    height: 7px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    background: var(--blue);
    border-radius: 100%;
    opacity: 0;
}
#machine .machine-detail .anchor-link a.active::before {
    opacity: 1;
}
#machine .machine-detail .anchor-link a::after {
    background: none;
}
#machine .machine-detail .anchor-link a.sub-title {
    font-size: 16px;
}
#machine .machine-detail .anchor-link div div {
    margin: 10px 0 0 18px;
}
#machine .machine-detail .anchor-link div div a {
    margin-top: 10px;
    font-size: 14px;
}
#machine .machine-detail .anchor-link div div a:first-child {
    margin-top: 0;
}
#machine .machine-detail .anchor-link hr {
    height: 1px;
    margin: 15px 0;
    background: var(--gray);
    border: none;
}

#machine .anchor-link-sp {
    display: none;
}

@container (max-width: 1200px) {
#machine .machine-detail {
    width: 90vw;
    justify-content: space-around;
}
#machine .machine-detail .machine-detail-box {
    width: 81%;
}
#machine .machine-detail .anchor-link {
    width: 18%;
}
}

@container (max-width: 1024px) {
#machine .machine-detail {
    justify-content: space-between;
}
#machine .content-detail {
    width: 90%;
}
#machine .machine-detail .machine-detail-box {
    width: 78%;
}
#machine .content-detail h4 span {
    font-size: 60px;
    bottom: -15px;
}

#machine #machine-list {
    margin-top: 40px;
}
#machine #machine-list .table-scroll {
	overflow: scroll;
}
#machine #machine-list table {
    width: 200%;
    max-width: 800px;
    border-collapse: separate;
    margin: 0 auto;
    border-spacing: 0;
}
#machine #machine-list table th,
#machine #machine-list table td {
    font-size: 100%;
}
#machine #machine-list table tr:last-child th,
#machine #machine-list table tr:last-child td {
    border-bottom: none;
}
#machine #machine-list table .item-title th {
    width: 210px;
}

/* アンカーリンク */
#machine .machine-detail .anchor-link {
    width: 22%;
    height: 280px;
    padding: 20px 20px 20px 0;
}
#machine .machine-detail .anchor-link a {
    padding-left: 20px;
}
#machine .machine-detail .anchor-link a::before {
    width: 10px;
    height: 10px;
    left: -5px;
}
#machine .machine-detail .anchor-link a.active {
    padding-left: 20px;
}
}

@container (max-width: 667px) {
#machine .machine-detail {
    width: 100vw;
    margin-top: 50px;
    padding: 20px 0 55px;
    display: block;
    border-radius: 40px;
}
#machine .content-detail {
    width: 85%;
    margin: auto;
    padding-top: 30px;
}

#machine .content-detail h4 span {
    font-size: 50px;
    line-height: 0.95em;
    bottom: -28px;
}
#machine .content-detail h4 span br {
    display: block;
}

#machine .content-detail h5 {
    font-size: 16px;
}

#machine .content-detail .photo div p {
    font-size: 90%;
}

#machine .machine-detail .machine-detail-box {
    width: 100%;
    margin: auto;
}

#machine #machine-list {
    margin-top: 0;
}
#machine #machine-list table {
    width: 250%;
}
#machine #machine-list table th,
#machine #machine-list table td {
    font-size: 95%;
}
#machine #machine-list table th {
    width: auto;
}
#machine #machine-list table td br {
    display: block;
}
#machine #machine-list table td:last-child {
    width: 60px;
}

#machine #machine-list #machining,
#machine #machine-list #cnc,
#machine #machine-list #cnc02 {
    padding-bottom: 0;
}

#machine .content-detail,
#machine #machine-list #cnc,
#machine #machine-list #cnc02,
#machine #machine-list #other {
    margin-top: 0;
    padding-top: 45px;
}
#machine #machine-list #machining {
    margin-top: -25px;
    padding-top: 50px;
}

/* アンカーリンク */
#machine .machine-detail .anchor-link {
    display: none;
}
#machine .anchor-link-sp {
    max-width: 300px;
    margin: 50px 0 0;
    display: block;
    position: sticky;
    top: 15px;
    left: 0;
    z-index: 999;
}
#machine .anchor-btn {
    width: 100%;
    padding: 15px 15px 15px 11%;
    cursor: pointer;
    color: var(--main);
    box-shadow: 0 0 15px #dfdfdf;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.5);
    border: none;
    border-radius: 0 50px 50px 0;
    text-align: left;
    position: relative;
}
#machine .anchor-btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: var(--blue);
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    background: none;
    position: absolute;
    left: auto;
    right: 9%;
    bottom: 20px;
    transition : all 0.3s;
}
#machine .anchor-btn.active::after {
    transform: rotate(-45deg);
    bottom: 17px;
}
#machine .anchor-list {
    min-width: 250px;
    display: none;
    margin: 0;
    padding-inline-start: 0px;
    font-weight: 500;
    list-style: none;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 15px #dfdfdf;
    border-radius: 20px;
    position: absolute;
    right: 20px;
}
#machine .anchor-list a {
    margin: 0 20px;
    padding: 15px 0;
    display: block;
    color: var(--main);
    line-height: 1.6em;
    border-bottom: 1px solid var(--gray);
}
#machine .anchor-list li div {
    margin-left: 1em;
    padding-bottom: 15px;
}
#machine .anchor-list li div a {
    padding: 0 0 7px;
}
#machine .anchor-list li:last-child a {
    border: none;
}
#machine .anchor-list a::after {
    background: none;
}
}</pre></body></html>