  @charset "utf-8";
@import url('/~csc/assets/css/reset.css');
@import url('/~csc/assets/css/add.css');
body {
	display: flex;
	flex-flow: column nowrap;
	min-width: 320px;
	min-height: 100vh;
	background-color: #001637;
	color: #fff;
	font-size: 1.2em;
	font-family: 'Yu Gothic Medium','游ゴシック Medium', 'YuGothic','游ゴシック体','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Helvetica','Arial',Meiryo,'メイリオ',sans-serif;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#header {
	flex: 0 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	border-bottom: 10px solid #fff;
}
#header .hd_ttl {
	position: relative;
	flex: 1 1 auto;
	display: block;
	height: 50px;
	background: url('/~csc/assets/img/general/title.png') no-repeat left center;
	background-size: contain;
}
#header .hd_menu {
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	border: 1px solid #fff;
	cursor: pointer;
	z-index: 9999;
}
#header .hd_menu > div {
	position: relative;
	flex: 0 1 auto;
	width: 23px;
	height: 23px;
}
@media screen and (min-width: 768px) {
	#header .hd_ttl { height: 90px; }
	#header .hd_menu {
		flex-flow: column nowrap;
		justify-content: flex-end;
		align-items: center;
		width: 70px;
		height: 70px;
	}
	#header .hd_menu::after {
		content: "MENU";
		font-size: 18px;
	}
	#header .hd_menu > div { height: 26px; }
}
#header .hd_menu > div > span {
	position: absolute;
    display: block;
	width: 100%;
	height: 3px;
	margin: auto;
	background-color: #fff;
	transition: all .4s;
}
#header .hd_menu > div > span:nth-of-type(1) {top: 0; }
#header .hd_menu > div > span:nth-of-type(2) { top: 10px; }
#header .hd_menu > div > span:nth-of-type(3) { top: 20px; }
#header .hd_menu.active > div > span:nth-of-type(1) {
	top: 4px;
	transform: translateY(6px) rotate(-45deg);
}
#header .hd_menu.active > div > span:nth-of-type(2) { opacity: 0; }
#header .hd_menu.active > div > span:nth-of-type(3) {
	top: 16px;
	transform: translateY(-6px) rotate(45deg);
}

#nav_menu,
#nav_menu > * {
	position: fixed;
	right: -120%;
	width: 100%;
	height: 100vh;
	z-index: 999;
}
#nav_menu.active,
#nav_menu.active > * { right: 0; }
#nav_menu {
	display: flex;
	background: rgba(0,0,0,.5);
}
#nav_menu > * {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	background-color: #001637;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 0.6s;
}
@media screen and (min-width: 768px) {
	#nav_menu > * {
		flex: 0 1 auto;
		width: 50%;
		border-left: 1px solid #fff;
	}
}
#nav_menu ul ul { margin-left: 1.5em; }
#nav_menu li { position: relative; }
#nav_menu ul ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1.0em;
	width: 10px;
	height: 100%;
	border-left: 1px solid #3972b2;
}
#nav_menu ul ul li:last-child::before { height: 50%; }
#nav_menu ul ul li::after {
	content: "";
	position: absolute;
	top: .75em;
	left: -1.0em;
	width: .8em;
	border-bottom: 1px solid #3972b2;
}
#nav_menu a { border-bottom: 1px solid #fff; }
#nav_menu a:hover {
	border: 0;
	background-color: #fff;
	color: #001637;
}
#footer {
	flex: 0 0 auto;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 20px 10px;
	border-top: 10px solid #fff;
}
#footer .ft_menu {
	display: none;
	flex-flow: row wrap;
	justify-content: center;
	padding-bottom: 15px;
}
#footer .ft_menu > * {
	display: inline-block;
	padding: 2px 1.0em;
	border-left: 1px solid #fff;
}
#footer .ft_menu > *:last-child { border-right: 1px solid #fff; }
@media screen and (min-width: 768px) {
	#footer .ft_menu { display: flex; }
}
@media screen and (min-width: 1200px) {
	#footer .ft_menu > *:not(.nols) {
		text-indent: .2em;
		letter-spacing: .2em;
	}
}
#footer .ft_info {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#footer .ft_info > li { padding-right: 1.0em; }
/* contents */
#contents {
	flex: 1 0 auto;
	padding: 10px;
	background-color: inherit;
}
/*parts*/
.wrap,.is_wrap > * { max-width: 1200px; }
#goup {
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s, transform 1s;
	z-index: 1000;
}
#goup.isIn {
	opacity: 1;
	visibility: visible;
}
#goup a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	box-shadow: -3px -3px 0 #02122b inset, 3px 3px 0 #8293ac inset;
	background-image: linear-gradient( to bottom, #05275a 0%, #001638 100% );
}
#goup a::after{
	content: "";
	position: absolute;
	top: 6px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*element*/
