/* user style */

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	トップページ（全体枠)
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pblock{
  max-width: 100%; /* デフォルトは1030px /powercmsx/themes/small_site/css/style.cssにオリジナル記載 */
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px
}

@media screen and (min-width:769px) and ( max-width:1090px) {
.pblock{
    min-width: 100%;/* デフォルトは1030px /powercmsx/themes/small_site/css/style.cssにオリジナル記載 */
}
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	トップページ（MV)
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.home-mv__imgbox {
    background: #fdfdfd;
}

.home-mv__item {
    max-height: 500px;
}

.home-mv__img {
	max-height: 500px;
}

@media screen and (max-width: 768.98px) {
  .home-mv__item {
    padding-top: 35px;
  }

  .home-mv__img {
     transform: scale(1.18);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	トップページ（contentsボタン)
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#sitetop_contents a::before{
	display:none;	/* 画像リンクの「＞」を非表示 */
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	トップページ（ニュース)
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.home-news{
padding: 50px 0 40px;
}

.home-news .ttl__style01{
margin-bottom: 30px!important;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	トップページ（お問い合わせボタン)
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#sitetop_inquiry{
	width: 560px;
    margin: auto;
}

@media print,(max-width: 769px) {
   #sitetop_inquiry{
	width: 100%;
}
}

#sitetop_inquiry a::before{
	display:none;	/* 画像リンクの「＞」を非表示 */
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	トップページ（バナー部分)　home-bnr の中に <a> タグが存在しない場合、padding を 0 にする
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.home-sec.home-bnr:not(:has(a)) {
    padding: 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	フッター（全体)
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ft{
	background: #eaeaea; /* 背景色の変更 */
}

      
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	h2 余白調整
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  @media print,(min-width: 769px) {
    .ttl__style01 {
        margin-bottom: 40px;
    }
}    
      
@media print, (min-width: 769px) {
    .ttl__style01:not(:first-child) {
        margin-top: 70px;
    }
}
     

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	表
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media print, (max-width: 769px){
  .table.tbl__style_3{
  font-size: 13px;
  }
  .table.tbl__style_3 td, .table.tbl__style_3 th {
      padding:0.75rem 5px;
   }
}