@charset "utf-8";
/* CSS Document */

/*================================
	header
=================================*/
header {
	border-bottom: 2px solid #F6F7F6;
}

.header_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;

	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}

.main_logo {
	width: 440px;
}

.head_acct_wrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;

	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;

	font-size: 14px;
	box-shadow: 0px 0px 4px #ccc;
	border-radius: 6px;
	padding: 8px 14px;
	background: #FFFFFF;
    margin: 8px auto 0;
    /* padding: 10px 0 4px; */
/*	padding: 10px 0 4px;*/
}
.head_acct_wrap .head_acct_name {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;

	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;

	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}
/*
.head_acct_wrap .head_acct_name .rank_icon {
	display: none;
}
*/
.head_acct_wrap .head_acct_name .rank_icon img {
	display: inline-block;
	width: 18px;
	height: auto;
	vertical-align: bottom;
	margin-right: 6px;
}
.head_acct_wrap li:not(:last-of-type) {
	padding-right: 20px;
}
.head_acct_wrap li span {
	font-size: 16px;
	line-height: 1.3;
}
.head_acct_wrap .head_acct_point span {
	font-weight: 700;
}

/*================================
	menu
=================================*/

.g_menu {
}
.gb_menu ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	background: #f4f4f4;
	color: #113A62;
	padding: 6px 0;
}
.gb_menu a:link {
	display: block;
	text-decoration: none !important;
	position: relative;
}
.gb_menu ul li {
/*	width: calc(100% / 5);*/
	width: 74px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	padding: 0 4px;
}
.gb_menu ul li:not(:last-child) {
/*	border-right: 1px solid rgb(0 0 0 / 20%);*/
	border-right: 2px solid #FFFFFF;
}
.gb_menu ul li .g_icon {
	display: block;
	font-size: 34px;
	color: #113A62;
	/*margin-bottom: 4px;*/
}
.gb_menu .material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' -25,
  'opsz' 34
}
.b_menu {
	width: 100%;
    position: fixed;
    bottom: -54px;
    transition: 0.5s;
	z-index: 99;
}

.global-user-nav__badge {
    position: absolute;
    top: 0px;
    right: 8px;
    z-index: 1;
/*    display: grid;
    place-content: center;*/
    width: 14px;
    height: 14px;
    font-size: 8px;
	line-height: 14px;
    font-weight: normal;
	color: #FFFFFF;
	background: #FF0004;
    border-radius: 50%;
}

.global-user-nav__badge:empty {
  display: none;
}

.gb_menu .menu_icon {
	cursor: pointer;
}


/*================================
	footer
=================================*/

footer {
	padding: 0 0 16px;
	background: #bae6ec;
}
footer .footer_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 32px;
}
/*
footer h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}
*/

footer .guide_btn_wrap {
	padding: 16px 0;
	margin: 0 auto 16px;
	/*background: #FFFFFF;*/
	border-bottom: 2px solid rgb(255 255 255 / 50%);
}
footer .guide_btn {
/*	width: calc(100% - 30px);*/

}
footer .guide_btn a {
	width: 500px;
	margin: 0 auto;
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 46px;
	font-weight: 500;
	background: #113A62;
	color: #fff;
/*	border: 3px solid #000000;*/
	border-radius: 9999px;
	padding-right: 20px;
}

footer .guide_btn a::before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 14px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
}
footer .guide_btn a::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 21px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #113A62;
	border-right: 2px solid #113A62;
	transform: rotate(45deg);
}

footer .f_menu {
/*	margin-bottom: 6px;*/
}
footer .f_menu ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
footer .f_menu ul li {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
/*	letter-spacing: 0;*/
	width: calc((100% - (32px * 3)) / 4);
	margin-bottom: 14px;
}
footer .f_menu ul li:nth-of-type(odd) {
	margin-right: 20px;
}
footer .f_menu ul li a:link {
	display: block;
	text-decoration: none;
	color: #113A62;
}
footer .logo_annot,
footer .sokuyaku_unei {
	font-size: 14px;
	margin-bottom: 8px;
}
footer .copyright {
	font-size: 12px;
	line-height: 1;
}

footer .f_column_wrap {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;

	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}
footer .footer_mark {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;

	justify-content:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;

	margin-bottom: 8px;
}
footer .footer_mark li {
	padding: 0 10px;
}
footer .footer_mark .jadma img {
	height: 34px;
	width: auto;
}
footer .footer_mark .p_mark img {
	height: 60px;
	width: auto;
}


/*================================
	side drawer
=================================*/

/*	side drawer open scroll lock
---------------------------------*/

html.is-fixed,
html.is-fixed body {
	height: 100%;
	overflow: hidden;
}


.drawer_overlay {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.drawer_overlay.active {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 9999
}
#drawer_nav {
	background: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	z-index: 99999;
	-webkit-overflow-scrolling: touch;
	width: 80%;
	max-width: 400px;
/*	font-size: .9rem;*/
	line-height: 1.5;
}
#drawer_nav {
	height: 100%;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	position: fixed;
	right: -100%
}
#drawer_nav.active .close_icon {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	background: #FFF;
	line-height: 1;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 20px;
	left: -40px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	pointer-events: none;
}
#drawer_nav.active .close_icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
#drawer_nav.active {
	right: 0
}
#drawer_nav .inner {
	height: 100%;
	overflow-y: scroll;
}

/*	side drawer - menu
---------------------------------*/

.sd_menu_list > ul:first-child {
	margin: 0;
/*	margin-top: -10px;*/
}

.sd_menu_list > ul:first-of-type > li {
	border-bottom: 1px solid rgba(50,50,50,.2);
}

.sd_menu_list ul li a {
	display: block;
	padding: 1em 1em;
	margin: 0;
	position: relative;
	color: #666;
	text-decoration: none;
}

.sd_menu_list > ul:first-of-type > li a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	position: absolute;
	right: 10px;
	top: 50%;
	-ms-transform: translateY(-50%) rotate(135deg);
	    transform: translateY(-50%) rotate(135deg);
	-webkit-transform: translateY(-50%) rotate(135deg);
	opacity: .5;
}
.sd_menu_list .sub_menu li {
	padding: 0 0 0.25em 1em;
}
.sd_menu_list .sub_menu li dl {
	margin: 0;
	padding: 0;
}
.sd_menu_list .sub_menu li dt {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1;
	background: #CCC;
	color: #FFF;
	padding: .4em 1em .4em .5em;
}
.sd_menu_list .sub_menu li dd {
	margin: 0;
/*	font-size: .9em;*/
	color: #666;
	border-top: 1px dotted rgba(50,50,50,.2);
}
.sd_menu_list .sub_menu li dd:first-of-type {
	border-top: none;
}
.sd_menu_list .sub_menu li dd a,
.sd_menu_list .sub_menu li dd span {
	display: block;
	position: relative;
	color: #666;
	padding: 1em 0 1em 1em;
}


#page_top {
	position: fixed;
	bottom: -100px;
	right: 10px;
	transition: 0.5s;
	z-index: 98;
	opacity: 0.5;
}

#page_top span {
	font-size: 46px;
}
#page_top .material-symbols-rounded {
	font-variation-settings:
	'FILL' 1,
	'wght' 400,
	'GRAD' 0,
	'opsz' 46
}