@charset 'UTF-8';

html {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
menu,
dir {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

body {
    margin: 0;
}

header {
    text-align: center;
    padding: 10px;
    height: 50px;
    border-bottom: 1px solid #EEE;
    border-bottom: solid 2px #004098;
    display: block;
}

header nav {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

header nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header nav ul li {
    width: 50%;
    list-style: none;
    text-align: left;
}

header nav ul li.error__headerText {
    text-align: right;
}

#logo {
    width: 88px;
    height: 38px;
    margin: 0 5px 0 0;
    float: left;
}

#logo .sprtCmmn {
    background: url(https://www.his-j.com/cmn/headfoot/images/sprite_common_sp.png) no-repeat;
    background-position: 0px 0px;
    background-size: 500px 60px;
    height: 29px;
    vertical-align: top;
}

/* footer {
    text-align: center;
    height: 25px;
 width: 100%;
 padding: 8px;
 font-size: 12px;
 background-color: #EEE;
 display: block;
 position: absolute;
 left: 0;
 bottom: 0;
 }*/

main {
    position: relative;
    z-index: 0;
    padding-bottom: 32px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    /* padding: 1em; */
}

.error__boxTtl {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #E50112;
    color: #FFF;
    border-radius: 5px;
}

.error__button {
    position: relative;
    width: 100%;
    max-width: 236px;
    font-size: 1rem;
    line-height: 1.42;
    padding: 5.5px 28px;
    border: 1px solid #004097;
    border-radius: 16px;
    background: #FFF;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

@media only screen and (min-width: 741px) {
    .error__button {
        font-size: 1rem;
        font-weight: bold;
        padding-top: 8.5px;
        padding-bottom: 8.5px;
        border-width: 2px;
        border-radius: 20px;
    }
}

.error__button:hover {
    background: #e6ebf2;
}

.error__button::after {
    content: '';
    width: 8px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: url(https://www.his-j.com/cmn/content/images/mv_icon_controller.png) no-repeat right center/8px auto;
}

.error__buttonWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error__buttonText {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #004097;
}

.error__buttonText:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 13px;
    bottom: 13px;
    border-bottom: 2px solid #004097;
    border-left: 2px solid #004097;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.error__boxWrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 1em 1em 2em;
    background-color: #FEF2F2;
    border-radius: 5px;
}

.error__boxText {
    font-size: 18px;
    text-align: center;
    margin: 1.5em auto 2em;
}

/* pageTop */

#pageTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 999;
}


.pc__footer{display: inline;}
.sp__footer{display: none;}