.taCImg {
    display: block;
    margin: 0 auto;
}

.talkBlock {
    overflow: hidden;
    padding: 0 55px 0;
}

.talkBlock figure img {
  width: 130px !important;
  margin: 0 !important;
  float: none !important;
}

.talkBlock01 {
  margin-top: 64px;
}
.talkBlock > .box {
    padding-top: 32px;
    position: relative;
}

.talkBlock > .box:first-of-type {
    padding-top: 16px;
}

.talkBlock > .box.charaRight figure {
    float: right;
    margin-left: -250px;
    text-align: right;
}

.talkBlock > .box.charaLeft figure {
    float: left;
    margin-right: -250px;
}

.talkBlock > .box figure {
    width: 250px;
    position: relative;
    z-index: 1;
    margin-top: -32px;
}

.talkBlock > .box:first-of-type figure {
    margin-top: -16px;
}

.talkBlock > .box.charaLeft .txt {
    padding-left: 170px;
}

.talkBlock > .box.charaRight .txt {
  padding-right: 150px;
    text-align: right;
}

.talkBlock > .box .txt {
    position: relative;
    z-index: 2;
}

.talkBlock > .box.clerk .txt p {
    border-color: #ccc;
}

.talkBlock > .box .txt p {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 32px 40px;
    position: relative;
    text-align: left;
    line-height: 1.75;
}

.talkBlock > .box.charaLeft .txt p:after,
.talkBlock > .box.charaLeft .txt p:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.talkBlock > .box.charaLeft.clerk .txt p:before {
    border-right-color: #ccc;
}

.talkBlock > .box.charaLeft .txt p:before {
    border-color: rgba(65, 130, 88, 0);
    border-width: 34px;
    border-top-width: 0;
    border-bottom-width: 22px;
    top: 16px;
}

.talkBlock > .box.charaLeft .txt p:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 28px;
    border-top-width: 0;
    border-bottom-width: 17px;
    top: 18px;
}

.talkBlock > .box.charaRight .txt p:after,
.talkBlock > .box.charaRight .txt p:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.talkBlock > .box.charaRight.clerk .txt p:before {
    border-left-color: #ccc;
}

.talkBlock > .box.charaRight .txt p:before {
    border-color: rgba(204, 204, 204, 0);
    border-width: 34px;
    border-top-width: 0;
    border-bottom-width: 22px;
    top: 16px;
}

.talkBlock > .box.charaRight .txt p:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 28px;
    border-top-width: 0;
    border-bottom-width: 17px;
    top: 18px;
}

.flex {
    display: flex;
    gap: 30px;
}

.layout-col3 {
    flex-direction: column;
}

.layout-col3 .item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
}

.stepPanelWrap .title_area {
    margin-bottom: 0;
}

.stepPanelWrap .title_area .number {
    width: 64px;
}

.stepPanelWrap .title_area .title {
    width: 100%;
    margin-left: 3%;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
}

@media screen and (max-width: 767px) {
    .talkBlock {
        padding: 0;
    }
    .talkBlock > .box figure {
      margin-top: unset !important;
    }
    .talkBlock > .box figure img {
      width: 155px !important;
      zoom: .5;
    }
    .talkBlock01 {
      margin-top: 44px;
  }
    .talkBlock > .box {
        padding-top: 16px;
    }

    .talkBlock > .box:first-of-type {
        padding-top: 16px;
    }

    .talkBlock > .box.charaRight figure {
        margin-left: -150px;
    }

    .talkBlock > .box figure {
        width: 150px;
        margin-top: -16px;
    }

    .talkBlock > .box figure img {
        width: auto;
        zoom: .5;
    }

    .talkBlock > .box:first-of-type figure {
        margin-top: -16px;
    }

    .talkBlock > .box.charaRight .txt {
        padding-right: 100px;
        text-align: right;
    }

    .talkBlock > .box.charaLeft .txt {
        padding-left: 100px;
    }

    .talkBlock > .box.charaLeft figure {
        margin-right: -150px;
    }

    .talkBlock > .box .txt {
        padding-top: 0;
    }

    .talkBlock > .box .txt p {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 8px 16px;
    }

    .flex {
        flex-direction: column;
        align-items: center;
    }

    .stepPanelWrap .title_area .title {
        margin-left: 6%;
        font-size: 18px;
    }
}