/* ===== 背景色付きカラムの内側余白調整 ===== */
.doto-iro-box {
  padding: 40px 60px; /* 上下40px 左右60px の余白 */
  box-sizing: border-box; /* パディング込みで幅調整 */
}

/* スマホ時に余白を小さくする */
@media screen and (max-width: 768px) {
  .doto-iro-box {
    padding: 24px 20px;
  }
}

/* ===== サイト全体の段落スタイルを統一 ===== */
p {
  font-weight: normal;
  color: #383838;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-break: break-all;
  overflow-wrap: break-word;
}

/* text and headline */
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  clear: both;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}

/* list */
.post_content li,
.post_content dt,
.post_content dd {
  line-height: 1.6;
}

.doto-recommend-form {
  max-width: 800px;
  margin: 0 auto;
  background: #fafafa;
  padding: 24px 20px;
  border-radius: 8px;
}

.doto-recommend-intro {
  margin-bottom: 24px;
  line-height: 1.7;
}

.doto-recommend-section {
  margin-bottom: 28px;
}

.doto-recommend-section-title {
  font-size: 1.1rem;
  margin-bottom: 12px;
  padding-left: 16px;
}

.doto-recommend-row {
  margin-bottom: 16px;
}

.doto-recommend-label {
  font-weight: 600;
  font-size: 0.95rem;
}

.doto-required {
  color: #e53935;
  font-size: 0.8rem;
  margin-left: 4px;
}

.doto-input-text,
.doto-input-select,
.doto-input-textarea,
.doto-input-file {
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
  box-sizing: border-box;
}

.doto-input-textarea {
  min-height: 120px;
}

.doto-input-checkboxes label,
.doto-input-radios label {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 4px;
}

.doto-recommend-note {
  font-size: 0.8rem;
  color: #666;
  margin-top: 4px;
}

.doto-submit-btn {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #00a7db;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.doto-submit-btn:hover {
  opacity: 0.9;
}

.doto-listing-form {
  max-width: 800px;
  margin: 0 auto;
  background: #fafafa;
  padding: 24px 20px;
  border-radius: 8px;
}

.doto-listing-intro {
  margin-bottom: 24px;
  line-height: 1.7;
}

.doto-listing-section {
  margin-bottom: 28px;
}

.doto-listing-section-title {
  font-size: 1.1rem;
  margin-bottom: 12px;
  padding-left: 8px;
}

.doto-listing-row {
  margin-bottom: 16px;
}

.doto-listing-label {
  font-weight: 600;
  font-size: 0.95rem;
}

.doto-required {
  color: #e53935;
  font-size: 0.8rem;
  margin-left: 4px;
}

.doto-listing-input-text,
.doto-listing-input-select,
.doto-listing-input-textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
  box-sizing: border-box;
}

.doto-listing-input-textarea {
  min-height: 120px;
}

.doto-listing-input-checkboxes label {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 4px;
}

.doto-listing-input-acceptance {
  margin-right: 6px;
}

.doto-listing-submit-btn {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #00a7db;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.doto-listing-submit-btn:hover {
  opacity: 0.9;
}
