<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* éƒ¨æ´»PAYå…±é€šã‚¹ã‚¿ã‚¤ãƒ« */
body {
    display: block !important;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background-color: #F9F9F9;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    border: 0;
}
::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 10px;
    -webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    border: solid 1px #ffffff;
}

.mr1 {
    margin-right: 1rem;
}

table.plain,
table.plain tr,
table.plain th,
table.plain td{
    border: unset;
}

.text_content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 0.9rem;
    padding: 2rem 1rem;
}

.none-item{
    display: none;
}
.hide {
    display: none !important;
}
.inline-block{
    display: inline-block;
}
.block{
    display: block;
}

.relative{
    position: relative;
}

.clickable {
    cursor: pointer;
}
.very-small-text{
    width: 70px;
}
.small-text{
    width: 120px;
}
.middle-text{
    width: 325px;
}
.long-text{
    width: 450px;
}
.very-long-text{
    width: 575px;
}
.very-very-long-text{
    width: 750px;
}
.full-text{
    width: 100%;
}
.date-text{
    width: 130px;
}
.div_a{
    color: #e26000;
    cursor: pointer
}
.div_a:hover{
    color: #6fb0e8;
}

.msg_span{
    font-size: 75%;
    bottom: -20px;
    left: 2px;
    position: absolute;
    width: max-content;
    width: -moz-max-content;
    white-space: nowrap;
    background-color: #ffffff;
}
.msg_span.textarea{
    bottom: -140px;
}
.msg_span_font_size{
    font-size: 75%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
    width: 510px;
}
.msg_span.ta{
    bottom: -22px;
}
.err_color{
    color: #ff3333;
}
.strong {
    color: #157c3b;
}
.alert_area {
    border: 2px solid #ff3333;
    padding: 1rem;
    margin: 0 1.5rem 1rem 1.5rem;
}

.btn-save {
    color: #ffffff;
    background-color: #E26000;
}

.btn-open {
    color: #ffffff !important;
    background-color: #0071E2 !important;
}

.btn-default {
    color: #ffffff !important;
    background-color: #3B9CF5 !important;
}

.btn-download {
    color: #ffffff;
    background-color: #3B9CF5;
    background-image: url(../img/icon/bukatsunavi_icon-34W.svg);
    padding-right: 34px !important;
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 22px;
}

.btn-small.disabled, .btn-small.disabled:hover,
.btn-xsmall.disabled, .btn-xsmall.disabled:hover,
.preview-btn.disabled, .preview-btn.disabled:hover,
.success-btn.disabled, .success-btn.disabled:hover,
.button_action.disabled  {
    cursor: not-allowed;
}

.success-btn {
    background-color: #157c3b;
}
.success-btn.bordered {
    color: #157c3b;
    background-color: #FFFFFF;
    border: 1px solid #157c3b;
}

.button_link_middle {
    color: #ffffff;
    background-color: #C1232F;
    width: 15rem;
    min-width: 15rem;
    height: 2.5rem;
    padding-top: 7px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.button_link_middle::after {
    position: absolute;
    content: "";
    background-image: url(../img/page/icon_arrow_right_small.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 1rem;
    height: 0.6rem;
    margin: 0.5rem 0 0 0;
    transition: margin 250ms;
}
.button_link_middle:hover::after {
    margin: 0.5rem 0 0 0.5rem;
}

.button_link_wide {
    color: #ffffff;
    background-color: #219a3a;
    width: 100%;
    min-width: 15rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -2px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.button_link_wide::after {
    position: absolute;
    content: "";
    background-image: url(../img/page/icon_arrow_right_small.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 1rem;
    height: 0.6rem;
    margin: 1.5rem 0 0 0;
    transition: margin 250ms;
}
.button_link_wide:hover::after {
    margin: 1.5rem 0 0 0.5rem;
}

.manual_link {
    margin: 2rem auto 1rem auto;
    width: fit-content;
}
.manual_link::after {
    position: absolute;
    content: "";
    background-image: url(../img/page/icon_arrow_right_small_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 1rem;
    height: 0.6rem;
    margin: 1rem 0 0 0;
    transition: margin 250ms;
}
.manual_link:hover::after {
    margin: 1rem 0 0 0.5rem;
}

.button_action {
    min-width: 12rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -2px;
    color: #ffffff;
    background-color: #FF2634;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    border: unset;
}

.button_action.disabled {
    color: #C7C7C7;
    background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
    font-weight: 500;
}

.button_favorit {
    min-width: 15rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0px;
    color: #C7C7C7;
    background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}
.button_favorit.on {
    color: #000000;
    background-color: #ffee00;
    border: 1px solid #ffee00;
}
.button_favorit .off {
    display: inline-block;
}
.button_favorit .on {
    display: none;
}
.button_favorit.on .on {
    display: inline-block;
}
.button_favorit.on .off {
    display: none;
}

.button_bordered {
    min-width: 15rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FB2A3A;
    background-color: #FFFFFF;
    border: 1px solid #FB2A3A;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.button_bordered.small {
    height: 2rem;
    line-height: 2rem;
    width: unset !important;
    min-width: unset;
    padding: 0 1rem;
}

.button_dialog_close {
    font-size: 1.3rem;
    color: #ffffff;
    background-color: unset;
    cursor: pointer;
    border: unset;
}

.outer_buttons {
    position: relative;
    top: 15px;
}
.buttons_inner {
    position: absolute;
    width: 100%;
}
.dialog_box .buttons_inner {
    position: unset;
    width: 100%;
}

.full_movie {
    width: 100%; 
    height: 100%;
}

input[type="checkbox"]:checked + label {
    color: #157c3b;
}
input[type="checkbox"]:checked + label::before {
    border-color: #157c3b !important;
    color: #157c3b !important;
}
input[type="checkbox"] + label:hover {
    color: #157c3b;
}

input[type="radio"]:checked + label {
    color: #157c3b;
}
input[type="radio"]:checked + label::before {
    border-color: #157c3b;
    background-color: #157c3b;
}
input[type="radio"] + label:hover {
    color: #157c3b;
}

/* ãƒ˜ãƒƒãƒ€ */
.header {
    height: 80px;
    margin: 0;
}
.header .menu.sp {
    display: none;
}
.header a{
    text-decoration: none;
}
.header .left {
    width: 150px;
    display: inline-block;
}
.header .right {
    width: calc(100% - 165px);
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding-right: 20px;
}

.headerUser {
    background-image: url(../img/icon/bukatsunavi_icon-31.png);
    /* background-color: #cccccc; */
    border-radius: 20px;
    cursor: pointer;
}
#headerNews {
    background-image: url(../img/icon/bukatsunavi_icon-35.svg);
    background-position: center;
    background-size: 32px;
    cursor: pointer;
}
#payMessageBadge {
    display: inline-block;
}
#headerMessage {
    background-image: url(../img/icon/bukatsunavi_icon-32.png);
    cursor: pointer;
}
.fanBadge {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 22px;
    background-color: #e82a2a;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-left: 10px;
    margin-bottom: 6px;
    right: 5px;
}

.logo_box {
    height: 50px;
    width: fit-content;
    display: inline-block;
    margin: 15px 0 15px 20px;
}
.fan_logo {
    width: 100%;
    height: 100%;
}
.header .menu {
    position: relative;
    height: 80px;
    width: fit-content;
    min-width: 40px;
    display: inline-block;
    text-align: center;
    padding: 28px 10px 0 10px;
    font-size: 0.8rem;
    font-weight: 500;
    top: -5px;
}
.header .menu.active {
    color: #157c3b;
    border-bottom: 4px solid #157c3b;
}

.header .icon {
    width: 80px;
    padding: 27px 0 0 1px;
    vertical-align: top;
    background-color: #157c3b;
    text-align: center;
}
.out_link {
    display: inline;
    border: 2px solid #157c3b;
    color: #157c3b; 
    padding: 5px 8px;
}

.top_amount {
    width: fit-content;
    margin: 2rem auto 0 auto;
    padding: 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    background-color: #ffffff;
}

.top_text {
    margin: 2rem 0;
    font-weight: 700;
}
.hint_text {
    margin-top: 1rem;
}
.caution_pay {
    width: 100%;
    height: 150px;
    background-image: url(../img/banner/caution_pay.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #F7EB60;
}

/* ãƒ˜ãƒƒãƒ€å†…ãƒãƒƒãƒ—ã‚¢ãƒƒãƒ—ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
.header .pop_menu {
    position: absolute;
    right: 0;
    width: fit-content;
    padding: 1rem;
    text-align: left;
    border: 1px solid #999999;
    background-color: #ffffff;
    z-index: 1;
}
.header .login_user {
    width: max-content;
    max-width: 200px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.header .pop_item {
    margin: 15px 10px 5px 10px;
    font-size: 1rem;
    font-weight: 500;
    width: max-content;
    color: #157c3b;
    cursor: pointer;
}
.header .pop_item:hover {
    color: #8cc697;
}

/* ãƒ˜ãƒƒãƒ€ã‚¹ãƒ©ã‚¤ãƒ‰ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
.menu_area {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 10;
    background-color: #157c3bE3;
}

.menu_area .menu_item {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    color: white;
    margin: 0;
    padding-left: 2rem;
}
.menu_area .menu_item .colored {
    margin: 2rem auto 0 auto;
    padding: 0 1rem;
    width: fit-content;
    height: 3rem;
    line-height: 3rem;
    max-width: 100%;
    color: #157c3b;
    background-color: #FFFFFF;
    border-radius: 6px;
}

.menu_area .menu_item a {
    text-decoration: none;
}

/* ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */
input[type="date"] {
    width: 10rem;
}

.input_row {
    margin-top: 1rem;
    text-align: left;
}
.thin_row {
    margin-top: 1rem;
    text-align: left;
}
.dialog .field_label {
    display: inline-block;
    width: 10rem;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
.dialog .field_left {
    display: inline-block;
    width: 9rem;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}
.dialog .field_value {
    display: inline-block;
}
.dialog .field_input {
    display: inline-block;
    position: relative;
}
.pop_message {
    position: fixed;
    inset: auto 0 30px 0;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #222222;
    border-radius: 8px;
    width: fit-content;
    padding: 10px;
    z-index: 1000;
}

/* ãƒ¡ãƒ¼ãƒ«é€šçŸ¥ãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
.emailNotification {
    margin-left: 160px;
}

/* ãƒ—ãƒ­ãƒ•ã‚£ãƒ¼ãƒ«ãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
#profileUserIcon {
    background-image: url(../img/icon/bukatsunavi_icon-09W.svg);
    background-color: #cccccc;
    border-radius: 50px;
    cursor: pointer;
}
.profileDetails {
    width: fit-content;
    max-width: 100%;
    text-align: left;
    margin: 1rem auto;
}
.profileDetails div {
    margin-top: 0.6rem;
}

.profileEdit {
    width: fit-content;
    max-width: 100%;
    text-align: left;
    margin: 1rem auto;
}
.profileEdit .row .title {
    min-width: 150px;
}

#profileDialog .buttons {
    text-align: right;
    padding-right: 0.5rem;
}
#nameSei, #nameMei, #nameKanaSei, #nameKanaMei, #studentSei, #studentMei {
    width: 160px;
}

/* é€€ä¼šãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
#withdrawalDialog .withdrawalDetails {
    width: fit-content;
    max-width: 100%;
    margin: 1rem auto;
    text-align: left;
}

#withdrawalDialog .buttons {
    text-align: right;
    padding-right: 0.5rem;
}

#withdrawalDialog textarea {
    width: 400px;
    max-width: 100%;
}

/* MYæ”¯æ´ãƒ—ãƒ­ã‚¸ã‚§ã‚¯ãƒˆ */
#myProjectDialog .dialog_content {
    width: 1490px;
    max-width: calc(100% - 4rem);
}

#myProjectDialog .dialog_inner{
    min-height: 140px;
    padding: 2rem 4rem;
}

#myProjectDialog .template{
    display: none;
}
#myProjectDialog .project_box {
    border: 1px solid #F2F3F7;
}

