.pb100{
    padding-bottom: 100px !important;
}
.wrapper {
    background: #F1F1F1
}
.container {
    width: 670px;
    background: #fff;
    margin: 20px auto;
    color: #333;
}
p,li {
    font-size: 16px;
    list-style: none;
}
p {
    line-height: 1.8;
    margin-bottom: 20px;
}
article {
    margin: 35px;
    margin-bottom: 100px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.container article:last-child,
.container session:last-child,
.container session:last-child > div {
   margin-bottom: 0;
}
.article-title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
}
.sectionTitle {
    font-size: 20px;
    margin: 40px 0;
    font-weight: bold;
    color: #000000;
}
span.marker {
    position: relative;
    background: linear-gradient(transparent 50%, #FFF700 40%);
}
span.marker::after {
    display: none;
}
.top-image {
    margin-bottom: 76px;
}
.top-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}
.image-container {
    margin: 20px 0 40px;
}
.image-container img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}
.caption {
    font-size: 12px;
    color: #333333;
}
.image-table {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow-x: auto;
    display: block;
}
.list-caption p {
    margin: 0;
}
.list-caption ul {
    margin: 0;
}
.qualification-box {
    text-align: center;
}
.qualification-box .wrap-quotation {
    position: relative;
    padding: 1px 36px 2px;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    margin: 0 0 40px;
    color: #333;
    text-align: center;
}

.qualification-box .wrap-quotation::before,
.qualification-box .wrap-quotation::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
}

.qualification-box .wrap-quotation::before {
    border-left: solid 4px;
    border-top: solid 4px;
    border-color: #01AFEC;
    top: 0;
    left: 0;
}

.qualification-box .wrap-quotation::after {
    border-right: solid 4px;
    border-bottom: solid 4px;
    border-color: #01AFEC;
    bottom: 0;
    right: 0;
}

.qualification-box .emphasis {
    color: #01AFEC;
    font-weight: bold;
}
.box-scl {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    padding: 11px 22px;
    margin-top: 10px;
    border: 1px solid #707070;
    color: #333;
}

