@charset "shift_jis";
.sec {
  text-align: center;
}
.top_bn {
  margin-bottom: 30px;
}
.md_bn {
  margin-bottom: 20px;
}
.btm_bn {
  border: 1px solid #dddddd;
  width: 650px;
  height: 77px;
  padding-top: 7px;
  margin: auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
}
.btm_bn:hover {
  border: 1px solid #006CD8;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btm_bn02 {
  border: 1px solid #dddddd;
  width: 650px;
  height: 70px;
  margin: auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
}
.btm_bn02:hover {
  border: 1px solid #006CD8;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btm_bn03 {
  border: 1px solid #D9A300;
  width: 650px;
  height: 160px;
  margin: auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 30px;
}
.btm_bn04 {
  border: 1px solid #D9A300;
  width: 600px;
  height: 50px;
  padding: 10px 0 0;
  margin: auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 30px;
  transition: 0.5s;
  font-size: 18px;	
}
.btm_bn04_1 {
  border: 1px solid #D9A300;
  width: 650px;
  height: 140px;
  padding: 10px 0 3px 0;
  margin: auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 30px;
  transition: 0.5s;
}
.btm_bn04:hover {
  border: 1px solid #D83500;
}
.btm_bn04_1:hover {
  border: 1px solid #D83500;
}
.go_sign:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin-right: 20px;
  font-size: 40px;
  color: #006CD8;
}
.go_sign2:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin-right: 20px;
  font-size: 40px;
  color: #D83500;
  margin-top: -55px;
}
.bg {
  position: relative;
  overflow: hidden;
  margin: 3% -3%;
  padding: 100px 0;
  z-index: 999;
}
.bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120%;
  height: 55%;
  margin: 0;
  background: #F1F9FD;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
.body_bg {
  background-color: #EEEEEE;
  z-index: -999;
}
.white_bg {
  background-color: #fff;
}
.att_sub {
  font-family: "Hiragino Mincho Pro", "serif";
  width: 500px;
  text-align: left;
  margin: 5px auto;
}