@charset "utf-8";
/*-----pc laout-----*/
@media only screen and (min-width: 1024px) {

#article-text h4 {
    font-weight: bold;
}

.article-container ul {
    margin-bottom: 20px;
    padding-left: 15px;
}
.article-container ul li {
    line-height: 1.8;
    font-size: 16px;
}

section.archiveWrapper {
        width: 720px;
}
.archiveArea {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin-bottom: 40px;
}
.archiveArea iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
}

p.archiveLeadtxet {
    font-size: 16px;
    margin-bottom: 10px;
}
p.morelinks {
    text-align: left;
    margin-bottom: 20px;
}
.guestProfileArea {
    display: flex;
    margin-bottom: 20px;
}
figcaption.profText {
    min-width: 220px;
    font-size: 14px;
}
figure.guestImage {
    margin-bottom: 0;
    width: 220px;
    height: fit-content !important;
}
figure.guestImage img {
    width: 130px !important;
    margin-bottom: 10px;
}
.guestProfileArea p {
        font-size: 14px;
}
p.profDetail {
    padding-top: 10px;
}

a.reserveLink {
    margin: 0 auto 0;
    display: block;
    width: 380px;
    text-align: center;
    border: 2px solid #656565;
    padding: 10px;
    border-radius: 50px;
    text-decoration-line: none !important;
    position: relative;
    color: #333 !important;
    margin-bottom: 20px;
}
a.reserveLink:hover {
    color: #0068B7 !important;
    border-color: #0068B7 !important;
}
a.reserveLink:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 32px;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #666 #666 transparent transparent;
}
a.reserveLink:hover:after {
    border-color: #0068B7 #0068B7 transparent transparent;
    right:27px;
}


.dataArea {
    margin-bottom: 40px;
}
.dataArea h3 {
    font-size: 20px;
    margin-bottom: 16px;
}
.dataArea h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
canvas#mychart-bar {
    margin-bottom: 20px;
}
ul.commentList {
    list-style: none;
    font-size: 14px;
    line-height: 2;
}


/*-----前後ナビゲーション-----*/
.letterLinkText {
        display: flex;
        width: 690px;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding-top: 20px;
        padding-bottom: 20px;
    }
#article-text a.letterLink {
    display: flex;
    width: 340px;
    align-items: flex-start;
    position: relative;
    font-size: 14px !important;
    color: #222 !important;
    text-decoration-line: unset !important;
}
.letterLink:first-child {
    border-right: 1px solid #ddd;
    }
#article-text a.letterLink:hover {
    color: #1574bc !important;
}
.prev {
    padding-left: 50px;
    }
span.prev-text {
    position: absolute;
    display: block;
    left: 16px;
}
    #article-text .letterLink img {
        width: 100px;
        padding-right: 5px;
    }
a.letterLink.next {
    padding-right: 50px;
}
    .next-text {
        position: absolute;
        right: 20px;
}

}

/*-----smp layout-----*/
@media only screen and (max-width: 1024px) {
.pcOnly {
display: none !important;
}

.archiveArea {
        width: 100%;
        position: relative;
        padding-top: 56.25%;
        margin-bottom: 8vw;
}

.archiveArea iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
p.archiveLeadtxet {
    line-break: anywhere;
}
.guestProfileArea {
    display: flex;
    flex-wrap: wrap;
}
figure.guestImage {
    display: flex
;
}
.guestProfileArea img {
    width: 23vw !important;
    height: fit-content !important;
    margin-right: 2vw;
    margin-bottom: 2vw;
}
.guestProfileArea p.profSummary {
    width: 58vw;
}
.guestProfileArea p.profDetail {
        width: 100%;
        font-size: 3.5vw;
}


#article-text .dataArea h3 {
    margin-bottom: 2vw;
    margin-top: 0;
    line-height: 1.6;
    font-size: 4.5vw;
}
#article-text .dataArea h4 {
    font-size: 4vw;
    margin-bottom: 4vw;
    margin-top: 0;
    line-height: 1.6;
}

ul.commentList {
    padding: unset;
    line-height: 1.8;
}
ul.commentList li {
    margin-bottom: 2vw;
    font-size: 3.5vw;
}

.archiveWrapper a.reserveLink {
    display: block;
    text-align: center;
    width: 80vw;
    border: 1px solid;
    padding: 2vw;
    border-radius: 8vw;
    text-decoration-line: none !important;
}

}