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

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


/* 柔軟なレイアウト */
:root {
	--sectionContentChildGapV: 30px;
	--PC_common_width: 1200px;
}

#GNAVI {
    font-size: 1.1em;
}

#HEADRCONTENTS .title {
    right: 0;
	left: inherit;
	display: none;
}

.top_service_box,
.top_service_box2 {
	position: relative;
}

.top_service_box img {
    width: 700px;
	margin-left: auto;
	display: block;
}

.top_service_box2 img {
    width: 700px;
	margin-left: 0;
	display: block;
}

.top_service_box div {
    position: absolute;
    top: 240px;
    padding: 20px;
    line-height: 2;
    background: rgba(245,245,245,0.8);
}

.top_service_box2 div {
    position: absolute;
    top: 220px;
    margin-left: 420px;
    padding: 20px;
    line-height: 2;
    background: rgba(245,245,245,0.9);
}

.aburakasu-bottom {
	margin-bottom: 27em;
}