@media only screen and (min-width: 641px) {
    #page-title .list-group.list-tag {
        bottom: -45px;
        right: auto;
        left: 265px;
}
    #page-title .tag-title.one.pc,
    #page-title .tag-title.two.pc,
    .tag-title.left-side,
    .tag-title.left-side {
        width: 28.5em;
        text-align: center;
        float: left;
        margin-right: 0;
        margin-top: 5px;
    }
}


.btn.btn-blue {
border:2px solid #034098;
transition: .2s;
    max-height: 84px;
}

.btn.btn-blue:hover {
opacity: 1;
color: #034098!important;
background: #fff;
}
.btn.btn-orange{
    border:2px solid #EF8912!important;
    transition: .2s;
    max-height: 84px;
}

.btn.btn-orange:hover {
    opacity: 1;
    color: #EF8912!important;
    background: #fff;
}
.btn.btn-orange .icon-btn-form:before {
    content: '';
    position: relative;
    top: 17px;
    left: -8px;
    width: 26px;
    height: 26px;
    background: url(../../common/images/icon_btn_pc_wht.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
}
.btn.btn-orange:hover .icon-btn-form:before {
    content: '';
    position: relative;
    top: 17px;
    left: -8px;
    width: 26px;
    height: 26px;
    background: url(../../common/images/icon_btn_pc_org.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
}
.btn.btn-orange .icon-btn-form {
    padding-left: 0;
    position: relative;
}

.btn.btn-blue.subBtn {
border:2px solid #333;
color: #333!important;
background: #fff;
}
.btn.btn-blue.subBtn:hover {
opacity:1;
background: #EFEFEC;
color: #333!important;
border:2px solid #EFEFEC;
}
.pdf-icon1 {
position: absolute;
right: 16px;
top: calc(50% - 30px);
height: 16px;
}

.exl-icon1:before{
content: "";
display: block;
width: 24px!important;
height: 24px!important;
background-size: contain!important;
top: calc(50% - 12px);
position: absolute;
right: 16px;
background: url(../../common/images/icon_btn_excel_wht.png);
}

.btn.btn-blue:hover .exl-icon1:before{
content: "";
display: block;
width: 24px!important;
height: 24px!important;
background-size: contain!important;
top: calc(50% - 12px);
position: absolute;
right: 16px;
background: url(../../common/images/icon_btn_excel.png);
}


.dl-icon1:before{
content: "";
display: inline-block;
width: 22px!important;
height: 22px!important;
background-size: contain!important;
background: url(../../common/images/icon_btn_dl_wht.png);
margin-right: 10px;
position: relative;
top: 2px;
}

.btn.btn-blue:hover .dl-icon1:before{
content: "";
display: inline-block;
width: 22px!important;
height: 22px!important;
background-size: contain!important;
top: calc(50% - 12px);
background: url(../../common/images/icon_btn_dl.png);
}
.btn:hover .icon-btn-key:before {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: -1.5em;
width: 30px;
height: 34px;
background: url(../images/icon_btn_key_primary.png) no-repeat center center;
-webkit-background-size: contain;
background-size: contain;
}
.mxh120 {
 max-height: 120px!important;
    height: auto;
}
.btn.icon-blank::before,
.btn-orange.btn.icon-blank::after {
    border: solid 1px #EF8912!important;
}
.btn.icon-blank::before {
    z-index: 1;
}
.btn-orange.btn.icon-blank::after {
    z-index: 0;
}

@media screen and (max-width: 640px) {
    .btn.btn-blue {
        max-height:180px;
    }

.btn:after {
display: none;
}
.btn.btn-blue:hover .dl-icon1:before,
.dl-icon1:before {
content: "";
display: inline-block;
width: 15px!important;
height: 15px!important;
background-size: contain!important;
background: url(../../common/images/icon_btn_dl_wht.png);
margin-right: 5px;
position: relative;
top: 2px;
}
    /*
.btn.btn-blue:hover .exl-icon1:before,
.exl-icon1:before {
content: "";
display: block;
width: 22px!important;
height: 22px!important;
background-size: contain!important;
top: calc(50% - 12px);
position: relative;
right: auto;
background: url(../../common/images/icon_btn_excel_wht.png);
left: auto;
margin: 8px auto 0;
}
    */
    
    .btn.btn-blue:hover .exl-icon1:before, .exl-icon1:before{
        content: "";
        display: inline-block;
        width: 22px!important;
        height: 22px!important;
        background-size: contain!important;
        top: calc(50% - 20px);
        position: absolute;
        right: 8px;
        background: url(../../common/images/icon_btn_excel_wht.png);
        left: auto;
        margin: 8px auto 0;
    }
    
.btn.btn-blue:hover .dl-icon1:before {
background: url(../../common/images/icon_btn_dl.png);
}
.btn.btn-blue:hover .exl-icon1:before {
background: url(../../common/images/icon_btn_excel.png);

}
.pdf-icon1 {
position: relative;
right: 0;
top: 0px;
height: 16px;
display: block;
margin-bottom: 5px;
}
    .btn-orange.btn.icon-blank::after {
        display: block;
    }

    .btn.btn-orange .icon-btn-form:before {
        content: '';
        position: relative;
        top: 14px;
        left: -8px;
        width: 20px;
        height: 20px;
        background: url(../../common/images/icon_btn_pc_wht.png) no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
        display: inline-block;
    }
    .btn.btn-orange:hover .icon-btn-form:before {
        content: '';
        position: relative;
        top: 14px;
        left: -8px;
        width: 20px;
        height: 20px;
        -webkit-background-size: contain;
        background-size: contain;
        display: inline-block;
    }
    .height100 {
        height:100px;
    }

}

@media screen and (max-width: 320px) {

}

@media all and (-ms-high-contrast:none){
.btns .btn.btn-blue { padding-top: 25px!important;}
.btns .btn.btn-orange { padding-top: 25px!important;}
.btn .icon-btn-key:before {top: calc(50% - 9px);}
.sp_plr0 .btn.btn-orange{padding-top: 25px!important;}
}
_:-ms-lang(x)::-ms-backdrop, .sp_plr0 .btn.btn-orange{padding-top: 25px!important;}
_:-ms-lang(x)::-ms-backdrop, .btn.btn-blue{padding-top: 25px!important;}

_:-ms-lang(x)::-ms-backdrop, .list-group.list-tag .tag{padding-top: 6px;}