@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	html {
		font-size: calc(1000vw / 1100);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 3rem 4.8rem 2.4rem;
	position: relative;
	box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.15);
}
#gHeader h1 {
	width: 18.8rem;
}
#gHeader .hLink {
	position: absolute;
	right: 39.4rem;
	top: 41%;
	font-size: 1.3rem;
}
#gHeader .hLink a {
	padding-right: 1.8rem;
	display: inline-block;
	letter-spacing: 0.24em;
	background: url(/lp/dinorex/assets/img/common/icon01.png) no-repeat right center;
	background-size: 1.4rem auto;
}
#gHeader .hLink a:hover {
	opacity: 0.7;
}
#gHeader .hTxt {
	position: absolute;
	right: 11.8rem;
	top: 2.3rem;
	text-align: right;
	font-size: 1rem;
	line-height: 1.75;
	font-weight: 400;
	font-feature-settings: "palt";
}
#gHeader .hTxt img {
	position: absolute;
	width: 5.1rem;
	top: 50%;
	right: -6.9rem;
	transform: translateY(-50%);
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 5.3rem;
		padding: 2.1rem 1.6rem 0.8rem;
		box-shadow: 0 2.54px 4.24px rgba(0, 0, 0, 0.15);
		box-sizing: border-box;
	}
	#gHeader h1 {
		width: 11.5rem;
	}
	#gHeader .hLink {
		display: none;
	}
	#gHeader .hTxt {
		right: 4.3rem;
		top: 1.7rem;
		font-size: 0.7rem;
		line-height: 1.57;
	}
	#gHeader .hTxt img {
		width: 2.6rem;
		right: -3.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fLogo {
	width: 28.3rem;
	margin: 0 auto 2.2rem;
}
#gFooter .fLink {
	margin-bottom: 8.1rem;
	text-align: center;
	font-size: 1.3rem;
}
#gFooter .fLink a {
	padding-right: 1.8rem;
	display: inline-block;
	letter-spacing: 0.24em;
	background: url(/lp/dinorex/assets/img/common/icon01.png) no-repeat right center;
	background-size: 1.4rem auto;
}
#gFooter .fLink a:hover {
	opacity: 0.7;
}
#gFooter address {
	padding: 3.3rem 0;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	background-color: #0096a0;
}
@media all and (max-width: 896px) {
	#gFooter .fLogo {
		width: 15.8rem;
		margin: 0 auto 1.2rem;
	}
	#gFooter .fLink {
		margin-bottom: 3.6rem;
		font-size: 1rem;
	}
	#gFooter .fLink a {
		padding-right: 1.5rem;
		background-size: 1.1rem auto;
	}
	#gFooter address {
		padding: 2.2rem 0;
		font-weight: 400;
		font-size: 1rem;
		letter-spacing: 0.02em;
	}
	#gFooter .copyright {
		padding-bottom: 8.2rem;
	}
}