#myProjectDialog .project_status {
    padding: 0 15px;
}
#myProjectDialog .project_settlement_date {
    display: inline-block;
    width: 140px;
}
#myProjectDialog .project_amount {
    display: inline-block;
    width: calc(100% - 140px);
    text-align: right;
}
#myProjectDialog .project_cancel {
    position: absolute;
    bottom: -2rem;
    margin: 5px 0;
    text-decoration: underline;
}
#myProjectDialog .project_buttons {
    margin: 10px 0 15px 0;
    text-align: right; 
}
#myProjectDialog button {
    font-size: 0.8rem;
    padding: 0;
}

/* ãƒ—ãƒ­ã‚¸ã‚§ã‚¯ãƒˆãƒªã‚¹ãƒˆãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
#projectListDialog .dialog_content {
    width: 1490px;
    max-width: calc(100% - 4rem);
}

#projectListDialog .dialog_inner{
    min-height: 140px;
    padding: 2rem 4rem;
}

#projectListDialog .template{
    display: none;
}

#projectListDialog .project_box {
    border: 1px solid #F2F3F7;
    width: 302px; /* 1px border */
}
#projectListDialog .label {
    margin-left: unset;
    min-width: unset;
    text-align: unset;
    line-height: unset;
} 

/* Fanãƒ‹ãƒ¥ãƒ¼ã‚¹ãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
#fanNewsDialog .dialog_content {
    width: 1490px;
    max-width: calc(100% - 4rem);
}

#fanNewsDialog .dialog_inner{
    min-height: 140px;
    padding: 2rem 4rem;
}
#fanNewsForm{
    margin: 0 auto;
}
#fanNewsDialog .fannews_tag {
    top: 30px;
}

#fanNewsDialog .template{
    display: none;
}

#fanNewsDialog .fannews_box {
    min-height: 325px;
}

#fanNewsDialog button {
    font-size: 0.8rem;
    padding: 0;
}

/*ã‚·ã‚§ã‚¢ãƒ€ã‚¤ã‚¢ãƒ­ã‚°*/
.open_share {
    width: 32px;
    height: 32px;
    background-image: url(../img/icon/bukatsunavi_icon-33.svg);
    background-size: contain;
    cursor: pointer;
}

#shareDialog .buttons div {
    display: inline-block;
}
#shareDialog .buttons div,
#shareDialog .buttons input{
    margin: 1rem 0 0 1rem;
    vertical-align: middle;
}
#dialogQrDiv {
    padding: 1rem 0 1rem 0;
}
#dialogQrDiv canvas {
    height: 180px;
}

#dialogHtmlDiv {
    padding: 1rem 1rem 1rem 1rem;
}
#dialogHtml {
    width: 100%;
    height: 6rem;
    margin-bottom: 1rem;
}

/* ãƒ•ãƒƒã‚¿ãƒ¼ */
.footer {
    text-align: center;
}
.fotter a{
    color: #ffffff;
    text-decoration: none;
}
.footer_menu .item a {
    text-decoration: none;
}

.footer_color {
    background-color: #219a3a;
    color: #ffffff;
    font-size: 0.8rem;
}

.footer_logo {
    height: 40px;
    margin: 30px 0 10px 0;
}

.footer_menu {
    display: flex;
    justify-content: space-evenly;
    margin: 15px 0 40px 0;
}

.footer_color .item {
    width: fit-content;
    font-size: 0.8rem;
    padding: 0 5px;
}

.footer .copyright {
    background-color: #157c3b;
    padding: 15px 0 15px 0;
}

#footer_button_sp {
    display: none;
}

.footer_icons {
    padding-top: 40px;
    text-align: center;
}
.footer_sns {
    position: absolute;
    display: inline-block;
    margin-top: 32px;
    right: 50px;
}
.footer_sns div{
    display: inline-block;
    margin-right: 20px;
    width: 32px !important;
}

/* about us */
.aboutus .top_back_div {
    height: 60px;
}

.aboutus .top_back {
    position: absolute;
    z-index: -1;
}

.aboutus .pc{
    max-width: 1100px;
    margin: 0 auto;
}

.aboutus .sp{
    max-width: 500px;
    margin: 0 auto 60px auto;
}

.aboutus .button {
    position: relative;
    top: -100px;
    margin: 0 auto;
}

.aboutus .button.l {
    right: 23%;
    top: -150px;
}

.aboutus .button.r {
    left: 23%;
    top: -245px;
}

/* ç‰¹å®šå•†å–å¼•æ³• */
.merchandising .table_wrap {
    padding: 0 1rem;
    margin-bottom: 4rem;
}
.merchandising .table_line {
    max-width: 600px;
    margin: 2rem auto;
    border: unset;
    border-bottom: 1px solid #E8E8E8;
}
.merchandising .table_line tr {
    min-height: 50px;
    border-top: 1px solid #E8E8E8;
}
.merchandising .table_line td {
    font-size: 0.9rem;
    line-height: 1.7rem;
}
.merchandising .l {
    min-width: 220px;
}

/* å›ºå®š */
h1 {
   font-size: 2rem !important;
}

h2 {
    text-align: center;
    color: #157c3b;
    padding: 50px 0 30px 0 !important;
    background-color: #F2F3F7;
    line-height: 1.5rem !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
}
h2 .sub {
    font-size: 0.8rem;
    color: #454545;
    padding: 5px 0 0 0;
    font-weight: 500 !important;
}
.swal2-container h2 {
    padding: 0 !important;
}

pre {
    white-space: pre-wrap;
    padding-top: 0.3rem !important;
}

a:hover, a:focus {
    color: #8cc697 !important;
}

