/*!
Theme Name: みえ・ロボット推進ネットワーク
Template: al-house-maker
Description: 工務店ホームページ制作パックの子テーマ 
Theme URI: https://www.aster-link.co.jp/
Author: 株式会社アスターリンク
Author URI: https://www.aster-link.co.jp/
Version: 1.0.0
*/
.p-home-concept__body__text-area__text li {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

/* フッターナビ資料請求 */
.p-floating-link__request::before {
	position: absolute;
	content: "";
	top: 15px;
	left: calc(50% - 17px);
	width: 34px;
	height: 38px;
	background: url(images/icon/icon_mail.svg) no-repeat;
	background-size: contain;
	background-position: center;
}

@media only screen and (max-width: 599px) {
    /* フッターナビ資料請求 */
    .p-floating-link__request{
        width: 70%;
    }
    .p-floating-link__request::before {
		top: 12px;
        left: 35%;
        width: 28px;
        height: 35px;
	}
}