@charset "utf8";
/** ナラヤク 共通CSS */
body{
    font-family: 'M PLUS Rounded 1c',"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    list-style: none;
	min-height: 100vh;
	display: flex;
    flex-flow: column;/* K.U at6/21追加 */
}

main{
	flex: 1;
}

a{text-decoration: none;}
#main_wrapper{max-width: 1370px; min-width: 960px; margin: 0 auto 10rem;padding: 1.5rem 0;}
#header_wrapper{max-width: 1370px; min-width: 960px; margin: 0 auto 0;padding: 1.5rem 0;}
#m_header_wrapper{max-width: 1440px; min-width: 960px; margin: 0 auto 0;padding: 1.5rem 0;}
#table_wrapper{max-width: 1440px; min-width: 960px; margin: 0 auto 10rem;padding: 1.5rem 0;}
.bg_texter{background:  rgba(0, 150, 169,1)};
.bg_texter:hover{background: rgba(0, 150, 169,.5);}

#navbarNavDropdown ul:last-child ul li{padding: 0 0.5em;}

@media screen and (max-width: 768px){
	#main_wrapper{padding: 1.5rem 1.5rem 1rem}
	#navbarNavDropdown.show ul:last-child ul{display: block;}
}
/**********************************************************
Texter (利用規約・プライバシーポリシーなど)
*********************************************************/
#texter_wrap{
    color: rgb(10, 44, 47);
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 24px 10px 0px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(191, 207, 207);
    border-style: none;
    border-width: 1px 0px;
    margin-bottom: 2rem;
}
#texter_wrap p{font-size: 13px;margin-bottom: 20px;white-space: pre-wrap;}
#texter_wrap ol{font-size: 1.3rem;margin: 0px 0px 20px 20px;}
#texter_wrap ol > li {list-style: outside decimal;}
#texter_wrap li {font-size: 13px;margin-bottom: 5px;}
#texter_wrap p:last-child {margin-bottom: 0px;}
#texter_wrap li > p {margin-bottom: 0px;}
#texter_wrap p {margin-bottom: 20px;white-space: pre-wrap;}
#texter_wrap p > a{color: #0096a9;word-break: break-all;}
#texter_wrap .texter_title{
	font-size: 16px;
	font-weight: 700;
	border-left: 5px solid rgb(0, 150, 169);
	color: rgb(0, 150, 169);
	line-height: 1.3;
	margin-bottom: 15px;
	padding: 0px 4px 0px 8px;
}
#texter_wrap .texter_title_sub{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: rgb(0, 150, 169);
    margin-bottom: 5px;
}
/**********************************************************
オーバーレイローディング
*********************************************************/
#panel_loding{
	display: none;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: white;
}

/**********************************************************
サイドメニュー
*********************************************************/
#side_menu_wrap {width: 5rem;}
#side_menu_wrap ul{padding: 0;}
#side_menu_wrap *{list-style: none;text-decoration: none;}
#side_menu_wrap input[type="checkbox"]:checked ~ #side_menu_body {transform: translateX(0);}
#side_menu_wrap input[type=checkbox] {transition: all 0.3s;box-sizing: border-box;display: none;}
#side_menu_wrap .spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #31353D;
}
#side_menu_wrap *:not(.fas):not(.spinner){color: #fff!important}
#side_menu_wrap .spinner.diagonal.part-1 {
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
	top: 0;
}
#side_menu_wrap .spinner.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
	top: 50%;
}
#side_menu_wrap .spinner.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
	top: 100%;
}

