hr{
  clear: both;
  border: 0px;
  padding: 1.2em 0;
}
.is-ttl{
  font-size: max(2.1vw, 1.4em);
  position: relative;
  margin-bottom: 1em;
  letter-spacing: .05em;
}
.is-ttl::after{
  position: absolute;
  content: '';
  bottom: -20px;
  width: 20px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../../img/common/line.svg");
}
#main .support-wrap{
  width: 85%;
  max-width: 1040px;
}
.support{
  border-radius: 8px;
  padding: 3.5em;
  margin: 4em 0 6em;
  position: relative;
  box-shadow: 0px 0px 16px -18px rgba(170,170,170,0.6);
}
.sup-sub{
  position: absolute;
  background: #666;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: 600;
}
.sup-sub span:first-child{
  text-align: center;
  font-size: .8em;
  line-height: 1.3;
  text-align: center;
}
.sup-sub span:last-child{
  font-size: 2.5em;
  line-height: 1;
}
.support h3{
  font-size: max(1.8vw, 1.1em);
  padding: 1em 0;
}
.support p{
  text-align: left;
}
.support-box img{
  border-radius: 8px;
}

#payment{
  padding: 6em 0;
  background: #e9ecf3;
}
#taxi-call{
  padding: 6em 0 5em;
}
.box2{
  display: flex;
  justify-content: space-between;
  margin: 0 0 1em;
}
.box2 li{
  width: 48.5%;
}
.box2 li img{
  border-radius: 8px;
}

