<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*sakuraoka追加*/
#sidr-menu {
    cursor: pointer;
}
.current {
    color: #303032 !important;
}
.sidr ul li a, .sidr ul li span {
    color: rgba(51, 51, 51, 0.8) !important;
}
/*ul.gnav .carrentB {
    color: #303032!important;
}*/
.sidr-class-f-none a.sidr-class-current {
    padding-left: 0 !important;
    color: #303032 !important;
}
span.fnt34 {
    font-size: 3.4rem !important;
}
.flL {
    float: left !important;
}
.flR {
    float: right !important;
}
.mb56 {
    margin-bottom: 56px !important;
    display: block !important;
}
.mt56 {
    display: block !important;
    margin-top: 56px !important;
}
.mt10 {
    display: block;
    margin-top: 10px !important;
}
span.article-line {
    display: block;
    border-bottom: 1px solid #d8d8da;
    margin: 56px 0;
}
span.article-line2 {
    display: block;
    border-bottom: 1px solid #d8d8da;
    margin: 56px 0 40px;
}
.article-introduction {
    font-size: 2.0rem;
    line-height: 1.6;
}
.img-respo {
    width: 302px;
    height: 177px;
    float: left;
    transition: 0.6s;
}
.img-respo:hover {
    opacity: 0.7;
}
.right-box {
    width: 598px;
    float: right;
    margin-left: 4rem;
}
.text-top {
    margin-top: 1.2rem;
}
ul.reports-top {
    display: inline-block;
}
.reports-top li:first-child {
    padding: 0 !important;
}
.reports-top li:last-child {
    padding-bottom: 56px !important;
}
.reports-top li {
    clear: both;
    padding-top: 56px;
}
.reports-top h3{
    font-size: 2rem;
    color: #303032;
    text-decoration: none;
}
.reports-top p {
    font-size: 1.4rem;
    color: #808088;
    line-height: 2.07;
}
.hoverColor a {
    font-size: 1.4rem;
}
.footer {
    clear: both;
}
/*sakuraoka メディアクエリー*/
@media screen and (max-width:736px) {
    .img-respo {
        width: 100%;
        height: auto;
    }
    .right-box {
        width: 100%;
        margin-top: 2rem;
    }
    .article-box img {
        width: 100%;
    }
    .prntLi {
        padding-left: 20px;
    }
}
/*全体*/
#wrapper {
    width: 940px;
    margin: 0 auto;
}
.main-contents {
    padding: 110px 0 140px;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "acumin-pro", "TsukuGoPr5-R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #303032;
}
section h2 {
    margin-top: calc(56px - (((3.4rem * 1.7) - 3.4rem) / 2));
    margin-bottom: calc(30px - (((3.4rem * 1.7) - 3.4rem) / 2));
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.7;
    color: #303032;
    letter-spacing: -0.5px;
    font-weight: 300;
}
section h3.sub {
    font-size: 20px;
    margin-bottom: 33px;
    font-weight: 200;
}
section p.description {
    margin-top: calc(56px - (((2.0rem * 1.6) - 2.0rem) / 2));
    margin-bottom: calc(0px - (((2.0rem * 1.6) - 2.0rem) / 2));
    font-size: 18px;
    font-size: 1.8rem;
    color: #808088;
    line-height: 1.6;
    letter-spacing: 0px!important;
    font-weight: 200;
}


