.page-category-support {
  background: #fff;
}
.support-link{
  padding: 20px 30px;
  border: 1px solid #000;
}
.mod-sub-title h4{
  font-size: 2rem;
}
.mod-sub-title h4::before{
  top: 7px;
}
@media screen and (max-width: 767px){
  .support-link{
    padding: 10px 20px;
  }
}

.img202402 th,.img202402 td{
position: relative;
padding-right: 60px;
min-height: 50px;
}

.img202402 img{
position: absolute;
right: 10px;
top: 10px;
}

.col202402{
display: flex;
align-items:stretch;
}

.col202402 .col{
margin: 10px;
}

.col202402 .col img{
width: 80%;
margin: 3px 10%;
}

@media screen and (max-width: 767px){
.img202402 th,.img202402 td{
position: relative;
padding: 5px;
font-size: 80%;
}

.img202402 img{
position: relative;
right: auto;
top: auto;
display: block;
margin: 4px auto;
}
}

.callcenter{
  margin-top: 30px;
  border: 1px solid #000;
}
.callcenter .m-title5{
  padding: 10px;
  border-bottom: 1px solid #000;
}
.callcenter .inner{
  display: flex;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.callcenter .inner div:last-child{
  padding-left: 80px;
  margin-left: 30px;
}
.callcenter .phone{
  position: relative;
}
.callcenter .phone::before{
  content: '';
  position: absolute;
  left: -80px;
  display: inline-block;
  width: 70px;
  height: 60px;
  vertical-align: middle;
  background-image: url(../img/support/index_08.gif);
  background-size: contain;
  background-repeat: no-repeat;
}
.office .callcenter .phone::before{
  background-image: url(../img/support/index_09.gif);
}
@media screen and (max-width: 767px){
  .callcenter .inner{
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
  }
  .callcenter .inner div:last-child{
    padding-left: 70px;
    margin-left: 0;
    margin-top: 20px;
  }
  .callcenter .phone::before{
    left: -70px;
    width: 60px;
  }
}