@charset "UTF-8";
/* sp(320px) */

/* 初回特典 */
#tokuten .ttl {
	inline-size:192px;
	margin-inline: auto;
}
#tokuten .msg {
	font-size: 14px;
	text-align: center;
	margin-block-start: 1em;
}
#tokuten .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: .8em;
	max-inline-size: 85%;
	margin-inline: auto;
	margin-block-start: 1.2em;
}

/* 施工実績 */
#case {
	margin-block-start: 15px;
}


/* 会社概要 */
#company {
	margin-block-start: 50px;
}
#company .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
}
#company .grid .txt {
	padding-inline-start: 0;
}
#company .grid .img figure {
	max-inline-size: 184px;
	margin-inline: auto 0;

}

#company dl {
	display: grid;
	grid-template-columns: 6em auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
	margin-block-end: 0;
}
#company dl dt,
#company dl dd {
	padding-block: .8em;
}
#company dl dt:not(:last-of-type),
#company dl dd:not(:last-of-type) {
	border-block-end: 1px dotted #c8c8c8;
}
#company dl dt {

}
#company dl dd {
	margin-inline-start: 0;
}

/* 施工実績 */
#case .inner {
	max-inline-size: 100%;
	padding-inline: 0px;
	margin-inline: auto;
}


/* お問い合わせ */
#form_area {
	background-color: #f7f4ea;
}
#form_area.thanks {
	background-color: #fff;
}
#form_area .hl {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	text-align: center;
}
#form_area .msg {
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	text-align: center;
	margin-block-start: 1em;
}







@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/* 初回特典 */
#tokuten .ttl {
	inline-size: 207px;
}
#tokuten .msg {
	font-size: 15px;
}
#tokuten .grid {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 3.6%;
	row-gap: 0;
	max-inline-size: 919px;
	margin-inline: auto;
	margin-block-start: .5em;
}

/* 施工実績 */
#case {
	margin-block-start: 0px;
}

/* 会社概要 */
#company {
	margin-block-start: 60px;
}
#company .grid .img figure {
	max-inline-size: 220px;
}

/* お問い合わせ */
#form_area .hl {
	font-size: 24px;
}



	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* 初回特典 */
#tokuten .ttl {
	inline-size: 276px;
}
#tokuten .msg {
	font-size: 16px;
}

/* 会社概要 */
#company .grid {
	grid-template-columns: 68% 29%;
	column-gap: 3%;
	row-gap: 0;
}
#company .grid .txt {
	padding-inline-start: 0;
}
#company .grid .img {
	display: grid;
	align-items: end;
}
#company .grid .img figure {
	max-inline-size: 250px;
	margin-inline: 0 auto;
}

#company dl {
	grid-template-columns: 8em auto;
	column-gap: 0;
	row-gap: 0;
}

/* 施工実績 */
#case .inner {
	max-inline-size: 1080px;
	padding-inline: 20px;
	margin-inline: auto;
}

/* お問い合わせ */
#form_area .hl {
	font-size: 28px;
}

/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 900px) {
/* pc */

/* 初回特典 */
#tokuten .ttl {
	inline-size: 345px;
}
#tokuten .msg {
	font-size: 18px;
}

/* 会社概要 */
#company {
	margin-block-start: 80px;
}
#company .grid .txt {
	padding-inline-start: 15%;
}
#company dl {
	grid-template-columns: 9em auto;
}

/* お問い合わせ */
#form_area .hl {
	font-size: 36px;
}



/* end of media query(pc) */
}