<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.local_guideList{
  overflow:hidden;
  width:100%;
  margin-bottom:10px;
}
.local_guideList li{
  float:left;
  margin-left: 14px;
}
.local_guideList li:first-child{
  margin-left:0;
}
.local_guideList li.is-active2 a{
  background: #003F97;
  color: #fff;
}
.local_guideList li a.btn{
  display: table-cell;
  vertical-align: middle;
  width: 240px;
}

.tab2_inner span {
  font-size: 16px;
}

.webable_imgList li{
  display:inline-block;
}

.callBlock01{
  position:relative;
}
.callBlock01 p{
  position:absolute;
  bottom: 16px;
  left: 135px;
}


.callBlock02{
  position:relative;
}
.callBlock02 p{
  position:absolute;
}
.callBlock02 p.bgText01{
  bottom: 146px;
  left: 136px;
}
.callBlock02 p.bgText02{
  bottom: 40px;
  left: 139px;
}

.notesText{
  color: #cc0000;
}

.codeTable{
  width:70%;
  margin: 0 auto;
  background:#fff;
}
.codeTable td{
  width:25%;
  color:#003399;
  border:1px solid #003399;
  padding:10px;
}
.codeTable td span{
  float:right;
  color:#000;
}

.codeNumberList li{
  display:inline-block;
}
.codeNumberList .checkHr{
  margin-right:15px;
}

.otherUse{
  width:70%;
  margin:0 auto;
  background:#fff;
}
.otherUse td{
  text-align: center;
  border:1px solid #000;
  padding:10px;
}

.marginTop10{
  margin-top: 10px !important;
}

.liHeight58{
  height: 58px
}

.marginRight0{
  margin-right: 0 !important;
}

/*gudie繧ｿ繝�*/
.guideTab {
    overflow: hidden;
    width: 100%;
}
.guideTab li:first-child {
    margin-left: 0;
}
.guideTab li {
    float: left;
    margin-left: 1px;
}
.guideTab li .guideBtn  {
    display: table-cell;
    vertical-align: middle;
    width: 249px;
    height: 68px;
}
.guideTab li.guideTab_active span {
    background: #003F97;
    color: #fff;
}
.guideTab li .guideBtn:hover {
    background: #003F97;
    color: #fff;
}
a.guideBtn,.guideBtn {
    display: inline-block;
    background: #D3E5FF;
    color: #666C75; 
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: all .1s linear;
    position: relative;
}

input.btn.is-type-normal i, button.btn.is-type-normal i, a.btn.is-type-normal.mMiddle i {
    position: absolute;
    right: 5px;
    top: 0px;
    bottom: 0px;
    margin: 33.5px 0 !important;
}

input.btn.is-type-normal i, button.btn.is-type-normal i, a.btn.is-type-normal.mMiddle2 i {
    position: absolute;
    right: 5px;
    top: 0px;
    bottom: 0px;
    margin: 24px 0 !important;
}

.notesGuide {
    margin-top: 20px;
}

.notesGuide li {
    color: #666;
    font-size: 11px;
    position: relative;
    padding-left: 15px;
    text-align: right;
}

.notesGuide li:before {
    content: '窶ｻ';
    top: 0;
}</pre></body></html>