
/*main conainer*/
.section .outer-container {
  margin: 0 auto;
}
.section .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.section .container a {
  color: #000;
}
/*page title*/
@media only screen and (max-width:768px){
  .page-ttile {
    height: 150px;
    background-image: url(../../images/sub1/bg-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .title-block{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 150px;
  }
  .title-block h1 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 7.5px;
  }
}
@media screen and (min-width:769px){
  .page-ttile {
    height: 150px;
    background-image: url(../../images/sub1/bg-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .title-block{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 150px;
  }
  .title-block h1 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 7.5px;
    }
}
/*breadcumb*/
@media only screen and (min-width:0px){  
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    padding-top: 8px;
  }
  .breadcrumbs li {
    position: relative;
  }
  .breadcrumbs li:not(:first-of-type) {
    padding-left: 20px;
  }
  .breadcrumbs li:not(:first-of-type)::after {
    content: ">";
    position: absolute;
    top:1px;
    left: 2px;
    width: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
  }
  .breadcrumbs li > a {
    width: auto;
    font-size: 12px;
    line-height: 21px;
    color: #000;
  }
}
/*h tags*/
@media screen and (min-width:0){
  .s1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
  }
  .s2 {
    font-size: 14px;
    line-height: 22px;
    background-color: #4C4C4C;
    text-indent: 5px;
    font-weight: 700;
    color: #fff;
    padding: 2px 0 2px 0;
  }
  .s3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 8px 0;
  }
  .s4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 8px 0;
    padding: 6px 0;
    border-bottom: 1px solid #B2B2B2;
  }
  .str1{
    letter-spacing: -1px;
  }
}

