@charset "UTF-8";
/* 全体の背景色（必要なら） */
/* body {
  background-color: #fff;
} */

/* 強みセクション全体 */
.section.strength-section {
  background-color: #f9f9f9;
 padding: 40px 20px; 
  text-align: center;
}

/* h2大見出し（事務所の強みタイトル） */
  margin-bottom: 20px;
  color: #f5f5f5;
  font-size: 28px;
  margin-bottom: 20px;
 /*  text-align: center;　*/
}

/* h3小見出し（各強みの見出し） */
h3 {
 /* color: #007BFF; /* ボタンと統一したブルー系 */
  border-bottom: 2px solid #007BFF;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* 各強みの本文 */
.strength-item p {
  color: #555;
  line-height: 1.8;
}

/* ボタン */
a.button {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

a.button:hover {
  background-color: #0056b3;
}

/* 取扱業務メニュー全体 */
#menu-section {
  padding: 40px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.service-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.service-item {
  width: 220px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  transition: box-shadow 0.3s;
}

.service-item a {
  text-decoration: none;
  color: #333;
}

.service-item img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
  height: 120px;
.service-item span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.service-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



 /* セクション全体 */
#flow-section {
  padding: 40px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

/* セクション見出し */
#flow-section h2 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #333;
}

/* ステップ一覧 */
.flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* 各ステップボックス */
.flow-item {
  width: 220px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

/* マウスオーバー時の軽い浮き上がり */
.flow-item:hover {
  transform: translateY(-5px);
}

/* STEP番号デザイン */
.flow-num {
  font-size: 18px;
  font-weight: bold;
/*  color: #007BFF;
  margin-bottom: 10px;  */
 margin-bottom: none; 
}

/* 小見出し */
.flow-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

/* 説明文 */
.flow-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

#after-flow-link {
  padding: 40px 20px;
  text-align: center;
  background-color: #f5f5f5;
  margin-top: 40px;
}

#after-flow-link .after-flow-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

#after-flow-link .after-flow-buttons div {
  display: block;
}

#after-flow-link .btn-link {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  min-width: 180px;
  text-align: center;
}

#access-summary {
  padding: 40px 20px;
  background-color: #f9f9f9;
  margin-top: 40px;
}

#access-summary h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.access-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.access-info {
  max-width: 300px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.access-map iframe {
  max-width: 100%;
  height: 200px;
}

#faq-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

#faq-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.faq-list {
  max-width: 600px;
  margin: 0 auto 20px auto;
  text-align: left;
}

.faq-list dt {
  font-weight: bold;
  margin-top: 15px;
/*  color: #007BFF; */
}

.faq-list dd {
  margin-left: 20px;
  margin-bottom: 10px;
  color: #555;
  line-height: 1.6;
}

.faq-link .btn-link {
  display: inline-block;
background-color: #007BFF;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
}

#contact-call {
  position: relative;
  padding: 60px 20px;
  text-align: center;
  background: url(./img/nagoya-bg.jpg) center center / cover no-repeat;
  color: #fff;
  overflow: hidden; /* 疑似要素はみ出し対策 */
}

#contact-call::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* 全体に黒い透過レイヤー */
  z-index: 0;
}

.contact-overlay {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  display: inline-block;
  max-width: 900px;
  background: none;
}

#contact-call h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
  
  display: inline-block;
  background-color: rgba(255,255,255,0.7);
  color: #333;
  padding: 30px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 30px;
}

#contact-call .tel {
  font-size: 40px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

#contact-call .tel a {
  color: #fff;
  text-decoration: underline;
}

.contact-btn .btn-link {
  display: inline-block;
  background-color: rgba(255,255,255,0.8);
  color: #007BFF;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 24px;
}

#footer {
  background-color: #333;
  color: #fff;
  padding: 20px 10px;
  font-size: 14px;
}

#footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}

#footer p {
  margin: 5px 0;
}

#footer small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #ccc;
}
#footer-inner {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
}

#footer-inner a {
  color: #fff;
  text-decoration: underline;
}

#footer-inner small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #ccc;
}

.tel-link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 40px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.tel-link:hover {
  text-decoration: underline;
}

/* FAQセクション全体 */
#faq-detail {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: left;
}

#faq-detail h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.faq-item {
  margin-bottom: 30px;
}

.faq-item h3 {
  font-size: 18px;
  color: #007BFF;
  margin-bottom: 10px;
/*  border-left: 4px solid #007BFF; */
  padding-left: 10px;
}

.faq-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}


/* プライバシーポリシー全体 */
#privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: left;
}

#privacy-policy h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

#privacy-policy h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #007BFF;
  border-left: 4px solid #007BFF;
  padding-left: 10px;
}

#privacy-policy p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

#access-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

#access-section h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #333;
}

.access-info p {
  margin: 5px 0;
  font-size: 15px;
  color: #555;
}

.map-wrap {
  margin: 20px 0;
}

