.btn-main {
	display:inline-block;
padding:18px 70px;
font-size:16px;
font-weight:500;
letter-spacing:1px;
border:1px solid #fff;
color:#fff;
text-decoration:none;

}
.flexbox-left {
	display:flex;
justify-content:flex-start;
align-items:center;

}
.test-heading {
	.test-heading {
    font-size: 40px !important;
    color: red !important;
}

}
.heading-line-equip {
	/* ===== 設備案内 見出しライン（外枠 .heading に対して動作）===== */

.heading-line-equip {
    position: relative;
    padding-bottom: 12px !important; /* 見出しと線の距離 */
    padding-left: 7px !important;    /* 見出しを少し右へ */
}

/* 横線 */
.heading-line-equip::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #93d4e4;   /* ← 色は自由に変更可 */
    opacity: 1;
}

/* 見出し直下のコンテンツとの隙間（画像との間）*/
.heading-line-equip + * {
    margin-top: 5px !important;
}

/* ===== スマホ ===== */
@media screen and (max-width: 768px) {
    .heading-line-equip {
        padding-bottom: 12px !important;
        padding-left: 7px !important;
    }

    .heading-line-equip::after {
        height: 1px;
        opacity: 1;
    }

    .heading-line-equip + * {
        margin-top: 5px !important;
    }
}

}
@media screen and (min-width: 768px) {
	.text-right-pc {
		@media (min-width: 769px) {
  .flex-right-pc {
    display: flex !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

	}
}
@media screen and (max-width: 767px) {
}
