@charset "UTF-8";
body {
    font-family: -meiryo, 'Hiragino Kaku Gothic ProN', sans-serif !important;
}

/*  ボックスの左右の余白  */
header, .container {
    padding-left: 10px;
    padding-right: 10px;
    border-top: none !important;
}

header {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    /* position: fixed;
    top: 0;
    left: 0; */
    background: #f5f5f5

}

#SpHeaderMenu {
    /*max-height: 100vh;*/
    overflow-y: auto;
    max-height: 195px;
}

.sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    background: #f9fafb;
    top: 85px;
    color: #212529;
    cursor: pointer;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.sub-menu li:hover {
    background: #428bca;
    color: #FFFFFF;
}

.sp-sub-menu {
    background: #f9fafb;
    color: #212529;
}

.sp-sub-menu li:hover {
    background: #BBBDBF;
    color: #FFFFFF;
}

.header-submenu-link,
.header-submenu-link:visited {
    display: inline-block;
    height: 40px;
    color: initial;
    padding: 0.75rem 1rem 1rem;
    width: 100%
}

.header-submenu-link-multiline {
    height: 55px;
}

.header-submenu-link:hover {
    color: #FFFFFF;
}

.two-line {
  padding: 0.1rem 1rem 1rem;
}

.menu-item .color-normal {
    color: #212529;
}

/*.sub-menu a {*/
/*    color: #212529;*/
/*}*/

.header-theme-color {
    background: #BBBDBF !important;
    height: 2.5rem;
}

header .menu {
    display: flex;
    margin: auto;
    flex-wrap: nowrap;
    width: 48%;
    justify-content: center;
}

header .menu.login {
    flex-wrap: initial;
    width: 53%;
    /*justify-content: center;*/
    font-size: 12px;
    /*margin-left: -5%;*/
    /*flex-basis: fit-content;*/
    justify-content: space-between;
}

header .menu-item-btn {
    cursor: pointer;
    width: 7em;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

header .menu.login .menu-item-btn {
    width: 100%;
    height: 40px;
}

header .menu-item {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

header .menu-item.menu-login {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

header .menu-item ul {
    display: none;
    padding-inline-start: 0;

}

header .menu-item ul {
    display: none;
    padding-inline-start: 0;

}

header .menu-item li {
    align-items: center;
    justify-content: center;
    /* z-index: 100; */
    margin: 0px;
}

header .header-frex {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    background: #f9fafb;
}

header .header-logo {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
    /*width: 15rem;*/
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

#headerMenu .header-logo {
    margin-top: -5px !important;
}

.header-logo a {
    display: flex;
    height: 100%;
}

.header-logo img {
    width: 240px;
    height: 32.9188px;
    line-height: 24px;
    font-size: 16px;
}

.header-company-name {
    margin-left: auto;
    padding-right: 1.25rem;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
    align-items: center;
    display: flex;
    height: 38px;
    margin-top: 1px;
}

.header-right-block {
    margin-left: auto;
    padding-right: 1.25rem;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
    align-items: center;
    display: flex;
    height: 38px;
    margin-top: 2px;
}

.items-center {
    align-items: center;
}

.header-name {
    display: flex ;
    font-size: 16px;
    margin-left: 0.25rem;
    margin-top: 2px;
    position: relative;
}

.header-name a {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}

header {
    z-index: 500;
}

header .menu-item-btn a {
    display: block;
}

#hamburger-menu-btn {
    margin-top: 1px;
    margin-right: -10px;
}

#hamburger-menu-btn:hover {
    cursor: pointer;
}

#hamburger-menu-btn > i {
    font-size: 18px;
}

#hamburger-menu-btn > div {
    font-size: 10px;
    margin-top: -6px;
}

