@charset "utf-8";
/* CSS Document */

/*
 * テンプレートのPC用 CSS
 */


/* 変数 */
:root {
	--sectionContentPadding: 30px;
}



.top_service_box {
	position: relative;
}

.top_service_box img {
    width: 600px;
	margin-left: 400px;
}

.top_service_box div {
	position: absolute;
	padding: 30px;
    background: rgba(255,255,255,0.7);
    top: 120px;
    margin-right: 450px;
    line-height: 2.5;
}


#GNAVI {
    font-size: 1.1em;
}