  @charset "utf-8";
/*/////group¥Ç¥£¥ì¥¯¥È¥êCSS/////*/

@import "reset.css";
@import "common.css";
@import "common_sp.css";
@import "gnav.css";
@import "gnav_sp.css";
@import "subPage.css";



/* group
---------------------------------------------------*/
/* index */
body#index .bnr_technical-information img{
    max-width: 896px;
}

body#index .cateBlock h2{
    border-bottom: 2px solid #006CB5;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 25px 0 40px 100px;
    text-align: left;
}

body#index .chemicalBl h2{
    color: #006CB5;
    background: url("/img/common/icn_chemical.svg") no-repeat left center;
    background-size: 90px auto;
}

body#index .extrusionBl h2 {
  color: #8E74B1;
  border-color: #8E74B1;
  background: url("/img/common/icn_extrusion.svg") no-repeat left center;
  background-size: 90px auto;
}

body#index .processBl h2 {
  color: #098371;
  border-color: #098371;
  background: url("/img/common/icn_process.svg") no-repeat left center;
  background-size: 90px auto;
}

body#index .powderBl h2 {
  color: #F4903D;
  border-color: #F4903D;
  background: url("/img/common/icn_powder.svg") no-repeat left center;
  background-size: 90px auto;
}

body#index .cateBlock .flexBlock {
    display: flex;
    justify-content: space-between;
    gap:30px;
    margin-bottom: 65px;
    flex-wrap: wrap;
}

body#index .cateBlock .flexBlock > a{
    width: 48.6%;
}

body#index .cateBlock .flexBlock dl{
    display: flex;
    align-items: center;
}

body#index .cateBlock .flexBlock dl dt{
    width: 190px;
}

body#index .cateBlock .flexBlock dl dd{
    flex: 1;
    font-size: 28px;
    padding-left: 25px;
}


/* group-list */
body#group-list .mainTitBl .entit img{
    width: 73.069852941%;
    margin: 0 auto;
}



/* ÏÂŒÓ¥Æ¥ó¥×¥ì©`¥È */
body.Group .mainImg{
    margin-bottom: 80px !important;
}

body.Group .mainImg h1{
    padding: 8px 24px 14px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 900;
    font-size: 44px;
    white-space: nowrap;
    text-align: center;
}

body.Group h2{
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
}

