
.itemList {
    display: block
}

 .itemList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 90px 0;
}

@media(max-width: 1600px) {
     .itemList .item {
        padding-bottom:100px
    }
}

@media(max-width: 1200px) {
     .itemList .item {
        padding-bottom:60px
    }
}


 .itemList .item:first-of-type .Txt {
    padding-top: 76px
}

@media(max-width: 1200px) {
     .itemList .item:first-of-type .Txt {
        padding-top:30px
    }
}

@media(max-width: 960px) {
     .itemList .item:first-of-type .Txt {
        padding-top:60px
    }
}

 .itemList .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 960px) {
     .itemList .item .wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

 .itemList .Txt {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0
}

 .itemList .Txt .numBg {
    position: absolute;
    z-index: 0;
    font-size: 153px;
    color: #e1e1e1;
    font-family: "Cantata One",Arial,"å¾®è»Ÿæ­£é»‘é«”",Heiti TC,"ãƒ¡ã‚¤ãƒªã‚ª",sans-serif;
    font-style: italic;
    right: 0;
    top: 0;
    -webkit-transform: translate(70px, -24px);
    transform: translate(70px, -24px);
    font-weight: 400
}

@media(max-width: 1600px) {
     .itemList .Txt .numBg {
        -webkit-transform:translate(0, -20px);
        transform: translate(0, -20px);
        font-size: 120px
    }
}

@media(max-width: 1400px) {
     .itemList .Txt .numBg {
        font-size:90px
    }
}

@media(max-width: 1200px) {
     .itemList .Txt .numBg {
        font-size:60px;
        display: none
    }
}

 .itemList .Txt>.title {
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
    font-size: 25px;
    letter-spacing: 7.8px;
    line-height: 34px;
    color: #2d2d2d;
    font-weight: bold;
    margin-bottom: 34px
}

@media(max-width: 960px) {
     .itemList .Txt>.title {
        margin-bottom:20px;
        font-size: 22px
    }
}

 .itemList .Txt>.title span, .title_txt h2,#articleInfo18 .secBox .three article h2 {
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-size: 33px;
    line-height: 130%;
    color: var(--primary);
    position: relative;
    text-transform: uppercase;
    word-spacing: 100vw;
}

 .itemList .Txt .textEditor, .title_txt ul li span, .bottomBox p, .bottomBox article,#articleInfo18 .secBox .three article p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #636363;
    line-height: 1.87;
    letter-spacing: .3px;
    margin-top: 20px;
}

 .itemList .Img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}


@media(max-width: 840px) {
     .itemList .Img::before {
        left:10px;
        top: 10px
    }
}

 .itemList .Img::after {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #e6e6e6;
    height: 78.52%;
    width: 21.07%;
    left: -24px;
    bottom: -29px
}

 .itemList .Img img {
    position: relative;
    z-index: 1;
    width: 100%
}

 .itemList .Img+.Txt {
    max-width: 42.5%;
    padding-left: 68px
}

@media(max-width: 1200px) {
     .itemList .Img+.Txt {
        padding-left:40px;
        max-width: 50%
    }
}

@media(max-width: 960px) {
     .itemList .Img+.Txt {
        max-width:none;
        padding-left: 0
    }
}


.title_txt h2{
        padding-bottom: 40px;
        border-bottom: 1px solid #bfbfbf;
        width: 85%;
        margin: 0 auto 60px;
        letter-spacing: 1px;
        font-weight: bold;
        text-align: center;
}
.title_txt ul {
    list-style: none;
    line-height: 1.8;
    color: var( --d_color );
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 100px;
    text-align: left;
}

.title_txt ul li {
    position: relative;
}

.title_txt ul li::before {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    background: rgb(112 112 112 / 35%);
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.title_txt ul li:last-child::before {
    display: none
}

.title_txt ul b {
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    fill: var(--primary);
    color: var(--primary);
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 4px 7px 4px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.title_txt ul span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 15px;
}

.title_txt{
    padding-bottom: 90px;
}

.bottomBox{
    border-style: solid;
    border-width: 10px 3px 10px 3px;
    border-color: #d3d3d4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --e-column-margin-right: 50px;
    --e-column-margin-left: 50px;
    padding: 40px;
    width: calc(80% - 80px);
    margin: 0 auto 70px;
    }
.bottomBox p{
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 600;
}
.bottomBox p, .bottomBox article{
    text-align: center;
}
@media(max-width: 960px) {
    .title_txt ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    .title_txt ul li::before{
    display: none;
}
    .title_txt ul li{
    margin: 20px 0;
}
    .title_txt {
    padding-bottom: 20px;
}
    .bottomBox{
    padding: 20px;
    width: calc(100% - 40px);
}
    .itemList .Txt>.title span, .title_txt h2{
    font-size: 21px;
}
        .itemList .Txt>.title span, .title_txt h2{
    font-size: 28px;
}
     .title_txt h2{
    padding-bottom: 20px;
    margin: 0 auto 20px;
}
}