/*main - sec01*/
@media screen and (max-width:768px){
  .sb-sec01 {
    padding-top: 80px;
  }
  .sb-sec01 .col4_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec01 .col4_wrap .col {
    width: 100%;
    margin-top: 30px;
  }
  .sb-sec01 .col4_wrap .col img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .sb-sec01 .col4_wrap .col p {
    line-height: 19px;
    padding-top: 5px;
  }
}
@media screen and (min-width:769px){
  .sb-sec01 {
    padding-top: 80px;
  }
  .sb-sec01 .col4_wrap {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec01 .col4_wrap .col {
    max-width:217px;
    width: 21.7%;
  }
  .sb-sec01 .col4_wrap .col figure{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .sb-sec01 .col4_wrap .col figure img {
    display: block;
    width: 100%;
  }
  .sb-sec01 .col4_wrap .col figure:nth-child(1){
    padding-top: 30px;
  }
  .sb-sec01 .col4_wrap .col figure:nth-child(2){
    margin-top: 20px;
    height: 48px;
  }
  .sb-sec01 .col4_wrap .col figure:nth-child(2) img {
    object-fit: contain;
    object-position: top left;
  }
  .sb-sec01 .col4_wrap .col p {
    line-height: 19px;
    padding-top: 10px;
  }
}
/*sec02*/
@media screen and (max-width:768px){
  .sb-sec02 {
    padding-top: 90px;
  }
  .sb-sec02 .col3-sb p {
    line-height: 19px;
    padding-top: 10px;
  }
  .sb-sec02 .col3-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec02 .col3-sb figure {
    width: 100%;
    display: table;
  }
  .sb-sec02 .col3-sb .img-wrap{
    padding-top: 30px;
  }
  .sb-sec02 .col3-sb .img-wrap img,
  .sb-sec02 .col3-sb figure.dmr img{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .sb-sec02 .col3-sb .mrt1 img{
    display: block;
    width: 100%;
  }
  .sb-sec02 .col3-sb .logo-wrap{
    margin-top: 10px;
    /*height: 48px;*/
  }
  .sb-sec02 .col3-sb .logo-wrap img {
    object-fit: contain;
    object-position: top left;
  }
  .sb-sec02 .col3-sb .col-left {
    width: 100%;
  }
  .sb-sec02 .col3-sb .col-left .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sb-sec02 .col3-sb .col-left .col-wrap .col1 {
    margin-top: 30px;
  }
  .mrt1 {
    margin-top: 80px;
  }
  .mrt2 {
    margin-top: 40px;
  }
  .sb-sec02 .col3-sb .col-left .col-wrap .col1{
    width: 100%;
  }  
  .sb-sec02 .col3-sb .col-left .col-wrap .col2{
    width: 100%;
    padding-top: 30px;   
  }
  .sb-sec02 .col3-sb .col2 .sub-col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec02 .col3-sb .col2 .sub-col2-sb .col {
    width: 100%;
  }
  .sb-sec02 .col3-sb .col1 .bnr-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
  }
  .sb-sec02 .col3-sb .col1 .bnr-wrap a {
    width: 49%;
    padding: 5px 0 5px 0;
  }
  .sb-sec02 .col3-sb .col1 .bnr-wrap a img {
    display: block;
    width: 100%;
  }
  .sb-sec02 .col4-sb .col1 {
    margin-top: 30px;
    display: block;
  }
  .sb-sec02 .col4-sb .col1 .img-wrap {
    width: 80%;
    margin: 0 auto;
  }
  .sb-sec02 .col4-sb .col1 .img-wrap img {
    width: 100%;
  }
  .colbg {
    position: relative;
    background-color: #EDEDED;
    padding: 9px;
  }
  .colbg a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    display: inline-block;
    content: "";
    cursor: pointer;
  }
  .colbg .page-link-warp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:80px;
    border: 1px solid #ffffff;
  }
  .colbg .page-link-warp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:80px;
    border: 1px solid #ffffff;
  }
  .colbg .page-link-warp .pg-link {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-right: 25px;
  }
  .colbg .page-link-warp .pg-link::after{
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #b2b2b2;
  }
  .item-type {
    display: table;
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 10x;
    padding-bottom: 10px;
  }
  .dmr { margin-top: -20px;}
}
@media screen and (min-width:769px){
  .sb-sec02 {
    padding-top: 90px;
  }
  .sb-sec02 .col3-sb p {
    line-height: 19px;
    padding-top: 10px;
  }
  .sb-sec02 .col3-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec02 .col3-sb figure {
    width: 100%;
    display: table;
  }
  .sb-sec02 .col3-sb .img-wrap{
    padding-top: 30px;
  }
  .sb-sec02 .col3-sb .logo-wrap{
    margin-top: 10px;
    /*height: 48px;*/
  }
  .sb-sec02 .col3-sb .logo-wrap img {
    object-fit: contain;
    object-position: top left;
  }
  .sb-sec02 .col3-sb .col-left {
    /*
    max-width: 735px;
    width: 73.5%;
    */
    width: 100%;
  }
  .sb-sec02 .col3-sb .col-left .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sb-sec02 .col4-sb .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sb-sec02 .col4-sb .col-wrap::after {
    content: "";
    display: block;
    max-width: 205px;
    width: 27.9%;
  }
  .mrt1 {
    margin-top: 80px;
  }
  .mrt2 {
    margin-top: 40px;
  }
  .sb-sec02 .col3-sb .col-left .col-wrap .col1{
    max-width: 205px;
    width: 27.9%;
  }  
  .sb-sec02 .col4-sb .col-wrap .col1 {
    max-width: 205px;
    width: 20.5%;
  }
  .sb-sec02 .col3-sb .col-left .col-wrap .col2{
    max-width: 470px;
    width: 63.95%;   
  }
  .sb-sec02 .col3-sb .col2 .sub-col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec02 .col3-sb .col2 .sub-col2-sb .col {
    max-width: 205px;
    width: 43.62%;
  }
  .sb-sec02 .col3-sb .col1 .bnr-wrap {
    padding-top: 15px;
  }
  .sb-sec02 .col3-sb .col1 .bnr-wrap a {
    display: table;
    width: 100%;
    padding: 5px 0 5px 0;
  }
  .sb-sec02 .col3-sb .col1 .bnr-wrap a img {
    display: block;
    width: 100%;
  }
  .colbg {
    position: relative;
    background-color: #EDEDED;
    padding: 9px;
  }
  .colbg a {
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    z-index: +1;
  }
  .colbg .page-link-warp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
  }
  .colbg .page-link-warp p {
    position: relative;
    font-size: 14px;
    line-height: 0;
    padding-right: 25px;
  }
  .colbg .page-link-warp p::after{
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #b2b2b2;
  }
  .item-type {
    display: table;
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 10x;
    padding-bottom: 10px;
  }
  .dmr { margin-top: -20px;}

}
/*sb-sec1-2*/
@media screen and (max-width:768px){
  .sb-sec1-2 {
    padding-top: 90px;
  }
  .sb-sec1-2 .col2-1-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec1-2 .col2-1-sb p {
    line-height: 19px;
    padding-top: 10px;
  }
  .sb-sec1-2 .col2-1-sb h2 {
    margin-bottom: 30px;
  }
  .sb-sec1-2 .col2-1-sb  img {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
  }
  .sb-sec1-2 .col2-1-sb .col1 {
    width: 100%;
  }
  .sb-sec1-2 .col2-1-sb .col1:nth-child(2){
    margin-top: 30px;
  }
  .sb-sec1-2 .col2-1-sb .col2{
    width: 100%;
    margin-top: 30px;
  }
  .sb-sec1-2 .col2-1-sb .col2 .sub-col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec1-2 .col2-1-sb .col2 .sub-col2-sb .col {
    width: 100%;
  }
  .sb-sec1-2 .col2-1-sb .col2 .sub-col2-sb .col:last-child{
    margin-top: 30px;
  }
}
@media screen and (min-width:769px){
  .sb-sec1-2 {
    padding-top: 90px;
  }
  .sb-sec1-2 .col2-1-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec1-2 .col2-1-sb h2 {
    margin-bottom: 30px;
  }
  .sb-sec1-2 .col2-1-sb img:first-of-type {
    margin-bottom: 20px;
  }
  .sb-sec1-2 .col2-1-sb p {
    line-height: 19px;
    padding-top: 10px;
  }
  .sb-sec1-2 .col2-1-sb .col1 {
    max-width: 205px;
    width: 27.9%;
  }
  .sb-sec1-2 .col2-1-sb .col2{
    max-width: 470px;
    width: 63.95%;
  }
  .sb-sec1-2 .col2-1-sb .col2 .sub-col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sb-sec1-2 .col2-1-sb .col2 .sub-col2-sb .col {
    max-width: 205px;
    width: 43.62%;
}
}

