@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Prompt:300,300i,400,500i');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	/*
	font-family: 'Prompt', sans-serif;
	*/
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',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;
}

a,
a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #333333;
}

a:active {
	color: #333333;
}

a,
a::after {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333333;
	font-size: 15px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

#container {
	padding-top: 97px;
	text-align: left;
}

#main {
	overflow: hidden;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
	#container {
		padding-top: 74px;
	}
}

@media screen and (min-width: 768px) {
	.pcStyle {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 13px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc,
	.pcStyle {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#container {
		padding-top: 48px;
	}
	
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 24px 0 0 0;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
}

#gHeader .hBox {
	margin: 0 auto;
	max-width: 1420px;
	padding: 0 20px 0 30px;
	box-sizing: border-box;
}

#gHeader .hBox h1 {
	margin-top: 3px;
	float: left;
}

#gHeader .hBox h1 img {
	height: 42px;
	width: auto;
}

#gHeader .hBox .menuBox {
	width: 853px;
	float: right;
}

#gHeader .hBox .menuBox .hLink {
	width: 196px;
	float: right;
}

#gHeader .hBox .menuBox .hLink a {
	padding: 13px 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align:  center;
	border-radius: 30px;
	letter-spacing: 1px;
	background-color: #FDB746;
}

#gHeader .hBox .menuBox .hLink a img {
	margin-right: 9px;
	display: inline-block;
	vertical-align: middle;
}

#gHeader .hBox .menuBox .hLink a:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
	#gHeader .hBox h1 img {
		height: 32px;
		width: auto;
	}
	
	#gHeader .hBox .menuBox {
		width: 602px;
	}
	
	#gHeader .hBox .menuBox .hLink {
		width: 130px;
	}
	
	#gHeader .hBox .menuBox .hLink a {
		font-size: 11px;
		border-radius: 20px;
	}
	
	#gHeader .hBox .menuBox .hLink a img {
		width: 18px;
	}
	
	#gHeader {
		padding: 18px 0 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 840px) {
	#gHeader .hBox h1 {
		margin-top: 8px;
	}
	#gHeader .hBox h1 img {
		height: 22px;
	}
}

@media screen and (min-width: 768px) {
	#gHeader .hBox .menuBox {
		display: block !important;
	}	
}

@media screen and (max-width: 767px) {
	#gHeader {
		padding: 0 0 0 20px;
	}
	
	#gHeader .hBox .menuBox {
		width: 100%;
		float: none;
		position: absolute;
		top: 50px;
		left: 0;
		overflow-y: scroll;
		display: none;
		z-index: 100;
	}
	
	#gHeader .hBox {
		padding: 0;
	}
	
	#gHeader .hBox h1 {
		margin-top: 14px;
	}
	
	#gHeader .hBox h1 img {
		height: 22px;
		width: auto;
	}
	
	#gHeader .hBox .menuBox .hLink {
		display: none;
	}
	
	.menu {
		margin: 0;
		float: right;
		position: relative;
		height: 50px;
		width: 50px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background-color: #035C7C;
	}

	.menu.active .top {
		margin-left: -17px;
		width: 34px;
		top: 15px;
		-webkit-transform: translateY(8px) translateX(0) rotate(-42deg);
		-ms-transform: translateY(8px) translateX(0) rotate(-42deg);
		transform: translateY(8px) translateX(0) rotate(-42deg);
		background: #fff;
	}

	.menu.active .middle {
		opacity: 0;
		background: #fff;
	}

	.menu.active .bottom {
		margin-left: -17px;
		width: 34px;
		top: 31px;
		-webkit-transform: translateY(-8px) translateX(0) rotate(42deg);
		-ms-transform: translateY(-8px) translateX(0) rotate(42deg);
		transform: translateY(-8px) translateX(0) rotate(42deg);
		background: #fff;
	}

	.menu span {
		margin-left: -12.5px;
		background: #fff;
		border: none;
		height: 2px;
		width: 25px;
		position: absolute;
		top: 16px;
		left: 50%;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}

	.menu span:nth-of-type(2) {
		top: 24px;
	}

	.menu span:nth-of-type(3) {
		top: 32px;
	}

}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 8px;
	float: left;
}

