@charset "utf-8";
/*
Theme Name: sako
Theme URI: https://sako-kenji.com
Template: lightning
Description: sako
Author: upgrade
Tags: 
Version: 1.0.0
*/


/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:32%;
  }
}
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    .wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }

.contactform7-select {
	width: 200px;
	display: initial;
	margin-left: 5px;
}

.carousel-inner .item a img, .carousel-inner .item img {
	width: 100%;
	height: auto;
	max-height: 459px;
	max-width: 1200px;
	margin: 0 auto;
}

.field_box {
    margin-bottom: 10px;
    width: 290px;
    position: relative;
    text-align: left;
    background: #ebebeb;
    overflow: hidden;
    clear: both;
}
.field_box .field_box_text {
    width: 280px;
    height: auto;
    padding: 15px;
    float: left;
}
.field_box_map {
	width: 280px;
	float: right;
	border: 1px solid #000;
	
}
.offer_box a {
    /* text-decoration: underline !important; */
    display: block;
    width: 260px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8f001c;
}
.offer_box2 a {
    /* text-decoration: underline !important; */
    display: block;
    width: 260px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #fdf5e6;
}

@media(min-width: 480px) {
	.field_box {
    margin-bottom: 10px;
    width: 600px;
    position: relative;
    text-align: left;
    background: #ebebeb;
    overflow: hidden;
    clear: both;
	}
	.field_box .field_box_text {
    width: 550px;
    height: auto;
    padding: 15px;
    float: left;
	}
	.field_box_map {
		width: 600px;
		float: right;
		border: 1px solid #000;
	}
	.offer_box a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8f001c;
	}
	.offer_box2 a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #fdf5e6;
	}
}
@media(min-width: 768px) and (max-width: 1024px) {
	.field_box {
    margin-bottom: 10px;
    width: 550px;
    position: relative;
    text-align: left;
    background: #ebebeb;
    overflow: hidden;
    clear: both;
	}
	.field_box .field_box_text {
    width: 540px;
    height: auto;
    padding: 15px;
    float: left;
	}
	.field_box_map {
		width: 540px;
		float: right;
		border: 1px solid #000;
	}
	.offer_box a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8f001c;
	}
	.offer_box2 a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #fdf5e6;
	}
}
@media(min-width: 1024px) {
	.field_box {
    margin-bottom: 10px;
    width: 1180px;
    position: relative;
    text-align: left;
    background: #ebebeb;
    overflow: hidden;
    clear: both;
	}
	.field_box .field_box_text {
    width: 550px;
    height: auto;
    padding: 15px;
    float: left;
	}
	.field_box_map {
		width: 600px;
		float: right;
		border: 1px solid #000;
	}
	.offer_box a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8f001c;
	}
	.offer_box2 a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #fdf5e6;
	}
}

.field_box .field_box_text .field_box_list_text {
    padding: 10px 0;
    line-height: 180%;
    position: relative;
}
.field_box .field_box_text .field_box_list_text strong {
    padding-right: 10px;
    color: #FF0000;
}

body {
	background-color: #fff;
}
.siteHeader {
	background-color: #fff;
}
.col-md-offset-1 {
    margin-left: 10px;
}
@media (min-width: 1200px) {
	.col-md-3 {
    width: 380px;
	}
	.container {
    width: 1180px;
	}
}
h2 {
padding: .5em 0;
    border-top: 2px solid var(--vk-color-primary);
    border-bottom: 1px solid var(--vk-color-border-hr);
}
h3.section-title {
    text-shadow: 0 1px #ffffff;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    clear: both;
    font-size: 18px;
    margin: 40px 0px 35px;
    padding: 10px 10px 7px;
    background-color: #f4f4f4;
    border-left: 3px solid #5ead3c;
}
h4 {
  position: relative;
  padding: 0.6em;
}

h4:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
width: 0;
height: 0;
}
h5 {
  padding: 0.5em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
}
h6 {
background: #ff9900;
margin: 0px 0px 0px 0px;
font-size: 20px;
}
.moji_01 {
	padding: 2px 10px;
  background: #F90;
  color: #FFF;
  font-size: 20px;
  border-radius: 4px;
}
.moji_02 {
	padding: 2px 10px;
  background: #F90;
  color: #FFF;
  border-radius: 4px;
	border-border-bottom: 1px solid #f00;
}

.site-header-logo img {
    max-height: 75px;
}


.siteHeader .container {
    padding-top: 0px;
    padding-bottom: 4px;
}

