@charset "utf-8";
/* Copyright 2021 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

*{font-family: Verdana, Helvetica, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

body{
	font-size:13px;
	font-size:1.3rem;/*-13px-*/
	line-height:1.6;
	letter-spacing: 1px;
	color:#333333;
    font-weight: 400;
	min-width: 1000px;
}

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* clear
---------------------------------------------- */
.overflow_clear{
	overflow:hidden;
	height:100%;
}

/* text-align
---------------------------------------------- */
.align_right{text-align:right !important;}
.align_left{text-align:left !important;}
.align_center{text-align:center !important;}
.center{margin:0 auto !important;}
.left{float:left !important;}
.right{float:right !important;}

/* font
---------------------------------------------- */
.normal{font-weight:normal !important;}
.bold{font-weight:bold !important;}
.italic{font-style: italic !important;}

/* vertical-align
---------------------------------------------- */
.valign_top{vertical-align:top !important;}
.valign_middle{vertical-align:middle !important;}
.valign_btm{vertical-align:bottom !important;}

/* visibility
---------------------------------------------- */
.hidden{visibility:hidden !important;}
.visible{visibility:visible !important;}

/* display
---------------------------------------------- */
.none{display:none !important;}

/* margin
---------------------------------------------- */
.mr_none{margin-right:0px !important;}
.mr_05{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}
.mr_35{margin-right:35px !important;}
.mr_40{margin-right:40px !important;}
.mr_45{margin-right:45px !important;}
.mr_50{margin-right:50px !important;}

