.sp_timesale_head {
  padding: 0 !important;
  height: 465px;
  background: url(https://www.img-ikyu.com/contents/special-cms/furusato_coupon/img/main_pc.jpg?auto=compress,format&lossless=0)
    no-repeat bottom center #f7f7f7;
  background-size: cover;
  z-index: 1;
}

.title {
  margin: 75px auto 65px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.title h1 {
  margin-bottom: 10px;
  font-family: Times, "Times New Roman", "ヒラギノ明朝 ProN W3", HiraMinProN-W3,
    HG明朝B, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 57px;
  font-weight: normal;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.08em;
}
.title h1 span {
  font-size: 45px;
}
.title p {
  font-size: 20px;
}

.about {
  width: 1240px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  color: #484848;
  text-align: center;
}
.about dt {
  font-size: 20px;
  margin-bottom: 15px;
}
.about dd {
  font-size: 16px;
  line-height: 2;
  padding: 0;
}

.main_contents {
  width: 100%;
  background-color: #f7f7f7;
  padding: 0 0 1px;
}
.main_contents .box {
  position: relative;
  width: 1240px;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  border-radius: 10px;
}
.main_contents .site {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 52px;
  margin-left: auto;
  background: #fff;
}
.main_contents .site span {
  font-size: 12px;
  font-weight: bold;
}
.main_contents .site img {
  width: 95px;
  margin-left: 10px;
}

.main_contents h2 {
  display: block;
  margin: 0 0 30px;
  font-size: 30px;
  text-align: center;
  padding-top:30px;
}

.step_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1240px;
  min-height: 300px;
  margin-bottom: 30px;
  padding: 0 40px 0 45px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.step_box .text {
  width: 630px;
}
.step_box .img {
  width: 515px;
  align-self: center;
  display: flex;
  justify-content: center;
}
.step_box h3 {
  display: block;
  margin: 0 0 15px;
  padding: 35px 0 20px 30px;
  font-size: 22px;
}
.step_box.satofuru h3 {
  border-left: 6px solid #9b5a27;
}
.step_box.ikyu h3 {
  border-left: 6px solid #1a4473;
}
.step_box h3 span {
  display: block;
  margin-bottom: 20px;
}
.step_box p {
  margin: 0;
  padding: 0 0 0 36px;
}

.satofuru a {
  display: inline-block;
  background: url(https://www.img-ikyu.com/contents/special-cms/furusato_coupon/img/icon_link.svg)
    no-repeat left center;
  background-size: 13px;
  margin: 15px 0 30px 36px;
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #9b5a27;
}
.ikyu a {
  display: inline-block;
  margin: 20px 0 30px 36px;
  padding: 8px 55px;
  text-align: center;
  background: linear-gradient(45deg, #0085d1 0, #006198 100%);
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.main_contents a:hover {
  opacity: 0.7;
}

.sub_name{
  font-size:12px;
}

/* notes */
.notes {
  width: 1000px;
  margin: 50px auto 20px;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
.notes h2 {
  display: block;
  margin: 0 0 30px;
  font-size: 30px;
  text-align: center;
}
.notes p {
  margin: 0;
  line-height: 2;
}
.notes h3 {
  display: block;
  margin: 30px 0 10px;
  font-size: 15px;
  font-weight: 900;
}
.notes li {
  margin-bottom: 8px;
  text-indent: -1em;
  margin-left: 1em;
}

.notes a:link,
.notes a:visited {
  color: #008dde;
}
.notes a:hover {
  text-decoration: underline;
}

.srch_parts_box,
.result_box {
  display: none !important;
}

/* GOTO関連OFF　*/

.goto_display_box,
.goto_note {
  display: none !important;
}

#all_contents {
  background: #fff !important;
}
