@charset "UTF-8";
/* ====================================================================================================
■ textDetailSlide common
==================================================================================================== */
.textDetail .eventInfoArea .eventInfoTtl .line {
    display: block;
}
/*  ===== PC ===== */
@media screen and (min-width: 766px) , print {
    .textDetail {
        position: relative;
        width: 100%;
        padding: 96px 32px 0 32px;
        box-sizing: border-box;
    }
    /* textTtlArea */
    .textTtlArea {
        position: absolute;
        top: 96px;
        display: table;
        line-height: 1;
        z-index: 10;
    }
    .textTtlArea a.btnBack {
        display: table-cell;
        width: 32px;
        height: 32px;
        text-indent: -99999px;
        vertical-align: middle;
        background: url(../../assets/img/arrow_left.svg) no-repeat center left;
        background-size: 12px auto;
        transition: all 0.3s ease-in-out;
    }
    .textTtlArea a.btnBack:hover {
        background: url(../../assets/img/arrow_green_left.svg) no-repeat center left;
        background-size: 12px auto;
    }
    .textTtlArea .textTtl {
        display: table-cell;
        font-weight: 700;
        line-height: 32px;
        padding-left: 32px;
    }
    .textTtlArea .textTtl .number {
        font-size: 20px;
        color: #ec1234;
        margin-right: 8px;
        vertical-align: middle;
    }
    .textTtlArea .textTtl .pageTtl {
        vertical-align: middle;
        font-size: 24px;
    }
    .textAuthor {
        position: absolute;
        top: 96px;
        right: 96px;
    }
    /* textCont */
    .textContWrap {
        width: 100%;
        padding: 0 64px;
        box-sizing: border-box;
    }
    .textCont {
        display: table;
        width: 100%;
        margin-top: 64px;
        border-left: #00BA47 1px solid;
    }
    .textCont .textContTtl {
        font-size: 18px;
        font-weight: 700;
        color: #00BA47;
        margin-bottom: 32px;
    }
    .textCont .txtArea {
        display: table-cell;
        width: 50%;
        padding-left: 32px;
        box-sizing: border-box;
        vertical-align: top;
    }
    .textCont .txtArea p {
        margin-bottom: 32px;
    }
    .textCont .txtArea p:last-child {
        margin-bottom: 0;
    }
    .textCont .phArea {
        display: table-cell;
        padding-left: 48px;
        box-sizing: border-box;
        vertical-align: top;
    }
    .textCont .phArea li {
        margin-top: 8px;
    }
    .textCont .phArea li:first-child {
        margin-top: 0;
    }
    .textCont .phArea .phCap {
        display: block;
        width: 100%;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        text-align: right;
        margin-top: 8px;
    }
    /* eventInfoArea */
    .textDetail .eventInfoArea {
        position: absolute;
        top: 96px;
        right: 32px;
        display: table;
        width: 396px;
        font-size: 12px;
        padding: 0 24px 24px;
        background: #fff;
        z-index: 10;
    }
    .textDetail .eventInfoArea .eventInfoTtl {
        display: table-cell;
        width: 144px;
    }
    .textDetail .eventInfoArea .eventInfoList {
        display: table-cell;
    }
    .textDetail .eventInfoArea .eventInfoListPiece .item {
        display: table-cell;
        width: 48px;
        font-size: 11px;
    }
    .textDetail .eventInfoArea .eventInfoListPiece .item::after {
        content: '：';
    }
    .textDetail .eventInfoArea .eventInfoListPiece .txt {
        display: table-cell;
    }
}
/*  ===== SP ===== */
@media screen and (max-width: 765px) { 
    /* textTtlArea */
    .textTtlArea {
        margin-top: 16vw;
        width: 100%;
        padding: 0 8vw;
        box-sizing: border-box;
        z-index: 10;
    }
    .textTtlArea a.btnBack {
        display: none;
    }
    .textTtlArea a.btnBack:hover {
        background: url(../../assets/img/arrow_green_left.svg) no-repeat center left;
        background-size: 12px auto;
    }
    .textTtlArea .textTtl {
        font-size: 5vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.5;
        vertical-align: middle;
    }
    .textTtlArea .textTtl .number {
        display: block;
        font-size: 4vw; /*15px*/
        color: #ec1234;
        margin-right: 5px;
        letter-spacing: 0;
    }
    .textAuthor {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    /* textCont */
    .textContWrap {
        margin-top: 30px;
    }
    .textCont .textContTtl {
        font-size: 4.2666vw;
        font-weight: 700;
        color: #00BA47;
        margin-bottom: 20px;
    }
    .textCont .txtArea {
        width: 100%;
        padding: 0 8vw;
        box-sizing: border-box;
    }
    .textCont .txtArea p {
        margin-bottom: 20px;
    }
    .textCont .txtArea p:last-child {
        margin-bottom: 0;
    }
    .textCont .phArea {
        width: 100%;
        margin: 30px 0;
    }
    .textCont .phArea li {
        margin-top: 5px;
    }
    .textCont .phArea li:first-child {
        margin-top: 0;
    }
    .textCont .phArea .phCap {
        display: block;
        width: 100%;
        font-size: 10px;
        font-weight: 400;
        line-height: 1;
        text-align: right;
        margin-top: 5px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    /* eventInfoArea */
    .textDetail .eventInfoArea {
        width: 100%;
        font-size: 3.2vw;
        padding: 30px 8vw;
        margin-top: 60px;
        box-sizing: border-box;
        border-top: #ccc 1px solid;
    }
    .textDetail .eventInfoInner {
        position: relative;
        display: table;
        width: 100%;
    }
    .textDetail .eventInfoArea .eventInfoList {
        display: table-cell;
    }
    .textDetail .eventInfoArea .eventInfoListPiece .item {
        display: table-cell;
        width: 4em;
        font-size: 10px;
    }
    .textDetail .eventInfoArea .eventInfoListPiece .item::after {
        content: '：';
    }
    .textDetail .eventInfoArea .eventInfoListPiece .txt {
        display: table-cell;
    }    
    .textDetail .eventInfoArea .eventInfoTtl {
        display: table-cell;
        width: 25.6vw;
        letter-spacing: -0.05em;
    }
}


/* ====================================================================================================
■ eventDetai03
==================================================================================================== */
/*  ===== SP ===== */
@media screen and (max-width: 765px) { 
    #eventDetail03 {
        margin-bottom: -90px;
    }
}