@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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
    margin-bottom: 88px;
    position: relative;
    border-top: 1px solid #c9cdd1;
}
#main:before {
    width: 100%;
    height: 204px;
    background: #025eb1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}
#main .content {
    margin: 0 auto;
    width: 960px;
    padding-top: 16px;
}
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.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 21px;
    }
    #main .content {
        width: auto;
        padding: 12px 16px;
    }
    #main::before {
        height: 128px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin: 0 auto;
    width: 960px;
    padding: 15px 0 14px;
}
@media all and (max-width: 896px) {
	#gHeader {
        width: auto;
        padding: 10px 13px 1px;
	}
	#gHeader h1 img {
        width: 50px;
    }
    
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
}
#gNavi li {
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}
#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2rem;
}
#pagePath a {
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    position: relative;
    border-top: 1px solid #D5D5D5;
}
#gFooter .fBox {
    margin: 0 auto;
    padding: 20px 0;
    width: 1110px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#gFooter .copyright {
    margin-right: -10px;
    font-size: 1.2rem;
    letter-spacing: .8px;
    color: #414141;
}
.pageTop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 38px;
    z-index: 900;
}
.pageTop.on {
    top: -86px;
    bottom: auto;
    position: absolute;
}
@media all and (max-width: 896px) {
    #gFooter .fBox {
        padding: 10px 10px 2px;
        width: auto;
    }
    #gFooter .fBox .logo img {
        width: 48px;
    }
    #gFooter .copyright {
        font-size: 0.7rem;
        margin: -9px 0 0 0;
        letter-spacing: 0;
    }
    .pageTop {
        width: 40px;
        right: 15px;
    }
    .pageTop.on {
        top: -40px;
    }
}