select {
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
}

.none_imp {
    display: none !important;
}
.none {
    display: none;
}

.link {
    cursor: pointer;
    color: #0000ff;
}
.link:hover {
    text-decoration: underline;
}
div.link {
    width: fit-content;
}

.t-right {
    text-align: right;
}

.right {
    margin-left: auto;
    margin-right: 0;
}

.center {
    text-align: center;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}
.row &gt; div {
    float: left;
}

.row:before {
  display: inline-table;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

.flexbox,.pc-flexbox {
    display: flex;
    justify-content: space-between;
}

.gr1,
.gr2,
.gr3,
.gr4,
.gr5,
.gr6,
.gr7,
.gr8,
.gr9,
.gr10,
.gr11,
.gr12,
.gld-sub,
.gld-main,
.gr1-5 {
  float: left;
  box-sizing: border-box;
}

.gr1 {  width: 8.33%;}
.gr2 {  width: 16.66%;}
.gr3 {  width: 25%;}
.gr4 {  width: 33.33%;}
.gr5 {  width: 41.66%;}
.gr6 {  width: 50%;}
.gr7 {  width: 58.33%;}
.gr8 {  width: 66.66%;}
.gr9 {  width: 75%;}
.gr10 {  width: 83.33%;}
.gr11 {  width: 91.33%;}
.gr12 {  width: 100%;}
.gr1-5 {  width: 20%;}

:placeholder-shown {
    color: #d6d6d6;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #d6d6d6;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #d6d6d6; opacity: 1;
}

.textTitle {
    font-size: 1.3rem;
}

.textXL {
    font-size: 1.5rem;
}
.textXLB {
    font-size: 1.5rem;
    font-weight: 600;
}
.textL {
    font-size: 1.2rem;
}
.textLB {
    font-size: 1.2rem;
    font-weight: 600;
}
.textM {
    font-size: 1.1rem;
}
.textMB {
    font-size: 1.1rem;
    font-weight: 600;
}

/* å…¥åŠ›æž&nbsp;(æ•°å€¤ã¯åŠè§’æ–‡å­—ç›¸å½“) */
.input10 {
    width: 10rem;
}
.input16 {
    width: 16rem;
}
.input80 {
    width: 43rem;
}
.input100 {
    width: 60rem;
}
.input160 {
    width: 83rem;
}

input[type='text'],
input[type='date'],
input[type='month'],
input[type='tel'],
input[list],
form:not(.plain) input[type='text'],
form:not(.plain) input[type='password'],
form:not(.plain) input[type='email'],
form:not(.plain) input[type='url'],
form:not(.plain) input[type='tel'],
form:not(.plain) input[type='number'],
form:not(.plain) input[type='date'],
form:not(.plain) textarea{
    vertical-align: middle;
    padding: 12px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    line-height: 20px;
    font-family: inherit;
}

select {
    vertical-align: middle;
    padding: 12px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    line-height: 20px;
    font-family: inherit;
    outline: none;
}

/* ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */
.input_field {
    display: inline-block;
    position: relative;
}

/* ã‚¿ã‚° */
.tag {
    text-align: center;
    width: fit-content;
    min-width: 5rem;
    color:white;    
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 4px;
}
.tag.clickable {
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 50%);
}

.tag_color_1 {
    background-color: #C80000;
}
.tag_color_2 {
    background-color: #000064;
}
.tag_color_3 {
    background-color: #009600;
}
.tag_color_4 {
    background-color: #966400;
}
.tag_color_5 {
    background-color: #006496;
}
.tag_color_6 {
    background-color: #E26000;
}
.tag_color_7 {
    background-color: #640064;
}
.tag_color_8 {
    background-color: #649600;
}
.tag_color_9 {
    background-color: #009696;
}
.tag_color_10 {
    background-color: #960096;
}
.tag_color_11 {
    background-color: #9F003D;
}

/* Payãƒ›ãƒ¼ãƒ&nbsp; */
.pay_home .project_button {
    background-color: #ffffff;
    border-top: 4px double #E8E8E8;
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 12px;
    letter-spacing: 1px;
}

.pay_home .title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

/* Payè³‡æ–™è«‹æ±‚ç”»é¢ */
.pay_requestdoc .title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.pay_requestdoc .top_box {
    padding: 0 1rem 1rem 1rem;
}

/* è³‡æ–™è«‹æ±‚èª¬æ˜Žæ–‡ */
.requests_title {
    font-size: 20px;
    font-weight: 800;
    color: #00B0F0;
}
.requests_subtitle {
    font-size: 17px;
    font-weight: 800;
    color: #ff0000;
}
.requests_text {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #203864;
    padding: 0.5rem 0;
    text-wrap: wrap;
}

/* è³‡æ–™è«‹æ±‚ãƒœãƒƒã‚¯ã‚¹ */
.pamphletBox {
    /* min-height: 100px;*/
    max-width: 900px;
    border: 1px #a0a0a0 solid;
    margin: 1rem auto;
    padding: 5px;
}
.pamphletBox {
    background-color: #ffffff;
}
.pamphletBox.impressed {
    background-color: #e0e0e0;
}
.pamphletIcon{
    display: inline-block;
    width: 45px;
    font-size: 16px;
    color: #ff0000;
}
.pamphletLeft {
    display: inline-block;
    width: calc(100% - 50px - 105px - 250px);
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}
.pamphletRightWrap {
   display: inline-block; 
}
.pamphletRight {
    display: inline-block;
    width: 160px;
    height: 90px;
    text-align: right;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
}
.pamphletRightInner{
    padding: 0.5rem 0.5rem 0.5rem 0;
    vertical-align: middle;
    background-color: #FEFFCD;
    min-height: 90px;
}
.pamphletImage{
    display: inline-block;
    width: 244px;
    vertical-align: middle;
}
.pamphletImage img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}
.pamphletButtons {
    display: inline-block;
    width: 90px;
    text-align: center;
    vertical-align: middle;
}
.pamphletButtons input {
    margin: 8px 0 8px 0;
}

.pamphletTip {
    margin: 0.2rem 0 0 0.5rem;
    font-weight: 700;
    color: #ff0000;
    line-height: 26px;
}
.pamphletTip .tag {
    font-size: 12px;
}
.pamphletCompany {
    margin: 0.5rem 0 0 0.5rem;
    font-size: 13px;
    font-weight: 500;
}
.pamphletName {
    color: #136DDC;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.pamphletDate {
    margin-left: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    /* color: #000000; */
}

/* Fanãƒˆãƒƒãƒ— */
.fan_top h2 {
    background-color: unset;
}
.fan_top .success-btn {
    font-weight: 500;
}

.fan_top .top_area {
    height: 600px;
    background-color: #F2F3F7;
    background-image: url(../img/fan/top_image1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.fan_top .label_area {
    padding: 150px 0 0 calc(10%);
    font-weight: 500;
}
.fan_top .label2_area {
    padding: 0 0 0 calc(10%);
    font-weight: 500;
}

.fan_top .label_area .title {
    font-size: 2rem;
    color: #157c3b;
}

.fan_top .label_area .subtitle {
    margin-top: 1rem;
}
.fan_top .label2_area .button {
    margin-top: 2rem;
}
.fan_top .label2_area .button input[type="button"] {
    margin: 0 10px 20px 10px;
    border-radius: 50px !important;
}

.fan_top #topkeyword {
    width: 450px;
    max-width: calc(100% - 2rem);
    margin: 0 1rem 20px 1rem;
    vertical-align: baseline;

    padding: 12px 15px;
    border: 1px solid #e6e6e6;
    color: #666666;
    border-radius: 2px;
    line-height: 20px;
    font-family: inherit;
}
.fan_top #search {
    width: 190px;
}

