/*-------------------------------------------------------------------------------------*/
body {
	min-width: 1300px;
	_display: inline;
	_zoom: 1;
}

/*-----------------------------------------------------------------------------*/
header img {
	width: 100%;
}

.header_pc {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
	width: 100%;
	position: relative;
}

.header_sp {
	display: none;
}

/*-----------------------------------------------------------------------------*/
footer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #b6dcf5;
	color: #000000;
}

.footer {
	padding: 50px 0px 50px 0px;
	margin: 0px auto 0px;
	width: 1280px;
	position: relative;
	overflow: hidden;
}

.footer .icon {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 147px;
	position: absolute;
	right: 100px;
	bottom: -50px;
}

.footer a {
	color: #000000;
}

.footer_link {
	padding: 0px 0px 50px 0px;
	margin: 0px auto 0px;
	display: flex;
	justify-content: center;
	gap: 145px;
}

/*-----------------------------------------------------------------------------*/
.marks {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	font-size: 1.4em;
}

/*-----------------------------------------------------------------------------*/
/* ボタン共通 */
.footer_linkbtm01 {
	overflow: hidden;
	width: 300px;
	border-radius: 70px;
	border: 2px solid #4463a9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 70px;
}

.footer_linkbtm01 a {
	position: relative;
	z-index: 100;
	text-align: center;
	background: #FFFFFF;
	color: #4463a9;
	font-size: 1.6em;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: bold;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_linkbtm01 a:hover {
	background: #d8eefc;
	/* マウスオーバーカラー */
}

/*-----------------------------------------------------------------------------*/
.IconList1 a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 45%;
	right: 20px;
	width: 15px;
	height: 15px;
	margin-top: -4px;
	background: #4463a9;
}

.IconList1 a:after {
	/*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 45%;
	right: 22px;
	width: 15px;
	height: 15px;
	margin-top: -4px;
	background: #FFFFFF;
}

.IconList1 a:hover:after {
	/*「after要素」のマウスオーバー（カラーを合わせる） */
	background: #d8eefc;
}

/*-----------------------------------------------------------------------------*/
.footer .copyright {
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------*/
#pageTopButton {
	position: fixed;
	z-index: 100;
	bottom: 15px;
	right: 15px;
}

#pageTopButton a {
	width: 70px;
	height: 70px;
	background: #ffbb05;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	display: block;
	border-radius: 50%;
}

#pageTopButton a:hover {
	background: #FFFFFF;
	color: #ffbb05;
}

.btm01 {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.2em;
	display: block;
}

.btm02 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 2.0em;
	display: block;
}

/*-------------------------------------------------------------------------------------*/
/*--svg対応--*/
img[src$=".svg"] {
	width: 100%;
	height: auto;
}

/* utility */
.br01 {
	display: none;
}

.br02 {
	display: block;
}

.br03 {
	display: inline-block;
}

span.sup {
	vertical-align: super;
	font-size: 0.75em;
}

.linktel {
	pointer-events: none;
}

.sp-none {
	display: block;
}

.pc-none {
	display: none;
}