@charset "utf-8";
.box01 .img01{
  margin-bottom: 22px;
}
.box01{
  padding: 43px 35px 45px 35px;
  border:2px solid #000000;
  background-color: #FFFFFF;
  position: relative;
  margin: 5px 5px 40px 5px;
}
.box01 .text{
  padding-right: 10px;
}
.box01.last{
 padding: 43px 35px 41px 35px;
}
.box01.one{
  margin-right: 45px;
}
.box01.two{
  margin-left: 45px;
}
.box01::before{
  content: '';
  width: 35px;
  height: 37px;
  top:-7px;
  left:-7px;
  position: absolute;
  background:url(../img/bg_gui01.jpg)top left no-repeat;
}
.box01::after{
  content: '';
  width: 35px;
  height: 35px;
  bottom:-6px;
  right:-7px;
  position: absolute;
  background:url(../img/bg_gui02.jpg)bottom right no-repeat;
}
.aside {
  margin-bottom: 30px;
  overflow: hidden;
  /zoom: 1;
}
.aside dl {
  float: left;
  width: 201px;
  margin: 0 28px 0px 0;
}
.aside dl.none {
  margin-right: 0;
}

.aside dl dd{
  font-size: 0.85em;
}
.aside dl dt{
  padding: 10px 0 0;
  color: #47BFDE;
  font-weight: bold;

  text-align: center;
}
.aside dl dd a{
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}
.aside dl dd a:hover{
  text-decoration: none;
}
.img02{
  text-align: center;
  margin-bottom: 20px;
}

.img03{
  text-align: center;
  margin-bottom: 40px;
}
.aside dl.first{
  margin-left: 115px;
}
.aside dl dd p+p{
  padding-top: 23px;
}
@media screen and (max-width: 680px){
  .box01.one,
  .box01.two{
    margin-right: 0;
    margin-left: 0;
  }
  .box01,
  .box01.last{
    padding: 30px 5%;
  }
  .box01 .text{
    padding-right: 0;
  }
  .aside dl,.aside dl.none,.aside dl.first{
    float: none;
    margin:0 auto 30px;
  }

}