.fan_top .news_area {
    height: 400px;
    background-image: url(../img/fan/top_image2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fan_top .news_box {
    position: relative;
    background-color: #fffffff8;
    width: 800px;
    max-width: calc(100% - 2rem);
    margin: 0 auto 1rem auto;
    top: 1rem;
    border-radius: 8px;
    overflow: hidden;
    max-height: 370px;
}
.fan_top .news_inner {
    overflow-y: auto;
    max-height: 370px;
}

.fan_top .news_line {
    border-top: solid 1px #DEDEDE;
    padding: 1rem 2rem 1rem 8rem;
}
.fan_top .news_date {
    display: inline-block;
    width: 110px;
    vertical-align: top;
    padding-top: 0.3rem;
    color: #157c3b;
}
.fan_top .news_content {
    display: inline-block;
    width: fit-content;
    max-width: 500px;
    vertical-align: top;
}

.fan_top .about_area {
    min-height: 600px;
    background-image: url(../img/fan/top_image3.png), url(../img/fan/top_image4.png);
    background-size: min(1108px, 100%) auto, min(537px, 100%) auto;
    background-repeat: no-repeat;
    background-position: center top,center 130px;
}

.fan_top .about_area h2 {
    color: #F79F11;
}

.fan_top .about_area .success-btn.bordered {
    color: #F79F11;
    border: 1px solid #F79F11;
}


.fan_top .about_area .subtitle {
    margin: 250px auto 0 auto;
    width: fit-content;
    text-align: center;
}

.fan_top .about_area .button,
.fan_top .project_area .button,
.fan_top .member_area .button,
.fan_top .sponsor_area .button {
    width: fit-content;
    margin: 3rem auto 0 auto;
}

.fan_top .project_area .project_box {
    border: 1px solid #E8E8E8;
}
.fan_top .member_area,
.fan_top .sponsor_area {
    background-color: #F2F3F7;
}
.fan_top .member_area h2 {
    color: #38BC8E;
}
.fan_top .sponsor_area h2 {
    color: #0099e6;
}

.fan_top .member_area .success-btn {
    background-color: #38BC8E;
}
.fan_top .sponsor_area .success-btn {
    background-color: #0099e6;
}
.fan_top .member_area .project_box,
.fan_top .sponsor_area .project_box {
    border: 1px solid #E8E8E8;
}

.fan_top .project_empty {
    text-align: center;
    padding-bottom: 3rem;
    font-size: 1.2rem;
}

.fan_top .home-title {
    border-bottom: solid 1px #707070;
}
.fan_top .home-title .label {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 3rem 0 2rem 0;
}
.fan_top .tab {
    min-width: 120px;
    margin: 0 5px;
    color: #707F89;
    font-size: 1rem;
    background-color: unset !important;
    font-weight: 700;
    border: none;
    border-radius: 0 !important;
}
.fan_top .tab.active {
    color: #3B4043;
    border-bottom: solid 5px #246EA7;
    background-color: unset !important;
}

.fan_top .tab-content{
    padding-top: 10px;
    text-align: center;
}

.fan_top .clab-box {
    width: 100px;
    height: 140px;
    margin: 30px 10px 0 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.fan_top .clab-box &gt; span {
    font-size: 0.8rem;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 18px;
    line-height: 1rem;
    display: inline-block;
    vertical-align: top;
}

.fan_top #prefectureArea {
    margin-bottom: 3rem;
}

.fan_top #mapArea {
    height: 543px;
    margin-top: 2rem;
    background-image: url(../img/japan_map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;
    text-align: center;
}

.fan_top #mapArea &gt; div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 13px;
}

.fan_top .prefecture {
    min-width: 52px;
    min-height: 28px;
    font-weight: 700;
    margin: 1px;
    margin: 3px 0;
    border-radius: 5px;
    border: none;
    background-color: #EBF2F7C0;
    color: #3B4043;
}
.fan_top .prefecture.h {
    min-width: unset;
    min-height: 36px;
    padding-right: 3px;
    padding-left: 3px;
}
.fan_top .prefecture:hover {
    background-color: #EBF2F7;
}
.fan_top .prefectureCenter {
    position: relative;
    width: 600px;
}
.fan_top .prefecture {
    position: absolute;
}
.fan_top .prefecture[data-prefecture="1"] {
    top: 40px;
    left: 510px;
}
.fan_top .prefecture[data-prefecture="2"] {
    top: 148px;
    left: 487px;
}
.fan_top .prefecture[data-prefecture="3"] {
    top: 186px;
    left: 514px;
}
.fan_top .prefecture[data-prefecture="4"] {
    top: 228px;
    left: 514px;
}
.fan_top .prefecture[data-prefecture="5"] {
    top: 186px;
    left: 458px;
}
.fan_top .prefecture[data-prefecture="6"] {
    top: 225px;
    left: 458px;
}
.fan_top .prefecture[data-prefecture="7"] {
    top: 269px;
    left: 499px;
}
.fan_top .prefecture[data-prefecture="8"] {
    top: 351px;
    left: 508px;
}
.fan_top .prefecture[data-prefecture="9"] {
    top: 309px;
    left: 491px;
}
.fan_top .prefecture[data-prefecture="10"] {
    top: 309px;
    left: 445px;
}
.fan_top .prefecture[data-prefecture="11"] {
    top: 351px;
    left: 446px;
}
.fan_top .prefecture[data-prefecture="12"] {
    top: 386px;
    left: 528px;
}
.fan_top .prefecture[data-prefecture="13"] {
    top: 386px;
    left: 474px;
}
.fan_top .prefecture[data-prefecture="14"] {
    top: 420px;
    left: 473px;
}
.fan_top .prefecture[data-prefecture="15"] {
    top: 275px;
    left: 410px;
}
.fan_top .prefecture[data-prefecture="16"] {
    top: 275px;
    left: 348px;
}
.fan_top .prefecture[data-prefecture="17"] {
    top: 261px;
    left: 312px;
}
.fan_top .prefecture[data-prefecture="18"] {
    top: 307px;
    left: 295px;
}
.fan_top .prefecture[data-prefecture="19"] {
    top: 386px;
    left: 419px;
}
.fan_top .prefecture[data-prefecture="20"] {
    top: 343px;
    left: 400px;
}
.fan_top .prefecture[data-prefecture="21"] {
    top: 318px;
    left: 355px;
}
.fan_top .prefecture[data-prefecture="22"] {
    top: 420px;
    left: 402px;
}
.fan_top .prefecture[data-prefecture="23"] {
    top: 393px;
    left: 354px;
}
.fan_top .prefecture[data-prefecture="24"] {
    top: 411px;
    left: 312px;
}
.fan_top .prefecture[data-prefecture="25"] {
    top: 343px;
    left: 312px;
}
.fan_top .prefecture[data-prefecture="26"] {
    top: 334px;
    left: 239px;
}
.fan_top .prefecture[data-prefecture="27"] {
    top: 371px;
    left: 237px;
}
.fan_top .prefecture[data-prefecture="28"] {
    top: 334px;
    left: 202px;
}
.fan_top .prefecture[data-prefecture="29"] {
    top: 392px;
    left: 274px;
}
.fan_top .prefecture[data-prefecture="30"] {
    top: 440px;
    left: 246px;
}
.fan_top .prefecture[data-prefecture="31"] {
    top: 306px;
    left: 168px;
}
.fan_top .prefecture[data-prefecture="32"] {
    top: 306px;
    left: 133px;
}
.fan_top .prefecture[data-prefecture="33"] {
    top: 345px;
    left: 168px;
}
.fan_top .prefecture[data-prefecture="34"] {
    top: 345px;
    left: 133px;
}
.fan_top .prefecture[data-prefecture="35"] {
    top: 327px;
    left: 99px;
}
.fan_top .prefecture[data-prefecture="36"] {
    top: 438px;
    left: 171px;
}
.fan_top .prefecture[data-prefecture="37"] {
    top: 404px;
    left: 171px;
}
.fan_top .prefecture[data-prefecture="38"] {
    top: 404px;
    left: 111px;
}
.fan_top .prefecture[data-prefecture="39"] {
    top: 438px;
    left: 111px;
}
.fan_top .prefecture[data-prefecture="40"] {
    top: 331px;
    left: 45px;
}
.fan_top .prefecture[data-prefecture="41"] {
    top: 316px;
    left: -11px;
}
.fan_top .prefecture[data-prefecture="42"] {
    top: 349px;
    left: -11px;
}
.fan_top .prefecture[data-prefecture="43"] {
    top: 396px;
    left: 2px;
}
.fan_top .prefecture[data-prefecture="44"] {
    top: 384px;
    left: 39px;
}
.fan_top .prefecture[data-prefecture="45"] {
    top: 417px;
    left: 39px;
}
.fan_top .prefecture[data-prefecture="46"] {
    top: 453px;
    left: -2px;
}
.fan_top .prefecture[data-prefecture="47"] {
    top: 501px;
    left: -7px;
}

.fan_top .club_area {
    display: flex;
}

.fan_top #moreClub {
    display: none;
    width: 130px;
    color: #157c3b;
    font-weight: 600;
    border-radius: 20px;
    border: solid 1px #157c3b;
    margin: 0 auto;
    padding: 2px;
    cursor: pointer;
}

.fan_top #prefectureCd {
    display: none;
}

/* Fanæ¤œç´¢ */
.fan_search .content_area {
    background-color: #F2F3F7;
    padding-bottom: 1rem;
}
.fan_search .search_area {
    width: 800px;
    max-width: 100%;
    background-color: #FFFFFF;
    margin: 0 auto 2rem auto;
    padding: 1rem 0;
}
.fan_search .search_area #searchForm {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.search_line {
    border-bottom: 1px solid #E8E8E8;
    padding: 1rem 0 1rem 0;
}
.search_label {
    display: inline-block;
    width: 120px;
}
.search_field {
    display: inline-block;
    width: calc(100% - 130px);
    max-width: 100%;
}
.search_field input, 
.search_field select {
    width: 100%;
}
.search_area .button {
    text-align: center;
    margin-top: 2rem;
}
.search_area input[type="checkbox"] + label {
    display: inline-block;
    margin-right: 1rem;
}

