#boomerang_desk {
  text-align: center;
}
#boomerang_desk .fig_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
}
#boomerang_desk .fig_box > figure {
  width: 58%;
}
#boomerang_desk .fig_box > figure img {
  width: 100%;
  height: auto;
}
#boomerang_desk .fig_box div {
  width: 47%;
  margin-left: -5%;
}
#boomerang_desk .fig_box div figure {
  text-align: right;
}
#boomerang_desk .fig_box div figure img {
  width: 100%;
  max-width: 332px;
  height: auto;
}
#boomerang_desk .fig_box div ul li {
  margin: 3px 0;
  padding: 8px;
  text-align: center;
  line-height: 1.1;
  border-radius: 10px;
  color: #fff;
  background: #009e52;
}
#boomerang_desk .fig_box div ul li br {
  display: none;
}
@media print, screen and (min-width: 576px) {
  #boomerang_desk .fig_box div ul {
    display: flex;
    justify-content: space-between;
  }
  #boomerang_desk .fig_box div ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 0px;
    text-align: center;
    line-height: 1.1;
    border-radius: 100%;
    color: #fff;
    background: #009e52;
  }
  #boomerang_desk .fig_box div ul li br {
    display: inline;
  }
}
@media print, screen and (min-width: 768px) {
  #boomerang_desk .fig_box div ul li {
    font-size: 26px;
  }
}

#boomerang_desk .change {
  margin-top: 40px;
  list-style: none;
}
#boomerang_desk .change li:not(:last-child) {
  margin-bottom: 30px;
}
#boomerang_desk .change li figure {
  margin-bottom: 10px;
  text-align: center;
}
#boomerang_desk .change li figure img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#boomerang_desk .change li h4 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #009e52;
}
#boomerang_desk .change li p {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #boomerang_desk .change {
    display: flex;
    justify-content: space-between;
  }
  #boomerang_desk .change li {
    width: 32%;
  }
  #boomerang_desk .change li:not(:last-child) {
    margin-bottom: 0;
  }
  #boomerang_desk .change li figure {
    margin-bottom: 15px;
  }
  #boomerang_desk .change li figure img {
    width: 100%;
    max-width: 360px;
    height: auto;
  }
  #boomerang_desk .change li h4 {
    font-size: 24px;
  }
}


#content_right h3.boomerang_contact_ti{
    margin-top: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#compare_prod .table_scroll{
 overflow-x: scroll;
 margin-top: 15px;
 min-width: 1050px;
}

#compare_prod table{
 width: 100%;
 font-size: 16px;
 border-collapse: collapse;
}
#compare_prod table tr th, #compare_prod table tr td{
 padding: 10px;
 border: 1px solid #009e52;
}
#compare_prod table tr th{
 text-align: center;
 width: 20%;
 color: #009e52;
 background: #eef5f2;
}

#compare_prod table tr th a{
 color: #f90;
}

#compare_prod table tr th a:hover{
 
}

#compare_prod table tr td{
 text-align: center;
}
#compare_prod table tr td.td_top{
 text-align: left;
 vertical-align: top;
}
#compare_prod table tr td img{
 width: 100%;
 height: auto;
}
.l_desk_attention{
 margin-top: 20px;
}
.l_desk_attention li{
 font-size: 16px !important;
 font-weight: normal !important;
 padding-left: 0 !important;
}


@media print, screen and (min-width:768px){

 
}