@media screen and (min-width: 769px), print {
  .st_successful .ttl_main_tt:before {
    background: url(../images/ic_ttl.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_successful .gr_art {
    /*===== ARTICLE =========*/
  }
  .st_successful .gr_art .b_success:not(:last-child) {
    margin-bottom: 110px;
  }
  .st_successful .gr_art .b_success figure {
    margin-bottom: 45px;
  }
  .st_successful .gr_art .b_success figure img {
    width: 100%;
    height: auto;
  }
  .st_successful .gr_art .list_ins {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -25px;
  }
  .st_successful .gr_art .list_ins li {
    border-bottom: 1px dashed #00A8A0;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-left: 25px;
  }
  .st_successful .gr_art .list_ins li a {
    font-size: 2rem;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    padding: 30px 0 20px;
    position: relative;
  }
  .st_successful .gr_art .list_ins li a:after {
    content: "";
    background: url(../../images/arrow02.svg) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-top: 5px;
  }
  .st_successful .gr_art .list_ins li a:hover {
    color: #00A8A0;
  }
  .st_successful .gr_art article + article {
    margin-top: 45px;
  }
  .st_successful .gr_art .img_top {
    margin-bottom: 20px;
  }
  .st_successful .gr_art .ttl_art {
    font-size: 2.6rem;
    border-bottom: 3px solid #C5C5C5;
    padding-bottom: 18px;
    color: #333;
    padding-left: 35px;
    position: relative;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .st_successful .gr_art .ttl_art:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 29px;
    height: 27px;
    background: url(../images/ic_ttl.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_successful .gr_art .txt_time {
    font-size: 1.4rem;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: right;
    letter-spacing: 1px;
  }
  .st_successful .gr_art .list_hana li {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 50px;
    position: relative;
  }
  .st_successful .gr_art .list_hana li:before {
    content: "";
    background: url(../images/hana.jpg) no-repeat;
    width: 34px;
    height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
  }
  .st_successful .gr_art .list_hana li:not(:last-child) {
    margin-bottom: 15px;
  }
  .st_successful .btn_back {
    margin: 65px 0 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F0F0F0;
  }
  .st_successful .btn_back li:not(:last-child) {
    margin-right: 37px;
  }
  .st_successful .btn_back a[rel="prev"]:hover span:before {
    left: -5px;
  }
  .st_successful .btn_back a[rel="prev"] span {
    padding-left: 25px;
  }
  .st_successful .btn_back a[rel="prev"] span:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    left: 0;
  }
  .st_successful .btn_back a[rel="next"]:hover span:before {
    right: -5px;
  }
  .st_successful .btn_back a[rel="next"] span {
    padding-right: 25px;
  }
  .st_successful .btn_back a[rel="next"] span:before {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .st_successful .btn_back a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 46px;
  }
  .st_successful .btn_back a span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    color: #00A8A0;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
  }
  .st_successful .btn_back a span:before {
    content: "";
    background: url(../../images/arrow02.svg) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .st_experiences .ttl_main_tt:before {
    background: url(../images/ic_ttl_02.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_experiences .mb_bt_70 {
    margin-bottom: 70px;
  }
  .st_experiences .gr_art article.art_01 .ttl_art:before {
    background: url(../images/ic_ttl_03.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 20px;
    height: 22px;
  }
  .st_experiences .gr_art article.art_02 .ttl_art:before {
    background: url(../images/ic_ttl_02.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 23px;
    height: 31px;
  }
  .st_experiences .gr_art article .txt_t_first {
    text-align: center;
    margin-bottom: 50px;
  }
  .st_experiences .gr_art article .txt_t_first img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .st_experiences .gr_art article .ttl_sub_art {
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .st_experiences .gr_art article p {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .st_experiences .gr_art article p + p {
    margin-top: 25px;
  }
  .st_experiences .gr_art article p.txt_bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .st_experiences .gr_art article p.txt_bt strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
  }
  .st_experiences .gr_art article .list_exam {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -20px;
  }
  .st_experiences .gr_art article .list_exam li {
    width: -webkit-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 0 30px 20px;
  }
  .st_experiences .gr_art article .list_exam li a {
    display: block;
  }
  .st_experiences .gr_art article .list_exam li a:hover figure img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .st_experiences .gr_art article .list_exam li figure span {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 0;
  }
  .st_experiences .gr_art article .list_exam li figure span img {
    -moz-border-radius: 5px;
         border-radius: 5px;
    width: 100%;
    height: 153px;
    -o-object-fit: cover;object-fit: cover;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .st_experiences .gr_art article .list_exam li figure figcaption small {
/*    display: block;	*/
    font-size: 1.3rem;
    line-height: 15px;
    color: #666;
  }
  .st_experiences .gr_art article .list_exam li figure figcaption small#name.student_name{
    font-size: 1.3rem;
    line-height: 15px;
    color: #000;
  }
  .st_experiences .gr_art article .list_exam li figure figcaption small#school.school_name{
	display: block;
	font-size: 1.3rem;
    line-height: 15px;
    color: #FD6378;
  }

  .st_experiences .gr_art article .list_exam li figure figcaption small#school.school_name:before{
/*    position: absolute; */
    content: "";
	display: block;
	float:left;
    width: 15px;
    height: 14px;
    background: url(https://testea.net/wp-content/themes/testea/renew/images/icon_red_flower.svg) 0 0 no-repeat;
    left: 0;
    top: 0;
  }
	
  .st_experiences .gr_art article .list_exam li figure figcaption em {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 25px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
  }
  .st_experiences .b_detail {
    margin-bottom: 70px;
  }
  .st_experiences .b_detail .txt_gr {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    color: #00A8A0;
    margin: 0 0 15px;
  }
  .st_experiences .b_detail .ttl_dt {
    font-size: 2.6rem;
    line-height: 1.5;
    border-bottom: 3px solid #00A8A0;
    padding-bottom: 18px;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .st_experiences .b_detail .b_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .st_experiences .b_detail .b_item img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .st_experiences .b_detail .b_item .ttl_box {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    color: #00A8A0;
  }
  .st_experiences .b_detail .b_item figure {
    margin: 20px 0;
  }
  .st_experiences .b_detail .b_item p {
    font-size: 1.6rem;
    line-height: 38px;

  }
}

@media screen and (max-width: 768px) {
  .st_successful .ttl_main_tt:before {
    background: url(../images/ic_ttl.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_successful .gr_art {
    /*===== ARTICLE =========*/
  }
  .st_successful .gr_art .b_success:not(:last-child) {
    margin-bottom: 10.66667vw;
  }
  .st_successful .gr_art .b_success figure {
    margin-bottom: 4vw;
  }
  .st_successful .gr_art .list_ins li {
    border-bottom: 1px dashed #00A8A0;
  }
  .st_successful .gr_art .list_ins li a {
    font-size: 4vw;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    padding: 4vw 0 2.66667vw;
    position: relative;
  }
  .st_successful .gr_art .list_ins li a:after {
    content: "";
    background: url(../../images/arrow02.svg) no-repeat;
    width: 3.73333vw;
    height: 3.73333vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-top: 5px;
  }
  .st_successful .gr_art .list_ins li a:hover {
    color: #00A8A0;
  }
  .st_successful .gr_art article + article {
    margin-top: 6.66667vw;
  }
  .st_successful .gr_art .img_top {
    margin-bottom: 8vw;
  }
  .st_successful .gr_art .ttl_art {
    font-size: 5.5vw;
    line-height: 1.5;
    border-bottom: 0.26667vw solid #C5C5C5;
    color: #333;
    padding-left: 8vw;
    position: relative;
    font-weight: bold;
    padding-bottom: 4.66667vw;
    margin-bottom: 6vw;
    font-weight: bold;
  }
  .st_successful .gr_art .ttl_art:before {
    content: "";
    position: absolute;
    top: 0.93333vw;
    left: 0;
    width: 6.53333vw;
    height: 6.26667vw;
    background: url(../images/ic_ttl.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_successful .gr_art .txt_time {
    font-size: 2.66667vw;
    line-height: 1.5;
    margin-bottom: 1.33333vw;
    text-align: right;
    letter-spacing: 0.13333vw;
    color: gray;
  }
  .st_successful .gr_art .list_hana li {
    font-size: 4.53333vw;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 8vw;
    position: relative;
  }
  .st_successful .gr_art .list_hana li:before {
    content: "";
    background: url(../images/hana.jpg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 5.06667vw;
    height: 5.2vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.33333vw;
  }
  .st_successful .gr_art .list_hana li:not(:last-child) {
    margin-bottom: 15px;
  }
  .st_successful .btn_back {
    margin: 8vw 0 13.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F0F0F0;
  }
  .st_successful .btn_back li:not(:last-child) {
    margin-right: 37px;
  }
  .st_successful .btn_back a[rel="prev"] span {
    padding-left: 5.33333vw;
  }
  .st_successful .btn_back a[rel="prev"] span:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    left: 0;
  }
  .st_successful .btn_back a[rel="next"] span {
    padding-right: 5.33333vw;
  }
  .st_successful .btn_back a[rel="next"] span:before {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .st_successful .btn_back a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 9.33333vw;
    background-color: #F0F0F0;
  }
  .st_successful .btn_back a span {
    font-size: 3.2vw;
    line-height: 1;
    font-weight: bold;
    color: #00A8A0;
    position: relative;
    display: inline-block;
    padding-left: 4.66667vw;
    letter-spacing: 1px;
  }
  .st_successful .btn_back a span:before {
    content: "";
    background: url(../../images/arrow02.svg) no-repeat;
    width: 3.73333vw;
    height: 3.73333vw;
    position: absolute;
    top: 50%;
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
  }
  .st_experiences .ttl_main_tt:before {
    background: url(../images/ic_ttl_02.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_experiences .mb_bt_70 {
    margin-bottom: 9.33333vw;
  }
  .st_experiences .gr_art article.art_01 .ttl_art {
    padding-left: 6vw;
  }
  .st_experiences .gr_art article.art_01 .ttl_art:before {
    background: url(../images/ic_ttl_03.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 5.06667vw;
    height: 4.8vw;
    top: 2vw;
  }
  .st_experiences .gr_art article.art_02 .ttl_art {
    padding-left: 6vw;
  }
  .st_experiences .gr_art article.art_02 .ttl_art:before {
    background: url(../images/ic_ttl_02.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 5.33333vw;
    height: 5.06667vw;
    top: 2vw;
  }
  .st_experiences .gr_art article .txt_t_first {
    text-align: center;
    margin-bottom: 6.66667vw;
  }
  .st_experiences .gr_art article .ttl_sub_art {
    font-size: 3.73333vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .st_experiences .gr_art article p {
    font-size: 3.2vw;
    line-height: 6.13333vw;
  }
  .st_experiences .gr_art article p + p {
    margin-top: 2.66667vw;
  }
  .st_experiences .gr_art article p.txt_bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .st_experiences .gr_art article p.txt_bt strong {
    font-weight: bold;
    font-size: 4vw;
    line-height: 5.33333vw;
  }
  .st_experiences .gr_art article .list_exam {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -2.66667vw;
  }
  .st_experiences .gr_art article .list_exam li {
    width: -webkit-calc(50% - 2.66667vw);
    width: -moz-calc(50% - 2.66667vw);
    width: calc(50% - 2.66667vw);
    margin: 0 0 4vw 2.66667vw;
  }
  .st_experiences .gr_art article .list_exam li a {
    display: block;
  }
  .st_experiences .gr_art article .list_exam li figure span {
    display: block;
    margin-bottom: 2.66667vw;
    overflow: hidden;
    line-height: 0;
  }
  .st_experiences .gr_art article .list_exam li figure span img {
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
    width: 100%;
    height: 28.64583vw;
    object-fit: cover;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .st_experiences .gr_art article .list_exam li figure figcaption small {
/*    display: block;	*/
    font-size: 2.93333vw;
    line-height: 1;
    color: #666666;
  }
  .st_experiences .gr_art article .list_exam li figure figcaption small#name.student_name{
    font-size: 2.93333vw;
    line-height: 1;
    color: #000;
  }
  .st_experiences .gr_art article .list_exam li figure figcaption small#school.school_name {
	display: block;
	font-size: 2.93333vw;
    line-height: 1;
    color: #FD6378;
  }
  .st_experiences .gr_art article .list_exam li figure figcaption small#school.school_name:before{
/*    position: absolute; */
    content: "";
	display: block;
	float:left;
    width: 15px;
    height: 14px;
    background: url(https://testea.net/wp-content/themes/testea/renew/images/icon_red_flower.svg) 0 0 no-repeat;
    left: 0;
    top: 0;
  }

	
  .st_experiences .gr_art article .list_exam li figure figcaption em {
    font-style: normal;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    margin-top: 2vw;
  }
  .st_experiences .b_detail {
    margin-bottom: 9.33333vw;
  }
  .st_experiences .b_detail .txt_gr {
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    color: #00A8A0;
    margin: 0 0 1.33333vw;
  }
  .st_experiences .b_detail .ttl_dt {
    font-size: 5.5vw;
    line-height: 1.5;
    border-bottom: 3px solid #00A8A0;
    padding-bottom: 4.66667vw;
    margin-bottom: 6vw;
    font-weight: bold;
  }
  .st_experiences .b_detail .b_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .st_experiences .b_detail .b_item .ttl_box {
    font-size: 3.46667vw;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    color: #00A8A0;
  }
  .st_experiences .b_detail .b_item figure {
    margin: 2.66667vw 0;
  }
  .st_experiences .b_detail .b_item p {
    font-size: 3.73333vw;
    line-height: 6.4vw;
  }
}