.ml_none{margin-left:0px !important;}
.ml_05{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_15{margin-left:15px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_35{margin-left:35px !important;}
.ml_40{margin-left:40px !important;}
.ml_45{margin-left:45px !important;}
.ml_50{margin-left:50px !important;}

.mt_none{margin-top:0px !important;}
.mt_05{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_25{margin-top:25px !important;}
.mt_30{margin-top:30px !important;}
.mt_35{margin-top:35px !important;}
.mt_40{margin-top:40px !important;}
.mt_45{margin-top:45px !important;}
.mt_50{margin-top:50px !important;}
.mt_60{margin-top:60px !important;}

.mb_none{margin-bottom:0px !important;}
.mb_05{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_35{margin-bottom:35px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_45{margin-bottom:45px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_55{margin-bottom:55px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_65{margin-bottom:65px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_75{margin-bottom:75px !important;}
.mb_80{margin-bottom:80px !important;}
.mb_85{margin-bottom:85px !important;}
.mb_90{margin-bottom:90px !important;}
.mb_95{margin-bottom:95px !important;}
.mb_100{margin-bottom:100px !important;}

/* ------------------------------------------------------------

common

------------------------------------------------------------ */

/* ========TEMPLATE LAYOUT======== */
#top {
   width:1000px;
   margin:0 auto;
   background:url("/sgr/images/bg_contents_left.gif") 0 0 repeat-y;
}

#wrapper {
   width:1000px;
   background:url("/sgr/images/bg_contents_right.gif") 100% 0 repeat-y;
}

#header {
   position:relative;
   padding:0 5px;
}

#pr {
   position:absolute;
   width : 376px;
   left:300px;
   top:10px;
}

#menuWrapper {
   float:left;
   background:url("/sgr/images/bg_menu_right.gif") 100% 0 no-repeat;
}

#menu {
   float:left;
   padding:0 5px;
   background:url("/sgr/images/bg_menu_left.gif") 0 0 no-repeat;
}

.contents {
   clear: both;
   margin: 0 5px;
   padding: 20px 20px 0 20px;
}

.main {
   float:left;
   width:630px;
   word-break: break-all;
}

.sub {
   float:right;
   width:230px;
   border: 1px dotted #1e90ff;
}

/* リンク
---------------------------------------------- */
a{
   color:#333;
   text-decoration:none;
}

a:hover{color:#0172AB;}

.link01{color:#0172AB;}

.link01:hover{text-decoration: underline;}

.link_pdf01{color:#0172AB;}

.link_pdf01::after{
	content: "";
	display: inline-block;
	background: url("/sgr/images/ico_pdf01.png") no-repeat 0 0;
	width: 12px;
	height: 13px;
	margin: 0 0 -1px 1px;
}

.link_external01{color:#0172AB;}

.link_external01::after{
	content: "";
	display: inline-block;
	background: url("/sgr/images/ico_tab01.png") no-repeat 0 0;
	width: 10px;
	height: 10px;
	margin: 0 0 -1px 1px;
}

.link_external01:hover{text-decoration: underline;}

/* 見出し
---------------------------------------------- */

/* INFORMATION・お知らせ（一覧スクロール）
---------------------------------------------- */

.article{
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}

.article .time{
	display: block;
	width: 100px;
	flex: none;
}

.article h4{width:calc(100% - 100px);}

.article h4 img{vertical-align: inherit;}

/* ボタン
---------------------------------------------- */
.btn_back01 a{
	display: inline-block;
	color: #0088D0;
	font-weight: bold;
	background: url("/sgr/images/ico_arrow01.png") no-repeat 0 0.1em;
	padding-left: 12px;
	line-height: 1;
}

.btn_back01 a:hover{opacity: 0.7;}


/* ========MAIN CONTENTS CUSTOMIZE======== */
.main a {
   color:#0172AB;
}

.main a:hover {
   color:#0172AB;
   border:0;
   text-decoration:underline;
}

.main h2 {
   margin-bottom:5px;
   padding:5px 0;
   font-size:15px;
   font-weight:bold;
   border-top:2px solid #0088D0;
   background:url("/sgr/images/bg_main_h2.gif") 0 100% repeat-x;
}

.main h3 {
   margin-bottom:5px;
   padding-left:12px;
   font-size:15px;
   font-weight:bold;
   background:url("/sgr/images/bg_main_h3.gif") 0 50% no-repeat;
}

.main h4 {
   margin:5px 0 2px 0;
   padding:2px;
   font-size:13px;
   background:#d0dfe9;
}

.main h5 {
   margin-top:5px;
   margin-bottom:2px;
   font-size:13px;
   color:#0088D0;
   border-bottom:2px solid #0088D0;
}

.main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#0088D0;
}

.main p {
   margin:0 0 1em 0;
}

.main div.section {
   margin-bottom:30px;
}

.main dt {
   margin-bottom:3px;
}

.main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
.main dl.information {
   margin:0;
}
.main dl.information dt {
   float:left;
}

.main dl.information dd {
   margin:0 0 5px 0;
   padding: 0px 0px 5px 9em;
   border-bottom:1px solid #ddd;
   background:none;
}


.main table {
   width:100%;
   border-collapse: collapse;
}

.main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#e0eef8;
}

.main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

/* ------------------------------------------------------------

side

------------------------------------------------------------ */

/* ========SUBCONTENTS CUSTOMIZE======== */
.sub div.section {
   margin-bottom:10px;
}

.sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   border:1px solid #426D9C;
   background:url("/sgr/images/bg_sub_h2.gif") 0 50% no-repeat;
}

.sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

.sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("/sgr/images/bg_dotline.gif") 0 100% repeat-x;
}

.sub li a {
   display:block;
   padding-left:14px;
   background:url("/sgr/images/bg_sub_list.gif") 0 5px no-repeat;
}

/* ------------------------------------------------------------

header

------------------------------------------------------------ */

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
}

.nav_global{height: 110px;}

.nav_global td a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50px;
}

.nav_global td a.active,
.nav_global td a:hover{background:#269FE1;}

.nav_global tr:nth-child(2) td:last-of-type a.active,
.nav_global tr:nth-child(2) td:last-of-type a:hover{background:#00B77B;}


/* ------------------------------------------------------------

footer

------------------------------------------------------------ */

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   margin:0 10px;
   background:#0082C6 url("/sgr/images/bg_footer_left.gif") 0 0 no-repeat;
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   margin:10px 0;
   text-align:right;
}

#pageTop a {
   padding-left:8px;
   background:url("/sgr/images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
.footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("/sgr/images/bg_dotline.gif") 0 0 repeat-x;
}

.footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

.footMenu li a {
   padding-left:10px;
   background: url("/sgr/images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#fff;
   text-align:center;
   background:url("/sgr/images/bg_footer_right.gif") 100% 0 no-repeat;
}

.main li::marker {
	content: none;
}

	
/* システム用 */
.system_card {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;	
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

.system_card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.system_card .card-footer.fixed-bottom {
    background-color: rgba(0,0,0,.6);
}

.system_card .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 0) calc(.25rem - 0);
}
.system_card .text-center {
    text-align: center!important;
}
.system_card .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.system_card .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125);
}
.system_card .btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.system_card .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}
.system_card .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

.system_card .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
}

.system_card .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}

.system_card .btn-warning {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
}