#sec9{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
@media(max-width:991px){
#sec9{
    padding-top: 50px;
    margin-top: -50px;
}
}
.fs-l-header--min {
    border:none !important;
}
footer{
background:#fff !important;
}
.sec1 .fs-c-dropdown::after{
    background: #f2f2f2 !important;
    color: #333333 !important;
font-size: 10px !important;
}

.sec4 .tabSwitch{
flex-wrap:wrap;
}
.sec4 .tab--typeB .tabSwitch li{
padding: 15px 30px;
}
@media(max-width: 992px){
.sec4 .tab--typeB .tabSwitch li {
    padding: 1em 10px;
    font-size: 12px;
}
}


.table_d01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 780px;
}
.table_d01 th, .table_d01 td {
  border: 2px solid #fff;
  background-color: #faf0f0;
  padding: 1em;
}
.table_d01 th {
  background-color: #d00034;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}


.hbg {
  background-color: rgba(250, 240, 240, 1);
  line-height: 1.5;
  padding: 0.75em 1em;
}

.midashi_d02 {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #faf0f0;
}

.iframeWrap {
     position: relative;
     padding-bottom: 16.25%;
     height: 0;
     overflow: hidden;
}

.iframeWrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 50%;
}

@media (max-width: 1200px) and (min-width: 991px){
#fs_ProductDetails .fs-l-main .fs-l-pageMain {
    max-width: 100% !important;
}
}
@media(max-width:991px){
.fs-p-productDescription table{
  max-width: 100%;
}
}

/*部品紹介ブロック*/
img.side_image {
  width: 35%;
  float:left;
  /*display: inline-block;*/
  margin-right: 10px;
}