.webzine {
    position: relative;
}

.webzine .textbox {
    margin-bottom: 100px;
}

.webzine .box {
    margin-bottom: 60px;
}

.webzine .box-title,
.webzine h3 {
    color: #000;
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.webzine .box-sub-title,
.webzine h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.webzine .box-sub-title02,
.webzine h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.webzine .textbox h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.webzine .epil {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: "maru";
    font-weight: normal;
    margin-bottom: 60px;
    color: #12b5b3;
}

.webzine p {
    font-size: 18px;
    line-height: 1.55;
    text-align: justify;
    margin-bottom: 60px;
}

.webzine p:last-child {
    margin-bottom: 0;
}

.webzine .list-flex {
    display: flex;
    gap: 7px;
}

.webzine .list-flex>span:nth-child(1) {
    flex-shrink: 0;
}

.webzine .table {
    margin-bottom: 60px;
    overflow-x: auto;
}

.webzine .table table {
    width: 100%;
    min-width: 800px;
    border-top: 2px solid #527198;
}

.webzine .table table tbody tr:last-child {
    border-bottom: 2px solid #527198;
}

.webzine .table table tr.bold td {
    font-weight: 700;
}

.webzine .table table th {
    background-color: #EBF1F6;
    border-right: 1px solid #CED1D7;
    font-weight: 700;
    padding: 7px;
    height: 40px;
    vertical-align: middle;
    word-break: keep-all;
    text-align: center;
    line-height: 1.3;
}

.webzine .table table th:last-child {
    border-right: 0;
}

.webzine .table table td {
    padding: 7px;
    height: 40px;
    line-height: 1.3;
    vertical-align: middle;
    word-break: keep-all;
    text-align: center;
    border-bottom: 1px solid #CED1D7;
    border-right: 1px solid #CED1D7;
}

.webzine .table table td:last-child {
    border-right: 0;
}

.webzine .btn-link {
    display: inline-block;
    padding: 20px 30px;
    background-color: #005B9E;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}

.webzine .btn-link:last-child {
    margin-bottom: 0;
}

.webzine p.img {
    margin: 0 auto 60px;
}

.webzine .shadow-box p.img {
    margin: 0 auto 20px;
}

.webzine p.img:last-child {
    margin-bottom: 0;
}

.webzine .flex p.img {
    margin-bottom: 0;
}

.webzine img {
    max-width: 100%;
    display: block;
}

.webzine p.img img {
    margin: 0 auto;
    max-width: 100%;
}

.webzine .flex {
    display: flex;
    margin-bottom: 60px;
    gap: 30px;
}

.webzine .flex:last-child {
    margin-bottom: 0;
}

.webzine .tag-line-title {
    position: relative;
    margin-bottom: 40px;
}

.webzine .tag-line-title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.webzine .tag-line-title h4 {
    padding: 12px 34px;
    border: 1px solid #000;
    border-radius: 100px;
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.webzine .interview .con {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px;
    margin-bottom: 34px;
}

.webzine .interview .con:last-child {
    margin-bottom: 0;
}

.webzine .interview .con .img {
    flex-shrink: 0;
}

.webzine .interview .con .tag {
    display: inline-block;
    padding: 18px 24px;
    background-color: #34b9c6;
    color: #fff;
    margin-bottom: 24px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.webzine .textbox .qna {
    padding: 20px 18px;
    width: 100%;
    display: inline-flex;
    background-color: #2e5198;
    color: #fff;
    gap: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.webzine .textbox .qna .q {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 800;
    font-family: "suite";
    width: 40px;
    height: 40px;
    color: #2e5198;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webzine .textbox .qna p {
    padding-top: 2px;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.webzine .textbox .video {
    padding-bottom: 56.25%;
    position: relative;
}

.webzine .textbox .video video,
.webzine .textbox .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.webzine .textbox .marker {
    background: linear-gradient(to top, #ceebfb 40%, transparent 30%);
}

.webzine .textbox .shadow-box {
    padding: 24px;
    box-shadow: 5px 5px 1px #f0f0f0;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

.webzine .textbox .shadow-box:last-child {
    margin-bottom: 0;
}

.webzine .textbox .line {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 20px 0;
}

.webzine .textbox .tag-flex {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.webzine .textbox .tag-flex .img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #67d0fd;
}

.webzine .textbox .flex .box01 {
    margin-bottom: 0;
}

.webzine .textbox .flex .box02 {
    margin-bottom: 0;
}

.webzine .textbox .flex .box03 {
    margin-bottom: 0;
}

.webzine .textbox .flex .shadow-box {
    margin-bottom: 0;
}

.webzine .textbox .box01 {
    border: 1px solid #ebebeb;
    padding: 50px;
    margin-bottom: 60px;
}

.webzine .textbox .box01.color {
    background-color: #eaf7f5;
    border: none;
}

.webzine .textbox .box01.small {
    padding: 20px;
}

.webzine .textbox .box01:last-child {
    margin-bottom: 0;
}

.webzine .textbox .box02 {
    padding: 30px;
}

.webzine .textbox .box03 {
    background-color: #e9f5f5;
    padding: 28px 36px 24px;
    border-radius: 30px;
}

.webzine .textbox .tag-flex .tags {
    display: flex;
}

.webzine .textbox .tag-flex .tags span {
    border-radius: 100px;
    padding: 10px 15px;
    color: #fff;
    margin-left: -10px;
}

.webzine .textbox .tag-flex .tags span:nth-child(1) {
    margin-left: 0;
}

.webzine .textbox .flex03 {
    display: flex;
    margin-bottom: 40px;
    gap: 24px;
}

.webzine .textbox .flex03:last-child {
    margin-bottom: 0;
}

.webzine .textbox .flex03 .con {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    position: relative;
}

.webzine .textbox .flex03 .con p {
    word-break: break-all;
}

.webzine .textbox .flex03 .con:last-child::after {
    content: none;
}

.webzine .textbox .flex03 .con::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
    background-color: #dbdbdb;
}

.webzine .caption {
    font-size: 15px !important;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.webzine .textbox .txt_center_box {
    text-align: center;
}

.webzine .textbox small {
    font-size: 0.8em;
}

.mb20 {
    margin-bottom: 20px !important;
}

.webzine .flex>* {
    min-width: 0;
}

.webzine .mo {
    display: none !important;
}

.webzine .indent-num,
.webzine .indent-dash,
.webzine .indent-sq,
.webzine .indent-dot {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 0.15em;
}

.webzine .indent-dash::before {
    content: "-";
}

.webzine .indent-sq::before {
    content: "■";
}

.webzine .indent-dot::before {
    content: "•";
}

.webzine .indent-num::before {
    content: attr(data-num);
    white-space: nowrap;
}

@media (max-width: 768px) {
    .webzine .box-title {
        font-size: 20px;
    }

    .webzine .box-sub-title,
    .webzine h4 {
        font-size: 18px;
    }

    .webzine .box {
        margin-bottom: 40px;
    }

    .webzine .textbox {
        margin-bottom: 60px;
    }

    .webzine .mo {
        display: block !important;
    }

    .webzine .pc {
        display: none !important;
    }

    .webzine .textbox .box01.small {
        padding: 30px 12px;
    }

    .webzine .textbox .box01 {
        padding: 20px;
        margin-bottom: 40px;
    }

    .webzine .textbox .box02 {
        padding: 20px;
    }

    .webzine .textbox .box03 {
        padding: 20px 26px;
    }

    .webzine .textbox .tag-flex .img {
        width: 32px;
        height: 32px;
    }

    .webzine .textbox .tag-flex .img img {
        width: 18px;
    }

    .webzine .textbox .tag-flex .tags span {
        font-size: 15px;
    }

    .webzine .textbox .qna {
        flex-direction: column;
    }

    .webzine .textbox .qna .q {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }

    .webzine .textbox .qna p {
        font-size: 18px;
    }

    .webzine .tag-line-title {
        margin-bottom: 25px;
    }

    .webzine .interview .con {
        padding: 20px;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .webzine .table {
        margin-bottom: 40px;
    }

    .webzine p {
        font-size: 16px;
        word-break: break-all;
        margin-bottom: 40px;
    }

    .webzine .flex {
        gap: 24px;
        flex-direction: column;
    }

    .webzine .textbox .flex03 {
        flex-direction: column;
        gap: 0;
    }

    .webzine .textbox .flex03 .con {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dbdbdb;
    }

    .webzine .textbox .flex03 .con:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .webzine .textbox .flex03 .con::after {
        content: none;
    }

    .webzine .caption {
        font-size: 14px !important;
    }

    .webzine .list-flex {
        flex-wrap: wrap;
    }

    .webzine .list-flex.noWrap {
        flex-wrap: nowrap;
    }
}