@charset "UTF-8";
/*メールニュース*/
.mailnews section {
  margin-bottom: 30px !important;
}
.mailnews h3.toggle {
  background-color: #d2e4e2;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.mailnews h3.toggle i {
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mailnews h3.toggle.active i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mailnews .toggle_box {
  display: none;
}
.mailnews .toggle_box dl {
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #ccc;
  text-align: left;
}
.mailnews .toggle_box dl dt {
  width: 90px;
  float: left;
  font-weight: bold;
}
.mailnews .toggle_box dl dd {
  margin: 0 0 0 100px;
}
.mailnews .toggle_box dl a {
  color: #222;
}
@media screen and (max-width:1050px) {
  /*メールニュース*/
  .mailnews .toggle_box dl dd {
    margin: 0;
    clear: both;
  }
}