/* カスタマイズ上書きなど */

.slick-next:before,
.slick-prev:before {color:#ccc;}

.footer-Widget a:hover{color: #fff !important; opacity: 0.6 !important;}
.footer-Widget_Title{margin-bottom: 1em;}
.footer-Widget + .footer-Widget {margin-top: 1em;}
.page-EntryBody a:not(.wp-block-button__link):not(.btn):hover{text-decoration: underline;}

a.header-ContactWeb_Btn:hover,
a.header-NavSecond_Link:hover,
a.unit-Feature_Link:hover,
a.unit-Info_Link:hover,
a.unit-OutlineItem_Link:hover{color: #fff;}

.unit-OutlineItem_Img.-customer{
	display:flex;
	justify-content:center;
	max-height:168px;
}
.unit-OutlineItem_Img.-customer>img
{
	border-radius: 5px;
	object-fit:cover;
}

.header-ContactTel small
{
	font-size: 1.1rem;
	margin-top: 0.15em;
}

.unit-News_Title{
	display: flex;
  justify-content: flex-start;
  align-items: center;
}
.unit-News_Title>.icon{
	margin-right:0.4rem;
}

.unit-PageHeader_Date {
    font-size: 2rem;
    width: 5.5em;
	  margin: 0 auto 8px;
}
.unit-EntryBody_Date {
    font-size: 1.8rem;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
}


/* トップ ブログ */
.unit-BlogItem{
	padding-bottom: 30px;
	border: none;
}
.unit-BlogItem_Link{
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding-bottom: 10px;
}
.unit-BlogMeta{
	padding-top: 10px;
}


/* パンくず */
.unit-BreadCrumb_Items{
	margin-top:1rem;
	margin-bottom:1rem;
}
.unit-BreadCrumb_Link{
	font-size: 1.1rem;
}
.unit-BreadCrumb_Link:hover{
	border-bottom:none;
	opacity:.5;
}
.unit-BreadCrumb_Item:after{
	width: .6em;
  height: .6em;
	margin-right: 1em;
  margin-left: 1em;
	transform: translateY(-0.1em) rotate(45deg);
}

/* 現場レポート 調整 */
.unit-EntryBody_Date{
	font-family: "Roboto Condensed",sans-serif;
}

/* contact form 7 調整 */
.wpcf7-form-control.wpcf7-radio{
	display:flex;
	flex-direction:column;
}

/* Bootstrap 調整 */
.btn{
	padding:1rem;
	font-size:1.8rem;
}
.btn.disabled{
	background: #ccc;
	border-color: #ccc;
}

/* カテゴリメニュー */
#category-area {padding-left: 24px;}
.side-list-title {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.side-list
{
	text-align: left;
	background: #fff;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 8px 0;
}
.side-list + .side-list-title {margin-top: 2em;}
.side-list li
{
	display: block;
	background-color: white;
}
.side-list li.current-cat > a {font-weight: bold; color:#100964;}
.side-list li > a
{
	position: relative;
	display: block;
	padding: 6px 0 6px 16px;
	font-size: 13px;
	color: #333;
}
.side-list li .children {
	padding-left: 0;
}
.side-list li .children > li {padding-left: 1.5em;}
.side-list li > a:hover {text-decoration: none; font-weight: bold; color: #100964;}
.side-list li > a:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 8px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	transform: rotate(45deg) translate(-6px, -3px);
	transform-origin: top left;
	transition: left 0.25s ease;
}
.side-list li > a:hover:before {
	left: 12px;
	border-color: #100964;
}
.side-list .cat-item-none {display:none;}/* 未分類を除外しているとき、「カテゴリなし」が表示されないようにしている */

.side-list > a {color: #333; line-height: 1.6; transition: all .25s;}/* タグクラウド用 */
.side-list:hover > a {opacity: .6;}/* タグクラウド用 */
.side-list:hover > a:hover {opacity: 1; text-decoration: underline;}/* タグクラウド用 */

/* ブログページナビゲーション */
.page_navi{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.page_navi > li {
	list-style: none;
	padding: 4px;
}
.page_navi > li > a, .page_navi > li > span{
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 1.5rem;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background:#fff;
	padding: 8px 15px;
	white-space: nowrap;
	color: #444;
}

.page_navi > li > a:hover, .page_navi > li.current > span{
	border-color: #100964;
	background: #100964;
	color: #fff;
}


.unit-EntryItem_Link .unit-EntryItem_Img{transition:transform 0.25s ease-out;}
.unit-EntryItem_Link:hover .unit-EntryItem_Img{transform:scale(1.05);}
.unit-EntryItem_Excerpt{color:#444;}


/* セミナー一覧のテーブル */
.unit-Seminar{
	margin-bottom: 8rem;
}
.unit-Seminar{
	overflow: hidden;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 5px;
}
.unit-Seminar_Table {
	font-size: 1.4rem;
	line-height: 1.3;
	width: 100%;
	border-collapse: collapse;
}

.unit-Seminar_Caption {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	padding-bottom: 0.5em;
	text-align: left;
}

.unit-Seminar_Caption img {
	margin-right: 1rem;
}

.unit-Seminar thead {
	/* border-top: 1px solid rgb(217, 217, 217); */
	border-bottom: 1px solid rgb(217, 217, 217);
	background-color: #ecf5f7;
}

.unit-Seminar thead th {
	padding: 0.5em 0;
	text-align: center;
}

.unit-Seminar th {
	font-weight: normal;
}

.unit-Seminar th,
.unit-Seminar td {
	vertical-align: middle;
}

.unit-Seminar tbody tr {
	border-bottom: 1px solid rgb(217, 217, 217);
}

.unit-Seminar tbody th {
	width: 8em;
}

.unit-Seminar tbody td {
	padding: 0.9em 0;
	text-align: center;
}
.unit-Seminar th + th,
.unit-Seminar td + td {
	border-left: 1px solid rgb(217, 217, 217);
}

.unit-Seminar .btn-group{
	text-align: center;
	padding: 1rem;
}
.unit-Seminar .btn-group .w-100{width: 100%!important;}
.unit-Seminar .btn-group .btn-primary:hover{opacity: 0.6;}

.warning{
	border-radius: 5px;
	padding: 1rem;
	background-color: #E83C24;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


/* ご相談の流れページ */

/* /////////////////////////////////////////// ご相談の流れ内要素 */
#consultation .page-EntryBody ul li .content_title
{
	position: relative;
}
#consultation .page-EntryBody .illust
{
	position: relative;
	text-align: center;
}
#consultation .page-EntryBody .illust > img
{
	position: relative;
}
#consultation .page-EntryBody .illust::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 100%;
	background: #eee;
}


/* フッターグローバルサイン */
#ssl{display: flex; justify-content: center; align-items: center; margin-top: 60px;}
#ssl-txt{padding-left: 8px; color: #fff;}
