@charset "utf-8";

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

.secVoice .voiceInner{
    margin-top: 70px;
}
.secVoice .voiceInner .innerList{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.secVoice .voiceInner .innerItem{
    /* width: 440px; */
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    position: relative;
    padding: 19px;
    border: 1px solid #001b3f;
    background: #fff;
    border-radius: 4px;
}
.secVoice .voiceInner .innerItem:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    z-index: -1;
    border-radius: 4px;
}
.secVoice .voiceInner .innerItem.lazyloaded:after{
    background: url(../img/voice/bgVoice.gif);
    border: 1px solid #001b3f;
}
.secVoice .voiceInner .innerItem a{
    height: 100%;
    display: block;
    position: relative;
}
.secVoice .voiceInner .innerItem a:after{
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}
.secVoice .voiceInner .innerItem.lazyloaded a:after{
    background: url(../img/voice/imgNextArrow.png)center top / cover no-repeat;
}
.secVoice .voiceInner .innerItem:nth-child(3n){
    margin-right: 0px;
}
.secVoice .voiceInner .innerItem:nth-child(n+4){
    margin-top:50px;
}
.secVoice .voiceInner .imgBox{
    padding-top: 69%;
}
.secVoice .voiceInner .voiceTxt{
    font-size: 17px;
    line-height: 30px;
    color: #001b3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /*表示マックスの行*/
    overflow: hidden;
    max-height: 90px;/*任意の値*/
}
.secVoice .voiceInner .txt{
    font-size: 12px;
    line-height: 24px;
    color: #001b3f;
    display: flex;
    align-items: center;
    margin-top: 15px;
    position: absolute;
    bottom: 10px;
}
.secVoice .voiceInner .txt .txtInner{
    display: flex;
}
.secVoice .voiceInner .txt .ownerName{
    width: 260px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 24px;
}
.secVoice .voiceInner .txt .name{
    margin-left: 6px;
}
.secVoice .voiceInner .txt .newIcon{
    font-size: 10px;
    color: #001b3f;
    width: 34px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fac500;
    margin-left: 15px;
}
.secVoice .textBox {
    padding: 24px 20px 50px;
}

@media only screen and (max-width:767px) {
    .secVoice{
        margin-top: 45px;
    }
    .secVoice .voiceInner {
        margin-top: 45px;
    }
    .secVoice .voiceInner .imgBox {
        width: 100%;
        padding-top: 68.65%;
    }
    .secVoice .voiceInner .innerItem {
        width: calc((100% - 5px) / 2);
        margin-right: 5px;
        position: relative;
        padding: 0;
        border: none;
        background: #f2f4f5;
        border-radius: 0;
    }
    .secVoice .voiceInner .innerItem:nth-child(2n) {
        margin-right: 0px;
    }
    .secVoice .voiceInner .innerItem:nth-child(3n) {
        margin-right: auto;
    }
    .secVoice .voiceInner .innerItem:nth-child(n+3) {
        margin-top: 5px;
    }
    .secVoice .voiceInner .voiceTxt {
        font-size: 12px;
        line-height: 20px;
        max-height: 60px;
    }
    .secVoice .textBox {
        padding: 10px 15px 65px;
    }
    .secVoice .voiceInner .txt {
        font-size: 10px;
        line-height: 20px;
        margin-top: 7px;
        position: absolute;
        bottom: 38px;
    }
    .secVoice .voiceInner .txt .ownerName{
        width: 100px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        max-height: 20px;
    }
    .secVoice .voiceInner .txt .name {
        margin-left: 3px;
    }
    .secVoice .voiceInner .innerItem.lazyloaded a:after {
        background: url(../img/voice/imgNextArrowSp.png) center top / cover no-repeat;
    }
    .secVoice .voiceInner .innerItem a:after {
        bottom: 15px;
        right: 15px;
        width: 23px;
        height: 23px;
    }
    .secVoice .voiceInner .txt .newIcon {
        font-size: 10px;
        width: 34px;
        height: 17px;
        margin-left: 8px;
    }
    .secVoice .voiceInner .innerItem:before {
        width: 16px;
        height: 12px;
        top: -5px;
        left: 11px;
    }
    .secVoice .voiceInner .innerItem.lazyloaded:after {
        display: none;
    }
}
@media only screen and (max-width:360px){
    .secVoice .voiceInner .txt .ownerName {
        width: 90px;
    }
}

/*-----------------------------------------------
    details
-----------------------------------------------*/

