/*
Theme Name: twentynineteen-child
Template: twentynineteen
Theme URI: https://wordpress.org/themes/twentynineteen/
*/

/* ヘッダー上部フリーダイアル */
.contact-btn--tel {
	position: absolute;
	top: 0;
	right: 180px;
	color: #fff;
	padding: 0 10px;
	line-height: 20px;
	font-size: 14px;
	transition: all 0.3s;
}
.contact-btn--tel:hover {
	opacity: 0.6;
	color: #fff;
}
/* 施工実績ボタン追加 */
.mv-read h2{
	margin-bottom:20px;
}
.mv-read .head-btn a{
	display:block;
	width:280px;
	background-color: #0155a5;
    color: #fff;
    padding: 10px 0;
	text-align:center;
}
/* 施工実績 資料ダウンロードボタン */
.fixed-btn-wrap[data-type="no-img-btn"] .wrap {
	padding: 8px;
}
.fixed-btn-wrap[data-type="no-img-btn"] .wrap p {
	width: 100%;
	text-align: center;
}

.important-inline {
  color: #d9534f; /* 赤系で強調 */
  font-weight: bold;
  background-color: #fff3cd; /* 薄い黄色の背景 */
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #d9534f; /* 軽い枠線を追加 */
  display: inline;
}