@charset "UTF-8";

.mt0 {
    margin-top: 0px !important;
}


/* 重要なお知らせ */
.important--area__outer,
.driver.home .important--area__outer {
  position: relative;
  background-color: #fff;
  padding: 0 0 45px;
}
.main--area.corporate-top .important--area__outer {
  background: transparent;
}
.important--area {
  border: none;
  width: 1004px;
  font-family: 'Noto Sans JP', sans-serif;
  background: transparent;
}
.important--area .tle--important {
  padding: 30px 0 20px 40px;
  font-size: 1rem;
  background: url(../img/icon__ionic_ios_arrow_info.png) no-repeat 0 57%;
  background-size: 24px;
  color: #EB0000;
}
.important--area__inner {
  border-top: 4px solid #FF0100;
  border-bottom: 4px solid #FF0100;
  padding: 25px 0px 30px;
  background-color: #fff0f0;
}
.important--news+.important--news {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #FFB4B4;
}
.important--news dt {
  background: none;
  position: relative;
  padding-right: 70px;
}
.important--news dt a {
  font-weight: 500;
text-decoration: underline;
}
.important--news dt a:active, .important--news dt a:focus {
  color: #000000;
}
.important--news dt a:hover {
	text-decoration: none;
  color: #000000;
}
.important--news dt::after,
.important--news dt.active::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -6px;
  right: 20px;
  box-sizing: border-box;
  background: url(../img/icon_important_info_open.png) no-repeat;
  background-size: 40px 40px;
}
.important--news dt.active {
  background: none;
}
.important--news dt.active::after {
  background: url(../img/icon_important_info_close.png) no-repeat;
  background-size: 40px 40px;
}
/* ===== PC専用CSS調整済み ===== */
._sp_inline { display: none !important; }
._pc_inline { display: inline-block !important; }