.search_results {
    margin: 0 auto;
    text-align: center;
    max-width: 1350px; 
}

.result_message {
    padding: 0 0 2rem 0;
}

.fan_search #btnClear {
    margin-left: 1rem;
    margin-right: 1rem;
}

/* ãƒ—ãƒ­ã‚¸ã‚§ã‚¯ãƒˆè©³ç´°ç”»é¢ */
.top_box {
    background-color: #F2F3F7;
    text-align: center;
    padding-bottom: 3rem;
}
.project_detail .detail_box iframe {
    max-width: 100%;
}

.project_detail .school {
    padding-top: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.project_detail .title {
    margin: 1.5rem 1.5rem 1rem 1.5rem;
    font-size: 1.4rem;
    text-align: center;
}

.project_detail .tag {
    text-align: center;
    width: fit-content;
    min-width: 120px;
    margin: 0 auto;
    padding: 1px 10px;
    border: 1px solid #1874DC;
    color: #1874DC;
    background-color: #ffffff;
    border-radius: 16px;
}

.project_detail .left_box {
    display: inline-block;
    width: calc(60% - 60px);
    margin-left: 1rem;
    max-width: 800px;
}

.project_detail .image_area {
    margin-top: 3rem;
    max-height: 700px;
}

.project_detail .top_image {
    max-height: 450px; 
}
.project_detail .top_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_detail .thumbnail_area {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.project_detail .thumbnail_area div.img {
    width: calc((100% / 5) - 10px);
    /* background-color: #000000; */
}
.project_detail .thumbnail_area img {
    width: 100%;
    max-height: 85px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
}
.project_detail .thumbnail_area img.active {
    opacity: 1;
}

.project_detail .right_box {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 500px;
    max-width: calc(40% - 10px);
    margin-top: 3rem;
    margin-left: 2rem;
    margin-right: 1rem;
}

.project_detail .top_status {
    margin-bottom: 1rem;
    padding: 2rem 2rem;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 10px #0000000a;
    border-radius: 10px;
}

.project_detail .top_status.continuation {
    border-radius: 0 0 10px 10px;
}

.project_detail .head_label {
    color: #ffffff;
    background-color: #FF2634;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 0 10px 10px #0000000a;
    border-radius: 10px 10px 0 0;
}
.project_detail .head_label.continuation {
    background-color: #38BC8E;
}
.project_detail .head_label.continuation.sponsor {
    background-color: #0099e6;
}

.project_detail .top_status .label {
    text-align: left;
    color: #767676;
    font-size: 1rem;
}

.project_detail .top_status .value {
    display: inline-block;
    text-align: left;
    width: fit-content;
    margin-right: 1rem;
    color: #333333;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.5rem;
}

.project_detail .top_status .field {
    display: inline-block;
    width: fit-content;
}

.project_detail .top_status .bar {
    width: 100%;
    height: 1px;
    border-top: 1px solid #E8E8E8;
    margin: 1.5rem 0;
}

.project_detail .button {
    margin-left: 1rem;
    margin-right: 1rem;
    min-width: 13rem;
}

.project_detail .detail_box {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.project_detail .detail {
    text-align: left;
}


.project_detail .action_box {
    text-align: center;
    background-color: #F2F3F7;
    margin-top: 2rem;
    padding: 3rem;
    font-size: 1.1rem;
    font-weight: 500;
}
#btnSelectReturn {
    max-width: 20rem;
    margin: 1rem auto 0 auto;
}
#btnOpenClubMessage {
    min-width: 15rem;
    max-width: 20rem;
    margin: 3rem auto 0 auto;
}

.project_detail .block_title {
    border-bottom: 1px solid #DFE1E6;
    margin: 3rem 0 1rem 0;
}

.project_detail .block_title span {
    position: relative;
    display: inline-block;
    color: #157c3b;
    font-size: 1.5rem;
    font-weight: 500;
}

.project_detail .block_title span::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #157c3b;
    width: calc(100% + 30px);
    top: 38.3px;
    left: 0;
}

.project_detail .project_area {
    display: flex;
    background-color: #F2F3F7;
    text-align: center;
    padding-bottom: 3rem;
}
.project_detail .project_blockarea {
    background-color: #F2F3F7;
    text-align: center;
    padding-bottom: 3rem;
}

.project_detail .pay_message_box {
    border: 1px solid #DDDDDD;
    margin: 1rem 0;
    padding: 1rem;
}
.project_detail .message_name {
    color: #3C8CEA;
}

.project_detail .fannews_area {
    display: flex;
    position: relative;
    text-align: center;
}

.project_detail #parentDiv {
    margin: 0 1rem 1rem 1rem;
    width: calc(100% - 2rem);
}

.project_detail #cancelBank {
    margin: 0 auto;
    display: block;
}

#btnNewsLeft {
    position: absolute;
    margin-top: 120px;
    margin-left: 0;
    z-index: 1;
}

#btnNewsRight {
    position: absolute;
    margin-top: 120px;
    margin-right: 0;
    right: 0;
}

/* æ±ºæ¸ˆçµæžœç”»é¢ */
.fun_success .content_area {
    background-color: #F2F3F7;
    padding: 1rem;
}
.fun_success .main_box {
    background-color: #ffffff;
    width: 700px;
    padding: 3rem 5rem 4rem 5rem;
    margin: 1rem auto;
    text-align: center;
}
.fun_success .thank_you {
    margin-bottom: 3rem;
    width: 215px;
    height: 150px;
}

.fun_success .amount_box {
    width: 300px;
    padding: 0.5rem 0;
    margin: 1rem auto 3rem auto;
    background-color: #F4F4F4;
}
.fun_success .amount {
    font-size: 2rem;
    font-weight: 500;
}

.fun_success .row {
    min-height: 3rem;
    margin: 0;
    border-top: 1px solid #E8E8E8;
}
.fun_success .row.bottom {
    border-bottom: 1px solid #E8E8E8;
}

.fun_success .title {
    display: inline-block;
    min-width: 150px;
    line-height: 3rem;
    text-align: left;
}
.fun_success .field {
    display: inline-block;
    width: calc(100% - 150px);
    text-align: left;
    vertical-align: middle;
    margin-top: 12px;
}
.fun_success .bigtext {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
}
.fun_success .buttons {
    text-align: center;
    margin: 2rem 0;
}
.fun_success .sns_box {
    width: 100%;
    justify-content: center;
}
.fun_success .sns_box &gt; div {
    margin: 0 0.3rem;
}

