.author {
    border-radius: 20px;
    background-color: #FFF;
    margin-top:50px;
}
.author-inner{
    padding: 50px;
}

.author__data {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.author__img {
    width: 200px;
}

.author__name {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.author__role {
    font-size: 1.5rem;
    color: #666;
}

.author__info {
    margin-top: 20px;
}
.author__info >p {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.author__info-ttl {
    font-size: 2rem;
    font-weight: bold;
}

.author__info-ttl:before {
    content: "◆";
}

.article {
    margin: 50px 0;
}

@media (min-width: 641px) {
    .category-page-title {
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
    }
}

@media screen and (max-width: 640px) {
    .category-page-title {
        font-size: 3.8rem;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
    }
}

@media (min-width: 641px) {
    .column-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 904px;
        margin: auto;
        justify-content: start;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    body.ver19 .btnHoverZoomPic {
        overflow: hidden;
    }
    .category-box {
        display: block;
        position: relative;
        background-color: #fff;
        border: 2px solid #ccc;
        height: 475px;
    }
    .w-3col {
        width: 32%;
        margin-right: 16px;
    }
    .w-3col:nth-child(3n) {
        margin-right: 0;
    }
    .mt-16 {
        margin-top: 16px;
    }
    .category-pic-holder {
        overflow: hidden;
        height: 190px;
        display: grid;
        place-content: center;
        gap: 1ch;
    }
    body.ver19 .btnHoverZoomPic .pic {
        -webkit-backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.8scubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.8scubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.8scubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.8scubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8scubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .category-info-holder {
        text-align: left;
        padding: 10px;
        padding-bottom: 30px;
    }
    .category-column-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 1.375;
        position: relative;
        padding-bottom: 16px;
    }
    .category-column-title:after {
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background-color: #9d162e;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .category-column-update {
        color: #000000;
        padding-bottom: 6px;
        font-size: 1.4rem;
    }
    .category-column-text {
        font-size: 14px;
        line-height: 1.33333;
    }
    .article .btn-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 72px;
        height: 14px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        font-size: 16px;
        letter-spacing: -0.02em;
        -webkit-transition: color 0.4scubic-bezier(0.165, 0.84, 0.44, 1);
        transition: color 0.4scubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .article .btn-check .text {
        width: 60px;
        display: block;
        font-weight: bold;
    }
    .article .btn-check .icon-arrow {
        width: 6px;
        height: 10px;
        right: 0;
        margin: 0;
        -webkit-transition: fill 0.4scubic-bezier(0.165, 0.84, 0.44, 1);
        transition: fill 0.4scubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .article__ttl {
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
        border-bottom: solid 1px #ccc;
    }
}

@media screen and (max-width: 640px) {
    .category-box {
        display: block;
        position: relative;
        background-color: #fff;
        border: 2px solid #ccc;
        margin-top: 9.375vw;
    }
    .category-pic-holder {
        overflow: hidden;
    }
    .category-info-holder {
        text-align: left;
        padding: 4.6875vw;
        padding-bottom: 12.5vw;
    }
    .category-column-title {
        font-weight: bold;
        font-size: 5vw;
        margin-bottom: 4.6875vw;
        line-height: 1.375;
        position: relative;
        padding-bottom: 3.90625vw;
    }
    .category-column-title:after {
        content: "";
        display: block;
        width: 6.25vw;
        height: .3125vw;
        background-color: #9d162e;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .category-column-update {
        font-size: 3.8vw;
    }
    .category-column-text {
        font-size: 2.4rem;
        line-height: 1.33333;
    }
    .article .btn-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 125px;
        position: relative;
        margin-left: auto;
        position: absolute;
        bottom: 3.90625vw;
        right: 4.6875vw;
    }
    .article .btn-check .text {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 2.8rem;
    }
    .article .btn-check .icon-arrow {
        margin-left: 20px;
        width: 8px;
        height: 14px;
    }
    .article__ttl {
        font-size: 4rem;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
        border-bottom: solid 1px #ccc;
    }
    .author__name {
        font-size: 3rem;
    }
    .author__role {
        font-size: 2rem;
    }
    .author__info {
        margin-top: 50px;
    }
    .author__info >p {
        font-size: 2rem;
    }
    .author {margin-top: 0;}
}

.tabs {
    display: flex;
	justify-content: center;
	padding-top: 20px;
}

.tab-button {
    cursor: pointer;
	width: 25%;
	text-align: center;
	font-size: 20px;
	padding: 5px 0;
	margin-top: 10px;
	border-bottom: 2px solid rgba(128, 128, 128,0.4);
}
.tab-button.active {
	border-top:2px solid rgba(128, 128, 128,0.4);
	border-left: 2px solid rgba(128, 128, 128,0.4);
	border-right: 2px solid rgba(128, 128, 128,0.4);
	border-bottom: none;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.no1 .category-pic-holder:before {
    content: "";
    position: absolute;
    top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 35px solid #F0CA43;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no2 .category-pic-holder:before {
    content: "";
    position: absolute;
    top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 35px solid #A0C3DF;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no3 .category-pic-holder:before {
    content: "";
    position: absolute;
    top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 35px solid #cb6d51;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no1 .category-pic-holder:after {
    content: "1";
    position: absolute;
    top: -18px;
    left: 12px;
    font-size: 30px;
    color: #FFF;
    z-index: 20;
}
.no2 .category-pic-holder:after {
    content: "2";
    position: absolute;
    top: -18px;
    left: 12px;
    font-size: 30px;
    color: #FFF;
    z-index: 20;
}
.no3 .category-pic-holder:after {
    content: "3";
    position: absolute;
    top: -18px;
    left: 12px;
    font-size: 30px;
    color: #FFF;
    z-index: 20;
}

body.ver19 .btnHoverZoomPic.no1,
body.ver19 .btnHoverZoomPic.no2,
body.ver19 .btnHoverZoomPic.no3{
	overflow: unset;
}

@media screen and (max-width:640px) {
.no1 .category-pic-holder:before {
	content: "";
    position: absolute;
	top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 50px solid #F0CA43;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no2 .category-pic-holder:before {
    content: "";
    position: absolute;
	top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 50px solid #A0C3DF;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no3 .category-pic-holder:before {
    content: "";
    position: absolute;
    top: -27px;
    left: -14px;
    width: 0;
    height: 0;
	top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 50px solid #cb6d51;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no1 .category-pic-holder:after {
    content: "1";
	position: absolute;
	top: -16px;
	left: 22px;
	font-size: 45px;
    color: #FFF;
    z-index: 20;
}
.no2 .category-pic-holder:after {
    content: "2";
	position: absolute;
	top: -16px;
	left: 22px;
	font-size: 45px;
    color: #FFF;
    z-index: 20;
}
.no3 .category-pic-holder:after {
    content: "3";
	position: absolute;
	top: -16px;
	left: 22px;
	font-size: 45px;
    color: #FFF;
    z-index: 20;
}
}