.e_msg {
	display: flex;
	justify-content: center;
	color: #fff;
}
.e_ttl {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	color: #fff;
	font-size: 2.0em;
}
@media screen and (min-width: 768px) {
	.e_ttl {
		font-size: 48px;
		letter-spacing: 0.1em;
	}
}
.e_cont {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	color: #001637;
}
.e_cont_ttl {
	padding: 0 10px;
	border-bottom: 5px solid #001637;
	font-size: 1.4em;
	font-weight: bold;
	color: #001637;
}
.e_ancbtn {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}
.e_ancbtn > * {
	display: flex;
	justify-content: center;
	min-width: calc(4em + 20px);
	padding: 10px 15px;
	box-shadow: -5px -5px 0 #02122b inset, 5px 5px 0 #8293ac inset;
	border: 1px solid #fff;
	background-image: linear-gradient( to bottom, #05275a 0%, #001638 100% );
}
.e_btn {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.e_btn > * {
	display: flex;
	justify-content: center;
	padding: 15px 5px;
	box-shadow: -5px -5px 0 #02122b inset, 5px 5px 0 #8293ac inset;
	border: 1px solid #fff;
	background-image: linear-gradient( to bottom, #05275a 0%, #001638 100% );
}
.e_scroll {
	white-space: nowrap;
	overflow-x: scroll;
}
.e_tbl_fixed,
.e_tbl_vary {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.e_tbl_fixed > * > tr > th,
.e_tbl_fixed > * > tr > td,
.e_tbl_fixed > tr > th,
.e_tbl_fixed > tr > td,
.e_tbl_vary > * > tr > th,
.e_tbl_vary > * > tr > td,
.e_tbl_vary > tr > th,
.e_tbl_vary > tr > td {
	border-width : 1px;
	border: 1px solid #001637;
	padding: 5px 10px;
	font-size: 1.0rem;
}
.e_tbl_fixed > * > tr > th,
.e_tbl_fixed > tr > th,
.e_tbl_vary > * > tr > th,
.e_tbl_vary > tr > th { background-color: #8293ac; }

@media screen and (max-width: 767px) {
	.e_tbl_vary > * > tr > th,
	.e_tbl_vary > * > tr > td,
	.e_tbl_vary > tr > th,
	.e_tbl_vary > tr > td {
		padding: 5px 10px;
		display: flex;
	}
	.e_tbl_vary > * > tr > th,
	.e_tbl_vary > tr > th,
	.e_tbl_vary > * > tr > td,
	.e_tbl_vary > tr > td { border: none; }
	.e_tbl_vary > * > tr > th,
	.e_tbl_vary > tr > th {
		border-left: 5px solid #001637;
		border-bottom: 0px solid #001637;
	}
}
.e_lino { counter-reset: cnt 0; }
.e_lino > li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.e_lino > li::before {
	counter-increment: cnt;
	content: counter(cnt) "．";
}
.e_lidisc { margin-left: 1.0em; }
.e_lidisc > li {
	display: list-item;
	list-style-type: disc;
}
/*pgInfo*/
#pgInfo .in_pht {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px;
	margin: 20px auto 0;
}
#pgInfo .in_pht > * {
	flex: 0 1 auto;
	width: calc(50% - 10px);
}
/*pgStudy*/
#pgStudy .e_tbl_fixed th { white-space: nowrap; }
#pgStudy .e_tbl_fixed th:nth-child(2),
#pgStudy .e_tbl_fixed th:nth-child(3) {
	width: calc(2em + 20px);
	text-align: center;
}
#pgStudy .e_tbl_fixed td:nth-child(2) { text-align: right; }
#pgStudy .e_tbl_fixed .pdf {
	display: block;
	width: 100%;
	height: 100%;
	background: url('/~csc/assets/img/general/ico_pdf.png') no-repeat center center;
	background-size: contain;
}
#pgStudy .e_tbl_fixed .pdf::before {
	content: "";
	display: inline-block;
}
#pgStudy .e_tbl_fixed .url {
	display: block;
	width: 100%;
	height: 100%;
	background: url('/~csc/assets/img/general/ico_url.png') no-repeat center center;
	background-size: contain;
}
#pgStudy .e_tbl_fixed .url::before {
	content: "";
	display: inline-block;
}
/*pgHowto*/
#pgHowto .in_tbl { margin: 20px 10px 0; }
#pgHowto .in_tbl th,
#pgHowto .in_tbl td { margin-bottom: 30px; }
#pgHowto .in_tbl th {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 15px 15px;
	box-shadow: -5px -5px 0 #02122b inset, 5px 5px 0 #8293ac inset;
	border: 1px solid #fff;
	background-image: linear-gradient( to bottom, #05275a 0%, #001638 100% );
	white-space: nowrap;
	color: #fff;
}
#pgHowto .in_tbl tr:not(:last-child) th::before,
#pgHowto .in_tbl tr:not(:last-child) th::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#pgHowto .in_tbl th::before {
	bottom: -15px;
	width: 10px;
	height: 10px;
	background-color: #8293ac;
}
#pgHowto .in_tbl th::after {
	bottom: -35px;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-top: 10px solid #8293ac;
}
#pgHowto .in_tbl td {
	padding-left: 1.0em;
	vertical-align: top;
}

