@charset "UTF-8";
/* CSS Document */

/*@media (min-width: 768px) {
    .free-box.-freetextarea {
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 30px;
    }
}*/

li.bread-list_item br {
    display: none;
}

p.text {
    text-align: left;
}

@media (max-width: 1999px) {
    .beres09_tec{
    width: 100%
}
}

/*全幅コンテンツ*/
.full-width .textbox, .full-width .imgbox {
    width: 100%;
    max-width: 100%;
}
.full-width .imgbox img {
    width: 100%;
    height: auto;
    text-align: center;
}
/*flexコンテンツ*/
#free-technology .flex.-freeitem {
    gap: 10px;
}

@media (min-width: 770px) {
.flex.-freeitem {
    flex-wrap: nowrap;
    gap: 10px;
}
.flex.-freeitem > .textbox:not(.title):not(.list){
    width: auto !important;
    flex: 0 0 50%;
    min-width: 0;
}
.flex.-freeitem > .imgbox {
    width: auto !important;
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
}
.flex.-freeitem > .textbox.title {
    flex: 0 0 30%;
    min-width: 0;
  }
  .flex.-freeitem > .textbox.list {
    flex: 1 1 auto; 
    min-width: 0;
  }

  .flex.-freeitem.torayca-logo > .imgbox {
      text-align: center;
}
}

.-freeitem {
    padding: 20px 0;
    border-bottom: groove 2px #2d2d2d;
}
#free-technology .torayca__block .textbox.discription {
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 10px;      
}
/* shaft内の画像：最大800px、中央寄せ */
#free-technology .shaft .imgbox {
    max-width: 650px;
    margin: 0 auto;
}
#free-technology .shaft .imgbox img {
    width: 100%;
    height: auto;
    display: block;
}
/* shaft内の画像だけ：上下20pxの余白 */
#free-technology .shaft .imgbox img {
    margin: 20px auto;
}
#nanoalloy-tag-outer {
    position: relative;
}
#nanoalloy-tag-outer .notice {
    font-size: small;
}
#nanoalloy-tag {
    position: absolute;
    right: 50px;
    width: 150px;
    top: 5px;
}
.torayca-tag img {
    width: 130px;
}
/* ナノアレイタグ  */
.pc_show {
    display: block;
}
.sp_show {
    display: none;
}
.torayca-tag.pc_show img {
    width: 130px;
    box-sizing: content-box;
    padding: 0 5px;
}

.shaft-title__block {
    position: relative;
}

.torayca-tag.pc_show {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 930px) {
.pc_show {
    display: none;
}
.sp_show {
    display: block;
}
.torayca-tag.sp_show {
    text-align: center;
    margin: 0 0 10px;
}
}

/*.textbox > .text {
    font-size: 1.4rem !important;
}*/

.flex.-freeitem > .imgbox:not(.full) img{
    max-width: 300px;
    width: 100%;
}

.flex.-freeitem > .imgbox.full{
    max-width: none;
}

@media (max-width: 769px) {
    .imgbox{
        text-align: center;
    }
}

.textbox{
text-align:left;
}


/*FW/UTのスタイル*/
.full-width .imgbox img:not(.imgbox--max700):not(.shaft img):not(.full img){
    width: 100%;
    height: auto;
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }
  
  .imgbox img.imgbox--max700{
    max-width: 600px;  
    display: block;
    margin: 0 auto;
  }

  .textbox .lead{
    font-size: clamp(14px, 2.5vw, 20px); 
  }

  .textbox > .text {
    font-size: clamp(14px, 2.5vw, 16px); 
  }

  .textbox .text{
    line-height: 3rem;
    margin: 0;
}

.textbox .lead {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .textbox .text{
        line-height: 2.2rem;
    }
}    

.textbox .lead {
    margin: 0;
  }

  .torayca-logo > .imgbox > img{
      width: 100%;
      max-width: none;
  }