
/* ===============================
   company_greeting style
   =============================== */

/* ============================================= company_greeting */
.greeting_box p {
	margin-bottom: 38px;
    line-height: 1.875;
}
.greeting_box .flex {
    gap: 0 35px;
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #afafaf;
}
.greeting_box .text_box {
    display: inline-block;
    width: 714px;
}
.greeting_box .image_box {
    display: inline-block;
    width: 190px;
}
.greeting_box .image_box p {
	text-align: center;
	margin-top: 5px;
    line-height: 1.5;
    font-size: 14px;
}
.greeting .company_index_has_child {
	left: 50%;
}
@media screen and (max-width: 768px) {
.greeting_box p {
	margin-bottom: 28px;
    line-height: 1.875;
	}
.greeting_box .flex {
    margin-bottom: 55px;
    padding-bottom: 20px;
	}
.greeting_box .text_box {
    display: block;
    width: 100%;
	}
.greeting_box .image_box {
    display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	}
.greeting_box .image_box p {
	margin-top: 15px;
	}
.greeting .company_index_has_child {
	left: 0%;
	}
body > section > div.inner.linkbanner_area > div > div > div {
    width: auto!important;
	}
}