/* サポートページ用CSS */
#afterservice{
  font-size: 120%;
}
#afterservice.title_u_text_box{
  margin-top: 80px;
}
/* フィルターの交換について */
#filter_info{
  justify-content: space-between;
  margin: 50px auto 75px;
  align-items: center;
}
#filter_info img{
  width: calc(60% - 40px);
}
#filter_info .textarea{
  padding: 0;
  width: 40%;
}
#filter_info .textarea .bt_area a{
  margin-bottom: 10px;
}
#filter_flow{
  text-align:center;
  margin: 50px auto;
}
#filter_flow h3{
  font-size: 160%;
}
#filter_flow p{
  text-align:left;
  margin: 40px 0;
}
#filter_flow img{
  width: 100%;
}
#filter_flow ol,#filter_flow ul{
  justify-content: space-between;
  margin-top: 20px;
}
#filter_flow li{
  position: relative;
  width: calc(33% - 30px);
}
#filter_flow ol li span{
  display: flex;
  position: absolute;
  background: #01e1ab;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: -27px;
  left: -27px;
  z-index: 1;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  font-size: 120%;
  font-weight: bold;
}
#filter_flow ol li::after{
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #000;
  right: -33px;
  top: calc(50% - 15px);
}
#filter_flow ol li:last-child::after{
  display: none;
}
#filter_flow p.flow{
  margin: 20px 0 0;
  font-size: 100%;
  text-align:center;
}
#filter_flow strong{
  text-align: center;
  font-weight: normal;
  display: block;
  margin: 60px 0 20px;
  font-size: 90%;
}
#filter_flow strong{
  display: block;
  text-align: center;
  margin: 12px 0 5px;
  font-size: 120%;
}

/* トラブルシューティング */
#ts1 tbody tr th{
  width: 25%;
}
#ts1 tbody tr td:nth-child(1){
  width: 30%;
}

#ts2 tbody tr th{
  width: 10%;
}
#ts2 tbody tr td:nth-child(2),#ts2 tbody tr td:nth-child(3){
  width: 20%;
}

/* PHJ紹介コンテンツ */
#phj_con{
  text-align:center;
}
#phj_con p{
  margin-top: 10px;
}
#phj_con .bt_area{
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  word-break: keep-all;
}
#phj_con .bt_area a{
  padding: 20px 50px;
}


.footer__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.footer__inner ul {
  padding-left: 15%;
}

.footer--top {
  margin: 0;
}

.footer-navi {
  height: 10%;
  line-height: 60px;
  width: 100%;
  background-color: black;
  float: left;
}

.footer-navi__element {
  background-color: black;
  display: inline-block;
  width: auto;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.footer-navi__element a {
  color: white;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 2rem;
  display: inline;
}
.footer-navi__element a:hover {
  text-decoration: underline;
}
.footer-navi__element:first-child a {
  padding-left: 0;
}

.footer-policy__text a {
  display: inline;
}
.footer-policy__text a:hover {
  text-decoration: underline;
  opacity: 1 !important;
}

.footer-policy {
  padding: 0 15%;
  color: black;
  height: 40px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  clear: both;
}

.footer-policy__inner {
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.footer-policy__text a {
  color: black;
  height: 100%;
  line-height: 40px;
  font-size: 12px;
}

.footer-policy__copyright {
  height: 40px;
}
.footer-policy__copyright p {
  line-height: 40px;
  font-size: 12px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* .page-top {
  width: 100%;
  background-color: black;
  color: white;
}
.page-top a {
  text-align: center;
  padding: 1.25rem 0;
}
.page-top a div {
  background-image: url("images/page-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 4.38rem;
  height: 2.38rem;
  background-size: cover;
} */