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

html {scroll-behavior: smooth;}

.material-icons{font-size: 14px !important; vertical-align: sub;}

/* FinPremium (2201〜）
---------------------------------------------------*/
.finPremium{
    background-color: #ffc107;
    position: relative;
    z-index: 9999;

}

.finPremiumWrap{
    max-width: 1135px;
    margin: 0 auto;
}

.finPremiumWrap a:hover{
    filter: opacity(0.7);
}

/* FinHead 
---------------------------------------------------*/
.finHead{
    width: 100%;
}

/* FinHeadThanks 
---------------------------------------------------*/
.finHeadThanks{
    border-bottom: 1px solid #EDF0F2;
    vertical-align: bottom;
}

.finHeadThanksInner{
    max-width: 1140px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    position: relative; 
}

.finHeadThanksLeft a{
    display: block;
    background-color: #EDF0F2;
    border-radius: 4px;
    padding: 8px 10px;
}

.finHeadThanksCenter{
    font-weight: bold;
    margin: auto;
}

/* FinHeadCheer
---------------------------------------------------*/
.FinHeadCheer{
    padding: 32px 16px;
    position: relative;
    overflow: hidden;
    color: #333;
}

.FinHeadCheerInner{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #d6d9db;
    border-radius: 6px;
    padding:24px;
    justify-content: center;
    background-color: rgba(255,255,255,0.65);
    box-sizing: border-box;
    position: relative;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .FinHeadCheerInner{justify-content: left;}
}

.FinHeadCheerBg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    margin: -30px;
    z-index: -1;
}

.FinHeadCheerBg:after{
    position:absolute;
    background-color: rgba(0,0,0,0.12);
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
}

.FinHeadCheer img{
    width: 100px;
}

.FinHeadCheerSns{
    position: absolute;
    top: 8px;
    right: -5px;
    display: flex;
}

.FinHeadCheerSns .snsBtn{
    display: flex;
}

.FinHeadCheerSns .snsBtn li{
    margin-right: 12px;
}

.FinHeadCheerRight{
    margin-left: 12px;
}

.FinHeadCheerRight h2{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px;
    max-width: 420px;
}

.FinHeadCheerAction{
    display: flex;
}

.FinHeadCheerAction li{
    width: 120px;
    margin-right: 8px;
}


/* -- いいねボタン -- */
.FinHeadCheerLike .like-btn {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: #FFF2F5;
    border: 1px solid #F382A2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F382A2;
    font-size: 13px;
    line-height: 1;
    transition: all 0.3s ease-in;
}

.FinHeadCheerLike .like-btn:hover{
    cursor: pointer;
}

.FinHeadCheerLike .likeIcon{
    width: 24px;
    height: 26px;
    background: url(/img_renewal/hanpen_like-btn.png) no-repeat center;
    background-size: 26px;
    margin-right: 8px;
}

.FinHeadCheerLike .like-count{
    font-weight: bold;
    color:#666;
    margin-left: 8px;
}

.FinHeadCheerLike .like-btn.after{
    background-color: #F382A2;
    color: #fff;
}

.FinHeadCheerLike .like-btn.after .likeIcon{
    background-image: url(/img_renewal/hanpen_like-btn_after.png);
}

.FinHeadCheerLike .like-btn.after .like-count{
    color: #fff;
}

/* -- コメント -- */
.FinHeadCheerPdf a,
.FinHeadCheerComment a{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: #f4f5f6;
    border: 1px solid #92A6BA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #92A6BA;
    font-size: 13px;
    line-height: 1;
    transition: all 0.3s ease-in;
}

.FinHeadCheerPdf a{
    background-color: #FFF5F5;
    border-color: #EB5757;
    color: #EB5757;
}

.FinHeadCheerPdf .material-icons,
.FinHeadCheerComment .material-icons{
    line-height: 40px;
    font-size: 16px;
    margin-right: 6px;
}</pre></body></html>