.secVoiceDetails .secTop{
    display: flex;
    justify-content: flex-start;
    position: relative;
    min-height: 500px;
    align-items: center;
    margin-top: 90px;
}
.secVoiceDetails .txtBox{
    width: 590px;
    height: auto;
    min-height: 360px;
    padding:50px 50px;
    margin-top: 0px;
    position: relative;
    border: 1px solid #001b3f;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.secVoiceDetails .txtBox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    z-index: -1;
    border-radius: 4px;
}
.secVoiceDetails .txtBox.lazyloaded:after {
    background: url(../img/voice/bgVoice.gif);
    border: 1px solid #001b3f;
}
.secVoiceDetails .imgBox{
    width: 750px;
    position: absolute;
    right: 0;
    z-index: -2;
}
.secVoiceDetails .txtBox .topTit{
    font-size: 23px;
    line-height: 40px;
    color: #001b3f;
}
.secVoiceDetails .txtBox .txt{
    font-size: 14px;
    line-height: 24px;
    color: #001b3f;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.secVoiceDetails .txtBox .txt .ownerName{
    max-width: 430px;
}
.secVoiceDetails .txtBox .name{
    margin-left: 10px;
}
.secVoiceDetails .txtBox .newIcon{
    font-size: 12px;
    width: 50px;
    height: 26px;
    background: #fac500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
@media only screen and (max-width:767px) {
    .secVoiceDetails .secTop {
        min-height: unset;
        min-height: auto;
        margin-top: 30px;
        flex-direction: column-reverse;
    }
    .secVoiceDetails .imgBox {
        width: 100%;
        position: relative;
        right: 0;
        z-index: -2;
        top: 0;
    }
    .secVoiceDetails .txtBox {
        width: 92%;
        padding: 23px 25px;
        min-height: auto;
        margin-top: 30px;
    }
    .secVoiceDetails .secTop:has(.imgBox) .txtBox {
        margin-top: -30px;
    }
    .secVoiceDetails .txtBox .topTit {
        font-size: 16px;
        line-height: 28px;
    }
    .secVoiceDetails .txtBox .txt {
        font-size: 13px;
        margin-top: 15px;
    }
    .secVoiceDetails .txtBox .newIcon {
        font-size: 10px;
        width: 39px;
        height: 20px;
        margin-left: 10px;
    }
    .secVoiceDetails .txtBox .txt .ownerName {
        max-width: 245px;
    }
}
@media only screen and (max-width:360px) {
    .secVoiceDetails .txtBox .txt .ownerName {
        max-width: 190px;
    }
}

.secPage{
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ebeced;
    position: relative;
}
.secPage:not(:has(.prevBox)){
    justify-content: flex-end;
}
.secPage:not(:has(.nextBox)){
    justify-content: flex-end;
}
.secPage .prevBox {
    width: 500px;
}
.secPage .btnBox a{
    width: 500px;
    display: flex;
    margin: 0 auto 0 0;
}
.secPage .nextBox a{
    width: 500px;
    display: flex;
    margin: 0 0 0 auto;
    flex-direction: row-reverse;
}
.secPage .nextBox .btnBox a{
    flex-direction: row-reverse;
}
.secPage .btnBox.nextBox{
    flex-direction: row-reverse;
}
.secPage .btnBox .nextImg{
    margin-left: 20px;
    width: 180px;
    height: 0;
    border-radius: 50%;
    overflow: hidden;
    padding-top: 180px;
}
.secPage .btnBox .prevImg{
    margin-right: 20px;
    width: 180px;
    height: 0;
    border-radius: 50%;
    overflow: hidden;
    padding-top: 180px;
}
.secPage .btnBox .txt{
    font-size: var(--pcFontSize11);
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
.secPage .btnBox .txt::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 3px;
    background: #fac606;
    border-radius: 50%;
}
.secPage .btnBox .txt .name{
    margin-left: 10px;
}
.secPage .btnBox .pageTit{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight18_13);
    letter-spacing: 0.5px;
    margin-top: 15px;
    max-width: 300px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*表示マックスの行*/
    overflow: hidden;
    max-height: calc(var(--pcFontSize15)* var(--pcLineHeight18_13)* 3);
}
.secPage .btnBox .tagList{
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secPage .btnBox .tag{
    font-size: var(--pcFontSize11);
    letter-spacing: 0.5px;
    margin-left: 4px;
    margin-top: 4px;
    color: #6fa2cc;
    display: inline;
}
.secPage .txtBox{
    position: relative;
    flex: 1;
    margin-top: 37px;
    width: 280px;
}
.secPage .btnBox .arrow{
    position: absolute;
    left: 15px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.5px;
    margin-top: 12px;
    bottom: 20px;
    border-bottom: 1px solid #001b3f;
}
.secPage .arrow .arrowsLink{
    position: relative;
}
.secPage .arrow .arrowsLink:before{
    content: '';
    position: absolute;
    top: 5px;
    left: -13px;
    width: 6px;
    height: 10px;
    background: url(../img/common/iconPagePrev.png)center top / cover no-repeat;
}
.secPage .btnBox .arrow.nextArrow{
    left: unset;
    right: 14px;
}
.secPage .arrow.nextArrow .arrowsLink:before{
    background: url(../img/common/iconPageNext.png)center top / cover no-repeat;
    left: unset;
    right: -10px;
}
.secPage .backIndex{
    width: 260px;
    margin: 0 80px;
    border-radius: 1px solid #002d56;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
}
.secPage .boxBackBtn{
    border-top: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100px;
    left: calc(50% - 130px);
}

    .details .listAboutLink.spNone{
    display: none;
}
.detailsWrapper .listAboutLink.spOnly{
    display: flex;
    margin-top: 120px;
}
.secPage .btnBox .boxTag {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width:767px) {
    .detailsWrapper .listAboutLink.spNone{
        display: none;
    }
    .detailsWrapper .listAboutLink.spOnly {
        margin-top: 50px;
    }
    .secPage {
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 131px;
        border-top: 1px solid #ebeced;
        position: relative;
        align-items: flex-start;
    }
    .secPage .btnBox {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-right: 8.99%;
    }
    .secPage .btnBox .prevImg {
        width: 127px;
        height: 0;
        padding-top: 127px;
        margin: 0 auto;
    }
    .secPage .btnBox .nextImg {
        width: 127px;
        height: 0;
        padding-top: 127px;
        margin: 0 auto;
    }
    .secPage .boxBackBtn {
        position: absolute;
        bottom: -30px;
        border-top: 1px solid #ebeced;
        width: 100%;
        padding-top: 50px;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
    }
    .secPage .btnBox.nextBox {
        flex-direction: column;
        border-left: 1px solid #ebeced;
        padding-right: 0;
        padding-left: 0;
    }
    .secPage .btnBox .pageTit {
        font-size: var(--spFontSize12);
        line-height: 18px;
        letter-spacing: 0.5px;
        margin-top: 7px;
        overflow: hidden;
        max-height: 34px;
        min-height: 54px;
        white-space: wrap;
        max-width: unset;
        -webkit-line-clamp: 3;
    }
    .secPage .btnBox .arrow {
        position: absolute;
        bottom: -29px;
        left: 10px;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight13_15);
        letter-spacing: 0.5px;
        margin-top: 11px;
    }
    .secPage .txtBox {
        margin-top: 20px;
        padding: 0 ;
        flex: 0;
        width: 100%;
    }
    .secPage .btnBox .txt {
        font-size: var(--spFontSize10);
        position: relative;
        padding-left: 0px;
        min-height: 10px;
    }
    /* .secPage .btnBox .txt::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        background: #fac606;
        border-radius: 50%;
        left: 0;
        top: 3px;
    } */
    .secPage .btnBox .txt::after {
        display: none;
    }
    .secPage .btnBox .tagList {
        flex-wrap: nowrap;
        margin-top: 4px;
    }
    .secPage .btnBox .tag {
        font-size: 10px;
        letter-spacing: 0px;
    }
    .secPage .arrow .arrowsLink:before {
        width: 4px;
        height: 6px;
        background-size: cover;
        left: -10px;
    }
    .secPage .btnBox .arrow.nextArrow {
        right: 10px;
    }
    .secPage .nextBox .btnBox {
        flex-direction: column;
        padding-right: 0;
        padding-left: 8.99%;
    }
    .secPage .btnBox {
        position: relative;
        padding-bottom: 30px;
    }
    .secPage:has(.prev) .btnBox.next::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #ebeced;
        top: 0;
        left: 0;
    }
    .secPage .btnBox.next::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #ebeced;
        top: 0;
        left: 0;
    }
    .secPage .btnBox.prev::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #ebeced;
        top: 0;
        right: 0;
    }
    .secPage:has(.next) .btnBox.prev::after {
        display:none;
    }
    .secPage .prevBox {
        width: 50%;
        margin: 0 auto 0 0;
        padding: 0;
        display: block;
    }
    .secPage .nextBox {
        width: 50%;
        margin: 0 0 0 auto;
        padding: 0;
        display: block;
    }
    .secPage .btnBox a {
        width: 100%;
        display: block;
        margin: 0 auto 0 0;
        padding-right: 15px;
    }
    .secPage .nextBox a {
        width: 100%;
        display: block;
        margin: 0 0 0 auto;
        padding-right: 0;
        padding-left: 15px;
    }
}
/*-----------------------------------------------
    エディタ機能
-----------------------------------------------*/
.secVoiceDetails .secEntry{
    color: #001b3f;
    margin-top: 90px;
    margin-bottom: 120px;
}
.secVoiceDetails .secEntry div:nth-child(n+2){
    margin-top: 70px;
}
.secVoiceDetails .secEntry div + * {
    margin-top: 45px;
}
.secVoiceDetails .secEntry h3 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
}
.secVoiceDetails .secEntry h3 + * {
    margin-top: 14px;
}
.secVoiceDetails .secEntry p{
    line-height: 32px;
}
.secVoiceDetails .secEntry p + * {
    margin-top: 14px;
}
.secVoiceDetails .secEntry iframe{
    margin: 0px auto;
    display: block;
}
@media only screen and (max-width:767px) {
    .secVoiceDetails .secEntry {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .secVoiceDetails .secEntry div + * {
        margin-top: 15px;
    }
    .secVoiceDetails .secEntry h3 {
        font-size: 15px;
    }
    .secVoiceDetails .secEntry h3 + * {
        margin-top: 5px;
        line-height: 1.667;
    }
    .secVoiceDetails .secEntry div:nth-child(n+2) {
        margin-top: 50px;
    }
    .secVoiceDetails .secMovie{ 
        width: 100%;
        height: 0;
        padding-top: 56.235%;
        position: relative;
    }
    .secVoiceDetails .secMovie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .detailsWrapper .listAboutLink.spOnly {
        margin-top: 34px;
    }
}

/* secBnr */
/* cmnPageBtn */
.secBnr.cmnPageBtn{
    margin-top: 72px;
}
.secBnr.cmnPageBtn a{
    margin: 32px auto 0;
    width: 500px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #002d56;
    border-radius: 52px;
    font-size: var(--pcFontSize22);
    font-weight: bold;
    transition: 0.2s;
}
.secBnr.cmnPageBtn .aTxt{
    position: relative;
    display: inline-block;
    padding-left: 43px;
}
.secBnr.cmnPageBtn .aTxt::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 22px;
}
.secBnr.cmnPageBtn.lazyloaded .aTxt::before{
    background: url(../img/common/iconCatalog.png) center top / cover no-repeat;
}
.secBnr.cmnPageBtn.lazyloaded a:hover .aTxt::before{
    background: url(../img/common/iconCatalog_hover.png) center top / cover no-repeat;
}
/* hover */
.secBnr.cmnPageBtn a:hover{
    background-color: #002d56;
    color: #fff;
}
.secBnr.whiteBtn a:hover{
    background-color: #fff;
    color: inherit;
}
.secBnr .txtBnr{
    font-size: 20px;
    line-height: 1.7;
    color: rgb(0, 27, 63);
    font-weight: bold;
    text-align: center;
    position: relative;
}
.secBnr .txtBnr::before,
.secBnr .txtBnr::after {
    content: "";
    position: absolute;
    top: 60%;
    width: 35px;
    height: 1px;
    background-color: #1C2B49;
}
.secBnr .txtBnr::before {
    left: calc(50% - 225px);
    transform: rotate(66deg);
}