body.Group h3{
    line-height: 1.5;
    color: #006CB5;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

/* productsBl
---------------------------------------------------*/
body.Group .productsBl h3{
    margin-top: 80px;
}

body.Group .productsBl h2 + h3{
    margin-top: 0;
}

body.Group .productsBl .productsList{
    display: flex;
    flex-wrap: wrap;
    gap:32px;
    margin-top: 32px;
}

body.Group .productsBl .productItem{
    width: 248px;
    background: #E4F3F5;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
}

body.Group .productsBl .productImg{
    position: relative;
}
body.Group .productsBl .productImg dt {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}

body.Group .productsBl .productImg dt.fontS {
    font-size: 14px;
    padding: 6px 0;
}

body.Group .productsBl .productImg dd img{
    width: 100%;
    height: auto;
}

body.Group .productsBl .productTxt{
    padding: 16px;
    line-height: 1.5;
}

body.Group .productsBl .productTxt .productName{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.25;
}

body.Group .productsBl .productBtn{
    margin: auto 16px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:16px;
}

 body.Group .productsBl .productBtn .empty{
     min-height: 40px;
     visibility: hidden;
}

 body.Group .productsBl .productBtn .productBtnOffice.noLink a{
    min-height: 40px;
    font-size: 14px;
    background: #fff;
    color: #006CB5;
    border: 1px solid #006CB5;
    padding: 0 12px;
    border-radius: 28px;
    background: #fff;
    line-height: 1.2;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
    cursor: default;
    display: flex;
    align-items: center;
    pointer-events: none;   
}

 body.Group .productsBl .productBtn .productBtnOffice a{
    min-height: 40px;
    font-size: 14px;
    background: #fff;
    color: #006CB5;
    border: 1px solid #006CB5;
    padding: 0 12px;
    border-radius: 28px;
    background: #fff;
    line-height: 1.2;
    height: 100%;
    display: table;
    width: 100%;
    box-sizing: border-box;        
}

 body.Group .productsBl .productBtn .productBtnOffice a span {
    background: url("/img/common/icn_arrow_right.svg") no-repeat right center;
    background-size: auto;
    background-size: 16px auto;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

 body.Group .productsBl .productBtn .productBtnItem a{
    min-height: 40px;
    font-size: 14px;
    background: #fff;
    color: #fff;
    border: 1px solid #006CB5;
    background: #006CB5;
    padding: 0 12px;
    border-radius: 28px;
    line-height: 1.2;
    height: 100%;
    display: table;
    width: 100%;
    box-sizing: border-box;    
}

 body.Group .productsBl .productBtn .productBtnItem a span {
    background: url("/img/common/icn_arrow_right_white.svg") no-repeat right center;
    background-size: auto;
    background-size: 16px auto;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

 body.Group .productsBl .productsMore{
    display: none;
     max-width: 528px;
     margin: 0 auto;
}

body.Group .technical-informationBl{
     background: #E4F3F5;
     padding: 64px 0;
     margin-top: 64px;
}

body.Group .technical-informationBl ul{
    display: flex;
    flex-flow: wrap;
    gap:42px;
    margin-top: 32px;
}

 body.Group .technical-informationBl ul li{
    width: 240px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;     
}

 body.Group .technical-informationBl .technical-informationTxt{
     line-height: 1.5;
     margin: 24px 0;
}

 body.Group .technical-informationBl .technical-informationBtn{
     width: 180px;
     margin: 0 auto;
    margin-top: auto;
}

 body.Group .technical-informationBl .technical-informationBtn a{
    min-height: 40px;
    font-size: 14px;
    background: #fff;
    color: #006CB5;
    border: 1px solid #006CB5;
    padding: 0 12px;
    border-radius: 28px;
    background: #fff;
    line-height: 1.2;
    height: 100%;
    display: table;
    width: 100%;
    box-sizing: border-box;        
}

 body.Group .technical-informationBl .technical-informationBtn a span {
    background: url("/img/common/icn_arrow_right.svg") no-repeat right center;
    background-size: auto;
    background-size: 16px auto;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

body.Group .group-companiesBl{
    margin-top: 64px;
}

body.Group .group-companiesBl ul{
    background: #E4F3F5;
    width: 902px;
    margin: 32px auto 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap:16px;
    font-size: 20px;
}

body.Group .group-companiesBl ul a{
    text-decoration: underline;
    color: #006CB5;
}

body.Group .pagebackBtn {
    width: 342px;
    height: 58px;
    margin: 32px auto 0;
}

body.Group .pagebackBtn a{
    font-size: 16px;
    color: #006CB5;
    font-weight: 400;
    border: 1px solid #006CB5;
    padding: 0 20px;
    border-radius: 28px;
    background: #fff;
    line-height: 1.2;
    height: 100%;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

body.Group .pagebackBtn a span{
    background: url("/img/common/icn_arrow_right.svg") no-repeat right center;
    background-size: 32px auto;
    display: table-cell;
    min-height: 28px;
    line-height: 1.4;
    position: relative;
    vertical-align: middle;
}

@media only screen and (max-width:767px) {

    /* index */
    body#index .cateBlock h2{
        font-size: 24px;
        margin-bottom: 32px;
        padding: 15px 0 15px 75px;        
    }

    body#index .chemicalBl h2{
        background: url("/img/common/icn_chemical.svg") no-repeat left center;
        background-size: 65px auto;
    }

    body#index .extrusionBl h2 {
        background: url("/img/common/icn_extrusion.svg") no-repeat left center;
        background-size: 65px auto;
    }

    body#index .processBl h2 {
        background: url("/img/common/icn_process.svg") no-repeat left center;
        background-size: 65px auto;
    }

    body#index .powderBl h2 {
        background: url("/img/common/icn_powder.svg") no-repeat left center;
        background-size: 65px auto;
    }

    body#index .cateBlock .flexBlock {
        flex-direction: column;
        gap:25px;
        margin-bottom: 40px;
    }

    body#index .cateBlock .flexBlock > a{
        width: 100%;
    }

    body#index .cateBlock .flexBlock dl dt{
        width: 120px;
    }

    body#index .cateBlock .flexBlock dl dd{
        font-size: 20px;
        padding-left: 25px;
    }
    
    

    /* ÏÂŒÓ¥Æ¥ó¥×¥ì©`¥È */
    body.Group .mainImg{
        margin-bottom: 40px !important;
        position: relative !important;
    }

    body.Group .mainImg h1{
        padding: 6px 24px 10px;
        font-size: 24px;
        line-height: 1.225;
    }
    
    body.Group .mainImg img{
        height: inherit !important;
    }
    
    body.Group h2{
        font-size: 24px;
    }

    body.Group h3{
        font-size: 20px;
    }

    body.Group .productsBl .productsList h3{
        margin-top: 40px;
    }

    body.Group .productsBl .productsList{
        justify-content: space-between;
        gap:24px 0;
        margin-top: 24px;
    }

    body.Group .productsBl .productItem{
        width: 48.86%;
    }
    
    body.Group .productsBl .productsList.is-collapsed .productItem:nth-child(n+5) {
        display: none;
    }

    body.Group .productsBl .productImg dt,
    body.Group .productsBl .productImg dt.fontS{
        font-size:13px;
        padding: 5px 0;
    }
    
    body.Group .productsBl .productTxt{
        font-size: 13px;
        padding: 16px 8px;
    }

    body.Group .productsBl .productTxt .productName{
        font-size: 16px;
    }

    body.Group .productsBl .productBtn{
        gap:8px;
        min-height: inherit;
        margin: auto 8px 0;
    }

     body.Group .productsBl .productBtn .empty{
         min-height: 60px;
    }    

     body.Group .productsBl .productBtn .productBtnOffice.noLink a,
     body.Group .productsBl .productBtn .productBtnOffice a,
     body.Group .productsBl .productBtn .productBtnItem a{
        min-height: 60px;
        font-size: 12px;
        padding: 0 12px;
        border-radius: 30px;
    }

    body.Group .productsBl .productsMore{
        display: block;
    }
    
    body.Group .productsBl .productsMore .productsMoreBtn {
        cursor: pointer;
        color: #fff;
        height: 55px;
        width: 100%;
        color: #fff;
        border: none;
        background: #006CB5;
        border-radius: 28px;
        margin-top: 24px;
        font-size: 16px;
        transition: all 0.5s ease 0s;
        position: relative;
    }
    
