@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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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: #2B2B2B;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #2B2B2B;
}
a:hover {
	color: #2B2B2B;
}
a:active {
	color: #2B2B2B;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #2B2B2B;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
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: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #FFF;
}
#gHeader .hBox {
	padding: 0 0 0.2rem 1.6rem;
	margin: 0 auto;
	max-width: 142.9rem;
	align-items: center;
}
#gHeader h1 {
	padding-bottom: 0.1rem;
}
#gHeader h1 a {
	display: inline-block;
}
#gHeader .btn {
	width: 33rem;
	box-shadow: 0 0 5rem rgba(255, 255, 255, 0.5);
}
#gHeader .btn a {
	display: block;
}
#gHeader .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 0 1rem 0rem;
	}
	#gHeader h1 {
		padding-bottom: 0.4rem;
		width: 9rem;
	}
	#gHeader .btn {
		width: 18rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {

}
#gFooter address {
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.075em;
		background-color: #2B2B2B;
			padding: 1.3rem 1rem 1.1rem;

}
@media all and (max-width: 896px) {
	#gFooter {

	}
	#gFooter address {
		font-size: 1rem;
	}
}



.manuel_btn {
  margin-top: 20px;
  text-align: center;
}
.manuel_btn a {
    font-size: 16px;
    color: #fff;
    background-color: #0A6FB4;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
	border: #0A6FB4 2px solid;
}

.manuel_btn a:hover {
	color: #0A6FB4;
	background-color: #fff;
}

.ft{
	background-color: #fff;
}


.ft_inner{
    width: 1160px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.ft_right{
	    width: 37%;
    margin-top: 8px;
}

.ft_nav{
    display: flex
;
    justify-content: space-between;
    width: 100%;

}

.ft_nav li a{
	font-size: 14px;
}


@media all and (max-width: 1200px) {
.ft_inner{
	width: 90%;
	margin: 0 auto;

	
}

}

@media all and (max-width: 896px) {
	.ft_inner{
		padding: 40px 0;
}
.ft_left{
	width: 100%;
	text-align: center;
}

.ft_right{
	width: 100%;
}

.ft_nav li {
    margin: 30px 0;
}

.ft_inner .btn{
	    text-align: center;
    margin: 0 auto;
}
}