<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    height: 100%;
    font-size: 62.5%
}

body {
    height: 100%;
    margin: 0;
    background-color: #fff;
    color: #2e003d;
    font-size: 1.4rem;
    line-height: 1.3;
    font-family:  "游ゴシック", YuGothic, 'Yu Gothic', a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", helvetica, arial, verdana, sans-serif;
    letter-spacing: -0.05em;
    -webkit-text-size-adjust: 100%;
    font-weight: 800;
}

@media screen and (min-width: 769px) {
    body {
        line-height: 1.5
    }
}

* {
    box-sizing: border-box
}

a {
    color: #103998;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.view_sp {
    display: block !important
}

@media screen and (min-width: 769px) {
    .view_sp {
        display: none !important
    }
}

.view_pc {
    display: none !important
}

@media screen and (min-width: 769px) {
    .view_pc {
        display: block !important
    }
}

#container {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0
}

#wrapper {
    position: relative
}

.content {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px
}

@media screen and (min-width: 769px) {
    .content {
        max-width: 1030px;
        padding: 0 15px
    }
}

.lp_header {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #fff;
    z-index: 100
}

.lp_header_logo a {
    display: block
}

.lp_header_logo a img {
    width: 60%;
}

@media screen and (min-width: 769px) {
    .lp_header_logo a:hover {
        opacity: 0.7
    }
}

.lp_header_link {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.lp_header_link_item-twitter {
    width: 75px;
    height: 20px;
    margin-right: 5px
}

@media screen and (min-width: 769px) {
    .lp_header_link_item-twitter {
        margin-right: 10px
    }
}

.lp_header_link li a {
    display: block;
    height: 40px;
    padding: 0 5px;
    line-height: 40px;
    color: #333;
    font-size: 1rem;
    text-align: center
}

@media screen and (min-width: 769px) {
    .lp_header_link li a {
        width: 100px;
        font-size: 1.4rem
    }
}

@media screen and (min-width: 769px) {
    .lp_header_link li a:hover {
        background: #fff;
        color: #333;
        text-decoration: none
    }
}

.lp_footer {
    width: 100%;
    padding: 20px 15px;
    background: #000;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    z-index: 100
}

.lp_return_top {
    display: block;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 0;
    padding-top: 50px;
    border-radius: 50%;
    background: #00c0ff;
    transition: all 0.3s ease;
    z-index: 100
}

.lp_return_top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -5px 0 0 -7px;
    box-shadow: -4px 4px 0 #fff inset;
    transform: rotate(-45deg)
}

.lp_return_top:hover {
    opacity: 0.8;
}

.lp_return_top.is-hide {
    visibility: hidden;
    bottom: 10px;
    opacity: 0
}</pre></body></html>