@charset "UTF-8";

.simpleH4{
  text-align: center;
  font-size: 2.0rem;
}
.support-inner{
  max-width: 800px;
}
.support-inner p{
  line-height: 1.8;
  margin: 0 0 15px;
  font-size: 1.6rem;
}
/**/
.support-inner p.right{
  margin: 0;
  padding: 15px 0 0;
  text-align: right;
}
.support-inner p.right span{
  display: block;
  font-size: 2.0rem;
}




/**/
.support_table{
  width: auto;
  margin: 0 auto;
  display: table;
  font-size: 1.6rem;
  border-top: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
  border-right: 1px solid #ABABAB;
}
.support_table th,
.support_table td{
  padding: 10px 20px;
  border-bottom: 1px solid #ABABAB;
}
.support_table th{
  padding: 10px 50px;
  background: #F1F2F3;
  color: #0D045F;
  text-align: center;
  vertical-align: middle;
}
#support4 p{
  text-align: center;
}
.support_submit{
  width: 100%;
  margin: 0 0 10px;
  display: table;
}
.support_submit a{
  width: 400px;
  line-height: 50px;
  margin: 0 auto;
  display: table;
  position: relative;
  background: #0D045F;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.support_submit a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 53px;
  height: 2px;
  background: #fff;
  transition: all 300ms ease-in-out;
}
.support_submit a:hover::after{
  right: -20px;
}

@media screen and (max-width: 767px) {
  .innerSectionTitleH3{
    font-size: 2.0rem;
  }
  .simpleH4{
    font-size: 1.6rem;
  }
  .support-inner p,
  .support_table{
    line-height: 1.6;
    font-size: 1.4rem;
  }

  .support_table th, 
  .support_table td{
    padding: 10px;
  }
  .support_table th{
    width: 80px;
  }
  .support_submit a{
    width: 100%;
  }
  .support_submit a::after{
    width: 30px;
    height: 1px;
  }
}