@media (max-width: 767px){
.carousel-inner {
    width: 100%;
    margin-left: 0;
	}
}

footer {
    background-image: url(https://www.yumehagukumi.com/wp-content/uploads/2017/06/767254.png);
    background-repeat: no-repeat;
}
footer .footerMenu {
    background-color: #f5f5f5;
}

.faq-image p{
 display:inline-block;
 vertical-align:middle;
 padding-bottom:10px;
}

#faq-1 dt {
	background: #ec6b00;
	color: #fff;
	padding: 15px;
	border-radius: 2px;
	border-left-color: #ec6b00;
}
#faq-1 dt:before {
	background: url("https://www.upgrade-pc.net/wp-content/uploads/2017/10/FAQ_Q.gif") no-repeat top left;
	background-size: 40px 40px;
	padding: 10px 0px 10px 50px;
	content: "";
	font-weight: bold;
	margin-right: 0px;
}
#faq-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
	border-left-style: none;
}
#faq-1 dd:before {
	background: url("https://www.upgrade-pc.net/wp-content/uploads/2017/10/FAQ_A.gif") no-repeat top left;
	background-size: 40px 40px;
	padding: 10px 0px 10px 50px;
	content: "";
	font-weight: bold;
	margin-right: 0px;
}

#faq-q {
	list-style: none;
	background: url("https://www.upgrade-pc.net/wp-content/uploads/2017/10/FAQ_Q.gif") no-repeat top left;
	background-size: 40px 40px;
	padding: 10px 0px 10px 50px;
}
#faq-a {
	list-style: none;
	background: url("https://www.upgrade-pc.net/wp-content/uploads/2017/10/FAQ_A.gif") no-repeat top left;
	background-size: 40px 40px;
	padding: 10px 0px 10px 50px;
}
div.plice-list th.midashi {
	background-color: #ffdead;
	padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  font-weight: bold;
}
div.plice-list th.fee {
	background-color: #fcf8e3;
	width: 80%;
	padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
div.plice-list th.success {
	padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
	background-color: #fcf8e3;
	width: 25%;
}
div.plice-list td.active {
	padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
	border-right: 1px dashed #ddd;
	background-color: #f5f5f5;
	width: 60%;
}
div.plice-list td.active small {
	font-size: 85%;
}
div.plice-list td.plice {
	padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
	border-right: 1px dashed #ddd;
	background-color: #ffffff;
	width: 15%;
	text-align: right;
}
div.plice-list td.plice2 {
	padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
	border-right: 1px dashed #ddd;
	background-color: #ffffff;
	width: 20%;
	text-align: right;
}

/*----------------------------
他サイトへのリンク
-----------------------------*/
.infobox-left{
	background: none repeat scroll 0 0 #EEF1F7;
	border: 1px dashed #AEC4CD;
	clear: both;
  cursor: pointer;
  margin: 0 0 20px;
	text-align:left;
	padding-bottom:20px;
	font-size:small;
	/zoom: 1;
	overflow: hidden;
  padding: 15px 15px 0;
}
 
.infobox-left img {
	float:left;
	margin:0 15px 10px 0;
}

.infobox-left ul {
	list-style:none;
	line-height: 0px;
	margin-left: 50px;
}
.infobox-left li {
	line-height: 0px;
	float:left;
}

.infobox-left .hatena img
{
	float:right;
}

.widget ul {
	padding-left: 0px;
}
.wpp-thumbnail {
	margin: 0 15px 0 0;
	border: 1px solid #e5e5e5;
}

/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  padding:12px;
  margin:10px 0;
  border:1px solid #ddd;
  word-wrap:break-word;
  max-width:100%;
  border-radius:5px;
  background: #fbfaf8;
  cursor: pointer;
}
.blog-card:hover {
	background: #fee;
}
 
.blog-card-thumbnail{
  float:left;
}

.blog-card-thumb-image {
	width: 100px;
	height: 100px;
}
 
.blog-card-content{
  margin-left:110px;
  line-height:120%;
}
.blog-card-title{
  margin-bottom:5px;
  color: #337ab7;
  display: block;
}
 
.blog-card-title a{
  font-weight:bold;
  text-decoration:none;
  color:#337ab7;
}
 
.blog-card-excerpt{
  color:#333;
  font-size:90%;
}
 
.blog-card-footer{
  font-size:70%;
  color:#777;
  margin-top:5px;
  clear:both;
}
 
.clear{
  clear:both;
}

/* カレンダーレスポンシブカスタマイズ */
.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}


