@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmntitle {
    background: url(../img/information/imgTitle.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmntitle {
        background: url(../img/information/imgTitleSp.jpg) center top / cover no-repeat;
    }
}

/* tabInfo */
.tabInfo{
    margin-top: 80px;
}
.tabInfo .listTab{
    display: flex;
    flex-wrap: wrap;
}
.tabInfo .itemTab{
    width: 11.268%;
}
.tabInfo .itemTab:not(:last-child){
    margin-right: 1.4%;
}
.tabInfo .aTab{
    font-size: var(--pcFontSize15);
    font-weight: bold;
    width: 100%;
    height: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #002d59;
    border-radius: 30px;
    padding: 21px 5px;
    text-align: center;
}
.tabInfo .aTab.active{
    background-color: #002d59;
    color: #fff;
    pointer-events: none;
    cursor: auto;
    opacity: 1!important;
}
@media only screen and (max-width:767px){
    .tabInfo{
        margin-top: 21px;
    }
    .tabInfo .itemTab{
        width: 23.48%;
        margin: 7px 0 0 0!important;
    }
    .tabInfo .itemTab:not(:nth-child(4n)){
        margin-right: 2%!important;
    }
    .tabInfo .aTab{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_13);
        min-height: 40px;
        border-radius: 22px;
        padding: 7px 3px;
    }
}