section p {
    color: #808088;
    letter-spacing: 0px;
    font-weight: 200;
}
section p.attention-top {
    color: #303032;
    font-size: 13.5px;
    margin-top: 33px;
    font-weight: 200;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
/*ヘッダー*/
header {
    width: 938px;
    border: 1px solid #d8d8da;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: none;
    position: fixed;
    /*background:rgba(255,255,255,0.8);*/
    background: #fff;
    z-index: 1000;
}
header h1 {
    margin: 0 0 0 30px;
    padding-top: 28px;
    font-size: 19px;
    line-height: 0;
    width: 100px;
    height: 19px;
}
ul.g-menu {
    margin: 34px 31px 14px 30px;
    padding-bottom: 14px;
    font-size: 14px;
}
ul.g-menu2 {
    margin-bottom: inherit !important;
}
#close {
    display: none;
}
ul.gnav ul {
    margin-top: 20px;
}
ul.g-menu li {
    list-style-type: none;
    float: left;
    margin: 0 0 0 30px;
    color: #a0a0a4;
}
ul.g-menu li:nth-child(2) {
    margin-left: 0;
}
ul.g-menu li:nth-child(6) {
    margin-left: 390px;
}
ul.g-menu li.en {
    margin: 0 0 0 31px;
    position: absolute;
    top: 33px;
    right: 31px;
}
ul.g-menu li.cominfo {
    float: right;
    margin: 0;
}
ul.g-menu li a {
    text-decoration: none;
    color: #a0a0a4;
    transition: 0.6s;
}
ul.g-menu li a:hover {
    color: #303032;
}
ul.invisible {
    display: none;
}
ul.invisible a:hover {
    display: block !important;
}
ul.gnav ul {
    width: 130px;
    background-color: #FFF;
}
.f-none:last-child {
    border-bottom: 1px solid #a0a0a4;
}
.f-none:first-child {
    border-top: 1px solid #a0a0a4 !important;
}
.f-none {
    margin: 0 auto !important;
    display: inline-block;
    float: none !important;
    margin-left: 0 !important;
    height: 30px;
    box-sizing: border-box;
    line-height: 5px;
    text-align: left;
    border: 1px solid #a0a0a4;
    border-top: none !important;
    padding: 20px 10px;
    margin-top: 20px;
    position: relative;
    background: #FFF;
    border: 1px solid #a0a0a4;
}
.f-none:after, .f-none:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.f-none:first-child:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    margin-left: -10px;
}
.f-none:first-child:before {
    border-color: rgba(160, 160, 164, 0);
    border-bottom-color: #a0a0a4;
    border-width: 11px;
    margin-left: -11px;
}
ul.gnav ul {
    display: none;
}
ul.gnav ul {
    display: none; /* ★1:標準では非表示にする */
    margin-top: 0; /* ★2:サブメニュー外側の余白(ゼロ) */
    padding-top: 10px; /* ★3:サブメニュー内側の余白(ゼロ) */
    position: absolute; /* ★4:絶対配置にする */
}
ul.gnav li:hover ul {
    display: block; /* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
}
ul.gnav ul li { /* ※A */
    width: 130px; /* サブメニュー1項目の横幅(135px) */
}
/*ハンバーガーアイコン*/
#mobile {
    display: none;
}
/*フッター*/
footer {
    border: 1px solid #d8d8da;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: none;
    background: #FFF;
}
footer p {
    font-size: 14px;
    margin: 26px 0 0;
    padding-bottom: 19px;
    text-align: center;
    color: #a0a0a4;
}
br.pc-non {
    display: none;
}
/*スマホ横向き以下のwidthで*/
@media screen and (max-width:736px) {
    html {
        font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
    }
    body {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }
    #wrapper {
        width: 100%;
        margin: 0 auto;
    }
    header {
        width: 100%;
        overflow: hidden;
        position: fixed;
        z-index: 100;
        background: #fff;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    br.pc-non {
        display: inherit;
    }
    /*  ▼　ハンバーガーアイコン*/
    #mobile {
        display: block;
        position: absolute;
        right: 10px;
        top: 7px;
    }
    #mobile a {
        font-size: 13px;
        text-decoration: none;
        color: #303032;
        display: block;
    }
    .menu-btn {
        display: block;
        height: 15px;
        margin: 4px auto 7px !important;
        position: relative;
        width: 22px;
    }
    .menu-btn span {
        background-color: #303032;
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .menu-btn span {
        transition: all 0.3s;
        transform: rotate(0deg);
    }
    #sidr-menu-button .menu-btn span.top {
        transform: translateY(0px);
    }
    #sidr-menu-button .menu-btn span.middle {
        top: 7px;
    }
    #sidr-menu-button .menu-btn span.bottom {
        transform: translateY(14px);
    }
    /*　▲　ハンバーガーアイコン*/
    /*sidr内　close btn*/
    .sidr-class-btn {
        display: block;
    }
    #sidr-id-close {
        font-size: 13px;
        text-decoration: none;
        color: #303032;
        display: block;
    }
    .sidr-class-close-btn {
        display: block;
        /* height: 15px; */
        /* margin: 4px auto 7px !important;*/
        position: absolute;
        width: 0px;
        /* float: right; */
        right: 48px;
        top: 16px;
    }
    .sidr-class-close-btn span {
        background-color: #303032;
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .sidr-class-close-btn span {
        transition: all 0.3s;
        transform: rotate(0deg);
    }
    .sidr-class-close-btn span.sidr-class-top {
        padding: 0 12px;
        transform: rotate(-45deg) translateY(0px);
    }
    .sidr-class-close-btn span.sidr-class-middle {
        top: 7px;
        padding: 0 12px;
        display: none;
    }
    .sidr-class-close-btn span.sidr-class-bottom {
        padding: 0 12px;
        transform: rotate(45deg) translateY(0px);
    }
    .sidr-class-text {
        position: relative;
        text-align: right;
        top: 13px;
        right: -10px;
    }
    /* end of close btn*/
    #sidr-menu {
        display: none;
    }
    header h1 {
        margin: 0 0 15px 2vh;
        padding-top: 15px;
        line-height: 0;
    }
    .main-contents {
        margin: 0 2.5vh;
        /* padding: 10vh 0 10vh; */
        padding-top: 59px;
        padding-bottom: 19px;
        padding-bottom: 10vh;
    }
    ul.g-menu {
        margin: 10px;
    }
    section h2 {
        margin: 4vh 0;
        font-size: 20px;
        line-height: 1.7;
        color: #303032;
        letter-spacing: -0.5px;
    }
    section h3.sub {
        font-size: 15px;
        line-height: 1.4;
        margin-top: -3vh;
        margin-bottom: 3vh;
        letter-spacing: 0px;
    }
    section p.description {
        font-size: 15px;
        line-height: 1.8;
        margin-top: calc(16px - (((0.8rem * 1.6) - 0.8rem) / 2));
        margin-top: 4vh
    }
    section p.attention-top {
        font-size: 10.5px;
        margin-top: 40px;
    }
    .article-introduction {
        font-size: 1.5rem;
        line-height: 1.8;
    }
    footer p {
        font-size: 14px;
        margin: 13px 0 0;
        padding-bottom: 10px;
        text-align: center;
        color: #a0a0a4;
    }
    br.sp {
        display: none;
    }
    .sidr-class-mb_non {
        display: none;
    }
}
/* Aoki 2019/02/25 */
.inline_anchor {
    color: #808088;
    text-decoration: none;
}
.inline_anchor:hover {
    color: #303032;
}
/* Aoki 2019/02/25 */</pre></body></html>