.access-note {
  font-size: 14px;
  color: #555;
  margin: 20px 0;
}

.contact-btn .btn-link {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

#price-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

#price-section h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #333;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.price-table th {
  background-color: #007BFF;
  color: #fff;
}

.price-table td {
  background-color: #fff;
  color: #333;
}

.price-note {
  font-size: 14px;
  color: #555;
  margin: 20px 0;
}

.contact-btn .btn-link {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}
#price-section {
  padding: 40px 20px;
  text-align: center;
}

#price-section h2 {
  margin-bottom: 10px;  /* 見出し下の余白を小さくする */
}

#price-section p {
  margin-bottom: 10px;  /* 説明文下の余白を小さくする */
}

.price-table {
  margin-top: 10px;  /* 表の上の余白を詰める */
}

#price-section {
  padding: 40px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

#price-section h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.price-table {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.price-table th {
  background-color: #007BFF;
  color: #fff;
}

.price-note {
  font-size: 14px;
  color: #555;
  margin-top: 20px;
  line-height: 1.6;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-btn {
  margin-top: 30px;
}

.contact-btn .button {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
}

#greeting-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: left;
}

#greeting-section h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

#greeting-section p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

#greeting-section .profile {
  text-align: right;
  font-weight: bold;
  margin-top: 30px;
}

#service-souzoku {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: left;
}

#service-souzoku h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

#service-souzoku h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #007BFF;
}

#service-souzoku p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

#service-souzoku ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#service-souzoku li {
  margin-bottom: 8px;
}

.contact-btn {
  text-align: center;
  margin-top: 30px;
}

.contact-btn .button {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
}

#service-zairyuu {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: left;
}

#service-zairyuu h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

#service-zairyuu h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #007BFF;
}

#service-zairyuu p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

#service-zairyuu ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#service-zairyuu li {
  margin-bottom: 8px;
}

.contact-btn {
  text-align: center;
  margin-top: 30px;
}

.contact-btn .button {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
}

#service-kensetsu {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: left;
}

#service-kensetsu h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

#service-kensetsu h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #007BFF;
}

#service-kensetsu p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

#service-kensetsu ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#service-kensetsu li {
  margin-bottom: 8px;
}

.contact-btn {
  text-align: center;
  margin-top: 30px;
}

.contact-btn .button {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
}

#service-kouken {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: left;
}

#service-kouken h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

#service-kouken h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #007BFF;
}

#service-kouken p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

#service-kouken ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#service-kouken li {
  margin-bottom: 8px;
}

.contact-btn {
  text-align: center;
  margin-top: 30px;
}

.contact-btn .button {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
}

.service-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.service-item {
  width: 220px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  transition: box-shadow 0.3s;
}

.service-item a {
  text-decoration: none;
  color: #333;
}

.service-item img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.service-item span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.service-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* 他の業務リンク部分 */
.other-services {
  margin-top: 40px;
  padding: 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.other-services h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.other-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.other-services li {
  display: inline-block;
  margin: 0 10px;
}

.other-services a {
  color: #007BFF;
  text-decoration: none;
}

.other-services a:hover {
  text-decoration: underline;
}

#contact-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: left;
}

#contact-section h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

#contact-section p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.form-item {
  margin-bottom: 20px;
}

.form-item label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-item .required {
  color: red;
  font-size: 12px;
  margin-left: 5px;
}

.form-item input[type="text"],
.form-item input[type="tel"],
.form-item input[type="email"],
.form-item textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.form-item input[type="submit"] {
  display: block;
  width: 100%;
  background-color: #007BFF;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.form-item input[type="submit"]:hover {
  background-color: #0056b3;
}

.contact-note {
  font-size: 13px;
  color: #555;
  margin-top: 30px;
}

/* 全体の調整 */
#contact-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
}

/* 見出し */
#contact-section h2,
.contact-form h4.fm.def {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  color: #333;
}

/* 各項目のラベル */
.contact-form .item_t {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

/* 必須マーク */
.contact-form .def {
  color: red;
  font-size: 12px;
  margin-left: 5px;
}

/* 入力エリア */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

/* テキストエリア */
.contact-form textarea {
  height: 120px;
}

/* ボタン */
.contact-btnbox {
  text-align: center;
  margin-top: 20px;
}

.contact-btnbox input[type="submit"] {
  background-color: #007BFF;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-btnbox input[type="submit"]:hover {
  background-color: #0056b3;
}

/* 注意書き・プライバシーポリシー部分 */
.contact-form .agree,
.contact-form .notes {
  font-size: 13px;
  color: #555;
  margin-top: 15px;
  line-height: 1.6;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  #contact-section {
    padding: 20px 10px;
  }
}

#contact-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: left;
}

#contact-section h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  color: #333;
}

#contact-section p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.contact-note {
  font-size: 13px;
  color: #555;
  margin-top: 30px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 600px) {
  #contact-section {
    padding: 20px 10px;
  }
}