@media screen and (min-width: 768px){/* 見出し設定 */#TEX03_SINGLE_2 .heading:before {  position: absolute;  bottom: -6px;  left: 0;  width: 20%;  height: 6px;  content: '';  background: #ffc778;}/* 各種クリーニング見出し設定 */#TEX03_LIST_4 .heading:after {  position: absolute;  content: '';  top: 100%;  left: 30px;  border: 15px solid transparent;  border-top: 15px solid #ffebbe;  width: 0;  height: 0;}/*お問い合わせアイコン設定*/#TEX03_LIST_4 .link > a.link-1:before {  font-family: "Font Awesome 5 Free";  content: "\f101";  font-weight: 900;  position: absolute;  font-size: 1em;  left: 22px;  top: 10px;  color: #556b39;  font-weight: 900;}}@media screen and (max-width: 767px){/* 見出し設定 */#TEX03_SINGLE_2 .heading:before {  position: absolute;  bottom: -6px;  left: 0;  width: 16%;  height: 6px;  content: '';  background: #ffc778;}/* 各種クリーニング見出し設定 */#TEX03_LIST_4 .heading:after {  position: absolute;  content: '';  top: 100%;  left: 20px;  border: 12px solid transparent;  border-top: 12px solid #ffebbe;  width: 0;  height: 0;}/*お問い合わせアイコン設定*/#TEX03_LIST_4 .link > a.link-1:before {  font-family: "Font Awesome 5 Free";  content: "\f101";  font-weight: 900;  position: absolute;  font-size: 1em;  left: 15px;  top: 10px;  color: #5F5F5F;  font-weight: 900;}}