@charset "shift_jis";
/* Updated 2021/12/15,T */
/* Updated 2021/04/15,T */
.detail-list01 > .title.-large01 .icon-new,
.detail-list02 > .title.-large01 .icon-new,
.detail-list03 > .title.-large01 .icon-new {
    margin-left: 10px;
    padding: 0px 12px 2px;
    background: #c4d700;
    border-radius: 8px;
    color: #004831;
    font-size: 16px;
}
.fundBtn {
    margin-top: 12px;
}
.fundBtn .item:not(:first-child) {
    margin-top: 10px;
}
.fundBtn .item .glyphNewWindow {
    display: block;
    padding: 8px 15px 10px;
    background: #f6f9e6;
    border-radius: 8px;
    box-shadow: #d1d8ae 0px -2px inset;
}
.fundBtn .item .glyphNewWindow:hover {
    opacity: 0.7;
}
.fundBtn .item .glyphNewWindow > span {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
}
.fundBtn .item .glyphNewWindow > span:before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    left: 0;
    background: url(/kojin/common_w/images/ico_blank01.png) 0 0 no-repeat;
    background-size: 17px 17px;
}
@media screen and (max-width: 767px) {
    .thg-cardTile01>.inner>.body:not(:first-child) {
        display: block;
        margin-left: 0;
    }
    .thg-cardTile01>.inner>.body>.text {
        width: auto;
    }
    .thg-cardTile01 > .inner > .body > .text:not(:first-child) {
        margin: 20px 0 0 0;
    }
    .thg-cardTile01>.inner>.body>.img {
        width: auto;
        text-align: center;
    }
}