/*
Theme Name: ita custom theme
Theme URI: https://ita.ne.jp
Template: lightning
Author: I.T.A.Group
Author URI: https://ita.ne.jp
Description: love and peace
Tags: love and peace
Version: 15.29.0.1733991943
Updated: 2024-12-12 17:25:43

*/

/*投稿詳細ページ　フッターのカテゴリ、タグなどの情報を非表示*/
.entry-footer {
    display: none !important;
}

/*TOPに戻るボタンカスタマイズ*/
.page_top_btn {

    /*ボタンの大きさ*/
    width: 60px;
    height: 58px;
    
    /*ボーダーの種類と色*/
    border: solid #fff;
    
    /*ボタンの背景色*/
    background:#2a617c;
    
    /*ボタンの丸み*/
    border-radius: 50%;
    
    /*ボタンの中の画像（デフォルトのもの）*/
     background-image: var(--ver_page_top_button_url);
    
    /*ボタンの中の画像サイズと位置など*/
    background-size:50%;
    background-repeat: no-repeat;
    background-position: center;
    /*シャドウ効果なし*/
     box-shadow: none;
    }

/*―――レスポンシブ　フォームテーブル―――*/
table.tb01 {
	border-collapse: collapse;
	width: 100%;
}
.tb01 th,
.tb01 td {
	background: #fff;
	padding: 24px;
	border: solid 1px #ccc;
	box-sizing:border-box;
}
.tb01 th {
	background: #efefef;
	text-align:left;
	width:30%;
	font-size: 1em !important;
}
@media screen and (max-width: 800px) {
	.tb01 {
		width: 100%;
	}
	table.tb01 th,
	table.tb01 td {
		display: block;
		width: 100%;
		border-bottom:none;
	}
	.tb01 tr:last-child {
		border-bottom: solid 1px #ccc;
	}
}



/*―――「必須」デザイン―――*/
.required-srt {
	font-size:0.9em;
	padding: 6px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background: #ff9c00;
	color: #ffffff;
}

/*―――「任意」デザイン―――*/
.any-srt {
	font-size:0.9em;
	padding: 6px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background: #5a5a5a;
	color: #ffffff;
}

/*―――ボタン横並び―――*/
.contact-b {
	margin: auto;
	border: 0 !important;
	width: auto;
}
.contact-b td th {
	padding: 0rem 0rem !important;
}
.contact-b {
	border: 0 !important;
}

/*―――確認画面非表示―――*/

.mw_wp_form_confirm .input-text {
  display: none;
}


/*―――個人情報の取得に同意―――*/
.pp-doui {
	text-align: center;
}

.pp-box {
	padding: 3em 1em 1em 1em;
	margin: 2em 0;
	color: #2c2c2f;
	background: #efefef;/*背景色*/
	border-radius: 5px;
}


/* チェックボックス01 */
input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
 
/*ーーーーーーーーーーーーーーーー*/

/*  余白調整 */

.mb30 {
	margin-bottom: 30px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb100 {
	margin-bottom: 100px !important;	
}