#contentsTopArea {
  width: 100%;
  height: 276px;
  overflow: hidden;
  margin: 16px 0 30px 0;
}

#contentsTopArea:after {
  content: "";
  display: block;
  clear: left;
}

#news, #mainMap {
  float: left;
}

/*news*/
#news {
  width: 395px;
  padding-left: 15px;
}

/* #news:after{content: "";display:block;clear:left;} */
#listNews {
  padding: 0 5px;
}

#listNewsWrapper {
  background: #ebebeb;
  height: 240px;
  overflow: auto;
  padding: 0 0 5px;
  margin: 0 0 14px;
}

#listNews li {
  border-bottom: 1px dotted #c0c3c1;
  padding: 10px 5px;
}

#listNews li:last-child {
  border-bottom: none;
}

#listNews .txt {
  display: block;
  padding-top: 5px;
}

#listNews span.red {
  color: #ca0135;
}

/*map*/
#mainMap {
  width: 540px;
  height: 276px;
  position: relative;
}

.mapBtn, .mapBtn a span, .mapBtn a:hover span {
  width: 113px;
  height: 29px;
  display: block;
}

.mapBtn {
  overflow: hidden;
}

.mapBtn a span, .mapBtn a:hover span {
  background-image: url(../img/home/btn_map.gif);
  background-repeat: no-repeat;
}

#btnHokkaido a span {
  background-position: 0 0;
}

#btnHokkaido a:hover span {
  background-position: -113px 0;
}

#btnTohoku a span {
  background-position: 0 -116px;
}

#btnTohoku a:hover span {
  background-position: -113px -116px;
}

#btnShutoken a span {
  background-position: 0 -29px;
}

#btnShutoken a:hover span {
  background-position: -113px -29px;
}

#btnChubu a span {
  background-position: 0 -145px;
}

#btnChubu a:hover span {
  background-position: -113px -145px;
}

#btnKansai a span {
  background-position: 0 -58px;
}

#btnKansai a:hover span {
  background-position: -113px -58px;
}

#btnChugoku a span {
  background-position: 0 -174px;
}

#btnChugoku a:hover span {
  background-position: -113px -174px;
}

#btnKyushu a span {
  background-position: 0 -87px;
}

#btnKyushu a:hover span {
  background-position: -113px -87px;
}

#btnOkinawa a span {
  background-position: 0 -203px;
}

#btnOkinawa a:hover span {
  background-position: -113px -203px;
}

.mapBtn, .mapName {
  position: absolute;
}

#btnHokkaido, #btnShutoken, #btnKansai, #btnKyushu {
  left: 15px;
}

#btnTohoku, #btnChubu, #btnChugoku, #btnOkinawa {
  left: 133px;
}

#btnHokkaido {
  top: 132px;
}

#btnTohoku {
  top: 132px;
}

#btnShutoken {
  top: 164px;
}

#btnChubu {
  top: 164px;
}

#btnKansai {
  top: 196px;
}

#btnChugoku {
  top: 196px;
}

#btnKyushu {
  top: 228px;
}

#btnOkinawa {
  top: 228px;
}

.mapName a:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#nameHokkaido {
  top: 23px;
  left: 337px;
}

#nameTohoku {
  top: 95px;
  left: 338px;
}

#nameShutoken {
  top: 136px;
  left: 441px;
}

#nameChubu {
  top: 197px;
  left: 398px;
}

#nameKansai {
  top: 155px;
  left: 273px;
}

#nameChugoku {
  top: 228px;
  left: 360px;
}

#nameKyushu {
  top: 228px;
  left: 308px;
}

#nameOkinawa {
  top: 233px;
  left: 470px;
}

/*mapdetail*/
.fancyboxDetail {
  width: 400px;
  display: none;
  text-align: left;
}

.branchTit {
  font-size: 16px;
  font-weight: bold;
  color: #178655;
  border-bottom: 1px solid #178655;
  padding: 10px 0;
  margin-bottom: 10px;
}

.btnHp, .btnHp span {
  width: 147px;
  height: 29px;
  display: block;
}

.btnHp {
  overflow: hidden;
}

.btnHp span, .btnHp:hover span {
  background-image: url(../img/home/btn_hp.gif);
  background-repeat: no-repeat;
}

.btnHp span {
  background-position: 0 0;
}

.btnHp:hover span {
  background-position: -147px 0;
}

.pdB20 {
  padding-bottom: 20px;
}

#menuArea {
  width: 950px;
  margin-bottom: 5px;
}

#menuArea:after {
  content: "";
  display: block;
  clear: left;
}

/*mainMenus*/
#mainMenus {
  width: 780px;
  float: left;
}

#mainMenus:after {
  content: "";
  display: block;
  clear: left;
}

.mainMenu {
  width: 250px;
  height: 110px;
  float: left;
  padding: 0 10px 10px 0;
}

/*subMenus*/
#subMenus {
  float: left;
  padding-left: 5px;
}

#subMenus li {
  overflow: hidden;
  margin-bottom: 6px;
}

#subMenus li, #subMenus li span, #subMenus li a, #subMenus li a:hover {
  width: 165px;
  height: 53px;
  display: block;
  background-image: url(../img/home/menu_home_sub.gif);
  background-repeat: no-repeat;
}

#subMenu01 a span {
  background-position: 0 0;
}

#subMenu01 a:hover span {
  background-position: -165px 0;
}

#subMenu02 a span {
  background-position: 0 -53px;
}

#subMenu02 a:hover span {
  background-position: -165px -53px;
}

#subMenu03 a span {
  background-position: 0 -106px;
}

#subMenu03 a:hover span {
  background-position: -165px -106px;
}

#subMenu04 a span {
  background-position: 0 -159px;
}

#subMenu04 a:hover span {
  background-position: -165px -159px;
}

/*@keyframes blinkEffect {
  0% { opacity: 0; }
  25% { opacity: 1; }
	50% { opacity: 0; }
	75% { opacity: 1; }
	100% { opacity: 0; }
}*/
@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.seminarBnr {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 77px;
  padding: 1px;
  background: #fff;
}
.seminarBnr::before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ca0135;
}
.seminarBnr a {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  line-height: 1.4;
  background-color: #ebf7f8;
  background-image: url("../img/common/arrow_a.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.seminarBnr a span.subtitle {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  color: #178655;
  line-height: 1;
}
.seminarBnr a strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.seminarBnr a strong span.seminarArea {
  color: #ca0135;
}
.seminarBnr a:hover {
  background-color: #d4efe0;
}

.blink_border::before {
  animation-name: blinkEffect;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  /*animation: blinkEffect 1.5s ease-in-out infinite alternate;*/
}

.documentArea {
  display: flex;
  margin-bottom: 25px;
}

.documentList {
  box-sizing: border-box;
  width: 938px;
  height: 63px;
  padding: 10px 0 10px 10px;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  border-left: none;
}
.documentList p {
  margin: 0 0 5px;
  color: #0f4c7c;
  font-weight: bold;
}
.documentList p span {
  color: #f33a33;
  font-size: 11px;
}
.documentList ul {
  letter-spacing: -0.4em;
}
.documentList ul li {
  display: inline-block;
  letter-spacing: normal;
  height: 16px;
  margin: 0 10px 0 0;
}
.documentList ul li a {
  padding: 0 0 0 15px;
  font-size: 13px;
  line-height: 16px;
  background: url("../img/common/arrow_a.png") left center no-repeat;
}/*# sourceMappingURL=home.css.map */