@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	background: transparent;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	image-rendering: -webkit-optimize-contrast;
}
strong {
	font-weight: 700;
}
/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px) {
	html {
		font-size: 2.5vw;
	}
}
body {
	color: #333;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background: url("../images/background.jpg") 50% var(--sub-color2) repeat-x;
}
header {
	margin-bottom: 30px;
	padding: 40px 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1 {
	width: 600px;
	margin-right: 30px;
}
h1 img {
	width: 100%;
}
header ul {
	flex: 1;
}
header li {
	width: 100%;
}
header li a {
	width: 100%;
	padding: 3px 5px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: #fff 1px solid;
	display: block;
	transition: 0.5s;
	background: rgba(255,255,255,0.2);
}
header .focus a {
	background: var(--sub-color1);
	border: var(--sub-color1) 1px solid;
}
header li a:hover {
	color: #fff;
	background: var(--sub-color1);
	border: var(--sub-color1) 1px solid;
}
header li:first-child {
	margin-bottom: 10px;
}
main {
	display: block;
}
footer {
	padding: 30px;
	background: var(--sub-color1);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer > dl {
	display: table;
}
footer > dl dt {
	width: 8em;
	font-size: 1.4rem;
	text-align: center;
	color: var(--sub-color1);
	display: table-cell;
	vertical-align: middle;
	background: #fff;
}
footer > dl dd {
	padding-left: 20px;
	font-size: 1.4rem;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
footer > dl dd a {
	color: #fff;
}
@media screen and (max-width:768px) {
	body {
		background: none;
	}
	header {
		height: 60px;
		margin-bottom: 20px;
		padding: 0 45px 0 10px;
		background-color: var(--base-color);
		position: sticky;
		top: 0;
		z-index: 15;
		border-bottom: #ddd 1px solid;
		display: flex;
		align-items: center;
	}
	header ul {
		width: 30px;
		flex: 0;
	}
	header li a {
		width: 100%;
		height: 30px;
		padding: 3px 5px;
		font-size: 1.3rem;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border: #fff 1px solid;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header li a:hover {
		color: #fff;
		background: var(--sub-color1);
		border: var(--sub-color1) 1px solid;
	}
	header li:first-child {
		display: none;
	}
	h1 {
		width: 70%;
		text-align: left;
		position: relative;
		z-index: 9999;
	}
	h1 img {
		width: auto;
		height: 7vw;
	}
	footer {
		margin-top: 0;
		padding: 20px 15px 15px;
		display: block;
	}
	footer > dl {
		display: block;
	}
	footer > dl dt {
		width: 100%;
		padding: 5px 0;
		display: block;
	}
	footer > dl dd {
		margin-top: 10px;
		padding-left: 0;
		text-align: center;
		display: block;
	}
}
@media screen and (max-width:600px) {
	h1 img {
		width: auto;
		/*height: 9.5vw;*/
		height: 9vw;
	}
}
/***** ID *****/
#container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background: var(--sub-color2);
	box-shadow: 1px 1px 20px 7px rgba(0, 0, 0, 0.3);
}
#container > div {
	display: flex;
	justify-content: space-between;
}
#wrap_l {
	width: 280px;
	order: 1;
	background: #fff;
}
#wrap_r {
	padding-bottom: 50px;
	flex: 1;
	order: 2;
}
#x_box {
	padding: 15px;
}
#copy {
	font-size: 1.1rem;
	color: #fff;
}
@media screen and (max-width:768px) {
	#container {
		width: 100%;
		margin: 0;
		background-size: contain;
	}
	#container > div {
		display: block;
	}
	#wrap_l {
		width: 100%;
		padding: 20px 15px;
	}
	#wrap_r {
		width: 100%;
		padding: 0;
	}
	#copy {
		margin-top: 15px;
		padding-top: 15px;
		text-align: center;
		border-top: #fff 1px solid;
	}
}
/***** nav *****/
#nav li {
	border-bottom: var(--base-color) 1px dotted;
}
#nav li:nth-child(1) {
	border-top: var(--base-color) 1px dotted;
}
#nav li a {
	padding: 15px 15px 15px 40px;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	display: block;
	color: var(--base-color);
	position: relative;
}
#nav li a::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 100px;
	background: var(--sub-color1);
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%)
}
#nav li a::after {
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  margin: auto;	
}
#nav .focus a {
	color: #fff;
	background: var(--sub-color1);
}
#nav .focus a::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 100px;
	background: #fff;
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%)
}
#nav .focus a::after {
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent var(--sub-color1);
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  margin: auto;	
}
@media only screen and (max-width : 768px) {
	#menu_btn {
		top: 15px;
		right: 10px;
		transition: .3s;
		cursor: pointer;
		position: fixed;
		z-index: 9999;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu-trigger {
		width: 18px;
		height: 17px;
		position: relative;
	}
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		transition: all .2s;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 70%;
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(1) {
		transform: translateY(8px) rotate(-45deg);
	}
	#menu_btn.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(3) {
		transform: translateY(-8px) rotate(45deg);
	}
	#nav {
		width: 100%;
		height: 100%;
		overflow: auto;
		padding-top: 60px;
		background: var(--base-color);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 12;
		transform: translate(100%);
		transition: all .5s;
	}
	#nav.open {
		transform: translateZ(0);
	}
	#nav li {
		border-bottom: #fff 1px solid;
	}
	#nav li a {
		position: relative;
		padding: 12px 10px 12px 40px;
		color: #fff;
	}
}
@media print, screen and (min-width : 769px) {
	#menu_btn, .overlay {
		display: none;
	}
	#nav ul {
		/*display: flex;
    flex-wrap: wrap;*/
	}
	#nav li {
		position: relative;
	}
	#nav li a {
		transition: .4s;
	}
	#nav li a:hover {
		background: var(--sub-color3);
	}
	#nav .focus a:hover {
		color: var(--base-color);
	}	
	#nav .focus a:hover::before {
		content: "";
		width: 16px;
		height: 16px;
		background: var(--sub-color1);
		border-radius: 100px;
		display: block;
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .5s;
	}
	#nav .focus a:hover::after {
		content: "";
		width: 0;
		height: 0;
		border-color: transparent transparent transparent #fff;
		border-style: solid;
		border-width: 3px 0 3px 5px;
		position: absolute;
		top: 0;
		left: 21px;
		bottom: 0;
		margin: auto;	
		transition: all .5s;
	}
}
/***** clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/***** margin *****/
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mb3 {
	margin-top: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
/***** リスト *****/
.disc {
	margin-left: 20px;
	list-style-type: disc;
}
.deci {
	margin-left: 25px;
	list-style-type: decimal;
}
.num li {
	margin-left: 1em;
	text-indent: -1em;
}
.li_mb5 li {
	margin-bottom: 5px;
}
.li_mb5 li:last-child {
	margin-bottom: 0;
}
.li_mb10 li {
	margin-bottom: 10px;
}
.li_mb10 li:last-child {
	margin-bottom: 0;
}
/***** 文字サイズ *****/
.ft_s {
	font-size: 1.4rem;
}
.ft_l {
	font-size: 1.8rem;
}
.ft_ll {
	font-size: 2.2rem;
}
/***** フォント太さ *****/
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
/***** ※ *****/
.note {
	margin-top: 5px;
	margin-left: 1em;
	text-indent: -1em;
}
.note::before {
	content: "※";
}
.note_dl, .note_dl_s {
	margin-top: 5px;
}
.note_dl dt {
	width: 2.5em;
	float: left;
	clear: left;
}
.note_dl dd {
	margin-bottom: 3px;
	padding-left: 2.5em;
}
.note_dl_s dt {
	width: 1.5em;
	float: left;
	clear: left;
}
.note_dl_s dd {
	margin-bottom: 3px;
	padding-left: 1.5em;
}
/***** 位置 *****/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
/***** 色 *****/
.red {
	color: #cc0000;
}
.blue {
	color: #0580c4;
}
.black {
	color: #000;
}
/***** 取り消し *****/
.cancel {
	text-decoration: line-through;
}
.cancel > span {
	color: #000;
}
/***** 下線 *****/
.u_line {
	text-decoration: underline;
}
.marker {
	margin-right: 5px;
	padding: 1px 5px;
	background-color: #ffecec;
	display: inline-block;
}
/***** 上付き *****/
.sup {
	font-size: 0.8em;
	vertical-align: super;
}
/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}
/***** アイコン *****/
.win_icon {
	margin-right: 2px;
	padding-right: 18px;
	background: url(../images/win_icon.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}
.pdf_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
.xls_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
.doc_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
.ppt_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.pdf_icon {
		padding-right: 20px;
		background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
	.xls_icon {
		padding-right: 20px;
		background: url(../images/xls_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
	.doc_icon {
		padding-right: 20px;
		background: url(../images/doc_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
	.ppt_icon {
		padding-right: 20px;
		background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
/***** ボタン *****/
.btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.inner .btn:first-child, .inner_item .btn:first-child {
	margin-top: 0;
}
.inner .btn:last-child, .inner_item .btn:last-child {
	margin-bottom: 0;
}
.btn .no_link {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
	border-radius: 5px;
	display: block;
}
.btn a {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #fff;
	border: 3px solid;
	border-color: var(--base-color);
	border-radius: 5px;
	background: var(--base-color);
	display: block;
	transition: all 0.4s;
}
.btn a:hover {
	color: #333;
	background-color: #fff;
	border: 3px solid;
	border-color: var(--base-color);
	display: block;
}
.btn2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.btn2 li {
	width: 49%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
}
.btn2 li:nth-child(odd) {
	margin-right: 2%;
}
.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px) {
	.btn .no_link {
		padding: 10px 0;
	}
	.btn a {
		padding: 10px 0;
	}
	.btn2 {
		display: block;
	}
	.btn2 li {
		width: 100%;
		display: block;
	}
	.btn2 li:nth-child(odd) {
		margin-right: 0;
		margin-bottom: 2%;
	}
	.btn_s {
		width: 100%;
	}
	.btn_m {
		width: 100%;
	}
	.btn_l {
		width: 100%;
	}
}
/* ページトップ */
/*********************/
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
}
#pagetop a {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--sub-color2);
	transition: 0.5s;
}
#pagetop a:hover {
	opacity: 0.7;
}
#pagetop a::before {
	content: "";
	border-right: 9px solid transparent;
	border-bottom: 11px solid #fff;
	border-left: 9px solid transparent;
	display: block;
	color: #fff;
}
@media screen and (max-width:768px) {
	#pagetop img {
		width: 50px;
	}
}
#info_nav li {
	margin-bottom: 10px;
}
#info_nav li img {
	width: 100%;
}
@media screen and (max-width:768px) {
	#info_nav li {
		margin-bottom: 10px;
		text-align: center;
	}
	#info_nav li:last-child {
		margin-bottom: 0;
	}
	#info_nav li img {
		width: 250px;
	}
}
/***** カラー *****/ 
:root {
	--base-color: #020202;
	--sub-color1: #008cd6;
	--sub-color2: #050718;
	--sub-color3: #d7e4ee;
	--point-color: #deccaa;
}