@media screen and (min-width: 769px), print {
  .school_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .school_list li {
    width: 346px;
    margin-bottom: 70px;
  }
  .school_list li a {
    display: block;
  }
  .school_list li a figure {
    line-height: 0;
  }
  .school_list li a figure img {
    width: 100%;
  }
  .school_list li a h3 {
    font-size: 2.6rem;
    line-height: 5rem;
    font-weight: bold;
    border-bottom: 1px dashed #00A8A0;
    padding: 11px 0;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .school_list li a h3:after {
    content: '';
    width: 19px;
    height: 19px;
    background: url("../images/ic_arrow.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .school_list li a .school_list_ct dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .school_list li a .school_list_ct dl dt {
    width: 81px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #00A8A0;
  }
  .school_list li a .school_list_ct dl dd {
    width: -webkit-calc(100% - 81px);
    width: -moz-calc(100% - 81px);
    width: calc(100% - 81px);
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .school_list li a .school_list_ct dl:not(:first-child) {
    margin-top: 5px;
  }
  .detail {
    padding-bottom: 120px;
  }
  .detail .d_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .detail .d_slider .gallery-top {
    width: 543px;
    height: 362px;
  }
  .detail .d_slider .gallery-thumbs {
    width: -webkit-calc(100% - 543px);
    width: -moz-calc(100% - 543px);
    width: calc(100% - 543px);
    padding-left: 16px;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 109px !important;
    line-height: 0;
    -moz-border-radius: 7px;
         border-radius: 7px;
    margin-right: 0 !important;
    opacity: 0.6;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper .swiper-slide + .swiper-slide {
    margin-top: 18px;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 3px solid #00A8A0;
    opacity: 1;
    position: relative;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #00A8A0;
    position: absolute;
    left: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .detail .d_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .detail .d_box {
    margin-bottom: 45px;
  }
  .detail .d_box dl {
    border: 1px solid #00A8A0;
    -moz-border-radius: 3px;
         border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .detail .d_box dl dt {
    width: 333px;
    background: #00A8A0;
    font-size: 1.6rem;
    line-height: 3.8rem;
    color: #fff;
    text-align: center;
    padding: 17px 0;
  }
  .detail .d_box dl dt span {
    font-size: 2.8rem;
    line-height: 1;
    display: block;
    font-weight: bold;
  }
  .detail .d_box dl dd {
    width: -webkit-calc(100% - 333px);
    width: -moz-calc(100% - 333px);
    width: calc(100% - 333px);
    text-align: center;
    padding: 23px 0;
  }
  .detail .d_box dl dd a {
    font-size: 3.2rem;
    line-height: 3.8rem;
    font-family: "Avenir Heavy";
  }
  .detail .d_box dl dd span {
    font-size: 1.4rem;
    line-height: 2.6rem;
    display: block;
  }
  .detail .d_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
  }
  .detail .d_contact .d_list {
    width: -webkit-calc(100% - 335px);
    width: -moz-calc(100% - 335px);
    width: calc(100% - 335px);
    padding-right: 27px;
  }
  .detail .d_contact .d_list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
    border-bottom: 1px dashed #E3E3E3;
  }
  .detail .d_contact .d_list dl dt {
    width: 78px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #00A8A0;
    font-weight: 500;
  }
  .detail .d_contact .d_list dl dd {
    width: -webkit-calc(100% - 78px);
    width: -moz-calc(100% - 78px);
    width: calc(100% - 78px);
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .detail .d_contact .d_map {
    width: 335px;
    line-height: 0;
    text-align: right;
  }
  .detail .d_contact .d_map a {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1;
    color: #00a8a0;
    font-weight: 500;
    margin-top: 25px;
  }
  .detail .d_contact .d_map a::after {
    content: "";
    width: 10px;
    height: 9px;
    background: url('../images/ic_blank_blue.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
  }
  .detail .d_contact .d_map iframe {
    width: 100%;
    height: 296px;
  }
  .detail .d_mess {
    margin-bottom: 70px;
  }
  .detail .d_mess h3 {
    font-size: 2.6rem;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 18px;
    color: #333;
    padding-left: 30px;
    position: relative;
    margin-bottom: 27px;
    font-weight: bold;
  }
  .detail .d_mess h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 23px;
    background: url("../images/ic_people.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_mess figure {
    margin-bottom: 20px;
  }
  .detail .d_mess_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #F9F9F9;
    padding: 40px 30px;
  }
  .detail .d_mess_profile figure {
    width: 252px;
  }
  .detail .d_mess_profile_ct {
    width: -webkit-calc(100% - 252px);
    width: -moz-calc(100% - 252px);
    width: calc(100% - 252px);
    padding-left: 30px;
  }
  .detail .d_mess_profile_ct h4 {
    font-size: 2.2rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .detail .d_mess_profile_ct h4 span {
    text-align: center;
    background: #fff;
    color: #00A8A0;
    font-size: 1.4rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 115px;
    height: 40px;
    font-weight: 500;
    margin-right: 20px;
  }
  .detail .d_mess_profile_ct p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
  }
  .detail .d_mess_list h4 {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 25px;
  }
  .detail .d_mess_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
  }
  .detail .d_mess_list ul li {
    width: 25%;
    padding: 0 12px;
  }
  .detail .d_mess_list ul li figure {
    text-align: center;
    line-height: 0;
  }
  .detail .d_mess_list ul li figure img {
    width: 100%;
    -moz-border-radius: 100%;
         border-radius: 100%;
    margin-bottom: 10px;
  }
  .detail .d_mess_list ul li figure figcaption {
    font-size: 1.8rem;
    line-height: 1;
  }
  .detail .d_mess_list ul li figure figcaption span {
    color: #01A8A0;
    font-size: 1.3rem;
    line-height: 2.3rem;
    display: block;
  }
  .detail .d_mess.ic_mess h3:before {
    width: 26px;
    height: 24px;
    background: url("../images/ic_mess.svg") center/contain no-repeat;
  }
  .detail .d_mem {
    margin-bottom: 70px;
  }
  .detail .d_mem h3 {
    font-size: 2.6rem;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 18px;
    color: #333;
    padding-left: 30px;
    position: relative;
    margin-bottom: 27px;
    font-weight: bold;
  }
  .detail .d_mem h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 23px;
    background: url("../images/ic_people.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_mem ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -27px;
  }
  .detail .d_mem ul li {
    width: -webkit-calc(25% - 27px);
    width: -moz-calc(25% - 27px);
    width: calc(25% - 27px);
    margin: 0 0 50px 27px;
  }
  .detail .d_mem ul li a {
    display: block;
  }
  .detail .d_mem ul li a:hover figure img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .detail .d_mem ul li figure {
    text-align: center;
    line-height: 0;
  }
  .detail .d_mem ul li figure > span {
    display: block;
    width: 160px;
    height: 160px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #F2F2F5;
    overflow: hidden;
  }
  .detail .d_mem ul li figure img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .detail .d_mem ul li figure figcaption {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 10px;
  }
  .detail .d_mem ul li figure figcaption span {
    color: #01A8A0;
    font-size: 1.3rem;
    line-height: 2.3rem;
    display: block;
  }
  .detail .d_mem .btn_top {
    margin: 30px auto;
  }
  .detail .d_mem .btn_top span:after {
    width: 17px;
    height: 17px;
    background: url("../images/ic_plus.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .detail .d_direct {
    margin-bottom: 70px;
  }
  .detail .d_direct h3 {
    font-size: 2.6rem;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 18px;
    color: #333;
    padding-left: 30px;
    position: relative;
    margin-bottom: 27px;
    font-weight: bold;
  }
  .detail .d_direct h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 24px;
    background: url("../images/ic_flag.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_direct_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .detail .d_direct_list ul li {
    width: 25%;
    padding: 0 7.5px;
  }
  .detail .d_direct_list ul li figure {
    text-align: center;
    line-height: 0;
    width: 100%;
  }
  .detail .d_direct_list ul li figure img {
    width: 100%;
    height: auto;
    /* height: 108px;
    object-fit: cover; */
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin-bottom: 8px;
  }
  .detail .d_direct_list ul li h4 {
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #01A8A0;
    height: 23px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .detail .d_direct_list ul li p {
    font-size: 1.4rem;
    line-height: 2.3rem;
    display: block;
    font-weight: 500;
  }
  .detail .d_view {
    margin-bottom: 90px;
  }
  .detail .d_view h3 {
    font-size: 2.6rem;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 18px;
    color: #333;
    padding-left: 30px;
    position: relative;
    margin-bottom: 27px;
    font-weight: bold;
  }
  .detail .d_view h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 24px;
    background: url("/images/ic_house.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_view figure img {
    width: 100%;
  }
  .detail .d_view iframe {
    width: 100%;
    height: 326px;
  }
  .detail .d_area {
    margin-top: 70px;
  }
  .detail .d_area h3 {
    font-size: 2.6rem;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 18px;
    color: #333;
    padding-left: 30px;
    position: relative;
    margin-bottom: 27px;
    font-weight: bold;
  }
  .detail .d_area h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 26px;
    background: url("../images/ic_location.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_area_des {
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 30px;
  }
  .detail .d_area_bl {
    -moz-border-radius: 3px;
         border-radius: 3px;
    border: 1px solid #cecece;
  }
  .detail .d_area_bl:not(:first-child) {
    margin-top: 30px;
  }
  .detail .d_area_bl h4 {
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    background: #F6F6F6;
    height: 45px;
    padding: 14px 40px;
    font-weight: bold;
  }
  .detail .d_area_bl h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 13px;
    height: 18px;
    background: url("../images/ic_bus.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_area_bl_list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
  }
  .detail .d_area_bl_list dl + dl {
    border-top: 1px dashed #cecece;
  }
  .detail .d_area_bl_list dl dt {
    width: 185px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #00A8A0;
    font-weight: 500;
  }
  .detail .d_area_bl_list dl dd {
    width: -webkit-calc(100% - 185px);
    width: -moz-calc(100% - 185px);
    width: calc(100% - 185px);
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: -2px;
    font-weight: 500;
  }
  .detail .d_area_bl:nth-of-type(2) h4:before {
    width: 16px;
    height: 16px;
    background: url("../images/ic_dieu.svg") center/contain no-repeat;
  }
  .detail .d_area_bl:nth-of-type(3) h4:before {
    width: 16px;
    height: 16px;
    background: url("../images/ic_school.svg") center/contain no-repeat;
  }	
  .detail .d_blog_list ul {
    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;
  }
  .detail .d_blog_list ul li {
    width: -webkit-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 0 0 20px;
  }
  .detail .d_blog_list ul li a {
    display: block;
  }
  .detail .d_blog_list ul li a:hover figure img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .detail .d_blog_list ul li figure {
    overflow: hidden;
    line-height: 0;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .detail .d_blog_list ul li figure img {
    width: 100%;
    height: 153px;
    object-fit: cover;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .detail .d_blog_list ul li time {
    font-size: 1.3rem;
    line-height: 16px;
    display: block;
    font-family: "Avenir Heavy";
    color: #666666;
    margin: 18px 0 5px;
  }
  .detail .d_blog_list ul li h4 {
    font-size: 1.4rem;
    line-height: 23px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
  }
  #sticky-post p{  
	font-size: 1.3rem;
	font-family: "Avenir Heavy";
	text-align: center;
	background-color: #00A8A0;
	color:#FF0;
	text-shadow:0 0 10px #FF0; 
	line-height: 16px;
	margin: 18px 0 5px;
	padding: 2px;
  }
  .sec_ttl {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 20px;
  }
  .sec_ttl h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 30px;
    font-weight: bold;
  }
  .sec_ttl h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    background: url("../images/ic_pen.svg") center/contain no-repeat;
    display: block;
  }
  .msg_ttl {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 20px;
  }
  .msg_ttl h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 30px;
    font-weight: bold;
  }

  .msg_ttl h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    background: url("../images/ic_message.svg") center/contain no-repeat;
    display: block;
  }	
  .sec_ttl a {
    font-size: 1.2rem;
    line-height: 1;
    color: #00A8A0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_ttl a:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/ic_arrow.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-left: 8px;
  }
  .st_media .b_media .list_media {
    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_media .b_media .list_media li {
    width: -webkit-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 0 50px 20px;
  }
  .st_media .b_media .list_media li a {
    display: block;
  }
  .st_media .b_media .list_media 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_media .b_media .list_media li figure {
    overflow: hidden;
    line-height: 0;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .st_media .b_media .list_media li figure img {
    width: 100%;
    height: 153px;
    object-fit: cover;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .st_media .b_media .list_media li time {
    font-size: 1.3rem;
    line-height: 16px;
    display: block;
    font-family: "Avenir Heavy";
    color: #666666;
    margin: 18px 0 5px;
  }
  .st_media .b_media .list_media li em {
    font-size: 1.4rem;
    line-height: 23px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
  }
  .st_media .b_media .pagi {
    text-align: center;
    margin: 50px 0 100px;
  }
  .st_media .b_media .pagi ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .st_media .b_detail {
    margin-bottom: 70px;
  }
  .st_media .b_detail img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .st_media .b_detail time {
    font-size: 1.3rem;
    line-height: 16px;
    display: block;
    font-family: "Avenir Heavy";
    color: gray;
    margin: 0 0 18px;
  }
  .st_media .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_media .b_detail figure {
    margin-bottom: 35px;
  }
  .st_media .b_detail figure img {
    width: 100%;
    height: auto;
  }
  .st_media .b_detail p {
    font-size: 1.6rem;
    line-height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .school_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .school_list li {
    width: 44vw;
    margin-bottom: 8vw;
  }
  .school_list li a {
    display: block;
  }
  .school_list li a figure {
    line-height: 0;
  }
  .school_list li a figure img {
    width: 100%;
  }
  .school_list li a h3 {
    font-size: 4vw;
    line-height: 6.66667vw;
    font-weight: 500;
    border-bottom: 1px dashed #00A8A0;
    padding: 2.53333vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: -0.26667vw;
    font-weight: bold;
  }
  .school_list li a h3:after {
    content: '';
    width: 4.13333vw;
    height: 4.13333vw;
    background: url("../images/ic_arrow.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .school_list li a .school_list_ct {
    display: none;
  }
  .detail .d_slider {
    margin-bottom: 3.33333vw;
  }
  .detail .d_slider .gallery-top {
    width: 100%;
    height: 51.73333vw;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper {
    padding: 2.66667vw 0;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper .swiper-slide {
    line-height: 0;
    -moz-border-radius: 0.93333vw;
         border-radius: 0.93333vw;
    opacity: 0.6;
    height: 16vw;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 3px solid #00A8A0;
    opacity: 1;
    position: relative;
  }
  .detail .d_slider .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 1.33333vw solid #00A8A0;
    border-left: 1.33333vw solid transparent;
    border-right: 1.33333vw solid transparent;
    position: absolute;
    top: -1.73333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .detail .d_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
  }
  .detail .d_box {
    margin-bottom: 3.9vw;
  }
  .detail .d_box dl {
    border: 1px solid #00A8A0;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .detail .d_box dl dt {
    background: #00A8A0;
    font-size: 3.73333vw;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    padding: 2.26667vw 0;
    font-weight: bold;
  }
  .detail .d_box dl dt span {
    font-size: 6vw;
    line-height: 1;
    display: block;
  }
  .detail .d_box dl dd {
    text-align: center;
    padding: 3.06667vw 0;
  }
  .detail .d_box dl dd a {
    font-size: 6vw;
    line-height: 1;
    font-family: "Avenir Heavy";
  }
  .detail .d_box dl dd span {
    font-size: 3.2vw;
    line-height: 2;
    display: block;
  }
  .detail .d_contact {
    margin-bottom: 15.625vw;
  }
  .detail .d_contact .d_list {
    margin-bottom: 6.66667vw;
  }
  .detail .d_contact .d_list dl {
    padding: 2.66667vw 0;
    border-bottom: 2px dashed #E3E3E3;
  }
  .detail .d_contact .d_list dl dt {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    color: #00A8A0;
    font-weight: 500;
  }
  .detail .d_contact .d_list dl dd {
    font-size: 3.73333vw;
    line-height: 6.4vw;
  }
  .detail .d_contact .d_map {
    line-height: 0;
  }
  .detail .d_contact .d_map iframe {
    width: 100%;
    height: 51.73333vw;
  }
  .detail .d_contact .d_map a {
    width: 84vw;
    height: 13.73333vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 6.51vw auto 0;
  }
  .detail .d_contact .d_map a span {
    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: 100%;
    -moz-border-radius: 0.26667vw;
         border-radius: 0.26667vw;
    background: #00A8A0;
    color: #fff;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
  }
  .detail .d_contact .d_map a span::after {
    position: absolute;
    content: "";
    width: 3.645vw;
    height: 3.515625vw;
    background: url('../images/ic_blank.svg') 0 0 no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5.46875vw;
  }
  .detail .d_mess {
    margin-bottom: 9.33333vw;
  }
  .detail .d_mess h3 {
    font-size: 6vw;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 2.66667vw;
    color: #333;
    padding-left: 8.203125vw;
    position: relative;
    margin-bottom: 3.6vw;
    font-weight: bold;
  }
  .detail .d_mess h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4vw;
    height: 4.6vw;
    background: url("../images/ic_people.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_mess figure {
    margin-bottom: 4vw;
  }
  .detail .d_mess_profile {
    background: #F9F9F9;
    padding: 5.33333vw 4vw;
  }
  .detail .d_mess_profile figure {
    width: 100%;
  }
  .detail .d_mess_profile figure img {
    width: 33.6vw;
    margin: 0 auto;
    display: block;
  }
  .detail .d_mess_profile_ct h4 {
    font-size: 4.26667vw;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.66667vw;
  }
  .detail .d_mess_profile_ct h4 span {
    text-align: center;
    background: #fff;
    color: #00A8A0;
    font-size: 3.2vw;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20vw;
    height: 8vw;
    font-weight: 500;
    margin-right: 2.66667vw;
  }
  .detail .d_mess_profile_ct p {
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0;
  }
  .detail .d_mess_list h4 {
    font-size: 4.26667vw;
    line-height: 1.5;
    margin-bottom: 3.33333vw;
  }
  .detail .d_mess_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -1.46667vw;
    margin-right: -1.46667vw;
  }
  .detail .d_mess_list ul li {
    width: 33.333%;
    padding: 0 1.46667vw;
    margin-bottom: 4vw;
  }
  .detail .d_mess_list ul li figure {
    text-align: center;
    line-height: 0;
  }
  .detail .d_mess_list ul li figure img {
    width: 100%;
    -moz-border-radius: 100%;
         border-radius: 100%;
    margin-bottom: 1.33333vw;
  }
  .detail .d_mess_list ul li figure figcaption {
    font-size: 3.73333vw;
    line-height: 1;
  }
  .detail .d_mess_list ul li figure figcaption span {
    color: #01A8A0;
    font-size: 2.93333vw;
    line-height: 1.5;
    display: block;
    letter-spacing: -0.26667vw;
  }
  .detail .d_mess.ic_mess h3:before {
    width: 5.2vw;
    height: 5.72vw;
    background: url("../images/ic_mess.svg") center/contain no-repeat;
  }
  .detail .d_mem {
    margin-bottom: 9.33333vw;
  }
  .detail .d_mem h3 {
    font-size: 6vw;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 2.66667vw;
    color: #333;
    padding-left: 8.203125vw;
    position: relative;
    margin-bottom: 3.6vw;
    font-weight: bold;
  }
  .detail .d_mem h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5.2vw;
    height: 5.72vw;
    background: url("../images/ic_people.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_mem ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -1.46667vw;
    margin-right: -1.46667vw;
  }
  .detail .d_mem ul li {
    width: 33.333%;
    padding: 0 1.46667vw;
    margin-bottom: 4vw;
  }
  .detail .d_mem ul li figure {
    text-align: center;
    line-height: 0;
  }
  .detail .d_mem ul li figure img {
    width: 100%;
    height: 28.77vw;
    -o-object-fit: cover;object-fit: cover;
    -moz-border-radius: 100%;
         border-radius: 100%;
    margin-bottom: 1.33333vw;
  }
  .detail .d_mem ul li figure figcaption {
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: bold;
  }
  .detail .d_mem ul li figure figcaption span {
    color: #01A8A0;
    font-size: 2.93333vw;
    line-height: 1.5;
    display: block;
    letter-spacing: -0.26667vw;
  }
  .detail .d_mem .btn_top {
    margin: 5.33333vw auto;
  }
  .detail .d_mem .btn_top span:after {
    width: 3.4vw;
    height: 3.4vw;
    background: url("../images/ic_plus.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .detail .d_direct {
    margin-bottom: 6.33333vw;
  }
  .detail .d_direct h3 {
    font-size: 6vw;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 2.66667vw;
    color: #333;
    padding-left: 5.33333vw;
    position: relative;
    margin-bottom: 3.6vw;
    font-weight: bold;
  }
  .detail .d_direct h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4vw;
    height: 4.8vw;
    background: url("../images/ic_flag.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_direct_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .detail .d_direct_list ul li {
    width: 100%;
  }
  .detail .d_direct_list ul li + li {
    margin-top: 5.33333vw;
  }
  .detail .d_direct_list ul li figure {
    text-align: center;
    line-height: 0;
    width: 100%;
  }
  .detail .d_direct_list ul li figure img {
    width: 100%;
    height: auto;
    /* height: 51.73333vw;
    object-fit: cover; */
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
    margin-bottom: 2.66667vw;
  }
  .detail .d_direct_list ul li h4 {
    font-size: 3.73333vw;
    line-height: 4.93333vw;
    color: #01A8A0;
    margin-bottom: 2.66667vw;
  }
  .detail .d_direct_list ul li p {
    font-size: 3.73333vw;
    line-height: 4.93333vw;
    display: block;
    font-weight: 500;
    letter-spacing: -0.26667vw;
  }
  .detail .d_direct_list .btn_top {
    margin: 5.33333vw auto;
  }
  .detail .d_view {
    margin-bottom: 12vw;
  }
  .detail .d_view h3 {
    font-size: 6vw;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 2.66667vw;
    color: #333;
    padding-left: 5.33333vw;
    position: relative;
    margin-bottom: 3.6vw;
    font-weight: bold;
  }
  .detail .d_view h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5.2vw;
    height: 4.8vw;
    background: url("/images/ic_house.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_view figure img {
    width: 100%;
  }
  .detail .d_view iframe {
    width: 100%;
    height: 51.73333vw;
  }
  .detail .d_area {
    margin-bottom: 6.33333vw;
  }
  .detail .d_area h3 {
    font-size: 6vw;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1;
    padding-bottom: 2.66667vw;
    color: #333;
    padding-left: 5.33333vw;
    position: relative;
    margin-bottom: 3.6vw;
    font-weight: bold;
  }
  .detail .d_area h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.8vw;
    height: 5.2vw;
    background: url("../images/ic_location.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_area_des {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 5.33333vw;
  }
  .detail .d_area_bl {
    -moz-border-radius: 0.4vw;
         border-radius: 0.4vw;
    border: 1px solid #cecece;
  }
  .detail .d_area_bl:not(:first-child) {
    margin-top: 5.33333vw;
  }
  .detail .d_area_bl h4 {
    font-size: 4vw;
    line-height: 1;
    position: relative;
    background: #F6F6F6;
    height: 9.6vw;
    padding: 1.86667vw 8vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
  }
  .detail .d_area_bl h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3.46667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.6vw;
    height: 3.6vw;
    background: url("../images/ic_bus.svg") center/contain no-repeat;
    display: block;
  }
  .detail .d_area_bl_list dl {
    padding: 2vw 3.33333vw;
  }
  .detail .d_area_bl_list dl + dl {
    border-top: 1px dashed #cecece;
  }
  .detail .d_area_bl_list dl dt {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    color: #00A8A0;
    font-weight: 500;
  }
  .detail .d_area_bl_list dl dd {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    letter-spacing: -0.26667vw;
    font-weight: 500;
  }
  .detail .d_area_bl:nth-of-type(2) h4:before {
    width: 3.2vw;
    height: 3.2vw;
    background: url("../images/ic_dieu.svg") center/contain no-repeat;
  }
  .detail .d_blog_list ul {
    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: -4vw;
  }
  .detail .d_blog_list ul li {
    width: -webkit-calc(50% - 4vw);
    width: -moz-calc(50% - 4vw);
    width: calc(50% - 4vw);
    margin: 0 0 9.33333vw 4vw;
  }
  .detail .d_blog_list ul li figure {
    overflow: hidden;
    line-height: 0;
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
  }
  .detail .d_blog_list ul li figure img {
    width: 100%;
    height: 28.64583vw;
    object-fit: cover;
  }
  .detail .d_blog_list ul li time {
    font-size: 2.93333vw;
    line-height: 1;
    display: block;
    font-family: "Avenir Heavy";
    color: #666666;
    margin: 2.66667vw 0;
  }
  .detail .d_blog_list ul li h4 {
    font-size: 3.73333vw;
    line-height: 5.06667vw;
    font-weight: bold;
    font-style: normal;
    color: #333333;
  }
	
  #sticky-post p{  
	font-size: 2.93333vw;
	font-family: "Avenir Heavy";
	text-align: center;
	background-color: #00A8A0;
	color:#FF0;
	text-shadow:0 0 10px #FF0; 
	line-height: 1;
	margin: 2.66667vw 0;
	padding: 1px;
  }
	
  .sec_ttl {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2vw;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 6.66667vw;
  }
  .sec_ttl h3 {
    font-size: 6vw;
    line-height: 1;
    color: #333;
    padding-left: 5.33333vw;
    position: relative;
    font-weight: bold;
  }
  .sec_ttl h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4.6vw;
    height: 4.6vw;
    background: url("../images/ic_pen.svg") center/contain no-repeat;
    display: block;
  }
  .msg_ttl {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2vw;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 6.66667vw;
  }
  .msg_ttl h3 {
    font-size: 6vw;
    line-height: 1;
    color: #333;
    padding-left: 5.33333vw;
    position: relative;
    font-weight: bold;
  }
  .msg_ttl h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4.6vw;
    height: 4.6vw;
    background: url("../images/ic_message.svg") center/contain no-repeat;
    display: block;
  }
	
  .sec_ttl a {
    display: none;
  }
  .st_media .b_media .list_media {
    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: -4vw;
  }
  .st_media .b_media .list_media li {
    width: -webkit-calc(50% - 4vw);
    width: -moz-calc(50% - 4vw);
    width: calc(50% - 4vw);
    margin: 0 0 9.33333vw 4vw;
  }
  .st_media .b_media .list_media li a {
    display: block;
  }
  .st_media .b_media .list_media li figure {
    overflow: hidden;
    line-height: 0;
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
  }
  .st_media .b_media .list_media li figure img {
    width: 100%;
    height: 28.64583vw;
    object-fit: cover;
  }
  .st_media .b_media .list_media li time {
    font-size: 2.93333vw;
    line-height: 1;
    display: block;
    font-family: "Avenir Heavy";
    color: #666666;
    margin: 2.66667vw 0;
  }
  .st_media .b_media .list_media li em {
    font-size: 3.73333vw;
    line-height: 5.06667vw;
    font-weight: bold;
    font-style: normal;
    color: #333333;
  }
  .st_media .b_media .pagi {
    text-align: center;
    margin: 10.66667vw 0 13.33333vw;
  }
  .st_media .b_media .pagi ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .st_media .b_detail {
    margin-bottom: 13.33333vw;
  }
  .st_media .b_detail time {
    font-size: 2.93333vw;
    line-height: 1;
    display: block;
    font-family: "Avenir Heavy";
    color: gray;
    margin: 2.66667vw 0;
  }
  .st_media .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_media .b_detail figure {
    margin-bottom: 4.66667vw;
  }
  .st_media .b_detail figure img {
    width: 100%;
    height: auto;
  }
  .st_media .b_detail p {
    font-size: 3.73333vw;
    line-height: 6.4vw;
  }
}
