@media screen and (min-width: 769px), print {
  .meeting .ttl h1 {
    padding-left: 47px;
  }
  .meeting .ttl h1::before {
    width: 50px;
    height: 50px;
    background: url("../../images/meeting/icon_ttl.webp") no-repeat;
    top: -7px;
    left: -19px;
  }
  .meeting_main {
    padding: 11px 0 71px;
    margin-top: 29px;
    display: none;
  }
  .meeting_main.active {
    display: block;
  }
  .meeting_wrapper {
    width: 100%;
  }
  .meeting_wrapper p {
    font-size: 1.6rem;
    line-height: 31px;
    padding-right: 7px;
  }
  .meeting_wrapper p span {
    color: #6dcc16;
    margin-right: 15px;
  }
  .meeting_wrapper > p {
    margin: 23px 0;
  }
  .meeting_wrapper figure figcaption {
    text-align: center;
    margin-top: 7px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .meeting_wrapper h2 {
    border-top: 2px solid #03a744;
    border-bottom: 2px solid #03a744;
    color: #03a744;
    padding: 22px 0;
    font-size: 2.8rem;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .meeting_tabs {
    margin-top: 44px;
    border-bottom: 1px solid #0CAD50;
    display: flex;
  }
  .meeting_tabs div {
    height: 44px;
    padding: 0 1em;
    font-size: 2rem;
    font-weight: bold;
    border: 1px solid #0CAD50;
    color: #0CAD50;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .meeting_tabs div:first-child {
    border-radius: 6px 0 0 0;
  }
  .meeting_tabs div:last-child {
    border-radius: 0 6px 0 0;
  }
  .meeting_tabs div.active {
    background-color: #0CAD50;
    color: #fff;
  }
  .meeting_interview {
    margin-top: 49px;
  }
  .meeting_interview .intro {
    position: relative;
    border: 1px solid #41b0e0;
    padding: 30px 74px 33px 0;
    margin-bottom: 23px;
    display: flex;
  }
  .meeting_interview .intro:after {
    content: "";
    display: table;
    clear: both;
  }
  .meeting_interview .intro .left {
    width: 70%;
  }
  .meeting_interview .intro h4 {
    margin-bottom: 28px;
  }
  .meeting_interview .intro h4 span {
    background: #41b0e0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 31px;
    padding: 7px 58px 9px;
    position: relative;
  }
  .meeting_interview .intro h4 span:after {
    content: "";
    position: absolute;
    border-top: 71px solid #fff;
    border-left: 69px solid transparent;
    top: 0;
    right: -34px;
  }
  .meeting_interview .intro figure {
    width: 30%;
    text-align: center;
  }
  .meeting_interview .intro figure img {
    min-width: 55%;
  }
  .meeting_interview .intro p {
    font-size: 2.6rem;
    line-height: 42px;
    padding-left: 55px;
    float: left;
  }
  .meeting_interview .intro p:nth-of-type(1) {
    margin-bottom: 10px;
    white-space: break-spaces;
  }
  .meeting_interview .intro p.caption {
    clear: both;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 74px;
    position: relative;
  }
  .meeting_interview .intro p.caption::before {
    background-color: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    left: 62px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
  }
  .meeting_interview .intro p.caption span {
    color: #000;
    display: inline-block;
    width: 120px;
  }
  .meeting_interview .ques_list dl {
    font-size: 1.6rem;
    line-height: 31px;
  }
  .meeting_interview .ques_list dl dt {
    color: #41b0e0;
    font-weight: 700;
  }
  .meeting_interview .ques_list dl dd {
    padding-left: 19px;
  }
  .meeting_interview .ques_list dl strong.red {
    color: red;
  }
  .meeting_interview .ques_list dl strong.blue {
    color: #41b0e0;
    font-weight: 500;
  }
  .meeting_child {
    margin-bottom: 21px;
  }
  .meeting_child .child_trip {
    position: relative;
    border: 1px solid #6dcc16;
    padding: 28px 48px 28px 42px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .meeting_child .child_trip .left p {
    margin-left: -70px;
    margin-bottom: 19px;
  }
  .meeting_child .child_trip .left p span {
    display: inline-block;
    width: 226px;
    background: #6dcc16;
    font-size: 1.6rem;
    line-height: 3.6rem;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .meeting_child .child_trip .left p span::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 35px 36px;
    border-color: transparent transparent #6dcc16 transparent;
    bottom: 0;
    right: -35px;
  }
  .meeting_child .child_trip .left h4 {
    font-size: 2.6rem;
    line-height: 38px;
  }
  .meeting_child p {
    font-size: 2rem;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
  }
  .meeting_name {
    margin-bottom: 38px;
  }
  .meeting_name ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #6dcc16;
    padding: 32px 39px 31px;
    margin-bottom: 37px;
  }
  .meeting_voice {
    margin-bottom: 36px;
  }
  .meeting_voice h4 {
    font-size: 2.2rem;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .meeting_kidsvoice {
    margin: 117px auto 17px;
    width: min(100%, 632px);
  }
  .meeting_kidsvoice .kidsroom {
    text-align: center;
  }
  .meeting_kidsvoice .kidsroom h4 {
    font-size: 2.6rem;
    line-height: 31px;
    margin: 39px 0 12px;
  }
  .meeting_kidsvoice .kidsroom h4 span {
    color: #fe8524;
  }
  .meeting_kidsvoice .kidsroom h4 small {
    font-size: 1.8rem;
    display: block;
    margin-top: 8px;
  }
  .meeting_kidphoto {
    background: #ffffe2;
    padding: 36px 15px 77px;
    width: min(100%, 632px);
    margin: 0 auto;
  }
  .meeting_kidphoto article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* element 1,5,9 ...*/
    /* element 2,6,10 ...*/
    /* element 3,7,11 ...*/
    /* element 4,8,12 ...*/
  }
  .meeting_kidphoto article .desc {
    width: 256px;
  }
  .meeting_kidphoto article .desc h4 {
    width: 256px;
    height: 36px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    line-height: 36px;
  }
  .meeting_kidphoto article .desc p {
    padding: 11px 17px 0 15px;
  }
  .meeting_kidphoto article:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(1) {
    padding-right: 34px;
    margin-bottom: 38px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(1) .desc {
    margin-top: 13px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(3) {
    padding-right: 51px;
    margin-bottom: 48px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(3) .desc {
    margin-left: 18px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(5) {
    padding-right: 64px;
    margin-bottom: 42px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(5) .desc {
    margin: 17px 0 0 0;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(7) {
    padding-right: 99px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(7) .desc {
    margin: 35px 0 0 19px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(9) {
    padding-right: 37px;
    margin-bottom: 40px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(9) .desc {
    margin: 44px 0 0 19px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(9) .desc p {
    padding: 11px 6px 0 7px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(11) {
    padding-right: 81px;
  }
  .meeting_kidphoto article:nth-child(odd):nth-child(11) .desc {
    margin: 36px 0 0 16px;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(2) {
    padding-left: 67px;
    margin-bottom: 57px;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(2) .desc {
    margin: 19px 26px 0 0;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(4) {
    padding-left: 37px;
    margin-bottom: 43px;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(4) .desc {
    margin: 9px 22px 0 0;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(6) {
    padding-left: 38px;
    margin-bottom: 37px;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(6) .desc {
    margin: 20px 52px 0 0;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(8) {
    padding-left: 37px;
    margin-bottom: 11px;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(8) .desc {
    margin: 36px 41px 0 0;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(10) {
    padding-left: 38px;
    margin-bottom: 3px;
  }
  .meeting_kidphoto article:nth-child(even):nth-child(10) .desc {
    margin: 13px 28px 0 0;
  }
  .meeting_kidphoto article:nth-child(4n-3) h4 {
    background: url("../../images/meeting/kids_name_bg01.webp") no-repeat;
  }
  .meeting_kidphoto article:nth-child(4n-2) h4 {
    background: url("../../images/meeting/kids_name_bg02.webp") no-repeat;
  }
  .meeting_kidphoto article:nth-child(4n-1) h4 {
    background: url("../../images/meeting/kids_name_bg03.webp") no-repeat;
  }
  .meeting_kidphoto article:nth-child(4n) h4 {
    background: url("../../images/meeting/kids_name_bg04.webp") no-repeat;
  }
  .meeting .aside {
    width: 270px;
  }
  .meeting .aside .meeting_sidebar {
    border: 2px solid #03a744;
    margin-bottom: 20px;
  }
  .meeting .aside .meeting_sidebar li:last-child a {
    border-bottom: 0;
  }
  .meeting .aside .meeting_sidebar li a {
    display: block;
    height: 60px;
    color: #03a744;
    font-size: 1.6rem;
    line-height: 60px;
    position: sticky;
    padding-left: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 3px solid #03a744;
    opacity: 1;
    overflow: hidden;
  }
  .meeting .aside .meeting_sidebar li a:hover, .meeting .aside .meeting_sidebar li a.active {
    color: #fff;
    opacity: 1;
  }
  .meeting .aside .meeting_sidebar li a:hover:before, .meeting .aside .meeting_sidebar li a.active:before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .meeting .aside .meeting_sidebar li a:hover:after, .meeting .aside .meeting_sidebar li a.active:after {
    background: url(../../images/meeting/arrow_side_hv.webp) 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .meeting .aside .meeting_sidebar li a:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url(../../images/meeting/arrow_side.webp) 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .meeting .aside .meeting_sidebar li a:before {
    content: "";
    z-index: -1;
    position: absolute;
    background: #03a744;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .stat {
    border: 4px solid rgba(254, 133, 36, 0.5);
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 28px;
    width: min(100%, 713px);
    margin: 0 auto;
  }
  .stat .left {
    width: 365px;
  }
  .stat .left > p span {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.7rem;
    padding: 0 32px 0 15px;
    position: relative;
  }
  .stat .left > p span::after {
    position: absolute;
    content: "";
    border-width: 0 20px 27px 20px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    bottom: 0;
    right: -20px;
  }
  .stat .left h5 {
    font-size: 3.2rem;
    line-height: 4.4rem;
    font-weight: normal;
    margin-top: 11px;
  }
  .stat > figure {
    width: 240px;
  }
  .stat > figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .meeting .ttl h1 {
    padding-left: 41px;
  }
  .meeting .ttl h1::before {
    width: 35px;
    height: 35px;
    background: url("../../images/meeting/icon_ttl.webp") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: -4px;
    left: -3px;
  }
  .meeting_main {
    padding: 0 10px;
    display: none;
  }
  .meeting_main.active {
    display: block;
  }
  .meeting_wrapper {
    width: 100%;
    padding: 11.58192% 0px 12.99435%;
  }
  .meeting_wrapper p {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .meeting_wrapper p span {
    color: #6dcc16;
    margin-right: 15px;
  }
  .meeting_wrapper figure figcaption {
    text-align: center;
    margin-top: 7px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .meeting_wrapper h2 {
    border-top: 2px solid #03a744;
    border-bottom: 2px solid #03a744;
    color: #03a744;
    text-align: center;
    padding: 4.23729% 0;
    font-size: 2rem;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 3.53107%;
  }
  .meeting_tabs {
    margin-top: 44px;
    padding: 0 10px;
    border-bottom: 1px solid #0CAD50;
    display: flex;
    flex-direction: column;
  }
  .meeting_tabs div {
    height: 44px;
    padding: 0 0.1em;
    font-size: 1.8rem;
    font-weight: bold;
    border: 1px solid #0CAD50;
    color: #0CAD50;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0;
  }
  .meeting_tabs div.active {
    background-color: #0CAD50;
    color: #fff;
  }
  .meeting_interview {
    margin-bottom: 38px;
  }
  .meeting_interview .intro {
    position: relative;
    border: 1px solid #41b0e0;
    padding: 4.23729% 0 4.66102%;
    margin-bottom: 6.49718%;
  }
  .meeting_interview .intro:after {
    content: "";
    clear: both;
    display: table;
  }
  .meeting_interview .intro h4 {
    margin-bottom: 6.35593%;
  }
  .meeting_interview .intro h4 span {
    background: #41b0e0;
    color: #fff;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 7px 42px 9px 26px;
    position: relative;
  }
  .meeting_interview .intro h4 span:after {
    content: "";
    position: absolute;
    border-top: 71px solid #fff;
    border-left: 69px solid transparent;
    top: 0;
    right: -34px;
  }
  .meeting_interview .intro figure {
    width: 33.61582%;
    height: auto;
  }
  .meeting_interview .intro p {
    font-size: 1.6rem;
    line-height: 28px;
    width: 66%;
    padding: 5.64972% 0 0 6.21469%;
    float: right;
  }
  .meeting_interview .intro p:nth-of-type(1) {
    margin-bottom: 10px;
    white-space: break-spaces;
  }
  .meeting_interview .intro p.caption {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 3px;
    padding-top: 0;
  }
  .meeting_interview .intro p.caption span {
    color: #000;
    display: block;
  }
  .meeting_interview .ques_list dl {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .meeting_interview .ques_list dl dt {
    color: #41b0e0;
    font-weight: 700;
  }
  .meeting_interview .ques_list dl dd {
    padding-left: 19px;
  }
  .meeting_interview .ques_list dl strong.red {
    color: red;
  }
  .meeting_interview .ques_list dl strong.blue {
    color: #41b0e0;
    font-weight: 500;
  }
  .meeting_child {
    margin-bottom: 21px;
  }
  .meeting_child .child_trip {
    position: relative;
    border: 1px solid #6dcc16;
    margin-bottom: 23px;
    padding: 3.53107% 0 5.64972%;
  }
  .meeting_child .child_trip .left p {
    margin-bottom: 2.82486%;
    text-align: left;
  }
  .meeting_child .child_trip .left p span {
    display: inline-block;
    width: 226px;
    background: #6dcc16;
    font-size: 1.6rem;
    line-height: 3.6rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 20px;
  }
  .meeting_child .child_trip .left p span::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 35px 36px;
    border-color: transparent transparent #6dcc16 transparent;
    bottom: 0;
    right: -35px;
  }
  .meeting_child .child_trip .left h4 {
    width: 67.79661%;
    margin: auto;
    font-size: 2rem;
    line-height: 28px;
    position: relative;
    margin-bottom: 4.9435%;
  }
  .meeting_child .child_trip figure {
    width: 67.79661%;
    margin: 0 auto;
    height: auto;
  }
  .meeting_child p {
    font-size: 1.5rem;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
  }
  .meeting_name {
    margin-bottom: 6.21469%;
  }
  .meeting_name ul {
    border: 1px solid #6dcc16;
    padding: 5.64972% 0 2.82486%;
    margin-bottom: 5.36723%;
    overflow: hidden;
  }
  .meeting_name ul li {
    float: left;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: 33.3333333333%;
    margin-bottom: 4.23729%;
    padding: 0 10px;
  }
  .meeting_voice {
    margin-bottom: 5.08475%;
  }
  .meeting_voice h4 {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 2.82486%;
  }
  .meeting_kidsvoice {
    margin: 117px 0 11.29944%;
    width: min(100%, 632px);
  }
  .meeting_kidsvoice .kidsroom {
    text-align: center;
  }
  .meeting_kidsvoice .kidsroom h4 {
    font-size: 1.8rem;
    line-height: 26px;
    margin: 9.88701% 0 4.23729%;
  }
  .meeting_kidsvoice .kidsroom h4 span {
    color: #fe8524;
  }
  .meeting_kidsvoice .kidsroom h4 small {
    font-size: 1.5rem;
    display: block;
    margin-top: 1.12994%;
  }
  .meeting_kidphoto {
    width: min(100%, 632px);
    margin: 0 auto;
  }
  .meeting_kidphoto article {
    margin-bottom: 9.88701%;
    /* element 1,5,9 ...*/
    /* element 2,6,10 ...*/
    /* element 3,7,11 ...*/
    /* element 4,8,12 ...*/
  }
  .meeting_kidphoto article:last-child {
    margin-bottom: 0;
  }
  .meeting_kidphoto article:nth-child(4n-3) h4 {
    background: url("../../images/meeting/kids_name_bg01.webp") no-repeat;
  }
  .meeting_kidphoto article:nth-child(4n-2) h4 {
    background: url("../../images/meeting/kids_name_bg02.webp") no-repeat;
  }
  .meeting_kidphoto article:nth-child(4n-1) h4 {
    background: url("../../images/meeting/kids_name_bg03.webp") no-repeat;
  }
  .meeting_kidphoto article:nth-child(4n) h4 {
    background: url("../../images/meeting/kids_name_bg04.webp") no-repeat;
  }
  .meeting_kidphoto article .desc {
    margin-bottom: 4.23729%;
  }
  .meeting_kidphoto article .desc h4 {
    width: 256px;
    height: 36px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    line-height: 36px;
    margin: 0 auto 4.23729%;
  }
  .meeting_kidphoto article figure {
    width: 58.61582%;
    margin: 0 auto;
  }
  .meeting .aside {
    padding: 0;
  }
  .meeting .aside .meeting_sidebar {
    border: 3px solid #03a744;
    margin-bottom: 20px;
  }
  .meeting .aside .meeting_sidebar li:last-child a {
    border-bottom: 0;
  }
  .meeting .aside .meeting_sidebar li a {
    width: 100%;
    display: block;
    height: 45px;
    color: #03a744;
    font-size: 1.4rem;
    line-height: 45px;
    position: relative;
    padding-left: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 3px solid #03a744;
    opacity: 1;
    overflow: hidden;
  }
  .meeting .aside .meeting_sidebar li a.active {
    color: #fff;
    background: #03a744;
    opacity: 1;
  }
  .meeting .aside .meeting_sidebar li a.active:after {
    background: url(../../images/meeting/arrow_side_hv.webp) 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .meeting .aside .meeting_sidebar li a:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url(../../images/meeting/arrow_side.webp) 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .stat {
    border: 4px solid rgba(254, 133, 36, 0.5);
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.51977% 0 3.9548%;
    margin: 20px 0;
  }
  .stat .left {
    padding: 0 2.82486%;
    width: 100%;
  }
  .stat .left > p span {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.7rem;
    padding: 0 32px 0 15px;
    position: relative;
  }
  .stat .left > p span::after {
    position: absolute;
    content: "";
    border-width: 0 20px 27px 20px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    bottom: 0;
    right: -20px;
  }
  .stat .left h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: normal;
    margin: 2.82486% 0;
  }
  .stat > figure {
    width: 213px;
  }
  .stat > figure img {
    width: 100%;
    height: auto;
  }
}