@charset "UTF-8";
.page81_icon{
  width:35%;
  border: solid white 5px;
  border-radius: 50%;
  margin: 2% 0;
}
.method{
  width: 43%;
  display: inline-block;
  vertical-align: top;
}
.method_title{
  font-size: 1.2em;
  font-weight: bold;
}
.page81_test{
  left: 25%;
  width:45%;
  padding:0.2% 1% 0.2% 0;
  margin: 4% 0 0 0;
}
/*スマホ対応（画面サイズが559px以下の場合ここの記述が適用される）*/
@media screen and (max-width:559px) {
  .method{
    display: block;
    width: 90%;
    margin: 40px 0;
  }
  .page81_test{
    left: 0;
    width: 95%;
    height: auto;
  }
  .page81_space{
    margin-bottom: 10px!important;
  }
  .page81_space_p{
    margin-top: 20px!important;
  }
  .method_title{
    margin-bottom: 60px;
  }
  .last{
    width: 90%!important;
  }
  .shorten{
    width: auto;
    display: block!important;
  }
}
