/*x
Theme Name: 常石商事株式会社 オリジナルテーマ
Author: *
Description: Template
Version: 1.0
*/

.health .health-message .message {
    background-image: url(/dev/wp-content/themes/TSUNEISHI/src/images/message-bg.webp);
}

.contact .cf7 select {
    padding-left: 34px;
    background-color: #fff;
    background-image: url(/dev/wp-content/themes/TSUNEISHI/src/images/selector.svg);
}

@media screen and (max-width: 767px) {
    footer .site-title {
        align-items: flex-start;
    }
}

/* アンカーリンク上調整 */
#philosophy {
  scroll-margin-top: 120px;
}

#profile {
  scroll-margin-top: 120px;
}
#business{
  scroll-margin-top: 120px;
 }
#history{
  scroll-margin-top: 120px;
} 
#managementsystem{
  scroll-margin-top: 120px;
} 
#top-profile{
  scroll-margin-top: 120px;
}

/* 会社概要罫線 */
.company .border-list-item {
/*   display: flex;
  align-items: center; */
  border-bottom: 1px solid #000;
}
.company .border-list-item .head,
.company .border-list-item .element-group {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .company .border-list-item {
    border-bottom: none;
  }
}

/* ヘッダーブレイクポイント */


@media screen and (max-width: 1020px) {
    .header-top .search-contact {
        display: none;
    }
	.grobal-nav{
		display: none;
	}
	.hamburger {
    display:  inline-flex !important;
}
}

/* 私たちの仕事非表示 */
.menu-item-20{
	display:none;
}
#menu-item-27{
	display:none;
}
#menu-item-38{
	display:none;
}


/* トップページインタビュー非表示 */
.top-interview {
	display:none !important;
}

/* spロゴ位置調整 */
.sp-nav__brand .logo-corporate {
	margin-left:0.5px;
}
@media screen and (max-width: 1020px) {
    .site-title a .logo-corporate {
		margin-left:-3px;
	}
}

	.sub-template .station-list .list{
		justify-content: flex-start;
	}