@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 {
	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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "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%;
}

a,
a:link {
	color: #161616;
	text-decoration: none;
	transition: 0.3s;
}

a:visited {
	color: #161616;
}

a:hover {
	color: #161616;
}

a:active {
	color: #161616;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1004px;
	color: #161616;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 45px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 48px;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto 7px; 
	padding: 12px 3px 10px;
	max-width: 945px;
	border-bottom: 1px solid #BFBFBF;
	box-sizing: border-box;
}
@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		max-width: inherit;
		margin-bottom: 10px !important;
		padding: 9px 37px 8px 10px;
		position: relative;
		border: none;
		box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,0.35);
		z-index: 99;
		background-color: #F9FAFC;
	}
	#gHeader h1 {
		width: 98px;
		float: left;
		position: relative;
		z-index: 99;
	}
	#gHeader .menu {
		width: 30px;
		position: absolute;
		right: 4px;
		top: 4px;
		z-index: 99;
		cursor: pointer;
	}
	#gHeader .link {
		margin-top: 3px;
		width: 128px;
		float: right;
		letter-spacing: -1px;
		font-size: 0.9rem;
		position: relative;
		z-index: 99;
	}
	#gHeader .link a {
		color: #006bcd;
		text-decoration: underline;
	}
	#gHeader .menuBox {
		display: none;
		position: absolute;
		left: 0;
		top: 42px;
		width: 100%;
		z-index: 98;
		background-color: #fff;
	}
	#gHeader .menuBox .menuInner {
		padding-bottom: 2px;
	}
	#gHeader .menuBox .ttl a {
		display: block;
		padding: 16px 9px 18px;
		font-size: 1.4rem;
		color: #fff;
		background-color: #0096DA;
	}
	#gHeader .menuBox .title a {
		padding: 14px 8px 13px;
		display: block;
		font-size: 1.4rem;
		color: #0096da;
		font-weight: bold;
	}
	#gHeader .menuBox ul {
		border-bottom: 1px solid #0096da;
	}
	#gHeader .menuBox ul li {
		border-top: 1px dashed #0096da;
	}
	
	#gHeader .menuBox li a {
		padding: 16px 17px 13px;
		display: block;
		font-size: 1.2rem;
		background: url("../../img/common/icon05.png") no-repeat right 13px center;
		background-size: 9px auto;
	}
	
	#gHeader .menuBox ul li.on {
		background: #d5f2ff;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 945px;
	margin: 0 auto 87px;
}
#gNavi ul {
	position: relative;
	display: flex;
	justify-content: center;
}
#gNavi ul:before {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-bottom: 2px solid #0091D5;
	content: "";
}
#gNavi ul li {
	margin: 0 3px;
}
#gNavi ul li a {
	height: 60px;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.15;
	position: relative;
	z-index: 1;
	background-color: #0091D5;
	border: 2px solid #0091D5;
	box-sizing: border-box;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#gNavi ul li a:before {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../../img/common/icon07.png") no-repeat;
	width: 8px;
	height: 8px;
	content: "";
}
#gNavi ul li a span {
	font-size: 1.2rem;
	display: block;
	transform: scale(0.67);
}
#gNavi ul li.on a,
#gNavi ul li a:hover {
	color: #0096da;
	background-color: #fff;
	border-bottom-color: #fff;
}
#gNavi ul li.on a:before,
#gNavi ul li a:hover:before {
	margin-right: -5px;
	background: url("../../img/common/icon08.png") no-repeat;
	width: 11px;
	height: 6px;
	right: 50%;
	content: "";
}
@media all and (-ms-high-contrast:none){
	#gNavi ul li a {
		padding-top: 5px;
	}
}

@media all and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 12px;
}
#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2rem;
}
#pagePath a {
	text-decoration: underline;
}
#pagePath a:hover {
	text-decoration: none;
}
@media all and (max-width: 767px) {
	#pagePath {
		margin: 0 10px 16px;
		display: none;
	}
	#pagePath a:hover {
		text-decoration: underline;
	}
	#pagePath li {
		font-size: 0.9rem;
	}

}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	max-width: 945px;
}
#gFooter .pagetop {
	margin-bottom: 21px;
	text-align: right;
}
#gFooter .linkTxt a {
	padding-left: 20px;
	color: #000;
	font-size: 1.4rem;
	display: inline-block;
	background: url("../../../../img/common/icon12.png") no-repeat left center;
	text-decoration: underline;
}
#gFooter .linkTxt {
	margin-bottom: 23px;
	text-align: right;
}
#gFooter .linkTxt a:hover {
	text-decoration: none;
}
#gFooter .copyRight {
	padding: 18px 0 40px;
	color: 161616;
	font-size: 1.2rem;
	text-align: right;
	border-top: 1px solid #bfbfbf;
}
#gFooter .pagetop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding-bottom: 31px;
		max-width: inherit;
		background-color: #EBF7FB;
	}

	#gFooter .breadCrumbs{
    display: block;
  }
	
	#gFooter .pagetop {
		margin-bottom: 17px;
		position: static;
		text-align: center;
		background-color: #666666;
	}
	#gFooter .pagetop img {
		width: 92px;
	}
	#gFooter .fNavi {
		margin-bottom: 11px;
		text-align: center;
	}
	#gFooter .fNavi li {
		font-size: 1.3rem;
		padding: 0 13px;
		display: inline-block;
		line-height: 1;
	}
	#gFooter .fNavi li a {
		color: #797979;
	}
	#gFooter .fNavi li:last-child a {
		color: #0089CA;
	}
	#gFooter .fNavi li:not(:last-child) {
		border-right: 2px solid #797979;
	}
	#gFooter .linkTxt {
		margin-bottom: -2px;
		text-align: center;
	}
	#gFooter .linkTxt a {
		padding: 0;
		color: #0089CA;
		font-size: 1.2rem;
		background: none;
		text-decoration: none;
	}
	#gFooter .copyRight {
	padding: 0;
	font-size: 1.1rem;
	text-align: center;
	border-top: none;
}
}
@media all and (-ms-high-contrast:none){
	#gFooter .linkTxt a {
		padding-top: 4px;
	}
}

  /*-------------------
フッター sns
  ---------------------*/
  .snsGrid {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  .snsTtl{
    font-weight: bold;
    font-size: 2.4rem;
    color: #555555;
    text-align: center;
    margin-bottom: 1rem;
  }
  .snsList{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .snsList li + li{
    margin-left: 3rem;
  }
  @media (max-width: 768px){
  .snsGrid {
    padding-top: 2rem;
    display: block;
  }
  .snsTtl{
    font-size: 1.8rem;
    text-align: center;
  }
  .snsList{
    margin-top: 1rem;
    justify-content:center;
  }
  .snsList li + li{
    margin-left: 1rem;
  }
  .linkIcon img{
    max-height: 3rem;
  }
  }