@charset "UTF-8";

.page_top_info {
	position: relative;
	padding: 1.5rem 2.2rem;
	border: 0.2rem solid #ddd;
	border-left: 0;
	border-right: 0;
	border-radius: 2.4rem 0 2.4rem 0;
}

.page_top_info::before {
    display: block;
    content: '';
    width: 7.2rem;
    height: 5.6rem;
    border-radius: 2.4rem 0 0 0;
    border: 0.2rem solid #3a6ac4;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: -0.2rem;
    z-index: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .res_mg_t01 {
        margin-top: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page_top_info > div {
        min-height: 7.2rem;
        padding-left: 10.4rem;
    }
}
.page_top_info > div {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page_top_info > div::before {
        width: 7.2rem;
        height: 7.2rem;
        position: absolute;
        left: 0;
        top: 0;
    }
}
.page_top_info > div::before {
    display: inline-block;
    content: '';
    background: url(../image/sub/img_pageinfo.png) no-repeat center center / 100% auto;
}
*, ::after, ::before {
    box-sizing: inherit;
    
.text-left, .text-l {
	text-align:left !important;
}    


caption {display : none;}
.detail-cell{text-color:'blue'}
.text-left{text-align:'left'}
#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.8;
	background: #e1e6ef;
	z-index: 99;
	text-align: center;
}

#loading > img {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 5em;
     z-index: 100;
}
#loading > .loading_msg{
    position: absolute;
    top: 54%;
    left: 49%;
    font-size: 18px;
    font-weight: bold;
}

.hdn{display:none;}

.visually-hidden {
	position : absolute;
	width : 1px;
	height : 1px;
	margin : -1px;
	padding : 0;
	overflow : hidden;
	clip : rect(0 0 0 0);
	clip-path : inset(50%);
	border : 0;
	white-space : nowrap;
}

.word-wrap {word-wrap: break-word};

html, body {
	overflow-x:hidden;
	overflow-y:hidden;
}
.sub-tab-menu {
	list-style : none;
	margin : 5px 0;
}
.sub-tab-btn {
	padding : 6px 10px;
	cursor:pointer;
	color : #000000;
}

.sub-tab-btn.active {
	background : #004080;
	color : #fff;
	font-weight : bold;
}
.tab-btn {
/* 	color : #fff; */
	font-weight : bold;
	line-height : 1.7;
}
.fl_r {
    position: relative;
    float: right;
}
.sa_l .sal_l {
    left: 0px;
    top: 0;
}
caption {
	display : none;
}
.page-title {
	font-size : 1.5rem;
	white-space : nowrap;
	margin : 10px 10px;
	margin-bottom : 20px;
}
.sideNav {
	height : 1000px;
}
.hdn{display:none !important;}

.highlight{
	color:red;
	background: yellow;
}