#side_menu_wrap .sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: calc(50% - 0.75rem);
	left: 1rem;
	height: 1.5rem;
	width: 2.5rem;
}
#side_menu_wrap input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
}
#side_menu_wrap input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	top: 50%;
}
#side_menu_wrap input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	top: 50%;
}
#side_menu_wrap .side_menu_show{margin-left: 4rem;}
#side_menu_body {height: 100%;position: fixed;left: 0;top: 95px;width:0vw;transform: translateX(-100vw);transition: transform 0.25s ease-in-out;z-index: 99999;}
#side_menu_lists{height: 100%;width: 350px;background-color: #31353D;position: relative;}
#side_menu_lists > ul{margin:0;padding:0;border-top: 1px solid rgba(255, 255, 255, 0.10);}
#side_menu_lists > ul .fas{margin-right: .5em;}
#side_menu_lists > ul > li{list-style: none;color: #fff;text-transform: uppercase;padding: 10px 20px;cursor: pointer;border-bottom: 1px solid rgba(255, 255, 255, 0.10);}
#side_menu_lists > ul > li span{display: block;font-size: 14px;color: rgba(255, 255, 255, 0.50);}
#side_menu_lists > ul > li a{color: #fff;text-transform: uppercase;cursor: pointer;text-decoration: none;}
#side_menu_lists .accordion{border-bottom: 1px solid rgba(255, 255, 255, 0.10);}
#side_menu_blank{position: absolute;top: 0;left: 350px;}
#side_menu_blank label{width: calc(100vw - 350px);height: 100vh;background: rgba(255,255,255,.1)!important;}
#side_menu_lists > ul *{background: #31353D;}

#side_menu_wrap .accordion-collapse a{padding-left: 2.5rem;border: none;}
#side_menu_wrap .accordion-button::after{background-image: url(/assets/img/accordion_arrow.svg);}
#side_menu_wrap .accordion-button:focus {border-color: #4169e1;box-shadow: 0 0 0 0.25rem rgb(65 105 225 / 25%);}

#side_menu_wrap .list-group-item{padding: 0.5rem 1rem}
/**********************************************************
パンくずリスト
*********************************************************/
.breadcrumbs{position: relative;}
.breadcrumbs:before{
    position: absolute;
    content: "";
    margin: 0 calc(50% - 50vw);
    background: rgba(192,192,192,.7);
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.breadcrumb{margin-bottom: 0}
/**********************************************************
ページTOP・BOTTOM
*********************************************************/
#page_move{width: 50px;height: 100px;position: fixed;right: 1em;bottom: 2em;background-color: rgba(32,1,54,.8);opacity: .8;display: none;}
#page_move a{position: relative;display: block;width: 50px;height: 50px;text-decoration: none;}
#page_move a:first-child{border-bottom: 1px solid #fff;}
#page_move a:first-child:before{content: '▲';}
#page_move a:last-child:before{content: '▼';}
#page_move a:before{font-family: 'Font Awesome 5 Free';font-weight: 900;font-size: 30px;color: #fff;position: absolute;width: 30px;height: 30px;top: -15px;bottom: 0;right: 0;left: 0;margin: auto;text-align: center;}
#back_btn{position: fixed;bottom: 1em;left: 1em;}


/**********************************************************
ボタンURLURL
*********************************************************/
a.btn_02 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
	cursor: pointer;
}
a.btn_02:hover {
	color: #27acd9;
	background: #fff;
}

a.btn_03 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #c0c0c0;
	background: #c0c0c0;
	color: #fff;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #c0c0c0;
	background: #fff;
}
/**********************************************************
検索ボックス
*********************************************************/
/* #block_search{ 
	height: 300px;
}
*/
.stickey_1{
	position: -webkit-sticky;
	position: sticky!important;
	top: 0;
	background-color: white;
	z-index: 1;
}
.stickey_2{
	position: sticky!important;
	top: 0;
	z-index: 100;
	background-color: white;
}
div.foot_btn{
	position: fixed;
  	width: 100%;
  	bottom: 0; /* 基準の位置を画面の一番下に指定する */
	right: 0; /* 基準の位置を画面の一番右に指定する */
	margin-right: 6%;
}
.unit{
	width: 50px;
} 

.table-header th{
	overflow-x: none;
	position: -webkit-sticky;
	position: sticky!important;
	top: 46px;
	z-index: 10;
}
.table-header-top th{
	overflow-x: none;
	position: -webkit-sticky;
	position: sticky!important;
	top: 40px;
	z-index: 10;
}
.table-header-board th{
	overflow-x: none;
	position: -webkit-sticky;
	position: sticky!important;
	top: 75px;
	z-index: 10;
}

.table-header-m-board th{
	overflow-x: none;
	position: -webkit-sticky;
	position: sticky!important;
	top: 120px;
	z-index: 10;
}
/**********************************************************
ページFOOTER K.U at6/21追加
*********************************************************/
footer{
    width: 100%;
    height: 80px;
    background-color: #174a5c;
    color: white;
    text-align: center;
}
footer a{
	color: inherit;
}
ul.footer-menu li {
display: inline;
}
