@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #262626;
	text-decoration: none;
	transition: all 0.3s;
}
a:visited {
	color: #262626;
	transition: all 0.3s;
}
a:hover {
	color: #262626;
	transition: all 0.3s;
}
a:active {
	color: #262626;
	transition: all 0.3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #262626;
	font-size: 1.9rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	margin-bottom: 37px;
}
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 {
		min-width: inherit;
		font-size: 1rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 21px 0 14px;
}
#gHeader h1 {
	margin-top: -3px;
}
#gHeader .comBox {
	display: flex;
	justify-content: space-between;
}
#gHeader .lBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .txtBox {
	width: 355px;
	margin-right: 11px;
	font-weight: 600;
}
#gHeader .txtBox .txt01 {
	padding-bottom: 1px;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 1px;
	background-color: #23AD69;
}
#gHeader .btn {
	width: 131px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.17rem;
	font-weight: 900;
	line-height: 1.3;
	border-radius: 10px;
	background-color: #FF2628;
}
#gHeader .telTxt {
	margin-bottom: 4px;
	font-size: 4rem;
	color: #ff1c38;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 2px;
}
#gHeader .telTxt a {
	color: #ff1c38;
}
#gHeader .telTxt .size {
	display: inline-block;
	vertical-align: middle;
	font-size: 2.4rem;
	letter-spacing: 0;
	color: #000;
}
#gHeader .txtBox .txt02 {
	font-size: 1.2rem;
	color: #23ad69;
	font-weight: 900;
	letter-spacing: 0.4px;
}
#gHeader .linkList {
	position: fixed;
	right: 0;
	z-index: 6;
	top: 50%;
	transform: translateY(-50%);
}
#gHeader .linkList li {
	margin: 10px 0;
}
#gHeader .linkList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader .lBox {
		display: none;
	}
	#gHeader .comBox {
		margin: 0;
	}
	#gHeader {
		padding: 0;
	}
	#gHeader h1 {
		margin: 0 auto;
		padding: 10px 0 7px;
		width: 54%;
		max-width: 200px;
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	font-size: 1.7rem;
	text-align: center;
}
#gFooter address {
	padding: 6px 0 10px;
	font-style: normal;
	color: #fff;
	background-color: #23AD69;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 56px;
		position: relative;
		font-size: 1rem;
	}
	#gFooter address {
		padding: 4px 0 5px;
	}
	#gFooter .linkList {
		margin-top: -4px;
		padding: 5px 10px 7px;
		display: flex;
		justify-content: center;
		position: fixed;
		bottom: 0;
		z-index: 6;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		background-color: #FF0000;
	}
	#gFooter .linkList li {
		margin: 4px 5px 0;
	}
}
@media all and (max-width: 374px) { 
	#gFooter {
		padding-bottom: 14.9%;
	} 
}

.wh_head_line {
	background: #003686;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	padding: 5px 15px;
}
@media all and (max-width: 768px) {
	.wh_head_line {
		font-size: 18px;
	}
}

.privacy {
	height: 200px;
	overflow-y: scroll;
	border: 1px solid;
	margin: 0 0 30px;
	padding: 10px;
	line-height: 1.8;
}
@media all and (max-width: 768px) {
	.privacy {
		font-size: 12px;
	}
}
.privacy h4 {
	background: #e94746;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media all and (max-width: 768px) {
	.privacy h4 {
		font-size: 14px;
	}
}