@charset "utf-8";
/* CSS Document */

body {
	/*font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;*/
	font-size: 12px;
	line-height: 1.6;
}

img {
	outline: none;
	border-style: none;
}

a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}

/*****HEADER*****/
header {
	border-bottom: solid 6px #4496d3;
	margin-bottom: 20px;
	padding-block: 10px;
	align-items: center;
}
header .bl_weap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;

	align-items: center;
}

.h-user {
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
	justify-content: flex-end;
	margin-right: 2rem;
}

header h1 {
	width: 30%;
	max-width: 200px;
}

header h1 img {
	width: 100%;
}

header h1 img .logo {
	width: 100%;
}

header div.btn a {
	/*display: inline-block;
	/*zmargin: 10px;*/
}

header div.name {
	width: 100%;
	text-align: right;
	line-height: 50px;
	padding-right: 30px;
	font-size: 1.2em;
}

/*****ARTICLE*****/

section {
	width: 90%;
	box-sizing: border-box;
	padding-bottom: 100px;
	margin-inline: auto;
}

footer {
	width: 100%;
	text-align: center;
	padding: 2% 5% 0;
	background-color: #ebf6f7;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
}

footer ul {
	display: flex;
	justify-content: space-between;
}

footer ul li a {
	color: #036eb8;
	text-decoration: none;
}

footer ul li img {
	display: block;
	margin-bottom: 5px;
}

.pos-b {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	bottom: 73px;
	left: 50%;
	transform: translateX(-50%);
}

.toback {
	opacity: 0.6;
}
.toback a {
	position: relative;
	display: block;

	text-decoration: none;
}
/*.toback a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f359';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}*/

#page_top {
	width: 50px;
	height: 50px;
	background: #dcd4c6;
	opacity: 0.6;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.h-r-content {
}

/* レスポンシブデザイン */
/* スマホ（縦画面）: 8インチまで (600px以下) */
@media screen and (max-width: 600px) {
	.sp-only {
		display: flex !important;
	}
	.pc-only {
		display: none !important;
	}
}

/* タブレット（横画面）: 8インチ超～11インチ以下 (601px～834px) */
@media screen and (min-width: 601px) and (max-width: 834px) {
	.sp-only {
		display: none !important;
	}
	.pc-only {
		display: block !important;
	}
}

/* パソコン（横画面）: 11インチ超 (835px以上) */
@media screen and (min-width: 835px) {
	.sp-only {
		display: none !important;
	}
	.pc-only {
		display: block !important;
	}
}