/* ãƒ—ãƒ­ã‚¸ã‚§ã‚¯ãƒˆæž&nbsp; */
.project_wrap {
    display: inline-block;
}
.project_box {
    position: relative;
    width: 300px;
    min-height: 380px;
    margin: 1rem 1rem 3rem 1rem;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.project_box.past {
    background-color: #f0f0f0;
    border: 1px solid #a0a0a0;
}
.project_box.warning {
    border: 2px solid #ff0000;
}
.project_box.warning .project_end_date {
    color: #ff0000;
}
.project_box .alert_div {
    display: inline-block;
    color: #ff0000;
    font-size: 1rem;
    font-weight: 600;
}
.project_box .alert_middle {
    display: inline-block;
    color: #ff0000;
    font-size: 0.9rem;
    font-weight: 600;
}

.project_box .value {
    font-weight: 600;
}

.project_top_image{
    width: 300px;
    height: 180px;
    object-fit: cover;
}
.project_tag {
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 100px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    background-color: #157c3b;
}
.project_wrap.continuation .project_tag {
    background-color: #2ABC8B;
}
.project_wrap.continuation.sponsor .project_tag {
    background-color: #0099e6;
}

.project_title {
    overflow-y: hidden;
    height: 58px;
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    line-height: 21px;
    border-top: 2px solid #157c3b;
    font-weight: 500;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.project_wrap.continuation .project_title {
    border-color: #2ABC8B;
}
.project_wrap.continuation.sponsor .project_title {
    border-color: #0099e6;
}

.project_club_name {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    height: 45px;
    padding: 0 15px;
    overflow-y: hidden;
    word-break: break-all;
}

.project_border {
    height: 10px;
    border-top: 1px solid #E8E8E8;
}
.project_wrap.continuation .project_border {
    height: 30px;
    margin-top: 30px;
}

.project_border_flat {
    height: 10px;
    border-top: 1px solid #E8E8E8;
}

.project_progress_back {
    position: relative;
    margin: 17px 15px;
    height: 16px;
    background-color: #DFE1E6;
    border-radius: 20px;
}
.project_progress {
    height: 16px;
    border-radius: 20px;
    background: linear-gradient(to right, #373EF6, #7E83FF);
}
.project_progress.goal {
    background: linear-gradient(to right, #FF000A, #FF9196);
}

.project_target_amount {
    position: absolute;
    top: 0;
    margin: 0 0 0px 10px;
    font-size: 10px;
    color: #ffffff;
    padding: 0;
    line-height: 17px;
}

.project_status {
    font-size: 1.1rem;
    /* letter-spacing: 1px; */
    width: 100%;
}

.project_status_text {
    font-size: 1.1rem;
    width: 100%;
    padding-left: 15px;
}

.project_current_amount {
    display: inline-block;
    margin-left: 15px;
    width: 110px;
}

.project_members {
    display: inline-block;
    width: 95px;
}
.project_wrap.continuation .project_members{
    width: 100%;
    text-align: center;
}

.project_remaining {
    display: inline-block;
    min-width: 55px;
}
.project_remaining .label {
    display: inline;
}

.project_wrap.continuation .project_progress_back,
.project_wrap.continuation .project_current_amount,
.project_wrap.continuation .project_remaining {
    display: none;
}

.project_end_date {
    font-size: 0.9rem;
}
.project_end_date .label {
    display: inline-block;
}
.project_end_date .value {
    font-size: 1.1rem;
    padding-left: 10px;
    display: inline-block;
}
.project_end_date .value .label {
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 20px;
    display: inline-block;
}

/* Fanãƒ‹ãƒ¥ãƒ¼ã‚¹æž&nbsp; */
.fannews_wrap {
    display: inline-block;
}
.fannews_box {
    position: relative;
    width: 300px;
    min-height: 255px;
    margin: 1rem 1rem 2rem 1rem;
    background-color: #f4f4f4;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.fannews_box .value {
    font-weight: 600;
}

.fannews_top_image{
    width: 300px;
    height: 180px;
    object-fit: cover;
}
.fannews_tag {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    background-color: #157c3b;
}
.fannews_title_box{
    background-color: #ffffff;
    margin: 0 10px;
}
.fannews_title {
    overflow-y: hidden;
    height: 58px;
    padding: 15px 10px 0 10px;
    margin-bottom: 5px;
    line-height: 21px;
    font-weight: 500;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.fannews_club_name {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    color: #767676;
    height: 30px;
    padding: 0 6px;
    overflow-y: hidden;
    word-break: break-all;
}

.fannews_update_date {
    font-size: 12px;
    height: 20px;
    text-align: right;
    padding: 0 7px;
    margin-bottom: 2px;
}

.fannews_project_title {
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    overflow-y: hidden;
    word-break: break-all;
}

/* SNSã‚¨ãƒªã‚¢ */
.sns_box {
    margin: 1rem auto auto auto;
    display: flex;
    justify-content: space-evenly;
}

.sns {
    width: 32px;
    height: 32px;
    margin: 0px;
    cursor: pointer;
    background-size: 84%;
    transition: background-size 100ms;
}

.sns:hover {
    background-size: 100%;
}


.sns_twitter {
    background-image: url(../img/page/icon_sns_x_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sns_facebook {
    background-image: url(../img/fan/icon_sns_facebook.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sns_instagram {
    background-image: url(../img/fan/icon_sns_instagram.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sns_youtube {
    background-image: url(../img/fan/icon_sns_youtube.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.share_button {
    width: 100px;
    height: 26px;
    cursor: pointer;
    color: #ffffff;
    background-color: #e26000;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}

.share_button.twitter {
    background-color: #000000;
    background-image: url(../img/page/icon_sns_x_white.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 20px;
}

.share_button.facebook {
    background-color: #1877F2;
    background-image: url(../img/fan/icon_sns_facebook.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

.share_button.line {
    background-color: #28C661;
    background-image: url(../img/fan/icon_sns_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

div.link.twitter {
    padding: 4px;
}

/* ãƒ—ãƒ­ã‚¸ã‚§ã‚¯ãƒˆã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ï¼ˆæ¨ªï¼‘è¡Œï¼‰ */
.project_slide_wrap {
    display: flex;
}

.slide_box {
    max-width: 100vw;
    display: flex;
    overflow: hidden;
    padding: 0 40px;
    margin:0 auto;
}

.slide_box .project_wrap {
    margin-left: 0.5rem;
    margin-left: 0.5rem;    
}

#btnProjectLeft,
#btnContinuationLeft,
#btnSponsorLeft {
    position: absolute;
    margin-top: 210px;
    margin-left: 0;
    z-index: 1;
}
#btnProjectRight,
#btnContinuationRight,
#btnSponsorRight {
    position: absolute;
    margin-top: 210px;
    margin-right: 0;
    right: 0;
}

/* ãƒªã‚¿ãƒ¼ãƒ³é¸æŠžè‚¢æž&nbsp; */
.return_box {
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 10px #0000000a;
}

.return_box img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.return_box .return_title {
    padding: 2rem 2rem 0 2rem;
    font-size: 1rem;
    font-weight: 500;
}

.return_box .return_description {
    padding: 0.5rem 2rem 0 2rem;
    font-size: 0.9rem;
}

.return_box .return_status {
    padding-top: 1rem;
    padding-left: 2rem;
    font-size: 0.9rem;
}

.return_box .return_members {
    display: inline-block;
    min-width: 70px;
    margin-right: 10px;
}

.return_box .return_remaining {
    display: inline-block;
    min-width: 70px;
}

.return_box .return_border {
    margin-top: 10px;
    height: 10px;
    border-top: 1px solid #E8E8E8 ;
}

.return_box .return_current_amount {
    margin: 1rem 2rem 0 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
}

.return_box .return_current_amount .value {
    font-size: 2rem;
    font-weight: 500;
}

.return_box .button {
    margin: 1rem 2rem 1rem 2rem;
}

/* ãƒ—ãƒ­ã‚°ãƒ¬ã‚¹ãƒãƒ¼ */
.project_progress_back {
    position: relative;
    margin: 17px 15px;
    height: 16px;
    background-color: #DFE1E6;
    border-radius: 20px;
}
.project_progress_back.big {
    margin-left: 0;
    margin-right: 0;
    height: 20px;
}
.project_progress {
    height: 16px;
    border-radius: 20px;
    background: linear-gradient(to right, #373EF6, #7E83FF);
}
.project_progress_back.big .project_progress {
    height: 20px;
}
.project_progress.goal {
    background: linear-gradient(to right, #FF000A, #FF9196);
}
.project_target_amount {
    position: absolute;
    top: 0;
    margin: 0 0 0px 10px;
    font-size: 10px;
    color: #ffffff;
    padding: 0;
    line-height: 17px;
}
.project_progress_back.big .project_target_amount {
    font-size: 14px;
    line-height: 20px;
}

/* ãƒœã‚¿ãƒ³ */
.button_link_samll {
    margin-left: auto;
    margin-right: 5rem;
    width: 6rem;
    min-width: 6rem;
    height: 1.5rem;
    padding-top: 0.2rem;
    border-radius: 2rem;    
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 0.8rem;
}
.button_link_samll.news {
    position: absolute;
    right: 0;
    margin-top: -28px;
}

.button_link_samll::before {
    position: absolute;
    content: "";
    background-image: url(../img/page/icon_arrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 1rem;
    height: 0.8rem;
    margin: 0.2rem 0 0 -1.5rem;
    transition: margin 250ms;
}
.button_link_samll:hover::before {
    margin: 0.2rem 0 0 -1.1rem;
}

.button_close {
    width: 1.5rem;
    height: 1.5rem;
    margin: 1rem 1rem 1rem auto;
    cursor: pointer;
}

.button_close::after {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/page/icon_close_escape.svg); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    animation:0.2s linear 1 rotation0;
    transform-origin:calc(100% - 10px) center;
}
.button_close:hover::after {
    transform: rotate(90deg);
    animation:0.2s linear 1 rotation90;
    transform-origin:calc(100% - 10px) center;
}
.button_close:active {
    transform: rotate(0deg);
}

.icon_close {
    cursor: pointer;
    margin-top: -8px;
    margin-left: calc(100% - 25px);
    position: absolute;
}
.icon_close::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/page/icon_close_escape.svg); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    animation:0.2s linear 1 rotation0;
    transform-origin:calc(100% - 10px) center;
}
.icon_close:hover::after {
    transform: rotate(90deg);
    animation:0.2s linear 1 rotation90;
    transform-origin:calc(100% - 10px) center;
}
.icon_close:active {
    transform: rotate(0deg);
}
@keyframes rotation0{
    0%{ transform:rotate(90deg);}
    100%{ transform:rotate(0deg); }
}
@keyframes rotation90{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(90deg); }
}

.dialog .button_close {
    margin: 2rem 5rem 0 auto;
}
.dialog .button_close::after {
    width: 3.5rem;
}

.slide_left {
    margin: auto 0.2rem auto 1.8rem;
    width: 40px;
    height: 40px;
    background-image: url(../img/fan/icon_arrow_left.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    cursor: pointer;
    transition: margin 500ms;
}
.slide_left:hover {
    margin: auto 1rem auto 1rem;
}

.slide_right {
    margin: auto 1.8rem auto 0.2rem;
    width: 40px;
    height: 40px;
    background-image: url(../img/fan/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    cursor: pointer;
    transition: margin 500ms;
}
.slide_right:hover {
    margin: auto 1rem auto 1rem;
}

.dialog .slide_left {
    background-image: url(../img/page/icon_slide_left2.svg);
    width: 4rem;
    height: 60px;
    position: fixed;
    left: 1rem;
    top: calc(50vh - 30px);
}
.dialog .slide_right {
    background-image: url(../img/page/icon_slide_right2.svg);
    width: 4rem;
    height: 60px;
    position: fixed;
    right: 1rem;
    top: calc(50vh - 30px);
}

.text_counter{
    position: relative;
    display: inline-block;
}

.text_num{
    position: absolute;
    right: 2px;
    top: -20px;
    font-size: 0.8rem;
}

/* ã‚¿ã‚° */
.tag_area {
    display: flex;
    padding: 0.8rem 0 0.5rem 0;
}
.tags:first-child {
    margin-left: 0;
}

.tags { background-color: #00BFFF; }
.tags {
    color: #ffffff;
    width: fit-content;
    padding: 0.1rem 0.8rem;
    font-weight: 600;
    margin-left: 1rem;
}
.tag_foundation {
    border-radius: 1rem;
}
.tag_education{
    border-radius: 0.5rem;
}

/* å…¥åŠ›ãƒ•ã‚©ãƒ¼ãƒ&nbsp;å…±é€š */
.input_form {
    margin: 2rem auto 2rem auto;
    max-width: 786px;
}
.input_form .required::after {
    content: '*';
    color: #ff0000;
    margin-left: 2px;
    vertical-align: middle;
}
.required_label::after {
    content: '*';
    color: #ff0000;
    margin-left: 2px;
    vertical-align: middle;
}

.input_form .row {
    min-height: 4rem;
    margin: 1rem 0 1rem 0;
    border-bottom: 1px solid #E8E8E8;
}
.input_form .title {
    display: inline-block;
    min-width: 200px;
    margin-left: 1rem;
    line-height: 2.7rem;
}
.input_form .field {
    width: 560px;
    min-width: 400px;
    display: inline-block;
    position: relative;
    margin-top: 0.3rem;
}
.input_form .field input {
    width: 550px;
}
.input_form .field input[type="date"] {
    width: 10rem;
}
.input_form .field input.p50 {
    width: calc(50% - 7px);
}

.input_form select {
    border-radius: 3px;
    padding: 8px 13px;
    max-height: 2.4rem;
    max-width: 100%;
    border: 1px #ccc solid;
    outline: none;
    box-sizing: border-box;
}

.agreement_area{
    padding: 0 1rem;
}
.agreement_area .title {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 32px;
    font-weight: 700;
}
.agreement_area .text {
    text-align: center;
    margin: 1rem 0;
    font-size: 0.8rem;
    line-height: 1.3rem;
}
.privacy_agree {
    margin-top: 1rem;   
}

.input_form .button_area {
    width: 100%;
    text-align: center;
    border-top: 1px solid #E8E8E8;
    margin: 2rem 0 4rem 0;
    padding-top: 2rem;
}

.input_form .save {
    border-radius: 30px;
    background-color: #F79F11;
}

.input_form .clear_button {
    border-radius: 30px;
    color: #F79F11;
    background-color: #FFFFFF;
    border: 1px solid #F79F11;
}

/* æ¤œç´¢ */
.cond_title {
    font-size: 1.2rem;
}
.search_count {
    font-size: 1.2rem;
    color: #246EA7;
}

/* æ”¯æ´é¸æŠžãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
#supportSelectionDialog .dialog_inner {
    padding: 2rem 3rem;
}
#supportSelectionDialog .dialog_title {
    margin-bottom: 0;
}
#supportSelectionDialog .dialog_title2 {
    font-size: 1.4rem;
}

#supportSelectionDialog .dialog_amount_box {
    width: 300px;
    padding: 0.5rem 0;
    margin: 1rem auto;
    background-color: #F4F4F4;
}
#supportSelectionDialog .dialog_amount {
    font-size: 2rem;
    font-weight: 500;
}
#supportSelectionDialog .dialog_base_amount {
    font-size: 2rem;
    font-weight: 500;
}

#supportSelectionDialog .dialog_image {
    background-color: #FFFFFF;
    margin: 2rem 0;
    box-shadow: 0 0 10px 10px #0000000a;    
    text-align: left;
}
#supportSelectionDialog .dialog_image img {
    display: inline-block;
    width: 55%;
    max-height: 200px;
    vertical-align: middle;
}
#supportSelectionDialog .dialog_description {
    display: inline-block;
    width: calc(45% - 10px);
    padding-left: 1rem;
    text-align: left;
    vertical-align: middle;
}
/*
#supportSelectionDialog label {
    font-size: 1.5rem;
}
*/
#supportSelectionDialog .dialog_amount_radio {
    margin: 0.5rem auto;
    width: fit-content;
    min-width: 160px;
    text-align: left;
}
#supportSelectionDialog .dialog_lot {
    margin: 1rem 0;
    padding: 0.5rem;
    font-size: 1.5rem;
}
#supportSelectionDialog .comment {
    width: 100%;
    margin: 1rem 0;
}
#supportSelectionDialog .comment_text {
    width: 100%;
}

#supportSelectionDialog .full {
    width: 100%;
}
#supportSelectionDialog .full textarea,
#supportSelectionDialog .full input{
    width: 100%;
}

/* æ”¯æ‰•ãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
#payment-form {
    padding: 0 2rem;
    background-color: #ffffff;
}
#submit {
    margin: 1rem 0;
    font-weight: 500;
    color: #ffffff;
    background-color: #FF2634;
}

/* è³‡æ–™è«‹æ±‚ãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
#adDocsDialog .dialog_image img {
    max-height: 200px;
}

/* ãƒ€ã‚¤ã‚¢ãƒ­ã‚°å…±é€š */
.dialog {
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000aa;
    text-align: center;
    z-index: 100;
    overscroll-behavior-y: none;
}

.dialog .dialog_content {
    background-color: #ffffff;
    border-radius: 2px;
    width: fit-content;
    max-width: 100%;
    max-height: calc(100vh - 100px);
    /*overflow-y: auto;*/
    margin: 1rem auto;
    padding: 1rem 1rem 1rem 1rem;
}
.dialog.type2 .dialog_content {
    overflow-y: auto;
}

.dialog.center .dialog_content {
    position: relative;
    margin: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 120px);
}
.dialog.center .dialog_box{
    position: absolute;
    margin: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dialog.center .dialog_box .dialog_content {    
    position: unset;
    margin: unset;
    top: unset;
    left: unset;
    transform: unset;
    max-height: unset;
    max-width: calc(100vw - 2rem);
}

.dialog .dialog_inner {
    max-height: calc(100vh - 140px);
    padding: 1rem 0.5rem;
    overflow-y: auto;
/*    overscroll-behavior-y: none; */
}

.dialog .dialog_title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: center;
}
.dialog .row {
    padding: 0.5rem 0 1rem 0;
    text-align: left;
}
.dialog .msg_span {
    bottom: -19px;
} 

.dialog .label {
    margin-left: 1rem;
    min-width: 200px;
    text-align: left;
    line-height: 2.7rem;
}

.dialog .title {
    display: inline-block;
    min-width: 110px;
    line-height: 2.7rem;
}

.dialog .field {
    position: relative;
    width: 400px;
    min-width: 400px;
    display: inline-block;
    margin-top: 0.3rem;
}

.dialog select {
    border-radius: 3px;
    padding: 8px 13px;
    max-width: 100%;
    border: 1px #ccc solid;
    outline: none;
    box-sizing: border-box;
}

.dialog .required::after {
    content: '*';
    color: #ff0000;
    margin-left: 2px;
    vertical-align: middle;
}

.dialog .buttons {
    width: 100%;
}

.dialog .buttons input {
    margin-top: 0.5rem;
}

/* ãƒšãƒ¼ã‚¸ãƒ³ã‚° */
.paging_area {
    position: relative;
    margin: 20px auto;
    display: flex;
    width: fit-content;
}

.paging_area::after {
    content: "";
    display: block;
    clear: both;
}

.paging_area &gt; div {
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    padding-top: 0.1rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
}

.paging_area &gt; div:hover {
    border: 1px solid #AAAAAA;
}

.paging_area &gt; div.current {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.paging_area &gt; .page_prev {
    background-image: url(../img/page/icon_page_prev.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.paging_area &gt; .page_next {
    background-image: url(../img/page/icon_page_next.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.paging_area&gt; .page_results {
    line-height: 32px;
    margin-left: 1rem;
    display: none;
}

.prev_link {
    background-image: url(../img/page/icon_page_prev.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2.5rem;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
    border: 1px solid #ffffff;
    word-break: break-all;
}

.next_link {
    background-image: url(../img/page/icon_page_next.svg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 2.5rem;
    cursor: pointer;
    border: 1px solid #ffffff;
    word-break: break-all;
}
.prev_link:hover, .next_link:hover {
    border: 1px solid #AAAAAA;
}

/* ã‚¢ã‚¤ã‚³ãƒ³ */
.inline-icon-big100 {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.inline-icon-very-big{
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.inline-icon-big{
    width: 33px;
    height: 33px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}
.icon-middle{
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.inline-icon-middle{
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.icon-small{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.inline-icon-small{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.inline-icon-very-small {
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
}

.icon-search{
    background-image: url(../img/page/icon_search.svg);
}
.icon-arrowdown{
    background-image: url(../img/icon/bukatsunavi_icon-28red.svg);
}

.footer {
    padding-bottom: 80px; /* ãƒãƒŠãƒ¼åºƒå‘Šã®é«˜ã• */
}
/* ãƒãƒŠãƒ¼åºƒå‘Š */
.footer_banner {
    position: fixed;
    padding: 0 40px 0 0;
    width: 100%;
    height: 80px;
    text-align: center;
    bottom: 0;
    background-color: #ffffff88;
    overflow-x: hidden;
    z-index: 0;
}
.footer_button .footer_banner {
    position: relative;
    display: block;
    padding-left: 10px;
    background-color: unset;
}
.footer_banner .footer_banner_scroll {
    width: max-content;
    max-width: unset;
    padding: 0 50px;
}
.footer_banner img{
    margin: 10px 5px 10px 5px;
}
.banner_base {
    display: inline-block;
}
.banner_base_img{
    width: 234px;
    height: 60px;
    margin: 10px 5px 10px 5px;
}

/*/////////////////////////////////////////////////
//PAYãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ç”»é¢(ä¼šè©±æ–¹å¼)
/////////////////////////////////////////////////*/

#dialogPayMessagesContent {
    width: 800px;
    /*height: 100%;*/
    overflow-y: hidden;
}

#payMessageInput {
    width: 255px;
    height: 80px;
    border: 1px solid #e1e1e1;
}

#payMessageSend {
    margin-top: 20px;
}

.pay_messages__container {
    padding:0;
    background: #ffffff;
    overflow: hidden;
    margin: 20px auto;
    font-size: 80%;
}

/* ã‚¿ã‚¤ãƒˆãƒ«éƒ¨åˆ† */
.pay_messages__container .pay_messages__title {
    background: #273246;
    padding: 10px;
    text-align: center;
    font-size: 150%;
    color: #ffffff;
}

/* ä¼šè©±éƒ¨åˆ† */
.pay_messages__container .pay_messages__contents {
    padding: 10px;
    overflow: hidden;
    line-height: 135%;
}

.pay_messages__container .scroll {
    height: 640px;
    overflow-y: scroll;
    border: 1px solid #e1e1e1;
}

/* ç›¸æ‰‹ã®ä¼šè©± */
.pay_messages__container .pay_messages__left {
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
    margin: 5px 0px 30px 0px;
    clear: both;
}

.pay_messages_date {
    font-size: 80%;
    padding-bottom: 10px;
    /*color: #ffffff;*/
}

/* ã‚³ãƒ¡ãƒ³ãƒˆã‚¨ãƒªã‚¢ */
.pay_messages__container .pay_messages__left .pay_messages_content {
    margin: 0;
    position: relative;
    padding: 10px;
    border-radius: 20px;
    background-color: #e1e1e1;
    white-space: pre-wrap;
}

/* å¹ãå‡ºã— */
.pay_messages__container .pay_messages__left .pay_messages_content::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 15px;
    top: -10px;
    border-right: 20px solid #e1e1e1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform:rotate(70deg);
}

/* è‡ªåˆ†ã®ä¼šè©± */
.pay_messages__container .pay_messages__right {
    position: relative;
    text-align: right;
    display: block;
    margin: 5px 0px 30px 0px;
    width: 100%;
    float: right;
    clear: both;
}

/* ã‚³ãƒ¡ãƒ³ãƒˆã‚¨ãƒªã‚¢ */
.pay_messages__container .pay_messages__right .pay_messages_content {
    padding: 10px;
    text-align: left;
    border-radius: 20px;
    background-color: #dcffc8;
    /*margin: 0px 0px 0px 70px;*/
    margin: 0px 0px 0px 0px;
    white-space: pre-wrap;
}

/* å¹ãå‡ºã— */
.pay_messages__container .pay_messages__right .pay_messages_content::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 15px;
    top: 32px;
    border-left: 20px solid #DCFFC8FF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform:rotate(-70deg);
}

.pay_message__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 30px;
    font-size: 14pt;
}

.pay_messages__right-logo {
    width: 35px;
    height: 35px;
    margin: 5px 5px 0 5px;
    float: right;
    border-radius: 20%;
}

.pay_messages__left-logo {
    width: 35px;
    height: 35px;
    margin: -2px 5px 0 5px;
    float: left;
    border-radius: 20%;
}

.pay_messages_fileLink {
    font-weight: bold;
}

.btn_mark_unread {
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
}

.btn_mark_unread a {
    cursor: pointer;
    color: #e26000;
}

.payMessageBadge {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 22px;
    background-color: #e82a2a;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-left: 10px;
    margin-bottom: 6px;
    right: 5px;
}

.payMessagesListBadge {
    display: inline-block;
    position: sticky;
    width: 10px;
    height: 10px;
    border-radius: 22px;
    background-color: #e82a2a;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-top: 30px;
    margin-right: 5px;
    float: right;
}

.pay_messages__clubListLogo {
    width: 70px;
    height: 70px;
    margin: 12px 5px 5px 5px;
    float: left;
    border-radius: 20%;
}

#payMessagesContentsLeft {
    padding: 10px;
    overflow: hidden;
    line-height: 135%;
    width: 350px;
    float: left;
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 25px;
}

.payMessagesContentsLeftScroll {
    height: 800px;
    width: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.payMessagesContentsLeftPart {
    text-align: left;
    width: 300px;
    height: 100px;
    border: 1px solid #e1e1e1;
    margin-top: 10px;
    cursor: pointer;
}

.payMessagesContentsSelected {
    background-color: #e1ebff;
}

#payMessagesContentsRight {
    width: 745px;
}

.pay_messages__clubListInfo {
    padding-top: 15px;
    padding-left: 5px;
}

.pay_messages__imageSendButton {
    margin-right: 0px;
    margin-top: 5px;
    float: right;
    height: 30px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_div_55 {
    display: inline-block;
    border: 1px dotted #a3a9a7;
    width: 55px;
    height: 55px;
    vertical-align: middle;
}
.img_div_55 &gt; img {
    width: 100%;
    height: 100%;
}

.wIcon-upload{
    background-image: url(../img/icon/bukatsunavi_icon-17W.svg);
    margin-right: 5px;
}
button.icon-btn {
    padding: 0 !important;
}
.icon-btn &gt; .wIcon-upload {
    margin-right: 0;
}
.icon-cancel{
    background-image: url(../img/icon/bukatsunavi_icon-11.svg);
    cursor: pointer;
}

/* FAQãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
#faqLinkParent .selected {
    background-color: #DDEBF7;
    font-weight: bold;
}

.faqLink {
    cursor: pointer;
}

.faqHighlight {
    font-weight: bold;
    background-color: #fff000;
}

.faq_title {
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 10px;
    padding-left: 10px;
}

.faq_part {
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 20px;
    margin: 30px 0;
}

.faq_content {
    text-align: left;
    white-space: pre-line;
    padding: 10px;
}

.faq_title_toggle {
    float: right;
    margin-right: 5px;
}

/* ãƒ‹ãƒ¥ãƒ¼ã‚¹ãƒ”ãƒ³ç•™ã‚ */
.newsListPin {
    width: 30px !important;
    float: right;
    height: 30px !important;
    margin-top: -30px;
    z-index: 1;
    position: inherit;
    margin-right: 10px;
    top: 67px;
}

/* å£åº§ãƒ€ã‚¤ã‚¢ãƒ­ã‚° */
#bankDialog .field_left {
    font-size: 0.9rem;
}
#bankDialog .field_value {
    width: 400px;
    max-width: 100%;
    font-size: 0.9rem;
}
#bankDialog .thin_row input[type="button"] {
    font-size: 0.8rem;
}
</pre></body></html>