@charset "utf-8";
/* www.omiyage-nippon.jp/ write.css 2018.10.18 */

ol.description {
  height: 150px;
  padding-left: 200px;
  background: #fff url(../images/write-description.gif) no-repeat left center;
  background-size: 160px 150px;
}

ol.complete-description {
  height: auto;
  padding: 20px 20px 10px 40px;
  font-size: 14px;
  border: none;
  background: none;
}

.section-left {
  width: 570px;
  float: left;
}

.section-right {
  width: 340px;
  padding: 10px;
  box-sizing: border-box;
  float: right;
  border: 1px #a6b681 solid;
  background: #ecf3d6;
}

.complete-message {
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  background: #f0e6e5;
  border: 2px #d7a9a9 solid;
  border-radius: 10px;
}

.complete-message span {
  color: #f00;
  font-size: 28px;
}

.complete-button {
  margin: 0;
  padding-top: 160px;
  background: url(../images/complete-button.gif) no-repeat center top;
  background-size: 200px 190px;
}

.complete-button h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}

.complete-button h3 span {
  color: #f00;
}

.complete-button .button-write {
  margin: 10px auto 35px auto;
}

.complete-button .button-write a {
  line-height: 55px;
}

.complete-button-text {
  font-size: 14px;
  line-height: 1.8em;
}

.write-catch {
  height: 230px;
  box-sizing: border-box;
  padding: 30px 0 0 50px;
  background: url(../images/write-catch.gif) no-repeat center top;
}

.write-catch ol.description {
  margin: 0;
  padding: 0 0 0 180px;
  font-size: 13px;
  border: none;
  background: none;
}

.write-catch-title {
  margin: 0 0 30px 0;
  font-size: 24px;
}