@charset "utf-8";
.waku1{
  height : 100px;
  top : 0px;
  left : 0px;
  border-width : 2px;
  color : #363636;
  background-color : white;
  padding-top : 12px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  border-style : solid;
  border-color : black;
  font-size : 42px;
  text-align : center;
}
.td_waku{
  width : 47.5%;
  top : 0px;
  left : 0px;
  border-width : 2px;
  color : #363636;
  background-color : white;
  padding-top : 20px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 20px;
  border-style : solid;
  border-color : black;
  font-size : 24px;
}
.fukidashi1{
  width : 286px;
  height : 181px;
  top : 0px;
  left : 0px;
  color : #363636;
  padding-top : 50px;
  padding-left : 70px;
  padding-right : 30px;
  padding-bottom : 30px;
  margin-left : 7%;
  font-size : 30px;
  background-image : url(../img_common/fukidashi1.png);
  background-repeat : no-repeat;
}
.rotate1{
  transform: rotate(-5deg);
}