#gNavi > li {
	margin-right: 55px;
	float: left;
	position: relative;
}

#gNavi > li:first-child {
	margin-right: 65px;
}

#gNavi > li:last-child {
	margin-right: 0;
}

#gNavi > li > a {
	padding-bottom: 26px;
	color: #035C7C;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
	display: block;
	position: relative;
	font-size: 12px;
	letter-spacing: 0.5px;
}

#gNavi > li:first-child a {
	letter-spacing: -1px;
}

#gNavi > li > a > span span {
	color: #5BC2DC;
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.07em;
	font-family: 'Prompt', sans-serif;
}

#gNavi > li > a:after {
	width: 122%;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 53%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #5BC2DC;
	content: "";
	display: none;
}

#gNavi > li > a:hover:after,
#gNavi > li > a.on:after {
	display: block;
}

#gNavi .innerUl {
	width: 373px;
	position: absolute;
	left: 53%;
	top: 100%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}

#gNavi .innerUl li a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
	background-color: rgba(3,92,124,0.78);
}

#gNavi .innerUl li a:hover {
	background-color: rgba(91,194,220,0.78);
}

#gNavi .innerUl li a > span {
	padding: 17px 0 16px;
	margin: 0 24px;
	display: block;
	letter-spacing: -1px;
	border-bottom: 1px solid #fff;
}

#gNavi .innerUl li:last-child a > span {
	border-bottom: none;
}

#gNavi .innerUl li a .size {
	font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
	#gNavi > li > a > span span {
		font-size: 13px;
	}
	
	#gNavi > li > a {
		padding: 11px 5px 17px;
		font-size: 11px;
	}
	
	#gNavi > li:first-child {
		margin-right: 20px;
	}
	
	#gNavi > li {
		margin-right: 16px;
	}
	
	#gNavi {
		margin-top: -7px;
	}
}

@media screen and (max-width: 767px) {
	#gNavi {
		margin-top: 0;
		float: none;
	}
	
	#gNavi > li {
		margin-right: 0 !important;
		float: none;
	}
	
	#gNavi > li > a:hover:after,
	#gNavi > li > a.on:after {
		display: none !important;
	}
	
	#gNavi > li > a > span span {
		display: none;
	}
	
	#gNavi li a {
		color: #fff;
		font-size: 14px;
		font-size: 14px;
		background-color: rgba(3,92,124,0.91);
	}
	
	#gNavi li a.on {
		background-color: rgba(91,194,220,0.9) !important;
	}
	
	#gNavi > li > a.over {
		position: relative;
	}
	 
	#gNavi > li > a.over:before {
		width: 16px;
		height: 8px;
		position: absolute;
		top: 24px;
		right: 21px;
		background: url(../../img/common/icon03.png) no-repeat left top;
		background-size: 16px 8px;
		content: "";
	}
	
	#gNavi > li > a.on.over:before {
		background-image: url(../../img/common/icon04.png);
	}
	
	#gNavi > li > a > span {
		margin: 0 10px;
		padding: 18px 0 16px;
		border-bottom: 1px solid #FFF;
		display: block;
		text-align: left;
	}
	
	#gNavi > li:last-child > a > span {
		border-bottom: none;
	}
	
	#gNavi > li > a  {
		padding: 0 !important;
	}
	
	#gNavi > li:first-child > a {
		padding-bottom: 17px;
	}
	
	#gNavi .innerUl {
		width: auto;
		position: static;
		left: auto;
		top: auto;
		transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-webkit-transform: translateX(0);
		display: none;
	}
	
	#gNavi .innerUl li a > span {
		padding: 15px 0 13px;
		font-size: 13px;
	}
	
	#gNavi .innerUl li a .size {
		font-size: 13px;
	}
	
	#gNavi .innerUl li a:hover,
	#gNavi .innerUl li a {
		background-color: rgba(3,92,124,0.91);
	}
	
	#gNavi .innerUl li:last-child a > span {
		border-bottom: 2px solid #fff;
	}
	
	
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

@media screen and (max-width: 767px) {
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media screen and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media screen and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 79px 0 27px;
	background-color: #F7F7F7;
	position: relative;
}

#gFooter .comBox {
	max-width: 1154px;
}

