@charset "utf-8";
/* CSS Document */
.page-title{
  background-image: url("../img/menu/menu_titlebg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  margin-bottom: 50px;
}
.page-title h2{
  font-size: 2.4rem;
  color: #fff;
  line-height: 100px;
  vertical-align: middle;
}
@media (min-width: 960px){
  .page-title{
    height: 230px;
    margin-bottom: 100px;
  }
  .page-title h2{
    font-size: 3.2rem;
    line-height: 230px;
  }
}
#ems{
  width: 92%;
  margin: 0 auto;
  margin-bottom: 80px;
}
#ems .img-area{
  width: 100%;
  /*margin-bottom: 25px;*/
  margin-bottom: 5px;
}
#ems .img-area img{
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: 15% 0;
  border-radius: 50px;
}
#ems h3{
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-align: left;
}
#ems h3::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #BA9A73;
  border-radius: 100px;
  margin-right: 10px;
}
#ems h3::after{
  content: "";
  display: inline-block;
  background: url("../img/top/ems.png") no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  margin-left: 17px;
  transform: translate(0,14px);
}
#ems .under-line{
  width: 100%;
  height: 3px;
  background-color: #BA9A73;
  /*margin-bottom: 10px;*/
  margin-bottom: 3px;
}
#ems .description p{
  text-align: left;
  line-height: 2.0;
  margin-bottom: 20px;
}
#ems .description p span{
  color: #F23B42;
  font-weight: 600;
}
#ems .description .price-section{
  display: flex;
  margin-bottom: 3px;
}
#ems .description .price-section .tag{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 56px;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  height: 56px;
  /*background-color: #DEB88A;*/
  background-color: #BA9A73;
  border-radius: 10px 0 0 10px;
}
#ems .description .price-section .price{
  text-align: right;
  padding-right: 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 56px;
  display: inline-block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #BA9A73;
  border-radius: 0 10px 10px 0;
}
#ems .description .attention{
  text-align: right;
  font-size: 1.4rem;
  font-weight: 600;
  color: #F23B42;
  margin-bottom: 40px;
}
#ems .description .reccomend{
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  padding-left: 20px;
  line-height: 50px;
  vertical-align: middle;
  /*background-color: #60B5EE;*/
  background-color: #4EAFF1;
  border-radius: 10px;
  position: relative;
  margin-bottom: 17px;
}
#ems .description .reccomend::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 15px;
  bottom: -10px;
  border-top: 20px solid #4EAFF1;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#ems .description ul{
  width: 100%;
  /*height: 370px;*/
  background-color: #fff;
  border: 1px solid #60B5EE;
  border-radius: 10px;
  padding: 15px 20px 10px;
  text-align: left;
}
#ems .description ul li{
  font-size: 1.5rem;
  position: relative;
  padding-left: 19px;
  /*margin-bottom: 7.5px;*/
}
#ems .description ul li::before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url("../img/menu/check.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (min-width: 768px){
  #ems{
    width: 92%;
    margin: 0 auto 115px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  #ems .img-area{
    width: 300px;
  }
  #ems .img-area img{
    width: 300px;
    height: 300px;
  }
  #ems .description{
    margin-top: -10px;
  }
}
@media (min-width: 960px){
  #ems .img-area{
    width: 350px;
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
  }
  #ems .img-area img{
    width: 350px;
    min-height: 350px;
    object-fit: cover;
    border-radius: 50px;
  }  
  #ems h3{
    /*font-size: 2.8rem;*/
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 5px;
  }
  #ems h3::before{
    content: '';
    /*width: 20px;
    height: 20px;*/
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #BA9A73;
    border-radius: 100px;
    margin-right: 10px;
  }
  #ems h3::after{
    content: "";
    display: inline-block;
    background: url("../img/top/ems.png") no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
    margin-left: 17px;
    transform: translate(0,15px);
  }
  #ems .description .price-section{
    display: flex;
    margin-bottom: 3px;
  }
  #ems .description .price-section .tag{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 56px;
    vertical-align: middle;
    display: inline-block;
    width: 200px;  
    height: 56px;
    /*background-color: #DEB88A;*/
    background-color: #BA9A73;
    border-radius: 10px 0 0 10px;
  }
  #ems .description .price-section .price{
    /*font-size: 2.0rem;*/
    font-size: 1.8rem;
    text-align: right;
    padding-right: 20px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 56px;
    display: inline-block;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border: 1px solid #BA9A73;
    border-radius: 0 10px 10px 0;
  }
  #ems .description .attention{
    text-align: right;
    font-size: 1.4rem;
    font-weight: 600;
    color: #F23B42;
    margin-bottom: 40px;
  }
  #ems .description .reccomend{
    width: 100%;
    height: 50px;
    color: #fff;
    /*font-size: 2.0rem;*/
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    line-height: 50px;
    vertical-align: middle;
    /*background-color: #60B5EE;*/
    background-color: #4EAFF1;
    border-radius: 10px;
    position: relative;
    margin-bottom: 17px;
  }
  #ems .description .reccomend::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 15px;
    bottom: -10px;
    border-top: 20px solid #4EAFF1;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  #ems .description ul{
    width: 100%;
    /*height: 370px;*/
    background-color: #fff;
    border: 1px solid #60B5EE;
    border-radius: 10px;
    padding: 15px 20px 20px;
    text-align: left;
  }
  #ems .description ul li{
    font-size: 1.6rem;
    position: relative;
    padding-left: 19px;
    /*margin-bottom: 7.5px;*/
    margin-bottom: 1px;
  }
  #ems .description ul li::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url("../img/menu/check.png") no-repeat;
    background-size: contain;
    margin-right: 5px;
    position: absolute;
    top: 7px;
    left: 0;
  }
}
@media (min-width: 1200px){
  #ems{
    column-gap: 40px;
    width: 1000px;
    margin: 0 auto 115px;
  }
}
#high-voltage{
  width: 92%;
  margin: 0 auto;
  margin-bottom: 80px;
}
#high-voltage .img-area{
  width: 100%;
  /*margin-bottom: 25px;*/
  margin-bottom: 5px;
}
#high-voltage .img-area img{
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  border-radius: 50px;
}
#high-voltage h3{
  font-size: 2.2rem;
  /*letter-spacing: 0.05em;*/
  margin-bottom: 5px;
  text-align: left;
}
#high-voltage h3::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #BA9A73;
  border-radius: 100px;
  margin-right: 10px;
}
#high-voltage h3::after{
  content: "";
  display: inline-block;
  background: url("../img/top/hibolt.png") no-repeat;
  background-size: contain;
  width: 38px;
  height: 43px;
  margin-left: 17px;
  transform: translate(0,10px);
}
#high-voltage .under-line{
  width: 100%;
  height: 3px;
  background-color: #BA9A73;
  /*margin-bottom: 10px;*/
  margin-bottom: 3px;
}
#high-voltage .description p{
  text-align: left;
  line-height: 2.0;
  margin-bottom: 20px;
}
#high-voltage .description .price-section{
  display: flex;
  margin-bottom: 3px;
}
#high-voltage .description .price-section .tag{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 56px;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  height: 56px;
  /*background-color: #DEB88A;*/
  background-color: #BA9A73;
  border-radius: 10px 0 0 10px;
}
#high-voltage .description .price-section .price{
  text-align: right;
  /*padding-right: 20px;*/
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 56px;
  display: inline-block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #BA9A73;
  border-radius: 0 10px 10px 0;
}
#high-voltage .description .price-section .price span{
  font-size: 1.4rem;
}
#high-voltage .description .attention{
  text-align: left;
  font-size: 1.4rem;
  /*font-weight: 600;*/
  color: #F23B42;
  margin-bottom: 40px;
}
#high-voltage .description .reccomend{
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  padding-left: 20px;
  line-height: 50px;
  vertical-align: middle;
  /*background-color: #60B5EE;*/
  background-color: #4EAFF1;
  border-radius: 10px;
  position: relative;
  margin-bottom: 17px;
}
#high-voltage .description .reccomend::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 15px;
  bottom: -10px;
  border-top: 20px solid #4EAFF1;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#high-voltage .description ul{
  width: 100%;
  /*height: 370px;*/
  background-color: #fff;
  border: 1px solid #60B5EE;
  border-radius: 10px;
  padding: 15px 20px 10px;
  text-align: left;
}
#high-voltage .description ul li{
  font-size: 1.5rem;
  position: relative;
  padding-left: 19px;
  /*margin-bottom: 7.5px;*/
}
#high-voltage .description ul li::before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url("../img/menu/check.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (min-width: 768px){
  #high-voltage{
    width: 92%;
    margin: 0 auto 115px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  #high-voltage .img-area{
    width: 300px;
  }
  #high-voltage .img-area img{
    width: 300px;
    height: 300px;
  }
  #high-voltage .description{
    margin-top: -20px;
  }
}
@media (min-width: 960px){
  #high-voltage .img-area{
    width: 350px;
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
  }
  #high-voltage .img-area img{
    width: 350px;
    min-height: 350px;
    object-fit: cover;
    border-radius: 50px;
  }  
  #high-voltage h3{
    /*font-size: 2.8rem;*/
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 5px;
  }
  #high-voltage h3::before{
    content: '';
    /*width: 20px;
    height: 20px;*/
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #BA9A73;
    border-radius: 100px;
    margin-right: 10px;
  }
  #high-voltage h3::after{
    content: "";
    display: inline-block;
    background: url("../img/top/hibolt.png") no-repeat;
    background-size: contain;
    width: 62px;
    height: 62px;
    margin-left: 17px;
    transform: translate(0,10px);
  }
  #high-voltage .description .price-section{
    display: flex;
    margin-bottom: 3px;
  }
  #high-voltage .description .price-section .tag{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 56px;
    vertical-align: middle;
    display: inline-block;
    width: 200px;  
    height: 56px;
    /*background-color: #DEB88A;*/
    background-color: #BA9A73;
    border-radius: 10px 0 0 10px;
  }
  #high-voltage .description .price-section .price{
    /*font-size: 2.0rem;*/
    font-size: 1.8rem;
    text-align: right;
    padding-right: 20px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 56px;
    display: inline-block;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border: 1px solid #BA9A73;
    border-radius: 0 10px 10px 0;
  }
  #high-voltage .description .attention{
    text-align: right;
    font-size: 1.4rem;
    color: #F23B42;
    margin-bottom: 40px;
  }
  #high-voltage .description .reccomend{
    width: 100%;
    height: 50px;
    color: #fff;
    /*font-size: 2.0rem;*/
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    line-height: 50px;
    vertical-align: middle;
    /*background-color: #60B5EE;*/
    background-color: #4EAFF1;
    border-radius: 10px;
    position: relative;
    margin-bottom: 17px;
  }
  #high-voltage .description .reccomend::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 15px;
    bottom: -10px;
    border-top: 20px solid #4EAFF1;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  #high-voltage .description ul{
    width: 100%;
    /*height: 370px;*/
    background-color: #fff;
    border: 1px solid #60B5EE;
    border-radius: 10px;
    padding: 15px 20px 20px;
    text-align: left;
  }
  #high-voltage .description ul li{
    font-size: 1.6rem;
    position: relative;
    padding-left: 19px;
    /*margin-bottom: 7.5px;*/
  }
  #high-voltage .description ul li::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url("../img/menu/check.png") no-repeat;
    background-size: contain;
    margin-right: 5px;
    position: absolute;
    top: 7px;
    left: 0;
  }
}
@media (min-width: 1200px){
  #high-voltage{
    column-gap: 40px;
    width: 1000px;
    margin: 0 auto 115px;
  }
}

