/*common*/

.mAuto {
    margin: auto;
}
#header {
    z-index: 9999 !important;
    background: #fff;
}
.h-wrapper {
    z-index: 9998 !important;
}

/*common_pc*/
@media only screen and (min-width: 897px) {
  .flexPcrr {
    flex-direction: row-reverse;
  }
  .wPC100 {
    width: 100% !important;
  }
  .wPC95 {
    width: 95% !important;
  }
  .wPC90 {
    width: 90% !important;
  }
  .wPC85 {
    width: 85% !important;
  }
  .wPC80 {
    width: 80% !important;
  }
  .wPC75 {
    width: 75% !important;
  }
  .wPC70 {
    width: 70% !important;
  }
  .wPC65 {
    width: 65% !important;
  }
  .wPC60 {
    width: 60% !important;
  }
  .wPC55 {
    width: 55% !important;
  }
  .wPC50 {
    width: 50% !important;
  }
  .wPC47 {
    width: 47% !important;
  }
  .wPC45 {
    width: 45% !important;
  }
  .wPC40 {
    width: 40% !important;
  }
  .wPC35 {
    width: 35% !important;
  }
  .wPC30 {
    width: 30% !important;
  }
  .wPC25 {
    width: 25% !important;
  }
  .wPC20 {
    width: 20% !important;
  }
  .wPC15 {
    width: 15% !important;
  }
  .wPC10 {
    width: 10% !important;
  }
}


/*common_sp*/
@media only screen and (max-width: 896px) {
  .wSP100 {
    width: 100% !important;
  }
  .wSP90 {
    width: 90% !important;
  }
  .wSP80 {
    width: 80% !important;
  }
  .wSP70 {
    width: 70% !important;
  }
  .wSP60 {
    width: 60% !important;
  }
  .wSP50 {
    width: 50% !important;
  }
  .wSP40 {
    width: 40% !important;
  }
  .wSP30 {
    width: 30% !important;
  }
  .wSP20 {
    width: 20% !important;
  }
  .wSP10 {
    width: 10% !important;
  }
}



.m-txt_traffic {
	padding: 3px 15px 5px;
	color: #fff;
	background: rgba(14,46,175,.8);
	border-radius: 20px;
}


.traffic_feature_list {
  background: linear-gradient(25deg, rgb(154, 197, 229), rgb(124, 157, 183));
  background: -webkit-linear-gradient(25deg, rgb(154, 197, 229), rgb(124, 157, 183));
  border-radius: 20px;
  padding: 10px;
}
.traffic_feature_list ol {
  list-style: none;
  counter-reset: mycounter;
  padding: 0;
}
.traffic_feature_list ol li {
  display: block;
  position: relative;
  margin : 5px 5px 10px 5px;
  padding: 10px 10px 10px 45px;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.traffic_feature_list ol li:last-child {
  margin : 5px 5px 5px 5px;
}
.traffic_feature_list ol li:before {
  content: counter(mycounter);
  counter-increment: mycounter;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 28px;
  height: 30px;
  line-height: 29px;
	padding-left: 2px;
  border-radius: 50%;
  color: #fff;
  background: #88abc5;
  text-align: center;
  font-weight:bold;
  font-size: 20px;
}




@media screen and (min-width: 897px) {
	.mv-txtBox_traffic {
		padding: 25px 2.3% 30px 3.5% !important;
	}
}




.qa_list {
    margin: 10px 0;
    padding: 0 0 10px 0;
    position: relative;
    border-bottom: 1px dotted #ccc;
}
.qa_list:first-child {
  margin-top: 0;
}
.qa_list dt {
    margin: 0;
    padding: 20px 15px 15px 72px;
    position: relative;
}
.qa_list dt::before {
    font-weight: bold;
    position: absolute;
    display: block;
    content: 'Q';
    color: #fff;
    background: #b91440;
    border-radius: 50%;
}
.qa_list dd::before {
    font-weight: bold;
    position: absolute;
    display: block;
    content: 'A';
    color: #333;
    background: #ddd;
    border-radius: 50%;
}
.qa_list dd {
    margin: 0;
    padding: 15px 20px 20px 72px;
    position: relative;
}
.qa_list dd p {
    margin: 30px 0 0;
}
.qa_list dd p:first-child{
    margin-top: 0;
}

@media only screen and (min-width: 897px) {
    .qa_list dt::before {
        padding-left: 11px;
        width: 29px;
        height: 40px;
        font-size: 22px;
        line-height: 1.6;
        top: 15px;
        left: 20px;
    }
    .qa_list dd::before {
        padding-left: 13px;
        width: 27px;
        height: 40px;
        font-size: 22px;
        line-height: 1.7;
        left: 20px;
    }
    .qa_list dd p {
        padding-top: 3px;
    }
}

@media screen and (max-width: 896px) {
     .qa_list {
        margin: 10px 0 0;
    }
    .qa_list:after {
        width: 7px;
        height: 7px;
        top: 20px;
        right: 20px;
    }
    .qa_list dt {
        padding: 14px 32px 15px 52px;
        font-size: 14px;
    }
    .qa_list dd {
        margin: 0;
        padding: 16px 16px 16px 52px;
        font-size: 14px;
    }
    .qa_list dd p {
        margin: 30px 0 0;
    }
    .qa_list dd p:first-child{
        margin-top: 0;
    }
    .qa_list dt::before {
        padding-left: 9px;
        width: 21px;
        height: 30px;
        font-size: 14px;
        line-height: 1.9;
        top: 12px;
        left: 15px;
    }
    .qa_list dd::before {
        padding-left: 11px;
        width: 19px;
        height: 30px;
        font-size: 14px;
        line-height: 1.9;
        left: 15px;
    }
}