/* タブレットサイズ */
@media (max-width: 767px) {
    header {
        position: fixed;
    }

    header + * {
        padding-top: 40px !important;
    }

    header .menu {
        display: block;
    }

    header .sp-menu-item.menu-login {
        padding-left: 0;
        padding-right: 0;
    }

    header .sp-menu-item {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    header .sp-menu-item > form {
        width: 100%;
    }

    header .sp-menu-item ul {
        padding-inline-start: 0;
    }

    header .menu-item-btn.no-login {
        width: 100%;
    }

    header .menu-item-btn {
        border-bottom: solid 1px #dddddd;
        padding-left: 15px;
        text-align: left;
    }


    header .sp-sub-menu {
        text-align: left;
    }

    header .sp-sub-menu li {
        border-bottom: solid 1px #dddddd;
        margin-left: 40px;
    }

    header .sp-sub-menu li a {
        padding-left: 5px;
    }

    .ipad-menu {
        display: block;
    }

    header .userNameArea {
        display: none;
    }
}

/* PCサイズ */
@media (min-width: 768px) {
    .w-md-6rem {
        width: 6rem !important;
    }

    .w-md-7rem {
        width: 7rem !important;
    }

    header .menu {
        height: 38px;
    }

    header .menu.login {
        height: 38px;
    }

    header .menu-item {
        display: flex;
    }

    header .menu-item-btn.no-login {
        width: 7em !important;
    }

    header .navbar-collapse {
        flex-basis: auto;
    }

    header .single-menu,
    header .single-menu:active,
    header .single-menu:visited,
    header .single-menu:hover,
    header .single-menu a,
    header .single-menu a:active,
    header .single-menu a:visited,
    header .single-menu a:hover {
        color: #000;
    }
}

/*footer {*/
/*    border-top: solid 1px #dddddd;*/
/*}*/

ul {
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    z-index: 20;
}

/* ボックスの上下の間隔 */
.contents {
    padding-top: 5px;
}

.sub {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* コンテンツとサイドバーの間隔 */
.contents {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-top {
    padding: 20px;
    border: 1px solid #cccccc;
    clear: both;
    overflow: auto;
    width: 100% !important;
    overflow: hidden;
}

.footer-top .company-info .company-name {
    font-size: 18px;
    font-weight: 900;
    float: left;
    margin-right: 20px;
}

.footer-container .footer-top .company-info .company-name-description {
    float: left;
    line-height: 2;
    font-size: .875rem;
    padding-top: 1px;
}

.footer-top .company-info .company-link {
    float: right;
    font-size: 16px;
}

.footer-top .company-info .company-link a,
.footer-top .company-info .company-link a:hover,
.footer-top .company-info .company-link a:visited {
    color: #0d6efd;
    text-decoration: underline;
}

.footerFixed {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header + * {
    flex: 1;
}

footer {
    padding-top: 15px;
}

/**  ヘッダー **/
/* サイト名 */
.site h1 a {
    display: inline-block;
    padding: 0px;
    color: #ffffff;
    text-decoration: none;
}

.site h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    float: left;
    margin-right: 20px;
}

.site-link-str {
    margin-top: 30px;
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid #333;
    font-size: 13px;
    white-space: nowrap;
}

.site-link-str a,
.site-link-str a:hover {
    color: #000000;
}


.site-link-str:hover {
    color: #000000;
    text-decoration: underline;
}

/**  フッター  **/
/*  コピーライト  */
.copyright {
    /* color: #555; */
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    background: #BBBDBF !important;
    height: 2.5rem;
}

.copyright p {
    padding-top: 10px;
    color: #FFFFFF;
}

.footer-inner .company-name {
    font-size: 16px;
    font-weight: 900;
    background-size: 100%;
    width: 190px;
    height: 28px;
    text-indent: -9999px;
    margin: auto;

}

.container {
    width: 100%;
}

.m-auto {
    margin: auto !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.font-normal {
    font-weight: 400;
}

.pl-0 {
    padding-left: 0;
}

.text-center {
    text-align: center !important;
}

.list-none {
    list-style-type: none;
}

.inline-block {
    display: inline-block;
}

.pr-3 {
    padding-right: 0.75rem;
}

.text-flex {
    padding-top: 7px;
}

.single-menu:hover {
    border-bottom: 1px solid #428bca;
    margin-top: 1px;
}

.login-link {
    width: 100%;
    display: inline-block;
    height: 40px;
}

.textOverflow {
    overflow: hidden;
    white-space: nowrap;
    max-width: 12rem;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 10px;
}

.footer-container.footer-contents-parent {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

/** TOPページ **/
.top-wrap {
    margin-left: 30%;
}

.top-msg {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.top-service-li {
    list-style: disc;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.top-service-li a,
.top-service-li a:visited {
    color: #000;
}

.top-service-li a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.error .wrap {
    text-align: center;
    width: 80%;
    margin: 5rem auto 0;
}

.error .wrap .normal-msg {
    margin-top: 2rem;
    font-size: 1rem;
    margin-block: 2rem;
}

.error .top-back-btn {
    width: 11rem;
    height: 2.5rem;
    padding-bottom: 2rem;
    padding-top: 0.5rem;
    margin-top: 3rem;
    background: #BBBDBF;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 1rem;
    vertical-align: middle;
}

.error .inq-link,
.error .inq-link:hover,
.error .inq-link:visited {
    color: #0d6efd;
    text-decoration: underline;
}

.btn-pa {
    background-color: #0066ff;
    text-decoration: none !important;
}

.btn-pa:visited {
    color: #fff;
}

.btn-pa:hover {
    background-color: #0066ff;
    color: #fff;
}

.top-container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: 30px;
}

#headerMenu .ipad-menu {
    display: none;
}

#headerMenu .userNameArea {
    display: block;
}

.header-right-block a,
.header-right-block a:visited,
.header-right-block a:hover {
    text-decoration: none !important;
    margin-bottom: 1px;
}

.header-right-block .login-btn {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 16px;
    padding-left: 16px;
    color: #374151;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    border-radius: 24px;
    cursor: pointer;
    margin-right: 8px;
    border: 2px solid #e5e7eb;
    margin-bottom: 1px;
}

/** iPad縦 **/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #headerMenu .ipad-menu {
        display: block;
        padding-left: 10px;
    }

    #headerMenu .userNameArea {
        display: none;
    }

    header .menu.login {
        justify-content: center;
    }
}


@media screen and (min-width: 1080px) and (max-width: 1200px) {
    header .menu.login {
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1367px) {
    #headerMenu .ipad-menu {
        display: none;
        padding-left: 10px;
    }

    #headerMenu .userNameArea {
        display: block;
    }

    header .menu.login {
        justify-content: center;
    }

    header .menu.login.license {
        justify-content: space-between !important;
    }

    .portal-name {
        display: none;
    }
}