@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, figure, 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: 16px;
}
html{
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 1rem;
	zoom: 1;
}

body,
table,
input, textarea, select, option {
	font-family: -apple-system,
							BlinkMacSystemFont,
							"Noto Sans JP",
							"Helvetica Neue",
							Arial,
							"Hiragino Kaku Gothic ProN",
							"Hiragino Sans",
							"BIZ UDPGothic",
							"Meiryo",
							sans-serif;
}

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:link {
	color: #0037af;
	text-decoration: underline;
}

a:visited {
	color: #0037af;
}

a:hover {
	color: #0098f3;
}

a:active {
	color: #f88900;
	text-decoration: underline;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #262626;
	text-align: center;
	line-height: 1.5;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto;
	padding: 1.875rem 2.1875rem 4rem;
	width: 60rem;
	overflow: hidden;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 100%;
	min-width: 64.375rem;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #171772;
	padding: 0.5rem 0;
}

#header h1 {
	text-align: center;
	font-weight: 600;
	padding: 0 1.25em;
	box-sizing: border-box;
}

#header h1 a {
	font-size: 2.75rem;
	color: #FFF;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}
#header h1 a span{
	color: #ffd800;
	font-size: 0.875rem
}
#header h1 a span > span{
	font-size: 1.5rem
}
#header P{
	text-align: center;
	font-size: 0.9375rem;
	color: #7cc36b;
	font-family: "Baskerville", "Baskerville Old Face", Garamond, "Times New Roman", serif;
}
.header-bar{
	height: 6px;
	width:100%;
	background:
		linear-gradient(
			90deg,
			#0098f3 0%,
			#c7b2ea 43%,
			#ffb866 56%,
			#fff3ad 70%
		) center / 1040px 100% no-repeat,
		linear-gradient(
			90deg,
			#0098f3 0%,
			#0098f3 50%,
			#fff3ad 50%,
			#fff3ad 100%
			);
}

.header-inner{
		width:1040px;
		margin:0 auto;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 730px;
	float: right;
	font-size: 14px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 200px;
	float: left;
}

#sideBar .sNavi {
	margin-bottom: 2rem;
}

#sideBar .sNavi li a {
	display: flex;
	font-weight: 500;
	font-size: 0.9375rem;/*0.9375:15px*/
	align-items: center;
	height: 40px;
	margin-bottom: 0.75rem;
	padding: 0 0.5rem 0 1rem;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	color: #0037af;
}
#sideBar .sNavi li a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.5em;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-left: 0.5em solid #0098f3;
	vertical-align: middle;
}

#sideBar .sNavi li a.Wlines{
	height: 28px;
	line-height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sideBar .sNavi li a span{
	font-size: 0.875rem;/*0.9375:15px*/
}
#sideBar .sNavi li a:hover{
	background-color: #0098f3 !important;
	color: #FFF;
}
#sideBar .sNavi li a:hover::before{
		border-left-color: #FFF;
}
#sideBar .sNavi li a:on{
	background-color: #F2F2FC
}

#sideBar .banner {
	margin-bottom: 15px;
}
#sideBar .banner img{
	width: 12.5rem;/*200px*/
	height: auto;
}
#sideBar .banner a:hover {
	text-decoration: underline;
}
#sideBar .banner-boder {
	background-color: #fff;
	text-align:center;
	border: 2px solid #fff;
}
#sideBar .banner-boder img{
	width: 196px !important;/*2px×2 196px*/
	height: auto;
}
/*------------------------------------------------------------
	TOPにもどる
------------------------------------------------------------*/
.pagetopBtn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #0037af;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  opacity: 0; /*非表示*/
  transform: translateY(20px);
  transition: all .5s ease;
}
.pagetopBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1rem;
  transition: all .5s ease;
}
.pagetopBtn.is-show {
  opacity: .7; /*表示*/
  transform: translateY(0);
}
.pagetopBtn a:hover {
  opacity: .4;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*画面下部に固定*/
#container{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #b8c7e9;
}
#main {
	flex: auto;
}

footer {
	min-width: 64.375rem;
	background: url("../../img/common/footerback.png") center top / auto no-repeat;
	overflow: hidden;
}
@media (min-width: 1920px) {
	footer{
			background-size:100% auto;
	}
}

footer div#contact{
	width: 61.25rem;/*980px*/
	padding: 0 1.5625rem ;/*左右25px*/
	margin: 0 auto;
	overflow: hidden;
}
footer .txtArea {
	padding: 1.875rem 0;
}

footer .txtArea .inner {
	color: #fff;
	padding: 0;/*15px 18px 16px*/
}

footer .txtArea .ttl {
	margin-bottom: 9px;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.5;
}

footer .txtArea p {
	font-size: 0.875rem;
	line-height: 1.5;
}

footer .txtArea .txt {
	margin-bottom: 0;/*10px*/
}
footer .txtArea .txt a{
	font-size: 0.875rem;
	color: #fff;
	text-decoration: underline
}

footer p.copy-right {
	clear: both;
	padding: 10px 0;
	color: #171772;
	background-color: #f0f3fa;
	font-size: 0.75rem;
	line-height: 1.33em;
	text-align: center;
}
