@charset "utf-8";

/* 総合図面ダウンロード */
.download .about {
    margin: 0 0 calc(75 / 1000 * 100%);
}
.download .about__text {
    padding: 0 0 calc(40 / 1000 * 100%);
}
.download .about__link {
    color: #898989;
    text-decoration: underline;
    transition: color 0.3s linear;
}
.download .about__link:hover {
    color: #5a5959;
}
.download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.download-products {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}
.download-list.link {
    margin: 0 auto 100px;
    width: 90%;
    max-width: 1000px;
}
.download-item.link {
    position: relative;
    display: block;
    width: calc(230 / 1000 * 100%);
}
.download-item.link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 calc(100 / 1000 * 15 * 1vw) 0;
    width: 100%;
    height: calc(100 / 1000 * 80 * 1vw);
    max-height: 80px;
    background-color: #849dce;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .download-item.link a {
        font-size: 2vw;
    }
}
.download-item.link a::after {
    content: "▼";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3px;
    color: #ffffff;
    transform: translate(-50%, 0);
}
.download-item.link a span {
    display: block;
    position: relative;
}

.download-h3 {
    margin: 0 auto 56px;
    font-size: 1.8em;
    text-align: center;
}
.download-list.products {
    margin: 0 auto 100px;
}
#coupling .download-list.products::after,
#teflon-lining .download-list.products::after {
    content: "";
    display: block;
    width: calc(300 / 1000 * 100%);
}
.download-item.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 70px 0;
    width: calc(300 / 1000 * 100%);
}
.download-item.products:last-of-type {
    margin: 0;
}
.download__image {
    padding: 0 0 22px 0;
}
.download__image--modal {
    cursor: pointer;
    transition: opacity 0.3s linear;
}
.download__image--modal:hover {
    opacity: 0.7;
}
.products-detail {
    padding: 0 0 22px 0;
    width: 100%;
    text-align: center;
    color: #333333;
}
.products-title {
    font-size: 1.7em;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .products-title {
        font-size: 3.2vw;
    }
}
.products-text {
    font-size: 1.6rem;
    font-weight: 500;
    height: 130px;
}
@media screen and (max-width: 768px) {
    .products-text {
        font-size: 2.13vw;
    }
}
.products-text span {
    display: block;
    padding: 10px 0 0 0;
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    .products-text span {
        font-size: 1.73vw;
    }
}
.data-click {
    position: relative;
    margin-top: auto;
    padding: calc(10 / 300 * 100%) calc(13 / 300 * 100%);
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    background-color: #6b7a9e;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.25;
    letter-spacing: 0.4px;
    text-align: left;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .data-click {
        font-size: 2.13vw;
    }
}
.data-click:after {
    content: "▼";
    position: absolute;
    /* top: 50%; */
    right: 5%;
    font-size: 1.4rem;
    transform: rotate(0deg);
    transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
    .data-click:after {
        font-size: 1.87vw;
    }
}
.triangle {
    display: inline-block;
    transition: all 0.5s;
}
.data-click.on:after {
    transform: rotate(180deg);
}
.download_blank {
    display: inline-block;
    width: 16%;
}
.data-click-show {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    border-right: 1px solid #6b7a9e;
    border-left: 1px solid #6b7a9e;
    overflow: hidden;
    margin: 0 auto;
}
.data-click-show.on {
    border-bottom: 1px solid #6b7a9e;
    padding: 10% 7%;
}
.data-click-show a {
    display: none;
    color: #ffffff;
}
.data-click-show a:visited {
    color: #ffffff;
}
.data-click-show.on a {
    display: inline-block;
}
.data-click-show p {
    display: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    color: #232323;
    margin: 0 auto 16px;
}
.data-click-show.on p {
    display: block;
}
.download-data {
    padding: 3% 0;
    display: inline-block;
    width: 35%;
    background: #6b7a9e;
    color: #ffffff;
    margin: 0 auto 16px;
}
.download-data.left {
    margin: 0 auto 16px 7%;
}
.text-bold {
    font-weight: 600 !important;
}

.download__item--detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.download .div-bottom__item--top {
    width: calc(300 / 1000 * 100%);
    max-width: 300px;
}
.download .div-bottom__item--top .div-bottom__link {
    height: calc(100 / 1000 * 100 * 1vw);
	max-height: 100px;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .download .div-bottom__item--top .div-bottom__link {
        font-size: 2.67vw;
    }
}
.download .SvgIconMail {
    right: calc(40 / 480 * 100%);
    width: calc(65 / 480 * 100%);
}
.download .div-bottom__item--top .div-bottom__link--sub {
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .download .div-bottom__item--top .div-bottom__link--sub {
        font-size: 1.87vw;
    }
}