/* F */
.sup1{
  border-color: #ca6d76;
  background: #f8f0f1;
}
.sup1 .sup-sub{
  background: #ca6d76;
}
.sup2{
  border-color: #60b4c3;
  background: #eff7f8;
}
.sup2 .sup-sub{
  background: #60b4c3;
}
.sup3{
  border-color: #ba8fb5;
  background: #f7f1f6;
}
.sup3 .sup-sub{
  background: #ba8fb5;
}
.sup4{
  border-color: #eab548;
  background: #f8f5f0;
}
.sup4 .sup-sub{
  background: #eab548;
}
.sup4 p,.sup4 li{
  text-align: left;
}
.sup4 ul{
  padding: 10px 0;
}
.sup4 li{
  font-weight: 600;
  color: #95800d;
}
.payment-box div{
  padding: 1em;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 16px -18px rgba(170,170,170,0.6);
}
.payment-box h3{
  font-size: 1.2em;
  padding: 0 0 .5em;
}
.payment-box p{
  text-align: left;
  font-size: .85em;
  line-height: 1.8;
}
.payment-box span{
  display: block;
  font-size: .75em;
  text-align: left;
  line-height: 1.6;
  padding: 10px 0 0;
}
.taxi-box-items{
  border: 0px solid #ccc;
  padding: 1em;
}
.taxi-box-items ul,.taxi-box-m ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
}
.taxi-box-items li,.taxi-box-m li{
  padding: 0 .5vw;
}
.taxi-box-m{
  padding: 3em 4vw;
  box-sizing: border-box;
  border-radius: 8px;
  background: #eff2e7;
  margin: 4em 0 2em;
  box-shadow: 0px 0px 16px -18px rgba(170,170,170,0.6);
}
.taxi-box-m .txt{
  text-align: left;
}
.taxi-box .app-dl{
  background: #e9ecf3;
  border-radius: 8px;
  padding: 1em;
}
.taxi-box .app-dl p{
  font-size: max(1.1vw, .8em);
  font-weight: 600;
}
.taxi-box .app-dl li span{
  font-size: 11px;
  font-weight: 600;
  display: block;
}
.app-ttl-icon{
  width: 340px;
}
.taxi-box-m .txt p{
  font-size: max(1.4vw, 1em);
  font-weight: 600;
  padding-bottom: 1em;
}
.taxi-box-m .app-dl{
  background: #fff;
  border-radius: 8px;
  padding: 1em;
  text-align: center;
}
.taxi-box-m .app-dl p{
  font-size: max(1.1vw, .8em);
  font-weight: 600;
  padding: 0;
}
.taxi-box-m .app-dl li span{
  font-size: 11px;
  font-weight: 600;
  display: block;
}
#furusato .flex{
  padding: 1em 0 0;
}
#furusato .flex div:first-child{
  text-align: left;
}
#furusato .flex div:last-child img{
  border-radius: 8px;
}
#furusato ul{
  display: flex;
  justify-content: space-between;
}
#furusato li{
  text-align: center;
}
#furusato li a{
  background: #fff;
  border-radius: 500px;
  border: 1px solid #3366bb;
  color: #3366bb;
  display: block;
  font-size: .9em;
  text-align: center;
  padding: 1em;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#furusato li a::before {
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 42%;
  width: 6px;
  height: 6px;
  border-top: 3px solid #3366bb;
  border-right: 3px solid #3366bb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#furusato li a:hover{
  background: #3366bb;
  color: #fff;
}
#furusato li a:hover:before{
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.service-link{
  text-align: center;
  padding: 2em 0 0;
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
}
.service-link a{
  background: #fff;
  border-radius: 500px;
  border: 1px solid #3366bb;
  color: #3366bb;
  display: block;
  font-size: .9em;
  font-weight: 600;
  text-align: center;
  padding: 1em;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.service-link a::before {
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 42%;
  width: 6px;
  height: 6px;
  border-top: 3px solid #3366bb;
  border-right: 3px solid #3366bb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service-link a:hover{
  background: #3366bb;
  color: #fff;
}
.service-link a:hover:before{
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media only screen and (min-width: 768px){
.support-box {
  display: flex;
  justify-content: space-between;
}
.support-box div{
  width: 47%;
}
.payment-box{
  display: flex;
  justify-content: space-between;
  margin: 3em 0 0;
}
.payment-box div{
  width: 24%;
}
.taxi-box,.taxi-box-m{
  display: flex;
  justify-content: space-between;
}
.taxi-box-items{
  width: 48%;
}
.taxi-box-m .img{
  width: 38%;
}
.taxi-box-m .txt{
  width: 52%;
}
#furusato .flex{
  display: flex;
  justify-content: space-between;
}
#furusato .flex div:first-child{
  width: 58%;
}
#furusato .flex div:last-child{
  width: 36%;
}
#furusato ul{
  padding-top: 4em;
}
#furusato li{
  width: 48%;
}

}
@media only screen and (max-width: 768px){
.support{
  padding: 2em 1.5em;
  margin: 0 0 5em;
}
.sup-sub{
  top: -50px;;
  width: 100px;
  height: 100px;
}
.sup-sub span:first-child{
  font-size: 10px;
}
.sup-sub span:last-child{
  font-size: 30px;
}
.sup4 li{
  font-size: 13px;
}
#payment{
  padding: 3em 0;
}
.payment-box div{
  margin: 3em 0 0;
  padding: 1.5em;
}
#taxi-call{
  padding: 3.5em 0 2em;
}
.app-ttl-icon{
  width: 200px;
}
.taxi-box-m .app-dl li span,.taxi-box .app-dl li span{
  font-size: 8px;
}
.taxi-box .app-dl{
  padding: 10px;
}
.taxi-box-m .txt p{
  padding: 6px 0 10px;
  line-height: 1.6;
  font-size: 14px;
}
#furusato li{
  width: 48%;
  margin: 14px 0 24px;
}
#furusato li a{
  padding: 10px;
  font-size: 13px;
}
#furusato li span{
  display: none;
}
.service-link a{
  font-size: 12px;
}
.box2{
  margin-bottom: 0;
}
.taxi-box-m{
  margin-top: 1em;
}
#furusato .flex{
  padding: 0;
}
.payment-box h3{
  font-size: 1.1em;
}
}