figure {
  margin: 0;
}

.tmblr-iframe {
  position: absolute;
}

.tmblr-iframe.hide {
  display: none;
}

.page-title {
  margin-bottom: 2em;
}

.section-heading {
  margin-top: 2.5em;
}

.info-box {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 20px;
  color: white;
  line-height: 1.8;
  margin-bottom: 14px;
}

/* ---- REC2 Q&A ページ ---- */
.rec2-qa-question {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rec2-qa-question img {
  max-width: 100%;
  height: auto;
}

/* ---- REC2 トップページ ---- */
.rec2-clean-link {
  outline: none;
}

#header-image.rec2-hero {
  height: 700px;
}

.rec2-hero-bg {
  height: 100%;
  background-image: url('../images/bg_01.jpg');
}

.rec2-hero-copy {
  position: relative;
  top: 130px;
  color: #e86779;
  font-size: 120%;
}

.rec2-hero-icon {
  width: 65px;
  height: 65px;
}

.rec2-hero-title {
  font-size: 500%;
  margin-top: 0;
  margin-bottom: 20px;
}

.rec2-hero-subtitle {
  position: relative;
  top: -10px;
  color: #e86779;
  font-size: 150%;
}

.rec2-spec-subtitle {
  font-size: 150%;
}

.rec2-update {
  color: #e86779;
}

.rec2-introduction-box {
  margin: 10px;
  padding: 20px;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}

.rec2-jacket-image {
  border-radius: 10px;
}

.rec2-features-section {
  background-image: url('../images/bg_01.jpg');
  height: 100%;
}

.rec2-list-heading {
  margin-bottom: 50px;
}

.rec2-features-section .rec2-list-heading {
  margin-bottom: 50px;
}

.rec2-feature-icon {
  width: 65px;
  height: 65px;
}

.rec2-dashed-box {
  margin: 20px;
  padding: 20px;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
}

.rec2-ui-section {
  height: 2850px;
}

.rec2-ui-bg {
  background-image: url('../images/bg_01.jpg');
  height: 100%;
}

.rec2-ui-wrapper {
  position: relative;
  top: 50px;
}

.rec2-heading-flush {
  margin-top: 0;
}

.rec2-ui-meta-box {
  color: #999;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 20px;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
}

.rec2-ui-image {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  display: inline-block;
}

.rec2-ui-image-large {
  width: 600px;
}

.rec2-ui-image-small {
  width: 350px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);
}

#staff .list .title {
  margin-bottom: 5px;
}

.rec2-question-section {
  height: 500px;
}

.rec2-question-bg {
  background-color: #e86779;
  height: 100%;
}

.rec2-question-wrapper {
  position: relative;
  top: 50px;
}

.rec2-question-heading {
  color: #fff;
  margin-top: 0;
}

.rec2-question-message-box {
  color: #fff;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 20px;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
