@charset "UTF-8";
/* css Service [top] */

@import url("../content.css");
@import url("main.css");

/*---------------------------------------------------- */
/* Service */
/*---------------------------------------------------- */
/*== Area ==*/
.service-template {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.service-template__title {
	padding: 0;
	margin: 0 auto;
}

/*== Contents ==*/
.service-template__block {
	padding: 0;
	margin: 0 auto;
	height: auto;
}


/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox p em {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-size: 110%;
	font-weight: 800;
	font-style: normal;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Service */
/*---------------------------------------------------- */
/*== Area ==*/
.service-template {
	padding-bottom: 10px;
}

/*== Contents ==*/
.service-template__block {
	margin-top: 40px;
	padding-bottom: 35px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* Service */
/*---------------------------------------------------- */
/*== Area ==*/
.service-template {
	padding-bottom: 5px;
}

/*== Contents ==*/
.service-template__block {
	margin-top: 30px;
	padding-bottom: 30px;
}



}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* Service */
/*---------------------------------------------------- */
/*== Area ==*/
.service-template {
	padding-bottom: 0;
}

/*== Contents ==*/
.service-template__block {
	margin-top: 25px;
	padding-bottom: 25px;
}



}