

/*
* 共通
*/
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
table th,
table td {
    padding: 10px;
    border: 1px solid #ccc;
    width: 50%;
}
table th {
    background-color: #efefef;
}

table.alphasol th,
table.alphasol td,
table.resin th,
table.resin td,
table.enplastic th,
table.enplastic td {
    width: auto;
}

article.products h2.title,
article.alphasol h2.title {
    margin-top: 0;
}
#elastomer h2.title,
#bio h2.title {
    margin-bottom: 2vw;
}

h2.title {
    color: #0c1b45;
    border-bottom: 3px solid #e1e1e1;
    display: block;
    margin-top: 7.552vw;
    margin-bottom: 3.177vw;
    font-size: 40px;
    font-weight: bold;
    line-height: 54.4px;
    letter-spacing: 0.08em;
    position: relative;
}
h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 160px;
  height: inherit;
  border-bottom: 3px solid #719ebe;
}
h3 {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 2.344vw;
    background-color: #719ebe;
    color: #fff;
    padding-left: 1em;
}
article.alphasol h3:not(.first) {
    margin-top: 4.271vw;
}
h3 a{
   padding-right:50px;
   color:#fff;
   background-image:url("../img/icon_more.png");
   background-position:center right 10px;
   background-repeat:no-repeat;
   }
h4 {
    font-size: 24px;
    line-height: 40px;
    color: #325f86;
    margin-bottom: 1.5vw;
    border-left: 3px solid #325f86;
    padding-left: 1em;
}
article.alphasol h4 {
    margin-top: 3.646vw;
    margin-bottom: 2.708vw;
}
/* h5 {
    font-size: 23px;
    line-height: 40px;
    margin-bottom: 20px;
} */
h5 {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 20px;
    border-bottom: 3px solid #719ebe;
    display: inline-block;
    padding: 0 2rem;
}
article.products .inner .block .block{
    font-size: 18px;
    line-height: 36px;
 }
article.products p,
article.resinwhole .desc,
article.sub .desc {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
}
p.preamble {
    margin-top: 50px;
}
p.preamble + h2.title {
    margin-top: 30px;
}
p.note {
    margin-top: 20px;
}
.use_area {
    margin-top: 30px;
}
.use_area .wrap {
    display: flex;
}

article.products .inner {
    margin-left: 50px;
    margin-right: 0;
    /* max-width: 1000px; */
}

article.products.resinwhole .overview {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.948vw;
}
article.products.resinwhole .overview img {
    width: 25vw;
    aspect-ratio: 10 / 6;
    object-fit: contain;
    margin-right: 40px;
}
article.products.resinwhole .overview p span {
    display: block;
}
article.products.resinwhole .product_list {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
article.products.resinwhole .product_list .left,
article.products.resinwhole .product_list .right {
    width: 49%;
}
article.products.resinwhole .product_list .item {
    margin-bottom: 30px;
}
article.products.resinwhole .product_list .item ul li {
    margin-left: 1em;
}
article.products.resinwhole .img_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
article.products.resinwhole .img_area > p {
    width: 24%;
    position: relative;

}
article.products.resinwhole .img_area > p img {
    aspect-ratio: 10 / 6;
    object-fit: cover;
}
article.products.resinwhole .img_area > img {
    object-fit: cover;
}
article.products.resinwhole .img_area > p span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 6em;
    text-align: center;
    font-size: 18px;
}

