ul.footer-corporate-link > li:nth-child(6) > a {
  padding-left: 7px;
}
.customerSupport .csFreeDial > div {
  display: table-cell;
  vertical-align: middle;
}
.customerSupport .csFreeDial .csFDLogo {
  width: 60px;
  max-width: 100%;
  padding-right: 10px;
}
.customerSupport .csFreeDial .csFDLogo img {
  width: 60px;
}
.customerSupport .csFreeDial .csFDNumber span {
  vertical-align: middle;
}
.customerSupport .csFreeDial .csFDNumber [data-tel] {
  background-position: left 0.4em;
  font-size: 21px;
}
.customerSupport .csFreeDial .csFDTime {
  padding-left: 10px;
}
.customerSupport .csFreeDial [data-tel] {
  color: black;
}

.customer-rule .frame-gray {
  position: relative;
  padding: 60px 100px 20px;
  background: #f5f5f5;
  z-index: 999;
}

.customer-rule .frame-gray::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 35px solid #f5f5f5;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.customer-rule .headingSecondly {
  margin-top: 0;
}

.customer-rule .textList {
  padding: 35px 30px;
  border-radius: 10px;
  background: #ffffff;
}

.customer-rule .textList li {
  margin-bottom: 20px;
}

.customer-rule .textList li:last-child {
  margin-bottom: 0;
}

.customer-rule .frame-green {
  padding: 90px 100px 60px;
}

.customer-rule p.noteText-r {
  margin-top: 30px;
}

.customer-rule .rudius-box {
  border-radius: 10px;
  border: 1px solid #FFEBD9;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px 30px 10px;
}

.customer-rule .rudius-box .headingThirdly {
  margin-bottom: 15px;
}

.customer-rule .rudius-box .grid > p {
  width: 52%;
}

.customer-rule .rudius-box .grid > div {
  width: 35%;
}

.customerSupport .headingFourthly {
  margin-bottom: 15px;
}

.letter-box{
  border-top: 1px dashed #dddddd;
  margin-top: 30px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .customerSupport .csFreeDial .csFDTime {
    display: block;
    padding-top: 5px;
    padding-left: 50px;
  }

  .customerSupport .csFreeDial{
    flex-wrap: wrap;
  }

  .customerSupport .csFreeDial > div {
    display: block;
  }

  .customerSupport .csFreeDial .csFDNumber {
    width: calc(100% - 80px);
    margin: 0;
  }

  .customerSupport .csFreeDial .csFDTime {
    width: 100%;
    padding-left: 80px;
  }

  .customerSupport .csFreeDial .csFDLogo {
    width: 80px;
    margin-right: 0;
    padding-right: 0;
  }

  .customer-rule .frame-gray {
     margin-right: calc(50% - 50vw);
     margin-left: calc(50% - 50vw);
     padding-top: 40px;
     padding-right: calc(50vw - 50%);
     padding-bottom: 5px;
     padding-left: calc(50vw - 50%);
  }

  .customer-rule .frame-gray::after {
      border-top: 25px solid #f5f5f5;
      border-right: 25px solid transparent;
      border-left: 25px solid transparent;
  }

  .customer-rule .textList {
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .customer-rule .textList li {
    margin-bottom: 20px;
  }

  .customer-rule .textList li:last-child {
    margin-bottom: 0;
  }

  .customer-rule .frame-green {
     margin-right: calc(50% - 50vw);
     margin-left: calc(50% - 50vw);
     padding-top: 40px;
     padding-right: calc(50vw - 50%);
     padding-bottom: 35px;
     padding-left: calc(50vw - 50%);
  }

  .customer-rule p.noteText-r {
    margin-top: 30px;
  }

  .customer-rule .rudius-box {
    padding: 0 15px 30px;
  }

  .customer-rule .rudius-box .headingThirdly {
    margin-bottom: 15px;
  }

  .customer-rule .rudius-box .grid {
    display: block;
  }

  .customer-rule .rudius-box .grid > p {
    width: 100%;
    margin-bottom: 40px;
  }

  .customer-rule .rudius-box .grid > div {
    width: 100%;
  }

  .customerSupport .headingFourthly {
    margin-bottom: 15px;
  }

  .letter-box {
    margin-top: 25px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 360px) {
  .customerSupport .csFreeDial .csFDNumber > span,
  .customerSupport .csFreeDial .csFDTime > span {
    display: block;
  }
}
[data-tel] {
  color: inherit;
  cursor: default;
}
[data-tel]:hover {
  text-decoration: none;
}
[data-tel]:visited {
  color: inherit;
}