.secBnr .txtBnr::after {
    right: calc(50% - 225px);
    transform: rotate(-66deg);
}
.secBnr .txtBnr .mark{
    background: linear-gradient(transparent 10%, #fac500 0%, #fac500 90%, transparent 90%);
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    /* cmnPageBtn */
    .secBnr.cmnPageBtn{
        margin-top: 35px;
    }
    .secBnr .txtBnr::before, .secBnr .txtBnr::after {
        content: "";
        position: absolute;
        top: 68%;
        width: 23px;
        height: 1px;
        background-color: #1C2B49;
    }
    .secBnr .txtBnr::before {
        left: calc(50% - 135px);
        transform: rotate(66deg);
    }
    .secBnr .txtBnr::after {
        right: calc(50% - 135px);
        transform: rotate(-66deg);
    }
    .secBnr .txtBnr {
        font-size: 14px;
        line-height: 1.571;
    }
    .secBnr.cmnPageBtn a{
        margin: 15px auto 0;
        width: 76%;
        height: 65px;
        border-radius: 32px;
        font-size: var(--spFontSize14);
    }
    .secBnr.cmnPageBtn .aTxt{
        padding-left: 29px;
    }
    .secBnr.cmnPageBtn .aTxt::before{
        width: 20px;
        height: 15px;
    }
    .secBnr .txtBnr .mark{
        letter-spacing: 0px;
    }
}