@charset "UTF-8";

.sec-title{
  font-size: clamp(35px, 4.5vw, 50px);
  line-height: 1.3;
  font-weight: 600;
  font-family:
    "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN",
    "Yu Mincho",
    "游明朝",
    "MS PMincho",
    serif;
    margin:1em 0;
    padding:0;
}
.sec-title span{
  font-size: clamp(16px, 4.5vw, 25px);
  display:inline-block;
    margin-left:1em;
    padding:0;
}

.safety_footwear p {
  margin:0 0 1em;
  text-align: justify;
  overflow-wrap: break-word;
  word-break: break-word;
}


.flex-a{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2em;
}

/* PC：4つ横並び */
.flex-a > a{
  display: block;
  width: calc((100% - 0.5em * 3) / 4);
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  background-color: #001646;
  color: #ffffff;
}
.flex-a > a:hover{
  opacity:0.7;
}

/* スマホ：2つ横並び */
@media screen and (max-width: 768px){
  .flex-a > a{
    width: calc((100% - 0.5em) / 2);
  }
}

.safety_footwear img.des-img-01.pc {
    width: 100%;
    height: auto;
    margin: 60px 0 95px;
}
img.pc {
    display: block;
}
img.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .safety_footwear img.des-img-01.sp {
        width: 100%;
        height: auto;
        margin: 30px 0 50px;
    }
    img.sp {
        display: block !important;
    }
    img.pc {
        display: none;
    }
}

.safety_footwear ul.rightimage-block {
    margin:0;
    padding:0;
}
.safety_footwear ul.rightimage-block li {
    clear: both;
    float: none;
    list-style: none;
    padding-top: 16px;
    padding-bottom: 41px;
}
.safety_footwear ul.rightimage-block li>div {
    float: left;
    width: 65%;
    margin-right: 5%;
}
.safety_footwear ul.rightimage-block h3 {
    width:100%;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: auto;
    background-color: transparent;
    color: #333;
    text-align: left;
    margin: 0 0 1em;
    line-height:1.5;
}
.safety_footwear ul.rightimage-block div h3>img {
    height: 20px;
    vertical-align: middle;
}
.safety_footwear ul.rightimage-block div h3 span.small {
    font-size: 14px;
    font-weight: normal;
}
.safety_footwear ul.rightimage-block li>img {
    float: right;
    width: 30%;
}
.safety_footwear ul.rightimage-block li:after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
    .safety_footwear ul.rightimage-block li>div {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .safety_footwear ul.rightimage-block li>img {
        float: none;
        width: 65%;
        display: block;
        margin: 15px auto 0;
    }
    .safety_footwear ul.rightimage-block h3 {
        border-left: none;
    }
}

.history h2 {
    margin:1em 0;
    padding:0;
    border-bottom:1px solid #333;
    width:100%;
    color:#333;
    font-size:25px;
    font-weight:bold;
    font-family:
    "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN",
    "Yu Mincho",
    "游明朝",
    "MS PMincho",
    serif;
}
.history .wareki {
    font-size: 16px;
}

#about1,#about2,#about3,#about4,#about5,#about6,#about7,#about8 {
  scroll-margin-top: 140px;
}

@media screen and (max-width: 768px) {
    #about1,#about2,#about3,#about4,#about5,#about6,#about7,#about8 {
  scroll-margin-top: 60px;
    }
}

img.tec_01_tit {
    display: block;
    width: 100%;
    margin-bottom: 24px;
}
.technology-1 .tec_01 {
    font-size: 19px;
    margin-bottom: 53px;
}
img.tec_01_img_01 {
    float: left;
    display: block;
    margin-right: 32px;
    width: 30%;
}
.technology-1 .tec_01 .right-block {
    display: table-cell;
}
img.tec_01_img_02 {
    display: block;
    width: 40%;
}
.technology-1 .tec_01:after {
    content: " ";
    display: block;
    clear: both;
}
.tec_01_img_03 {
  margin:2em 0 5em;
  text-align:center;
}
.tec_01_img_03 img {
  width:70%;
  height:auto;
}

@media screen and (max-width: 768px) {
    .technology-1 .tec_01 {
        font-size: inherit;
        font-size: inherit;
        margin-bottom: 30px;
    }
    img.tec_01_img_02 {
        display: inline-block;
        width: 120px;
    }
    .tec_01_img_03 img {
        width:100%;
        height:auto;
    }
}

.item_top {
    margin:0 0 5em;
    padding:0;
}

.item_top h3 {
    width:100%;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: auto;
    background-color: transparent;
    color: #333;
    text-align: center;
    margin: 0 0 1em;
    line-height:1.5;
}
@media screen and (max-width: 768px) {
    .item_top h3 {
        border-left: none;
    }
    .item_top a:link {
        color: #4797fa;
    }
}

.safety_footwear .image {
    position: relative;
    width: 100%;
    margin-bottom: 56px;
}
.safety_footwear .image img {
    width: 70%;
    display: block;
    margin: 0 auto;
}
.safety_footwear .image img.icon {
    position: absolute;
    width: 149px;
    left: 0;
    top: 0;
}

ul.image-list {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}
ul.image-list li {
    float: left;
    text-align: center;
}
ul.image-list li img:first-child {
    display: block;
    width: 100%;
}
.safety_footwear .image-list.features li {
    width: 32%;
    margin-right: 2%;
    text-align: left;
}
.safety_footwear .image-list.features li img {
    border: 1px solid #929292;
}
.safety_footwear .image-list.features h3 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: auto;
    background-color: transparent;
    color: #333;
    text-align: left;
    margin: 1em 0;
    line-height:1.5;
    padding:0;
}
.safety_footwear .image-list.features li:last-child {
    margin-right: 0;
}
ul.image-list.features::after{
  content: "";
  display: block;
  clear: both;
}

ul.simple-ul li {
    position: relative;
    list-style: none;
}
ul.simple-ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: .6em;
    left: -1em;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
}
.simple-ul.list-block.with-bg {
    clear:both;
    background-color: #dadada;
    padding: 30px 30px 30px 40px;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .safety_footwear ul.image-list.features li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .safety_footwear ul.image-list.features li img {
        width: 58%;
        margin: 0 auto;
    }
    .safety_footwear .image img.icon {
        width: 70px;
    }
    .safety_footwear .image-list.features h3 {
        border-left: none;
    }
}

 
@media screen and (max-width: 640px) {
  table.basic2 {
    margin-top:20px!important;
    width: 100%;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  table.basic2 th {
  border-top: solid 1px #ccc;
  box-sizing: border-box;
  }
  .basic2 th,
  .basic2 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    padding:20px!important;
box-sizing: border-box;
  }
  
  .last {
    border-top: none!important;
    padding:0!important;
    display: none!important;
  }
  .f_15bl { font-size: 15px; color:#1a1e84; font-weight:bold;}
  
  table.basic{
    width:100%;
    border-collapse: separate;
    border-spacing:0px;
    empty-cells:show;
    border-top:1px solid #575757;
    border-right:none;
    border-bottom:none;
    border-left:1px solid #575757;
    table-layout:auto;
}

table.basic td {
  padding:5px;
  border-right:1px solid #575757;
  border-bottom:1px solid #575757;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
}




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

}

