.rule-section {
  max-width:1400px;
  display:block;
  margin:220px auto 0;
}
/*パンくずリスト */
.bread {
    position: relative;
    bottom: 50px;
}


@media screen and (min-width:1280px) and ( max-width:1600px) {
  .rule-section {
  max-width:1140px;
  display:block;
  margin:250px auto 0;
}
}
/*アイキャッチ */
.eye-chach {
display:flex;
justify-content:center;
}
.eye-chach h2 {
font-size:40px;
margin:-90px 0 50px;
padding: 0 20px;
background:#FAFAD2;
text-align:center;
  font-weight:bold;
}
.eye-chach h2 .en-title {
font-size:20px;
letter-spacing:0.1em;
}
.eye-chach h2 .en-title span {
color:#ED9735;
}

dt {
  font-weight:500;
}
dd {
  font-size:15px !important;
}

#delivery h2,#payment h2 {
  font-size:30px;
  font-weight:500;
  margin:0;
  padding:0;
  border-bottom:solid 1px #2F2F2F!important;
}

/*配達・送料について */
#delivery,#payment {
  max-width:1000px;
}


