@charset "UTF-8";
/*--------------------------------------
  MFX-5209
  index.css
  
  2024.07.30
---------------------------------------*/
.index-main {
  position: relative;
  width: 740px;
  height: 275px;
  margin-top: 1px;
  background: url("/ce/products/mmfp/mfx5209/images/index_bg.jpg") 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .index-main {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
  }
}
.index-copy {
  position: absolute;
  top: 125px;
  left: 45px;
}
@media screen and (max-width: 768px) {
  .index-copy {
    display: none;
  }
}
.index-product {
  position: absolute;
  top: 235px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .index-product {
    top: 50px;
    left: 10px;
    width: 28%;
  }
}
.index-logo {
  margin: 40px 0 40px 220px;
}
@media screen and (max-width: 768px) {
  .index-logo {
    margin: 30px 0 20px;
  }
}
.index-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 50px 220px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .index-icon {
    margin: 0;
  }
}
.index-icon li {
  margin: 0 11px 0 0;
  padding: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index-icon li {
    margin-bottom: 10px;
  }
}
.index-icon li:nth-child(6) {
  margin: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .index-icon li:nth-child(3), .index-icon li:nth-child(6) {
    margin: 0 12px 10px 0;
  }
}
.index-icon_w32 img {
  width: 32px;
}
.index-icon_w38 img {
  width: 38px;
}
.index-icon_w100 img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .index-icon_w32 img, .index-icon_w38 img, .index-icon_w100 img {
    width: 100%;
  }
}
.catch-copy_txt {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0082a3;
  line-height: 1.4 !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catch-copy_txt {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.index-contents {
  width: 740px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .index-contents {
    width: 100% !important;
  }
}
.index-section {
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .index-section {
    width: 100% !important;
  }
}
h4.h4-index {
  margin-bottom: 0 !important;
}
h5.h5-index {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
  font-weight: 700;
  line-height: 1.4 !important;
}
@media screen and (max-width: 768px) {
  h5.h5-index {
    margin: 0 0 10px !important;
    font-size: 1.6rem !important;
  }
}
.mfx5209-txt {
  margin-bottom: 30px;
  font-size: 1.8rem !important;
  font-weight: 700;
  color: #0082a3;
  text-align: center;
}
.index-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
  padding: 0;
}
.index-list li {
  width: 240px;
  margin: 0 10px 10px 0;
  padding: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #0082a3;
}
@media screen and (max-width: 768px) {
  .index-list li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .index-list li:nth-child(9) {
    width: 99%;
  }
}
.index-list li:nth-child(3), .index-list li:nth-child(6), .index-list li:nth-child(9) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .index-list li:nth-child(3), .index-list li:nth-child(6) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-list li:nth-child(2), .index-list li:nth-child(4), .index-list li:nth-child(6), .index-list li:nth-child(8) {
    margin-right: 0;
  }
}
.index-list li span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.fax-security {
  padding: 20px;
  background: #e0e7ec;
  border-radius: 10px;
}