/*
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.1744178598
Updated: 2025-04-09 15:03:18

*/


.toshin-font {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

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

/*ハンバーガーメニューカスタマイズ*/
.vk-mobile-nav-menu-btn {
    border: none;
    background-image: url("http://itayou.xsrv.jp/toshindenko2025/wp-content/uploads/2025/04/m-menu.png");
	  background-size: cover;
}

.vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-image: url("http://itayou.xsrv.jp/toshindenko2025/wp-content/uploads/2025/04/m-batsu.png");
	  background-size: cover;
}

.mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
    right: 10px !important;
    top: 17px !important;
}

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


/*　線のみのテーブル　*/
.table_design03 {
  border-collapse: collapse;
  width: 100%;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 2em;
}
.table_design03 th {
  border-bottom: 2px solid #000;;
  font-weight: bold;
  text-align: center;
  width: 30%;
  min-width: 4em;
}

@media screen and (max-width: 800px) {
  .table_design03 {
    width: 100%;
  }
  table.table_design03 th,
  table.table_design03 td {
    display: block;
    width: 100%;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  .tbody {
    border-color: rgba(255, 255, 255, .0) !important;
  }
}

/*―――レイアウト調整―――*/
.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;
}