<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html,
body {
    height: 100%;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

/* ==========================================================================
   font
   ========================================================================== */

.text10 { font-size: 10px !important; }
.text11 { font-size: 11px !important; }
.text12 { font-size: 12px !important; }
.text13 { font-size: 13px !important; }
.text14 { font-size: 14px !important; }
.text15 { font-size: 15px !important; }
.text16 { font-size: 16px !important; }
.text18 { font-size: 18px !important; }
.text22 { font-size: 22px !important; }

.text-bold   { font-weight: bold; }
.text-normal { font-weight: normal; }

.text-l { text-align: left; }
.text-c { text-align: center; }
.text-r { text-align: right; }

.valine-m { vertical-align: middle; }
.valine-t { vertical-align: top; }

.text-sup {
    font-size: 0.7em;
    vertical-align: top;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

/* ==========================================================================
    space
    ========================================================================== */

.mt0  { margin-top: 0 !important; }
.mt5  { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb80 { margin-bottom: 80px !important; }
.mr5  { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.ml0  { margin-left: 0 !important; }
.ml5  { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }

.pr20 { padding-right: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pr30 { padding-right: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pb40 { padding-bottom: 40px !important; }

/* ==========================================================================
   header_ver2
========================================================================== */

#header.header_ver2 {
    height: auto;
    padding: 0;
    border: none;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", ArialMT, メイリオ, sans-serif;
}

#header.header_ver2&gt;.inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 22px 18px 22px 13px;
    background: #006BC5;
    position: relative;
}

#header.header_ver2 .inner-logo {
    width: 82.5%;
    padding: 0;
    background-color: transparent;
    color: white;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

/* iPhoneのみ */
_::-webkit-full-page-media,
_:future,
:root #header.header_ver2 .inner-logo {
    width: 78%
}

#header.header_ver2 .logo {
    width: auto;
    padding-left: 0;
}

#header.header_ver2 .logo a {
    display: block;
}

#header.header_ver2 .logo a img,
#header.header_ver2 .logo.no-link img {
    display: inline-block;
    width: auto;
    height: 27px;
    vertical-align: bottom;
}

/* ==========================================================================
   #footer
========================================================================== */

#footer #fnav a[target="_blank"]::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../../../../contents-2/include/idcreate2/resource/css/idmgr2/pc/img/icon_externallink.png) no-repeat 0 0;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    width: 13px;
    height: 14px;
    margin-left: 3px;
}

#footer #pc-btn {
    display: none;
}

@media screen and (min-width: 455px) {
    #footer #fmenu {
        width: 355px;
        margin: auto;
    }
}

@media screen and (min-width: 480px) {
    #footer .social-media-box {
        width: 315px;
    }
}

@media screen and (min-width: 769px) {
    #footer #fnav ul li {
        padding: 0 20px;
    }
    #footer #fnav ul li:first-child a {
        text-align: right;
    }
    #footer #fnav ul li:last-child a {
        text-align: left;
    }
}

#footer #fnav ul li a.is-pc {
    display: none;
}

#footer #fnav ul li a.is-sp {
    display: block;
}

@media screen and (min-width: 769px) {
    #footer #fnav ul li a.is-pc {
        display: block;
    }
    #footer #fnav ul li a.is-sp {
        display: none;
    }  
}

/* ==========================================================================
   #page
========================================================================== */

#page {
    min-height: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}

/* ==========================================================================
   contents
========================================================================== */

.idmgr_contents {
    padding-bottom: 44px;
    color: #444;
}

.idmgr_contents .inner {
    padding: 16px 15px 0;
    line-height: 1.7;
}

@media screen and (min-width: 769px) {
    .idmgr_contents .inner {
        padding: 66px 30px 0;
    }
}

.idmgr_contents a {
    color: #444;
}

.idmgr_contents a[href^="tel:"] {
    color: #0069c8;
}

.idmgr_contents a[target="_blank"] {
    margin-right: 3px;
}

.idmgr_contents a[target="_blank"]::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../../../../contents-2/include/idcreate2/resource/css/idmgr2/pc/img/icon_externallink.png) no-repeat 0 0;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    width: 13px;
    height: 14px;
    margin-left: 3px;
}

.idmgr_contents .comp-box {
    max-width: 600px;
    margin: auto;
    background-color: #f7f7f7;
    line-height: 1.7;
    padding: 25px;
}

.idmgr_contents .btn-area {
    margin-top: 40px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .idmgr_contents .btn-area {
        margin-top: 100px;
    }
}

.idmgr_contents .btn-rs {
    display: inline-block;
    border: 0;
    border-radius: 50px;
    color: #FFF;
    width: 100%;
    padding: 0.7em 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    .idmgr_contents .btn-rs {
        font-size: 24px;
    }
}

.idmgr_contents .btn-rs.c_blue {
    background: #0070c0;
}

.idmgr_contents .btn-rs.c_gray {
    background: #b1b0b0;
    color: #FFF;
}

.idmgr_contents .btn-rs.ol_gray {
    background: #fff;
    color: #7F7F7F;
    border: 1px solid #ddd;
    font-weight: normal;
}

@media screen and (min-width: 769px) {
    .idmgr_contents .btn-rs {
        width: auto;
        min-width: 360px;
    }
}
</pre></body></html>