@charset "UTF-8";

html , body , div , applet , object , iframe ,
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre ,
a , abbr , acronym , address , big , cite , code ,
del , dfn , em , img , ins , kbd , q , s , samp ,
small , strike , strong , sub , sup , tt , var ,
b , u , i , center ,
dl , dt , dd , ol , ul , li ,
fieldset , form , label , legend ,
table , caption , tbody , tfoot , thead , tr , th , td ,
article , aside , canvas , details , embed ,
figure , figcaption , footer , header , hgroup,
menu , nav , output , ruby , section , summary ,
time , mark , audio , video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.08rem;
	color: #5C4B3A;
}
.company_info_table table tr th,
.company_info_table table tr td {
	font-size: 1rem;
	font-weight: 600;
}
@media screen and (min-width:768px) {
	.more_size,
	.more_size p,
	dl.area_list dt,
	dl.area_list dd,
	table tr th,
	table tr td,
	h1.subpage.page_title span,
	.faq_list dl dd p:before {
	font-size: 1.25rem;
	font-weight: 600;
	}
	.button a,
	.box_title,
	.content h3,
	p.submit_button input,
	p.previous_button input,
	p.morehalf_size {
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 2;
		letter-spacing: 0.12rem;
	}
	.section_title,
	.contact_title {
		font-size: 2rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.16rem;
	}
	.section_title_second {
		font-size: 2.25rem;
		font-weight: 600;
	}
	.sub_title,
	.content h3.sub_title {
		font-size: 3rem;
		font-weight: 600;
		letter-spacing: 0.24rem;
		line-height: 1;
	}
	.main_sub_title,
	.page_title {
		font-size: 4rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.32rem;
	}
	.blog_section_title {
		font-size: 6rem;
		font-weight: 600;
	}
	.main_title {
		font-size: 12.5rem;
		font-weight: 600;
		line-height: 100%;
		letter-spacing: 0.25rem;
	}
}
@media screen and (max-width:767px) {
	h1.subpage.page_title span {
		font-size: 1rem;
	}
	.more_size,
	.more_size p,
	dl.area_list dt,
	dl.area_list dd,
	table tr th,
	table tr td {
	font-size: 1rem;
	font-weight: 600;
	}
	.two_col h3.box_title {
		font-size: 1.15rem;
	}
	.sub_title {
	font-size: 1.25rem;
	font-weight: 600;
	}
	.section_title,
	.section_title_second {
	font-size: 1.3rem;
	font-weight: 600;
	}
	p a.tel_link {
		font-size: 1.6rem;
		font-weight: 600;
	}
	.page_title {
	font-size: 1.5rem;
	font-weight: 600;
	}
	.main_title,
	.main_sub_title {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3;
	}
	.blog_section_title {
	font-size: 3rem;
	font-weight: 600;
	}
}

/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure ,
footer , header , hgroup , menu , nav , section {
	display: block;
}
ol , ul {
	list-style: none;
}
blockquote , q {
	quotes: none;
}
blockquote:before , blockquote:after,
q:before , q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
	font-weight: bold;
	transition: .3s ease;
}