<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.switch__input:checked ~ .switch__content:afterhtml {
    font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
body {
    background-color: #F4F3F3;
    margin: 0 auto;
    line-break: strict;
    word-break: normal;
}
a {
    color: #d71619;
    text-decoration: underline;
    background-color: transparent;
}
a:hover {
    color: #d71619;
    text-decoration: underline;
    background-color: transparent;
}
a.btn {
    text-decoration: none;
}
.mb-10 {
    margin-bottom: 10rem !important;
}
.btn {
    border-radius: 20rem !important;
}
.card-shadow {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-primary {
    color: #fff !important;
    background-color: #D71518;
    border-color: #D71518;
    width: 85%;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff !important;
    background-color: #fd2225 !important;
    border-color: #fd2225 !important;
}
.btn-outline-primary {
    color: #D71518;
    border-color: #D71518;
    width: 85%;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff;
    background-color: #fd2225;
    border-color: #fd2225;
    width: 85%;
}
.tex-color-gray {
    color: #454545;
}
i {
    margin-left:2px;
}
article {
    display: flex;
}
article figure {
    margin-right: 0.5em;
    width: 72px;
    height: 72px;
}
article figure img {
    min-width: 72px;
    max-width: 100%;
    vertical-align: middle;
}
.text_content {
    width: calc(100% - 0.75rem);
    color: #495057;
}
.text_content p {
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: calc(100vw - 144px);
}
.text-90 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.text-55 {
    width: 55%;
    margin: 0 auto;
    text-align: left;
}
.text-48 {
    width: 48%;
    margin: 0 auto;
    text-align: left;
}
.text-60 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.buy_title {
    font-size: 14px;
    font-weight: bold;
}
.buy_date {
    font-size: 12px;
    color: #454545;
}
.buy_serial {
    font-size: 12px;
    color: #454545;
}
.text-red {
    color: #D71518;
}
.alert {
    color: #D71518;
    position: unset;
    padding: unset;
    margin-bottom: unset;
    border: unset;
    border-radius: unset;
}
.circle_red_on {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    background: #D71518;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.circle_red_off {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    background: #888888;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
span.indent {
    display: block;
    padding-left:1em;
    text-indent:-1em;
}
.border_none:focus {
    box-shadow: none !important;
}
.border_none {
    border: none !important;
}
.form_icon_area {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    text-align: right;
}
.form_icon_area img {
    width: 80%;
    max-width: 24px;
}
.form_border_bottom {
    border-bottom: solid 1px #ccc;
}
.form_border_bottom_alert {
    border-bottom: solid 1px #D71518;
}
input.placeholder_red::placeholder {
    color: #D71518;
}
/* IE */
input.placeholder_red:-ms-input-placeholder {
    color: #D71518;
}
/* Edge */
input.placeholder_red::-ms-input-placeholder {
    color: #D71518;
}
input.alert {
    color: #D71518;
}
.bg_gray {
    background-color: #F4F3F3;
}
.bg_white {
    background-color: #FFFFFF;
}
.bg_white_link {
    background-image: url("img/icon_link.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 1em center;
    background-color: #FFFFFF;
}
.bg_white_link_arr {
    background-image: url("img/icon_link_arr.svg");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 8px;
    background-color: #FFFFFF;
}
.bg_white_change {
    background-image: url("img/icon_change.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 1em center;
    background-color: #FFFFFF;
}
.theme_color {
    width: 30px;
}
.web_logo {
    width: 106px;
}
.familyclub_logo {
    width: 214px;
}
.onlinestore_logo {
    width: 223px;
}
a.black {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
a.black:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.switch__label {
    width: 50px;
    position: relative;
    display: inline-block;
}
.switch__content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    height: 31px;
    overflow: hidden;
}
.switch__content:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    top: 0;
    left: 0;
    border: 1.5px solid #E5E5EA;
    border-radius: 30px;
    background-color: #fff;
}
.switch__content:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.switch__input {
    display: none;
}
.switch__circle {
    display: block;
    top: 2px;
    left: 2px;
    position: absolute;
    -webkit-box-shadow: 0 2px 6px #999;
    box-shadow: 0 2px 6px #999;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.switch__input:checked ~ .switch__circle {
    left: 21px;
}
.switch__input:checked ~ .switch__content:after {
    background-color: #D71518;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1.5px solid #E5E5EA;
}
.switch2__label {
    width: 44px;
    position: relative;
    display: inline-block;
}
.switch2__content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    height: 20px;
    -webkit-transition: all .1s .4s;
    -moz-transition: all .1s .4s;
    -ms-transition: all .1s .4s;
    -o-transition: all .1s .4s;
    transition: all .1s .4s;
    overflow: hidden;
}
.switch2__content:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 0;
    left: 0;
    border: 1.5px solid #000000;
    border-radius: 20px;
    background-color: #fff;
}
.switch2__content:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.switch2__input {
    display: none;
}
.switch2__circle {
    display: block;
    top: 5px;
    left: 5px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #000000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.switch2__input:checked ~ .switch2__circle {
    left: 29px;
    background-color: #fff;
}
.switch2__input:checked ~ .switch2__content {
    border-color: transparent;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.switch2__input:checked ~ .switch2__content:after {
    background-color: #0078D7;
    width: 100%;
}
.switch3__label {
    width: 37px;
    position: relative;
    display: inline-block;
    padding-top: 3px;
}
.switch3__content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 7px;
    height: 14px;
    background-color: rgba(34, 31, 31, .26);
    -webkit-transition: all .1s .4s;
    -moz-transition: all .1s .4s;
    -ms-transition: all .1s .4s;
    -o-transition: all .1s .4s;
    transition: all .1s .4s;
    overflow: hidden;
}
.switch3__content:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 7px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.switch3__input {
    display: none;
}
.switch3__circle {
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #F1F1F1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
}
.switch3__input:checked ~ .switch3__circle {
    left: 18px;
    background-color: #009688;
}
.switch3__input:checked ~ .switch3__content {
    border-color: transparent;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.switch3__input:checked ~ .switch3__content:after {
    background-color: rgba(0, 150, 136, .5);
    width: 100%;
}
#faq_page ul, faq_page li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#faq_page li.answer ul {
    padding-left: 1em;
}
#faq_page li.answer ul li {
    padding-left: 1em;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#faq_page li.answer a {
    color: #d71619 !important;
}
#accordion_menu &gt; li {
    border: #ccc 1px solid;
    margin-bottom: -1px;
    background-image: url("img/q.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    background-size: 12px;
}
#accordion_menu a {
    color: #666;
    text-decoration: none;
}
#accordion_menu a[data-toggle="collapse"] {
    display: block;
    padding: 10px 32px 10px 32px;
    text-decoration: none;
    position: relative;
}
#accordion_menu a[data-toggle="collapse"]:hover {
    background: unset;
}
#accordion_menu a[data-toggle="collapse"]::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #D71518 2px solid;
    border-right: #D71518 2px solid;
    position: absolute;
    right: 15px;
    top: 16px;
    /*bottom: 0;*/
    margin: auto;
}
#accordion_menu a[aria-expanded=false]::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded=true]::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-duration: 0.3s;
}
[id^="menu"] li {
    padding: 10px 10px 10px 32px;
}
li.answer {
    border: #ccc 1px solid;
    margin-bottom: -1px;
    background-image: url("img/answer.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left 10px top 11px;
    background-size: 12px;
}
#product .row {
    padding-right: 0;
    padding-left: 1rem;
}
#product .col {
    padding-right: 1rem;
    padding-left: 0px;
}
#product .card-body {
    padding: .5rem !important;
}
#product h1 {
    font-size: 1.2rem;
    line-height: 1.5em;
}
#product h5 {
    font-size: .8rem;
    line-height: 1.5em;
}
#product h6 {
    font-size: .7rem;
}
.form-control {
    font-size: .8rem;
}
span.rounded.text-white.bg-danger {
    padding: 4px;
    font-size: .8em;
    vertical-align: text-bottom;
}
.form_title {
    font-size: 1em;
}
.form_answer {
    font-size: .9em;
    border-bottom: 1px solid #888888;
}
body#web_top {
    max-width: unset;
}
.logo {
    width: 100px;
}
.btn-login {
    color: #fff !important;
    background-color: #D71518;
    border-color: #D71518;
    font-size: .8em;
}
.btn-login:hover, .btn-login:active, .btn-login:focus {
    color: #fff;
    background-color: #fd2225;
    border-color: #fd2225;
}
.btn-mypage {
    color: #D71518 !important;
    background-color: #fff;
    border-color: #D71518;
    font-size: .8em;
    font-weight: bold;
}
.btn-mypage:hover, .btn-mypage:active, .btn-mypage:focus {
    color: #D71518;
    background-color: #fff;
    border-color: #D71518;
}
.max-width700 {
    max-width: 700px !important;
    margin: 0 1rem;
}
@media screen and (min-width: 700px) {
    .max-width700 {
        max-width: 700px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
#product .max-width700 {
    max-width: 700px !important;
    margin: 0;
}
@media screen and (min-width: 700px) {
    #product .max-width700 {
        max-width: 700px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.rose_logo {
    width: 40vw;
    max-width: 200px;
}
.jasrac_img {
    width: 50px;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: unset;
    padding-left: unset;
    margin-right: auto;
    margin-left: auto;
}
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    position: fixed;
    z-index: 2;
    width: 100%;
}
.navbar_app {
    padding: 1rem !important;
}
.container-fluid h1 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}
.footerFixed {
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}
body#web_top .footerFixed {
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}
body#web_top footer {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    width: 100vw;
    margin: 0;
}
#terms h1 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}
body#terms p {
    font-size: .8rem;
}
body#terms h5 {
    font-size: .9rem;
    font-weight: bold;
}
body#terms ul {
    font-size: .8rem;
    padding-inline-start: .8rem !important;
}
#howto_app {
    font-size: .9rem;
}
#howto_app.howto_app {
    line-height: 0.5 !important;
}
#howto_app ul {
    padding-inline-start: 20px;
}
#howto_app p {
    margin-bottom: .2rem;
}
#howto_app li {
    margin-bottom: .2rem;
}
#howto_app li.square {
    list-style-type: square;
}
#howto_app li.square_red {
    list-style-type: square;
    color: #D71518;
}
#howto_app li.square_red span {
    color: #000;
}
#howto_app li.number {
    list-style-type: decimal;
}
#howto_app li.number span {
    color: #000;
}
body#how_to_use {
    width: 100% !important;
    max-width: unset;
}
body#how_to_use .navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    position: fixed;
    z-index: 2;
    width: 100%;
}
#how_to_use h1 {
    font-size: 1.5em;
}
#howto_app .h6, h6 {
    font-size: .9rem;
    font-weight: bold;
}
a.anchor {
    display: block;
    padding-top: 48px;
    margin-top: -48px;
}
.mw-60 {
    max-width: 60%;
}
.button_store {
    max-width: 100%;
    min-width: 130px;
}
@media screen and (min-width: 700px) {
  .button_store {
    max-width: 80%;
  }
}
.underline_red {
    border-bottom: 1px solid #D71518;
}
.back_button {
    position: absolute;
    width: 10px;
    top: 16px;
    left: 1rem;
}
.back_href {
    position: absolute;
    padding: 10px 40px 10px 0px;
}
.back_href_button {
    width: 10px;
    top: 16px;
    left: 1rem;
}
input[type="text"], input[type="password"], textarea, select {
    outline: none !important;
}
*:focus {
    outline: none !important;
    border-color: #ced4da !important;
    box-shadow: unset !important;
}
select {
    word-wrap: normal;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("img/icon_select_arr.svg");
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
}
footer {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    margin: 0;
    background-color: #f8f9fa;
    width: 100%;
}
footer a {
    color: #000000;
    font-size: 0.8em;
}
footer a:hover {
    color: #000000;
    font-size: 0.8em;
}
footer a:valid {
    color: #000000;
    font-size: 0.8em;
}
.Copyright {
    font-size: 0.8em;
}
</pre></body></html>