/* boxInfo */
.boxInfo{
    margin-top: 50px;
}
.boxInfo .listInfo {
    margin: 0 auto 0 0;
    border-top: 1px solid #f2f2f2;
}
.boxInfo .listInfo .infoItem {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.boxInfo .listInfo .imgPopup {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 9;
}
.boxInfo .listInfo .imgPopup {
    position: relative;
    width: 130px;
}
.boxInfo .listInfo .imgPopup .img {
    width: 100%;
    height: 0;
    padding-top: 76.93%;
}
.boxInfo .listInfo .aInfo {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
}
.boxInfo .listInfo .boxInfoCover {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}
.boxInfo .tag_active .boxInfoCover{
    align-items: flex-start;
}
.boxInfo .listInfo .iconLink::before{
    top: 0;
    transition: 0.2s;
}
.boxInfo .listInfo .iconLink::after{
    top: 0;
    right: 13px;
    width: 6px;
    height: 6px;
}
.boxInfo .listInfo div>.iconLink::before,
.boxInfo .listInfo div>.iconLink::after{
    display: none;
}
.boxInfo .listInfo a.imgPopup:hover + a.aInfo,
.boxInfo .listInfo a.aInfo:hover{
    background-color: #fafbfc;
}
.boxInfo .listInfo a.imgPopup:hover + a.aInfo .iconLink::before,
.boxInfo .listInfo a.aInfo:hover .iconLink::before{
    background-color: #fff;
}
.boxInfo .listInfo .listInfoBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boxInfo .listInfo .boxInfoTxtCover{
    width: calc(100% - 155px);
    width: calc(100% - 155px);
    display: flex;
    flex-direction: column-reverse;
}
.boxInfo .tag_active .boxInfoTxtCover{
    margin-top: 8px;
}
.boxInfo .listInfo .imgBox {
    position: relative;
    width: 130px;
}
.boxInfo .listInfo .img {
    width: 100%;
    height: 0;
    padding-top: 76.93%;
}
.boxInfo .listInfo .imgSold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxInfo .listInfo .imgSold::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
}
.boxInfo .listInfo .txtSold {
    font-size: var(--pcFontSize17);
    line-height: var(--pcLineHeight17_13);
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.boxInfo .listInfo .imgTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    font-size: var(--pcFontSize11);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.boxInfo .listInfo .imgTxt.tag01 {
    background-color: rgb(123, 103, 50,.85);
}
.boxInfo .listInfo .imgTxt.tag02 {
    background-color: rgb(25, 92, 38,.85);
}
.boxInfo .listInfo .imgTxt.tag03 {
    background-color: rgb(101, 173, 254,.85);
}
.boxInfo .listInfo .imgTxt.tag04 {
    background-color: rgb(217 ,100, 133,.85);
}
.boxInfo .listInfo .imgTxt.tag05 {
    background-color: rgb(165, 78, 131,.85);
}
.boxInfo .listInfo .imgTxt.tag06 {
    background-color: rgb(123, 123, 123,.85);
}
.boxInfo .listInfo .imgTxt.tag07 {
    background-color: rgb(212, 122, 42,.85);
}
.boxInfo .listInfo .dayTxt {
    font-size: var(--pcFontSize12);
    color:#8c8c8c;
    letter-spacing: var(--pcLetterSpacing12_1);
}
.boxInfo .listInfo .dayTxt span{
    padding-left: 10px;
}
.boxInfo .listInfo .dayTxt span:not(:empty)::before {
    content: '|';
    margin-right: 10px;
}
.boxInfo .listInfo .txtBox {
    display: flex;
    align-items: center;
    margin-top: 8px;
    width: 100%;
}
.boxInfo .listInfo .txt {
    font-weight: bold;
    display: block;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_16);
    letter-spacing: var(--pcLetterSpacing16_1);
}
.boxInfo .listInfo a.aInfo .txt {
    max-width: calc(100% - 23px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 23px;
}
.boxInfo .listInfo .iconBox {
    position: relative;
    top: -5px;
}
.boxInfo .listInfo .boxTag {
    position: absolute;
    bottom: 6px;
    left: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 45px;
    width: 83%;
}
.boxInfo .tag_active .boxTag {
    bottom: 18px;
}
.boxInfo .listInfo .txtTag {
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_15);
    letter-spacing: var(--pcLetterSpacing13_05);
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
@media only screen and (max-width:767px){
    .boxInfo{
        margin-top: 30px;
    }
    .boxInfo .listInfo {
        position: relative;
        max-width: none;
        margin: 0 auto;
        border-color: #e3e5e5;
    }
    .boxInfo .listInfo .infoItem{
        border-color: #e3e5e5;
    }
    .boxInfo .listInfo .imgPopup {
        top: 15px;
        bottom: auto;
        left: 0;
    }
    .boxInfo .listInfo .imgPopup {
        width: 26.67vw;
    }
    .boxInfo .listInfo .imgPopup .img {
        padding-top: 76%;
    }
    .boxInfo .listInfo .boxInfoCover:has(.boxTag) {
        padding-bottom: 38px;
    }
    .boxInfo .listInfo .aInfo {
        padding: 15px 0 10px;
        align-items: flex-start;
        flex-direction: column;
    }
    /* .boxInfo .listInfo a.aInfo {
        padding: 16px 40px 16px 0;
    } */
    .boxInfo .listInfo .iconLink::before{
        top: 20px;
        right: 4px;
        background-color: #fff;
    }
    .boxInfo .listInfo .iconLink:has(.boxTag)::before{
        top: -30px;

    }
    .boxInfo .listInfo .iconLink::after{
        top: 20px;
        right: 14px;
        width: 5px;
        height: 5px;
        border-width: 2px;
    }
    .boxInfo .listInfo .iconLink:has(.boxTag)::after{
        top: -30px;
    }
    .boxInfo .listInfo .iconLink:hover{
        background-color: inherit;
    }
    .boxInfo .listInfo .listInfoBox {
        width: auto;
    }
    .boxInfo .listInfo .boxInfoCover{
        align-items: normal;
        padding-right: 25px;
    }
    .boxInfo .listInfo .boxInfoTxtCover{
        width: calc(100% - 35%);
        height: auto;
        justify-content: center;
        padding-right: 15px;
    }
    .boxInfo .listInfo .imgBox {
        width: 26.67vw
    }
    .boxInfo .listInfo .img {
        padding-top: 76;
    }
    .boxInfo .listInfo .imgSold {
        height: calc(100% - 20px);
    }
    .boxInfo .listInfo .txtSold {
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_15);
        letter-spacing: var(--spLetterSpacing13_1);
    }
    .boxInfo .listInfo .img {
        padding-top: 76%;
    }
    .boxInfo .listInfo .imgTxt {
        position: static;
        font-size: var(--spFontSize10);
        background: rgb(212, 122, 42,1);
    }
    .boxInfo .listInfo .dayTxt {
        position: relative;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_0);
        padding-right: 24px;
    }
    .boxInfo .listInfo .dayTxt span{
        padding-left: 5px;
    }
    .boxInfo .listInfo .dayTxt span:not(:empty)::before {
        margin-right: 5px;
    }
    .boxInfo .infoItem:has(.iconBox) .dayTxt::after {
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
        width: 12px;
        height: 14px;
    }
    .boxInfo.lazyloaded .infoItem:has(.iconBox) .dayTxt::after {
        background: url(../img/index/iconPdf_sp.png) center top / cover no-repeat;
    }
    .boxInfo .listInfo .txtBox {
        margin: 6px 0 0 0;
        text-align: left;
        width: 100%;
    }
    .boxInfo .listInfo .txt {
        position: relative;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_15);
        letter-spacing: var(--spLetterSpacing13_0);
    }
    .boxInfo .listInfo .iconBox {
        position: static;
        margin-left: 2px;
        display: inline-block;
        line-height: 1;
    }
    .boxInfo .listInfo a.aInfo .txt{
        max-width: 100%;
        white-space: normal;
        text-overflow: inherit;
        padding-right: 0;
    }
    .boxInfo .listInfo a.aInfo .txt.txtHide{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: calc(var(--spFontSize13) * var(--spLineHeight13_15) * 3)px;
    }
    .boxInfo .listInfo a.aInfo .txt.iconShow{
        padding-right: 15px;
    }
    .boxInfo .listInfo .aInfo .iconBox{
        display: none!important;
    }
    .boxInfo .listInfo .boxTagCover {
        background-color: #f2f4f5;
        padding: 7px 7px 6px;
        margin-bottom: 10px;
        overflow: hidden;
        width: 100%;
    }
    .boxInfo .listInfo .boxTag {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 0;
        padding: 0;
        width: 100%;
        max-height: 27px;
    }
    .boxInfo .listInfo .boxTag a{
        margin-right: 5px;
        display: inline;
    }
    .boxInfo .listInfo .txtTag {
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_14);
        letter-spacing: var(--spLetterSpacing10_0);
        display: inline;
    }
    .boxInfo .listInfo .tag_active {
        max-height: 27px;
    }
}