/*------------------------------------------------------------------------

ページヘッダーの背景を変更

------------------------------------------------------------------------*/
.page-header {
    /* 文字色 */
    color: #333;
    /* 背景画像 */
    background: url(https://sako-kenji.com/wp-content/uploads/2025/10/23677141.jpg) no-repeat 50% bottom;
    background-size: cover;
    min-height: 190px;
}
.page-header-title, h1.page-header-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: var(--vk-line-height-low);
    margin: 90px 0 0px 0;
}

.consultation-form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* ヘッダー部分 */
.form-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f0f8ff;
}

.form-header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

/* セクション見出し */
.section-heading {
  background-color: #fffacd;
  border-left: 5px solid #f0ad4e;
  padding: 10px 15px;
  margin: 30px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* セクション注意書き */
.section-note {
  margin: 10px 0 15px 0;
  font-size: 16px;
  color: #666;
}

/* 注意書きボックス */
.notice-box {
  background-color: #ffe4e1;
  border: 2px solid #ff9999;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.notice-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.notice-box .highlight {
  color: #d00;
  font-weight: bold;
}

.notice-box a {
  color: #ff6600;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.notice-box a:hover {
  text-decoration: underline;
}

.notice-box strong {
  color: #d00;
  font-weight: bold;
}

.notice-box .phone-number {
  display: inline-block;
  margin: 5px 0;
}

.notice-box .phone-number a {
  font-size: 22px;
  color: #ff6600;
}

/* フォームテーブル */
.form-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border: none;
  border-left: none !important;
}

.form-table tr {
  border-top: none;
  border-bottom: 1px dotted #ccc;
  border-left: none !important;
  border-right: none;
}

.form-table tr:first-child {
  border-top: 1px dotted #ccc;
  border-left: none !important;
}

.form-table tr:last-child {
  border-bottom: 1px dotted #ccc;
  border-left: none !important;
}

.form-table th {
  width: 19em;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  background-color: #fff;
  border: none !important;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
}

.form-table td {
  padding: 15px;
  vertical-align: middle;
  border: none !important;
  width: 400px;
}

.form-table2 td {
  padding: 15px;
  vertical-align: middle;
  border: none !important;
  width: 60%;
  background-color: #eef1f3;
}

.form-table3 td {
  padding: 15px;
  vertical-align: middle;
  border: none !important;
  width: 60%;
  background-color: #fffacd;
}

/* バッジスタイル（必須・任意） */
.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  line-height: 1.5;
  vertical-align: middle;
  flex-shrink: 0;
  margin-left: 10px;
  float: right;
}

.badge.required {
  background-color: #f90;
}

.badge.optional {
  background-color: #888;
}

.badge2 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  line-height: 1.5;
  vertical-align: middle;
  flex-shrink: 0;
  margin-left: 10px;
}

.badge2.required {
  background-color: #f90;
}

.badge2.optional {
  background-color: #888;
}

/* フォーム入力フィールド */
.form-table input[type="text"],
.form-table input[type="email"],
.form-table select,
.form-table textarea {
  width: 100%;
  max-width: 400px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  vertical-align: middle;
}

.form-table select {
  width: 400px;
  height: 45px;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="8"%3E%3Cpath fill="%23333" d="M0 0l6 8 6-8z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
  line-height: 1.5;
}

.form-table input[type="text"],
.form-table input[type="email"] {
  width: 400px;
  height: 45px;
  line-height: 1.5;
}

.form-table textarea {
  width: 550px;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  vertical-align: top;
}

.form-table input[type="text"]:focus,
.form-table input[type="email"]:focus,
.form-table select:focus,
.form-table textarea:focus {
  outline: none;
  border-color: #ff8800;
  box-shadow: 0 0 5px rgba(255, 136, 0, 0.3);
}

/* チェックボックス */
.form-table .wpcf7-list-item {
  display: block;
  margin: 6px 0;
  line-height: 1.8;
}

.form-table .wpcf7-list-item input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.form-table .wpcf7-list-item-label {
  margin-left: 5px;
  font-size: 16px;
  vertical-align: middle;
}

/* フィールド説明文 */
.field-description {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #666;
}

/* フィールド注意書き */
.field-note {
  margin: 8px 0 0 0;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* チェックボックスの親要素 */
.form-table .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: middle;
}

/* プライバシーポリシー */
.privacy-policy {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.8;
  max-height: 300px;
  overflow-y: auto;
}

/* プライバシーポリシー スクロールバー（Webkit系ブラウザ） */
.privacy-policy::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.privacy-policy::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.privacy-policy::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* プライバシーポリシー スクロールバー（Firefox） */
.privacy-policy {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.privacy-policy h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  color: #333;
}