/*    body.Group .productsBl .productsMore .productsMoreBtn span{
        width: 100%;
        display: block;
        position: relative;
    }*/
    

    body.Group .productsBl .productsMore .productsMoreBtn:after{
        content: "£«";
        font-size: 20px;
        font-weight: 100;
        position: absolute;
        right: 15px;
        top: calc(50% - 15px);
        font-family: "Noto Sans JP", sans-serif;
    }
    
    /* é]¤¸¤Æ¤ë×´‘B */
    body.Group .productsList.is-open + .productsMore .productsMoreBtn:after {
        content: "£­";
    }    
    
    body.Group .productsBl .productsMore .productsMoreBtn:hover {
        opacity: 0.65;
    }
    
    
    body.Group .technical-informationBl{
        padding: 40px 0;
        margin-top: 80px;
    }

    body.Group .technical-informationBl ul{
        justify-content: space-between;
        gap:32px 0;
        padding: 0 8px;
    }

    body.Group .technical-informationBl ul li{
        width: 44.92%;
    }

    body.Group .technical-informationBl .technical-informationTxt{
        font-size: 14px;
        margin: 16px 0;
    }

    body.Group .technical-informationBl .technical-informationBtn{
        width: 100%;
    }

    body.Group .technical-informationBl .technical-informationBtn a{
        min-height: 56px;
        font-size: 16px;
        border-radius: 30px;
    }

    body.Group .group-companiesBl{
        margin-top:40px;
    }

    body.Group .group-companiesBl ul{
        width: auto;
    }

    body.Group .pagebackBtn {
        margin-left: 3.466666666% !important;
        margin-right: 3.466666666% !important;        
        width: auto;
        height: 60px;
    }

    body.Group .pagebackBtn a{
        padding: 0 24px;
        border-radius: 30px;
    }    
    
    
    
}

