@charset "UTF-8";
.support_dial .free{
  display: flex;
  justify-content: center;
  display: flex;
  border: 1px solid #ffe35a;
  background-color: #fcffd4;
  border-radius: 100vw;
  padding:2em 0;
}
.support_dial .free .dial{
  margin-bottom:0;
  padding-left:20px;
  font-weight: bold;
  color: #00A73C;
}
.support_dial .free .icon{
  max-width: 88px;
}
.support_dial .free .text1{
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom:7px;
}
.support_dial .free .text2{
  display: block;
  font-size: 55px;
  line-height: 1;
}
.support_dial .phone{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.support_dial .phone .block{
  padding: 0 1em;
  margin-top:20px;
  font-weight: bold !important;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.support_dial .phone .number{
  font-size: 170%;
  line-height: 1;
  display: inline-block;
  margin-left:4px;
}


@media(max-width:740px){
  .support_dial .free .icon{max-width:12vw;}
  .support_dial .free .dial{padding-left:14px;}
  .support_dial .free .text2{font-size:8vw;}
}
/* 740 */
@media(max-width:580px){
  .support_dial .free{border-radius: 20px; padding:1.5em 0 1.3em;}
  .support_dial .free .icon{padding-top:2vw;}
  .support_dial .free .text2{font-size: 9vw;}
}
/* 580 */