/* boxInfoTit */
.boxInfoTit{
    position: relative;
    margin-top: 80px;
    border-top: 1px solid #ebeced;
    border-bottom: 1px solid #ebeced;
    padding: 40px 0 33px;
}
.boxInfoTit::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: -1px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #001b3f;
}
.boxInfoTit .boxItem{
    display: flex;
    font-size: var(--pcFontSize16);
}
.boxInfoTit .boxItem .dayTxt{
    letter-spacing: .5px;
    margin-right: 18px;
    color:#8c8c8c;
}
.boxInfoTit .boxItem .dayTxt span{
    padding-left: 10px;
}
.boxInfoTit .boxItem .dayTxt span::before {
    content: '|';
    margin-right: 10px;
}
.boxInfoTit .boxItem .tagTxt{
    position: relative;
    color: #d47a2a;
    padding-left: 8px;
}
.boxInfoTit .boxItem .tagTxt::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fac500;
    border-radius: 5px;
}
.boxInfoTit .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_15);
    letter-spacing: var(--pcLetterSpacing22_1);
    font-weight: bold;
    margin-top: 20px;
}
.boxInfoTit .boxTag {
    margin-top: 18px;
}
.boxInfoTit .txtTag {
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_16);
    letter-spacing: var(--pcLetterSpacing16_1);
}
@media only screen and (max-width:767px){
    .boxInfoTit{
        margin-top: 30px;
        padding: 25px 0 20px;
    }
    .boxInfoTit::before{
        width: 40px;
    }
    .boxInfoTit .boxItem{
        font-size: var(--spFontSize13);
    }
    .boxInfoTit .boxItem .dayTxt{
        letter-spacing: 0;
        margin-right: 13px;
    }
    .boxInfoTit .boxItem .dayTxt span{
        padding-left: 5px;
    }
    .boxInfoTit .boxItem .dayTxt span::before {
        margin-right: 5px;
    }
    .boxInfoTit .boxItem .tagTxt{
        padding-left: 10px;
    }
    .boxInfoTit .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_16);
        letter-spacing: var(--spLetterSpacing15_0);
        margin-top: 12px;
    }
    .boxInfoTit .boxTag {
        margin-top: 10px;
    }
    .boxInfoTit a {
        display: inline;
        margin-right: 5px;
    }
    .boxInfoTit .txtTag {
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_15);
        letter-spacing: var(--spLetterSpacing13_0);
        display: inline;
    }
}

/* boxEntry */
.boxEntry{
    margin-top: 50px;
}
/* boxMovie */
.boxMovie{
    margin-top: 70px;
    text-align: center;
}
.boxMovie iframe{
    max-width: 100%;
    width: 960px;
    height: 540px;
}
/* boxPdf */
/* .boxPdf {
    margin-top: 80px;
} */
.boxPdf .listPdf{
    display: flex;
    flex-direction: column;
    margin-left: 0;
}
.boxPdf .itemPdf{
    width: 100%;
    list-style: none;
    margin-left: 0;
}
.boxPdf .itemPdf + .itemPdf{
    margin-top: 5px;
}
.boxPdf .itemPdf .aLink{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f2f4f5;
    padding: 28px 30px;
    color: inherit;
    text-decoration: none;
}
.boxPdf .itemPdf .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_2);
    color: #ee0000;
    font-weight: bold;
    margin-left: 20px;
}
.boxPdf .itemPdf img{
    border-radius: 3px;
}
@media only screen and (max-width:767px){
    .boxEntry{
        margin-top: 25px;
    }
    .boxMovie{
        width: 100%;
        height: 0;
        padding-top: 56.12%;
        position: relative;
    }
    .boxMovie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    /* .boxPdf {
        margin-top: 50px;
    } */
    .boxPdf .itemPdf .aLink{
        padding: 20px 15px;
    }
    .boxPdf .itemPdf .icon{
        width: 20px;
    }
    .boxPdf .itemPdf .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight10_14);
        margin-left: 11px;
        width: calc(100% - 20px);
    }
}