@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
html {
  margin: 0;
  padding: 0;
}
/* ===============================
   基本
================================ */
body {
  font-family: メイリオ, sans-serif;
  margin: 0 auto;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  mrgin:0;
  padding:0;
}
.wrapper {
  width: 740px;
  margin: 0 auto;
}
/* ===============================
   ヘッダー
================================ */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding:1.0em 0 0 0;
}
.logo{
}
.invoice {
  font-size: 14px;
  white-space: nowrap;
}
.title-bar {
  background: #4444a6;
  color: #fff;
  margin: 0;
}
.title-bar h2 {
  font-size: 120%;
  font-weight: bold;
  padding: 4px 6px;
}
.title-bar span {
  font-size: 70%;
}
.note {
  font-size: 80%;
}
.note p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.error-link {
  text-align: right;
  font-size: 80%;
  font-weight: bold;
}
/* ===============================
   テーブル（PC）
================================ */
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  border: 1px solid #7070cf;
  padding: 0.8em;
  font-size: 12px;
  box-sizing: border-box;
}
th {
  width: 30%;
  /*  background: #ECFFEC;*/
  background: #F6FFF6;
  text-align: left;
}
td {
  width: 70%;
  /*  background: #ccccff;*/
  background: #E9E9FF;
}
ol {
  padding-left: 1.5em;
}
.note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.note-list li {
  padding-left: 1.2em;
  text-indent: -1.0em;
  font-size: 12px;
  line-height: 1.6;
}
.note-list li::before {
  content: "※";
}
.pay-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pay-list li {
  padding-left: 6.0em;
  text-indent: -6.0em;
  font-size: 12px;
  line-height: 1.6;
  margin:0.8em 0;
}
.pay-list li::before {
  content: "※";
}
/* ===============================
   フォーム部品
================================ */
input[type="text"], input[type="email"], input[type="tel"], textarea {
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  font-size: 12px;
}
textarea {
  resize: vertical;
}
.hissu {
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  background: #FF3F00;
  padding: 0 0.5em;
  margin-left: 0.5em;
  border-radius: 4px;
}
.button-box {
  text-align: center;
  background: #fff;
}
.button-box input {
  margin: 1em;
}
.button-box p {
  text-align: center;
}
/* ===============================
   フッター
================================ */
.footer-box {
  margin: 2em 0;
  font-size: 80%;
  line-height: 2em;
  vertical-align: middle;
}
.dotted-line {
  border-top: 1px dotted #999;
  width: 90%;
  margin: 1em auto;
}
/* ===============================
   ボタン
================================ */
/* ベースのボタンスタイル */
.google-btn {
  background-color: #f8f9fa; /* 薄いグレー背景 */
  border: 1px solid #dadce0; /* 薄い枠線 */
  border-radius: 4px; /* 角丸 */
  color: #3c4043; /* 文字色 */
  font-size: 14px;
  padding: 8px 16px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
/* ホバー時の効果 */
.google-btn:hover {
  background-color: #f1f3f4; /* 少し濃いグレー */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* クリック時の効果 */
.google-btn:active {
  background-color: #e8eaed;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* フォーカス時のアクセシビリティ対応 */
.google-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #4285f4; /* Googleブルーのフォーカスリング */
}
.text-center-line {
  position: relative;
  text-align: center;
  margin: 1em 0;
}
.text-center-line span {
  background: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
  color: #ff0000;
  font-weight: bold;
  font-size: 120%;
}
.text-center-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999;
}
/* ===============================
   個別ページ用
================================ */
.blueback{
  background: #4444a6;
}
.txt_red{
  color:#ff0000;
}
.tb{
  font-weight:bold;
}
.rental_txt{
  color:#FFF;
  font-weight:bold;
}
.txt_yellow{
   color:#FFED00;
}
/* ===============================
   確認ページ用
================================ */
.confirm_txt{
  margin:1em auto;
  text-align:center;
}
.confirm_txt p{
  color:#990099;
  font-weight:bold;
  font-size:120%;
}
.confirm_title{
  background:#464646;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
/* ===============================
   スマホ（767px以下）
================================ */
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 1em;
    width:100%;
  }
  .header-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .invoice {
    white-space: normal;
    font-size: 13px;
  }
  /* 見積テーブルを縦並び */
  .estimate-table {
    display: block;
    border: none;
    margin:0 auto;
  }
  .estimate-table tr,
  .estimate-table th,
  .estimate-table td {
    display: block;
    width: 100%;
  }
  .estimate-table tr {
    margin: 0;
  }
  .estimate-table th {
    text-align: center;
    font-weight: bold;
    padding: 0.6em;
    word-break: break-word;
    overflow-wrap: break-word;
    border: none;
    border-bottom: 1px solid #7070cf;
  }
  .estimate-table td {
    text-align: left;
    padding: 0.6em;
    word-break: break-word;
    overflow-wrap: break-word;
    border: none;
    border-bottom: 1px solid #7070cf;
  }
  input[type="submit"], input[type="reset"] {
    font-size: 16px;
    padding: 10px 16px;
    margin: 8px 4px;
  }
  .note, .error-link, .footer-box {
    padding: 1em;
  }
  .header-top{
    padding: 1em;
  }
  .button-box {
    text-align: center !important;
  }
  .button-box p {
    text-align: center;
  }
}