@charset "utf-8";

#smbcLine {
  background-color: #1a4832;
  border-bottom: 5px solid #b6ca3f;
}
#smbcLine .smbcGroupWrap .logoSmbc {
  position: absolute;
  left: 3%;
}
#smbcLine .smbcGroupWrap{
  width: 100%;
  height: 34px;
  margin: 0 auto;
  padding: 13px 0;
  position: relative;
}
#smbcLine .logoSmbcGroup {
  position: absolute;
  right: 3%;
  top: calc(50% - 5px);
  
}
#header {
  background: #ffffff;
  border-bottom: 1px solid #cacaca;
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 4%;
}
.footAreaBottom {
  text-align: center;
}
.-close .btn {
  background: #808080;
  width: 50%;
}
.imgWrap img {
  border-radius: 20px;
}

