@charset "UTF-8";

#annotation .mv{
  background-image: url(../img/annotation_img01.jpg);
}

#annotation .contact_box{
  margin-left: auto;
  margin-right: auto;
}
#annotation .contact_box .btn{
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 1.5em 0 1.4em;
  font-weight: bold;
}
#annotation .contact_box .btn:hover{
  border-color: #0000FF;
  color: #0000FF;
  background-color: #fff;
}

#annotation02{
	background-color: transparent;
}

#annotation02 .h02 {
	margin-bottom: 5%;
}

@media screen and (min-width: 813px) {
  
  #annotation .content02 .tooltip {
    margin-top: 167px;
    padding: 20px 20px;
  }
  #annotation .content02 .col:nth-of-type(3) .tooltip{
    padding: 20px 10px;
  }
  #annotation .content05 .tooltip {
    padding: 45px 5px;
  }
  #annotation .content08 .tooltip {
    padding: 20px 5px;
    min-height: 147px;
  }
  #annotation .content11 .tooltip {
    padding: 28px 5px;
  }
  
  #annotation .box_gray .tit {
    margin: 3px 0 29px;
  }

  #annotation .contact_box{
    width: 1230px;
    padding: 6% 8% 6.5%;
  }
  #annotation .content09 .contact_box{
    padding: 4.7% 8%;
  }
  #annotation .contact_box .h02 .en {
    margin-top: 28px;
  }
  #annotation .content10.box_gray{
    height: 800px;
  }
}

@media screen and (min-width: 813px) and (max-width: 1300px) {
  #annotation .contact_box{
    width: 95%;
  }
}




@media screen and (max-width: 812px) {

  #annotation .contact_box{
    padding: 14% 8% 16%;
  }
}


#annotation #manual .countries {
  width: 89.705882352941176%;
}

#annotation #manual .countries {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 813px){
  #annotation #manual .countries .country {
    width: 25%;
    margin-bottom: 40px;
}
}

#annotation .voices{
  display: flex;
 justify-content: space-between;
  flex-wrap: wrap;
}

#annotation .voice_box{
  padding: 4%;
}

#annotation .voice{
  width: 48.780487804878049%;
  text-align: center;
}

#annotation audio{
  max-width: 100%;
}


@media screen and (max-width: 812px){
  #annotation .voice{
    width: 100%;
  }
}

.ai_box{
  border: 1px solid #fff;
  padding: 51px;
}
@media screen and (max-width: 812px){
  .ai_box {
    margin-top: 10vw;
    padding: 5.333333333333334vw;
}
  #annotation #manual .countries .country {
  width: 100%;
  margin-bottom: 2vw;
}
}

#annotation .arrow {
  margin: 50px auto 40px auto;
  width: 0;
  height: 0;
  border-style: solid;
  /* border-width: 52px 39px 0 39px; */
  border-width: 3vw 4vw 0 4vw;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 812px){
  #annotation .arrow {
    border-width: 8vw 10vw 0 10vw;
  }
}