/*sec03*/
@media screen and (max-width:768px){
  .sb-sec03 {
    padding-top: 60px;
  }
  .sb-sec03 .col4_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
  .sb-sec03 .col4_sb .col {
    width: 100%;
    padding: 10px 0 10px 0;
  }
  .sb-sec03 .col4_sb .col figure {
    margin-top: 15px;
  }
  .sb-sec03 .col4_sb .col figure img {
    display: block;
    width: 100%;
  }
  .sb-sec03 .col4_sb .col p {
    line-height: 19px;
    padding-top: 5px;
  }
}
@media screen and (min-width:769px){
  .sb-sec03 {
    padding-top: 40px;
  }
  .sb-sec03 .col4_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  .sb-sec03 .col4_sb .col {
    max-width: 205px;
    width: 20.5%;
  }
  .sb-sec03 .col4_sb .col figure {
    margin-top: 15px;
  }
  .sb-sec03 .col4_sb .col figure img {
    display: block;
    width: 100%;
  }
  .sb-sec03 .col4_sb .col p {
    line-height: 19px;
    padding-top: 5px;
  }
}
/*sec04 カタログ請求*/
@media screen and (max-width:768px){
  .col1_fl_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .col1_fl_c a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 305px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    background-color: #D8E7F1;
  }
}
@media screen and (min-width:769px){
  .col1_fl_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .col1_fl_c a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 305px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    background-color: #D8E7F1;
  }
}
/*sec05*/
@media screen and (max-width:768px) {
  .outer-container {
    height: 150px;
    background-image: url(../../images/sub1/bg-02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .subtitle-block{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 150px;
  }
  .subtitle-block h2 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 7.5px;
    }
}
@media screen and (min-width:769px) {
  .outer-container {
    height: 150px;
    background-image: url(../../images/sub1/bg-02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .subtitle-block{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 150px;
  }
  .subtitle-block h2 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 7.5px;
    }
}
/*sec06*/
@media screen and (max-width:768px) {
  .sb-sec06 {
    padding-bottom: 140px;
  }
  .sb-sec06 .col3-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
  }
  .sb-sec06 .col3-sb .col {
    width: 100%;
    margin-top: 40px;
  }
  .sb-sec06 .col3-sb .col p {
    line-height: 19px;
    margin-top: 10px;
  }
  .sb-sec06 .col3-sb .col figure {
    padding-top: 10px;
  }
  .sb-sec06 .col3-sb .col figure img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:769px) {
  .sb-sec06 {
    padding-bottom: 140px;
  }
  .sb-sec06 .col3-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
  }
  .sb-sec06 .col3-sb .col {
    max-width: 308px;
    width: 30.8%;
    margin-top: 40px;
  }
  .sb-sec06 .col3-sb .col p {
    line-height: 19px;
    margin-top: 10px;
    height: 70px;
  }
  .sb-sec06 .col3-sb .col figure {
    padding-top: 10px;
  }
  .sb-sec06 .col3-sb .col figure img {
    display: block;
    width: 100%;
  }
}

