    .rule p {
      width: 780px;
      margin: 0 auto 24px;
text-align: left;
    }

    .mov {
      width: 780px;
      margin: 0 auto;
    }
.teisei{
	color:#e00;
}
a b {
  width: 50%;
  display: block;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  background: #042c64;
  text-align: center;
  margin: 0 auto;
  border-radius: 0px;
  text-decoration: none;
  padding: 10px 12px 9px;
}

h3 {
  width: 1016px;
  background-image: url("../_image/newsH3BG.png"), url("../_image/newsH3BG_BtmL.svg"), url("../_image/newsH3BG_BtmR.svg");
  background-repeat: no-repeat;
  background-position: center bottom 22px, left bottom, right bottom;
  background-size: 100% auto, 25px 22px, 25px 22px;
  margin: 0 0 0 -25px;
  padding: 4px 0 26px;
  font-size: 26px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

h3 strong {
  display: block;
  padding: 12px 0 12px;
  font-size: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}


.news h4 {
  width: 794px;
  background: none;
  background-image: url(../_image/newsH4BG.png);
  background-position: center bottom;
  margin: 40px auto 24px;
  padding: 8px 12px 6px;
  border-radius: 12px;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.rule i { 
  display: inline-block;
  background: #ededed;
  margin: 12px auto 36px;
  padding: 12px;
  font-style: normal;
}

dl.er {
  width: 720px;
  margin: 0 auto 12px;
  background: #FFF;
  border: 1px solid #ededed;
}
dl.er.after {
	margin-bottom:1em;
}
dl.er dt {
  background-image: url(../_image/newsH4BG.png);
  background-position: center bottom;
  font-size: 16px;
color: #FFF;
padding: 4px 12px;

}
dl.er dd {
 text-align: left;
 padding: 12px;

}  

/*-------------------------------------------------------SP用ページ用設定*/
@media screen and (max-width: 667px) {
  article{
    width: 98%;
    margin: 0 auto;
  }
  .rule p {
      width: 96%;
      margin: 0 auto 24px;
text-align: left;
    }

    .mov {
      width: 96%;
      margin: 0 auto;
    }

    h3 {
  width:calc(100% + 20px);
  background-image: url("../_image/newsH3BG.png"), url("../_image/newsH3BG_BtmL.svg"), url("../_image/newsH3BG_BtmR.svg");
  background-repeat: no-repeat;
  background-position: center bottom 9px, left bottom, right bottom;
  background-size: 100% auto, 10px auto, 10px auto;
  margin: 0 0 0 -10px;
  padding: 2px 10px 12px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

h3 strong {
  display: block;
  padding: 12px;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}


.news h4 {
  width: 96%;
  background: none;
  background-image: url(../_image/newsH4BG.png);
  background-position: center bottom;
  margin: 20px auto 12px;
  padding: 8px 12px 6px;
  border-radius: 6px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

a b {
  width: 80%;
  display: block;
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  background: #042c64;
  text-align: center;
  margin: 0 auto;
  border-radius: 0px;
  text-decoration: none;
  padding: 10px 12px 9px;
}

dl.er {
  width: 90%;
  margin: 0 auto 24px;
  background: #FFF;
  border: 1px solid #ededed;
}

dl.er dt {
  background-image: url(../_image/newsH4BG.png);
  background-position: center bottom;
  font-size: 15px;
color: #FFF;
padding: 4px 12px;

}
dl.er dd {
 text-align: left;
 padding: 12px;

}  
}