#gFooter .topBox {
	margin-bottom: 59px;
}

#gFooter .topBox .fLogo {
	margin-right: 62px;
}

#gFooter .topBox .fLogo,
#gFooter .topBox p {
	float: left;
	font-size: 13px;
}

#gFooter .topBox p {
	margin-top: 4px;
	letter-spacing: -1px;
}

#gFooter .fNavi {
	margin: 0 0 112px -3px;
	font-size: 14px;
}

#gFooter .fNavi a:hover {
	text-decoration: underline;
}

#gFooter .fNavi .topLink {
	margin-bottom: 25px;
	display: block;
}

#gFooter .fNavi > li {
	width: 395px;
	float: left;
}

#gFooter .fNavi > li:last-child {
	width: 687px;
	float: right;
}

#gFooter .fNavi .innerUl > li {
	margin-top: 7px;
	width: 160px;
	float: left;
}

#gFooter .fNavi > li:first-child .innerUl > li:first-child {
	margin-top: 0;
}

#gFooter .fNavi > li:first-child .innerUl > li:last-child {
	float: right;
}

#gFooter .fNavi .innerUl > li > a {
	font-weight: bold;
	letter-spacing: 1.5px;
}

#gFooter .fNavi .innerUl ul {
	margin: 15px 0 0 13px;
}

#gFooter .fNavi .innerUl ul li {
	margin-bottom: 11px;
}

#gFooter .fNavi > li:last-child .innerUl > li {
	margin-right: 75px;
}

#gFooter .fNavi > li:last-child .innerUl > li:last-child {
	margin-right: 0;
}

#gFooter .fNavi .innerUl ul li:last-child {
	margin-bottom: 0;
}

#gFooter .fNavi .innerUl .linkUl {
	margin: 0;
}

#gFooter .fNavi .innerUl .linkUl li a {
	font-weight: bold;
}

#gFooter .copyright {
	color: #5AC2DB;
	text-align: center;
	font-size: 12px;
	font-family: 'Prompt', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
}

#gFooter .pageTop {
    position: fixed;
    bottom: 25px;
    right: 18px;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
	#gFooter .fNavi .innerUl > li {
		width: 140px;
	}
	
	#gFooter .fNavi > li {
		width: 310px;
	}
	
	#gFooter .fNavi > li:last-child {
		width: 412px;
	}
	
	#gFooter .fNavi > li:last-child .innerUl > li {
		margin-right: 10px;
	}
	
	#gFooter .fNavi > li:last-child .innerUl > li:nth-child(2) {
		width: 106px;
	}
}

@media screen and (max-width: 767px) {
	#gFooter .fNavi {
		margin: 0 0 49px;
		font-size: 12px;
	}
	
	#gFooter .fNavi .innerUl > li {
		margin: 0 0 43px !important;
		width: auto;
		float: none !important;
	}
	
	#gFooter .fNavi .innerUl > li:last-child {
		margin-bottom: 0 !important;
	}
	
	#gFooter .fNavi > li {
		width: 48%;
	}
	
	#gFooter .fNavi > li:last-child {
		width: 48%;
	}
	
	#gFooter .topBox .fLogo,
	#gFooter .topBox p {
		margin-right: 0;
		float: none;
		font-size: 11px;
	}
	
	#gFooter .topBox .fLogo img {
		width: 253px;
	}
	
	#gFooter {
		padding: 35px 12px 18px;
	}
	
	#gFooter .topBox .fLogo {
		margin: 0 0 24px 3px;
	}
	
	#gFooter .topBox {
    	margin-bottom: 39px;
	}
	
	#gFooter .fNavi .topLink {
		margin-bottom: 28px;
	}
	
	#gFooter .fNavi .innerUl ul {
		margin: 15px 0 0 12px;
	}
	
	#gFooter .fNavi .innerUl ul li {
		margin-bottom: 12px;
	}
	
	#gFooter .fNavi a:hover {
		text-decoration: none;
	}
	
	#gFooter .copyright {
		font-size: 10px;
	}
	
	#gFooter .pageTop {
    bottom: 10px;
    right: 11px;
}
	
	#gFooter .pageTop img {
		width: 49.5px;
	}
	
	#gFooter .comBox {
		margin: 0;
	}
}