.privacy-policy h6:first-child {
  margin-top: 0;
}

.privacy-policy p {
  margin: 10px 0;
}

.consent-text {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
}

.consent-text strong {
  color: #ff8800;
}

/* 同意チェックボックスのセル */
.acceptance-cell {
  padding: 20px 10px !important;
  text-align: center;
}

.acceptance-cell .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.acceptance-cell .wpcf7-list-item-label {
  margin: 0 10px 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.acceptance-cell .badge {
  vertical-align: middle;
  margin-left: 10px;
}

.acceptance-cell2 {
  padding: 20px 10px !important;
  text-align: left;
}

.acceptance-cell2 .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.acceptance-cell2 .wpcf7-list-item-label {
  margin: 0 10px 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.acceptance-cell2 .badge {
  vertical-align: middle;
  margin-left: 10px;
}

/* 送信ボタン */
.submit-button-wrapper {
  text-align: center;
  margin: 30px 0 20px 0;
}

.submit-button {
  background-color: #ff8800;
  color: #fff;
  border: none;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #ff9922;
}

.submit-button:active {
  background-color: #ee7700;
}

/* reCAPTCHA 注意書き */
.recaptcha-notice {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin: 20px 0;
  line-height: 1.6;
}

.recaptcha-notice a {
  color: #0066cc;
  text-decoration: none;
}

.recaptcha-notice a:hover {
  text-decoration: underline;
}

/* Contact Form 7 エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 4px;
  font-size: 16px;
}

.wpcf7-mail-sent-ok {
  background-color: #e7f4e7;
  border: 1px solid #4caf50;
  color: #2d7a2d;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background-color: #fff5f5;
  border: 1px solid #ff6b6b;
  color: #d63031;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .consultation-form {
    padding: 15px;
  }

  .form-header {
    padding: 15px;
  }

  .section-heading {
    font-size: 16px;
  }

  .notice-box {
    padding: 12px 15px;
  }

  .notice-box .phone-number a {
    font-size: 18px;
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    border: none !important;
    padding: 10px;
  }

  .form-table th {
    border-bottom: none !important;
    padding-bottom: 5px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form-table tr {
    border-bottom: 1px dotted #ccc !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    display: block;
    margin-bottom: 20px;
  }

  .form-table tr:first-child {
    border-top: 1px dotted #ccc !important;
  }

  .badge {
    margin-right: 10px;
  }

  /* モバイルでは入力フィールドを100%幅に */
  .form-table input[type="text"],
  .form-table input[type="email"],
  .form-table select {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px;
  }

  .form-table textarea {
    width: 100% !important;
    max-width: 100% !important;
  }

  .submit-button {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
  }

  .privacy-policy {
    max-height: 250px;
    padding: 15px;
  }
}

/* タブレット対応 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .consultation-form {
    max-width: 700px;
  }

  .form-table input[type="text"],
  .form-table input[type="email"],
  .form-table select {
    width: 350px;
  }
}

/* 小さいスマートフォン対応 */
@media screen and (max-width: 480px) {
  .consultation-form {
    padding: 10px;
    font-size: 14px;
  }

  .form-header p {
    font-size: 14px;
  }

  .section-heading {
    font-size: 15px;
    padding: 8px 12px;
  }

  .notice-box {
    padding: 10px 12px;
    font-size: 14px;
  }

  .notice-box p {
    font-size: 14px;
  }

  .notice-box .phone-number a {
    font-size: 16px;
  }

  .form-table th,
  .form-table td,
  .form-table .wpcf7-list-item-label,
  .field-description,
  .field-note {
    font-size: 14px;
  }

  .form-table input[type="text"],
  .form-table input[type="email"],
  .form-table select,
  .form-table textarea {
    font-size: 16px; /* iOS のズーム防止のため16px以上を維持 */
  }

  .submit-button {
    font-size: 15px;
  }

  .privacy-policy {
    max-height: 200px;
    font-size: 14px;
  }

  .privacy-policy h6 {
    font-size: 15px;
  }
}

/* Contact Form 7 スピナー */
.wpcf7 .ajax-loader {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

/* プレースホルダーのスタイル */
.form-table input::placeholder,
.form-table textarea::placeholder {
  color: #999;
  font-size: 16px;
}

.wpcf7 table p {
    margin: 0;
    display: inline;
}

.site-footer-copyright p:nth-child(2) {
    display: none;
}