/*pgUse*/
#pgUse .e_tbl_fixed tr:first-child th,
#pgUse .e_tbl_fixed td { text-align: center; }
#pgUse .e_tbl_fixed tr:nth-child(n + 2) td:nth-of-type(1) { text-align: left; }
#pgUse .e_tbl_fixed td.th { background-color: #8293ac; }

#pgUse .e_tbl_use {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
#pgUse .e_tbl_use > * > tr > th,
#pgUse .e_tbl_use > * > tr > td,
#pgUse .e_tbl_use > tr > th,
#pgUse .e_tbl_use > tr > td {
	border-width : 1px;
	border: 1px solid #001637;
	padding: 5px 10px;
	font-size: 1.0rem;
}
#pgUse .e_tbl_use > * > tr > th,
#pgUse .e_tbl_use > tr > th { background-color: #8293ac; }
#pgUse .e_tbl_use tr:first-child th,
#pgUse .e_tbl_use tr:nth-child(2) td,
#pgUse .e_tbl_use tr:nth-child(n + 2) td:nth-of-type(n +2) {
	min-width: 4.0em;
	text-align: center;
}
#pgUse .e_tbl_use .in_uw {
	width: 1.0em;
	text-align: center;
}
#pgUse .e_tbl_use .in_kei { min-width: 5.0em!important; }


/*pgStatus*/
#pgStatus #contents {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
#pgStatus .e_cont80,
#pgStatus .e_cont {
	flex: 1 1 auto;
	width: 100%;
}
#pgStatus .e_calendar {
	width: 100%;
	height: 100%;
	min-height: 450px;
}
@media screen and (min-width: 980px) {
	#pgStatus .e_cont { width: 90%; }
	#pgStatus .e_cont80 { width: 80%; }
}