.banner {
  margin-top: 10px;
}

/* product_index 202402_修正 */

.section.product_index{
  overflow-x: hidden;
}
.section .product_index_head{
  font-size: 13px;
  line-height: 26px;
  background-color: #E5E5E5;
  text-indent: 5px;
  font-weight: 700;
  margin: 0 10px 15px;
}
.section .product_index_head02{
  font-size: 14px;
  line-height: 22px;
  background-color: #4C4C4C;
  text-indent: 5px;
  font-weight: 700;
  color: #fff;
  padding: 2px 0 2px 0;
  margin: 0 10px 25px;
}
.section .product_index_unitwrap{
  display: flex;
  margin-bottom: 60px;
}
.section .product_index_unitwrap .product_index_box{
  display: block;
  /* max-width: 217px; */
  /* width: 21.7%; */
  padding: 0 15px 15px;
}

.section .product_index_unitwrap.item_1 .product_index_box{
  width: 100%;
}
.section .product_index_unitwrap.item_2 .product_index_box{
  width: 50%;
}
.section .product_index_unitwrap.item_3 .product_index_box{
  width: 33.3333%;
}
.section .product_index_unitwrap.item_4 .product_index_box{
  width: 25%;
}
.section .product_index_box .product_image{
  margin-bottom: 10px;
}
.section .product_index_box .product_image img{
  width: 100%;
}
.section .product_index_box .product_logo{
  margin-bottom: 5px;
}
.section .product_index_box .product_logo img{
  width: 100%;
}
.section .product_bodytext{
  line-height: 19px;
  padding-top: 10px;
  margin: 0;
}
.section .product_index [class*="acms-col-"] [class*="column-image"]{
  margin: 0 10px 10px;
}

.section .outofproduct_linkwrap{
  height: 300px;
  margin: 0 10px;
}
.section .product_linkbox{
  height: 300px;
  background-color: #EDEDED;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.section .product_linkbox a{
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border: 1px solid #FFF;
  position: relative;
}
.section .product_linkbox a span::after{
  content: "▲";
  color: #CCC;
  transform: rotate(90deg);
  margin-left: 5px;
  display: inline-block;
}
.section .outofproduct_linkwrap.colbg .page-link-warp p::after {
  top: -7px;
}

.section .product_index .col1_fl_c{
  padding-top: 0;
}
.section .submaterials_box{
  margin: 40px 10px 20px;
}
.section .submaterials_box p{
  margin: 10px 0;
  height: 6em;
}
.section .submaterials_box img{
  width: 100%;
}
.section .container_break{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width:768px) {
  .section .product_index_unitwrap{
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .section .product_index_box{
    margin-bottom: 40px;
  }
  .section .product_index_unitwrap.item_2 .product_index_box{
    width: 100%;
  }
  .section .product_index_unitwrap.item_3 .product_index_box{
    width: 100%;
  }
  .section .product_index_unitwrap.item_4 .product_index_box{
    width: 100%;
  }

  .section .product_index [class*=acms-col] {
      padding-right: 0;
      padding-left: 0;
  }
  .section .outofproduct_linkwrap{
    height: auto;
    margin-bottom: 40px;
  }
  .section .product_linkbox{
    height: auto;
  }
  .section .submaterials_box p{
    height: auto;
  }
}