#bone{
  width: 92%;
  margin: 0 auto;
  margin-bottom: 80px;
}
#bone .img-area{
  width: 100%;
  /*margin-bottom: 25px;*/
  margin-bottom: 5px;
}
#bone .img-area img{
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  border-radius: 50px;
}
#bone h3{
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-align: left;
}
#bone h3::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #BA9A73;
  border-radius: 100px;
  margin-right: 10px;
}
#bone h3::after{
  content: "";
  display: inline-block;
  background: url("../img/top/bone.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  margin-left: 17px;
  transform: translate(0,8px);
}
#bone .under-line{
  width: 100%;
  height: 3px;
  background-color: #BA9A73;
  /*margin-bottom: 10px;*/
  margin-bottom: 3px;
}
#bone .description p{
  text-align: left;
  line-height: 2.0;
  margin-bottom: 20px;
}
#bone .description .price-section{
  display: flex;
  margin-bottom: 3px;
}
#bone .description .price-section .tag{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 56px;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  height: 56px;
  /*background-color: #DEB88A;*/
  background-color: #BA9A73;
  border-radius: 10px 0 0 10px;
}
#bone .description .price-section .price{
  text-align: right;
  /*padding-right: 20px;*/
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 56px;
  display: inline-block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #BA9A73;
  border-radius: 0 10px 10px 0;
}
#bone .description .price-section .price span{
  font-size: 1.4rem;
}
#bone .description .attention{
  text-align: left;
  font-size: 1.4rem;
  /*font-weight: 600;*/
  color: #F23B42;
  margin-bottom: 40px;
}
#bone .description .attention2{
  width: 100%;
  /*height: 370px;*/
  background-color: #F6E9D9;
  border-radius: 10px;
  padding: 17px 15px;
  text-align: left;
  font-size: 1.4rem;
}
#bone .description .attention2 span{
  color: #F23B42;
}
@media (min-width: 768px){
  #bone{
    width: 92%;
    margin: 0 auto 115px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  #bone .img-area{
    width: 300px;
  }
  #bone .img-area img{
    width: 300px;
    height: 300px;
  }
  #bone .description{
    margin-top: -20px;
  }
}
@media (min-width: 960px){
  #bone .img-area{
    width: 350px;
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
  }
  #bone .img-area img{
    width: 350px;
    min-height: 350px;
    object-fit: cover;
    border-radius: 50px;
  }  
  #bone h3{
    /*font-size: 2.8rem;*/
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 5px;
  }
  #bone h3::before{
    content: '';
    /*width: 20px;
    height: 20px;*/
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #BA9A73;
    border-radius: 100px;
    margin-right: 10px;
  }
  #bone h3::after{
    content: "";
    display: inline-block;
    background: url("../img/top/bone.png") no-repeat;
    background-size: contain;
    width: 62px;
    height: 62px;
    /*width: 79px;
    height: 79px;*/
    margin-left: 17px;
    transform: translate(0,10px);
  }
  #bone .description .price-section{
    display: flex;
    margin-bottom: 3px;
  }
  #bone .description .price-section .tag{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 56px;
    vertical-align: middle;
    display: inline-block;
    width: 200px;  
    height: 56px;
    /*background-color: #DEB88A;*/
    background-color: #BA9A73;
    border-radius: 10px 0 0 10px;
  }
  #bone .description .price-section .price{
    /*font-size: 2.0rem;*/
    font-size: 1.8rem;
    text-align: right;
    padding-right: 20px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 56px;
    display: inline-block;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border: 1px solid #BA9A73;
    border-radius: 0 10px 10px 0;
  }
  #bone .description .attention{
    text-align: right;
    font-size: 1.4rem;
    color: #F23B42;
    margin-bottom: 40px;
  }
  #bone .description .attention2{
    width: 100%;
    /*height: 370px;*/
    background-color: #F6E9D9;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: left;
    font-size: 1.4rem;
  }
  #bone .description .attention2 span{
    color: #F23B42;
  }
}
@media (min-width: 1200px){
  #bone{
    column-gap: 40px;
    width: 1000px;
    margin: 0 auto 115px;
  }
}
#traffic{
  width: 92%;
  margin: 0 auto;
  margin-bottom: 110px;
}
#traffic .img-area{
  width: 100%;
  /*margin-bottom: 25px;*/
}
#traffic .img-area img{
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  border-radius: 50px;
}
#traffic h3{
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-align: left;
}
#traffic h3::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #BA9A73;
  border-radius: 100px;
  margin-right: 10px;
}
#traffic h3::after{
  content: "";
  display: inline-block;
  background: url("../img/top/traffic.png") no-repeat;
  background-size: contain;
  width: 82px;
  height: 56px;
  margin-left: 17px;
  transform: translate(0,10px);
}
#traffic .under-line{
  width: 100%;
  height: 3px;
  background-color: #BA9A73;
  /*margin-bottom: 10px;*/
  margin-bottom: 3px;
}
#traffic .description p{
  text-align: left;
  line-height: 2.0;
  margin-bottom: 20px;
}
#traffic .description .price-section{
  display: flex;
  margin-bottom: 3px;
}
#traffic .description .price-section .tag{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 56px;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  height: 56px;
  /*background-color: #DEB88A;*/
  background-color: #BA9A73;
  border-radius: 10px 0 0 10px;
}
#traffic .description .price-section .price{
  text-align: right;
  padding-right: 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 56px;
  display: inline-block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #BA9A73;
  border-radius: 0 10px 10px 0;
}
#traffic .description .attention{
  text-align: left;
  font-size: 1.4rem;
  /*font-weight: 600;*/
  color: #F23B42;
  margin-bottom: 20px;
}
#traffic .description .text01{
  margin-bottom: 10px;
}
#traffic .description ul{
  width: 100%;
  /*height: 370px;*/
  background-color: #fff;
  border: 1px solid #60B5EE;
  border-radius: 10px;
  padding: 15px 20px 10px;
  text-align: left;
  margin-bottom: 20px;
}
#traffic .description ul li{
  position: relative;
  padding-left: 19px;
  /*margin-bottom: 7.5px;*/
}
#traffic .description ul li::before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url("../img/menu/check.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (min-width: 768px){
  #traffic{
    width: 92%;
    margin: 0 auto 115px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  #traffic .img-area{
    width: 300px;
  }
  #traffic .img-area img{
    width: 300px;
    height: 300px;
  }
  #traffic .description{
    margin-top: -30px;
  }
}
@media (min-width: 960px){
  #traffic .img-area{
    width: 350px;
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
  }
  #traffic .img-area img{
    width: 350px;
    min-height: 350px;
    object-fit: cover;
    border-radius: 50px;
  }  
  #traffic h3{
    /*font-size: 2.8rem;*/
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 5px;
  }
  #traffic h3::before{
    content: '';
    /*width: 20px;
    height: 20px;*/
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #BA9A73;
    border-radius: 100px;
    margin-right: 10px;
  }
  #traffic h3::after{
    content: "";
    display: inline-block;
    background: url("../img/top/traffic.png") no-repeat;
    background-size: contain;
    width: 108px;
    height: 73px;
    margin-left: 17px;
    transform: translate(0,10px);
  }
  #traffic .description .price-section{
    display: flex;
    margin-bottom: 3px;
  }
  #traffic .description .price-section .tag{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 56px;
    vertical-align: middle;
    display: inline-block;
    width: 200px;  
    height: 56px;
    /*background-color: #DEB88A;*/
    background-color: #BA9A73;
    border-radius: 10px 0 0 10px;
  }
  #traffic .description .price-section .price{
    /*font-size: 2.0rem;*/
    font-size: 1.8rem;
    text-align: right;
    padding-right: 20px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 56px;
    display: inline-block;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border: 1px solid #BA9A73;
    border-radius: 0 10px 10px 0;
  }
  #traffic .description .attention{
    text-align: right;
    font-size: 1.4rem;
    color: #F23B42;
    margin-bottom: 40px;
  }
  #traffic .description .text01{
    margin-bottom: 10px;
  }
  #traffic .description ul{
    width: 100%;
    /*height: 370px;*/
    background-color: #fff;
    border: 1px solid #60B5EE;
    border-radius: 10px;
    padding: 15px 20px 10px;
    text-align: left;
    margin-bottom: 20px;
  }
  #traffic .description ul li{
    position: relative;
    padding-left: 19px;
    /*margin-bottom: 7.5px;*/
  }
  #traffic .description ul li::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url("../img/menu/check.png") no-repeat;
    background-size: contain;
    margin-right: 5px;
    position: absolute;
    top: 6px;
    left: 0;
  }

}
@media (min-width: 1200px){
  #traffic{
    column-gap: 40px;
    width: 1000px;
    margin: 0 auto 140px;
  }
}