article.products .feature .desc_area img {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
}
article.products .feature .use_area img {
    width: 10vw;
    height: 10vw;
    object-fit: contain;
}
.coloring_area {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.coloring_area .wrap {
    display: flex;
}
.coloring_area .wrap ul {
    margin-right: 20px;
}
.coloring_area .wrap ul li {
    text-indent: -1.2em;
    margin-left: 1.2em;
    margin-bottom: 20px;
}

article.products .feature .desc_area {
    display: flex;
    justify-content: space-between;
}
article.colorant .desc .dl_area {
    margin-top: 30px;
}
article.products .feature .desc_area .desc {
    margin-right: 20px;
    width: calc(100% - 20vw - 20px);
    font-size: 18px;
    line-height: 40px;
}
article.alphasol .desc_area span,
article.products .feature .desc_area .desc span {
    display: block;
}
article.products .feature .desc_area .desc .kind {
    margin-top: 30px;
}
article.products .feature .item_area {
    margin-bottom: 70px;
}
article.products .dl_area {
    margin-top: 30px;
}
article.products .dl_area dl {
    display: flex;
    justify-content: space-between;
}
article.products .dl_area dl dt {
    width: 49%;
}
article.products .dl_area dl dd {
    width: 49%;
}
article.products .dl_area dl dt,
article.products .dl_area dl dd {
    line-height: 35px;
    font-size: 18px;
}
article.products .dl_area dl.head dt,
article.products .dl_area dl.head dd {
    font-weight: bold;
}
article.products div.stock {
    margin-bottom: 7.552vw;
}
article.products div.stock p span {
    display: block;
}

article.bio .class_area,
article.colorant .coloring_area {
    margin-top: 20px;
}

/*
* サイドメニュー
*/
article.products .contents {
    display: flex;
    align-items: flex-start;
    /* padding: 7.552vw 10.417vw; */
    padding: 4vw 10.417vw;
}
aside {
    position: sticky;
    width: 250px;
    top: 150px;
    left: 0;
}
aside h2 {
    background-color: #325f86;
    color: #fff;
    line-height: 4rem;
    padding-left: 1em;
}
aside h2:before {
    border: none;
}
aside h3 {
    font-size: 21px;
    line-height: 3.5rem;
    margin-bottom: 0;
}
aside ul li {
    font-size: 21px;
    padding-left: 1em;
    line-height: 3.5rem;
}
aside ul li.alphasol {
    margin-top: 50px;
    height: 100px;
}
aside ul li.alphasol img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* Chrome/Firefox/Edge */
summary {
	list-style: none;
}
/* Safari/Opera */
summary::-webkit-details-marker {
	display: none;
}
details .side_submenu p {
    padding-left: 1em;
    line-height: 3rem;
    margin-bottom: 0;
    font-size: 18px;
}
details summary a,
details .side_submenu p a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
.contents section.row {
    width: calc(100% - 250px);
}
@media screen and (max-width: 1100px) {
    
    article.products .contents {
        padding-left: 0;
        padding-right: 0;
    }
    article.products.resinwhole .overview img {
        width: 40vw;
    }
    article.products .feature .desc_area,
    article.products .use_area .wrap {
        flex-direction:column-reverse;
    }
    article.products .feature .desc_area img {
        width: 30vw;
        height: 30vw;
    }
    article.products .feature .desc_area .desc {
        margin-right: 0;
        width: 100%;
    }
    .coloring_area .wrap {
        flex-direction: column;
    }
    .contents section.row {
        width: 100%;
    }
    article.products .inner {
        margin-left: auto;
        margin-right: auto;
    }
    aside {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    
    article.products.resinwhole .overview {
        flex-direction: column;
    }
    article.products.resinwhole .overview img {
        width: 100%;
        margin-bottom: 30px;
    }
    article.products.resinwhole .img_area > p {
        width: 48%;
    }
    
    article.products.resinwhole .product_list {
        flex-direction: column;
    }
    article.products.resinwhole .product_list .left,
    article.products.resinwhole .product_list .right {
        width: 100%;
    }

    .coloring_area .wrap {
        flex-direction: column;
    }
    .coloring_area .wrap img {
        width: 50vw;
    }
}
@media screen and (max-width: 480px) {
    
    article.products.resinwhole .img_area > p {
        width: 100%;
    }
    article.products .feature .desc_area img {
        width: 50vw;
        height: 50vw;
    }
}
/*
* アルファゾル
*/
article.alphasol p span {
    display: block;
}
article.alphasol .wrap {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
article.alphasol .inner{
    font-size: 18px;
    line-height: 36px;
}
article.alphasol .wrap .text_area {
    width: 34vw;
}
article.alphasol .wrap .img_area {
    flex:1;
}
article.alphasol .wrap .img_area img{
    object-fit:scale-down;
}
article.alphasol ul.packing {
    font-size: 18px;
    line-height: 2.4;
    /* margin-bottom: 3.906vw; */
    margin-bottom: 2vw;
}
article.alphasol div.twocol {
    display: flex;
    justify-content: space-between;
}
article.alphasol .twocol table:first-child {
    margin-right: 2.396vw;
}
article.alphasol .twocol table tr th:first-child,
article.alphasol .twocol table tr td:first-child {
    width: 10%;
    min-width: 90px;
    text-align: center;
}
article.alphasol table tr td.tworow_top,
article.alphasol table tr td.tworow_bottom,
article.alphasol table tr td.tworow_text {
    vertical-align: top;
}
article.alphasol table tr td.tworow_top {
    border-bottom: unset;
}
article.alphasol table tr td.tworow_bottom {
    border-top: unset;
}
article.alphasol table tr td.tworow_text {
    line-height: 2;
}
article.alphasol .onecol table tr th:first-child,
article.alphasol .onecol table tr td:first-child,
article.alphasol .onecol table tr th:nth-child(2),
article.alphasol .onecol table tr td:nth-child(2) {
    width: 10%;
    min-width: 90px;
    text-align: center;
}
article.alphasol .onecol table tr th:nth-child(3),
article.alphasol .onecol table tr td:nth-child(3) {
    width: 80%;
}
article.alphasol .js-scrollable {
    margin-bottom: 30px;
}
article.alphasol .table1,
article.alphasol .table2 {
    width: 100%;
    min-width: 700px;
    table-layout: fixed;
    margin-bottom: 0;
    overflow-x: scroll;
}
article.alphasol .table1,
article.alphasol .table2 {
    height: 150px;
}
article.alphasol .table1 td,
article.alphasol .table2 td {
    text-align: center;
}
article.alphasol .table1 td:nth-child(1),
article.alphasol .table2 td:nth-child(1) {
    width: 20%;
    max-width: 214px;
    width: 214px;
}
article.alphasol .table1 td:nth-child(2),
article.alphasol .table2 td:nth-child(2) {
    width: 15%;
    max-width: 146px;
    width: 146px;
}
article.alphasol .table1 td:nth-child(3) {
    width: 13%;
    max-width: 112px;
}
article.alphasol .table1 td:nth-child(4) {
    width: 55%;
}
article.alphasol .table2 td:nth-child(3) {
    width: 65%;
}
article.alphasol .table1 td:nth-child(4),
article.alphasol .table2 td:nth-child(3) {
    text-align: left;
    padding-left: 1.5rem;
}
article.alphasol img.center,
article.alphasol img.stock {
    margin: 0 auto;
}
article.alphasol .alphasol_step7_text {
    margin-top: 2vw;
    margin-bottom: 3.125vw;
}

article.products .inner .block .wrap{
 display:flex;
 gap:3vw;
 margin-bottom:3em;
 justify-content:space-between;
 }
article.products .inner .block .wrap .text_area{
 max-width:60%;
 }
article.products .inner .block div.subblock{
 margin-bottom:3em;
 }
article.products .inner .block .meritbox > div{
 flex:1;
 }
article.products .inner .block  div.subblock ul{
 line-height:2em;
 font-size:1.2em;
 margin-left:1em;
 margin-bottom:2em;
 }
article.products .inner .block .meritbox > div ul li{
 display:flex;
 gap:1em;
 align-items:top;
 position:relative;
 padding-left:1em;
 }
article.products .inner .block .meritbox > div ul li::before{
 content:"✔";
 display:flex;
 justify-content:center;
 align-items:center;
 font-size:16px;
 border:1px solid #333;
 width:20px;
 height:20px;
 position:absolute;
 top:10px;
 left:-1em;
 }
ul.merit li::before{
 color:#f00;
 }
ul.demerit li::before{
 color:#00f;
 }

@media screen and (max-width: 1100px) {
    
    article.alphasol .wrap {
        flex-direction: column;
    }
    article.alphasol div.twocol {
        flex-direction: column;
    }

    article.alphasol .wrap .text_area,
    article.alphasol .wrap .img_area {
        width: 100%;
        margin-left: 0;
    }
    article.alphasol .wrap .img_area {
        margin-bottom: 30px;
    }
 article.products .inner .block .wrap{
  display:block;
  }
 article.products .inner .block .wrap .text_area{
  max-width:100%;
  margin-bottom:1em;
  }
}
.scroll-hint-icon {
    height: 100px;
}

ul.listimg{
 width:100%;
 display:flex;
 gap:12px;
 flex-wrap:wrap;
 justify-content:start;
 }
ul.listimg > li{
 position: relative;
 width:calc(33% - 12px);
 padding-bottom: calc((3 / 4) * (33% - 12px));
 }
ul.listimg > li > *{
 width:100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 display:flex;
 justify-content:center;
 align-items:center;
 }
ul.listimg > li > * > img{
 position:absolute;
 width:100%;
 height: 100%;
 object-fit: cover;
 border: 1px solid #ccc;
 background: #ff9900;
 background: -moz-linear-gradient(left top, #ff9900, #ffcc33 50%, #ff9900);
 background: -webkit-gradient(linear, left top, right bottom, from(#ff9900), color-stop(0.5, #ffcc33),to(#ff9900));
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 border-radius: 12px;
 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
 }
ul.listimg > li > a{
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 }
ul.listimg > li > * > span.border > span.title{
 color:#fff;
 text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
 box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
 padding:3px 5px;
 margin:0 5px;
 z-index: 1;
 }
ul.listimg > li > * > span.border{
 position:absolute;
 bottom:0;
 width:100%;
 background-color:#001036;
 opacity:0.8;
 border-radius:0 0 12px 12px;
 z-index: 1;
 text-align:center;
 }
@media screen and (max-width: 800px) {
 ul.listimg > li{
  width:calc(50% - 6px);
  padding-bottom:calc((3 / 4) * (50% - 6px));
  position:relative;
  display:flex;
  }
 }
@media screen and (max-width: 400px) {
 ul.listimg > li{
  width:100%;
  padding-bottom:calc((3 / 4) * 100%);
  position:relative;
  display:flex;
  }
 }
.blue{color:#325f86;}
article.pvcstock div.stock p span.stock{display:none;}
article.filleritem div.stock p span.stock{display:none;}