/*
Theme Name: ITA-Custom
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.4.1740017404
Updated: 2025-02-20 11:10:04

*/

/* コピー禁止 */
table,
a,
h4,
h3,
h2,
h1,
p,
img,
ul,
ol {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/*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;
    }

/*ページ内リンクのずれ対策*/
.anchor {
  padding-top: 100px;
  margin-top: 100px;
}



/*―――レイアウト調整―――*/
.mt30 {
	margin-top: 30 !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mt200 {
  margin-top: 200px !important;
}

/*―――　PC SP　切り替え―――*/
.sp {
    display: none;
}

@media screen and (max-width:800px) {
	.pc {
		display: none;
	}

    .sp {
        display: block;
    }
}


/*―――レスポンシブ　テーブル―――*/
table.tb01{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 24px;
  border: solid 1px #ccc;
  box-sizing:border-box;
	font-size: 1rem !important;
}
.tb01 th {
	background: #efefef;
	text-align:left;
	width:30%;
  
}
@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;
  }
}



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


/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.9em;
padding: 3px 6px 3px 6px;
border-radius: 5px;
margin-left: 10px;
background: #b70000;
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;
}

.header-top .header-top-description {
    font-size: 0.65rem !important;
}

/*ハンバーガーメニューカスタマイズ*/
.vk-mobile-nav-menu-btn {
    border: none;
    background-image: url("https://www.gaikoku-jin.net/ofp-2025/wp-content/uploads/2025/04/m-menu-3.png");
	  background-size: cover;
}

.vk-mobile-nav-menu-btn .menu-open {
    border: none;
    background-image: url("https://www.gaikoku-jin.net/ofp-2025/wp-content/uploads/2025/04/m-batsu_kuro.png");
	  background-size: cover;
}

.page-header-title, h1.page-header-title {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: -8px !important;
}

/*　ンバーガーメニュー位置調整　*/
.vk-mobile-nav-menu-btn.position-right {
    left: inherit;
    right: 8px !important;
    top: 13px !important;
}

/*―――個人情報の取得に同意―――*/
.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;
	background: #ffffff;
}

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: '';
}
 
/*ーーーーーーーーーーーーーーーー*/

/* 投稿詳細ページ　タイトル */
.entry-title {
    padding: .5em 0;
    border-top: 2px solid var(--vk-color-primary);
    border-bottom: 1px solid var(--vk-color-border-hr);
	margin-top: 0;
    margin-bottom: var(--vk-margin-headding-bottom);
    line-height: var(--vk-line-height-low);
}

/* 投稿詳細ページ　投稿ボディ下余白 */
body.single-post .entry-body {
	margin-bottom: 80px !important;
}



.wid-35 {
	width: 40% !important;
}
