/* soudan2.css — 相談窓口 新レイアウト */

/* ===== ページ共通リセット ===== */
body div.contents.soudan2-page {
  width: 940px;
  color: #00002B;
  font-size: 16px;
  line-height: 1.7;
}

body div.contents.soudan2-page h1.pagetitle {
  text-align: center;
  margin-bottom: 1.6em;
  letter-spacing: .05em;
}

/* contents.css の見出しスタイルを上書き */
body div.contents.soudan2-page h2,
body div.contents.soudan2-page h3 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-weight: bold;
}

body div.contents.soudan2-page p {
  margin: 0;
}

body div.contents.soudan2-page a {
  color: #0060BF;
  text-decoration: none;
}

body div.contents.soudan2-page a:hover {
  color: #1F5EA7;
  text-decoration: underline;
}

/* ===== 2カラム相談カード ===== */
.soudan2-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.soudan2-card {
  flex: 1;
  background: #fff;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* カードヘッダー */
.soudan2-card-head {
  padding: 14px 18px 12px;
  background: linear-gradient(135deg, #0060BF 0%, #004080 100%);
  text-align: center;
}

.soudan2-card-head h2 {
  font-size: 20px;
  color: #fff;
  letter-spacing: .05em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.soudan2-card-head p {
  font-size: 14px;
  color: rgba(255, 255, 255, .82);
  margin-top: 4px;
}

/* カード本体 */
.soudan2-card-body {
  padding: 22px 24px 6px;
  flex: 1;
}

body div.contents .soudan2-card-body ul.soudan2-list {
  margin: 0;
}

body div.contents .soudan2-card-body ul.soudan2-list li {
  padding: 8px 6px 8px 24px;
  font-size: 16px;
  line-height: 1.6;
}

/* 相談例リスト */
body div.contents ul.soudan2-list {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

body div.contents ul.soudan2-list li {
  position: relative;
  padding: 6px 6px 6px 22px;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px dashed #CBD5E1;
  color: #333;
}

body div.contents ul.soudan2-list li:last-child {
  border-bottom: none;
}

body div.contents ul.soudan2-list li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 6px;
  color: #0060BF;
  font-size: 12px;
}

/* カードフッター（窓口案内） */
.soudan2-card-foot {
  margin: 0 -1px -1px;
  padding: 14px 18px 16px;
  background: #F0F7FF;
  border-top: 2px solid #0060BF;
  text-align: center;
}

.soudan2-card-foot-label {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #0060BF;
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 8px;
  letter-spacing: .06em;
}

.soudan2-desk-title {
  font-size: 17px;
  font-weight: bold;
  color: #00002B;
  margin-bottom: 6px;
}

.soudan2-desk-tel {
  font-size: 26px;
  font-weight: bold;
  color: #0060BF;
  letter-spacing: .04em;
  line-height: 1.2;
}

.soudan2-desk-tel::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background: url("../images/soudan/tel.png") no-repeat center / contain;
  vertical-align: middle;
  transform: translateY(-3px);
}

.soudan2-desk-fax::before {
  background-image: url("../images/soudan/fax.png");
}

/* ===== センター情報 ===== */
.soudan2-center {
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  margin-bottom: 28px;
  overflow: hidden;
}

.soudan2-center-head {
  padding: 14px 20px 12px;
  background: #F0F7FF;
  border-bottom: 2px solid #0060BF;
  text-align: center;
}

.soudan2-center-head h2 {
  font-size: 20px;
  font-weight: bold;
  color: #0060BF;
  letter-spacing: .03em;
}

.soudan2-center-body {
  padding: 20px 24px 24px;
  text-align: center;
}

.soudan2-center-meta {
  font-size: 15px;
  color: #555;
  margin-bottom: 4px;
  line-height: 1.6;
}

.soudan2-contact-leads {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin: 18px 0 16px;
}

.soudan2-contact-lead {
  min-width: 280px;
  text-align: center;
}

.soudan2-center .soudan2-contact-lead .soudan2-desk-title {
  margin-bottom: 6px;
}

.soudan2-center .soudan2-contact-lead .soudan2-desk-tel {
  font-size: 28px;
}

/* 書類ブロック */
.soudan2-docs {
  max-width: 620px;
  margin: 0 auto 20px;
  padding: 18px 22px 20px;
  background: #F0F7FF;
  border: 1px solid #D7E7F8;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.soudan2-center .soudan2-docs .soudan2-desk-title {
  margin-bottom: 10px;
}

body div.contents ul.soudan2-docs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body div.contents ul.soudan2-docs-list li {
  margin: 0;
  padding: 12px 16px;
  width: auto;
  background: #fff;
  border: 1px solid #C6D8EC;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

body div.contents .soudan2-docs-name,
body div.contents .soudan2-docs-format {
  margin: 0;
}

body div.contents .soudan2-docs-name {
  margin-bottom: 4px;
  color: #1E2A36;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.45;
}

body div.contents .soudan2-docs-format {
  color: #4E637A;
  font-size: 15px;
  line-height: 1.5;
}

body div.contents .soudan2-docs-list a {
  display: inline;
  color: #0060BF;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: color .15s;
}

body div.contents .soudan2-docs-list a:hover {
  color: #1F5EA7;
  text-decoration: underline;
}

@media (max-width: 640px) {
  body div.contents ul.soudan2-docs-list {
    grid-template-columns: 1fr;
  }
}

/* フォームボタン */
.soudan2-form {
  margin: 0;
}

body div.contents .soudan2-form a {
  display: inline-block;
  min-width: 280px;
  padding: 12px 32px;
  background: linear-gradient(#358CE3, #004080);
  border: 1px solid #015BB6;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  transition: background .15s;
}

body div.contents .soudan2-form a:hover {
  background: linear-gradient(#5CA8F0, #1F5EA7);
  color: #fff;
  text-decoration: none;
}

body div.contents .soudan2-form a::after {
  content: " →";
}

/* ===== 医師就業支援 セクション ===== */
.soudan2-support {
  background: #fff;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
  overflow: hidden;
}

.soudan2-support-head {
  padding: 12px 20px;
  background: #F0F7FF;
  border-bottom: 2px solid #F8B73B;
}

.soudan2-support-head h2 {
  font-size: 19px;
  font-weight: bold;
  color: #00002B;
  letter-spacing: .02em;
}

.soudan2-support-body {
  padding: 16px 20px 18px;
  text-align: center;
}

.soudan2-support h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0060BF;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid #0060BF;
}

body div.contents ul.soudan2-support-list {
  margin: 0 auto 14px;
  max-width: 560px;
  text-align: left;
}

body div.contents ul.soudan2-support-list li {
  font-size: 16px;
  line-height: 1.55;
}

.soudan2-support-link {
  margin-bottom: 6px;
}

body div.contents .soudan2-support-link a {
  display: inline-block;
  min-width: 260px;
  padding: 9px 24px;
  background: linear-gradient(#358CE3, #004080);
  border: 1px solid #015BB6;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

body div.contents .soudan2-support-link a:hover {
  background: linear-gradient(#5CA8F0, #1F5EA7);
  color: #fff;
  text-decoration: none;
}

body div.contents .soudan2-support-link a::after {
  content: " ↗";
}

.soudan2-support-note {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}
